/**
 * 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: #333333;
  font-family: 'Open Sans', '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: 1rem;
}
abbr[title] {
  border-bottom: 1px dotted #cccccc;
  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 #cccccc;
  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: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
}
h2 {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
h3 {
  font-weight: 600;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
h4 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
h5 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.2rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
h6 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small {
  color: #333333;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
a,
.alink {
  color: #006bb4;
  text-decoration: none;
}
a:visited,
.alink:visited {
  color: #006bb4;
  text-decoration: none;
}
a:hover,
.alink:hover {
  color: #006bb4;
  text-decoration: underline;
}
a:active,
.alink:active {
  color: #ff5501;
  text-decoration: underline;
}
ul,
ol {
  margin-top: 0rem;
  margin-bottom: 2.5rem;
}
ul > li,
ol > li {
  margin-top: 0rem;
  margin-bottom: 1rem;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
dl {
  margin-bottom: 20px;
  margin-top: 0;
}
dt {
  font-weight: 700;
  margin-bottom: 5px;
  margin-top: 0;
}
dd {
  margin-bottom: 10px;
  margin-top: 0;
  margin-left: 0;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, 'Courier New', monospace;
}
code {
  background: #f6f6f6;
  color: #111111;
  padding: 2px 4px;
  font-size: 1.2rem;
  white-space: nowrap;
}
kbd {
  background: #f6f6f6;
  color: #111111;
  padding: 2px 4px;
  font-size: 1.2rem;
}
pre {
  background: #f6f6f6;
  border: 1px solid #cccccc;
  color: #111111;
  line-height: 1.42857143;
  margin: 0 0 10px;
  padding: 10px;
  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 #cccccc;
  margin: 0 0 20px 40px;
  padding: 0;
  color: #333333;
  font-family: 'Open Sans', '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: #333333;
  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 10px;
}
button {
  background-image: none;
  background: #eeeeee;
  border: 1px solid #cccccc;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', '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 #cccccc;
  color: #333333;
}
button:hover {
  background: #e1e1e1;
  border: 1px solid #cccccc;
  color: #333333;
}
button.disabled,
button[disabled],
fieldset[disabled] button {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type*="date"],
input[type="email"] {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 32px;
  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: #575757;
}
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: #575757;
}
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: #575757;
}
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/Netsteps/default/it_IT/images/select-bg.svg') no-repeat 100% 45%;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border-radius: 1px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 32px;
  line-height: 1.42857143;
  padding: 4px 25px 5px 10px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
}
select:focus {
  border: 1px solid #c2c2c2;
}
select:disabled {
  opacity: 0.5;
  background: #ffffff;
  border: 1px solid #c2c2c2;
}
select[multiple] {
  height: auto;
  background-image: none;
}
textarea {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: auto;
  line-height: 1.42857143;
  margin: 0;
  padding: 10px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  resize: vertical;
}
textarea:disabled {
  opacity: 0.5;
}
textarea::-moz-placeholder {
  color: #575757;
}
textarea::-webkit-input-placeholder {
  color: #575757;
}
textarea:-ms-input-placeholder {
  color: #575757;
}
input[type="checkbox"] {
  margin: 2px 5px 0 0;
  position: relative;
  top: 2px;
}
input[type="checkbox"]:disabled {
  opacity: 0.5;
}
input[type="radio"] {
  margin: 2px 5px 0 0;
}
input[type="radio"]:disabled {
  opacity: 0.5;
}
input.mage-error,
select.mage-error,
textarea.mage-error {
  border-color: #ed8380;
}
div.mage-error {
  color: #e02b27;
  font-size: 1.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;
}
._keyfocus *:focus,
input:not([disabled]):focus,
textarea:not([disabled]):focus,
select:not([disabled]):focus {
  box-shadow: 0 0 3px 1px #00699d;
}
/**
 * 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: #1979c3;
  border: 1px solid #1979c3;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  border-radius: 3px;
}
.action-primary:focus,
.action-primary:active {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.action-primary:hover {
  background: #006bb4;
  border: 1px solid #006bb4;
  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(204, 204, 204, 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(204, 204, 204, 0.8), inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
}
.abs-action-link-button,
.block-event .slider-panel .slider .item .action.event {
  background-image: none;
  background: #eeeeee;
  border: 1px solid #cccccc;
  color: #333333;
  cursor: pointer;
  font-family: 'Open Sans', '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 #cccccc;
  color: #333333;
}
.abs-action-link-button:hover,
.block-event .slider-panel .slider .item .action.event:hover {
  background: #e1e1e1;
  border: 1px solid #cccccc;
  color: #333333;
}
.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,
.checkout-container .action-additional,
.paypal-button-widget .paypal-button,
.bundle-options-container .action.back,
.block.related .action.select,
.cart.table-wrapper .actions-toolbar > .action-delete,
.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,
.checkout-container .action-additional:visited,
.paypal-button-widget .paypal-button:visited,
.bundle-options-container .action.back:visited,
.block.related .action.select:visited,
.cart.table-wrapper .actions-toolbar > .action-delete: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: #006bb4;
  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,
.checkout-container .action-additional:hover,
.paypal-button-widget .paypal-button:hover,
.bundle-options-container .action.back:hover,
.block.related .action.select:hover,
.cart.table-wrapper .actions-toolbar > .action-delete: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: #006bb4;
  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,
.checkout-container .action-additional:active,
.paypal-button-widget .paypal-button:active,
.bundle-options-container .action.back:active,
.block.related .action.select:active,
.cart.table-wrapper .actions-toolbar > .action-delete: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: #ff5501;
  text-decoration: underline;
}
.abs-action-button-as-link:hover,
.abs-action-button-as-link:active,
.abs-action-button-as-link:focus,
.abs-action-remove:hover,
.abs-action-remove:active,
.abs-action-remove:focus,
.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,
.checkout-container .action-additional:hover,
.checkout-container .action-additional:active,
.checkout-container .action-additional: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 .actions-toolbar > .action-delete:hover,
.cart.table-wrapper .actions-toolbar > .action-delete:active,
.cart.table-wrapper .actions-toolbar > .action-delete: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,
.checkout-container .action-additional.disabled,
.checkout-container .action-additional[disabled],
fieldset[disabled] .checkout-container .action-additional,
.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 .actions-toolbar > .action-delete.disabled,
.cart.table-wrapper .actions-toolbar > .action-delete[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action-delete,
.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),
.checkout-container .action-additional:active,
.checkout-container .action-additional: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 .actions-toolbar > .action-delete:active,
.cart.table-wrapper .actions-toolbar > .action-delete: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 #cccccc;
  color: #333333;
}
.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 #cccccc;
  color: #333333;
}
.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 #cccccc;
  color: #333333;
}
.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,
.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,
.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,
.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 10px 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 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: #e8e8e8;
  cursor: pointer;
}
.abs-dropdown-simple ul.dropdown:before,
.abs-dropdown-simple ul.dropdown:after,
.giftregisty-dropdown ul.dropdown:before,
.giftregisty-dropdown ul.dropdown:after,
.wishlist-dropdown ul.dropdown:before,
.wishlist-dropdown ul.dropdown:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.abs-dropdown-simple ul.dropdown:before,
.giftregisty-dropdown ul.dropdown:before,
.wishlist-dropdown ul.dropdown:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.abs-dropdown-simple ul.dropdown:after,
.giftregisty-dropdown ul.dropdown:after,
.wishlist-dropdown ul.dropdown:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.abs-dropdown-simple ul.dropdown:before,
.giftregisty-dropdown ul.dropdown:before,
.wishlist-dropdown ul.dropdown:before {
  left: 10px;
  top: -12px;
}
.abs-dropdown-simple ul.dropdown:after,
.giftregisty-dropdown ul.dropdown:after,
.wishlist-dropdown ul.dropdown:after {
  left: 9px;
  top: -14px;
}
.abs-dropdown-simple.active,
.giftregisty-dropdown.active,
.wishlist-dropdown.active {
  overflow: visible;
}
.abs-dropdown-simple.active ul.dropdown,
.giftregisty-dropdown.active ul.dropdown,
.wishlist-dropdown.active ul.dropdown {
  display: block;
}
.abs-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: 40px;
}
.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';
  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: #333333;
  text-decoration: none;
}
.abs-product-link > a:visited,
.product-item-name > a:visited,
.product.name a > a:visited {
  color: #333333;
  text-decoration: underline;
}
.abs-product-link > a:hover,
.product-item-name > a:hover,
.product.name a > a:hover {
  color: #333333;
  text-decoration: underline;
}
.abs-product-link > a:active,
.product-item-name > a:active,
.product.name a > a:active {
  color: #333333;
  text-decoration: underline;
}
.abs-like-link {
  color: #006bb4;
  text-decoration: none;
  cursor: pointer;
}
.abs-like-link:visited {
  color: #006bb4;
  text-decoration: none;
}
.abs-like-link:hover {
  color: #006bb4;
  text-decoration: underline;
}
.abs-like-link:active {
  color: #ff5501;
  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: 30px;
}
.abs-add-fields .fieldset .fields .actions-toolbar,
.form-giftregistry-share .fieldset .fields .actions-toolbar,
.form-giftregistry-edit .fieldset .fields .actions-toolbar,
.form-add-invitations .fieldset .fields .actions-toolbar,
.form-create-return .fieldset .fields .actions-toolbar,
.form.send.friend .fieldset .fields .actions-toolbar {
  margin: 0;
}
.abs-add-fields .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: 30px 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';
  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 5px;
}
.abs-split-button .items li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.abs-split-button .items:before,
.abs-split-button .items:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.abs-split-button .items:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.abs-split-button .items:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.abs-split-button .items:before {
  right: 10px;
  top: -12px;
}
.abs-split-button .items:after {
  right: 9px;
  top: -14px;
}
.abs-split-button.active {
  overflow: visible;
}
.abs-split-button.active .items {
  display: block;
}
.abs-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: #333333;
  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 30px;
}
.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 #cccccc;
  cursor: pointer;
  margin-bottom: 0;
  position: relative;
  padding: 10px 40px 10px 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: 20px;
  top: 10px;
}
.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: #7d7d7d;
  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: 25px;
  padding-bottom: 10px;
}
.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: #f5f5f5;
}
.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,
.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,
.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: 10px;
  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: 20px;
}
.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: 5px;
  padding-right: 25px;
  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 #a6a6a6;
  content: '';
  display: inline-block;
  height: 12px;
  margin: 0 10px;
  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 10px;
}
.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: 10px;
}
.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';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-dropdown-items-new .items .item:last-child:hover,
.wishlist.split.button .items .item:last-child:hover,
.wishlist-dropdown .items .item:last-child:hover {
  background: #e8e8e8;
}
.abs-dropdown-items-new .action.new:before,
.wishlist.split.button .action.new:before,
.wishlist-dropdown .action.new:before {
  margin-left: -17px;
  margin-right: 5px;
}
.abs-no-display,
.abs-sidebar-totals .table-caption,
.sidebar .subtitle,
.cart-summary .block .fieldset.estimate > .legend,
.cart-summary .block .fieldset.estimate > .legend + br,
.minicart-items .product-item-details .weee[data-label] .label,
.page-product-giftcard .fieldset.giftcard > .legend + br,
.order-details-items .order-items .order-gift-message .action.close,
.multicheckout .block .methods-shipping .item-content .fieldset > .legend + br,
.multicheckout .hidden,
[class^='multishipping-'] .nav-sections,
[class^='multishipping-'] .nav-toggle,
.no-display,
.cart-totals .table-caption,
.opc-block-summary .table-totals .table-caption {
  display: none;
}
.abs-status,
.return-status,
.order-status {
  border: 2px solid #cccccc;
  border-radius: 3px;
  display: inline-block;
  margin: 3px 0 0;
  padding: 2px 10px;
  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: 10px;
}
.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 #cccccc;
}
.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 20px;
}
.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: 20px;
}
.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 20px 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: #006bb4;
  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: #006bb4;
  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: #ff5501;
  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: 10px;
  width: calc(100% - 33px);
}
.abs-field-tooltip,
.field .control._with-tooltip {
  position: relative;
}
.abs-field-tooltip input,
.field .control._with-tooltip input {
  margin-right: 10px;
  width: calc(100% - 36px);
}
.abs-checkout-tooltip-content-position-top,
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content,
.shipping-policy-block.field-tooltip .field-tooltip-content {
  right: -10px;
  top: 40px;
  left: auto;
}
.abs-checkout-tooltip-content-position-top:before,
.abs-checkout-tooltip-content-position-top:after,
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:before,
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:after,
.shipping-policy-block.field-tooltip .field-tooltip-content:before,
.shipping-policy-block.field-tooltip .field-tooltip-content:after {
  border: 10px solid transparent;
  height: 0;
  width: 0;
  margin-top: -21px;
  right: 10px;
  left: auto;
  top: 0;
}
.abs-checkout-tooltip-content-position-top:before,
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:before,
.shipping-policy-block.field-tooltip .field-tooltip-content:before {
  border-bottom-color: #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: 10px;
  color: #333333;
  font-weight: 300;
  font-size: 2.6rem;
}
.abs-sidebar-totals,
.cart-totals,
.opc-block-summary .table-totals {
  border-top: 1px solid #cccccc;
  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 #cccccc;
  padding-right: 10px;
}
.abs-sidebar-totals .grand .amount,
.cart-totals .grand .amount,
.opc-block-summary .table-totals .grand .amount {
  font-size: 1.8rem;
  border-top: 1px solid #cccccc;
}
.abs-sidebar-totals .msrp,
.cart-totals .msrp,
.opc-block-summary .table-totals .msrp {
  margin-bottom: 10px;
}
.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 #cccccc;
  border-top: 1px solid #cccccc;
  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: 20px;
  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';
  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 #cccccc;
  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: 'Open Sans';
  src: url('../../frontend/Netsteps/default/it_IT/fonts/opensans/light/opensans-300.woff2') format('woff2'), url('../../frontend/Netsteps/default/it_IT/fonts/opensans/light/opensans-300.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../../frontend/Netsteps/default/it_IT/fonts/opensans/regular/opensans-400.woff2') format('woff2'), url('../../frontend/Netsteps/default/it_IT/fonts/opensans/regular/opensans-400.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../../frontend/Netsteps/default/it_IT/fonts/opensans/semibold/opensans-600.woff2') format('woff2'), url('../../frontend/Netsteps/default/it_IT/fonts/opensans/semibold/opensans-600.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../../frontend/Netsteps/default/it_IT/fonts/opensans/bold/opensans-700.woff2') format('woff2'), url('../../frontend/Netsteps/default/it_IT/fonts/opensans/bold/opensans-700.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
.items {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.columns {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.columns:after {
  clear: both;
  content: ' ';
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.columns .column.main {
  padding-bottom: 40px;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  width: 100%;
}
.columns .sidebar-main {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.columns .sidebar-additional {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.table-wrapper {
  margin-bottom: 20px;
}
table > caption {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.table tfoot {
  background: #f5f5f5;
}
.table tfoot > tr:first-child th,
.table tfoot > tr:first-child td {
  border-top: 1px solid #cccccc;
  padding-top: 20px;
}
.table tfoot th,
.table tfoot td {
  border: 0;
}
.table tfoot .mark {
  font-weight: 400;
  text-align: right;
}
.message.info {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 45px;
  position: relative;
}
.message.info a {
  color: #006bb4;
}
.message.info a:hover {
  color: #006bb4;
}
.message.info a:active {
  color: #006bb4;
}
.message.info > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #c07600;
  content: '\e602';
  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 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #fae5e5;
  color: #e02b27;
  padding-left: 45px;
  position: relative;
}
.message.error a {
  color: #006bb4;
}
.message.error a:hover {
  color: #006bb4;
}
.message.error a:active {
  color: #006bb4;
}
.message.error > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #b30000;
  content: '\e61f';
  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 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 45px;
  position: relative;
}
.message.warning a {
  color: #006bb4;
}
.message.warning a:hover {
  color: #006bb4;
}
.message.warning a:active {
  color: #006bb4;
}
.message.warning > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #c07600;
  content: '\e602';
  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 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 45px;
  position: relative;
}
.message.notice a {
  color: #006bb4;
}
.message.notice a:hover {
  color: #006bb4;
}
.message.notice a:active {
  color: #006bb4;
}
.message.notice > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #c07600;
  content: '\e602';
  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 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #e5efe5;
  color: #006400;
  padding-left: 45px;
  position: relative;
}
.message.success a {
  color: #006bb4;
}
.message.success a:hover {
  color: #006bb4;
}
.message.success a:active {
  color: #006bb4;
}
.message.success > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #006400;
  content: '\e60e';
  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: #f0f0f0;
}
.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';
  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: #333333;
  line-height: 1.4;
  border: 1px solid #999999;
  margin-top: 16px;
  left: 0;
  top: 100%;
}
.tooltip.wrapper .tooltip.content:after,
.tooltip.wrapper .tooltip.content:before {
  border: solid transparent;
  content: '';
  height: 0;
  position: absolute;
  width: 0;
}
.tooltip.wrapper .tooltip.content:after {
  border-width: 16px;
  border-color: transparent;
}
.tooltip.wrapper .tooltip.content:before {
  border-width: 17px;
  border-color: transparent;
}
.tooltip.wrapper .tooltip.content:after,
.tooltip.wrapper .tooltip.content:before {
  bottom: 100%;
}
.tooltip.wrapper .tooltip.content:after {
  border-bottom-color: #ffffff;
  left: 26px;
  margin-left: -16px;
}
.tooltip.wrapper .tooltip.content:before {
  border-bottom-color: #999999;
  left: 26px;
  margin-left: -17px;
}
.tooltip.wrapper .tooltip.toggle {
  cursor: help;
}
.tooltip.wrapper .tooltip.toggle:hover + .tooltip.content,
.tooltip.wrapper .tooltip.toggle:focus + .tooltip.content,
.tooltip.wrapper:hover .tooltip.content {
  display: block;
}
.tooltip.wrapper .tooltip.content dl {
  margin-bottom: 0;
}
.tooltip.wrapper .tooltip.content dd {
  white-space: normal;
}
.tooltip.wrapper .tooltip.content .subtitle {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
}
.tooltip.wrapper .tooltip.content .label {
  margin-top: 10px;
}
.tooltip.wrapper .tooltip.content .label:first-child {
  margin-top: 0;
}
.tooltip.wrapper .tooltip.content .values {
  margin: 0;
}
.ui-tooltip {
  position: absolute;
  z-index: 9999;
}
.load.indicator {
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 9999;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  position: absolute;
}
.load.indicator:before {
  background: transparent url('../../frontend/Netsteps/default/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 40px;
  padding: 0;
  letter-spacing: -.31em;
}
.fieldset > * {
  letter-spacing: normal;
}
.fieldset > .legend {
  margin: 0 0 20px;
  padding: 0 0 10px;
  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: 20px;
}
.fieldset > .field,
.fieldset > .fields > .field {
  margin: 0 0 20px;
}
.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 #c2c2c2;
  border-radius: 1px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 32px;
  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: #575757;
}
.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: #575757;
}
.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: #575757;
}
.fieldset > .field .addon .addbefore,
.fieldset > .fields > .field .addon .addbefore {
  float: left;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.fieldset > .field .additional,
.fieldset > .fields > .field .additional {
  margin-top: 10px;
}
.fieldset > .field.required > .label:after,
.fieldset > .fields > .field.required > .label:after,
.fieldset > .field._required > .label:after,
.fieldset > .fields > .field._required > .label:after {
  content: '*';
  color: #e02b27;
  font-size: 1.2rem;
  margin: 0 0 0 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: 10px;
}
.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: 5px;
}
fieldset.field {
  border: 0;
  padding: 0;
}
.field.date .time-picker {
  display: inline-block;
  margin-top: 10px;
  white-space: nowrap;
}
.field .message.warning {
  margin-top: 10px;
}
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: #333333;
  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: #7d7d7d;
  content: '\e612';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
._has-datepicker ~ .ui-datepicker-trigger:focus {
  box-shadow: none;
  outline: 0;
}
.sidebar .fieldset {
  margin: 0;
}
.sidebar .fieldset > .field:not(.choice):not(:last-child),
.sidebar .fieldset .fields > .field:not(:last-child) {
  margin: 0 0 20px;
}
.sidebar .fieldset > .field:not(.choice) .label,
.sidebar .fieldset .fields > .field .label {
  margin: 0 0 4px;
  padding: 0 0 5px;
  text-align: left;
  width: 100%;
}
.sidebar .fieldset > .field:not(.choice) .control,
.sidebar .fieldset .fields > .field .control {
  width: 100%;
}
@font-face {
  font-family: 'luma-icons';
  src: url('../../frontend/Netsteps/default/it_IT/fonts/Luma-Icons.woff2') format('woff2'), url('../../frontend/Netsteps/default/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(204, 204, 204, 0.8), inset 0 -1px 0 0 rgba(204, 204, 204, 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: #1979c3;
  border: 1px solid #1979c3;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  padding: 7px 15px;
  font-size: 1.4rem;
  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: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.action.primary:hover,
.action-primary:hover,
.amshopby-button:hover,
.am-filter-go:hover {
  background: #006bb4;
  border: 1px solid #006bb4;
  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 #cccccc;
  margin-bottom: 20px;
  margin-left: -15px;
  margin-right: -15px;
}
.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 #cccccc;
  height: 40px;
  padding: 1px 10px 1px 10px;
  font-weight: 600;
  line-height: 40px;
  font-size: 1.4rem;
  color: #333333;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:visited {
  color: #6d6d6d;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:hover {
  color: #333333;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:active {
  color: #333333;
  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: #333333;
  text-decoration: none;
  padding-bottom: 1px;
}
.product.data.items > .item.content {
  background: #ffffff;
  margin: 0;
  padding: 10px 10px 30px;
}
.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';
  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: 10px;
  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: 3rem;
  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 5px;
  text-decoration: none;
}
.pages a.page:visited {
  color: #006bb4;
}
.pages a.page:hover {
  color: #006bb4;
  text-decoration: none;
}
.pages a.page:active {
  color: #ff5501;
}
.pages strong.page {
  background: #e5e5e5;
  font-size: 1.2rem;
  line-height: 3rem;
  letter-spacing: normal;
  color: #333333;
  display: inline-block;
  font-weight: 700;
  padding: 0 5px;
}
.pages .action {
  background: #f0f0f0;
  border: 1px solid #cccccc;
  color: #7d7d7d;
  display: inline-block;
  padding: 0;
  text-decoration: none;
}
.pages .action:visited {
  color: #7d7d7d;
}
.pages .action:hover {
  background: #dedede;
  color: #7d7d7d;
  text-decoration: none;
}
.pages .action:active {
  color: #7d7d7d;
}
.pages .action.next {
  display: inline-block;
  text-decoration: none;
}
.pages .action.next:visited:before {
  color: #7d7d7d;
}
.pages .action.next:active:before {
  color: #7d7d7d;
}
.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: #7d7d7d;
  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: #7d7d7d;
}
.pages .action.next:active:before {
  color: #7d7d7d;
}
.pages .action.previous {
  display: inline-block;
  text-decoration: none;
}
.pages .action.previous:visited:before {
  color: #7d7d7d;
}
.pages .action.previous:active:before {
  color: #7d7d7d;
}
.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: #7d7d7d;
  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: #7d7d7d;
}
.pages .action.previous:active:before {
  color: #7d7d7d;
}
.pages .action {
  box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(204, 204, 204, 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: 10px;
  text-align: center;
}
.actions-toolbar > .primary .action,
.actions-toolbar > .secondary .action {
  margin-bottom: 10px;
}
.actions-toolbar > .primary .action:last-child,
.actions-toolbar > .secondary .action:last-child {
  margin-bottom: 0;
}
.actions-toolbar > .primary:last-child,
.actions-toolbar > .secondary:last-child {
  margin-bottom: 0;
}
.actions-toolbar > .secondary .action.back {
  display: none;
}
.breadcrumbs {
  margin: 0 0 15px;
}
.breadcrumbs .items {
  font-size: 1.2rem;
  color: #707070;
  margin: 0;
  padding: 0;
  list-style: none none;
}
.breadcrumbs .items > li {
  display: inline-block;
  vertical-align: top;
}
.breadcrumbs .item {
  margin: 0;
}
.breadcrumbs a {
  color: #006bb4;
  text-decoration: none;
}
.breadcrumbs a:visited {
  color: #006bb4;
  text-decoration: none;
}
.breadcrumbs a:hover {
  color: #006bb4;
  text-decoration: underline;
}
.breadcrumbs a:active {
  color: #006bb4;
  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: 10px;
  line-height: 18px;
  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;
}
.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: #1a1a1a;
}
.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: 10px;
  font-size: 26px;
  margin-bottom: 0;
  min-height: 1em;
  word-wrap: break-word;
}
.modal-popup .action-close {
  padding: 20px;
}
.modal-slide .action-close {
  margin: 15px;
  padding: 0;
}
.modal-slide .page-main-actions {
  margin-bottom: -12.9rem;
  margin-top: 2.1rem;
}
.modals-overlay {
  background-color: rgba(51, 51, 51, 0.55);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
}
body._has-modal-custom .modal-custom-overlay {
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 899;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.checkout-container .change-shipping-address-button,
.checkout-container .change-billing-address-button {
  display: block;
  margin-bottom: 15px;
}
.checkout-container .edit-shipping-address-button,
.checkout-container .edit-billing-address-button {
  display: block;
}
.checkout-container .checkout-shipping-address div.new-address-popup,
.checkout-container .checkout-payment-method div.new-address-popup {
  margin: 0 35px 20px 0;
  position: relative;
}
.checkout-container .checkout-shipping-address div.change-address-popup,
.checkout-container .checkout-payment-method div.change-address-popup {
  margin: 5px 0 -5px 0;
}
.checkout-container .checkout-shipping-address div.edit-address-popup,
.checkout-container .checkout-payment-method div.edit-address-popup {
  float: left;
  margin: 5px 35px -5px 0;
}
.checkout-container .checkout-shipping-address div.shipping-address-item.selected,
.checkout-container .checkout-payment-method div.shipping-address-item.selected,
.checkout-container .checkout-shipping-address .checkout-billing-address,
.checkout-container .checkout-payment-method .checkout-billing-address {
  margin: 0;
  padding-left: 0;
}
.checkout-container .checkout-shipping-address .new-billing-address-button,
.checkout-container .checkout-payment-method .new-billing-address-button {
  display: block;
  margin: 20px 35px 0 20px;
  position: relative;
}
.shipping-address-modal.modal-popup.modal-slide .modal-inner-wrap[class],
.billing-address-modal.modal-popup.modal-slide .modal-inner-wrap[class] {
  background-color: #ffffff;
}
.shipping-address-modal .modal-inner-wrap h1.modal-title,
.billing-address-modal .modal-inner-wrap h1.modal-title {
  border: none;
}
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-search,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-search {
  width: 250px;
}
.shipping-address-modal .modal-inner-wrap .block.block-search,
.billing-address-modal .modal-inner-wrap .block.block-search {
  left: 20px;
  position: absolute;
  top: 81px;
}
.shipping-address-modal .modal-inner-wrap .admin__action-select-shipping-addressmultiselect-search-count,
.billing-address-modal .modal-inner-wrap .admin__action-select-shipping-addressmultiselect-search-count {
  border-bottom: 1px solid #cccccc;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 13px;
  margin: 5px -30px 10px -30px;
  padding: 0 0 5px 30px;
}
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-empty-area,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-empty-area {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  padding-top: 5px;
}
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root {
  border-bottom: 1px solid #cccccc;
  clear: both;
  float: left;
  margin-bottom: 10px;
  padding-bottom: 15px;
  position: relative;
  width: 100%;
}
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-details,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-details {
  float: left;
}
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .ship-here,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .ship-here,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .select-address,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .select-address,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected {
  float: right;
  margin-right: 20px;
  margin-top: 20px;
}
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address button,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address button,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .ship-here button,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .ship-here button,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .select-address button,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .select-address button,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected button,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected button {
  background: #006bb7;
  border: 1px solid #006bb4;
  box-shadow: none;
  color: #ffffff;
  outline: 0;
}
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected button,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected button {
  background-color: #eeeeee;
  border: none;
  box-shadow: none;
  color: #777777;
}
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected button:hover,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected button:hover {
  cursor: auto;
  background-color: #eeeeee;
  border: none;
  box-shadow: none;
  color: #777777;
}
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address {
  float: right;
  margin-right: 20px;
  margin-top: 20px;
}
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address button,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address button,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address button,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address button {
  background-color: Transparent;
  border: none;
  box-shadow: none;
}
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address button.action-primary,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address button.action-primary {
  color: #777777;
  text-transform: uppercase;
}
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address button.action-primary:hover,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address button.action-primary:hover {
  cursor: auto;
}
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address button.action-primary,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address button.action-primary {
  color: #006bb4;
}
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner {
  margin-top: 10px;
  overflow-y: auto;
}
.shipping-address-modal .modal-inner-wrap ul,
.billing-address-modal .modal-inner-wrap ul {
  list-style-type: none;
  padding-left: 0;
}
.admin__data-grid-loading-mask {
  background: rgba(255, 255, 255, 0.5);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 4;
}
.admin__data-grid-loading-mask .spinner {
  background: url('../../frontend/Netsteps/default/it_IT/images/loader-2.gif') 50% 50% no-repeat;
  display: inline-block;
  font-size: 4rem;
  height: 1em;
  left: 50%;
  margin-left: -2rem;
  margin-right: 1.5rem;
  position: absolute;
  top: 50%;
  width: 1em;
}
.ie9 .admin__data-grid-loading-mask .spinner {
  background: url('../../frontend/Netsteps/default/it_IT/images/loader-2.gif') 50% 50% no-repeat;
  bottom: 0;
  height: 149px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 218px;
}
/**
 * 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/Netsteps/default/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/Netsteps/default/it_IT/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.eot');
  src: url('../../frontend/Netsteps/default/it_IT/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.eot?#iefix') format('embedded-opentype'), url('../../frontend/Netsteps/default/it_IT/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.woff') format('woff'), url('../../frontend/Netsteps/default/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: #006bb4;
  text-decoration: none;
}
a.pagebuilder-button-link:hover,
button.pagebuilder-button-link:hover,
div.pagebuilder-button-link:hover {
  color: #006bb4;
  text-decoration: underline;
}
a.pagebuilder-button-link:active,
button.pagebuilder-button-link:active,
div.pagebuilder-button-link:active {
  color: #ff5501;
  text-decoration: underline;
}
a.pagebuilder-button-link:hover,
button.pagebuilder-button-link:hover,
div.pagebuilder-button-link:hover,
a.pagebuilder-button-link:active,
button.pagebuilder-button-link:active,
div.pagebuilder-button-link:active,
a.pagebuilder-button-link:focus,
button.pagebuilder-button-link:focus,
div.pagebuilder-button-link:focus {
  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: #1979c3;
  border: 1px solid #1979c3;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin: 0 10px 10px 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  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: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
a.pagebuilder-button-primary:hover,
button.pagebuilder-button-primary:hover,
div.pagebuilder-button-primary:hover {
  background: #006bb4;
  border: 1px solid #006bb4;
  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 #cccccc;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', '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 #cccccc;
  color: #333333;
}
a.pagebuilder-button-secondary:hover,
button.pagebuilder-button-secondary:hover,
div.pagebuilder-button-secondary:hover {
  background: #e1e1e1;
  border: 1px solid #cccccc;
  color: #333333;
}
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: 1280px;
}
[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: 1280px;
  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 #cccccc;
  height: 40px;
  padding: 1px 10px 1px 10px;
  font-weight: 600;
  line-height: 40px;
  font-size: 1.4rem;
  color: #333333;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:visited {
  color: #6d6d6d;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:hover {
  color: #333333;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:active {
  color: #333333;
  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: #333333;
  text-decoration: none;
  padding-bottom: 1px;
}
.pagebuilder-accordion > .item.content {
  background: #ffffff;
  margin: 0;
  padding: 10px 10px 30px;
}
/**
 * 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.
 */
.form-giftcard-redeem .g-recaptcha {
  margin-top: 40px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.magento-invitation-customer-account-create .form-create-account .g-recaptcha {
  margin-top: 1px;
}
/**
 * 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.
 */
.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;
}
[data-content-type='dynamic_block'] figure[data-content-type='image'] img {
  display: inline;
}
[data-content-type='dynamic_block'] .block-banners .banner-item-content,
[data-content-type='dynamic_block'] .block-banners-inline .banner-item-content {
  margin-bottom: auto;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.checkout-container .checkout-payment-method div.new-address-popup {
  margin: 0 35px 20px 20px;
  position: relative;
}
.checkout-shipping-address .address-sender {
  position: relative;
  z-index: 1;
}
.checkout-shipping-address .address-sender .radio {
  position: absolute;
  top: 9px;
}
.checkout-shipping-address .address-sender .radio ~ .shipping-address-item {
  left: 25px;
  padding: 0 0 25px 0;
}
.checkout-shipping-address .address-sender .radio ~ .shipping-address-item:before {
  content: none;
}
.checkout-shipping-address .default-shipping-address.address-sender ~ .new-address-popup {
  margin-left: 25px;
}
.amslick-slider-container {
  /* phpcs:ignore Magento2.Less.SemicolonSpacing.NotAtEnd */
}
.amslick-slider-container .slick-dots li button:focus,
.amslick-slider-container .slick-dots li button:hover,
.amslick-slider-container .slick-list:focus {
  outline: 0;
}
.amslick-slider-container .slick-list,
.amslick-slider-container .slick-slider,
.amslick-slider-container .slick-track {
  display: block;
  position: relative;
}
.amslick-slider-container .slick-loading .slick-slide,
.amslick-slider-container .slick-loading .slick-track {
  visibility: hidden;
}
.amslick-slider-container .slick-list {
  margin: 0;
  overflow: hidden;
  padding: 0;
}
.amslick-slider-container .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.amslick-slider-container .slick-slider .slick-list,
.amslick-slider-container .slick-slider .slick-track {
  transform: translate3d(0, 0, 0);
}
.amslick-slider-container .slick-track {
  left: 0;
  margin: 0 auto;
  top: 0;
}
.amslick-slider-container .slick-track:after,
.amslick-slider-container .slick-track:before {
  content: '';
  display: table;
}
.amslick-slider-container .slick-track:after {
  clear: both;
}
.amslick-slider-container .slick-slide,
.amslick-slider-container .slick-slide.slick-loading img {
  display: none;
}
.amslick-slider-container .slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  vertical-align: middle;
}
.amslick-slider-container [dir=rtl] .slick-slide {
  float: right;
}
.amslick-slider-container .slick-slide.dragging img {
  pointer-events: none;
}
.amslick-slider-container .slick-vertical .slick-slide {
  border: 1px solid transparent;
  display: block;
  height: auto;
}
.amslick-slider-container .slick-arrow.slick-hidden {
  display: none;
}
.amslick-slider-container .slick-loading .slick-list {
  background: 0 0;
  position: relative;
}
.amslick-slider-container .slick-loading .slick-list:before {
  animation: loading 1s infinite linear;
  border-color: rgba(0, 0, 0, 0.2);
  border-radius: 100%;
  border-style: solid;
  border-top-color: #5c5c5c;
  border-width: 3px;
  content: '';
  display: block;
  height: 25px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 25px;
}
.amslick-slider-container .slick-next.slick-disabled,
.amslick-slider-container .slick-prev.slick-disabled {
  opacity: 0.25;
}
.amslick-slider-container .slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.amslick-slider-container .slick-dots {
  display: block;
  left: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.amslick-slider-container .slick-dots li {
  cursor: pointer;
  display: inline-block;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  position: relative;
  width: 20px;
}
.amslick-slider-container .slick-dots li button,
.amslick-slider-container .slick-slider .slick-arrow {
  box-shadow: none;
  cursor: pointer;
  display: block;
  outline: 0;
}
.amslick-slider-container .slick-dots li button {
  background: 0 0;
  border: 0;
  color: transparent;
  font-size: 0;
  height: 20px;
  line-height: 0;
  padding: 5px;
  width: 20px;
}
.amslick-slider-container .slick-dots li button:focus:before,
.amslick-slider-container .slick-dots li button:hover:before {
  opacity: 1;
}
.amslick-slider-container .slick-dots li button:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #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);
  }
}
.hide,
.amcart-message-box.actions,
.am-related-box.actions,
.amcart-message-box .action.back.customization,
.am-related-box .action.back.customization,
#bundleSummary .title,
#bundleSummary .bundle-summary,
#bundleSummary .product-addto-links,
#bundleSummary .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 {
  margin-bottom: 0;
  font-size: 14px;
}
.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 {
  text-transform: uppercase;
  color: #333;
}
.am-related-box .am-product-image.product {
  position: relative;
  margin: 0 0 5px 0;
}
.am-related-box .products-crosssell .product-item {
  padding: 0;
}
#confirmOverlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.15);
}
#confirmOverlay img {
  display: inline;
}
#confirmBox {
  position: relative;
  height: auto;
  max-height: 88vh;
  max-width: 100%;
  text-align: center;
  z-index: 9999;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
  border-radius: 9px;
  overflow-y: auto;
  /* rewrite magento styles*/
}
#confirmBox > p {
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.6);
  line-height: normal;
  font-weight: normal;
  background: none;
  font-size: 16px;
}
#confirmBox > .cross {
  position: absolute;
  top: 5px;
  right: 10px;
  color: rgba(0, 0, 0, 0.25);
  font-size: 21px;
  z-index: 9;
}
#confirmBox > .cross:hover {
  cursor: pointer;
  color: rgba(0, 0, 0, 0.45);
}
#confirmBox .am-actions-wrapper > .towishlist,
#confirmBox .am-actions-wrapper > .tocompare {
  background: #f0f0f0 no-repeat center;
  background-size: 60%;
}
#confirmBox .am-actions-wrapper > .towishlist:before,
#confirmBox .am-actions-wrapper > .tocompare:before {
  content: '';
}
#confirmBox .am-actions-wrapper > .towishlist {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iMzAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxkZWZzPjxwYXRoIGQ9Ik0wIDIwMFYwaDIwMGExMDAgMTAwIDkwIDAgMSAwIDIwMCAxMDAgMTAwIDkwIDAgMS0yMDAgMHoiIGlkPSJhIi8+PC9kZWZzPjxwYXRoIGZpbGw9Im5vbmUiIGQ9Ik0tMS0xaDMydjMySC0xeiIvPjx1c2UgeGxpbms6aHJlZj0iI2EiIGZpbGw9IiM2NjYiIHRyYW5zZm9ybT0icm90YXRlKC0xMzUgNTEgLTE4NSkgc2NhbGUoLjA3NTU3KSIgeT0iLTQ3NzUiIHg9Ii05NjciIHN0cm9rZS13aWR0aD0iMCIvPjwvc3ZnPg==);
}
#confirmBox .am-actions-wrapper > .towishlist:hover {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iMzAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxkZWZzPjxwYXRoIGQ9Ik0wIDIwMFYwaDIwMGExMDAgMTAwIDkwIDAgMSAwIDIwMCAxMDAgMTAwIDkwIDAgMS0yMDAgMHoiIGlkPSJhIi8+PC9kZWZzPjxwYXRoIGZpbGw9Im5vbmUiIGQ9Ik0tMS0xaDMydjMySC0xeiIvPjx1c2UgeGxpbms6aHJlZj0iI2EiIGZpbGw9IiNmZjBlMDAiIHRyYW5zZm9ybT0icm90YXRlKC0xMzUgNTEgLTE4NSkgc2NhbGUoLjA3NTU3KSIgeT0iLTQ3NzUiIHg9Ii05NjciIHN0cm9rZS13aWR0aD0iMCIvPjwvc3ZnPg==);
}
#confirmBox .am-actions-wrapper > .tocompare {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iMzAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTS0xLTFoMzJ2MzJILTF6Ii8+PGc+PHBhdGggZmlsbD0iIzY2NiIgZD0iTTEyIDRoN3YyMmgtN3pNMSAyMGg3djZIMXpNMjIgMTJoN3YxNGgtN3oiLz48L2c+PC9zdmc+);
}
#confirmBox .am-actions-wrapper > .tocompare:hover {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iMzAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTS0xLTFoMzJ2MzJILTF6Ii8+PHBhdGggZmlsbD0iI2ZmOTQxNiIgZD0iTTEyIDRoN3YyMmgtN3pNMSAyMGg3djZIMXptMjEtOGg3djE0aC03eiIvPjwvc3ZnPg==);
}
#confirmBox .product-item-name {
  margin: 0 0 10px;
}
#confirmBox .am-slider {
  margin: 15px 0 0 0;
}
#confirmBox .actions-secondary .action {
  color: #666666;
}
#confirmBox .product-item .price-box {
  margin: 0 0 15px;
}
#confirmBox .product-options-bottom .product-social-links {
  display: none;
}
#confirmBox .product-options-bottom .grouped .price-box .price-container .price,
#confirmBox .product-options-bottom .grouped .price-box .price-container {
  font-size: 14px;
  line-height: 20px;
}
#confirmBox .product-options-bottom .box-tocart {
  margin-top: 20px;
}
.amcart-confirm-buttons {
  margin: 20px auto;
}
.amcart-confirm-buttons .button {
  position: relative;
  display: inline-block;
  height: 50px;
  width: 45%;
  font-weight: normal;
  font-size: 20px;
  line-height: 23px;
  border-radius: 3px;
  cursor: pointer;
  box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.15) inset;
  padding: 7px 10px;
}
.amcart-confirm-buttons .button:hover {
  opacity: .8;
}
.amcart-confirm-buttons .checkout {
  display: block;
  padding: 25px 0 8px 0;
  font-size: 16px;
}
.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 {
  position: relative;
  bottom: 3px;
}
.am-cart-info {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: black;
  font-weight: bold;
  text-align: center;
}
.added-item {
  display: block;
  margin: 33px 15px 5px;
  font-weight: 800;
  font-size: 24px;
  line-height: normal;
  word-break: break-word;
}
.am_price {
  font-weight: bold;
}
.mask {
  opacity: .4;
}
#am-a-count {
  font-weight: bold;
}
#am-a-count:visited {
  color: #000;
}
.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;
  box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.15) inset;
  border-radius: 3px;
  border: 0;
}
.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 {
  position: absolute;
  top: -30px;
  right: 0;
  margin: 0;
  display: none;
  width: 100%;
  transition: all 0.2s ease-in-out;
  z-index: 999;
}
.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;
  box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.15) inset;
  border-radius: 3px;
  border: 0;
}
.product-info-main .product-add-form {
  text-align: left;
}
.products.list .swatch-attribute .amcart-error {
  display: none;
}
.am-slider.owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
}
.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 {
  box-shadow: none;
  border: 0;
  margin: 0;
  padding: 0;
}
.am-slider.arrow {
  width: 18px;
  height: 35px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTkiIGhlaWdodD0iMzUiIHZpZXdCb3g9IjAgMCAxOSAzNSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj48dGl0bGU+bmV4dDwvdGl0bGU+PGRlc2M+Q3JlYXRlZCB1c2luZyBGaWdtYTwvZGVzYz48ZyBpZD0iQ2FudmFzIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTA2MDIgLTgwOSkiPjxnIGlkPSJuZXh0Ij48ZyBpZD0iR3JvdXAiPjxnIGlkPSJWZWN0b3IiPjx1c2UgeGxpbms6aHJlZj0iI3BhdGgwX2ZpbGwiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEwNjAyIDgwOSkiIGZpbGw9IiNCQkJCQkIiLz48L2c+PC9nPjwvZz48L2c+PGRlZnM+PHBhdGggaWQ9InBhdGgwX2ZpbGwiIGQ9Ik0gMTguMjAzMiAxNi44MDIzTCAxLjY5MjUxIDAuMjkxNTZDIDEuMzAzNzcgLTAuMDk3MTg2NiAwLjY4MDMwNiAtMC4wOTcxODY2IDAuMjkxNTYgMC4yOTE1NkMgLTAuMDk3MTg2NyAwLjY4MDMwNiAtMC4wOTcxODY3IDEuMzAzNzcgMC4yOTE1NiAxLjY5MjUxTCAxNi4wOTgxIDE3LjQ5OTFMIDAuMjkxNTYgMzMuMzA1N0MgLTAuMDk3MTg2NyAzMy42OTQ0IC0wLjA5NzE4NjcgMzQuMzE3OSAwLjI5MTU2IDM0LjcwNjZDIDAuNDgyMjY1IDM0Ljg5NzMgMC43Mzg5ODUgMzUgMC45ODgzNjkgMzVDIDEuMjM3NzUgMzUgMS40OTQ0NyAzNC45MDQ2IDEuNjg1MTggMzQuNzA2NkwgMTguMTk1OSAxOC4xOTU5QyAxOC41ODQ2IDE3LjgxNDUgMTguNTg0NiAxNy4xODM3IDE4LjIwMzIgMTYuODAyM1oiLz48L2RlZnM+PC9zdmc+);
  cursor: pointer;
}
.am-slider.arrow.-left {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.am-photo-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  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 {
  margin: 20px 40px;
  font-size: 15px;
  height: 1px;
  background: #cecccc;
  line-height: 0;
}
.am-related-title > .am-title {
  padding: 0 20px;
}
#amimg-container {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 9999;
}
#amprogress {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100000;
  width: 100%;
  height: 100%;
  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);
}
div.swatch-option-tooltip {
  z-index: 99999;
}
#confirmBox .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;
  margin: 10px 0 8px;
  font-weight: 600;
}
.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 {
  margin: auto;
  max-width: 260px;
  width: 100%;
  font-size: 18px;
}
.amcart-minipage-wrap .amcart-message-box {
  max-width: 320px;
}
.amcart-minipage-wrap .am-photo-container {
  margin: 0 25px 10px;
  width: initial;
  box-sizing: border-box;
  border: 1px solid #b2b2b2;
}
.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 {
  margin-bottom: 5px;
  font-size: 20px;
}
.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;
}
#confirmBox .reviews-actions .action {
  margin-left: 15px;
  font-size: 14px;
  color: #000;
}
.ampage-bottom-info > .am-description {
  margin: 0 25px;
  font-size: 12px;
}
.ampage-bottom-info .swatch-attribute {
  margin-bottom: 20px;
}
.amcart-product-notice {
  display: inline-block;
  padding: 10px 20px;
  font-size: 12px;
  background: #fffae5;
}
.amcart-qty-wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  position: relative;
  margin: 0 5px 0 7px;
}
.amcart-qty-wrap > .amcart-label {
  position: absolute;
  top: 0;
  margin-right: 8px;
  line-height: 30px;
  font-weight: bold;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
.amcart-qty-wrap > .amcart-control {
  position: relative;
  width: 25px;
  height: 30px;
  background: #b2b2b2;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.amcart-qty-wrap > .amcart-control:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  color: #fff;
}
.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 {
  margin: 0 5px;
  padding: 3px;
  width: 40px;
  height: 30px;
  box-sizing: border-box;
  text-align: center;
  order: 2;
}
.amcart-qty-wrap > .amcart-refresh {
  margin-left: 10px;
  width: 20px;
  height: 30px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE0LjQ2NCAxMC42MjVsMS4yMjIgMS41NjNBNy45MDQgNy45MDQgMCAwIDEgOS42NDMgMTVDNS40IDE1IDEuOTI5IDExLjYyNSAxLjkyOSA3LjVjMC0uMTg4IDAtLjQzOC4wNjQtLjYyNUgwbDIuODkzLTMuNzUgMi44OTMgMy43NUgzLjkyYy0uMDY0LjE4OC0uMDY0LjQzOC0uMDY0LjYyNSAwIDMuMTI1IDIuNTcyIDUuNjI1IDUuNzg2IDUuNjI1IDEuOTkzIDAgMy43OTMtMSA0LjgyMS0yLjV6bTIuODI5LTMuNzVDMTYuOTcgMy4wNjIgMTMuNjkzIDAgOS42NDMgMGE3Ljk5OCA3Ljk5OCAwIDAgMC01LjUyOSAyLjI1bDEuMjIyIDEuNWMxLjAyOC0xLjE4OCAyLjU3MS0xLjg3NSA0LjMwNy0xLjg3NSAyLjk1NyAwIDUuNCAyLjE4OCA1LjcyMSA1SDEzLjVsMi44OTMgMy43NSAyLjg5My0zLjc1aC0xLjk5M3oiIGZpbGw9IiM5NDk0OTQiLz48L3N2Zz4=) no-repeat center;
  order: 4;
  cursor: pointer;
  opacity: .7;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.amcart-qty-wrap > .amcart-refresh:hover {
  opacity: 1;
}
.amcart-message-box > .amcart-qty-wrap {
  -webkit-justify-content: center;
  -ms-flex-pack: 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: 1240px;
  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 {
  -webkit-appearance: inner-spin-button !important;
}
.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 {
  width: 55px;
}
.checkout-index-index .opc-block-summary .minicart-items button {
  float: right;
  margin-top: 12px;
}
.checkout-index-index .opc-block-summary .minicart-items .delete {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTS0xLTFoMTJ2MTJILTF6Ii8+PHBhdGggZmlsbD0iI2I1YjViNSIgY2xhc3M9ImFjdGl2ZS1wYXRoIiBkPSJNNiA1bDQtNC0xLTEtNCA0LTQtNC0xIDEgNCA0LTQgNCAxIDEgNC00IDQgNCAxLTEtNC00eiIgc3Ryb2tlPSJudWxsIi8+PC9zdmc+) no-repeat center;
  background-size: 7px;
  border: 1px #b6b6b6 solid;
  cursor: pointer;
  float: left;
  height: 7px;
  padding: 3px;
  width: 7px;
}
.checkout-index-index .opc-block-summary .minicart-items .product-item-details {
  padding-left: 118px;
}
.checkout-index-index .opc-block-summary .minicart-items .product-image-container {
  margin-left: 16px;
}
@media (min-width: 900px) {
  .checkout-index-index .opc-wrapper.am-opc-wrapper {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .checkout-index-index .opc-wrapper.am-opc-wrapper.layout-2columns .checkout-column {
    width: 50%;
  }
  .checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .checkout-column {
    width: 33.3%;
  }
}
.checkout-index-index #opc-shipping_method #checkout-shipping-method-load .table-checkout-shipping-method {
  max-width: 600px;
}
.checkout-index-index #opc-shipping_method #checkout-shipping-method-load .table-checkout-shipping-method .col-price {
  min-width: unset;
}
.checkout-index-index .modal-popup:not(.agreements-modal):not(.popup-authentication) .modal-inner-wrap {
  left: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 500px;
  right: 0;
  width: 100%;
}
.checkout-index-index #recaptcha-checkout-place-order-wrapper .grecaptcha-badge {
  margin-bottom: 20px;
}
.checkout-payment-method .payment-methods {
  margin: 0;
}
.checkout-payment-method .payment-methods .actions-toolbar .primary {
  font-size: 1.8rem;
  line-height: 2.2rem;
  padding: 14px 17px;
}
.checkout-payment-method.submit .payment-methods {
  margin: 0;
}
.fieldset.address {
  margin: 0 -7px;
}
.fieldset.address > .field {
  box-sizing: border-box;
  display: inline-block;
  padding: 0 7px;
  vertical-align: top;
  width: 100%;
}
.checkout-success .success-messages {
  font-size: 1.8rem;
  margin-bottom: 40px;
}
.account .column.main .order-details-items {
  margin-bottom: 0;
}
.account .column.main .order-details-items .order-items .data.table > tbody > tr:nth-child(even) > td {
  background: none;
}
.page-main .block.block-order-details {
  margin-bottom: 25px;
}
.page-main .block.block-order-details .order-date {
  border-bottom: 1px solid #c5c5c5;
  font-size: 1.6rem;
  padding-bottom: 25px;
}
.page-main .block.block-order-details-comments {
  margin-bottom: 35px;
}
.page-main .block.block-order-details-view {
  margin-bottom: 10px;
}
.page-main .block.block-order-details-view:nth-child(2) .block-title {
  display: none;
}
#registration {
  border-left: 3px solid #f58c12;
  margin: 20px 0 25px;
  padding: 0 0 0 12px;
  position: relative;
  width: 600px;
}
#registration br {
  display: none;
}
#registration form {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  right: 0;
  top: 50%;
}
.opc-estimated-wrapper .minicart-wrapper {
  display: none;
}
.amcheckout-trust-badges {
  display: flex;
  justify-content: flex-start;
  margin-top: 10px;
}
.amcheckout-trust-seal {
  font-size: 8px;
  max-width: 137px;
}
.checkout-payment-method .amcheckout-trust-seal {
  font-size: 10px;
  margin: 0 auto 15px;
  max-width: 66%;
  text-align: center;
}
.am-checkout.-layout-3columns .checkout-payment-method .amcheckout-trust-seal {
  font-size: 12px;
}
.amcheckout-trust-seal .amcheckout-title,
.amcheckout-trust-seal .amcheckout-description {
  margin-bottom: 0;
}
.amcheckout-default-tooltip.tooltipster-base.tooltipster-sidetip {
  height: auto !important;
}
.amcheckout-default-tooltip.tooltipster-base.tooltipster-sidetip .tooltipster-box {
  border: 1px solid #999999;
  border-radius: 0;
  color: inherit !important;
}
.amcheckout-default-tooltip.tooltipster-base.tooltipster-sidetip .tooltipster-content {
  padding: 12px;
  background: #f4f4f4;
}
.amcheckout-default-tooltip.tooltipster-base.tooltipster-sidetip .tooltipster-arrow {
  width: 12px;
}
.amcheckout-default-tooltip.tooltipster-base.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
  left: -3px;
}
.amcheckout-default-tooltip.tooltipster-base.tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
  right: -2px;
  width: 14px;
}
.amcheckout-default-tooltip.tooltipster-base.tooltipster-sidetip .tooltipster-arrow-background {
  left: 3px;
  border-right-color: #f4f4f4;
  border-left-color: #f4f4f4;
}
.amcheckout-default-tooltip.tooltipster-base.tooltipster-sidetip .tooltipster-arrow-border {
  top: 2px;
  width: 16px;
  height: 16px;
  background-color: #999999 !important;
}
.amcheckout-default-tooltip.tooltipster-base.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
  left: 15px;
}
.amcheckout-default-tooltip.tooltipster-base.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
  left: -5px;
  z-index: -1;
}
.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.-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 + .amcheckout-content > .amcheckout-wrapper {
  padding: 20px 0;
}
.amcheckout-step-container .fieldset:last-child {
  margin-bottom: 0;
}
.amcheckout-step-container .fieldset > br,
.amcheckout-step-container .fieldset > hr {
  display: none;
}
.amcheckout-step-container .fieldset > .field > .label,
.amcheckout-step-container .fieldset > .fields > .field > .label {
  font-weight: normal;
}
.amcheckout-step-container .opc-block-summary {
  margin: 0;
  padding: 0;
}
.amcheckout-step-container .checkout-payment-method .field-select-billing,
.amcheckout-step-container .checkout-payment-method .billing-address-form {
  max-width: inherit;
}
.amcheckout-step-container .checkout-payment-method .checkout-billing-address {
  margin-top: 15px;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-trust-seal {
  font-size: inherit;
  max-width: unset;
}
.amcheckout-step-container .note {
  color: #777777;
}
.amcheckout-step-container .amcheckout-button:not(.braintree-googlepay-button,
            .ui-datepicker-trigger,
            .gpay-card-info-container),
.amcheckout-step-container button:not(.braintree-googlepay-button,
            .ui-datepicker-trigger,
            .gpay-card-info-container) {
  background: #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 .primary .action.checkout,
.amcheckout-step-container .action.checkout.amasty {
  background: #315499;
  padding: 14px 30px;
  transition: all .3s ease;
}
.amcheckout-step-container .primary .action.checkout:hover,
.amcheckout-step-container .action.checkout.amasty:hover {
  background: #5078c7;
}
.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;
}
.amcheckout-step-container .checkout-agreements .action-show,
.amcheckout-step-container .action.checkout.amasty {
  height: auto;
}
.amcheckout-step-container input[type='checkbox'],
.amcheckout-step-container input[type='radio'] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  left: unset;
  top: unset;
}
.amcheckout-step-container input[type='checkbox'] + label,
.amcheckout-step-container input[type='radio'] + label {
  cursor: pointer;
  display: flex;
}
.amcheckout-step-container input[type='checkbox'] + label span:only-child,
.amcheckout-step-container input[type='radio'] + label span:only-child {
  flex: auto;
}
.amcheckout-step-container input[type='checkbox'] + label:before,
.amcheckout-step-container input[type='radio'] + label:before {
  background: #ffffff !important;
  border: 2px solid #cccccc;
  box-sizing: border-box;
  content: '';
  cursor: pointer;
  display: inline-block;
  height: 15px;
  margin: 3px 15px 0 0;
  min-height: 15px;
  min-width: 15px;
  width: 15px;
}
.amcheckout-step-container input[type='checkbox'] + label:hover:before,
.amcheckout-step-container input[type='radio'] + label:hover:before,
.amcheckout-step-container input[type='checkbox']:checked + label:before,
.amcheckout-step-container input[type='radio']:checked + label:before {
  border-color: #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 .amcheckout-password.-confirm,
.amcheckout-step-container .form-login .amcheckout-password.-confirm {
  float: right;
}
.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 #1787e0;
  color: #1979c3;
  float: right;
}
.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button.-select:hover {
  background: #1787e0;
  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: #1979c3;
}
.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 .product-item .delete {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xLjE2NyAxNWg3LjU1OGwuOTUtOC45NThILjI2TDEuMTY3IDE1em01Ljg5LTEyLjc3MlYuNTEyQS41MS41MSAwIDAgMCA2LjU1MiAwaC0zLjIxYy0uMjggMC0uNTA1LjIzLS41MDUuNTEyVjIuMmMtMS4wODUuMTIzLTEuNzExLjMxNS0yLjgzNi43MjRWNC41bDEwIC4xMThWM3MtLjk1NC0uNTM0LTIuOTQyLS43NzJ6TTYuMDUgMi4xMzRhMTguMDggMTguMDggMCAwIDAtMi4yNTgtLjAxNXYtLjkwNWMwLS4xNC4xMTEtLjI1NS4yNTItLjI1NWgxLjc1MmMuMTQxIDAgLjI1NC4xMTUuMjU0LjI1NXYuOTJ6IiBmaWxsPSIjNTc1ODU1Ii8+PC9zdmc+) center no-repeat;
  background-size: contain;
  border: 0;
  bottom: 0;
  box-sizing: border-box;
  height: 15px;
  padding: 0;
  position: absolute;
  right: 0;
  width: 10px;
  z-index: 1;
}
.amcheckout-step-container .amcheckout-summary-container .product-item .delete:hover {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xLjE2NyAxNWg3LjU1OGwuOTUtOC45NThILjI2TDEuMTY3IDE1em01Ljg5LTEyLjc3MlYuNTEyQS41MS41MSAwIDAgMCA2LjU1MiAwaC0zLjIxYy0uMjggMC0uNTA1LjIzLS41MDUuNTEyVjIuMmMtMS4wODUuMTIzLTEuNzExLjMxNS0yLjgzNi43MjRWNC41bDEwIC4xMThWM3MtLjk1NC0uNTM0LTIuOTQyLS43NzJ6TTYuMDUgMi4xMzRhMTguMDggMTguMDggMCAwIDAtMi4yNTgtLjAxNXYtLjkwNWMwLS4xNC4xMTEtLjI1NS4yNTItLjI1NWgxLjc1MmMuMTQxIDAgLjI1NC4xMTUuMjU0LjI1NXYuOTJ6IiBmaWxsPSIjMTk3OWMzIi8+PC9zdmc+) center no-repeat;
  background-size: contain;
}
.amcheckout-step-container .amcheckout-summary-container .product-item .action.checkout {
  float: left;
  margin-bottom: 10px;
}
.amcheckout-step-container .amcheckout-summary-container .product-item .product {
  padding-bottom: 15px;
}
.amcheckout-step-container .amcheckout-summary-container .minicart-items .product-image-container {
  border: 1px solid #d4d4d4;
  margin: 0;
}
.amcheckout-step-container .amcheckout-summary-container .minicart-items .product-item-details {
  padding-left: 100px;
}
.amcheckout-step-container .amcheckout-summary-container .minicart-items .minicart-items-wrapper {
  padding: 15px 0 0;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-details .product-item-inner {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-details .product-item-inner .amcheckout-price-wrapper {
  flex-basis: 100%;
  order: 1;
  text-align: end;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-details .product-item-name-block {
  align-items: center;
  display: flex;
  flex: auto;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 20px 10px 0;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-details .action.checkout {
  background: #f0f8ff;
  border: 1px solid #1787e0;
  border-radius: 2px;
  color: #1787e0;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-details .action.checkout:hover {
  background: #e6f3ff;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-details .options {
  padding-right: 20px;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-name {
  margin: 0;
}
.amcheckout-step-container .amcheckout-summary-container .details-qty {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  margin: 10px 0 0;
}
.amcheckout-step-container .amcheckout-summary-container .details-qty .label {
  margin-right: 10px;
}
.amcheckout-step-container .amcheckout-summary-container .details-qty .qty {
  height: 30px;
}
.amcheckout-step-container .amcheckout-summary-container .subtotal {
  width: auto;
}
.amcheckout-step-container .amcheckout-summary-container .field.configurable {
  width: 50%;
}
.amcheckout-step-container .amcheckout-summary-container .field.configurable:not(:last-of-type) {
  margin-bottom: 10px;
}
.amcheckout-step-container .amcheckout-summary-container .table-totals {
  border: none;
  font-size: 14px;
  width: 100%;
}
.amcheckout-step-container .amcheckout-summary-container .table-totals .grand .mark,
.amcheckout-step-container .amcheckout-summary-container .table-totals .grand .amount {
  border-top: none;
}
.amcheckout-step-container .amcheckout-summary-container .item-options .label {
  display: block;
  margin-bottom: 10px;
}
.amcheckout-step-container .amcheckout-additional-options {
  background: #f9f9f9;
  border: 1px solid #f9f9f9;
  font-size: 0;
  margin: 0;
  padding: 0 20px;
}
.amcheckout-step-container .amcheckout-additional-options > * {
  font-size: 14px;
}
.amcheckout-step-container .amcheckout-additional-options .amcheckout-checkboxes,
.amcheckout-step-container .amcheckout-additional-options .amcheckout-comment {
  margin: 20px 0;
}
.amcheckout-step-container .amcheckout-additional-options .amcheckout-checkboxes > * {
  margin-bottom: 5px;
}
.amcheckout-step-container .amcheckout-additional-options .checkout-agreement .action-show {
  text-align: left;
}
.amcheckout-step-container .opc-payment-additional {
  padding: 0 20px;
}
.amcheckout-step-container .opc-payment-additional .payment-option-title,
.amcheckout-step-container .opc-payment-additional .payment-option-content {
  padding-left: 0;
  padding-right: 0;
}
.amcheckout-step-container .opc-payment-additional .label {
  display: block;
  margin-bottom: 4px;
}
.amcheckout-step-container .opc-payment-additional .form-discount .label {
  display: none;
}
.amcheckout-step-container .amcheckout-trust-seal {
  font-size: 9px;
  max-width: 161px;
}
.amcheckout-step-container .amcheckout-trust-seal .amcheckout-title {
  background: none;
  cursor: inherit;
  font-size: inherit;
  font-weight: 400;
  padding: 0;
}
.amcheckout-main-container.-layout-2columns .amcheckout-column:not(:first-of-type) {
  margin-top: 40px;
}
.amelsearch-further-section {
  display: none;
  margin: 0 0 40px;
}
.amelsearch-further-section .amelsearch-label {
  display: block;
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 20px;
}
.amelsearch-further-section .amelsearch-form-section {
  align-content: center;
  align-items: center;
  display: inline-flex;
  max-width: 362px;
  position: relative;
  width: 100%;
}
.amelsearch-further-section .amelsearch-button.-loupe,
.amelsearch-further-section .amelsearch-button.-close {
  height: 100%;
  margin: auto 0;
  position: absolute;
  right: 85px;
}
.amelsearch-further-section .amelsearch-form-section.-focused .amelsearch-input {
  padding-left: 33px;
}
.amelsearch-further-section .amelsearch-form-section.-focused .amelsearch-button.-loupe {
  bottom: 0;
  left: 10px;
  right: auto;
  top: 0;
}
.amelsearch-further-section .amelsearch-input {
  border-radius: 20px;
}
.amelsearch-further-section .amelsearch-button.-primary {
  height: 100%;
  position: absolute;
  right: 0;
}
.amelsearch-input {
  border: 1px solid #ccc;
  color: #333;
  font-weight: 400;
  padding: 10px 5px;
  transition: .3s;
}
.amelsearch-input ::placeholder {
  color: #ccc;
}
.amelsearch-input:hover:not([disabled]),
.amelsearch-input:focus:not([disabled]) {
  border-color: #1979c2;
  box-shadow: none;
}
.amelsearch-button {
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
}
.amelsearch-button:hover,
.amelsearch-button:focus {
  outline: none;
}
.amelsearch-button:not(.primary) {
  box-shadow: none;
}
.amelsearch-button.-disabled {
  opacity: .7;
  pointer-events: none;
}
.amelsearch-button.-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  height: 20px;
  padding: 0;
  width: 20px;
  background: none;
}
.amelsearch-button.-icon:after {
  content: '';
  height: 10px;
  width: 10px;
}
.amelsearch-button.-close:after {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgMWwxMCAxMG0wLTEwTDEgMTEiIHN0cm9rZT0iI0IyQjJCMiIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPjwvc3ZnPg==) no-repeat center;
}
.amelsearch-button.-loupe:after {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1Ni45NjYgNTYuOTY2Ij48cGF0aCBkPSJNNTUuMTQ2IDUxLjg4N0w0MS41ODggMzcuNzg2QTIyLjkyNiAyMi45MjYgMCAwIDAgNDYuOTg0IDIzYzAtMTIuNjgyLTEwLjMxOC0yMy0yMy0yM3MtMjMgMTAuMzE4LTIzIDIzIDEwLjMxOCAyMyAyMyAyM2M0Ljc2MSAwIDkuMjk4LTEuNDM2IDEzLjE3Ny00LjE2MmwxMy42NjEgMTQuMjA4Yy41NzEuNTkzIDEuMzM5LjkyIDIuMTYyLjkyLjc3OSAwIDEuNTE4LS4yOTcgMi4wNzktLjgzN2EzLjAwNCAzLjAwNCAwIDAgMCAuMDgzLTQuMjQyek0yMy45ODQgNmM5LjM3NCAwIDE3IDcuNjI2IDE3IDE3cy03LjYyNiAxNy0xNyAxNy0xNy03LjYyNi0xNy0xNyA3LjYyNi0xNyAxNy0xN3oiIGZpbGw9IiNhOWE5YTkiLz48L3N2Zz4=) no-repeat center;
}
.amelsearch-button.-primary {
  background-color: #1979c2;
  border-color: #1979c2;
  border-radius: 80px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  height: 32px;
  min-width: 78px;
  padding: 7px 10px;
}
.amelsearch-button.-primary:hover {
  background-color: #166bab;
  border-color: #166bab;
}
.amelsearch-button.-primary:active {
  background-color: #135d95;
  border-color: #135d95;
}
.amelsearch-button.-primary.-disabled {
  opacity: .8;
}
.amfaq-hidden {
  display: none;
}
.amfaq-question-footer-wrapper {
  align-items: center;
  display: flex;
}
.amfaq-question-footer-wrapper:before,
.amfaq-question-footer-wrapper:after {
  content: '';
  display: table;
}
.amfaq-question-footer-wrapper:after {
  clear: both;
}
.amfaq-product-tab .block-title strong {
  display: block;
  font-size: 2.6rem;
  font-weight: 300;
  line-height: 1.1;
  margin: 0 0 3rem 0;
}
.faq-question-view .page-title-wrapper h1,
.faq-category-view .page-title-wrapper h1 {
  word-break: normal;
}
.faq-search-index .page-title-wrapper h1 {
  font-size: 2.5rem;
  word-break: break-all;
}
.faq-search-index .amfaq-highlight {
  background-color: #d3e185;
}
.amfaq-social-buttons {
  float: left;
  padding-top: 4px;
}
.amfaq-social-buttons .amfaq-social-share-link {
  display: inline-block;
}
.amfaq-social-buttons .amfaq-social-share-link,
.amfaq-social-buttons .amfaq-social-share-link:hover {
  color: transparent;
}
.amfaq-social-buttons img {
  width: 30px;
  border: 0;
  display: inline;
  padding: 0 1px;
}
/* phpcs:ignore Magento2.Less.ClassNaming.NotAllowedSymbol */
.amfaq_questions .amfaq-title {
  font-size: 125%;
  font-weight: bolder;
  margin-bottom: 2.5%;
  text-align: center;
}
.amfaq_questions .am-item {
  border-bottom: 1px solid #c9c9c9;
  margin: 0 0 2rem 0;
}
.amfaq_questions .am-item .am-content {
  padding-bottom: 10px;
  word-wrap: break-word;
}
.amfaq_questions .am-item .am-content .amfaq-short-answer-container {
  white-space: pre-line;
}
.amfaq_questions .am-item .am-content p {
  margin-bottom: 2rem;
}
.amfaq_questions .am-item .am-links {
  float: right;
  font-size: 1.5rem;
  margin-right: 10px;
  padding: 5px 0;
  word-wrap: break-word;
}
.amfaq_questions .am-title {
  cursor: pointer;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 1.5rem;
  word-wrap: break-word;
}
.amfaq_questions .am-title .am-plus {
  /* phpcs:disable Magento2.Less.ColonSpacing.AfterNewline */
  display: inline-block;
  /* phpcs:enable */
  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;
  float: right;
  font-size: inherit;
  font-weight: normal;
}
.amfaq_questions .am-title .am-plus > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.amfaq_questions .am-title .am-plus:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: #c9c9c9;
  content: '\e621';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.amfaq_questions .am-title .am-plus:hover:before {
  color: inherit;
}
.amfaq_questions .am-title .am-plus:active:before {
  color: inherit;
}
.amfaq_questions .am-title .am-plus:focus,
.amfaq_questions .am-title .am-plus:active {
  background: none;
  border: none;
}
.amfaq_questions .am-title .am-plus:hover {
  background: none;
  border: none;
}
.amfaq_questions .am-title .am-plus.disabled,
.amfaq_questions .am-title .am-plus[disabled],
fieldset[disabled] .amfaq_questions .am-title .am-plus {
  pointer-events: none;
  opacity: 0.5;
}
.amfaq_questions .am-title .am-minus {
  /* phpcs:disable Magento2.Less.ColonSpacing.AfterNewline */
  display: inline-block;
  /* phpcs:enable */
  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;
  float: right;
  font-size: inherit;
  font-weight: normal;
}
.amfaq_questions .am-title .am-minus > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.amfaq_questions .am-title .am-minus:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: #c9c9c9;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.amfaq_questions .am-title .am-minus:hover:before {
  color: inherit;
}
.amfaq_questions .am-title .am-minus:active:before {
  color: inherit;
}
.amfaq_questions .am-title .am-minus:focus,
.amfaq_questions .am-title .am-minus:active {
  background: none;
  border: none;
}
.amfaq_questions .am-title .am-minus:hover {
  background: none;
  border: none;
}
.amfaq_questions .am-title .am-minus.disabled,
.amfaq_questions .am-title .am-minus[disabled],
fieldset[disabled] .amfaq_questions .am-title .am-minus {
  pointer-events: none;
  opacity: 0.5;
}
.amfaq_questions .am-no-items {
  font-weight: 800;
  word-wrap: break-word;
}
.ask-question-form .button-container {
  margin: 10px 0;
}
.ask-question-form .button-container .button-info {
  display: inline-block;
  float: left;
  font-size: 1.8rem;
  font-weight: 300;
  margin: 10px 0;
  vertical-align: middle;
}
.ask-question-form .button-container .form-toggle-button {
  margin: 10px;
}
.ask-question-form .ask-form-container label input[type='checkbox'] {
  margin: 0 5px 0 0;
  vertical-align: middle;
}
.amfaq-category-description {
  margin-bottom: 20px;
}
/* phpcs:disable Magento2.Less.ClassNaming.NotAllowedSymbol */
.amfaq_categories {
  border-radius: 10px;
  border: 1px solid #c9c9c9;
}
.amfaq_categories .item {
  border-bottom: 1px solid #c9c9c9;
  padding: 1rem;
  word-wrap: break-word;
}
.amfaq_categories .item.current {
  background: #f9f9f9;
}
.amfaq_categories .item.current a {
  color: #000000;
}
.amfaq_categories .item.title {
  background: #f0f0f0;
  color: #575757;
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
  word-wrap: break-word;
}
.amfaq_categories .item:first-child {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.amfaq_categories .item:last-child {
  border: 0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.amfaq_tags {
  border-radius: 10px;
  border: 1px solid #c9c9c9;
  font-weight: 500;
  margin: 20px 0;
}
.amfaq_tags .title {
  border-bottom: 1px solid #c9c9c9;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background: #f0f0f0;
  color: #575757;
  font-size: 1.8rem;
  font-weight: 600;
  padding: 1rem;
  text-align: center;
  word-wrap: break-word;
}
.amfaq_tags .tags_content {
  margin: 5px;
}
.amfaq_tags .tags_content .current {
  font-weight: 600;
  text-decoration: underline;
}
.amfaq_tags .tags_content .item {
  display: inline-block;
  font-family: Roboto;
  font-size: 1.6rem;
  padding: 5px;
}
.amfaq_tags .tags_content .item a {
  color: #000000;
  text-decoration: none;
}
.question_view {
  border-bottom: 1px solid #c9c9c9;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.question_view .answer {
  word-wrap: break-word;
}
.am-back-button {
  float: right;
  margin-left: 15px;
}
.am-back-to-product-widget.am-widget-left {
  text-align: left;
}
.am-back-to-product-widget.am-widget-center {
  text-align: center;
}
.am-back-to-product-widget.am-widget-right {
  text-align: right;
}
.am-back-to-product-widget .am-back-button {
  float: none;
  margin-left: 0;
}
.amfaq-search {
  max-width: 300px;
  margin-bottom: 15px;
  position: relative;
}
.amfaq-search .am-input {
  padding-right: 30px;
}
.amfaq-search .search-autocomplete {
  background-color: #ffffff;
  margin-top: 0;
}
.amfaq-search .am-button {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1Ni45NjYgNTYuOTY2IiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiI+PHBhdGggZD0iTTU1LjE0NiA1MS44ODdMNDEuNTg4IDM3Ljc4NkEyMi45MjYgMjIuOTI2IDAgMCAwIDQ2Ljk4NCAyM2MwLTEyLjY4Mi0xMC4zMTgtMjMtMjMtMjNzLTIzIDEwLjMxOC0yMyAyMyAxMC4zMTggMjMgMjMgMjNjNC43NjEgMCA5LjI5OC0xLjQzNiAxMy4xNzctNC4xNjJsMTMuNjYxIDE0LjIwOGMuNTcxLjU5MyAxLjMzOS45MiAyLjE2Mi45Mi43NzkgMCAxLjUxOC0uMjk3IDIuMDc5LS44MzdhMy4wMDQgMy4wMDQgMCAwIDAgLjA4My00LjI0MnpNMjMuOTg0IDZjOS4zNzQgMCAxNyA3LjYyNiAxNyAxN3MtNy42MjYgMTctMTcgMTctMTctNy42MjYtMTctMTcgNy42MjYtMTcgMTctMTd6IiBmaWxsPSIjYmFiYWJhIi8+PC9zdmc+);
  height: 32px;
  width: 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px;
  border: 0;
  box-shadow: none;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.amfaq-rating {
  float: left;
}
.amfaq-rating .amfaq-was-it-helpful {
  font-size: 1.2rem;
}
.amfaq-rating .amfaq-rate-the-answer {
  font-size: 1.2rem;
  font-weight: 600;
}
.amfaq-rating .amfaq-rate-the-answer.-gray {
  color: #757575;
}
.amfaq-rating .amfaq-rating-voting,
.amfaq-rating .amfaq-rating-yesno,
.amfaq-rating .amfaq-rating-average {
  border: 1px solid #c9c9c9;
  align-items: center;
  border-radius: 5px;
  display: flex;
  padding: 5px 20px;
}
.amfaq-rating .amfaq-rating-voting .amfaq-rating-fieldset,
.amfaq-rating .amfaq-rating-yesno .amfaq-rating-fieldset,
.amfaq-rating .amfaq-rating-average .amfaq-rating-fieldset {
  border: none;
  margin: 0;
  padding: 0;
}
.amfaq-rating .amfaq-rating-voting .amfaq-rating-legend,
.amfaq-rating .amfaq-rating-yesno .amfaq-rating-legend,
.amfaq-rating .amfaq-rating-average .amfaq-rating-legend {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.amfaq-rating .average-rate-wrapper {
  direction: rtl;
}
.amfaq-rating .average-rate-wrapper.-voted {
  cursor: default;
  pointer-events: none;
}
.amfaq-rating .average-rate-wrapper:not(:checked) > input {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.amfaq-rating .average-rate-wrapper:not(:checked) > label {
  color: #cccccc;
  cursor: pointer;
  float: right;
  font-size: 1.5em;
  overflow: hidden;
  white-space: nowrap;
  width: 1em;
}
.amfaq-rating .average-rate-wrapper:not(:checked) > label:before {
  content: '★';
  display: flex;
  justify-content: center;
}
.amfaq-rating .average-rate-wrapper .amfaq-rating-input:checked ~ label {
  color: #ffc700;
}
.amfaq-rating .average-rate-wrapper .amfaq-rating-input:focus + label {
  box-shadow: 0 0 3px 1px #00699d;
}
.amfaq-rating .average-rate-wrapper:not(:checked) > label:hover,
.amfaq-rating .average-rate-wrapper:not(:checked) > label:hover ~ label {
  color: #e4b200;
}
.amfaq-rating .average-rate-wrapper .amfaq-rating-label-hint {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.amfaq-rating .amfaq-rating-data-wrapper {
  padding-left: 10px;
  padding-right: 10px;
}
.amfaq-rating .amfaq-arrow {
  cursor: pointer;
}
.amfaq-rating .amfaq-arrow.amfaq-arrow-up {
  /* phpcs:disable Magento2.Less.ColonSpacing.AfterNewline */
  /* phpcs:enable */
  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;
  display: inline-block;
  font-size: inherit;
  font-weight: bold;
}
.amfaq-rating .amfaq-arrow.amfaq-arrow-up > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.amfaq-rating .amfaq-arrow.amfaq-arrow-up:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: #475f7a;
  content: '\e621';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.amfaq-rating .amfaq-arrow.amfaq-arrow-up:hover:before {
  color: inherit;
}
.amfaq-rating .amfaq-arrow.amfaq-arrow-up:active:before {
  color: inherit;
}
.amfaq-rating .amfaq-arrow.amfaq-arrow-up:focus,
.amfaq-rating .amfaq-arrow.amfaq-arrow-up:active {
  background: none;
  border: none;
}
.amfaq-rating .amfaq-arrow.amfaq-arrow-up:hover {
  background: none;
  border: none;
}
.amfaq-rating .amfaq-arrow.amfaq-arrow-up.disabled,
.amfaq-rating .amfaq-arrow.amfaq-arrow-up[disabled],
fieldset[disabled] .amfaq-rating .amfaq-arrow.amfaq-arrow-up {
  pointer-events: none;
  opacity: 0.5;
}
.amfaq-rating .amfaq-arrow.amfaq-arrow-up:focus {
  box-shadow: 0 0 3px 1px #00699d;
}
.amfaq-rating .amfaq-arrow.amfaq-arrow-down {
  /* phpcs:disable Magento2.Less.ColonSpacing.AfterNewline */
  /* phpcs:enable */
  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;
  display: inline-block;
  font-weight: bold;
}
.amfaq-rating .amfaq-arrow.amfaq-arrow-down > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.amfaq-rating .amfaq-arrow.amfaq-arrow-down:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: #475f7a;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.amfaq-rating .amfaq-arrow.amfaq-arrow-down:hover:before {
  color: inherit;
}
.amfaq-rating .amfaq-arrow.amfaq-arrow-down:active:before {
  color: inherit;
}
.amfaq-rating .amfaq-arrow.amfaq-arrow-down:focus,
.amfaq-rating .amfaq-arrow.amfaq-arrow-down:active {
  background: none;
  border: none;
}
.amfaq-rating .amfaq-arrow.amfaq-arrow-down:hover {
  background: none;
  border: none;
}
.amfaq-rating .amfaq-arrow.amfaq-arrow-down.disabled,
.amfaq-rating .amfaq-arrow.amfaq-arrow-down[disabled],
fieldset[disabled] .amfaq-rating .amfaq-arrow.amfaq-arrow-down {
  pointer-events: none;
  opacity: 0.5;
}
.amfaq-rating .amfaq-arrow.amfaq-arrow-down:focus {
  box-shadow: 0 0 3px 1px #00699d;
}
.amfaq-rating .amfaq-arrow.amfaq-arrow.amfaq-voted:before {
  color: #305b8a;
}
.amfaq-rating .amfaq-arrow.amfaq-arrow.amfaq-voted + span {
  font-weight: bold;
}
.amfaq-rating .amfaq-rating-data-wrapper {
  color: #475f7a;
  /* phpcs:ignore Magento2.Less.TypeSelectors.UpperCaseSelector */
}
.amfaq-rating .amfaq-rating-data-wrapper.isVoted .amfaq-arrow {
  cursor: default;
}
.amfaq-rating .amfaq-rating-yesno-vote {
  color: #006bb4;
  text-decoration: none;
  background: none;
  border: none;
  font-weight: 400;
  padding: 0;
}
.amfaq-rating .amfaq-rating-yesno-vote:visited {
  color: #006bb4;
  text-decoration: none;
}
.amfaq-rating .amfaq-rating-yesno-vote:hover {
  color: #006bb4;
  text-decoration: underline;
}
.amfaq-rating .amfaq-rating-yesno-vote:active {
  color: #ff5501;
  text-decoration: underline;
}
.amfaq-rating .amfaq-rating-yesno-vote.yesno-voted {
  cursor: auto;
  font-weight: bold;
}
.amfaq-rating .message-error.error {
  color: #b30000;
}
.am-widget-categories-1,
.am-widget-categories-2,
.am-widget-categories-3 {
  display: flex;
  display: -webkit-flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.am-widget-categories-1 .am-widget-category,
.am-widget-categories-2 .am-widget-category,
.am-widget-categories-3 .am-widget-category {
  width: 100%;
}
.am-widget-category {
  /* phpcs:ignore Magento2.Less.ClassNaming.NotAllowedSymbol */
}
.am-widget-category > .am-category-container {
  padding: 0 2rem 2rem 2rem;
}
.am-widget-category .view-all {
  display: block;
  margin-left: auto;
  width: fit-content;
}
.am-widget-category .am-category-header {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 1.5rem;
  min-height: 50px;
}
.am-widget-category .am-category-header .faq-category-image {
  line-height: 0;
  margin-right: 7px;
}
.am-widget-category .am-category-header .faq-category-image img {
  min-width: 50px;
}
.am-widget-category .am-category-header .faq-category-title {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.1;
  word-wrap: break-word;
}
.am-widget-category .amfaq_questions .am-title {
  font-size: 1.6rem;
  font-weight: 300;
}
.am-search-box-wrapper:before,
.am-search-box-wrapper:after {
  content: '';
  display: table;
}
.am-search-box-wrapper:after {
  clear: both;
}
.am-search-box-wrapper .am-widget-center {
  margin: auto;
}
.am-search-box-wrapper .am-widget-right {
  float: right;
}
.am-search-box-wrapper .amfaq-search {
  max-width: initial;
}
.amfaq-pager {
  float: right;
}
/* phpcs:ignore Magento2.Less.AvoidId.IdSelectorUsage */
#amfaq_search_autocomplete .amfaq-category {
  color: #575757;
  font-size: 1rem;
  padding-top: 3px;
}
.am-faq-tags-widget {
  padding: 0 2rem 2rem 2rem;
}
.am-faq-tags-widget .am-tags-main-title {
  border-bottom: solid 1px #c9c9c9;
  margin-bottom: 30px;
}
.am-faq-tags-widget .am-tags-main-title span {
  color: #333333;
  font-family: Roboto;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.am-faq-tags-widget .am-tags-main-block-wrapper {
  font-family: Roboto;
}
.am-faq-tags-widget .am-tags-main-block-wrapper .am-tags-tag {
  border: solid 1px #dddddd;
  border-radius: 4px;
  box-sizing: border-box;
  display: inline-block;
  margin: 0 15px 15px 0;
  padding: 9px 0 9px 0;
  /* phpcs:ignore Magento2.Less.ClassNaming.NotAllowedSymbol */
}
.am-faq-tags-widget .am-tags-main-block-wrapper .am-tags-tag:hover {
  background: #f2c94c;
  /* phpcs:ignore Magento2.Less.ClassNaming.NotAllowedSymbol */
}
.am-faq-tags-widget .am-tags-main-block-wrapper .am-tags-tag:hover .am_tag_count {
  color: #575757;
}
.am-faq-tags-widget .am-tags-main-block-wrapper .am-tags-tag .am_tag_count {
  color: #6d6d6d;
  padding: 11px 12px 10px 0;
}
.am-faq-tags-widget .am-tags-main-block-wrapper .am-tags-tag a {
  color: #191919;
  text-decoration: none;
}
.am-faq-tags-widget .am-tags-main-block-wrapper .am-tags-tag .am-tag-title {
  font-weight: 600;
  padding: 0 9px 0 12px;
  text-decoration: none;
}
.search-autocomplete .amfaq-question-container.selected {
  background: #ffffff;
}
.search-autocomplete .amfaq-question-container .amfaq-option-name {
  color: #1979c3;
}
.search-autocomplete .amfaq-question-container.selected .amfaq-option-name {
  text-decoration: underline;
}
.amfaq-link-category {
  margin-bottom: 10px;
}
.amfaq-links-container {
  margin-bottom: 20px;
  transition: height 0.3s ease-in;
}
.amfaq-links-container .amfaq-button.-questions {
  background: #ffffff;
  border: none;
  color: #1979c3;
  font-weight: bold;
  letter-spacing: -.015em;
  padding: 0;
}
@media print {
  .amfaq-social-buttons {
    display: none;
  }
}
[data-amgdpr-content-from='subscription'] {
  display: table-row-group;
}
.block.newsletter .form.subscribe > [data-amgdpr-content-from='subscription'].amgdpr-checkbox.field {
  float: none;
}
[data-amgdpr-content-from='subscription'] .amgdpr-checkbox {
  margin-top: 8px;
}
[data-amgdpr-content-from='subscription'] .amgdpr-label.label {
  position: inherit;
}
.amgdpr-modal-container .amgdpr-privacy-policy {
  display: none;
}
.amgdpr-modal-container .amgdpr-privacy-policy,
.amgdpr-modal-container .amgdpr-html-content {
  max-height: 500px;
  overflow-y: scroll;
  word-wrap: break-word;
}
.checkout-index-index .amgdpr-modal-container.modal-popup:not(.agreements-modal):not(.popup-authentication) .modal-inner-wrap,
.amgdpr-modal-container .modal-inner-wrap {
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.35);
  max-width: 1130px;
}
.amgdpr-modal-container .modal-header {
  padding: 30px 30px 20px;
}
.amgdpr-modal-container .modal-content {
  padding: 0 30px 0 25px;
}
.amgdpr-modal-container .modal-footer {
  padding: 30px 35px 30px;
}
.amgdpr-modal-container .modal-header .modal-title {
  border-bottom: none;
  color: #5384ec;
  font-size: 26px;
  font-weight: 400;
  margin-left: 10px;
  padding: 0;
}
.amgdpr-modal-container .action.action-primary:hover {
  background-color: #1357e6;
}
.amgdpr-modal-container .action.action-primary {
  background-color: #4670c9;
  border-radius: 3px;
  box-shadow: none;
  color: #ffffff;
  font-weight: bold;
  letter-spacing: 1.35px;
  text-transform: uppercase;
  transition: background-color 0.3s ease-out;
  width: 100%;
}
.amgdpr-modal-container .action-close {
  line-height: 14px;
  right: 10px;
  top: 10px;
}
.amgdpr-modal-container .action-close:focus,
.amgdpr-modal-container .action-primary:focus,
.amgdpr-modal-container .action-close:active,
.amgdpr-modal-container .action-primary:active {
  box-shadow: 0 0 3px 1px #00699d;
  opacity: .9;
}
.amgdpr-modal-container .amgdpr-html-content::-webkit-scrollbar,
.amgdpr-modal-container .amgdpr-privacy-policy::-webkit-scrollbar {
  width: 6px;
}
.amgdpr-modal-container .amgdpr-html-content::-webkit-scrollbar-track,
.amgdpr-modal-container .amgdpr-privacy-policy::-webkit-scrollbar-track {
  background: #ffffff;
  width: 6px;
}
.amgdpr-modal-container .amgdpr-html-content::-webkit-scrollbar-thumb,
.amgdpr-modal-container .amgdpr-privacy-policy::-webkit-scrollbar-thumb {
  background: #e0e0e0;
  border-radius: 2px;
}
.amgdpr-notification-container {
  background: #ffeaac;
  font-weight: 600;
  margin-left: 10px;
  padding: 25px;
}
.amgdpr-cookie-link {
  margin-top: 10px;
}
.amgdpr-cookie-link .amgdpr-link {
  display: none;
}
.amgdpr-cookie-link .amgdpr-link.-show {
  display: block;
}
.amgdpr-settings-container {
  display: inline-flex;
  flex-wrap: wrap;
  margin: -40px 0 40px -40px;
  width: calc(100% + 40px);
}
.amgdpr-settings-container .amgdpr-block {
  display: none;
  margin-top: 20px;
}
.amgdpr-settings-container .amgdpr-block .fieldset {
  margin-bottom: 20px;
}
.amgdpr-settings-container .amgdpr-mail {
  margin-top: 10px;
}
.amgdpr-settings-container .amgdpr-block .amgdpr-checkbox.field,
.amgdpr-settings-container .field.control.checkbox {
  margin-bottom: 20px;
}
.amgdpr-checkbox-container {
  margin: 40px 0 0 40px;
  max-width: 220px;
  position: relative;
}
.amgdpr-checkbox-container > .amgdpr-checkbox:checked ~ .amgdpr-block {
  display: block;
}
.amgdpr-checkbox-container > .amgdpr-checkbox {
  height: 1px;
  opacity: 0;
  position: absolute;
  width: 1px;
}
.amgdpr-checkbox-container > .amgdpr-label {
  background-color: #e8f6ff;
  border: 2px solid #e8f6ff;
  border-radius: 20px;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 220px;
  position: relative;
  transition: border 0.3s ease-in, background-color 0.3s ease-in;
  width: 220px;
}
.amgdpr-checkbox-container > .amgdpr-label:before {
  content: '';
  height: 100px;
  left: 50%;
  position: absolute;
  top: 40%;
  transform: translate(-50%, -50%);
  width: 100px;
}
.amgdpr-checkbox-container > .amgdpr-label.-download:before {
  background: url('../../frontend/Netsteps/default/it_IT/Amasty_Gdpr/images/download.svg') no-repeat center;
}
.amgdpr-checkbox-container > .amgdpr-checkbox:checked + .amgdpr-label.-download:before {
  background: url('../../frontend/Netsteps/default/it_IT/Amasty_Gdpr/images/download_active.svg') no-repeat center;
}
.amgdpr-checkbox-container > .amgdpr-label.-policy:before {
  background: url('../../frontend/Netsteps/default/it_IT/Amasty_Gdpr/images/policy.svg') no-repeat center;
}
.amgdpr-checkbox-container > .amgdpr-checkbox:checked + .amgdpr-label.-policy:before {
  background: url('../../frontend/Netsteps/default/it_IT/Amasty_Gdpr/images/policy_active.svg') no-repeat center;
}
.amgdpr-checkbox-container > .amgdpr-label.-anonymise:before {
  background: url('../../frontend/Netsteps/default/it_IT/Amasty_Gdpr/images/anonymise.svg') no-repeat center;
}
.amgdpr-checkbox-container > .amgdpr-checkbox:checked + .amgdpr-label.-anonymise:before {
  background: url('../../frontend/Netsteps/default/it_IT/Amasty_Gdpr/images/anonymise_active.svg') no-repeat center;
}
.amgdpr-checkbox-container > .amgdpr-label.-delete:before {
  background: url('../../frontend/Netsteps/default/it_IT/Amasty_Gdpr/images/delete.svg') no-repeat center;
}
.amgdpr-checkbox-container > .amgdpr-checkbox:checked + .amgdpr-label.-delete:before {
  background: url('../../frontend/Netsteps/default/it_IT/Amasty_Gdpr/images/delete_active.svg') no-repeat center;
}
.amgdpr-checkbox-container > .amgdpr-label.-consents:before {
  background: url('../../frontend/Netsteps/default/it_IT/Amasty_Gdpr/images/consents.svg') no-repeat center;
}
.amgdpr-checkbox-container > .amgdpr-checkbox:checked + .amgdpr-label.-consents:before {
  background: url('../../frontend/Netsteps/default/it_IT/Amasty_Gdpr/images/consents_active.svg') no-repeat center;
}
.amgdpr-checkbox-container > .amgdpr-label.-dpoinfo:before {
  background: url('../../frontend/Netsteps/default/it_IT/Amasty_Gdpr/images/officer.svg') no-repeat center;
}
.amgdpr-checkbox-container > .amgdpr-checkbox:checked + .amgdpr-label.-dpoinfo:before {
  background: url('../../frontend/Netsteps/default/it_IT/Amasty_Gdpr/images/officer_active.svg') no-repeat center;
}
.amgdpr-checkbox-container > .amgdpr-checkbox:checked + .amgdpr-label {
  background-color: #3d9fe9;
}
.amgdpr-checkbox-container > .amgdpr-checkbox:checked + .amgdpr-label .amgdpr-title {
  color: #fff;
}
.amgdpr-checkbox-container .amgdpr-title {
  color: #333;
  font-size: 16px;
  font-weight: 600;
  left: 50%;
  min-width: 180px;
  position: absolute;
  text-align: center;
  top: 80%;
  transform: translate(-50%, -50%);
  transition: color 0.3s ease-in;
}
.amgdpr-checkbox-container .amgdpr-svg {
  fill: #000;
}
.amgdpr-checkbox-container > .amgdpr-checkbox:focus + .amgdpr-label,
.amgdpr-checkbox-container > .amgdpr-checkbox:active + .amgdpr-label,
.amgdpr-checkbox-container > .amgdpr-label:hover {
  border: 2px solid #1979c2;
  box-shadow: 0 5px 10px #b7dbf7;
}
.amgdprcookie-cookie-container {
  margin: 0 10px 20px 0;
  padding: 0 0 25px 0;
}
.amgdprcookie-cookie-container.-modal:first-child {
  padding-top: 25px;
}
.amgdprcookie-cookie-container.-modal .amgdprcookie-header,
.amgdprcookie-cookie-container.-modal .amgdprcookie-text {
  padding-left: 25px;
}
.amgdprcookie-cookie-container.-modal {
  box-shadow: none;
  direction: ltr;
  margin-right: 30px;
}
.amgdprcookie-cookie-container .amgdprcookie-header {
  display: flex;
  justify-content: space-between;
}
.amgdprcookie-cookie-container .amgdprcookie-caption {
  font-size: 16px;
  font-weight: bold;
  line-height: 27px;
  margin: 0 0 15px;
}
.amgdprcookie-cookie-container .amgdprcookie-text {
  color: #363636;
  font-size: 12px;
  margin-bottom: 10px;
}
.amgdprcookie-cookie-container .amgdprcookie-options {
  color: #4670c9;
  cursor: pointer;
  font-size: 12px;
}
.amgdprcookie-toggle-cookie {
  padding-left: 50px;
  position: relative;
}
.amgdprcookie-toggle-cookie .amgdprcookie-input {
  height: 0;
  opacity: 0;
  width: 0;
}
.amgdprcookie-toggle-cookie .amgdprcookie-label {
  background: #a5a5a5;
  border-radius: 40px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  height: 29px;
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
}
.amgdprcookie-toggle-cookie .amgdprcookie-label:after {
  background: #ffffff;
  border-radius: 40px;
  content: '';
  height: 25px;
  left: 2px;
  position: absolute;
  top: 2px;
  transition: all .4s ease;
  width: 25px;
}
.amgdprcookie-toggle-cookie .amgdprcookie-input:active + .amgdprcookie-label,
.amgdprcookie-toggle-cookie .amgdprcookie-input:focus + .amgdprcookie-label {
  box-shadow: 0 0 3px 1px #00699d;
}
.amgdprcookie-toggle-cookie .amgdprcookie-input:checked:disabled + .amgdprcookie-label {
  background: #e8e8e8;
}
.amgdprcookie-toggle-cookie .amgdprcookie-input:checked:disabled + .amgdprcookie-label:after {
  left: 95%;
  transform: translateX(-100%);
}
.amgdprcookie-toggle-cookie .amgdprcookie-input:checked:not([disabled]) + .amgdprcookie-label {
  background: #1979c3;
}
.amgdprcookie-toggle-cookie .amgdprcookie-input:checked:not([disabled]) + .amgdprcookie-label:after {
  left: 95%;
  transform: translateX(-100%);
}
.amgdprcookie-toggle-cookie .amgdprcookie-input:not([checked]) + .amgdprcookie-label {
  background: #a5a5a5;
}
.amgdprcookie-toggle-cookie .amgdprcookie-input:disabled + .amgdprcookie-label {
  background: #e8e8e8;
}
.amgdprcookie-toggle-cookie .amgdprcookie-input:disabled + .amgdprcookie-label:after {
  left: 2px;
}
.amgdprcookie-toggle-cookie .amgdprcookie-input:focus + .amgdprcookie-label {
  box-shadow: 0 0 3px 1px #00699d;
}
.amgdprcookie-main-wrapper {
  color: #363636;
}
.amgdprcookie-main-wrapper .amgdprcookie-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
.amgdprcookie-main-wrapper .amgdprcookie-head {
  font-size: 20px;
  line-height: 20px;
}
.amgdprcookie-main-wrapper .amgdprcookie-btn-wrapper {
  display: flex;
}
.amgdprcookie-main-wrapper .amgdprcookie-btn {
  background: #ef7c4a;
  border: 0;
  border-radius: 6px;
  box-shadow: 0 3px 5px rgba(62, 40, 13, 0.15);
  color: #ffffff;
  font-size: 14px;
  padding: 7px 27px;
  text-transform: uppercase;
}
.amgdprcookie-main-wrapper .amgdprcookie-btn:first-child {
  margin: 0 15px;
}
.amgdprcookie-main-wrapper .amgdprcookie-btn:hover {
  background: #eb5a1b;
}
.amgdprcookie-main-wrapper .amgdprcookie-btn:focus,
.amgdprcookie-main-wrapper .amgdprcookie-btn:active {
  box-shadow: 0 0 3px 1px #00699d;
}
.amgdprcookie-cookie-container .amgdprcookie-link {
  color: #2977c2;
  cursor: pointer;
  float: right;
  font-size: 12px;
  letter-spacing: .3px;
  text-transform: capitalize;
}
.amgdprjs-bar-template {
  display: block !important;
  position: fixed;
  /* added to support older browsers */
  position: sticky;
}
.amgdprjs-bar-template .amgdprcookie-buttons-block .amgdprcookie-button {
  margin-right: 5px;
}
.amgdprjs-bar-template.-popup {
  left: 50%;
  margin: 0 auto;
  max-width: 740px;
  position: fixed;
  top: 50%;
  transform: translate(-50%, -50%);
}
.amgdprjs-bar-template.-popup:before {
  background-color: #0a6c9f;
  content: '';
  height: 100%;
  width: 100%;
}
.amgdprjs-bar-template.-popup .amgdprcookie-bar-container {
  padding: 50px;
}
.amgdprjs-bar-template.-popup .amgdprcookie-bar-block {
  width: 100%;
}
.amgdprjs-bar-template .amgdprcookie-buttons-block {
  display: flex;
  justify-content: center;
}
.amgdprcookie-groups-modal {
  z-index: 999;
}
.amgdprcookie-groups-modal .modal-inner-wrap {
  border-radius: 4px;
  box-shadow: 0 -2px 18px rgba(0, 0, 0, 0.06);
  max-width: 740px;
}
.amgdprcookie-groups-modal.-table .modal-inner-wrap {
  max-width: 1290px;
  min-width: 700px;
  overflow-x: auto;
}
.amgdprcookie-groups-modal .modal-title {
  border-bottom: none;
  font-size: 20px;
  font-weight: bold;
}
.amgdprcookie-groups-modal .action-close:focus {
  box-shadow: 0 0 3px 1px #00699d;
}
.amgdprcookie-groups-modal .amgdprcookie-form {
  padding: 0 10px;
}
.amgdprcookie-groups-modal .amgdprcookie-done {
  background-color: #4670c9;
  border-radius: 3px;
  box-shadow: none;
  color: #ffffff;
  font-weight: bold;
  letter-spacing: 1.35px;
  text-transform: uppercase;
  transition: background-color 0.3s ease-out;
  width: 100%;
}
.amgdprcookie-groups-modal .amgdprcookie-done:hover {
  background-color: #1357e6;
}
.amgdprcookie-groups-modal .amgdprcookie-done:focus {
  background-color: #1357e6;
  box-shadow: 0 0 3px 1px #00699d;
}
.amgdprcookie-groups-modal:not(.-table) .modal-footer {
  padding-top: 0;
}
.amgdprcookie-groups-modal .amgdprcookie-form-container,
.amgdprcookie-groups-modal .amgdprcookie-tbody {
  overflow: auto;
  scrollbar-color: #e0e0e0 #ffffff;
  scrollbar-width: thin;
  scrollbar-face-color: #e0e0e0;
  scrollbar-highlight-color: #e0e0e0;
  scrollbar-shadow-color: #e0e0e0;
  scrollbar-track-color: #ffffff;
  display: block;
  max-height: 500px;
  overflow-y: auto;
}
.amgdprcookie-groups-modal .amgdprcookie-form-container::-webkit-scrollbar,
.amgdprcookie-groups-modal .amgdprcookie-tbody::-webkit-scrollbar {
  width: 6px;
}
.amgdprcookie-groups-modal .amgdprcookie-form-container::-webkit-scrollbar-track,
.amgdprcookie-groups-modal .amgdprcookie-tbody::-webkit-scrollbar-track {
  background-color: #ffffff;
  box-shadow: none;
}
.amgdprcookie-groups-modal .amgdprcookie-form-container::-webkit-scrollbar-thumb,
.amgdprcookie-groups-modal .amgdprcookie-tbody::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #e0e0e0;
}
.amgdprcookie-bar-container {
  background: #ffffff;
  box-shadow: 0 -2px 18px rgba(0, 0, 0, 0.06);
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 30px 10px;
  z-index: 10;
}
.amgdprcookie-bar-container.modal-popup {
  bottom: unset;
  left: unset;
  overflow-y: unset;
  pointer-events: auto;
  position: unset;
  right: unset;
  top: unset;
  transition: unset;
}
.amgdprcookie-bar-container .amgdprcookie-buttons-block {
  display: flex;
  flex-direction: column;
}
.amgdprcookie-bar-container .amgdprcookie-policy {
  margin-bottom: 20px;
  max-height: 30vh;
  max-width: 640px;
  overflow-y: auto;
}
.amgdprcookie-bar-container .amgdprcookie-button:first-child {
  margin-bottom: 10px;
}
.amgdprcookie-bar-container .amgdprcookie-buttons-block .amgdprcookie-button {
  margin-bottom: 0;
  padding: 10px 30px;
}
.amgdprcookie-bar-container .action-close {
  line-height: 14px;
  right: 10px;
  top: 10px;
}
.amgdprcookie-bar-container .action-close:focus,
.amgdprcookie-bar-container .action-close:active {
  box-shadow: 0 0 3px 1px #00699d;
  opacity: .9;
}
.amgdprcookie-buttons-block {
  display: flex;
  flex-direction: column;
}
.amgdprcookie-buttons-block.-settings {
  padding-bottom: 30px;
}
.amgdprcookie-buttons-block .amgdprcookie-button {
  background: #ffffff;
  border: none;
  border-radius: 3px;
  box-shadow: none;
  color: #4670c9;
  font-weight: bold;
  letter-spacing: 1.35px;
  margin-top: 15px;
  padding: 10px 15px;
  text-transform: uppercase;
  transition: opacity 0.3s ease, color 0.3s ease-out, background-color 0.3s ease-out, border 0.3s ease-out;
}
.amgdprcookie-buttons-block .amgdprcookie-button:hover {
  opacity: .9;
}
.amgdprcookie-buttons-block .amgdprcookie-button:active,
.amgdprcookie-buttons-block .amgdprcookie-button:focus {
  box-shadow: 0 0 3px 1px #00699d;
  opacity: .9;
}
.amgdprcookie-buttons-block .amgdprcookie-button.-allow,
.amgdprcookie-buttons-block .amgdprcookie-button.-save {
  background: #4670c9;
  color: #ffffff;
  flex-basis: 33%;
}
.amgdprcookie-modal-template {
  background: #ffffff;
  margin-left: 5px;
  overflow-y: auto;
}
.amgdprcookie-modal-template .action-close {
  background: #ffffff;
  line-height: 14px;
  margin: 0;
  padding: 8px;
  right: 0;
  top: 0;
  z-index: 1;
}
.amgdprcookie-modal-template .action-close:focus,
.amgdprcookie-modal-template .action-close:active {
  background: #ffffff;
  box-shadow: 0 0 3px 1px #00699d;
  opacity: .9;
}
.amgdprcookie-modal-template .action-close:hover {
  background: #ffffff;
}
.amgdprcookie-modal-template .amgdprcookie-button.-allow:not(.-save) {
  background: inherit;
  color: #4670c9;
  margin-bottom: 0;
}
.amgdprcookie-modal-container .modal-content {
  padding: 0;
}
.amgdprcookie-groups-container {
  box-shadow: 0 -2px 18px rgba(0, 0, 0, 0.06);
  direction: rtl;
  height: auto;
  overflow-y: scroll;
}
.amgdprcookie-policy-container {
  bottom: 0;
  box-shadow: 0 -2px 18px rgba(0, 0, 0, 0.06);
  padding: 24px;
  position: absolute;
}
.amgdprcookie-text-container .amgdprcookie-policy {
  display: inline;
}
.amgdprcookie-modal-container.modal-popup.modal-slide {
  left: 0;
  pointer-events: none;
}
.amgdprcookie-modal-container .modal-inner-wrap {
  height: 100%;
  margin: 0;
  position: relative;
}
.amgdprcookie-modal-container .modal-inner-wrap .modal-header {
  position: absolute;
  right: 0;
}
.amgdprcookie-modal-container .modal-inner-wrap .action-close {
  margin: 5px;
  padding: 0;
}
.amgdprcookie-modal-container .modal-inner-wrap .action-close:before {
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iOC41IiBjeT0iOC41IiByPSI4IiBzdHJva2U9IiNDQUNBQ0EiLz48cGF0aCBkPSJNNS4yNSA1LjI1bDYuNSA2LjVtMC02LjVsLTYuNSA2LjUiIHN0cm9rZT0iI0NBQ0FDQSIvPjwvc3ZnPg==') no-repeat center;
  content: '';
  height: 25px;
  width: 25px;
}
.amgdprcookie-modal-container .modal-inner-wrap .action-close:focus {
  box-shadow: 0 0 3px 1px #00699d;
}
.amgdprcookie-modal-container .modal-inner-wrap .amgdprcookie-groups-container {
  overflow: auto;
  scrollbar-color: #e8e8e8 #ffffff;
  scrollbar-width: thin;
  scrollbar-face-color: #e8e8e8;
  scrollbar-highlight-color: #e8e8e8;
  scrollbar-shadow-color: #e8e8e8;
  scrollbar-track-color: #ffffff;
}
.amgdprcookie-modal-container .modal-inner-wrap .amgdprcookie-groups-container::-webkit-scrollbar {
  width: 4px;
}
.amgdprcookie-modal-container .modal-inner-wrap .amgdprcookie-groups-container::-webkit-scrollbar-track {
  background-color: #ffffff;
  box-shadow: none;
}
.amgdprcookie-modal-container .modal-inner-wrap .amgdprcookie-groups-container::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #e8e8e8;
}
.amgdprcookie-settings-form .amgdprcookie-toggle-cookie .amgdprcookie-input.disabled + .amgdprcookie-label {
  background: #e8e8e8;
}
.amgdprcookie-groups-modal .amgdprcookie-table .amgdprcookie-row,
.amgdprcookie-groups-modal .amgdprcookie-table thead tr,
.amgdprcookie-groups-modal .amgdprcookie-table thead {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.amgdprcookie-groups-modal .amgdprcookie-cell.-name {
  word-wrap: break-word;
}
.amgdprcookie-modal-container .amgdprcookie-modal-template {
  height: 100%;
  margin-left: 0;
  min-width: 400px;
  pointer-events: auto;
  position: relative;
  width: 20%;
  z-index: 900;
}
.ammodals-overlay {
  background-color: rgba(51, 51, 51, 0.55);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 899;
}
/* stylelint-disable-line */
._amblog-toggle:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAyMCAxMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTkuODc2NTYgMC40NTQxMDNMMC45MDkwNTggOC44MDA1NkwyLjM0ODc5IDEwLjI1NzNMOS44NzY1NiAzLjI0OTM4TDE3LjY1MTEgMTAuNDU0MUwxOS4wOTA5IDkuMDM2NzhMMTAuNDExMyAwLjkyNjU0NEw5Ljg3NjU2IDAuNDU0MTAzWiIgZmlsbD0iI0M3QzdDNyIvPgo8L3N2Zz4K);
  content: '';
  cursor: pointer;
  display: block;
  height: 12px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(-180deg);
  width: 20px;
}
._amblog-toggle.-active:before {
  transform: translateY(-50%) rotate(0);
}
._amblog-form.amblog-item {
  padding: 0 25px 25px;
}
._amblog-form .amblog-form-container {
  position: relative;
}
._amblog-form .amblog-input {
  border: 1px solid #e5e5e5;
  color: #525252;
  border-radius: 3px;
  font-size: 1.4rem;
  height: 100%;
  padding: 11px 60px 11px 14px;
  width: 100%;
}
._amblog-form .amblog-input:hover {
  border-color: #b3b3b3;
}
._amblog-form .amblog-input::-webkit-input-placeholder,
._amblog-form .amblog-input:-ms-input-placeholder,
._amblog-form .amblog-input::-moz-placeholder {
  color: #707070;
}
._amblog-form .amblog-input:focus {
  border: 1px solid #499bf8;
  box-shadow: none;
}
._amblog-form .amblog-input:focus::-webkit-input-placeholder,
._amblog-form .amblog-input:focus::-moz-placeholder,
._amblog-form .amblog-input:focus:-ms-input-placeholder {
  color: transparent;
}
._amblog-column-form .input-box {
  flex-direction: column;
}
._amblog-column-form .amblog-input {
  margin-bottom: 20px;
  margin-right: 0;
}
._amblog-column-form .amblog-btn,
._amblog-column-form .amblog-input {
  max-width: 100%;
  width: 100%;
}
._amblog-column-form .mage-error[generated='true'] {
  margin-bottom: 10px;
  margin-top: -10px;
  order: 0;
  width: 100%;
  word-break: break-all;
}
._amblog-button {
  background: #1979c2;
  border-color: transparent;
  border-radius: 3px;
  box-sizing: border-box;
  color: #ffffff;
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.8rem;
  padding: 12px 30px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
._amblog-button:hover {
  background: #135d95;
  color: #ffffff;
  text-decoration: none;
}
._amblog-button:active {
  background: #0d4168;
  color: #ffffff;
  text-decoration: none;
}
.amblog-word-break {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .amblog-word-break {
  word-break: break-all;
}
.amblog-disabled {
  color: #ff0000;
}
.amblog_views_label,
.amblog_likes_label,
.amblog_dislikes_label {
  font-weight: 600;
  line-height: 3.2rem;
}
.amblog-scheduled,
.amblog-hidden {
  color: #808080;
}
.amblog-published {
  color: #008000;
}
.pagebuilder-content-type .amblog_widget .amblog-widget-placeholder {
  align-items: center;
  background-color: #fafafa;
  display: flex;
  justify-content: center;
  min-height: 300px;
}
#amblog_canvas_container {
  max-height: 400px;
  max-width: 400px;
}
.amblog-preloader {
  align-items: center;
  background: rgba(255, 255, 255, 0.6);
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}
.amblog-loader,
.amblog-slick-slider:not(.-am-loaded):after {
  background: url('../../frontend/Netsteps/default/it_IT/Amasty_Blog/images/ajax-loader.gif') no-repeat scroll 50% 0 transparent;
  background-size: cover;
  height: 12px;
  margin: auto;
  width: 16px;
}
.mobile {
  display: none;
}
.mobile .mobile-block {
  display: none;
}
.mobile.two-columns-right .content,
.mobile.two-columns-left .content {
  position: relative;
}
.notice:not(.message) {
  font-size: 2rem;
  font-weight: 700;
}
.amblog-main-content {
  padding-top: 40px;
}
.amblog-main-content > .amblog-item {
  margin-bottom: 30px;
}
.amblog-main-content > .amblog-item:last-child {
  margin-bottom: 0;
}
.amblog-main-content .amblog-btn {
  height: auto;
}
.amblog-overlay {
  background: rgba(60, 60, 60, 0.3);
  bottom: 0;
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 999;
}
.amblog-index-index .amblog-ref,
.amblog-index-search .amblog-ref,
.amblog-index-tag .amblog-ref,
.amblog-index-category .amblog-ref,
.amblog-index-post .amblog-ref,
.amblog-index-author .amblog-ref {
  color: #1979c2;
  font-size: 1.4rem;
  font-weight: 600;
}
.amblog-index-index .amblog-ref:hover,
.amblog-index-search .amblog-ref:hover,
.amblog-index-tag .amblog-ref:hover,
.amblog-index-category .amblog-ref:hover,
.amblog-index-post .amblog-ref:hover,
.amblog-index-author .amblog-ref:hover {
  color: #1979c2;
}
.amblog-author-container,
.amblog-element-block .amblog-author,
.amblog-comment-content .amblog-author,
.amblog-post-container .amblog-item.-author,
.amblog-post-container .amblog-item.-comments,
.amblog-post-container .amblog-widget-container .amblog-author,
.amblog-grid-list .slick-slide .amblog-item .amblog-item.-author,
.amblog-grid-list .slick-slide .amblog-item .amblog-item.-comments,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-author {
  word-break: break-word;
  word-wrap: break-word;
  color: #333333;
  font-size: 1.4rem;
  line-height: 25px;
}
.ie11 .amblog-author-container,
.ie11 .amblog-element-block .amblog-author,
.ie11 .amblog-comment-content .amblog-author,
.ie11 .amblog-post-container .amblog-item.-author,
.ie11 .amblog-post-container .amblog-item.-comments,
.ie11 .amblog-post-container .amblog-widget-container .amblog-author,
.ie11 .amblog-grid-list .slick-slide .amblog-item .amblog-item.-author,
.ie11 .amblog-grid-list .slick-slide .amblog-item .amblog-item.-comments,
.ie11 .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-author {
  word-break: break-all;
}
.amblog-svg {
  margin-right: 10px;
  min-width: 25px;
  position: relative;
  top: 7px;
}
.amblog-svg.user {
  height: 25px;
  top: 0;
  width: 25px;
}
.amblog-svg.comment {
  height: 24px;
  top: 0;
  width: 25px;
}
.amblog-svg.-classic {
  fill: #499bf8;
}
.amblog-svg.-red {
  fill: #ef5350;
}
.amblog-svg.-green {
  fill: #43a047;
}
.amblog-svg.-blue {
  fill: #3f51b5;
}
.amblog-svg.-grey {
  fill: #bdbdbd;
}
.amblog-svg.-purple {
  fill: #9c27b0;
}
.amblog-element-block .amblog-empty,
.amblog-post-container .amblog-widget-container .amblog-empty,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-empty {
  padding: 20px;
}
.amblog-element-block .amblog-headline,
.amblog-post-container .amblog-widget-container .amblog-headline,
.amblog-element-block .amblog-categories .amblog-link,
.amblog-post-container .amblog-widget-container .amblog-categories .amblog-link,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-headline,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-categories .amblog-link {
  word-break: break-word;
  word-wrap: break-word;
  color: #333333;
  display: block;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2rem;
}
.ie11 .amblog-element-block .amblog-headline,
.ie11 .amblog-post-container .amblog-widget-container .amblog-headline,
.ie11 .amblog-element-block .amblog-categories .amblog-link,
.ie11 .amblog-post-container .amblog-widget-container .amblog-categories .amblog-link,
.ie11 .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-headline,
.ie11 .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-categories .amblog-link {
  word-break: break-all;
}
.amblog-element-block .amblog-headline:hover,
.amblog-post-container .amblog-widget-container .amblog-headline:hover,
.amblog-element-block .amblog-categories .amblog-link:hover,
.amblog-post-container .amblog-widget-container .amblog-categories .amblog-link:hover,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-headline:hover,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-categories .amblog-link:hover {
  color: #1979c2;
}
.amblog-element-block .amblog-date.-post,
.amblog-post-container .amblog-widget-container .amblog-date.-post,
.amblog-element-block .amblog-views.-post,
.amblog-element-block .amblog-minread.-post,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-date.-post {
  margin-top: 5px;
}
.amblog-element-block .amblog-date.-comment,
.amblog-post-container .amblog-widget-container .amblog-date.-comment,
.amblog-element-block .amblog-views.-comment,
.amblog-element-block .amblog-minread.-comment,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-date.-comment {
  margin: 10px 0;
}
.amblog-element-block .amblog-thesis,
.amblog-post-container .amblog-widget-container .amblog-thesis,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-thesis {
  word-break: break-word;
  word-wrap: break-word;
  margin: 5px 0;
}
.ie11 .amblog-element-block .amblog-thesis,
.ie11 .amblog-post-container .amblog-widget-container .amblog-thesis,
.ie11 .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-thesis {
  word-break: break-all;
}
.amblog-element-block .amblog-thesis:last-child,
.amblog-post-container .amblog-widget-container .amblog-thesis:last-child,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-thesis:last-child {
  margin-bottom: 0;
}
.amblog-element-block .amblog-comment,
.amblog-post-container .amblog-widget-container .amblog-comment,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-comment {
  word-break: break-word;
  word-wrap: break-word;
  margin: 10px 0;
}
.ie11 .amblog-element-block .amblog-comment,
.ie11 .amblog-post-container .amblog-widget-container .amblog-comment,
.ie11 .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-comment {
  word-break: break-all;
}
.amblog-element-block .amblog-author,
.amblog-post-container .amblog-widget-container .amblog-author,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-author {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-style: normal;
  font-weight: 700;
  margin-top: 5px;
}
.amblog-element-block .amblog-footer-block,
.amblog-post-container .amblog-widget-container .amblog-footer-block,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-footer-block {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 10px;
}
.amblog-element-block .amblog-footer-block > *,
.amblog-post-container .amblog-widget-container .amblog-footer-block > *,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-footer-block > * {
  margin-bottom: 5px;
}
.amblog-element-block .amblog-footer-block .amblog-date,
.amblog-post-container .amblog-widget-container .amblog-footer-block .amblog-date,
.amblog-element-block .amblog-footer-block .amblog-views,
.amblog-element-block .amblog-footer-block .amblog-minread,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-footer-block .amblog-date {
  margin: 0;
}
.amblog-element-block .amblog-footer-block .amblog-author,
.amblog-post-container .amblog-widget-container .amblog-footer-block .amblog-author,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-footer-block .amblog-author {
  font-weight: 400;
  margin: 0 10px 0 0;
}
.amblog-pager-container {
  margin: 20px auto 50px;
}
.amblog-pager-container .amblog-links {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.amblog-pager-container .amblog-link {
  background: #1979c2;
  border-radius: 50%;
  display: block;
  height: 35px;
  position: relative;
  width: 35px;
}
.amblog-pager-container .amblog-link:before,
.amblog-pager-container .amblog-link:after {
  background: #ffffff;
  content: '';
  height: 2px;
  position: absolute;
  width: 12px;
}
.amblog-pager-container .amblog-link:before {
  left: 13px;
  top: 13px;
  transform: rotate(45deg);
}
.amblog-pager-container .amblog-link:after {
  left: 13px;
  top: 20px;
  transform: rotate(-45deg);
}
.amblog-pager-container .amblog-link:hover {
  background: #185eaf;
}
.amblog-pager-container .amblog-link.-new:before {
  left: 10px;
  transform: rotate(-45deg);
}
.amblog-pager-container .amblog-link.-new:after {
  left: 10px;
  transform: rotate(45deg);
}
.amblog-pager-container .amblog-link.-disabled {
  background: #c4c4c4;
  cursor: auto;
  pointer-events: none;
}
.amblog-pager-container .amblog-pagination {
  color: #333333;
  font-size: 1.6rem;
}
.amblog-related-wrapper {
  margin-bottom: 30px;
}
.amblog-helpful-wrap {
  padding: 15px 25px 0;
  text-align: left;
}
.amblog-helpful-wrap > .amblog-helpful {
  color: #5b5b5b;
  font-size: 1.4rem;
  vertical-align: top;
}
.amblog-helpful-wrap > .amblog-options {
  margin-left: 5px;
}
.amblog-helpful-wrap > .amblog-options {
  cursor: pointer;
  display: inline-block;
}
.amblog-author-description {
  margin-bottom: 20px;
}
.amblog-category-description {
  margin-bottom: 20px;
}
.amblog-element-block[data-set='sidebar-author'] .author_image,
.amblog-post-container .amblog-widget-container[data-set='sidebar-author'] .author_image,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set='sidebar-author'] .author_image {
  border-radius: 50%;
  display: block;
  height: 150px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
  width: 150px;
}
.amblog-element-block[data-set='sidebar-author'] .title,
.amblog-post-container .amblog-widget-container[data-set='sidebar-author'] .title,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set='sidebar-author'] .title {
  font-size: large;
  font-weight: 700;
  text-align: center;
}
.amblog-notify-message {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 45px;
  position: relative;
}
.amblog-notify-message a {
  color: #006bb4;
}
.amblog-notify-message a:hover {
  color: #006bb4;
}
.amblog-notify-message a:active {
  color: #006bb4;
}
.amblog-notify-message > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #c07600;
  content: '\e602';
  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;
}
.amblog-relatedposts-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.amblog-related-post {
  display: flex;
  margin-bottom: 35px;
  width: 49%;
}
.amblog-related-post .amblog-link {
  display: block;
}
.amblog-related-post .amblog-image-wrapper {
  align-items: center;
  background: #f4f6f8 center / 50px no-repeat;
  box-sizing: border-box;
  display: flex;
  height: 100px;
  justify-content: center;
  margin-right: 20px;
  min-width: 100px;
  overflow: hidden;
  width: 100px;
}
.amblog-related-post .amblog-image-wrapper.-placeholder {
  background-image: url('data:image/svg+xml;base64, PHN2ZyB3aWR0aD0iNTAiIGhlaWdodD0iNTAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwKSIgZmlsbD0iI0Q3RDlERCI+PHBhdGggZD0iTTM3LjIzNyAyMy4xOGMtMi4zMjEgMS4xMDUtNC4yMTQgNC40NjItNi40MjggMi4yNDctMS4zNDUtMS40Ni0yLjk0Mi0zLjc4NC00Ljc3Ni02LjQxMi0xLjk4My0yLjgyNS00LjUxMS01LjI1NC03LjQ4Ni0yLjQ3OS0zLjMyMSAzLjEyNC01LjYwMiAxMS42LTUuOCAxNS45NjNsMzEuMzguMDFjLS43MTgtMi41NjMtMy41MDctMTAuOTQtNi44OS05LjMzek0zNy4wOSAxOC4yNThhMy44NTkgMy44NTkgMCAxMDAtNy43MTcgMy44NTkgMy44NTkgMCAwMDAgNy43MTd6Ii8+PHBhdGggZD0iTTQ4Ljg1MyA1LjU5NEg4LjAyM2MtLjYzMyAwLTEuMTQ4LjUxMy0xLjE0OCAxLjE0NnY1LjhIMS4xNDdDLjUxNCAxMi41NCAwIDEzLjA1NCAwIDEzLjY4N3YyOS41N2MwIC42MzQuNTE0IDEuMTQ3IDEuMTQ3IDEuMTQ3aDQwLjgzYy42MzMgMCAxLjE0OC0uNTE0IDEuMTQ4LTEuMTQ3di01Ljc5OWg1LjcyOGMuNjMzIDAgMS4xNDgtLjUxMyAxLjE0OC0xLjE0NlY2Ljc0Yy0uMDAxLS42MzItLjUxNi0xLjE0Ni0xLjE0OC0xLjE0NnptLTguODA3IDM1LjczMkgzLjA3OVYxNS42MmgzLjc5NnYxNy44NzJjLS41NzYgMi4yMjYtLjkzIDQuMzY1LTEuMDAzIDUuOTU2bDMxLjM4LjAxYTM2LjA4MiAzNi4wODIgMCAwMC0uNjMtMmgzLjQyNHYzLjg2OHptNi44NzUtNi45NDdIOS45NTRWOC42NzNoMzYuOTY3VjM0LjM4eiIvPjwvZz48ZGVmcz48Y2xpcFBhdGggaWQ9ImNsaXAwIj48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMCAwaDUwdjUwSDB6Ii8+PC9jbGlwUGF0aD48L2RlZnM+PC9zdmc+');
}
.amblog-related-post .amblog-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  height: 100%;
  width: 100%;
}
.amblog-related-post .amblog-headline {
  color: #212121;
  display: block;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 20px;
}
.amblog-related-post .amblog-headline:hover,
.amblog-related-post .amblog-headline:focus {
  color: #0e6bd7;
  text-decoration: none;
}
.amblog-related-post .amblog-content {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .amblog-related-post .amblog-content {
  word-break: break-all;
}
.amblog-related-post .amblog-text {
  margin: 15px 0 0;
}
.amblog-related-post .amblog-date,
.amblog-related-post .amblog-views,
.amblog-related-post .amblog-minread {
  color: #707070;
  display: block;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 19px;
  margin-top: 15px;
}
body[class*='amblog-index-'],
body[class*='amblog-index-'] aside[class*='amblog-aside-'] {
  background: #fafafa;
}
body[class*='amblog-index-'] .page-title-wrapper {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
}
body[class*='amblog-index-'] .page-title {
  word-break: break-word;
  word-wrap: break-word;
  margin-bottom: 20px;
  max-width: calc(100% - 20px - 40px);
  padding-right: 20px;
}
.ie11 body[class*='amblog-index-'] .page-title {
  word-break: break-all;
}
body[class*='amblog-index-'] .amblog-summary {
  width: 100%;
}
body[class*='amblog-index-'] .sidebar .block-reorder {
  margin: 0;
}
body[class*='amblog-index-'] pre {
  overflow: auto;
}
body[class*='amblog-index-'] iframe {
  max-width: 100%;
}
.amblog-title,
.amblog-post-title {
  color: #1a1a1a;
  word-break: break-word;
  word-wrap: break-word;
  font-size: 2rem;
  font-weight: 700;
  margin: 0;
  position: relative;
}
.ie11 .amblog-title,
.ie11 .amblog-post-title {
  word-break: break-all;
}
.amblog-title {
  padding: 25px;
}
.amblog-content .amblog-title.-author,
.amblog-title.-author {
  padding: 0;
}
.amblog-content .amblog-title.-author.mobile:before,
.amblog-title.-author.mobile:before,
.amblog-content .amblog-title.-author:before,
.amblog-title.-author:before {
  content: none;
}
.amblog-content .amblog-title.-author:visited,
.amblog-title.-author:visited {
  color: #1a1a1a;
}
.amblog-content .amblog-title.-author:hover,
.amblog-title.-author:hover,
.amblog-content .amblog-title.-author:focus,
.amblog-title.-author:focus,
.amblog-content .amblog-title.-author:active,
.amblog-title.-author:active {
  text-decoration: none;
}
.amblog-post-title {
  line-height: 2.8rem;
  padding: 0;
}
.amblog-post-title .post-title,
.amblog-post-title .post-title:active,
.amblog-post-title .post-title:visited {
  color: #1a1a1a;
}
.amblog-post-title .post-title:hover {
  color: #1979c2;
}
.ampost-link {
  font-weight: 700;
}
.ampost-link,
.ampost-link:active,
.ampost-link:visited {
  color: #1979c2;
  text-decoration: none;
}
.ampost-link:hover {
  color: #135d95;
}
.mobile-block .amblog-title:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAyMCAxMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTkuODc2NTYgMC40NTQxMDNMMC45MDkwNTggOC44MDA1NkwyLjM0ODc5IDEwLjI1NzNMOS44NzY1NiAzLjI0OTM4TDE3LjY1MTEgMTAuNDU0MUwxOS4wOTA5IDkuMDM2NzhMMTAuNDExMyAwLjkyNjU0NEw5Ljg3NjU2IDAuNDU0MTAzWiIgZmlsbD0iI0M3QzdDNyIvPgo8L3N2Zz4K);
  content: '';
  cursor: pointer;
  display: block;
  height: 12px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(-180deg);
  width: 20px;
}
.mobile-block .amblog-title.-active:before {
  transform: translateY(-50%) rotate(0);
}
.amblog-swipe {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3Qgd2lkdGg9IjQwIiBoZWlnaHQ9IjQwIiByeD0iMjAiIGZpbGw9IiMxOTc5QzIiLz4KPHJlY3QgeD0iMTEiIHk9IjExIiB3aWR0aD0iOCIgaGVpZ2h0PSI4IiByeD0iMSIgZmlsbD0iI0ZBRkFGQSIvPgo8cmVjdCB4PSIyMSIgeT0iMTEiIHdpZHRoPSI4IiBoZWlnaHQ9IjgiIHJ4PSIxIiBmaWxsPSIjRkFGQUZBIi8+CjxyZWN0IHg9IjExIiB5PSIyMSIgd2lkdGg9IjgiIGhlaWdodD0iOCIgcng9IjEiIGZpbGw9IiNGQUZBRkEiLz4KPHJlY3QgeD0iMjEiIHk9IjIxIiB3aWR0aD0iOCIgaGVpZ2h0PSI4IiByeD0iMSIgZmlsbD0iI0ZBRkFGQSIvPgo8L3N2Zz4K);
  border-radius: 50%;
  box-shadow: 0 4px 8px rgba(0, 98, 176, 0.2);
  cursor: pointer;
  height: 40px;
  margin-bottom: 15px;
  max-width: 40px;
  min-width: 40px;
  transition: all 0.5s 0.3s ease-in-out;
  width: 40px;
}
.amblog-element-block:not(.widget) > div:not(.amblog-overlay),
.amblog-element-block.widget,
.amblog-grid-list .list-item,
.amblog-post-container,
.amblog-tags.amblog-widget-container,
.amblog-post-container .amblog-widget-container:not(.widget) > div:not(.amblog-overlay),
.amblog-post-container .amblog-widget-container.widget,
.amblog-grid-list .slick-slide .amblog-item,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container:not(.widget) > div:not(.amblog-overlay),
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container.widget {
  background: #ffffff;
  border-radius: 6px;
  box-shadow: 0 2px 4px rgba(84, 95, 125, 0.12), 0 5px 8px rgba(155, 159, 174, 0.1);
  margin-bottom: 20px;
}
.amblog-list {
  list-style: none;
  margin: 0;
  padding: 0 25px 25px;
  /* stylelint-disable-line */
}
.amblog-list.-tags {
  padding-bottom: 15px;
}
.amblog-list .post-title.amblog-headline {
  font-size: 1.4rem;
}
.mobile-block.amblog-element-block,
.mobile-block.amblog-post-container .amblog-widget-container,
.mobile-block.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container {
  margin: 20px;
}
.amblog-social-container {
  list-style-type: none;
  padding: 0;
}
.page-wrapper .amblog-slider-container.page-bottom {
  box-sizing: border-box;
  width: 100%;
}
.amblog-author-info .amblog-content {
  word-break: break-word;
  word-wrap: break-word;
  padding: 25px 25px calc(25px - 10px);
  text-align: center;
}
.ie11 .amblog-author-info .amblog-content {
  word-break: break-all;
}
.amblog-author-info .amblog-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  height: 100%;
  width: 100%;
}
.amblog-author-info .amblog-name {
  color: #333333;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 3.3rem;
  margin: 0;
}
.amblog-author-info .amblog-job {
  color: #707070;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.9rem;
  margin: 5px 0 0;
}
.amblog-author-info .amblog-description {
  color: #333333;
  font-size: 1.4rem;
  line-height: 1.9rem;
  margin: 25px 0 0;
  text-align: center;
}
.amblog-author-info .amblog-image-wrapper {
  align-items: center;
  background-position: center;
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  height: 100px;
  justify-content: center;
  margin: 0 auto 25px;
  min-width: 100px;
  overflow: hidden;
  width: 100px;
}
.amblog-author-info .amblog-image-wrapper.-placeholder {
  background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIwIiBoZWlnaHQ9IjEyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48bWFzayBpZD0iYSIgbWFza1VuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeD0iMCIgeT0iMCIgd2lkdGg9IjEyMCIgaGVpZ2h0PSIxMjAiPjxjaXJjbGUgY3g9IjYwIiBjeT0iNjAiIHI9IjYwIiBmaWxsPSIjQUFBIi8+PC9tYXNrPjxnIG1hc2s9InVybCgjYSkiIGZpbGw9IiNEN0Q5REQiPjxwYXRoIGQ9Ik02MC4wMDYgMzJjLTEzLjcyNSAwLTI0Ljk0NSAxMS4yMS0yNC45NDUgMjQuOTI1IDAgMTMuNzE0IDExLjIyIDI0LjkyNSAyNC45NDUgMjQuOTI1czI0Ljk0NS0xMS4yMSAyNC45NDUtMjQuOTI1Qzg0Ljk1MSA0My4yMTEgNzMuNzMxIDMyIDYwLjAwNiAzMnpNMTAyLjgxNiAxMDEuNzdjLS42NTMtMS42MzMtMS41MjUtMy4xNTYtMi41MDUtNC41NzItNS4wMTEtNy40LTEyLjc0NS0xMi4yOTktMjEuNDYtMTMuNDk2LTEuMDg4LS4xMDktMi4yODcuMTA5LTMuMTU4Ljc2Mi00LjU3NSAzLjM3NC0xMC4wMjIgNS4xMTUtMTUuNjg2IDUuMTE1LTUuNjY1IDAtMTEuMTExLTEuNzQxLTE1LjY4Ni01LjExNS0uODcyLS42NTMtMi4wNy0uOTgtMy4xNi0uNzYyYTMwLjc4NCAzMC43ODQgMCAwMC0yMS40NTggMTMuNDk2Yy0uOTggMS40MTYtMS44NTIgMy4wNDgtMi41MDYgNC41NzItLjMyNi42NTMtLjIxOCAxLjQxNS4xMSAyLjA2OC44NyAxLjUyNCAxLjk2IDMuMDQ4IDIuOTQgNC4zNTRhNDEuNDE4IDQxLjQxOCAwIDAwNS4wMTEgNS42NmMxLjUyNSAxLjUyMyAzLjI2OCAyLjkzOCA1LjAxIDQuMzUzIDguNjA2IDYuNDIyIDE4Ljk1NSA5Ljc5NiAyOS42MyA5Ljc5NnMyMS4wMjMtMy4zNzQgMjkuNjI5LTkuNzk2YTQ3Ljk1NyA0Ny45NTcgMCAwMDUuMDEtNC4zNTNjMS43NDQtMS43NDIgMy40ODYtMy41OTIgNS4wMTItNS42NiAxLjA4OS0xLjQxNSAyLjA2OS0yLjgzIDIuOTQxLTQuMzU0LjU0NC0uNjUzLjY1My0xLjQxNS4zMjYtMi4wNjh6Ii8+PC9nPjwvc3ZnPg==');
  background-size: contain;
}
.amblog-author-avatar {
  background: #f4f6f8 center / 100px no-repeat;
  border: 2px solid #ffffff;
  border-radius: 50%;
  margin-right: 10px;
  overflow: hidden;
}
.amblog-author-avatar.-small {
  height: 25px;
  width: 25px;
}
.amblog-author-info .amblog-social-container,
.amblog-element-block[data-set='sidebar-author'] .amblog-author-info .amblog-social-container,
.amblog-item[data-set='content-author'] .amblog-author-info .amblog-social-container,
.amblog-post-container .amblog-widget-container[data-set='sidebar-author'] .amblog-author-info .amblog-social-container,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set='sidebar-author'] .amblog-author-info .amblog-social-container {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 25px 0 0;
}
.amblog-author-info .amblog-social-container .amblog-icon {
  margin: 0 5px 5px;
}
.amblog-index-author .amblog-swipe.-left,
.amblog-index-author .amblog-swipe.-right {
  top: 0;
}
.amblog-index-author .page-title-wrapper .page-title {
  color: #333333;
  font-size: 3.5rem;
  font-weight: 600;
  letter-spacing: -.025em;
  line-height: 4.8rem;
}
.amblog-index-author .amblog-article-title {
  display: none;
}
.amblog-main-content .amblog-author-info .amblog-title {
  display: none;
}
.right .amblog-element-block[data-set='sidebar-author'],
.left .amblog-element-block[data-set='sidebar-author'],
.right .amblog-post-container .amblog-widget-container[data-set='sidebar-author'],
.left .amblog-post-container .amblog-widget-container[data-set='sidebar-author'],
.right .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set='sidebar-author'],
.left .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set='sidebar-author'] {
  padding: 0;
}
.amblog-search-block .amblog-content {
  align-items: center;
  display: flex;
}
.amblog-search-block .amblog-content > * {
  margin: auto;
}
.amblog-button {
  word-break: break-word;
  word-wrap: break-word;
  align-items: center;
  box-shadow: none;
  box-sizing: border-box;
  color: #1979c2;
  display: inline-flex;
  font-weight: 700;
  justify-content: center;
  outline: none;
}
.ie11 .amblog-button {
  word-break: break-all;
}
.amblog-button:hover,
.amblog-button:focus {
  color: #135d95;
}
.amblog-button:focus > .amblog-icon,
.amblog-button:hover > .amblog-icon {
  fill: #135d95;
}
.amblog-button:not(.primary),
.amblog-button:not(.primary):active {
  box-shadow: none;
}
.amblog-button.-clear {
  background: none;
  border: none;
  padding: 0;
}
.amblog-button > .amblog-icon {
  fill: #1979c2;
  margin-right: 10px;
}
.amblog-button:not(.-toggle) > .amblog-icon {
  margin-right: 15px;
}
.amblog-button.-toggle {
  line-height: 1.1;
}
.amblog-button.-toggle .amblog-icon {
  fill: #85c1ef;
  height: 15px;
  position: relative;
  width: 15px;
}
.amblog-button.-toggle.-empty {
  color: #888888;
  pointer-events: none;
}
.amblog-button.-toggle.-empty .amblog-icon {
  fill: #d9d9d9;
}
.amblog-button > .amblog-count:not(:empty) {
  padding-right: 5px;
}
.amblog-link-btn {
  background: none;
  border: none;
  color: #1979c2;
  font-size: 1.6rem;
  font-weight: 700;
  margin: 20px 0 0 25px;
  padding: 0;
}
button.amblog-link-btn:hover,
button.amblog-link-btn:focus,
.amblog-link-btn:active,
.amblog-link-btn:focus,
.amblog-link-btn:hover {
  background: none;
  border: none;
  color: #135d95;
}
button.amblog-link-btn,
.amblog-link-btn {
  box-shadow: none;
}
.amblog-comments-container .amblog-comment.-highlighted {
  background-color: #f5f9ff;
  outline: 5px solid #f5f9ff;
}
.amblog-comments-container .amblog-comment.-highlighted.-classic {
  background-color: #f5f9ff;
  outline-color: #f5f9ff;
}
.amblog-comments-container .amblog-comment.-highlighted.-red {
  background-color: #fef4f4;
  outline-color: #fef4f4;
}
.amblog-comments-container .amblog-comment.-highlighted.-green {
  background-color: #ebf7ec;
  outline-color: #ebf7ec;
}
.amblog-comments-container .amblog-comment.-highlighted.-blue {
  background-color: #eff1fa;
  outline-color: #eff1fa;
}
.amblog-comments-container .amblog-comment.-highlighted.-grey {
  background-color: #f8f8f8;
  outline-color: #f8f8f8;
}
.amblog-comments-container .amblog-comment.-highlighted.-purple {
  background-color: #fbf3fc;
  outline-color: #fbf3fc;
}
.amblog-element-block .amblog-item.-comment .amblog-comment,
.amblog-post-container .amblog-widget-container .amblog-item.-comment .amblog-comment,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-item.-comment .amblog-comment {
  font-style: italic;
}
.amblog-element-block .amblog-item.-comment .amblog-headline,
.amblog-post-container .amblog-widget-container .amblog-item.-comment .amblog-headline,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-item.-comment .amblog-headline {
  font-size: 1.4rem;
}
.amblog-comments-container {
  margin: 50px 25px 0;
  padding-bottom: 5px;
}
.amblog-comments-container .amblog-comment {
  margin-bottom: 25px;
}
.amblog-comments-container .amblog-comment:last-child {
  margin-bottom: 0;
}
.amblog-no-comments .amblog-ref {
  color: #707070;
}
.amblog-replies-block.-level-top > .amblog-comment,
.amblog-replies-block.-level-top > .amblog-comment-reply,
.amblog-comments-action .amblog-replies,
.amblog-comments-container .amblog-replies,
.amblog-replies-block > .amblog-replies:not(:empty) {
  border-left: 1px solid #e9e9e9;
  margin: 25px 0 0;
  padding-left: 15px;
}
.amblog-comment-content .amblog-author {
  display: inline-block;
  margin: 0 20px 0 0;
  padding-left: 0;
  position: relative;
}
.amblog-comment-content .amblog-header {
  margin-bottom: 10px;
}
.amblog-comment-content .amblog-date,
.amblog-comment-content .amblog-views,
.amblog-comment-content .amblog-minread {
  color: #707070;
  display: inline-block;
  font-size: 1.2rem;
  margin-top: 10px;
  position: relative;
}
.amblog-comment-content .amblog-willapprove {
  word-break: break-word;
  word-wrap: break-word;
  background: #fff3e0;
  border-radius: 4px;
  color: #f57c00;
  margin-top: 15px;
  padding: 0 10px;
}
.ie11 .amblog-comment-content .amblog-willapprove {
  word-break: break-all;
}
.amblog-comment-content .amblog-reply {
  align-items: center;
  display: flex;
  margin-top: 15px;
}
.amblog-comment-content .amblog-button {
  font-size: 1.4rem;
}
.amblog-comments-wrapper > .amblog-comment.-level-top {
  margin: 50px 25px -25px;
}
.amblog-comments-action {
  border: none;
  margin: 0 25px 25px;
}
.amblog-comments-action > .amblog-comment {
  margin-bottom: 60px;
}
.amblog-comments-action .amblog-button.-toggle {
  display: none;
}
.amblog-comment-reply {
  margin: 30px 0;
}
.amblog-comment-reply .amblog-button.-toggle {
  display: none;
}
.amblog-form-head {
  margin-bottom: 15px;
}
.amblog-secondary-title {
  color: #1a1a1a;
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 10px;
}
.amblog-head-note {
  color: #707070;
  font-size: 1.2rem;
}
.amblog-comments-block:not(.-loaded) .amblog-reply {
  opacity: .5;
  pointer-events: none;
  user-select: none;
}
.amblog-comments-block:not(.-loaded) .amblog-reply .amblog-button.-toggle {
  display: none;
}
.amblog-replies-block > .amblog-replies:not(.-active) {
  display: none;
}
.amblog-replies-block.-level-top > .amblog-comment,
.amblog-replies-block.-level-top > .amblog-comment-reply,
.amblog-replies-block > .amblog-replies:not(:empty) {
  margin: 25px 0 0;
}
.amblog-reply .amblog-button.-toggle {
  margin-left: 30px;
  position: relative;
}
.amblog-replies-block {
  margin-top: 25px;
}
.amblog-replies-block .amblog-replies.deep-reply,
.amblog-replies-block .amblog-replies.deep-reply .amblog-comment-reply {
  border: none;
  padding: 0;
}
.amblog-form-comment {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}
.amblog-form-comment .amblog-svg.comment {
  left: 0;
  position: absolute;
  top: -40px;
}
.amblog-form-comment .amblog-fieldset {
  border: none;
  margin: 0;
  min-inline-size: initial;
  padding: 0;
}
.amblog-form-comment .amblog-customer {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.amblog-form-comment .amblog-customer.-hidden {
  display: none;
}
.amblog-form-comment .amblog-wrapper {
  margin-top: 15px;
}
.amblog-form-comment .amblog-input {
  background-color: #ffffff;
  padding-left: 15px;
}
.amblog-form-comment .amblog-input.-name,
.amblog-form-comment .amblog-input.-email {
  max-height: 40px;
}
.amblog-form-comment .amblog-input.-textarea {
  height: 100px;
  margin-bottom: 0;
}
.amblog-form-comment .amblog-gdprtext {
  margin-top: 20px;
  position: relative;
}
.amblog-form-comment .amblog-gdprtext .amblog-label {
  word-break: break-word;
  word-wrap: break-word;
  word-wrap: anywhere;
}
.ie11 .amblog-form-comment .amblog-gdprtext .amblog-label {
  word-break: break-all;
}
.amblog-form-comment .amblog-input.-gdpr {
  height: 13px;
  top: 2px;
  width: auto;
}
.amblog-form-comment .mage-error {
  margin-bottom: 0;
}
.amblog-form-comment .amblog-btn {
  background: #1979c2;
  border: none;
  border-radius: 3px;
  box-shadow: none;
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 700;
  margin-top: 20px;
  padding: 12px 0;
  width: 100%;
}
.amblog-form-comment .amblog-btn:hover {
  background: #185eaf;
}
.amblog-tabs-block.-title {
  border-bottom: 1px solid #d1d1d1;
  display: flex;
  list-style: none;
  margin: 0 0 30px;
  padding: 0;
}
.amblog-tabs-block.-title .amblog-item {
  word-break: break-word;
  word-wrap: break-word;
  border-bottom: 2px solid transparent;
  cursor: pointer;
  font-size: 18px;
  margin: 0;
  padding: 0 10px 12px;
  text-transform: capitalize;
  transform: translateY(1px);
  transition: border .1s;
}
.ie11 .amblog-tabs-block.-title .amblog-item {
  word-break: break-all;
}
.amblog-tabs-block.-title .amblog-item.-active {
  font-weight: 600;
}
.amblog-tabs-block.-title .amblog-item.-active {
  border-bottom-color: #4776f0;
}
.amblog-content-tab:not(.-active) {
  display: none;
}
.amblog-tabs-block.-block .amblog-list {
  list-style: none;
  padding: 0;
}
.amblog-tabs-block.-block .amblog-list.-active {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.amblog-content-tab .amblog-post-block {
  display: flex;
}
.amblog-content-tab .amblog-post-block:not(:first-child) {
  margin-top: 20px;
}
.amblog-content-tab .amblog-post-block .amblog-link {
  display: block;
}
.amblog-content-tab .amblog-post-block .amblog-image-wrapper {
  align-items: center;
  background: #f4f6f8 center / 50px no-repeat;
  box-sizing: border-box;
  display: flex;
  height: 100px;
  justify-content: center;
  margin-right: 20px;
  min-width: 100px;
  overflow: hidden;
  width: 100px;
}
.amblog-content-tab .amblog-post-block .amblog-image-wrapper.-placeholder {
  background-image: url('data:image/svg+xml;base64, PHN2ZyB3aWR0aD0iNTAiIGhlaWdodD0iNTAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwKSIgZmlsbD0iI0Q3RDlERCI+PHBhdGggZD0iTTM3LjIzNyAyMy4xOGMtMi4zMjEgMS4xMDUtNC4yMTQgNC40NjItNi40MjggMi4yNDctMS4zNDUtMS40Ni0yLjk0Mi0zLjc4NC00Ljc3Ni02LjQxMi0xLjk4My0yLjgyNS00LjUxMS01LjI1NC03LjQ4Ni0yLjQ3OS0zLjMyMSAzLjEyNC01LjYwMiAxMS42LTUuOCAxNS45NjNsMzEuMzguMDFjLS43MTgtMi41NjMtMy41MDctMTAuOTQtNi44OS05LjMzek0zNy4wOSAxOC4yNThhMy44NTkgMy44NTkgMCAxMDAtNy43MTcgMy44NTkgMy44NTkgMCAwMDAgNy43MTd6Ii8+PHBhdGggZD0iTTQ4Ljg1MyA1LjU5NEg4LjAyM2MtLjYzMyAwLTEuMTQ4LjUxMy0xLjE0OCAxLjE0NnY1LjhIMS4xNDdDLjUxNCAxMi41NCAwIDEzLjA1NCAwIDEzLjY4N3YyOS41N2MwIC42MzQuNTE0IDEuMTQ3IDEuMTQ3IDEuMTQ3aDQwLjgzYy42MzMgMCAxLjE0OC0uNTE0IDEuMTQ4LTEuMTQ3di01Ljc5OWg1LjcyOGMuNjMzIDAgMS4xNDgtLjUxMyAxLjE0OC0xLjE0NlY2Ljc0Yy0uMDAxLS42MzItLjUxNi0xLjE0Ni0xLjE0OC0xLjE0NnptLTguODA3IDM1LjczMkgzLjA3OVYxNS42MmgzLjc5NnYxNy44NzJjLS41NzYgMi4yMjYtLjkzIDQuMzY1LTEuMDAzIDUuOTU2bDMxLjM4LjAxYTM2LjA4MiAzNi4wODIgMCAwMC0uNjMtMmgzLjQyNHYzLjg2OHptNi44NzUtNi45NDdIOS45NTRWOC42NzNoMzYuOTY3VjM0LjM4eiIvPjwvZz48ZGVmcz48Y2xpcFBhdGggaWQ9ImNsaXAwIj48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMCAwaDUwdjUwSDB6Ii8+PC9jbGlwUGF0aD48L2RlZnM+PC9zdmc+');
}
.amblog-content-tab .amblog-post-block .amblog-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  height: 100%;
  width: 100%;
}
.amblog-content-tab .amblog-post-block .amblog-headline {
  color: #333333;
  display: block;
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
}
.amblog-content-tab .amblog-post-block .amblog-date,
.amblog-content-tab .amblog-post-block .amblog-views,
.amblog-content-tab .amblog-post-block .amblog-minread {
  color: #707070;
  font-size: 14px;
  line-height: 19px;
  margin-top: 5px;
}
.amblog-content-tab {
  margin-bottom: 30px;
}
.amblog-content-tab > .pager {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.amblog-tag {
  background: #f5f5f5;
  word-break: break-word;
  word-wrap: break-word;
  border-radius: 80px;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 400;
  margin: 0 10px 10px 0;
  padding: 8px 15px;
  transition: none;
}
.ie11 .amblog-tag {
  word-break: break-all;
}
.amblog-tag:last-child {
  margin-right: 0;
}
.amblog-tag,
.amblog-tag:hover,
.amblog-tag:active,
.amblog-tag:visited {
  text-decoration: none;
}
.amblog-tag,
.amblog-tag:visited {
  color: #333333;
}
.amblog-tag:hover,
.amblog-tag:active {
  color: #ffffff;
}
.amblog-tag:hover {
  background: #1979c2;
}
.amblog-tag:active {
  background: #135d95;
}
.amblog-content .tags {
  margin-bottom: 10px;
}
.amblog-dates {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
}
.amblog-dates > .amblog-date,
.amblog-dates > .amblog-views,
.amblog-dates > .amblog-minread {
  display: block;
  margin-right: 25px;
  width: auto;
}
.amblog-date,
.amblog-views,
.amblog-minread {
  color: #707070;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 300;
  margin-right: 15px;
}
.amblog-grid-list .amblog-dates > .amblog-date,
.amblog-post-container .amblog-dates > .amblog-date,
.amblog-container-list .amblog-dates > .amblog-date,
.amblog-grid-list .amblog-dates > .amblog-views,
.amblog-post-container .amblog-dates > .amblog-views,
.amblog-container-list .amblog-dates > .amblog-views,
.amblog-grid-list .amblog-dates > .amblog-minread,
.amblog-post-container .amblog-dates > .amblog-minread,
.amblog-container-list .amblog-dates > .amblog-minread,
.amblog-grid-list .slick-slide .amblog-item .amblog-dates > .amblog-date,
.amblog-grid-list .slick-slide .amblog-item .amblog-dates > .amblog-views,
.amblog-grid-list .slick-slide .amblog-item .amblog-dates > .amblog-minread,
.amblog-grid-list .amblog-dates > .amblog-views,
.amblog-post-container .amblog-dates > .amblog-views,
.amblog-container-list .amblog-dates > .amblog-views,
.amblog-grid-list .amblog-dates > .amblog-minread,
.amblog-post-container .amblog-dates > .amblog-minread,
.amblog-container-list .amblog-dates > .amblog-minread {
  margin-bottom: 10px;
  margin-top: 0;
}
.amblog-grid-list .amblog-dates > *:last-child,
.amblog-post-container .amblog-dates > *:last-child,
.amblog-container-list .amblog-dates > *:last-child,
.amblog-grid-list .slick-slide .amblog-item .amblog-dates > *:last-child {
  margin-bottom: 20px;
}
.amblog-element-block .amblog-date,
.amblog-post-container .amblog-widget-container .amblog-date,
.amblog-element-block .amblog-views,
.amblog-element-block .amblog-minread,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-date {
  margin-top: 10px;
}
.amblog-element-block .amblog-date.-post,
.amblog-post-container .amblog-widget-container .amblog-date.-post,
.amblog-element-block .amblog-views.-post,
.amblog-element-block .amblog-minread.-post,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-date.-post {
  margin-top: 5px;
}
.amblog-element-block .amblog-date.-comment,
.amblog-post-container .amblog-widget-container .amblog-date.-comment,
.amblog-element-block .amblog-views.-comment,
.amblog-element-block .amblog-minread.-comment,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-date.-comment {
  margin: 10px 0;
}
.amblog-related-post .amblog-date,
.amblog-related-post .amblog-views,
.amblog-related-post .amblog-minread {
  color: #707070;
  display: block;
  margin-top: 15px;
}
.amblog-form-search.amblog-item {
  padding: 0 25px 25px;
}
.amblog-form-search .amblog-form-container {
  position: relative;
}
.amblog-form-search .amblog-input,
.amblog-form-comment .amblog-input {
  border: 1px solid #e5e5e5;
  color: #525252;
  border-radius: 3px;
  font-size: 1.4rem;
  height: 100%;
  padding: 11px 60px 11px 14px;
  width: 100%;
}
.amblog-form-search .amblog-input:hover,
.amblog-form-comment .amblog-input:hover {
  border-color: #b3b3b3;
}
.amblog-form-search .amblog-input::-webkit-input-placeholder,
.amblog-form-search .amblog-input:-ms-input-placeholder,
.amblog-form-search .amblog-input::-moz-placeholder,
.amblog-form-comment .amblog-input::-webkit-input-placeholder,
.amblog-form-comment .amblog-input:-ms-input-placeholder,
.amblog-form-comment .amblog-input::-moz-placeholder {
  color: #707070;
}
.amblog-form-search .amblog-input:focus,
.amblog-form-comment .amblog-input:focus {
  border: 1px solid #499bf8;
  box-shadow: none;
}
.amblog-form-search .amblog-input:focus::-webkit-input-placeholder,
.amblog-form-search .amblog-input:focus::-moz-placeholder,
.amblog-form-search .amblog-input:focus:-ms-input-placeholder,
.amblog-form-comment .amblog-input:focus::-webkit-input-placeholder,
.amblog-form-comment .amblog-input:focus::-moz-placeholder,
.amblog-form-comment .amblog-input:focus:-ms-input-placeholder {
  color: transparent;
}
.amblog-loader.-search {
  display: none;
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
}
.amblog-form-search .amblog-btn {
  background: url("../../frontend/Netsteps/default/it_IT/Amasty_Blog/images/svg/loupe.svg");
  background-repeat: no-repeat;
  border: none;
  height: 16px;
  opacity: .5;
  padding: 0;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity 0.3s ease-in-out;
  width: 16px;
}
.amblog-form-search .amblog-btn:hover {
  opacity: 1;
}
.amblog-form-search .amblog-input-wrapper {
  display: inline-block;
  width: 100%;
}
.amblog-field.-live-active ~ .amblog-btn,
.amblog-form-search.-live-process ~ .amblog-btn,
.amblog-field.-live-active .amblog-btn,
.amblog-form-search.-live-process .amblog-btn {
  opacity: .8;
}
.amblog-field.-live-active ~ .amblog-btn:hover,
.amblog-form-search.-live-process ~ .amblog-btn:hover,
.amblog-field.-live-active .amblog-btn:hover,
.amblog-form-search.-live-process .amblog-btn:hover {
  opacity: 1;
}
.amblog-form-search.-live-process .amblog-loader {
  display: block;
}
.amblog-search-suggest {
  background: #ffffff;
  border-radius: 3px;
  box-sizing: border-box;
  font-size: 1.4rem;
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: calc(100% + 10px);
  width: 100%;
  z-index: 10;
}
.amblog-search-suggest.-live-active {
  border: 1px solid #b3b3b3;
}
.amblog-search-suggest > li {
  margin: 0;
  padding: 12px;
}
.amblog-search-suggest > li:not(:first-child) {
  border-top: 1px solid #e5e5e5;
}
.amblog-search-suggest .amblog-suggest-title {
  font-weight: 700;
  padding-bottom: 8px;
  pointer-events: none;
  text-transform: capitalize;
}
.amblog-search-suggest .amblog-suggest-title + .amblog-suggest {
  border-top: none;
}
.amblog-search-suggest .amblog-suggest:hover {
  background: #499bf8;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.amblog-search-suggest .amblog-suggest a {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  font-weight: 400;
  -webkit-line-clamp: 2;
  overflow: hidden;
  transition: none;
}
.amblog-search-suggest .amblog-suggest a,
.amblog-search-suggest .amblog-suggest a:hover,
.amblog-search-suggest .amblog-suggest a:focus {
  color: inherit;
  text-decoration: none;
}
.amblog-post-container.list-item .amblog-footer,
.amblog-grid-list .slick-slide .amblog-item.list-item .amblog-footer {
  align-items: flex-start;
  flex-direction: column;
}
.amblog-post-container.list-item .amblog-footer .amblog-wrap,
.amblog-grid-list .slick-slide .amblog-item.list-item .amblog-footer .amblog-wrap {
  margin-bottom: 20px;
}
.amblog-post-container .post-image,
.amblog-grid-list .slick-slide .amblog-item .post-image {
  display: block;
  margin-bottom: 25px;
}
.amblog-post-container .amblog-helpful-wrap,
.amblog-post-container .amblog-post-title,
.amblog-grid-list .slick-slide .amblog-item .amblog-helpful-wrap,
.amblog-grid-list .slick-slide .amblog-item .amblog-post-title {
  margin-bottom: 20px;
}
.amblog-post-container .amblog-read,
.amblog-grid-list .slick-slide .amblog-item .amblog-read {
  background: #1979c2;
  border-color: transparent;
  border-radius: 3px;
  box-sizing: border-box;
  color: #ffffff;
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.8rem;
  padding: 12px 30px;
  text-align: center;
  transition: all 0.3s ease-in-out;
  margin-bottom: 25px;
}
.amblog-post-container .amblog-read:hover,
.amblog-grid-list .slick-slide .amblog-item .amblog-read:hover {
  background: #135d95;
  color: #ffffff;
  text-decoration: none;
}
.amblog-post-container .amblog-read:active,
.amblog-grid-list .slick-slide .amblog-item .amblog-read:active {
  background: #0d4168;
  color: #ffffff;
  text-decoration: none;
}
.amblog-post-container .amblog-helpful-wrap,
.amblog-grid-list .slick-slide .amblog-item .amblog-helpful-wrap {
  display: flex;
  margin-top: 20px;
  padding: 0;
}
.amblog-post-container.-post-page .amblog-footer,
.amblog-grid-list .slick-slide .amblog-item.-post-page .amblog-footer {
  align-items: flex-start;
  flex-direction: column;
}
.amblog-post-container.-post-page .tags,
.amblog-grid-list .slick-slide .amblog-item.-post-page .tags {
  margin-bottom: 10px;
}
.amblog-post-container.-post-page .amblog-features,
.amblog-grid-list .slick-slide .amblog-item.-post-page .amblog-features {
  margin-bottom: 20px;
}
.amblog-post-container.-post-page .amblog-features + .amblog-helpful-wrap,
.amblog-grid-list .slick-slide .amblog-item.-post-page .amblog-features + .amblog-helpful-wrap {
  margin-top: 0;
}
.amblog-post-container .amblog-bottom,
.amblog-grid-list .slick-slide .amblog-item .amblog-bottom {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: baseline;
  -ms-align-items: baseline;
  align-items: baseline;
  flex-wrap: wrap;
  margin-top: 20px;
}
.amblog-post-container .amblog-bottom > *,
.amblog-grid-list .slick-slide .amblog-item .amblog-bottom > * {
  margin-bottom: 10px;
}
.amblog-post-container .amblog-image,
.amblog-grid-list .slick-slide .amblog-item .amblog-image {
  border-radius: 4px;
}
.amblog-post-container .amblog-widget-container,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container {
  margin: 20px -15px;
}
.amblog-post-container .amblog-headline,
.amblog-grid-list .slick-slide .amblog-item .amblog-headline {
  color: #333333;
}
.amblog-post-container .amblog-headline:hover,
.amblog-grid-list .slick-slide .amblog-item .amblog-headline:hover {
  color: #1979c2;
  text-decoration: none;
}
.amblog-post-container .amblog-shot,
.amblog-grid-list .slick-slide .amblog-item .amblog-shot {
  color: #333333;
  font-size: 1.4rem;
  line-height: 1.9rem;
}
.amblog-post-container .amblog-shot > p,
.amblog-post-container .amblog-content > p,
.amblog-grid-list .slick-slide .amblog-item .amblog-shot > p,
.amblog-grid-list .slick-slide .amblog-item .amblog-content > p {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .amblog-post-container .amblog-shot > p,
.ie11 .amblog-post-container .amblog-content > p,
.ie11 .amblog-grid-list .slick-slide .amblog-item .amblog-shot > p,
.ie11 .amblog-grid-list .slick-slide .amblog-item .amblog-content > p {
  word-break: break-all;
}
.amblog-post-container .amblog-features,
.amblog-grid-list .slick-slide .amblog-item .amblog-features {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.amblog-post-container .amblog-features.-post,
.amblog-grid-list .slick-slide .amblog-item .amblog-features.-post {
  padding: 15px 15px 20px;
}
.amblog-post-container .amblog-item,
.amblog-grid-list .slick-slide .amblog-item .amblog-item {
  margin: 0 30px 0 0;
}
.amblog-post-container .amblog-category,
.amblog-post-container .amblog-item.-author-posts,
.amblog-grid-list .slick-slide .amblog-item .amblog-category,
.amblog-grid-list .slick-slide .amblog-item .amblog-item.-author-posts {
  color: #333333;
  word-break: break-word;
  word-wrap: break-word;
  font-size: 1.4rem;
  line-height: 25px;
  margin: 5px 30px 5px 0;
}
.ie11 .amblog-post-container .amblog-category,
.ie11 .amblog-post-container .amblog-item.-author-posts,
.ie11 .amblog-grid-list .slick-slide .amblog-item .amblog-category,
.ie11 .amblog-grid-list .slick-slide .amblog-item .amblog-item.-author-posts {
  word-break: break-all;
}
.amblog-post-container .amblog-arrow,
.amblog-grid-list .slick-slide .amblog-item .amblog-arrow {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE1LjY5NyA1LjM2M2wtNS4xMjYtNS4xYS44ODYuODg2IDAgMCAwLTEuMjYgMCAuODc1Ljg3NSAwIDAgMCAwIDEuMjU0bDMuNjEzIDMuNTk1SC44OTFBLjg5NC44OTQgMCAwIDAgMCA1Ljk5OGMwIC40ODUuNDAzLjg4Ni44OS44ODZoMTIuMDE4TDkuMzEgMTAuNDc5YS44NzUuODc1IDAgMCAwIDAgMS4yNTQuOTIuOTIgMCAwIDAgLjYzOS4yNjcuODguODggMCAwIDAgLjYzOC0uMjY4bDUuMTQzLTUuMTE1QS45MTEuOTExIDAgMCAwIDE2IDUuOThhMS4xMzQgMS4xMzQgMCAwIDAtLjMwMy0uNjE4eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==);
  display: inline-block;
  height: 12px;
  margin-left: 10px;
  width: 16px;
}
.amblog-post-container .amblog-features.-post .amblog-item,
.amblog-grid-list .slick-slide .amblog-item .amblog-features.-post .amblog-item {
  padding: 0;
}
.amblog-post-container .amblog-widget-container,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container {
  background: #fafafa;
  border: none;
  padding-bottom: 25px;
}
.amblog-post-container .amblog-widget-container .amblog-list,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-list {
  border: 1px solid #e9e9e9;
  background: #ffffff;
  border-radius: 4px;
  margin: 0 20px 0;
}
.amblog-post-container .amblog-widget-container.-post,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container.-post {
  padding-bottom: 10px;
}
.amblog-post-container .amblog-widget-container.-post .amblog-list,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container.-post .amblog-list {
  background: inherit;
  border: none;
}
.amblog-post-container .amblog-widget-container.-categories .amblog-category,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container.-categories .amblog-category {
  margin-right: 0;
}
.amblog-index-post .columns .amblog-element-block .am-powered-by,
.amblog-index-post .columns .amblog-post-container .amblog-widget-container .am-powered-by,
.amblog-index-post .columns .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .am-powered-by {
  background: none;
  box-shadow: none;
  color: #888888;
  font-size: 1.2rem;
  margin-bottom: 0;
  margin-top: 3rem;
}
.amblog-index-post .columns .amblog-element-block .am-powered-by.hidden,
.amblog-index-post .columns .amblog-post-container .amblog-widget-container .am-powered-by.hidden,
.amblog-index-post .columns .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .am-powered-by.hidden {
  display: none !important;
}
.amblog-grid-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.amblog-grid-list .slick-slide .amblog-item {
  width: 100%;
}
.amblog-grid-list .slick-slide .amblog-item {
  box-sizing: border-box;
}
.amblog-grid-list .amblog-item.-comments {
  white-space: nowrap;
}
.amblog-grid-list .image {
  border-radius: 4px;
}
.amblog-grid-list .product-item-link {
  color: #333333;
  line-height: 1.9rem;
  margin: 5px 0 0;
}
.amblog-grid-list .amblog-features {
  margin-bottom: 5px;
}
.amblog-grid-list .amblog-post-container,
.amblog-grid-list .amblog-grid-list .slick-slide .amblog-item {
  align-items: stretch;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.amblog-post-container .amblog-tags,
.amblog-grid-list .amblog-tags,
.amblog-grid-list .slick-slide .amblog-item .amblog-tags {
  padding: 20px 25px 10px;
}
.amblog-post-container .amblog-content,
.amblog-grid-list .amblog-content,
.amblog-grid-list .slick-slide .amblog-item .amblog-content {
  padding: 25px;
}
.amblog-post-container .amblog-tags + .amblog-content,
.amblog-grid-list .amblog-tags + .amblog-content,
.amblog-post-container .post-image + .amblog-content,
.amblog-grid-list .post-image + .amblog-content,
.amblog-grid-list .slick-slide .amblog-item .amblog-tags + .amblog-content,
.amblog-grid-list .slick-slide .amblog-item .post-image + .amblog-content {
  padding-top: 0;
}
.amblog-footer {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 25px;
}
.amblog-wrap > .amblog-no-comments,
.amblog-wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.amblog-posted-in {
  padding-right: 4px;
}
.amblog-features .amblog-wrap {
  margin-bottom: 20px;
  margin-right: 30px;
}
.amblog-features .amblog-ref:not(:last-child):after {
  content: ', ';
  padding-right: 4px;
}
.amblog-post-list .post-items {
  margin-bottom: 0;
}
.amblog-post-list .post-items:not(.slick-slider) .post-title {
  display: block;
  margin-bottom: 10px;
}
.amblog-post-list .post-image {
  display: block;
  margin-bottom: 10px;
}
.amblog-post-list .post-title {
  color: #333333;
  display: flex;
  font-weight: 700;
  margin-bottom: 10px;
}
.amblog-post-list .short-description {
  font-size: 1.4rem;
  font-style: italic;
  flex-grow: 2;
  line-height: 1.9rem;
  margin-bottom: 5px;
}
.amblog-post-list .post-link {
  font-weight: 700;
}
.amblog-related-wrapper .slick-track,
.amblog-post-list .slick-track {
  display: flex;
  justify-content: center;
}
.amblog-related-wrapper .slick-slide,
.amblog-post-list .slick-slide {
  margin: 0 10px;
}
.amblog-related-wrapper .post-item-details,
.amblog-post-list .post-item-details {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .amblog-related-wrapper .post-item-details,
.ie11 .amblog-post-list .post-item-details {
  word-break: break-all;
}
.amblog-related-wrapper .slick-slider .slick-arrow.slick-next,
.amblog-post-list .slick-slider .slick-arrow.slick-next {
  right: -15px;
}
.amblog-related-wrapper .slick-slider .slick-arrow.slick-prev,
.amblog-post-list .slick-slider .slick-arrow.slick-prev {
  left: -15px;
}
.mobile-block .amblog-post-list .post-item-info:not(:last-of-type),
.sidebar .amblog-post-list .post-item-info:not(:last-of-type) {
  margin-bottom: 25px;
}
.widget.amblog-post-list .amblog-slick-slider.-am-loaded .post-item {
  display: flex !important;
}
.widget.amblog-post-list .slick-track {
  margin: 0 auto;
}
.widget.amblog-post-list .post-item,
.widget.amblog-post-list .post-item-details {
  display: flex;
  flex-direction: column;
}
.widget.amblog-post-list .post-item-details {
  flex-grow: 1;
  justify-content: space-between;
}
.widget.amblog-post-list .amblog-dates {
  margin-top: auto;
}
.post-item.-post-no-image .post-item-details {
  height: 100%;
  justify-content: center;
}
.post-item.-post-no-image .amblog-dates {
  margin-top: initial;
}
.amblog-form-newsletter.amblog-item {
  padding: 0 25px 25px;
}
.amblog-form-newsletter .amblog-form-container {
  position: relative;
}
.amblog-form-newsletter .amblog-input {
  border: 1px solid #e5e5e5;
  color: #525252;
  border-radius: 3px;
  font-size: 1.4rem;
  height: 100%;
  padding: 11px 60px 11px 14px;
  width: 100%;
}
.amblog-form-newsletter .amblog-input:hover {
  border-color: #b3b3b3;
}
.amblog-form-newsletter .amblog-input::-webkit-input-placeholder,
.amblog-form-newsletter .amblog-input:-ms-input-placeholder,
.amblog-form-newsletter .amblog-input::-moz-placeholder {
  color: #707070;
}
.amblog-form-newsletter .amblog-input:focus {
  border: 1px solid #499bf8;
  box-shadow: none;
}
.amblog-form-newsletter .amblog-input:focus::-webkit-input-placeholder,
.amblog-form-newsletter .amblog-input:focus::-moz-placeholder,
.amblog-form-newsletter .amblog-input:focus:-ms-input-placeholder {
  color: transparent;
}
.amblog-form-newsletter .amblog-btn {
  background: #1979c2;
  border-color: transparent;
  border-radius: 3px;
  box-sizing: border-box;
  color: #ffffff;
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.8rem;
  padding: 12px 30px;
  text-align: center;
  transition: all 0.3s ease-in-out;
  border: none;
  max-width: 250px;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
}
.amblog-form-newsletter .amblog-btn:hover {
  background: #135d95;
  color: #ffffff;
  text-decoration: none;
}
.amblog-form-newsletter .amblog-btn:active {
  background: #0d4168;
  color: #ffffff;
  text-decoration: none;
}
.amblog-form-newsletter .amblog-input {
  margin-right: 10px;
  padding-right: 10px;
}
.input-box.-newsletter {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.mobile-block .amblog-form-newsletter .input-box,
.sidebar .amblog-form-newsletter .input-box {
  flex-direction: column;
}
.mobile-block .amblog-form-newsletter .amblog-input,
.sidebar .amblog-form-newsletter .amblog-input {
  margin-bottom: 20px;
  margin-right: 0;
}
.mobile-block .amblog-form-newsletter .amblog-btn,
.sidebar .amblog-form-newsletter .amblog-btn,
.mobile-block .amblog-form-newsletter .amblog-input,
.sidebar .amblog-form-newsletter .amblog-input {
  max-width: 100%;
  width: 100%;
}
.mobile-block .amblog-form-newsletter .mage-error[generated='true'],
.sidebar .amblog-form-newsletter .mage-error[generated='true'] {
  margin-bottom: 10px;
  margin-top: -10px;
  order: 0;
  width: 100%;
  word-break: break-all;
}
.amblog-aside-right,
.amblog-aside-left {
  background: #ffffff;
  box-shadow: 0 4px 8px rgba(0, 98, 176, 0.1);
  display: none;
  height: calc(100% - 20px);
  overflow-y: scroll;
  padding-top: 20px;
  position: fixed;
  top: 0;
  width: 300px;
  z-index: 1000;
}
.amblog-aside-right.active,
.amblog-aside-left.active {
  display: block;
}
.amblog-aside-right .aside-title,
.amblog-aside-left .aside-title {
  margin: 20px 20px 40px;
  position: relative;
}
.amblog-aside-right .amblog-close,
.amblog-aside-left .amblog-close {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.amblog-aside-right .amblog-close:after,
.amblog-aside-left .amblog-close:after {
  background: url("../../frontend/Netsteps/default/it_IT/Amasty_Blog/images/svg/close.svg");
  content: '';
  display: block;
  height: 18px;
  width: 18px;
}
.amblog-aside-right h3.amblog-title,
.amblog-aside-left h3.amblog-title {
  padding-right: 50px;
}
.amblog-aside-right {
  right: 0;
}
.amblog-aside-left {
  left: 0;
}
.amblog-views,
.amblog-minread {
  white-space: nowrap;
}
.amblog-search-titles {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.amblog-search-titles:not([role='tablist']) ~ .amblog-search-content {
  display: none;
}
.amblog-search-title {
  font-size: 1.4rem;
  text-align: center;
  text-transform: capitalize;
}
.amblog-search-items {
  margin-bottom: 40px;
}
.amblog-search-title.open {
  font-weight: 700;
}
.amblog-search-switch {
  display: block;
  padding: 12px 35px;
}
.amblog-search-switch,
.amblog-search-switch:active,
.amblog-search-switch:visited,
.amblog-search-switch:hover,
.amblog-search-switch:focus {
  color: #333333;
  text-decoration: none;
}
.amblog-slick-slider:not(.-am-loaded) {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 0;
  min-height: 30px;
}
.amblog-slick-slider:not(.-am-loaded):after {
  content: '';
  display: block;
}
.amblog-slick-slider:not(.-am-loaded) > div,
.widget .amblog-slick-slider:not(.-am-loaded) > div {
  display: none;
}
.amblog-slick-slider.-am-loaded > div,
.widget .amblog-slick-slider.-am-loaded > div {
  display: flex;
}
.main .amblog-related-wrapper:not(.-related-products) {
  margin-bottom: 40px;
}
.main .amblog-related-wrapper:not(.-related-products) .amblog-related-grid {
  margin: 0;
  padding: 20px 10px;
}
.main .amblog-related-wrapper:not(.-related-products) .slick-list {
  margin: 0 10px;
  width: 100%;
}
.main .amblog-related-wrapper:not(.-related-products) .slick-list > .slick-track {
  margin-left: 0;
}
.main .amblog-related-wrapper:not(.-related-products) .slick-slide {
  margin: 0 7px;
  vertical-align: top;
}
.amblog-related-wrapper.-related-products {
  margin-bottom: 40px;
}
.amblog-related-wrapper.-related-products .amblog-item-product {
  box-sizing: border-box;
  margin: 0 10px;
}
.amblog-related-wrapper.-related-products .amblog-item-product .price-box {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: flex-end;
  margin: 0 0 10px;
}
.amblog-related-wrapper.-related-products .amblog-item-product .price-box > .price-box {
  margin-bottom: 0;
}
.amblog-related-wrapper.-related-products .slick-slider {
  justify-content: space-evenly;
  padding: 0;
}
.amblog-related-wrapper.-related-products .map-old-price,
.amblog-related-wrapper.-related-products .map-show-info {
  margin: 0;
}
.amblog-related-wrapper.-related-products .price-including-tax,
.amblog-related-wrapper.-related-products .price-excluding-tax {
  font-size: 1.4rem;
}
.amblog-related-wrapper.-related-products .price-from .price-container,
.amblog-related-wrapper.-related-products .price-to .price-container {
  display: block;
}
.amblog-related-wrapper.-related-products .product-item .old-price {
  margin: 5px 0 0;
}
.amblog-related-wrapper.-related-products .special-price {
  width: 100%;
}
.amblog-related-wrapper.-related-products .amblog-item-product .price-box .map-old-price {
  min-width: auto;
}
.amblog-related-wrapper.-related-products .product-item-details {
  display: flex;
  flex: 1 0 auto;
  flex-direction: column;
}
.amblog-related-wrapper.-related-products .product-item-actions {
  margin-top: auto;
}
.amblog-related-wrapper.-related-products .amblog-slick-slider.slick-dotted {
  margin-bottom: 30px;
}
.amblog-related-wrapper.-related-products .amblog-slick-slider.-am-loaded .amblog-item-product {
  display: flex !important;
}
.amblog-related-wrapper.-related-products .amblog-slick-slider .slick-slide {
  vertical-align: inherit;
}
.amblog-related-wrapper.-related-products .amblog-slick-slider .amblog-item-product {
  flex-direction: column;
  margin: 0;
  padding: 0 9px;
}
.amblog-related-wrapper.-related-products .amblog-slick-slider .product-item-link {
  flex-grow: 1;
  margin-bottom: 10px;
}
.amblog-slick-slider.slick-slider .slick-dots {
  background: inherit;
  border: none;
  bottom: -25px;
}
.amblog-slick-slider.slick-slider .slick-dots > li[role='presentation'] {
  align-items: center;
  border: none;
  display: inline-flex;
  height: 6px;
  justify-content: center;
  margin: 0;
  padding: 5px;
  text-align: inherit;
  white-space: inherit;
  width: 6px;
}
.amblog-slick-slider.slick-slider .slick-dots > li[role='presentation']:hover,
.amblog-slick-slider.slick-slider .slick-dots > li[role='presentation'].selected {
  background: inherit;
}
.amblog-slick-slider.slick-slider .slick-dots > li[role='presentation']:hover button,
.amblog-slick-slider.slick-slider .slick-dots > li[role='presentation'].slick-active button {
  background: #ff5502;
  border: none;
}
.amblog-slick-slider.slick-slider .slick-dots > li[role='presentation'] button {
  border: 1px solid #575757;
  border-radius: 100%;
  box-sizing: border-box;
  height: 6px;
  padding: 0;
  width: 6px;
}
.amblog-slick-slider.slick-slider .slick-dots > li[role='presentation'] button:before {
  content: none;
}
.amblog-slick-slider.slick-slider .slick-arrow {
  background: #ffffff url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMTg5IDIuMDA5TDcuMTkgOS4wMS4yMzMgMTUuOTY4bDEuMTA4IDEuMTA5IDguMDQ0LTguMDQ0LTguMTEtOC4xMUwuMTg5IDIuMDA4eiIgZmlsbD0iIzU3NTg1NSIvPjwvc3ZnPg==') center no-repeat !important;
  border-radius: 0;
  height: 30px;
  width: 30px;
  z-index: 2;
}
.amblog-slick-slider.slick-slider .slick-arrow:before,
.amblog-slick-slider.slick-slider .slick-arrow:after {
  display: none;
}
.amblog-slick-slider.slick-slider .slick-arrow.slick-prev {
  transform: rotate(180deg) translate(0, 50%);
}
.amblog-navigation-container {
  align-items: flex-start;
  background: #f9f9f9;
  border-radius: 0 0 5px 5px;
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
  padding: 25px;
  position: relative;
}
.amblog-navigation-container .amblog-navigation {
  display: flex;
  flex-direction: column;
  margin: 0 10px;
  max-width: 45%;
}
.amblog-navigation-container .amblog-navigation.-previous {
  margin-left: 30px;
}
.amblog-navigation-container .amblog-navigation.-previous > .amblog-title-link:before {
  content: '';
  left: 20px;
}
.amblog-navigation-container .amblog-navigation.-next {
  align-items: flex-end;
  margin-right: 30px;
}
.amblog-navigation-container .amblog-navigation.-next > .amblog-title-link {
  text-align: right;
}
.amblog-navigation-container .amblog-navigation.-next > .amblog-title-link:after {
  content: '';
  right: 20px;
  transform: translateY(-50%) rotate(180deg);
}
.amblog-navigation-container .amblog-navigation > .amblog-title-link {
  word-break: break-word;
  word-wrap: break-word;
  color: #333333;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.7rem;
  margin: 0;
  padding: 0;
  text-transform: initial;
}
.ie11 .amblog-navigation-container .amblog-navigation > .amblog-title-link {
  word-break: break-all;
}
.amblog-navigation-container .amblog-navigation > .amblog-title-link:before,
.amblog-navigation-container .amblog-navigation > .amblog-title-link:after {
  background-image: url("../../frontend/Netsteps/default/it_IT/Amasty_Blog/images/svg/arrow-left.svg");
  height: 19px;
  min-width: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
}
.amblog-navigation-container .amblog-navigation > .amblog-date,
.amblog-navigation-container .amblog-navigation > .amblog-views,
.amblog-navigation-container .amblog-navigation > .amblog-minread {
  margin-top: 5px;
}
.amblog-navigation-container .amblog-navigation .amblog-navigation-label {
  color: #707070;
  font-size: 1.2rem;
  line-height: 1.6rem;
  margin-bottom: 5px;
}
.amblog-social-container .amblog-list,
.amblog-element-block[data-set='sidebar-author'] .amblog-list,
.amblog-item[data-set='content-author'] .amblog-list,
.amblog-post-container .amblog-widget-container[data-set='sidebar-author'] .amblog-list,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set='sidebar-author'] .amblog-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
.amblog-social-container .amblog-icon,
.amblog-element-block[data-set='sidebar-author'] .amblog-icon,
.amblog-item[data-set='content-author'] .amblog-icon,
.amblog-post-container .amblog-widget-container[data-set='sidebar-author'] .amblog-icon,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set='sidebar-author'] .amblog-icon {
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #fafafa;
  border-radius: 50%;
  cursor: pointer;
  height: 40px;
  margin: 0 18px 18px 0;
  width: 40px;
}
.amblog-social-container .amblog-icon:hover,
.amblog-element-block[data-set='sidebar-author'] .amblog-icon:hover,
.amblog-item[data-set='content-author'] .amblog-icon:hover,
.amblog-post-container .amblog-widget-container[data-set='sidebar-author'] .amblog-icon:hover,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set='sidebar-author'] .amblog-icon:hover {
  filter: brightness(1.2);
}
.amblog-social-container .amblog-icon.-twitter,
.amblog-element-block[data-set='sidebar-author'] .amblog-icon.-twitter,
.amblog-item[data-set='content-author'] .amblog-icon.-twitter,
.amblog-post-container .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-twitter,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-twitter {
  background-image: url("../../frontend/Netsteps/default/it_IT/Amasty_Blog/images/svg/twitter.svg");
}
.amblog-social-container .amblog-icon.-facebook,
.amblog-element-block[data-set='sidebar-author'] .amblog-icon.-facebook,
.amblog-item[data-set='content-author'] .amblog-icon.-facebook,
.amblog-post-container .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-facebook,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-facebook {
  background-image: url("../../frontend/Netsteps/default/it_IT/Amasty_Blog/images/svg/facebook.svg");
}
.amblog-social-container .amblog-icon.-vkontakte,
.amblog-element-block[data-set='sidebar-author'] .amblog-icon.-vkontakte,
.amblog-item[data-set='content-author'] .amblog-icon.-vkontakte,
.amblog-post-container .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-vkontakte,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-vkontakte {
  background-image: url("../../frontend/Netsteps/default/it_IT/Amasty_Blog/images/svg/vk.svg");
}
.amblog-social-container .amblog-icon.-digg,
.amblog-element-block[data-set='sidebar-author'] .amblog-icon.-digg,
.amblog-item[data-set='content-author'] .amblog-icon.-digg,
.amblog-post-container .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-digg,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-digg {
  background-image: url("../../frontend/Netsteps/default/it_IT/Amasty_Blog/images/svg/digg.svg");
}
.amblog-social-container .amblog-icon.-pinterest,
.amblog-element-block[data-set='sidebar-author'] .amblog-icon.-pinterest,
.amblog-item[data-set='content-author'] .amblog-icon.-pinterest,
.amblog-post-container .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-pinterest,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-pinterest {
  background-image: url("../../frontend/Netsteps/default/it_IT/Amasty_Blog/images/svg/pinterest.svg");
}
.amblog-social-container .amblog-icon.-blogger,
.amblog-element-block[data-set='sidebar-author'] .amblog-icon.-blogger,
.amblog-item[data-set='content-author'] .amblog-icon.-blogger,
.amblog-post-container .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-blogger,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-blogger {
  background-image: url("../../frontend/Netsteps/default/it_IT/Amasty_Blog/images/svg/blogger.svg");
}
.amblog-social-container .amblog-icon.-linkedin,
.amblog-element-block[data-set='sidebar-author'] .amblog-icon.-linkedin,
.amblog-item[data-set='content-author'] .amblog-icon.-linkedin,
.amblog-post-container .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-linkedin,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-linkedin {
  background-image: url("../../frontend/Netsteps/default/it_IT/Amasty_Blog/images/svg/linkedin.svg");
}
.amblog-social-container .amblog-icon.-tumblr,
.amblog-element-block[data-set='sidebar-author'] .amblog-icon.-tumblr,
.amblog-item[data-set='content-author'] .amblog-icon.-tumblr,
.amblog-post-container .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-tumblr,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-tumblr {
  background-image: url("../../frontend/Netsteps/default/it_IT/Amasty_Blog/images/svg/tumblr.svg");
}
.amblog-social-container .amblog-icon.-reddit,
.amblog-element-block[data-set='sidebar-author'] .amblog-icon.-reddit,
.amblog-item[data-set='content-author'] .amblog-icon.-reddit,
.amblog-post-container .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-reddit,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-reddit {
  background-image: url("../../frontend/Netsteps/default/it_IT/Amasty_Blog/images/svg/reddit.svg");
}
.amblog-social-container .amblog-icon.-slashdot,
.amblog-element-block[data-set='sidebar-author'] .amblog-icon.-slashdot,
.amblog-item[data-set='content-author'] .amblog-icon.-slashdot,
.amblog-post-container .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-slashdot,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-slashdot {
  background-image: url("../../frontend/Netsteps/default/it_IT/Amasty_Blog/images/svg/slashdot.svg");
}
.amblog-social-container .amblog-icon.-odnoklassniki,
.amblog-element-block[data-set='sidebar-author'] .amblog-icon.-odnoklassniki,
.amblog-item[data-set='content-author'] .amblog-icon.-odnoklassniki,
.amblog-post-container .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-odnoklassniki,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-odnoklassniki {
  background-image: url("../../frontend/Netsteps/default/it_IT/Amasty_Blog/images/svg/ok.svg");
}
.amblog-social-container .amblog-icon.-google,
.amblog-element-block[data-set='sidebar-author'] .amblog-icon.-google,
.amblog-item[data-set='content-author'] .amblog-icon.-google,
.amblog-post-container .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-google,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-google {
  background-image: url("../../frontend/Netsteps/default/it_IT/Amasty_Blog/images/svg/google.svg");
}
.amblog-social-container .amblog-icon.-youtube,
.amblog-element-block[data-set='sidebar-author'] .amblog-icon.-youtube,
.amblog-item[data-set='content-author'] .amblog-icon.-youtube,
.amblog-post-container .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-youtube,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-youtube {
  background-image: url("../../frontend/Netsteps/default/it_IT/Amasty_Blog/images/svg/youtube.svg");
}
.amblog-social-container .amblog-icon.-instagram,
.amblog-element-block[data-set='sidebar-author'] .amblog-icon.-instagram,
.amblog-item[data-set='content-author'] .amblog-icon.-instagram,
.amblog-post-container .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-instagram,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-instagram {
  background-image: url("../../frontend/Netsteps/default/it_IT/Amasty_Blog/images/svg/instagram.svg");
}
.amblog-social-container .amblog-icon.-tiktok,
.amblog-element-block[data-set='sidebar-author'] .amblog-icon.-tiktok,
.amblog-item[data-set='content-author'] .amblog-icon.-tiktok,
.amblog-post-container .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-tiktok,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-tiktok {
  background-image: url("../../frontend/Netsteps/default/it_IT/Amasty_Blog/images/svg/tiktok.svg");
}
.amblog-social-container .amblog-icon.-whatsapp,
.amblog-element-block[data-set='sidebar-author'] .amblog-icon.-whatsapp,
.amblog-item[data-set='content-author'] .amblog-icon.-whatsapp,
.amblog-post-container .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-whatsapp,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-whatsapp {
  background-image: url("../../frontend/Netsteps/default/it_IT/Amasty_Blog/images/svg/whatsapp.svg");
}
.amblog-plus {
  align-items: center;
  cursor: pointer;
  display: inline-flex;
}
.amblog-plus .amblog-icon {
  -webkit-transition: all 0.3 ease;
  -moz-transition: all 0.3 ease;
  -ms-transition: all 0.3 ease;
  transition: all 0.3 ease;
  display: inline-flex;
  height: 18px;
  margin: 0 5px 0 10px;
  width: 20px;
}
.amblog-plus .amblog-count {
  color: #888888;
}
.amblog-plus .amblog-icon {
  background: url("../../frontend/Netsteps/default/it_IT/Amasty_Blog/images/svg/like.svg");
}
.amblog-social {
  display: block;
  height: 100%;
  width: 100%;
}
.amblog-element-block .amblog-categories,
.amblog-post-container .amblog-widget-container .amblog-categories,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-categories {
  list-style: none;
  margin: 0;
  padding: 0;
}
.amblog-element-block .amblog-categories.-level1 .amblog-categories,
.amblog-post-container .amblog-widget-container .amblog-categories.-level1 .amblog-categories,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-categories.-level1 .amblog-categories {
  padding-left: 20px;
}
.amblog-element-block .amblog-categories .amblog-category-count,
.amblog-post-container .amblog-widget-container .amblog-categories .amblog-category-count,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-categories .amblog-category-count {
  color: #707070;
  font-weight: 400;
}
.amblog-element-block .amblog-categories .amblog-link,
.amblog-post-container .amblog-widget-container .amblog-categories .amblog-link,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-categories .amblog-link {
  font-size: 1.4rem;
  font-weight: 400;
}
.amblog-element-block .amblog-categories.-level1 > .amblog-category > .amblog-link,
.amblog-post-container .amblog-widget-container .amblog-categories.-level1 > .amblog-category > .amblog-link,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-categories.-level1 > .amblog-category > .amblog-link {
  font-weight: 700;
}
.amblog-element-block .amblog-categories.-level2 .amblog-category,
.amblog-post-container .amblog-widget-container .amblog-categories.-level2 .amblog-category,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-categories.-level2 .amblog-category {
  margin: 10px 0 0;
}
.amblog-element-block .amblog-categories.-level3 .amblog-category,
.amblog-post-container .amblog-widget-container .amblog-categories.-level3 .amblog-category,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-categories.-level3 .amblog-category {
  margin-top: 5px;
}
.am-recaptcha-container .messages-container {
  margin-top: 15px;
}
.am-recaptcha-container .hidden {
  left: -10000px;
  position: absolute;
  visibility: hidden;
}
.am-recaptcha-place-order .grecaptcha-badge {
  z-index: 1000;
}
.recaptcha-error {
  border: 1px solid #dd4b39;
  padding: 5px;
}
.recaptcha-error .recaptcha-error-message {
  color: #dd4b39;
  font-size: 12px;
  padding: 4px 0;
}
.am-word-break {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .am-word-break {
  word-break: break-all;
}
.amasty-label-container:not(.-preview) {
  max-height: 300px !important;
  max-width: 300px !important;
}
.amasty-label-container.-link:hover {
  cursor: pointer;
}
.amasty-label-container.-link:hover .amlabel-text {
  text-decoration: underline;
}
.fotorama--fullscreen .amasty-label-container {
  display: none;
}
.products-upsell .product-item .amlabel-text {
  font-size: 12px !important;
  padding: 0 !important;
}
.fotorama .amlabel-text.-am-centered {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: auto !important;
}
.admin__field.-amlabel-hidden {
  margin: 0;
}
.admin__field.-amlabel-hidden > .admin__field-label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.amlabel-image-preview {
  border: 1px solid #ccc;
  display: flex;
  position: absolute;
  right: 0;
  white-space: nowrap;
  width: calc(100% * .25 - 30px);
  z-index: 99;
}
.amlabel-image-preview .amlabel-text {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .amlabel-image-preview .amlabel-text {
  word-break: break-all;
}
.ie11 .amlabel-image-preview .amlabel-text {
  word-break: break-all;
}
.ie11 .amlabel-image-preview .amlabel-text {
  word-break: break-all;
}
.ie11 .amlabel-image-preview .amlabel-text {
  word-break: break-all;
}
.amlabel-image-preview > .amlabel-image {
  height: 100%;
  width: 100%;
}
.amlabel-image-preview .amlabel-position-wrapper {
  display: flex;
  position: absolute;
}
.amlabel-image-preview .amasty-label-container {
  display: flex;
  flex-direction: column;
  margin: auto;
  max-width: 100%;
  position: relative;
}
.amlabel-image-preview .amlabel-preview-image + .amlabel-text {
  left: 50%;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
}
.amlabel-position-wrapper {
  z-index: 995;
}
.sidebar .amlabel-position-wrapper {
  z-index: 9;
}
.block-viewed-products-grid .amlabel-position-wrapper {
  z-index: 2;
}
.amlabel-position-chooser {
  border-collapse: initial;
  border-spacing: 2px;
}
.amlabel-position-chooser td {
  border: 2px solid;
  cursor: pointer;
  padding: 20px;
}
.amlabel-position-chooser td[data-amlabel-position-enabled='0'] {
  background-color: #ced4de;
  cursor: not-allowed;
}
.amlabel-position-chooser td[data-amlabel-position-selected='1'] {
  background-color: #ffa726;
}
.amlabel-position-chooser td:hover:not([data-amlabel-position-enabled='0']) {
  background-color: rgba(255, 167, 38, 0.5);
}
.amlabel-position-chooser.amlabel-visual-chooser {
  border-spacing: 6px;
}
.amlabel-position-chooser.amlabel-visual-chooser td {
  padding: 5px;
}
.amlabel-position-chooser.amlabel-visual-chooser td[data-amlabel-position-selected='1'] {
  background-color: #007bdb;
  border-color: #007bdb;
  color: #fff;
}
.amlabel-position-chooser.amlabel-visual-chooser td:hover:not([data-amlabel-position-enabled='0'], [data-amlabel-position-selected='1']) {
  background-color: #e8f5ff;
  border-color: #000;
  color: #000;
}
.amlabel-shapes-container {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
}
.amlabel-shapes-container > .amlabel-shape {
  align-items: center;
  border: 1px solid #eee;
  display: flex;
  flex-wrap: nowrap;
  height: 55px;
  justify-content: center;
  margin: 0 10px 10px 0;
  padding: 0 10px;
  vertical-align: top;
  width: 115px;
}
.amlabel-shapes-container > .amlabel-shape:hover {
  border-color: #c4c4c4;
}
.amlabel-shapes-container > .amlabel-shape.-am-checked {
  border-color: #000;
}
.amlabel-shapes-container .amlabel-image {
  height: 40px;
}
.am-attachments .am-fileline {
  margin-bottom: 5px;
}
.am-attachments .am-fileline .am-fileicon {
  margin-right: 10px;
  max-height: 30px;
  vertical-align: middle;
}
.am-attachments .am-fileline .am-filelink {
  line-height: 30px;
  height: 30px;
}
.am-attachments .am-fileline .am-filesize {
  font-size: 90%;
}
.am-word-break {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .am-word-break {
  word-break: break-all;
}
.amquote-line-block {
  background: #f1f1f1;
  margin: 10px 0 0 0;
  padding: 10px;
}
.amquote-line-block.-total {
  text-align: right;
}
.col-total.last {
  text-align: right;
}
.amquote-approved-title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 50px 0 10px;
}
.amquote-approved-title .action-secondary {
  margin: 0 0 0 50px;
}
.amquote-approved-title .amquote-title {
  margin: 0;
}
.amquote-order-discount {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 0;
}
.amquote-order-discount .amquote-coupons {
  display: flex;
}
.amquote-order-discount .amquote-coupons .amquote-input {
  min-width: 8rem;
}
.amquote-order-discount .action-secondary {
  margin: 0 0 0 auto;
}
.amquote-addto-button {
  background: none;
  border: 1px solid #1979c3;
  border-radius: 3px;
  box-shadow: none;
  box-sizing: border-box;
  color: #1979c3;
  cursor: pointer;
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2.2rem;
  margin: 0 0 15px;
  padding: 14px 17px;
  transition-property: background-color, color;
  vertical-align: top;
  width: 100%;
}
.amquote-addto-button:hover,
.amquote-addto-button:active,
.amquote-addto-button:focus {
  background: #1979c3;
  border: 1px solid #1979c3;
  box-shadow: none;
  color: #fff;
}
.amquote-addto-button.-small {
  border-radius: 0;
  font-size: 1.3rem;
  line-height: 1;
  padding: 10px 0;
  transition: display .3s ease;
  white-space: nowrap;
}
.amquote-addto-button.-guest.-small {
  white-space: normal;
}
.amquote-action-wrap .action.tocart {
  margin-bottom: 10px;
  padding: 10px 0;
  width: 100%;
}
.amquote-action-wrap .actions-primary {
  display: block;
  width: 100%;
}
.amquote-action-wrap .actions-primary + .actions-secondary {
  display: block;
  padding: 0;
  text-align: center;
  width: inherit;
}
.amquote-action-wrap .swatch-input {
  display: inline-block;
}
.amquote-cart-wrapper.minicart-wrapper {
  display: inline-block;
  float: right;
  margin-bottom: 3px;
  margin-right: 4px;
}
.amquote-cart-wrapper.minicart-wrapper.-active .block-quotecart {
  position: absolute;
}
.amquote-cart-wrapper.minicart-wrapper .block-minicart {
  width: 270px;
}
.amquote-cart-wrapper.minicart-wrapper .block-minicart:after,
.amquote-cart-wrapper.minicart-wrapper .block-minicart:before {
  transform: translateX(-10px);
}
.amquote-cart-wrapper.minicart-wrapper .amquote-showcart {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  white-space: nowrap;
}
.amquote-cart-wrapper.minicart-wrapper .amquote-showcart.action:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAyNSAyNSI+PHBhdGggZmlsbD0iIzc1NzU3NSIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMjQgMjFoLTFsLS4wMTItMTEuNTEyQS40ODguNDg4IDAgMCAwIDIyLjUgOUgyMFYxLjVhLjQ4OC40ODggMCAwIDAtLjQ4OC0uNDg4SDkuNDg4QS40ODguNDg4IDAgMCAwIDkgMS41VjIwaC0uMzM3QTMuNTE1IDMuNTE1IDAgMCAwIDcgMTguMzM3VjEuMzU5QzcgLjU1MSA2LjUgMCA1LjY2NCAwSDFTMCAwIDAgMXMxIDEgMSAxaDR2MTYuMDM1QTMuNSAzLjUgMCAxIDAgOC42NjMgMjNIMjRzMSAwIDEtMWMwLTEuMDAxLTEtMS0xLTF6bS0xMy4wMDEgMGwtLjAwMS0xMEgxNGwuMDAxIDQuMjM2YS40ODguNDg4IDAgMCAwIC43ODEuMzlsMS4xMzctMS4yNDUgMS4zMDEgMS4yNDZhLjQ4OC40ODggMCAwIDAgLjc4LS4zOTF2LTQuMjM1TDIxIDExdjkuOTk5TDEwLjk5OSAyMXptMS45OS0xNS4zNThhLjQ4OC40ODggMCAwIDAgLjc1OC40MDZsLjcwNi0uNzk3Ljc4OC43OTZBLjQ4Ny40ODcgMCAwIDAgMTYgNS42NFYzaDJ2NmgtN1YzaDEuOTg4djIuNjQyeiIgY2xpcC1ydWxlPSJldmVub2RkIi8+PC9zdmc+) no-repeat center;
  content: '';
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 30px;
  line-height: 28px;
  margin: 0;
  overflow: hidden;
  speak: none;
  text-align: center;
  transition: opacity .3s ease;
  vertical-align: top;
  width: 23px;
}
.amquote-cart-wrapper.minicart-wrapper .amquote-showcart:hover:before {
  opacity: .75;
}
.amquote-cart-wrapper.minicart-wrapper .amquote-showcart > .text,
.amquote-cart-wrapper.minicart-wrapper .amquote-showcart .counter-label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.amquote-cart-wrapper.minicart-wrapper .amquote-showcart .counter-number {
  text-shadow: 0 0 7px #000;
}
.amquote-cart-wrapper.minicart-wrapper .amquote-showcart .counter.qty.empty {
  display: none;
}
.amquote-cart-wrapper.minicart-wrapper .amquote-showcart .counter.qty {
  background: #ff5501;
  border-radius: 2px;
  color: #ffffff;
  display: inline-block;
  height: 24px;
  line-height: 24px;
  margin: 3px 0 0;
  min-width: 18px;
  overflow: hidden;
  padding: 0 3px;
  text-align: center;
  white-space: normal;
}
.amquote-cart-wrapper.minicart-wrapper .block-quotecart {
  padding-bottom: 0;
}
.amquote-cart-wrapper.minicart-wrapper .block-quotecart .cart-item-qty {
  margin-right: 3px;
}
.amquote-cart-wrapper.minicart-wrapper .minicart-widgets {
  margin: 0;
}
.amquote-cart-wrapper.minicart-wrapper .block-quotecart .subtitle.empty {
  padding: 30px 0 50px;
}
.cart.table-wrapper .data.table .col.price,
.cart.table-wrapper .data.table .col.qty,
.cart.table-wrapper .col.price.qty {
  text-align: center;
  white-space: normal;
}
.cart.table-wrapper .item-info .col.qty {
  white-space: normal;
}
.cart.table-wrapper .col.price .control .amquotereq-input {
  padding: 0;
  text-align: center;
  width: 80px;
}
.cart.table-wrapper .amquotereq-input + .mage-error {
  font-weight: 400;
  line-height: normal;
}
.cart.table-wrapper .col.price .input-text,
.cart.table-wrapper .col.qty .input-text {
  color: #666;
  font-size: 1.8rem;
  font-weight: 700;
  margin-top: 0;
  text-align: center;
}
.cart.table-wrapper .textarea.add-note {
  display: none;
}
.cart.table-wrapper .add-note-quote {
  cursor: pointer;
}
.quote-details {
  padding: 0 15px;
}
.quote-details .title {
  border-bottom: 1px solid #ccc;
  display: block;
  font-size: 2.4rem;
  font-weight: 300;
  margin: 12px 0;
  padding-bottom: 5px;
}
.quote-details .control {
  margin-top: 10px;
}
.quote-details .form-login {
  border-bottom: 1px solid #ccc;
}
.account-quote-buttons {
  margin-bottom: 15px;
}
.amasty-quote-account-view .table-wrapper table .quote-item-notes,
.amasty_quote-account-view .table-wrapper table .quote-item-notes {
  border-top: none;
}
.amasty-quote-account-view ul.note-list li,
.amasty_quote-account-view ul.note-list li {
  display: inline-block;
  width: 48%;
}
.amasty-quote-account-index .pages,
.amasty_quote-account-index .quote-products-toolbar .pager .pages,
.amasty-quote-account-index .limiter,
.amasty_quote-account-index .quote-products-toolbar .pager .limiter {
  display: inline-block;
  position: relative;
  width: auto;
}
.amasty-quote-update .control.price {
  line-height: 22px;
  min-width: 95px;
  position: relative;
}
.amasty-quote-update .amquote-price-label {
  display: block;
  font-size: 1.1rem;
  font-weight: 500;
}
#update-quote-cart {
  height: 1px;
  left: -9999px;
  position: absolute;
  width: 1px;
}
.quote-interest-message {
  font-weight: 700;
}
.cart-summary._sticky {
  margin-bottom: 20vh;
}
.cart-summary .checkout-methods-items .amasty-quote-link {
  font-size: 1.8rem;
  line-height: 2.2rem;
  text-decoration: none;
  width: 100%;
}
.amquote-cell-container {
  font-weight: 700;
  width: 50%;
}
.amquote-cell-container .amquote-note {
  font-weight: 400;
  word-break: break-word;
  word-wrap: break-word;
}
.amquote-cell-container:before {
  content: none !important;
}
.amquote-summary-details {
  margin-top: 20px;
}
.amquote-report-container,
.amquote-custom-fields {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0;
}
.amquote-report-container .amquote-item,
.amquote-custom-fields .amquote-item {
  font-weight: 700;
  margin-right: 20px;
  min-width: 200px;
}
.amquote-report-container .amquote-item:last-child,
.amquote-custom-fields .amquote-item:last-child {
  margin-right: 0;
}
.amquote-report-container .amquote-comment,
.amquote-custom-fields .amquote-comment {
  font-weight: 400;
  word-break: break-word;
  word-wrap: break-word;
}
.amquote-custom-fields .amquote-item {
  margin-bottom: 40px;
  margin-right: 0;
}
.am-quotes-head {
  white-space: nowrap;
}
.amquote-field-block {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 25px 0 0;
  position: relative;
}
.amquote-field-block .amquote-field {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.amquote-field-block .amquote-label {
  margin-right: 10px;
  max-width: 100px;
}
.amquote-field-block .mage-error {
  position: absolute;
  top: 100%;
}
#product_composite_configure_form_fields .amasty-composite-fieldset .admin__field.required .admin__field-label:after {
  content: '';
  margin: 0;
}
.quote-shipping-method .admin__page-section-title > span:after {
  color: #e22626;
  content: '*';
  font-weight: 400;
  margin-left: 3px;
}
.admin__fieldset .quote-choose-address .admin__field-shipping-same-as-billing .admin__field-label {
  width: 100%;
}
.amquote-order-table.-additional,
.amquote-order-view .amquote-order-table {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .amquote-order-table.-additional,
.ie11 .amquote-order-view .amquote-order-table {
  word-break: break-all;
}
.ie11 .amquote-order-table.-additional,
.ie11 .amquote-order-view .amquote-order-table {
  word-break: break-all;
}
.ie11 .amquote-order-table.-additional,
.ie11 .amquote-order-view .amquote-order-table {
  word-break: break-all;
}
.ie11 .amquote-order-table.-additional,
.ie11 .amquote-order-view .amquote-order-table {
  word-break: break-all;
}
.customer-account-fields .admin__field {
  max-width: 50%;
}
.quote-custom-shipping-fee {
  padding: 0 10px;
}
.amquote-shipping-choose .amquote-title {
  display: flex;
  align-items: center;
  line-height: 1;
}
.amquote-shipping-choose .amquote-label {
  margin-right: 10px;
}
.amquote-shipping-choose .amquote-options-list .amquote-option .amquote-label {
  display: flex;
}
.amquote-shipping-choose .amquote-inner {
  font-weight: 600;
  margin-left: 5px;
}
.amquote-customfee-block {
  bottom: 2px;
  position: relative;
}
.amasty_quote-cart-index .cart.actions .action {
  flex-basis: 100%;
  margin: 0 0 20px 0;
  text-align: center;
}
.amskit-toolbar-wrap {
  position: fixed;
  bottom: 10px;
  left: 3%;
  z-index: 9999;
  width: 300px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
}
.amskit-toolbar-wrap.-open:after {
  content: '';
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 100%;
  height: 25px;
  pointer-events: none;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 35%, #ffffff);
}
.amskit-toolbar-wrap.-open {
  padding-bottom: 15px;
}
.amskit-toolbar-box {
  padding: 10px 20px;
  border-radius: 10px;
  background: #e4e4e4;
  box-sizing: border-box;
  cursor: pointer;
}
.amskit-toolbar-box.-open {
  border-radius: 10px 10px 0 0;
  cursor: auto;
}
.amskit-toolbar-box > .amskit-title {
  display: inline-block;
  line-height: 30px;
  font-size: 18px;
  font-weight: 600;
  color: #000;
}
.amskit-toolbar-box > .amskit-title:before {
  content: '';
  display: inline-block;
  margin-right: 10px;
  width: 30px;
  height: 30px;
  vertical-align: top;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgZmlsbD0ibm9uZSI+PGNpcmNsZSBjeD0iMTUiIGN5PSIxNSIgcj0iMTUiIGZpbGw9IiNGRjk0MTYiLz48cGF0aCBmaWxsPSIjZmZmIiBkPSJNNyA3Ljc1MmMwIC40ODUuMDE4LjkxMS4wMTggMS4zOTZ2Ny43MDVsLjAwMSAzLjU5OGMwIC41ODktLjAxNSAxLjE4MiAwIDEuNzcydi4wMjZjMCAuNDA2LjM0Ny43NTEuNzU0Ljc1MWgxNC40NzJjLjM5NiAwIC43NzItLjM0NS43NTQtLjc1LS4wMi0uNDA2LS4zMzItLjc1Mi0uNzU0LS43NTJINy43OGwuNzU0Ljc1MXYtMS40NTNsLS4wMDEtMy40NFYxMy4xNCA5LjQ5M2MwLS41OS0uMDAzLTEuMTI1LS4wMTgtMS43MTR2LS4wMjdjMC0uMzk0LS4zMzYtLjc3LS43NDItLjc1MS0uNDE5LjAxOC0uNzczLjMzLS43NzMuNzUxeiIvPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xMC42MzYgMTguNzA2djMuNDk3YzAgLjQxOC4zMzUuODE2LjcyOC43OTZhLjc3OS43NzkgMCAwIDAgLjcyNy0uNzk2di0zLjA1Mi0uNDQ1YzAtLjQxOC0uMzM0LS44MTYtLjcyNy0uNzk2YS43NzYuNzc2IDAgMCAwLS43MjguNzk2ek0xNC4yNzMgMTUuMTF2Ny4wNTNjMCAuNDM5LjMzNC44NTcuNzI3LjgzNi4zOTMtLjAyLjcyNy0uMzY4LjcyNy0uODM2di02LjE3LS44ODNjMC0uNDM5LS4zMzQtLjg1Ny0uNzI3LS44MzYtLjM5My4wMi0uNzI3LjM2OC0uNzI3LjgzNnpNMTcuOTEgMTUuODV2Ni4yOTljMCAuNDQ3LjMzNC44NzEuNzI3Ljg1LjM5Mi0uMDIxLjcyNy0uMzc0LjcyNy0uODV2LTUuNTItLjc3OGMwLS40NDctLjMzNS0uODcyLS43MjctLjg1LS4zOTMuMDIxLS43MjguMzc0LS43MjguODV6TTIxLjU0NiAxMi44OTNWMjIuMTk4YzAgLjQyLjMzNC44MjEuNzI3LjgwMS4zOTMtLjAyLjcyNy0uMzUyLjcyNy0uODAxdi0zLjE0LTUuMDA2LTEuMTU5YzAtLjQyLS4zMzQtLjgyMS0uNzI3LS44MDEtLjM5My4wMi0uNzI3LjM1Mi0uNzI3LjgwMXpNOC4zODIgMTYuMDI3bDIuMDA4LTEuMzg2YzEuMDYyLS43MzIgMi4xMi0xLjQ2OCAzLjE4My0yLjJsLjczOS0uNTExYy4zMjQtLjIyMS41LS42NjguMjcxLTEuMDI5LS4yMDctLjMxOS0uNjg2LS41MS0xLjAzMi0uMjdsLTIuMDA4IDEuMzg1Yy0xLjA2My43MzMtMi4xMjIgMS40NjktMy4xODQgMi4ybC0uNzM4LjUxMWMtLjMyNS4yMjItLjUwMi42NjktLjI3MiAxLjAzLjIxMS4zMjIuNjg2LjUxIDEuMDMzLjI3eiIvPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xMy43MzIgMTIuMDA5bDMuMjQ3LjYyLjQ2OC4wOWMuMzg0LjA3NS44MzItLjExLjkyNi0uNTI2LjA4My0uMzcyLS4xMTMtLjg0NS0uNTI3LS45MjRsLTMuMjQ4LS42Mi0uNDY3LS4wOWMtLjM4NC0uMDc0LS44MzMuMTEtLjkyNy41MjYtLjA4Ny4zNjguMTEzLjg0NS41MjguOTI0eiIvPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xOC4xNzcgMTIuNTI0YzEuMTA4LTEuMTk4IDIuMjE2LTIuMzkyIDMuMzIzLTMuNTkuMTU1LS4xNy4zMTMtLjMzOC40NjgtLjUwNy4yNjctLjI5LjMwOC0uNzgxIDAtMS4wNjMtLjI5LS4yNjYtLjc4LS4zMDgtMS4wNjcgMC0xLjEwNyAxLjE5OC0yLjIxNSAyLjM5Mi0zLjMyMyAzLjU5LS4xNTQuMTY5LS4zMTIuMzM4LS40NjcuNTA3LS4yNjcuMjg5LS4zMDkuNzggMCAxLjA2My4yOS4yNjYuNzguMzA3IDEuMDY2IDB6Ii8+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTIwLjY3NSA3Ljg5N3YyLjM1YzAgLjM5NS4zNDcuNzcuNzU0Ljc1Mi40MDctLjAxOS43NTMtLjMzLjc1My0uNzUxdi0yLjM1YzAtLjM5NS0uMzQ2LS43Ny0uNzUzLS43NTItLjQxLjAyLS43NTQuMzMtLjc1NC43NTF6Ii8+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTIxLjQyOSA3LjE0NmMtLjc1Ny4wMDgtMS41MTUuMDExLTIuMjcyLjAxOS0uMzk2LjAwNC0uNzcyLjM0Mi0uNzU0Ljc1LjAyLjQwNi4zMzIuNzU2Ljc1NC43NTIuNzU3LS4wMDggMS41MTUtLjAxMSAyLjI3Mi0uMDE5LjM5Ni0uMDA0Ljc3Mi0uMzQyLjc1My0uNzUtLjAxOC0uNDA2LS4zMzEtLjc1Ni0uNzUzLS43NTJ6Ii8+PC9zdmc+) no-repeat center;
}
.amskit-toolbar-box > .amskit-arrow {
  display: inline-block;
  float: right;
  width: 12px;
  height: 30px;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSI4IiBmaWxsPSJub25lIj48cGF0aCBzdHJva2U9IiNCMkIyQjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIxLjUiIGQ9Ik0xMyA3TDcgMSAxIDciLz48L3N2Zz4=) no-repeat center;
}
.amskit-toolbar-box.-open > .amskit-arrow {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  cursor: pointer;
}
.amskit-toolbar-content {
  padding: 10px;
  max-height: 75vh;
  overflow: auto;
  box-sizing: border-box;
  font-size: 14px;
  color: #000;
  background: #fff;
}
.amskit-toolbar-content .amskit-table {
  table-layout: fixed;
}
.amskit-toolbar-content > .amskit-title {
  margin: 10px;
  padding: 0 0 10px;
  border-bottom: 1px solid #e4e4e4;
  font-weight: 600;
  font-size: 16px;
}
.amskit-toolbar-content > .amskit-background {
  margin: 5px -10px 25px;
  padding: 10px;
  background: #f6f6f6;
}
.amskit-toolbar-content .amskit-cell {
  word-break: break-word;
  word-wrap: break-word;
}
.amskit-toolbar-content .amskit-cell.-indent {
  padding-left: 35px;
}
.amskit-toolbar-content .amskit-description {
  font-size: 12px;
  color: #adadad;
}
.amskit-toolbar-content .amskit-description.-headings {
  padding-left: 25px;
}
.amskit-toolbar-content .amskit-icon {
  position: relative;
  padding-left: 25px;
}
.amskit-toolbar-content .amskit-icon:before {
  content: '';
  position: absolute;
  left: 0;
  display: inline-block;
  width: 18px;
  height: 18px;
}
.amskit-toolbar-content .amskit-icon.-warning:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCIgZmlsbD0ibm9uZSI+PGNpcmNsZSBjeD0iOSIgY3k9IjkiIHI9IjkiIGZpbGw9IiNFQjU3NTciLz48cGF0aCBzdHJva2U9IiNmZmYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIyIiBkPSJNOSA0djYuNSIvPjxjaXJjbGUgY3g9IjkiIGN5PSIxNCIgcj0iMSIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==) no-repeat center;
}
.amskit-toolbar-content .amskit-icon.-normal:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCIgZmlsbD0ibm9uZSI+PGNpcmNsZSBjeD0iOSIgY3k9IjkiIHI9IjkiIGZpbGw9IiMxNzg3RTAiLz48cGF0aCBzdHJva2U9IiNmZmYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIyIiBkPSJNNS41IDlsMy4xMjUgM0wxMi41IDciLz48L3N2Zz4=) no-repeat center;
}
.amskit-headings-wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.amskit-headings-wrap > .amskit-item {
  margin-left: 8px;
  margin-bottom: 5px;
  text-align: center;
}
.amskit-headings-wrap .amskit-head {
  text-transform: uppercase;
}
.amskit-page-links {
  padding: 0;
  margin: 0;
  list-style: none;
}
.amskit-page-links > .amskit-item {
  position: relative;
  padding-left: 10px;
}
.amskit-page-links > .amskit-item:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #55b4ff;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.amskit-page-links .amskit-label {
  display: inline-block;
  width: 80%;
}
.amskit-separator-wrap {
  position: relative;
  margin: 15px 0;
  height: 1px;
  background: #c4c4c4;
}
.amskit-separator-wrap ~ .amskit-url {
  display: none;
}
.amskit-separator-wrap > .amskit-button {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 0 10px;
  height: 20px;
  line-height: 20px;
  font-size: 10px;
  border: 1px solid #c4c4c4;
  border-radius: 20px;
  background: #fff;
  color: #c4c4c4;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.amskit-separator-wrap > .amskit-button:hover {
  border-color: #1787e0;
  color: #1787e0;
}
@media (min-width: 480px) {
  .amskit-toolbar-wrap.-open {
    width: 450px;
  }
  .amskit-page-links .amskit-label {
    width: 55%;
  }
}
.amrates-shipping-rates .field.choice.item {
  padding: 8px;
}
.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-visually-hidden {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 0;
  margin: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 0;
}
.am-word-break {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .am-word-break {
  word-break: break-all;
}
.ui-tooltip .arrow {
  left: 8px;
  width: 15px;
}
.ui-tooltip .arrow:after {
  border-right: 15px solid transparent;
}
.ui-tooltip .arrow:before {
  border-right: 14px solid transparent;
}
.amslider-container {
  margin: auto;
  margin-bottom: 15px;
  width: 100%;
}
.am-rating-up {
  font-size: smaller;
}
.amshopby-highlighted {
  background-color: #ffff00;
}
.amshopby-item .filter-value {
  margin-left: 5px;
}
.amshopby-filter-tooltip {
  display: inline-block;
  margin-left: 6px;
  max-height: 16px;
  max-width: 16px;
  vertical-align: top;
}
.amshopby-filter-value .swatch-option.image,
.amshopby-filter-value .swatch-attribute.size .swatch-option,
.amshopby-filter-value .swatch-attribute.manufacturer .swatch-option {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.filter-options-item .filter-options-title:after {
  font-size: 14px;
}
.range.am-fromto-widget .am-filter-go {
  margin: 0 10px;
  vertical-align: top;
}
.amshopby-button {
  word-break: break-word;
  word-wrap: break-word;
  background: #1979c3;
  border-radius: 3px;
  color: #fff;
  font-size: 16px;
  letter-spacing: -.015em;
  line-height: 22px;
  min-height: 40px;
  text-align: center;
  transition: background 0.2s ease-in-out, border-color 0.2s ease-in-out;
}
.ie11 .amshopby-button {
  word-break: break-all;
}
.ie11 .amshopby-button {
  word-break: break-all;
}
.ie11 .amshopby-button {
  word-break: break-all;
}
.ie11 .amshopby-button {
  word-break: break-all;
}
.amshopby-button:not(.primary) {
  border-radius: 3px;
}
.amshopby-button:not(.primary),
.amshopby-button:not(.primary):active {
  box-shadow: none;
}
.amshopby-button:hover {
  background: #399ae6;
  border-color: #399ae6;
}
.amshopby-button:active,
.amshopby-button:focus {
  background: #135d96;
  border-color: #135d96;
}
.am-filter-go {
  word-break: break-word;
  word-wrap: break-word;
  background: #1979c3;
  border-radius: 3px;
  color: #fff;
  font-size: 16px;
  letter-spacing: -.015em;
  line-height: 22px;
  min-height: 40px;
  text-align: center;
  transition: background 0.2s ease-in-out, border-color 0.2s ease-in-out;
  margin: 15px 0 0;
  width: 25%;
}
.ie11 .am-filter-go {
  word-break: break-all;
}
.ie11 .am-filter-go {
  word-break: break-all;
}
.ie11 .am-filter-go {
  word-break: break-all;
}
.ie11 .am-filter-go {
  word-break: break-all;
}
.am-filter-go:not(.primary) {
  border-radius: 3px;
}
.am-filter-go:not(.primary),
.am-filter-go:not(.primary):active {
  box-shadow: none;
}
.am-filter-go:hover {
  background: #399ae6;
  border-color: #399ae6;
}
.am-filter-go:active,
.am-filter-go:focus {
  background: #135d96;
  border-color: #135d96;
}
input[type='text'].am-filter-price.-to.right {
  float: right;
}
.am-swatch-options {
  display: flex;
  flex-direction: column;
}
.am-swatch-options .swatch-option {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  margin: 0 10px 0 0;
}
.am-swatch-options > .item {
  padding-bottom: 4px;
}
.am-swatch-options > .item:hover {
  background-color: transparent;
}
.am-swatch-options .am-shopby-swatch-label {
  display: inline-block;
  max-width: 70%;
  vertical-align: middle;
  word-wrap: break-word;
}
.filter-options .am-swatch-wrapper {
  line-height: initial;
  margin: 0 0 5px !important;
}
.filter-options .am-swatch-wrapper.-amshopby-hidden {
  opacity: 0;
  position: absolute;
  visibility: hidden;
}
.catalog-topnav .filter-options {
  flex-wrap: wrap;
  min-height: 40px;
}
.catalog-topnav .filter-options .filter-options-item {
  border: 0;
  display: inline-block;
}
.catalog-topnav .filter-options .filter-options-content {
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 6px;
  box-shadow: 0 4px 8px rgba(190, 199, 219, 0.21), 0 6px 25px rgba(190, 199, 219, 0.28);
  margin-top: 12px;
  min-width: 100px;
  position: absolute;
  z-index: 9999;
}
.catalog-topnav .filter-options .am-filter-items-rating li {
  margin: 0 0 10px;
}
.catalog-topnav .filter-options .am-filter-items-rating li:last-child {
  margin: 0;
}
.catalog-topnav .block-actions {
  display: none;
}
.catalog-topnav {
  display: none;
}
.filter-options .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  right: 8px;
  top: 5px;
}
.page-layout-1column .filter-options-item.active .filter-options-content {
  padding: 10px 15px;
}
.page-layout-1column .filter-options-content li.item {
  padding: 0;
}
.filter [data-role='collapsible']:not([data-collapsible='true']) [data-role='content'] {
  display: none;
}
div.swatch-option-tooltip {
  z-index: 9999;
}
.swatch-option-tooltip .image,
.swatch-option-tooltip-layered .image {
  background-size: contain !important;
}
.filter-options .am-labels-folding .item {
  position: relative;
}
.filter-options .ui-menu {
  display: block;
  list-style: none;
  margin: 0;
  outline: 0;
  padding: 0;
}
.filter-options .ui-menu .ui-menu {
  position: absolute;
}
.filter-options .ui-menu .ui-menu-item {
  cursor: pointer;
  list-style: none;
  margin: 0;
}
.filter-options .ui-menu .ui-menu-item-wrapper {
  padding: 3px 1em 3px .4em;
  position: relative;
}
.filter-options .ui-menu .ui-menu-divider {
  border-width: 1px 0 0;
  font-size: 0;
  height: 0;
  line-height: 0;
  margin: 5px 0;
}
.filter-options-content .am-swatch-wrapper {
  display: inline-block;
}
.filter-options-content .am-swatch-wrapper:hover .am-swatch-link {
  background: none;
}
.filter-options-content .am-swatch-wrapper > .input.-hidden {
  display: none;
}
.am-filter-items-attr_price {
  max-width: 350px;
  min-width: 130px;
}
.am-filter-items-attr_color .swatch-option.text {
  padding: 1px 2px;
  width: 30px;
}
.amasty-catalog-topnav.block.filter {
  flex-basis: auto;
}
.amasty-catalog-topnav .filter-options .item:last-child {
  margin-bottom: 0;
}
.amshopby-category-dropdown {
  background-color: #fff;
  border: 1px solid #adadad;
  cursor: pointer;
  display: block;
  font-weight: 400;
  min-height: 3.2rem;
  overflow: hidden;
  padding-right: 3.6rem;
  text-align: left;
  text-overflow: ellipsis;
  white-space: normal;
}
.amshopby-category-dropdown:after {
  border-color: #000 transparent transparent;
  border-style: solid;
  border-width: .5rem .4rem 0;
  box-sizing: border-box;
  content: '';
  height: 0;
  margin-top: -.2rem;
  position: absolute;
  right: 1.2rem;
  top: 50%;
  transition: all .2s linear;
  width: 0;
}
.amshopby-category-dropdown:before {
  background-color: #e3e3e3;
  border: 1px solid #adadad;
  bottom: 0;
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 3.2rem;
}
.am-category-wrapper {
  display: block;
  position: relative;
  user-select: none;
}
.am-category-wrapper.-active .amshopby-category-dropdown:after {
  transform: rotate(180deg);
}
.am-category-wrapper .amshopby-checkbox,
.am-category-wrapper .amshopby-radio {
  margin-left: 20px;
}
.am-category-wrapper .amshopby-filter-parent {
  padding-left: 0;
}
.am-category-wrapper .am-multiselect-crumb {
  background-color: #f5f5f5;
  border: 1px solid #a79d95;
  border-radius: 1px;
  display: inline-block;
  font-size: 1.2rem;
  margin: .3rem 0 .3rem .3rem;
  padding: .3rem 2.4rem .4rem 1rem;
  position: relative;
  transition: border-color 0.1s linear;
}
.am-category-wrapper .am-multiselect-crumb .action-close {
  background-color: transparent;
  border: none;
  border-radius: 0;
  bottom: 0;
  box-shadow: none;
  color: #514943;
  font-size: .5em;
  height: auto;
  line-height: 1;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 2rem;
}
.am-category-wrapper .am-multiselect-crumb .action-close:before {
  content: 'x';
  font-size: 10px;
  transition: color .1s linear;
}
.am-category-wrapper .am-multiselect-crumb .action-close > span {
  clip: rect(0, 0, 0, 0);
  display: none;
  overflow: hidden;
  position: absolute;
  visibility: hidden;
}
.filter-options .am-labels-folding .item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 0 0 20px;
  position: relative;
}
.filter-options .am-labels-folding .item .am-input,
.filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) input[type='radio'],
.filter-options .amshopby-category-dropdown + form .item input[type='radio'],
.filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) input[type='checkbox'],
.filter-options .amshopby-category-dropdown + form .item input[type='checkbox'] {
  left: 0;
  margin: 0 5px 0 0;
  position: absolute;
  top: 4px;
}
.filter-options .am-labels-folding .item .am-collapse-icon ~ .am-input {
  left: 20px;
}
.filter-options .am-labels-folding .item .am-collapse-icon ~ [class*='am-filter-item-'] {
  padding-left: 20px;
}
.filter-options .amshopby-category-dropdown + form .item {
  flex-wrap: wrap;
}
.filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered),
.filter-options .amshopby-category-dropdown + form .item {
  display: block;
  position: relative;
}
.filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ .am-input,
.filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ .am-input,
.filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ input[type='radio'],
.filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ input[type='radio'],
.filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ input[type='checkbox'],
.filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ input[type='checkbox'],
.filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ input[type='checkbox'] + .amshopby-choice,
.filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ input[type='checkbox'] + .amshopby-choice {
  left: 20px;
}
.filter-options .amshopby-category-dropdown + form .items.-am-multiselect .item .items-children.-folding {
  padding-left: 20px;
}
.am-labels-folding .am-collapse-icon,
.filter-options .amshopby-category-dropdown + form .items.-am-multiselect .item .am-collapse-icon {
  display: flex;
  align-items: center;
  align-self: flex-start;
  left: 0;
  top: 0;
}
.am-labels-folding .am-collapse-icon:after,
.filter-options .amshopby-category-dropdown + form .items.-am-multiselect .item .am-collapse-icon:after,
.am-labels-folding .am-show-more:before {
  margin: 0;
  position: static;
}
.am-collapse-icon {
  border-radius: 50%;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: 400;
  height: 20px;
  line-height: 1;
  position: absolute;
  width: 20px;
}
.am-collapse-icon:after,
.am-show-more:before {
  background: url("../../frontend/Netsteps/default/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-width: 30px;
  max-height: 30px;
}
.amshopby-item-removed {
  text-decoration: none;
}
.am-category-image {
  vertical-align: middle;
}
.amshopby-filter-current .filter-label {
  vertical-align: middle;
}
.amshopby-filter-current .amshopby-items {
  padding: 0 0 0 10px;
}
.amshopby-filter-current .amshopby-item.item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 0 0 20px;
  position: relative;
}
.amshopby-filter-current .amshopby-filter-name {
  display: flex;
  font-weight: 600;
  padding: 0 5px 0 0;
}
.amshopby-filter-current .amshopby-filter-name:after {
  content: ':';
}
.ie11 .amshopby-filter-current .amshopby-filter-name:after {
  padding-left: 1px;
}
.amshopby-filter-current .amshopby-filter-value {
  flex-grow: 1;
}
.amshopby-filter-current .am-swatch-link {
  display: flex;
  align-items: center;
}
.amshopby-filter-current .amshopby-filter-value .am-swatch-options .swatch-option {
  margin: 0;
}
.amshopby-filter-current .amshopby-remove {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 12px;
  left: 0;
  position: absolute;
  width: 12px;
}
.ie11 .amshopby-filter-current .amshopby-remove {
  top: calc(50% - (12px / 2));
}
.amshopby-filter-current .amshopby-remove:hover:after,
.amshopby-filter-current .amshopby-remove:hover:before {
  background-color: #494949;
}
.amshopby-filter-current .amshopby-remove:hover ~ * {
  opacity: .5;
}
.amshopby-filter-current .amshopby-remove:after,
.amshopby-filter-current .amshopby-remove:before {
  background-color: #c7c7c7;
  content: '';
  height: 1px;
  position: absolute;
  width: 100%;
}
.amshopby-filter-current .amshopby-remove:after {
  transform: rotate(45deg);
}
.amshopby-filter-current .amshopby-remove:before {
  transform: rotate(-45deg);
}
.amshopby-filter-current .am-shopby-swatch-label {
  margin-left: 10px;
}
.amshopby-filter-current .swatch-option-link-layered {
  display: flex;
  align-items: center;
  flex-basis: 100%;
}
.amshopby-filter-current .item {
  padding-bottom: 0;
}
.am-dropdown .am-select,
.am-dropdown .chosen-container .chosen-choices {
  background-color: #fff;
  border-color: #ccc;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  min-height: 32px;
}
.am-dropdown .chosen-container .chosen-choices {
  background-image: none;
}
.am-dropdown .chosen-container-multi .chosen-choices li.search-field input[type='text'] {
  color: #000;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  min-width: 100px;
}
.am-porto-cmtb .amshopby-filter-current.filter-current .amshopby-item.item {
  display: flex;
  align-items: center;
  padding: 0 0 10px 20px;
}
.am-porto-cmtb .amshopby-filter-current.filter-current .items {
  padding: 15px;
}
.am-porto-cmtb .amshopby-filter-current.filter-current .am-show-more {
  padding: 12px 25px 0 0;
}
.am-porto-cmtb .amshopby-filter-current.filter-current .category-image .image {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
}
.am-porto-cmtb .filter-options-content .swatch-option {
  min-width: 22px;
  width: 22px;
  height: 22px;
  border: none;
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.am-porto-cmtb .page-wrapper > .page-header {
  z-index: 900;
}
.am-porto-cmtb .page-main {
  z-index: 9;
}
.am-porto-cmtb .am-show-more:hover {
  color: #006bb4 !important;
}
.filter-options-item .filter-options-content .amshopby-slider-wrapper {
  margin: 0 10px;
}
.amasty-catalog-topnav .filter-options-item .filter-options-content .amshopby-slider-wrapper,
.filter-options-item .filter-options-content .amshopby-slider-wrapper > .items:not(.items-children):not(.am-category-view),
.filter-options-item .filter-options-content .amshopby-slider-wrapper .amshopby-fromto-wrap {
  margin: 0;
}
.amshopby-slider-container {
  margin: 10px 0 5px;
}
.amshopby-slider-container .ui-slider-range {
  position: absolute;
  z-index: 2;
}
.amshopby-slider-container .am-slider:not(.-loaded) {
  opacity: 0;
  visibility: hidden;
}
.amshopby-slider-container .am-slider:before,
.amshopby-slider-container .am-slider:after {
  border-radius: 20px;
  content: '';
  position: absolute;
  z-index: 1;
}
.amshopby-slider-container .am-slider .ui-slider-handle {
  cursor: pointer;
  display: flex;
  justify-content: center;
  margin: 0;
  overflow: inherit;
  padding: 0;
}
.amshopby-slider-container .amshopby-slider-display {
  margin: 10px 0 0;
  text-align: center;
}
.amshopby-slider-container .ui-slider-handle.ui-state-hover ~ .ui-slider-handle,
.amshopby-slider-container .ui-slider-handle.ui-state-active ~ .ui-slider-handle {
  pointer-events: none;
  user-select: none;
}
.amshopby-slider-container .amshopby-slider-tooltip {
  border: 1px solid #fff;
  border-radius: 2px;
  bottom: calc(100% + 7px);
  box-sizing: border-box;
  display: flex;
  font-size: 12px;
  justify-content: center;
  letter-spacing: .03em;
  line-height: 1;
  padding: 3px;
  position: absolute;
  transition: none;
  z-index: 1;
}
.amshopby-slider-container .ui-slider-handle .amshopby-slider-corner {
  position: absolute;
  top: -12px;
  width: 8px;
  z-index: 2;
}
.amshopby-slider-container .ui-slider-handle .amshopby-slider-corner:before,
.amshopby-slider-container .ui-slider-handle .amshopby-slider-corner:after {
  border: 1px solid;
  border-color: inherit;
  box-sizing: content-box;
  clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
  content: '';
  display: block;
  height: 6px;
  position: absolute;
  transform: rotate(45deg);
  width: 6px;
}
.amshopby-slider-container .ui-slider-handle .amshopby-slider-corner:after {
  background: inherit;
}
.amshopby-slider-container.-default .am-slider {
  background: #dadada;
  height: 10px;
  margin: 0 8px;
}
.amshopby-slider-container.-default .am-slider:before,
.amshopby-slider-container.-default .am-slider:after {
  height: 10px;
  width: 16px;
}
.amshopby-slider-container.-default .am-slider:before {
  left: -8px;
}
.amshopby-slider-container.-default .am-slider:after {
  right: -8px;
}
.amshopby-slider-container.-default .ui-slider-range {
  background: #b6b6b6;
  height: 10px;
}
.amshopby-slider-container.-default .am-slider .ui-slider-handle {
  border-radius: 50%;
  height: 16px;
  transform: translate(-8px, -3px);
  width: 16px;
}
.filter-options-item .filter-options-content .amshopby-fromto-wrap .am-fromto-widget {
  flex-wrap: wrap;
  margin-top: 10px;
}
.filter-options-item .filter-options-content .amshopby-slider-wrapper .amshopby-fromto-wrap .am-fromto-widget {
  margin-top: 25px;
}
.filter-options-item .filter-options-content .amshopby-slider-wrapper.-volumetric .amshopby-fromto-wrap .am-fromto-widget {
  margin-top: 35px;
}
.amasty-catalog-topnav .amshopby-fromto-wrap .am-fromto-widget {
  max-width: 210px;
}
.amshopby-fromto-wrap .am-fromto-widget > .amshopby-input-wrapper {
  max-width: 50%;
  position: relative;
  width: calc(50% - 7px);
}
.amshopby-fromto-wrap .am-fromto-widget .am-filter-price {
  background-clip: padding-box;
  border: 1px solid #dfdedd;
  color: #494949;
  font-size: 14px;
  height: 40px;
  letter-spacing: .03em;
  text-align: center;
  width: 100%;
}
.amshopby-fromto-wrap .am-fromto-widget > .delimiter {
  line-height: 40px;
  margin: 0;
  width: 14px;
}
.amshopby-fromto-wrap .am-fromto-widget > .am-filter-go {
  margin: 15px 0 0;
  width: 100%;
}
.amshopby-fromto-wrap .am-fromto-widget > .am-filter-go:not(.primary),
.amshopby-fromto-wrap .am-fromto-widget > .am-filter-go:active {
  box-shadow: none;
}
.amshopby-input-wrapper .amshopby-currency {
  background: #fff;
  bottom: calc(100% - 10px);
  color: #494949;
  font-size: 14px;
  left: 4px;
  letter-spacing: .03em;
  line-height: 16px;
  padding: 2px;
  position: absolute;
}
.amshopby-slider-tooltip {
  color: #fff;
}
.ui-slider-handle:not(.ui-state-hover):not(.ui-state-active) .amshopby-slider-corner,
.ui-slider-handle:not(.ui-state-hover):not(.ui-state-active) .amshopby-slider-tooltip {
  opacity: 0;
  visibility: hidden;
}
.amshopby-slider-container.-improved {
  margin-top: 30px;
}
.amshopby-slider-container.-improved .am-slider {
  background: #dfdedd;
  height: 4px;
  margin: 0 8px;
}
.amshopby-slider-container.-improved .am-slider:before,
.amshopby-slider-container.-improved .am-slider:after {
  background: #dfdedd;
  height: 4px;
  width: 16px;
}
.amshopby-slider-container.-improved .am-slider:before {
  left: -8px;
}
.amshopby-slider-container.-improved .am-slider:after {
  right: -8px;
}
.amshopby-slider-container.-improved .ui-slider-range {
  height: 4px;
}
.amshopby-slider-container.-improved .am-slider .ui-slider-handle {
  border-radius: 50%;
  height: 16px;
  top: -6px;
  transform: translateX(-8px);
  width: 16px;
}
.amshopby-slider-container.-volumetric {
  margin-top: 20px;
}
.amshopby-slider-container.-volumetric .am-slider {
  background: #dfdedd;
  border-radius: 20px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25);
  height: 4px;
  margin: 0 4px;
}
.amshopby-slider-container.-volumetric .am-slider:before,
.amshopby-slider-container.-volumetric .am-slider:after {
  display: none;
}
.amshopby-slider-container.-volumetric .ui-slider-range {
  border-radius: 20px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25);
  height: 4px;
}
.amshopby-slider-container.-volumetric .am-slider .ui-slider-handle {
  border-radius: 2px;
  height: 12px;
  transform: translate(-4px, 10px);
  width: 8px;
}
.amshopby-slider-container.-volumetric .am-slider .ui-slider-handle:before {
  background: inherit;
  bottom: calc(100% - 4px);
  clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
  content: '';
  display: block;
  height: 6px;
  left: calc(50% - 3px);
  position: absolute;
  transform: rotate(-135deg);
  width: 6px;
}
.amshopby-slider-container.-volumetric .amshopby-slider-tooltip {
  border-radius: 3px;
  bottom: calc(100% + 17px);
}
.amshopby-slider-container.-volumetric .amshopby-slider-corner {
  top: -23px;
}
.amshopby-slider-container.-volumetric .amshopby-slider-display {
  margin-top: 20px;
}
.amshopby-slider-container.-light {
  margin-top: 30px;
}
.amshopby-slider-container.-light .am-slider {
  background: #dfdedd;
  height: 1px;
  margin: 0 8px;
}
.amshopby-slider-container.-light .am-slider:before,
.amshopby-slider-container.-light .am-slider:after {
  background: #dfdedd;
  height: 1px;
  width: 16px;
}
.amshopby-slider-container.-light .am-slider:before {
  left: -8px;
}
.amshopby-slider-container.-light .am-slider:after {
  right: -8px;
}
.amshopby-slider-container.-light .ui-slider-range {
  height: 1px;
}
.amshopby-slider-container.-light .am-slider .ui-slider-handle {
  background: #ffffff;
  border: 1px solid #dfdedd;
  border-radius: 50%;
  box-sizing: border-box;
  height: 16px;
  top: -8px;
  transform: translateX(-8px);
  width: 16px;
}
.amshopby-slider-container.-light .amshopby-slider-corner {
  background: #fff;
  border-color: #dfdedd;
}
.amshopby-slider-container.-light .amshopby-slider-tooltip {
  border-color: #dfdedd;
}
.amshopby-slider-container.-dark {
  margin-top: 30px;
}
.amshopby-slider-container.-dark .am-slider {
  background: #4a4948;
  height: 3px;
  margin: 0 5px;
}
.amshopby-slider-container.-dark .am-slider:before,
.amshopby-slider-container.-dark .am-slider:after {
  height: 3px;
  width: 10px;
}
.amshopby-slider-container.-dark .am-slider:before {
  left: -5px;
}
.amshopby-slider-container.-dark .am-slider:after {
  right: -5px;
}
.amshopby-slider-container.-dark .ui-slider-range {
  height: 3px;
}
.amshopby-slider-container.-dark .am-slider .ui-slider-handle {
  border-radius: 2px;
  height: 15px;
  top: -6px;
  transform: translateX(-5px);
  width: 10px;
}
.filter-options-item .filter-options-content {
  padding-bottom: 5px;
}
.filter-options-item .filter-options-content .am-swatch-wrapper .swatch-option.image,
.filter-options-item .filter-options-content .swatch-attribute.size .swatch-option.selected,
.filter-options-item .filter-options-content .swatch-attribute.manufacturer .swatch-option.selected {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.filter-options-item .filter-options-content .range {
  align-items: center;
  display: flex;
  margin-top: 15px;
  text-align: center;
}
.filter-options-item .filter-options-content .items:not(.items-children):not(.am-category-view),
.filter-options-item .filter-options-content .am-category-wrapper,
.filter-options-item .filter-options-content .amshopby-fromto-wrap {
  margin: 0 10px;
}
.filter-options-item .filter-options-content .am-shopby-form {
  margin: 0 7px;
}
.filter-options-item .filter-options-content .items [class*='am-filter-item'] {
  margin-left: 0;
  padding: 0;
}
.filter-options-item .filter-options-content .count {
  display: inline-flex;
  padding-left: 0;
}
.filter-options-item .filter-options-content .am-shopby-swatch-label .count {
  margin: 0;
  padding: 0;
}
.filter-options-item .filter-options-content .am-shopby-swatch-label .label {
  margin-right: 5px;
}
.filter-options-item .filter-options-content .am-shopby-form {
  margin-bottom: -15px;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 3px;
}
.filter-options-item .filter-options-content .am-shopby-form .swatch-attribute .swatch-option-link-layered:hover {
  background-color: unset;
}
.amasty-catalog-topnav .filter-options-item .filter-options-content {
  padding-bottom: 10px;
}
.amasty-catalog-topnav .filter-options-item .filter-options-content .items:not(.items-children):not(.am-category-view),
.amasty-catalog-topnav .filter-options-item .filter-options-content .am-shopby-form,
.amasty-catalog-topnav .filter-options-item .filter-options-content .am-category-wrapper,
.amasty-catalog-topnav .filter-options-item .filter-options-content .amshopby-fromto-wrap {
  margin: 0;
}
.filter-options .item.-is-collapsible.-is-by-click.-folded .-folding {
  display: none;
}
.filter-options .items.-am-overflow {
  overflow-x: hidden;
  overflow-y: auto;
}
.filter-options .items .items-children.-folding {
  list-style: none;
  padding-left: 20px;
  width: 100%;
}
.filter-options .items.-am-singleselect .item.-is-by-click .items-children.-folding .item .amshopby-filter-parent {
  padding-left: 20px;
}
.filter-options .items.-am-multiselect .item.-is-expanded .items-children.-folding {
  padding-left: 0;
}
.filter-options .items .items-children.-folding .item {
  margin: 5px 0;
}
.filter-options .item.-empty-value {
  opacity: .5;
  pointer-events: none;
  user-select: none;
}
.filter-options .ui-widget-overlay {
  background: #aaaaaa;
  opacity: .3;
}
.filter-options .ui-widget-shadow {
  box-shadow: 0 0 5px #666666;
}
.filter-options .am-category-view {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  box-sizing: border-box;
  display: none;
  margin: 0;
  max-height: 300px;
  overflow-y: auto;
  padding: 10px;
  position: absolute;
  white-space: nowrap;
  width: 100%;
  z-index: 9;
}
.filter-options .items.am-category-view,
.filter-options .am-category-view ol.items {
  margin: 0;
}
.filter-options .am-category-view.-am-singleselect .am-collapse-icon {
  top: 0;
}
.filter-options .am-category-view.-am-singleselect .am-collapse-icon:after,
.filter-options .am-category-view.-am-singleselect .am-show-more:before {
  left: 0;
  right: inherit;
}
.filter-options .am-category-view .item a.amshopby-filter-parent {
  padding-left: 20px;
}
.filter-options .am-category-view.-am-multiselect .item > .am-collapse-icon ~ a.amshopby-filter-parent {
  padding-left: 40px;
}
.filter-options .am-category-view [class*='am-filter-item'] {
  display: inline-block;
  white-space: initial;
}
.filter-options .filter-options-content .rating-summary {
  display: inline-block;
  vertical-align: sub;
}
.filter-options .amshopby-search-box {
  margin: 0 0 15px;
}
.filter-options .am-labels-folding.-am-singleselect .item .am-input,
.filter-options [class*='am-filter-items-'].am-labels-folding.-am-singleselect .item:not(.swatch-option-link-layered) input[type='radio'],
.filter-options .amshopby-category-dropdown + form .-am-singleselect .item input[type='radio'],
.filter-options .am-category-view input[type='radio'] {
  display: none;
}
.filter-options .am-labels-folding.-am-singleselect .item {
  padding: 0;
}
.filter-options .am-category-wrapper .items.-am-multiselect .item.-filter-parent:not(.-is-collapsible),
.filter-options .items:not(.items-children):has(.item.-is-by-click.-filter-parent) > .item.-is-expanded {
  margin-left: 20px;
}
.filter-options-content .am-ranges .items.-am-multiselect .item {
  position: relative;
}
.filter-options-content .am-ranges .items.-am-multiselect .item [class*='am-filter-item'] {
  padding-left: 20px;
}
.filter-actions .filter-clear {
  color: #1979c3;
  font-size: 14px;
  line-height: 19px;
}
.filter-actions .filter-clear:hover {
  color: #399ae6;
  text-decoration: none;
}
.filter-actions .filter-clear:focus,
.filter-actions .filter-clear:active {
  color: #135d96;
}
.filter-options-content .item a:hover {
  background-color: transparent;
  color: #1979c3;
}
.filter-options-content .item a:hover .count {
  color: #1979c3;
}
.filter-options-content .item a:active,
.filter-options-content .item a:active .count {
  color: #135d96;
  text-decoration: none;
}
.filter-options-content .item:first-child {
  margin-top: 0;
}
.filter-options-content .item:last-child {
  margin-bottom: 0;
}
.filter-options-content .item > a {
  display: block;
}
.filter-options-content .items.-am-singleselect .item > input[type='radio'] {
  display: none;
}
.filter-options-content .items.-am-singleselect .amshopby-link-selected,
.filter-options-content .swatch-option.selected + .am-shopby-swatch-label {
  color: #1979c3;
}
.filter-options-content .items.-am-singleselect .amshopby-link-selected .count,
.filter-options-content .swatch-option.selected + .am-shopby-swatch-label .count {
  color: #1979c3;
}
.am-show-more,
.filter-options-content .am-show-more {
  background: transparent;
  border: 0;
  color: #070605;
  cursor: pointer;
  display: none;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: .03em;
  line-height: 20px;
  margin: 10px 0 0;
  padding: 0 22px 0 0;
  position: relative;
}
.amasty-catalog-topnav .filter-options-content .am-show-more {
  padding-left: 0;
}
.filter-options-content .am-show-more {
  padding-left: 10px;
}
.am-show-more:hover,
.filter-options-content .am-show-more:hover {
  background-color: transparent;
  color: #838382;
  text-decoration: none;
}
.am-show-more:active,
.filter-options-content .am-show-more:active {
  box-shadow: none;
  color: #070605;
}
.am-show-more:before {
  top: 0;
}
.am-show-more.-active {
  align-items: center;
  display: inline-flex;
}
.am-show-more .am-counter {
  display: inline-block;
  margin: 0 2px;
  opacity: .5;
}
.am-show-more[data-is-hide='false']:before {
  transform: rotate(180deg);
}
.amshopby-link-selected {
  color: #1979c3;
}
.items[class*='category_ids']:not(.items-children) > .item > a {
  font-weight: 700;
}
.filter-options .items:not(.items-children).-am-multiselect > .item.-is-by-click .items-children.-folding {
  padding-left: 0;
}
.filter-options .items:not(.items-children).-am-multiselect > .item.-is-by-click .items-children.-folding .item.-is-expanded {
  margin-left: 20px;
}
.am-filter-items-stock .amshopby-link-selected,
.am-filter-items-rating .amshopby-link-selected {
  text-decoration: none;
}
.filter-content [class*='am-filter-item']:hover ~ .amshopby-choice:before {
  border-color: #1979c3;
}
.filter-content .items.-am-multiselect [class*='am-filter-item']:hover {
  color: inherit;
}
.filter-content .items.-am-multiselect [class*='am-filter-item']:hover .count {
  color: #757575;
}
.amshopby-fly-out-view.ui-menu,
.amshopby-flyout-block .items.amshopby-fly-out-view .item .items-children {
  position: relative;
  padding: 13px 0;
  border-radius: 3px;
  background: #fff;
  box-shadow: 0 4px 8px rgba(190, 199, 219, 0.21), 0 6px 25px rgba(190, 199, 219, 0.28);
}
.amshopby-fly-out-view .ui-menu {
  width: 100%;
}
.amshopby-fly-out-view .items-children:not(.ui-menu) {
  display: none;
}
.amshopby-fly-out-view .am-input {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 0;
  margin: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 0;
}
.amshopby-fly-out-view .am-input[type='radio'] + .amshopby-choice {
  display: none;
}
.amshopby-flyout-block .items.amshopby-fly-out-view .item {
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-direction: row-reverse;
  margin: 0;
  padding: 4px 20px;
  font-size: 14px;
  line-height: 18px;
}
.amshopby-flyout-block .items.amshopby-fly-out-view .item:hover {
  background-color: #f8f8f9;
}
.amshopby-flyout-block .items.amshopby-fly-out-view .item .items-children {
  position: absolute;
  z-index: 995;
}
.amshopby-flyout-block .items.amshopby-fly-out-view .item > .amshopby-choice {
  position: relative;
  top: inherit;
  left: inherit;
  margin: 3px 0;
  padding-left: 22px;
}
.amshopby-flyout-block .items.amshopby-fly-out-view .item [class*='am-filter-item-'] {
  display: inline-block;
  width: 100%;
}
.amshopby-flyout-block .items.amshopby-fly-out-view .item [class*='am-filter-item-']:hover {
  background-color: transparent;
  color: inherit;
}
.amshopby-flyout-block .items.amshopby-fly-out-view .item [class*='am-filter-item-']:hover > .count {
  color: #757575;
}
.amshopby-flyout-block .items.amshopby-fly-out-view .item .amshopby-choice:hover:before,
.amshopby-flyout-block .items.amshopby-fly-out-view .item [class*='am-filter-item-']:hover ~ .amshopby-choice:before {
  border-color: #e3e3e3;
}
.am_shopby_apply_filters {
  position: fixed;
  bottom: -80px;
  z-index: 999;
  width: 100%;
  transition: left 0.2s ease-in-out;
}
.am_shopby_apply_filters.visible {
  bottom: 0;
}
.am-show-button {
  z-index: 211;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 15px 0;
  width: 100%;
  border-top: 1px solid #cccccc;
  background: #ffffff;
  text-align: center;
}
.am-show-button > .am-items {
  margin: 0;
  padding: 0 10px;
  color: #070605;
  font-size: 14px;
  line-height: 22px;
}
.am-show-button > .am-items.-loading {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url('../../frontend/Netsteps/default/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/Netsteps/default/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: #cccccc;
  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;
  width: 100%;
  vertical-align: top;
}
.ambrands-letters-list .ambrands-letter .ambrands-content {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px;
  padding: 0;
}
.ambrands-letters-list .ambrands-letter .ambrands-title {
  display: flex;
  align-items: center;
  margin: 0 0 20px;
  color: #333;
  font-weight: 700;
  font-style: normal;
  font-size: 32px;
  line-height: 1;
}
.ambrands-letter .ambrands-brand-item {
  position: relative;
  margin: 0 8px 16px;
  min-width: 100px;
}
.ambrands-letter .ambrands-brand-item.-no-logo {
  max-width: calc(50% - (8px * 2));
  width: 100%;
}
.ambrands-letter .ambrands-brand-item.-no-logo .ambrands-label {
  padding-top: 10px;
}
.ambrands-letter .ambrands-brand-item .ambrands-inner {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
  overflow: hidden;
  height: 100%;
  border: 1px solid transparent;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 2px 5px rgba(74, 83, 94, 0.03), 0 4px 10px rgba(104, 118, 139, 0.13);
  color: #333333;
}
.ambrands-letter .ambrands-brand-item .ambrands-inner:hover,
.ambrands-letter .ambrands-brand-item .ambrands-inner:focus {
  border-color: #006bb4;
  text-decoration: none;
}
.ambrands-letter .ambrands-brand-item .ambrands-inner:active {
  border-color: #006bb4;
  background: rgba(65, 173, 255, 0.19);
}
.ambrands-letter .ambrands-brand-item .ambrands-empty {
  color: #e2e2e2;
}
.ambrands-letter .ambrands-brand-item .ambrands-count {
  color: #c7c7c7;
}
.ambrands-letter .ambrands-brand-item .ambrands-count:before {
  content: '(';
}
.ambrands-letter .ambrands-brand-item .ambrands-count:after {
  content: ')';
}
.ambrands-letter .ambrands-brand-item .ambrands-label {
  word-wrap: break-word;
  word-break: break-word;
  box-sizing: border-box;
  margin: auto;
  padding: 0 10px 10px;
  width: 100%;
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  line-height: 19px;
}
.ie11 .ambrands-letter .ambrands-brand-item .ambrands-label {
  word-break: break-all;
}
.ambrands-brand-item .ambrands-image-block {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 10px;
}
.ambrands-brand-item .ambrands-image-block > .ambrands-image {
  max-width: 100%;
  max-height: 100%;
}
.ambrands-letter .ambrands-image {
  display: block;
  margin: 0 auto;
  pointer-events: none;
}
.ambrands-letters-list .ambrands-brand-item {
  list-style-type: none;
  text-align: center;
}
.ambrands-list-popup,
.ambrands-menu-item .ambrands-arrow {
  display: none;
}
.amsl-separator {
  border: 1px solid #dbdbdb;
  display: none;
  margin: 0;
  position: relative;
}
.amsl-separator .amsl-icon {
  background: #fff;
  border: 2px solid #dbdbdb;
  border-radius: 20px;
  box-sizing: border-box;
  color: #dbdbdb;
  display: block;
  font-size: 14px;
  height: 33px;
  left: 50%;
  line-height: 27px;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 33px;
}
.amsl-cart-page .-labeled-buttons > .amsl-title,
.amsl-registration-page .-labeled-buttons > .amsl-title,
.amsl-login-page .-labeled-buttons > .amsl-title {
  display: none;
}
.amsl-cart-page .-labeled-buttons .amsl-buttons,
.amsl-registration-page .-labeled-buttons .amsl-buttons,
.amsl-login-page .-labeled-buttons .amsl-buttons {
  justify-content: flex-start;
  width: 100%;
}
.amsl-cart-page .-labeled-buttons .amsl-button-wrapper.with-label.-rectangular,
.amsl-registration-page .-labeled-buttons .amsl-button-wrapper.with-label.-rectangular,
.amsl-login-page .-labeled-buttons .amsl-button-wrapper.with-label.-rectangular {
  margin: 0 0 15px;
}
.amsl-error {
  background: #f69b98;
  display: none;
  flex-basis: 100%;
  margin: 0 20px 20px;
  padding: 5px;
  text-align: left;
  word-break: break-word;
}
.amsl-error.-default {
  margin-bottom: 10px;
}
.amsl-error.-social {
  margin: 35px 20px 0;
}
.amsl-error.-info {
  background: none;
  color: #a1a1a1;
  font-size: 14px;
  line-height: 16px;
  padding: 0;
  text-align: center;
}
.amsl-content {
  min-width: 300px;
}
.amsl-social-wrapper {
  display: flex;
  flex-direction: column;
}
.amsl-cart-page,
.amsl-login-page,
.amsl-registration-page {
  margin: 10px 0;
}
.amsl-cart-page .amsl-error,
.amsl-login-page .amsl-error,
.amsl-registration-page .amsl-error {
  margin: 0 0 10px;
}
.amsl-form .field input[type='checkbox'] {
  top: -1px;
}
.amsl-register-content .form.create.account,
.amsl-forgot-content .form.password.forget {
  max-width: 100%;
  min-width: inherit;
  width: 100%;
}
.amsl-popup-observed .modal-custom.authentication-dropdown,
.amsl-popup-observed .modal-popup.popup-authentication,
.amsl-popup-observed .modal-popup.authentication-dropdown,
.amsl-popup-observed .authentication-wrapper .dropdown-overlay {
  display: none !important;
}
.amsl-focus {
  border-color: #fff;
  outline: 2px solid #006bb4;
  transform: none;
  transition: none;
}
.amsl-button {
  transition: all 0.2s ease;
  background-repeat: no-repeat;
  border-radius: 100px;
  display: block;
}
.amsl-button .amsl-social-icon {
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  height: 100%;
  width: 100%;
}
.amsl-button.-clear {
  background: none;
  border: none;
  box-shadow: none;
  color: initial;
  margin: 0;
  outline: none;
  padding: 0;
}
.amsl-button.-clear:hover,
.amsl-button.-clear:active {
  background: none;
  box-shadow: none;
  color: inherit;
  outline: none;
  text-decoration: none;
}
.amsl-button.-google {
  background: #ffffff;
}
.amsl-button.-google .amsl-social-icon {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzEiIGhlaWdodD0iMzMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PG1hc2sgaWQ9ImEiIG1hc2tVbml0cz0idXNlclNwYWNlT25Vc2UiIHg9IjAiIHk9IjAiIHdpZHRoPSIzMSIgaGVpZ2h0PSIzMyI+PHBhdGggZD0iTS4xMDIgMTYuNTJDLS4yMDggOC4yNjUgNi45MTYuNjM1IDE1LjA1Ni41MzZjNC4xNS0uMzYgOC4xODYgMS4yNzYgMTEuMzI2IDMuOTQ0LTEuMjg4IDEuNDM4LTIuNTk5IDIuODU5LTMuOTk4IDQuMTktMi43NjUtMS43MDUtNi4wOTMtMy4wMDUtOS4zMjMtMS44NS01LjIxIDEuNTA1LTguMzY2IDcuNzUxLTYuNDM4IDEyLjkyNiAxLjU5NyA1LjQwNSA4LjA3MiA4LjM3IDEzLjE0NyA2LjEgMi42MjgtLjk1NSA0LjM2LTMuNDE2IDUuMTItNi4wNjEtMy4wMTEtLjA2MS02LjAyMy0uMDIzLTkuMDM1LS4xMDctLjAwOC0xLjgyLS4wMTUtMy42MzItLjAwOC01LjQ1IDUuMDIzLS4wMDggMTAuMDUzLS4wMjQgMTUuMDgzLjAyMi4zMDkgNC40NTctLjM0IDkuMjI3LTMuMTkzIDEyLjgwNC0zLjkwOSA1LjEwNy0xMS4xMyA2LjYwNS0xNy4wMDMgNC42MDJDNC41IDI5LjU3OC0uMDM0IDIzLjIwMi4xMDIgMTYuNTJ6IiBmaWxsPSIjZmZmIi8+PC9tYXNrPjxnIG1hc2s9InVybCgjYSkiPjxwYXRoIGQ9Ik0tOS43NjIgMzQuMzZWMi4zMzVsMjAuOTQgMTYuMDE0LTIwLjk0IDE2LjAxM3oiIGZpbGw9IiNGQkJDMDUiLz48cGF0aCBkPSJNLTkuNzYyIDIuMzM1bDIwLjk0IDE2LjAxMyA4LjYyMy03LjUxNEw0OS4zNjMgNi4wM3YtMTcuMjQ1SC05Ljc2MnYxMy41NXoiIGZpbGw9IiNFQTQzMzUiLz48cGF0aCBkPSJNLTkuNzYyIDM0LjM2TDI3LjE5IDYuMDNsOS43MzEgMS4yMzIgMTIuNDQxLTE4LjQ3N1Y0Ny45MUgtOS43NjJWMzQuMzZ6IiBmaWxsPSIjMzRBODUzIi8+PHBhdGggZD0iTTQ5LjM2MyA0Ny45MUwxMS4xNzggMTguMzQ4bC00LjkyNy0zLjY5Nkw0OS4zNjMgMi4zMzRWNDcuOTF6IiBmaWxsPSIjNDI4NUY0Ii8+PC9nPjwvc3ZnPg==);
}
.amsl-button.-twitter {
  background: #137ab9;
}
.amsl-button.-twitter .amsl-social-icon {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzQiIGhlaWdodD0iMjciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEwLjgyMSAyNi45ODJjMTIuMjY1IDAgMTguOTcyLTEwLjE4OCAxOC45NzItMTkuMDIxIDAtLjI5LS4wMDYtLjU3OC0uMDItLjg2NUExMy41NzggMTMuNTc4IDAgMCAwIDMzLjEgMy42MzVjLTEuMTk1LjUzMi0yLjQ4Ljg5LTMuODMgMS4wNTJBNi43MDUgNi43MDUgMCAwIDAgMzIuMjA0Ljk5YTEzLjM1IDEzLjM1IDAgMCAxLTQuMjM0IDEuNjIzQTYuNjUyIDYuNjUyIDAgMCAwIDIzLjEwMi41Yy0zLjY4MyAwLTYuNjY5IDIuOTk0LTYuNjY5IDYuNjg0IDAgLjUyNS4wNTkgMS4wMzUuMTczIDEuNTI1LTUuNTQyLS4yOC0xMC40NTYtMi45NC0xMy43NDQtNi45ODVhNi42OCA2LjY4IDAgMCAwLS45MDMgMy4zNiA2LjY4NSA2LjY4NSAwIDAgMCAyLjk2NyA1LjU2NSA2LjYwNiA2LjYwNiAwIDAgMS0zLjAyLS44MzZ2LjA4NWE2LjY4MyA2LjY4MyAwIDAgMCA1LjM0OSA2LjU1MyA2LjY1OCA2LjY1OCAwIDAgMS0zLjAxMi4xMTUgNi42NzcgNi42NzcgMCAwIDAgNi4yMyA0LjY0MyAxMy4zNTQgMTMuMzU0IDAgMCAxLTguMjgyIDIuODYyYy0uNTM4IDAtMS4wNy0uMDMtMS41OTEtLjA5M2ExOC44NCAxOC44NCAwIDAgMCAxMC4yMjEgMy4wMDMiIGZpbGw9IiNmZmYiLz48L3N2Zz4=);
}
.amsl-button.-facebook {
  background: #3c5a99;
}
.amsl-button.-facebook .amsl-social-icon {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMzgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEyLjM3IDM3LjI4VjIwLjY2OGg1LjU3NmwuODM1LTYuNDc0SDEyLjM3VjEwLjA2YzAtMS44NzUuNTItMy4xNTIgMy4yMDktMy4xNTJsMy40MjgtLjAwMnYtNS43OWMtLjU5My0uMDgtMi42MjgtLjI1Ni00Ljk5Ni0uMjU2LTQuOTQzIDAtOC4zMjcgMy4wMTctOC4zMjcgOC41NTh2NC43NzVILjA5NHY2LjQ3NWg1LjU5VjM3LjI4aDYuNjg2eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==);
  background-repeat: no-repeat;
}
.amsl-button.-apple {
  background: #ffffff;
}
.amsl-button.-apple .amsl-social-icon {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB0AAAAjCAYAAABo4wHSAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAKGSURBVHgBvVddbtpAEJ5dm1SVIuq8EcWm7glK3/pWOEGSExAe+9T2BE1OUHqCuDcIJ4Ab1Jygq5IfHi1qpApsb2ccg4xrO1HszSeBl9ldvp31zM63DGqCgdjfb34CkF36fX096xWN1aEGHB5aJ5rGLokbgOFDTsrGVyZtt9v9KAJn1yqnZXMYVECr1bJ1fe9X1h4E/M18LkTRPA4VoOsvLrM2KcEpI6xESl5ugiZFKMKQXzw098mkmtbo5hD2HvKyEiljzE6aHkD0fbnk7x5DGM8t6jBNsysl73AOb9EPDyN0GobryRz/mfpxdzGIAtv3ddfzhEfjcSHH6LGN3QZj4GbnFJJSzuk6+5ZMzoGcYN8P9M5FEuOeiJ1BnKMFM6QcLpd/LjzEf6SW1Sayz6AA6LlYr1c98nr7Tk2z/VUVIYF2rtHYG1M7PpGOjqwzfJyDQlB0Y4ycbkk5Z+SlUsJ0OnHLsk6Kg6YeRJH8kk4njmF9DEohJ3d3s6u0hWPId0AhMJ1GWRtFrw0KwVjkQg6pAc+MSqXtMQhDZuSReqAQKGM6eaQClEJ+yFo45ugUlIJ1qYjskGoauKAYpBTvlUZCulrxK1APgw77DXFc2kzz9Tird1QBa6sTpwzncgTPBDwBDxJS7oDi1NkgDKWjUQNVxN9m89VLbHZBIajE3d7OPm5PJF3nQzKCUshYE29JhRAeHs4DUARS/jc3M4faWrpjsVgI3OYDbL6HGpEoh4Hv56jBDVCk/cRHXXXWwwvVjhDPvSri++0FQTQuIXZJTFMDi7SN3zQur0SS+j+dz3+LtLH0qogen+PW9JHAJiL8jHyfD0nRZ8eSomSM95MF0HLcINAGeVeNfzUoF3Ix/HhxAAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
}
.amsl-button.-linkedin {
  background: #0077b7;
}
.amsl-button.-linkedin .amsl-social-icon {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMyIgaGVpZ2h0PSIzNCIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTguMDQ2IDMyLjg1MmMwIC42MzQtLjUwMyAxLjE0OC0xLjEyMiAxLjE0OEgyLjE0OWMtLjYyIDAtMS4xMjItLjUxNC0xLjEyMi0xLjE0OFYxMi4zNjVjMC0uNjM0LjUwMi0xLjE0OCAxLjEyMi0xLjE0OGg0Ljc3NWMuNjIgMCAxLjEyMi41MTQgMS4xMjIgMS4xNDh2MjAuNDg3ek00LjUzNiA5LjI4NkMyLjAzMSA5LjI4NiAwIDcuMjA3IDAgNC42NDMgMCAyLjA3OSAyLjAzMSAwIDQuNTM2IDBjMi41MDYgMCA0LjUzNyAyLjA3OSA0LjUzNyA0LjY0MyAwIDIuNTY0LTIuMDMxIDQuNjQzLTQuNTM3IDQuNjQzek0zMyAzMi45NDRjMCAuNTgzLS40NjIgMS4wNTYtMS4wMzEgMS4wNTZoLTUuMTI0Yy0uNTcgMC0xLjAzMi0uNDczLTEuMDMyLTEuMDU2di05LjYxYzAtMS40MzMuNDExLTYuMjgtMy42Ni02LjI4LTMuMTU4IDAtMy43OTkgMy4zMTgtMy45MjcgNC44MDd2MTEuMDgzYzAgLjU4My0uNDYyIDEuMDU2LTEuMDMyIDEuMDU2SDEyLjI0Yy0uNTcgMC0xLjAzMi0uNDczLTEuMDMyLTEuMDU2VjEyLjI3MmMwLS41ODIuNDYyLTEuMDU1IDEuMDMyLTEuMDU1aDQuOTU1Yy41NyAwIDEuMDMyLjQ3MyAxLjAzMiAxLjA1NnYxLjc4N2MxLjE3LTEuNzk5IDIuOTExLTMuMTg3IDYuNjE2LTMuMTg3IDguMjA1IDAgOC4xNTggNy44NDUgOC4xNTggMTIuMTU2djkuOTE1eiIvPjwvc3ZnPg==);
}
.amsl-button.-instagram {
  background: linear-gradient(0deg, #e09b3d, #c74c4d, #c21975, #7024c4);
}
.amsl-button.-instagram .amsl-social-icon {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzNSIgaGVpZ2h0PSIzNSIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTE3LjUgMy4xNTNjNC42NzMgMCA1LjIyNi4wMTggNy4wNzIuMTAyIDEuNzA2LjA3OCAyLjYzMi4zNjMgMy4yNDkuNjAzLjc2LjI4IDEuNDQ4LjcyOCAyLjAxMiAxLjMwOWE1LjQyIDUuNDIgMCAwIDEgMS4zMSAyLjAxMmMuMjM5LjYxNy41MjQgMS41NDMuNjAyIDMuMjUuMDg0IDEuODQ1LjEwMiAyLjM5OC4xMDIgNy4wNzFzLS4wMTggNS4yMjYtLjEwMiA3LjA3MmMtLjA3OCAxLjcwNi0uMzYzIDIuNjMzLS42MDMgMy4yNWE1Ljc5NCA1Ljc5NCAwIDAgMS0zLjMyMSAzLjMyYy0uNjE3LjI0LTEuNTQzLjUyNS0zLjI1LjYwMy0xLjg0NS4wODQtMi4zOTguMTAyLTcuMDcxLjEwMnMtNS4yMjYtLjAxOC03LjA3Mi0uMTAyYy0xLjcwNi0uMDc4LTIuNjMyLS4zNjMtMy4yNS0uNjAyYTUuNDIzIDUuNDIzIDAgMCAxLTIuMDExLTEuMzEgNS40MjIgNS40MjIgMCAwIDEtMS4zMS0yLjAxMmMtLjI0LS42MTYtLjUyNC0xLjU0My0uNjAyLTMuMjUtLjA4NC0xLjg0NC0uMTAyLTIuMzk4LS4xMDItNy4wNyAwLTQuNjc0LjAxOC01LjIyNy4xMDItNy4wNzIuMDc4LTEuNzA3LjM2My0yLjYzMy42MDMtMy4yNS4yOC0uNzYuNzI4LTEuNDQ4IDEuMzA5LTIuMDEyYTUuNDIyIDUuNDIyIDAgMCAxIDIuMDEyLTEuMzFjLjYxNy0uMjM5IDEuNTQzLS41MjQgMy4yNS0uNjAyIDEuODQ1LS4wODQgMi4zOTgtLjEwMiA3LjA3MS0uMTAyek0xNy41IDBjLTQuNzUzIDAtNS4zNDkuMDItNy4yMTUuMTA1QzguNDIyLjE5IDcuMTUuNDg2IDYuMDM3LjkyYTguNTc4IDguNTc4IDAgMCAwLTMuMSAyLjAxOCA4LjU3OCA4LjU3OCAwIDAgMC0yLjAxOSAzLjFDLjQ4NiA3LjE1LjE5IDguNDIyLjEwNiAxMC4yODUuMDIgMTIuMTUgMCAxMi43NDcgMCAxNy41cy4wMiA1LjM0OS4xMDYgNy4yMTVjLjA4NSAxLjg2My4zOCAzLjEzNS44MTMgNC4yNDhhOC41NzkgOC41NzkgMCAwIDAgMi4wMTkgMy4xIDguNTc4IDguNTc4IDAgMCAwIDMuMSAyLjAxOGMxLjExMi40MzMgMi4zODQuNzI5IDQuMjQ3LjgxNCAxLjg2Ny4wODUgMi40NjMuMTA1IDcuMjE1LjEwNSA0Ljc1MyAwIDUuMzQ5LS4wMiA3LjIxNS0uMTA1IDEuODYzLS4wODUgMy4xMzUtLjM4MSA0LjI0OC0uODE0YTguOTUgOC45NSAwIDAgMCA1LjExOC01LjExOGMuNDMzLTEuMTEzLjcyOS0yLjM4NS44MTQtNC4yNDguMDg1LTEuODY2LjEwNS0yLjQ2Mi4xMDUtNy4yMTVzLS4wMi01LjM0OS0uMTA1LTcuMjE1Yy0uMDg1LTEuODYzLS4zODEtMy4xMzUtLjgxNC00LjI0OGE4LjU3OCA4LjU3OCAwIDAgMC0yLjAxOC0zLjEgOC41NzkgOC41NzkgMCAwIDAtMy4xLTIuMDE5QzI3Ljg1LjQ4NiAyNi41NzguMTkgMjQuNzE1LjEwNiAyMi44NDkuMDIgMjIuMjUzIDAgMTcuNSAweiIvPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xNy41IDguNTEzYTguOTg2IDguOTg2IDAgMSAwIDAgMTcuOTczIDguOTg2IDguOTg2IDAgMCAwIDAtMTcuOTczem0wIDE0LjgyYTUuODMzIDUuODMzIDAgMSAxIDAtMTEuNjY2IDUuODMzIDUuODMzIDAgMCAxIDAgMTEuNjY2ek0yNi44NDEgMTAuMjU4YTIuMSAyLjEgMCAxIDAgMC00LjIgMi4xIDIuMSAwIDAgMCAwIDQuMnoiLz48L3N2Zz4=);
}
.amsl-button.-amazon {
  background: #ffffff;
}
.amsl-button.-amazon .amsl-social-icon {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0MyIgaGVpZ2h0PSI0MCIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iI0Y5MCIgZD0iTTM4Ljg2OCAzNC42ODVDMzQuMTYgMzguMTUxIDI3LjMzNSA0MCAyMS40NTggNDAgMTMuMjIgNDAgNS44MDIgMzYuOTU3LjE5IDMxLjg5NmMtLjQ0LS4zOTgtLjA0Ni0uOTQuNDgzLS42M0M2LjczIDM0Ljc4NCAxNC4yMTcgMzYuOSAyMS45NTMgMzYuOWM1LjIxNiAwIDEwLjk1NC0xLjA3OCAxNi4yMy0zLjMxNC43OTgtLjMzOCAxLjQ2NS41Mi42ODUgMS4wOTh6Ii8+PHBhdGggZmlsbD0iI0Y5MCIgZD0iTTQwLjgyNiAzMi40NWMtLjYtLjc2OS0zLjk3OS0uMzY0LTUuNDk1LS4xODQtLjQ2My4wNTYtLjUzMy0uMzQ1LS4xMTctLjYzNCAyLjY5MS0xLjg5MSA3LjEwNy0xLjM0NSA3LjYyMi0uNzExLjUxNS42MzctLjEzNCA1LjA1Ny0yLjY2MyA3LjE2Ny0uMzg4LjMyNC0uNzU4LjE1MS0uNTg1LS4yNzkuNTY4LTEuNDE1IDEuODQtNC41ODggMS4yMzgtNS4zNnoiLz48cGF0aCBmaWxsPSIjMjIxRjFGIiBkPSJNMjQuMzczIDE2LjQ0NVYxNS4zM2MtMy43NjMgMC03LjczOC43OTctNy43MzggNS4xODggMCAyLjIyNCAxLjE2NCAzLjczIDMuMTYzIDMuNzMgMS40NjQgMCAyLjc3NC0uODkgMy42MDEtMi4zNCAxLjAyNS0xLjc4Mi45NzQtMy40NTUuOTc0LTUuNDYyek0yOS42MiAyOWMtLjM0NC4zMDQtLjg0MS4zMjYtMS4yMy4xMjMtMS43MjctMS40Mi0yLjAzNC0yLjA4LTIuOTg2LTMuNDM0LTIuODU1IDIuODgzLTQuODc1IDMuNzQ1LTguNTggMy43NDUtNC4zNzcgMC03Ljc4OC0yLjY3My03Ljc4OC04LjAyNiAwLTQuMTggMi4yOTEtNy4wMjggNS41NDgtOC40MTkgMi44MjYtMS4yMzEgNi43NzItMS40NDkgOS43ODgtMS43ODl2LS42NjZjMC0xLjIyNS4wOTUtMi42NzQtLjYzLTMuNzMxLS42MzctLjk1LTEuODUyLTEuMzQtMi45Mi0xLjM0LTEuOTg0IDAtMy43NTYgMS4wMDYtNC4xODggMy4wOTMtLjA4OC40NjMtLjQzMi45Mi0uOS45NDJsLTUuMDUxLS41MzdjLS40MjUtLjA5NC0uODkzLS40MzQtLjc3Ni0xLjA3OUMxMS4wNzIgMS44MjYgMTYuNTk4IDAgMjEuNTQ4IDBjMi41MzIgMCA1Ljg0LjY2NiA3Ljg0IDIuNTY1IDIuNTMyIDIuMzQgMi4yOSA1LjQ2MiAyLjI5IDguODZ2OC4wMjdjMCAyLjQxMiAxLjAxIDMuNDcgMS45NjIgNC43NzQuMzM3LjQ2My40MSAxLjAyMS0uMDE0IDEuMzY5LTEuMDYyLjg3Ny0yLjk1IDIuNTA3LTMuOTkgMy40MkwyOS42MjEgMjkiLz48L3N2Zz4=);
}
.amsl-button.-paypal {
  background: #ffffff;
}
.amsl-button.-paypal .amsl-social-icon {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMyIgaGVpZ2h0PSIzNiIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iIzI1M0I4MCIgZD0iTTkuNDUzIDM2bC43MTMtNC4yNTEtMS41ODgtLjAzNUgzTDYuMjY3IDQuMzQzYS40MDkuNDA5IDAgMCAxIC4xNDctLjI0Ni40NDcuNDQ3IDAgMCAxIC4yOC0uMDk3TDE3IDNjNSAwIDguNDcxLTIuNjM3IDEwLTEgMC0uNS43OCAyLjExNyAxIDMgLjIzMi45MjcgMS44IDEuOTUzIDEuNTc0IDMuMzAzbC0uMDE2LjA5OXYuODY1bC43MTYuMzgxYy42MDQuMzAxIDEuMDgzLjY0NSAxLjQ1MSAxLjA0LjYxMy42NTYgMS4wMSAxLjQ5IDEuMTc3IDIuNDguMTczIDEuMDE3LjExNi4yMjgtLjE2NyAxLjU5OC0uMzI3IDEuNTc3LS44NTYgMi45NS0xLjU3IDQuMDc0YTguNTk3IDguNTk3IDAgMCAxLTIuNDg2IDIuNTZjLS45NDguNjMyLTIuMDc1IDEuMTEyLTMuMzQ4IDEuNDE5LTEuMjM1LjMwMi0yLjY0Mi40NTQtNC4xODUuNDU0aC0uOTk1Yy0uNzEgMC0xLjQwMi4yNC0xLjk0NC42NzItLjU0My40NC0uOTAzIDMuMDQyLTEuMDEzIDMuN2wtLjA3NS4zODItMS4yNiA3LjQ5My0uMDU2LjI3NWMtLjAxNS4wODctLjA0MS4xMy0uMDguMTZhLjIxOS4yMTkgMCAwIDEtLjEzLjA0NWgtNi4xNHoiLz48cGF0aCBmaWxsPSIjMTc5QkQ3IiBkPSJNMjkuNSA3Yy0uMDM2LjIyOS4xNzcuNjYzLjEzMS45MDQtMS41ODggOC4xMjUtNy4wMiAxMC45MzItMTMuOTYgMTAuOTMySDEyLjE0Yy0uODQ4IDAtMS41NjMuNjE1LTEuNjk2IDEuNDQ5TDguNjM1IDMxLjcxOGwtLjUxMyAzLjI0QS45MDIuOTAyIDAgMCAwIDkuMDE1IDM2aDYuMjY1Yy43NDIgMCAxLjM3My0uNTM3IDEuNDktMS4yNjdsLjA2MS0uMzE3IDEuMTgtNy40NjIuMDc2LS40MDlhMS41MDUgMS41MDUgMCAwIDEgMS40ODktMS4yN2guOTM3YzYuMDcgMCAxMC44MjMtMi40NTYgMTIuMjEyLTkuNTY0LjU4LTIuOTcuMjgtNS40NS0xLjI1Ni03LjE5M0MzMS4wMDUgNy45OTIgMzAuMTc0IDcuMzU2IDI5LjUgN3oiLz48cGF0aCBmaWxsPSIjMjIyRDY1IiBkPSJNMjguMDUzIDdjLS4yMjMtLjA3LTEuMjA1LS41NjQtMS40NDEtLjYyMmExMi4yMDQgMTIuMjA0IDAgMCAwLS43MzItLjE1QTE2LjYxMyAxNi42MTMgMCAwIDAgMjMuMDEzIDZoLTguNjg5Yy0uMjEzIDAtLjQxNy4wNTMtLjU5OS4xNDgtLjQuMjEtLjY5OC42MjMtLjc3IDEuMTI5TDExLjA1MyAyMGwtLjA1My4zNzJjLjEyMi0uODQuODMzLTEuNDMgMS42MTQtMS40M2gzLjI1M2M2LjAxIDAgMTEuNDU5LTIuMTIxIDEzLjI5OS05LjE4MWExNy4yMzIgMTcuMjMyIDAgMCAwIC4zMDMtMS4zODljLjA0NC0uMjQyLjA4LS40NzcuMTEzLS43MDhhNy40NTkgNy40NTkgMCAwIDAtMS4yMDEtLjU1MkE5Ljk4NSA5Ljk4NSAwIDAgMCAyOC4wNTMgN3oiLz48cGF0aCBmaWxsPSIjMjUzQjgwIiBkPSJNMTIuNzgzIDkuMzk3Yy4wNzUtLjQ3NC4zODQtLjg2Mi44LTEuMDU4LjE5LS4wODkuNC0uMTM4LjYyMi0uMTM4aDkuMDJjMS4wNjkgMCAyLjA2Ni4wNjggMi45NzcuMjEzYTEyLjEyMiAxMi4xMjIgMCAwIDEgMS44MTcuNDI2Yy40NDcuMTQ3Ljg2My4zMiAxLjI0Ny41MTkgMS4yMjItMy4yNTkuMjc5LTUuMDEyLTEuMjc4LTYuNzU5QzI2LjI3LjY3NiAyMi44OS4xIDE4LjkyOC4xSDcuNDE4Yy0uODEgMC0xLjUuNTgtMS42MjYgMS4zNjhMMSAzMS4zNzVhLjk3OC45NzggMCAwIDAgLjk3NSAxLjEyNWg2LjYyMmwyLjI2Ny0xMS4xNCAxLjkxOS0xMS45NjN6Ii8+PC9zdmc+);
}
.amsl-button.-twitch {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #6441a5;
}
.amsl-button.-twitch .amsl-social-icon {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDEwMDAgMTAwMCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTAwMCAxMDAwIiB4bWw6c3BhY2U9InByZXNlcnZlIj48bWV0YWRhdGE+IFN2ZyBWZWN0b3IgSWNvbnMgOiBodHRwOi8vd3d3Lm9ubGluZXdlYmZvbnRzLmNvbS9pY29uIDwvbWV0YWRhdGE+PGc+PHBhdGggZD0iTTExNSwxMEw0NSwxODV2NjY1aDIxMHYxNDBoMTQwbDE0MC0xNDBoMTc1bDI0NS0yNDVWMTBIMTE1eiBNODUwLDU3MEw3MTAsNzEwSDUwMEwzNjAsODUwVjcxMEgxODVWMTE1aDY2NVY1NzB6Ii8+PHBhdGggZD0iTTY0MCwyNTIuOGgxMDVWNTM1SDY0MFYyNTIuOHoiLz48cGF0aCBkPSJNMzk1LDI1Mi44aDEwNVY1MzVIMzk1VjI1Mi44eiIvPjwvZz48L3N2Zz4=);
  background-size: 50%;
  border: 1px solid #000000;
  border-radius: 5px;
  filter: invert(1);
  height: 50%;
  width: 50%;
}
.amsl-button-wrapper .amsl-button:focus,
.amsl-button-wrapper .amsl-button:hover:focus {
  border-color: #fff;
  outline: 2px solid #006bb4;
  transform: none;
  transition: none;
}
.amsl-button-wrapper.-rectangular .amsl-button,
.amsl-linked-wrapper.-rectangular .amsl-button {
  border-radius: 4px;
}
.amsl-button-wrapper.-rectangular .amsl-button.-twitch .amsl-social-icon {
  background-size: 100%;
  border: none;
}
.amsl-button-wrapper.-rectangular.with-label .amsl-button.-twitch .amsl-social-icon {
  background-size: 70%;
}
.amsl-button-wrapper.with-label.-rectangular {
  width: 100%;
}
.amsl-button-wrapper.with-label.-rectangular .amsl-button {
  display: flex;
  justify-content: start;
  align-items: center;
  border: 2px solid #f6f6f6;
  box-shadow: none;
  box-sizing: border-box;
  height: 50px;
  width: 100%;
}
.amsl-button-wrapper.with-label.-rectangular .amsl-button:hover {
  box-shadow: none;
}
.amsl-button-wrapper.with-label.-rectangular .amsl-button.-google {
  background: #3672ce;
}
.amsl-button-wrapper.with-label.-rectangular .amsl-button.-google:hover {
  background: #5f8fd8;
}
.amsl-button-wrapper.with-label.-rectangular .amsl-button.-paypal {
  background: #007eb3;
}
.amsl-button-wrapper.with-label.-rectangular .amsl-button.-paypal:hover {
  background: #00a2e6;
}
.amsl-button-wrapper.with-label.-rectangular .amsl-button.-amazon {
  background: #232f3e;
}
.amsl-button-wrapper.with-label.-rectangular .amsl-button.-amazon:hover {
  background: #35485f;
}
.amsl-button-wrapper.with-label.-rectangular .amsl-button.-facebook .amsl-social-icon {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMjUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTguNDM4IDI1VjEzLjU5NmgzLjgzM2wuNTc0LTQuNDQ0SDguNDM4VjYuMzE1YzAtMS4yODcuMzU4LTIuMTY0IDIuMjA1LTIuMTY0SDEzVi4xNzRDMTIuNTkyLjEyMSAxMS4xOTQgMCA5LjU2NiAwIDYuMTcgMCAzLjg0MyAyLjA3MSAzLjg0MyA1Ljg3NXYzLjI3N0gwdjQuNDQ0aDMuODQzVjI1aDQuNTk1eiIgZmlsbD0iIzNDNUE5OSIvPjwvc3ZnPg==);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 13px;
}
.amsl-button-wrapper.with-label.-rectangular .amsl-button.-apple:hover {
  background: #f2f2f7;
}
.amsl-button-wrapper.with-label.-rectangular .amsl-button.-apple .amsl-social-icon {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB0AAAAjCAYAAABo4wHSAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAKGSURBVHgBvVddbtpAEJ5dm1SVIuq8EcWm7glK3/pWOEGSExAe+9T2BE1OUHqCuDcIJ4Ab1Jygq5IfHi1qpApsb2ccg4xrO1HszSeBl9ldvp31zM63DGqCgdjfb34CkF36fX096xWN1aEGHB5aJ5rGLokbgOFDTsrGVyZtt9v9KAJn1yqnZXMYVECr1bJ1fe9X1h4E/M18LkTRPA4VoOsvLrM2KcEpI6xESl5ugiZFKMKQXzw098mkmtbo5hD2HvKyEiljzE6aHkD0fbnk7x5DGM8t6jBNsysl73AOb9EPDyN0GobryRz/mfpxdzGIAtv3ddfzhEfjcSHH6LGN3QZj4GbnFJJSzuk6+5ZMzoGcYN8P9M5FEuOeiJ1BnKMFM6QcLpd/LjzEf6SW1Sayz6AA6LlYr1c98nr7Tk2z/VUVIYF2rtHYG1M7PpGOjqwzfJyDQlB0Y4ycbkk5Z+SlUsJ0OnHLsk6Kg6YeRJH8kk4njmF9DEohJ3d3s6u0hWPId0AhMJ1GWRtFrw0KwVjkQg6pAc+MSqXtMQhDZuSReqAQKGM6eaQClEJ+yFo45ugUlIJ1qYjskGoauKAYpBTvlUZCulrxK1APgw77DXFc2kzz9Tird1QBa6sTpwzncgTPBDwBDxJS7oDi1NkgDKWjUQNVxN9m89VLbHZBIajE3d7OPm5PJF3nQzKCUshYE29JhRAeHs4DUARS/jc3M4faWrpjsVgI3OYDbL6HGpEoh4Hv56jBDVCk/cRHXXXWwwvVjhDPvSri++0FQTQuIXZJTFMDi7SN3zQur0SS+j+dz3+LtLH0qogen+PW9JHAJiL8jHyfD0nRZ8eSomSM95MF0HLcINAGeVeNfzUoF3Ix/HhxAAAAAElFTkSuQmCC);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 24px;
}
.amsl-button-wrapper.with-label.-rectangular .amsl-button.-apple .amsl-text {
  color: #1c1c1e;
}
.amsl-button-wrapper.with-label.-rectangular .amsl-button.-google .amsl-social-icon,
.amsl-button-wrapper.with-label.-rectangular .amsl-button.-facebook .amsl-social-icon,
.amsl-button-wrapper.with-label.-rectangular .amsl-button.-amazon .amsl-social-icon,
.amsl-button-wrapper.with-label.-rectangular .amsl-button.-paypal .amsl-social-icon {
  background-color: #ffffff;
  border-radius: 4px;
}
.amsl-button-wrapper.with-label.-rectangular .amsl-social-icon {
  background-size: 70%;
  height: 30px;
  margin: 0 10px;
  min-width: 30px;
  transform: none;
  width: 30px;
}
.amsl-button-wrapper.with-label.-rectangular .amsl-text {
  color: #ffffff;
  margin-right: 5px;
}
.amsl-showmore-wrapper {
  color: #006bb4;
  display: block;
  height: 1px;
  margin: 25px 0;
  position: relative;
  width: 100%;
}
.amsl-showmore-wrapper:before {
  background: #dbdbdb;
  content: '';
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}
.amsl-social-login .amsl-showmore-wrapper > .amsl-showmore-button {
  box-shadow: none;
  height: auto;
  width: auto;
}
.amsl-social-login .amsl-showmore-wrapper > .amsl-showmore-button:focus {
  transform: translateY(-50%);
}
.amsl-social-login .amsl-showmore-wrapper > .amsl-showmore-button:hover {
  box-shadow: none;
}
.amsl-showmore-wrapper > .amsl-showmore-button {
  transition: all 0.3s ease-in-out;
  background: #f6f6f6;
  border: none;
  box-shadow: none;
  color: inherit;
  cursor: pointer;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 400;
  outline: none;
  padding: 5px 15px;
  transform: translateY(-50%);
}
.amsl-showmore-wrapper > .amsl-showmore-button:focus {
  border: 1px solid;
}
.amsl-showmore-wrapper > .amsl-showmore-button:hover {
  background: #f6f6f6;
  opacity: .8;
}
.amsl-showmore-wrapper .amsl-arrow {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iNyIgdmlld0JveD0iMCAwIDEyIDciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgMUw2IDZMMTEgMSIgc3Ryb2tlPSIjNDg3OEJGIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PC9zdmc+);
  background-position: center;
  display: inline-block;
  height: 7px;
  margin-left: 5px;
  vertical-align: middle;
  width: 12px;
}
.amsl-tabs-wrapper.-forgot {
  display: none;
}
.amsl-tablist {
  list-style: none;
  margin: 20px 20px 30px;
  padding: 0;
}
.amsl-tablist > li:only-child {
  pointer-events: none;
  user-select: none;
}
.amsl-tablist > li:only-child a {
  cursor: default;
}
.amsl-tablist .amsl-title {
  display: inline-block;
  font-size: 18px;
  margin: 0 5px 0 0;
}
.amsl-tablist .amsl-title:hover {
  background: #f0f0f0;
}
.amsl-tablist .amsl-title.active .amsl-link {
  border-bottom: 1px solid #006bb4;
  color: #006bb4;
}
.amsl-tablist .amsl-title .amsl-link {
  color: #757575;
  display: block;
  padding: 7px 20px;
}
.amsl-tablist .amsl-title .amsl-link:hover {
  text-decoration: none;
}
.amsl-login-content {
  flex-direction: row;
  width: 100%;
}
.amsl-login-content .form-login .field.password {
  margin-bottom: 0;
}
.amsl-login-content .field {
  margin-bottom: 15px;
}
.amsl-login-content .fieldset > .field > .label:not(.show-password) {
  display: none;
}
.amsl-login-content .primary,
.amsl-login-content .action.primary.login,
.amsl-login-content .amshopby-button.login,
.amsl-login-content .am-filter-go.login {
  width: 100%;
}
.amsl-login-content .secondary {
  margin-top: 5px;
  text-align: right;
}
.amsl-login-content .secondary .action.remind {
  color: #006bb4;
}
.amsl-register-content {
  width: 100%;
}
.amsl-register-content .label {
  color: #000000;
}
.amsl-register-content .field {
  margin-bottom: 25px;
}
.amsl-register-content .fieldset {
  min-width: 100%;
}
.amsl-register-content .field.newsletter .label {
  color: #757575;
}
.amsl-register-content .fieldset.create.account .field:nth-of-type(1) {
  margin-bottom: 10px;
}
.amsl-register-content .fieldset.create.info .field-name-firstname,
.amsl-register-content .fieldset.create.info .field-name-lastname {
  display: block;
  width: 100%;
}
.amsl-register-content .fieldset.create.info .field-name-lastname {
  float: right;
}
.amsl-register-content .password-strength-meter,
.amsl-register-content .password-strength-meter:before,
.amsl-register-content .password-none .password-strength-meter:before {
  background-color: #ffffff;
}
.amsl-register-content .fiedset:after,
.amsl-register-content .legend,
.amsl-register-content .fieldset > .legend + br {
  display: none;
}
.amsl-register-content .amsl-form .fullname .fields {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
}
.amsl-register-content .amsl-form .fullname .fields > .field-name-firstname,
.amsl-register-content .amsl-form .fullname .fields > .field.field-name-lastname {
  flex-grow: 1;
}
.amsl-register-content .amsl-form .fullname .fields > .field.field-name-middlename {
  padding: 0;
  width: 100%;
}
.amsl-register-content .amsl-form .fullname .fields > .field-name-prefix,
.amsl-register-content .amsl-form .fullname .fields > .field-name-suffix {
  flex-basis: 100%;
}
.amsl-login-success {
  color: #407740;
  padding: 50px;
}
.amsl-popup-overlay {
  display: flex;
  align-items: center;
  background: rgba(0, 0, 0, 0.4);
  height: 100%;
  overflow: auto;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
}
.amsl-popup-block {
  background: #fff;
  border-radius: 8px;
  box-sizing: border-box;
  margin: 10px auto auto;
  max-width: 95vw;
  min-width: 300px;
  position: relative;
}
.amsl-popup-block .amsl-social-login {
  min-height: 180px;
}
.amsl-popup-block .amsl-button-wrapper {
  margin: 0 10px 15px;
}
.amsl-popup-block .amsl-form {
  margin: 0 20px 65px;
  min-width: 250px;
}
.amsl-popup-block .block {
  margin-bottom: 0;
}
.amsl-popup-block .actions-toolbar > .primary {
  margin-bottom: 0;
}
.amsl-popup-block .control.captcha-image .captcha-img {
  display: block;
  max-height: 50px;
}
.amsl-popup-block .amsl-dialog-title {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.amsl-popup-block.-social-top .amsl-login-content {
  display: flex;
  flex-direction: column-reverse;
}
.amsl-popup-block.-social-top .amsl-login-content .amsl-separator {
  display: block;
  margin: 45px 20px;
}
.amsl-popup-block.-social-top .amsl-login-content .amsl-form {
  margin-bottom: 20px;
}
.amsl-popup-block.-social-top .amsl-login-content .amsl-social-login {
  align-items: center;
  border-radius: 4px;
  justify-content: space-around;
  margin: 0 20px;
  min-height: inherit;
  padding: 0;
}
.amsl-popup-block.-social-top .amsl-login-content .amsl-social-login .amsl-title {
  display: none;
}
.amsl-popup-block.-social-top .amsl-login-content .amsl-social-login .amsl-title.-short {
  background: none;
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
  transform: none;
}
.amsl-popup-block.-social-top .amsl-login-content .amsl-social-login .amsl-buttons {
  margin: 20px 0;
  padding: 0;
  width: 60%;
}
.amsl-popup-block.-social-top .amsl-login-content .amsl-social-login .amsl-button-wrapper {
  margin: 5px;
}
.amsl-popup-block.-social-top .amsl-login-content .amsl-social-login .amsl-button {
  height: 40px;
  width: 40px;
}
.amsl-popup-block.-social-top .amsl-login-content .amsl-social-login .amsl-social-icon {
  transform: scale(0.6);
}
.amsl-popup-block.-social-top .amsl-login-content .amsl-error {
  margin: 5px 20px;
  order: 1;
}
.amsl-popup-block.-social-top .amsl-login-content .amsl-error.-info {
  margin-bottom: 20px;
  margin-top: 0;
}
.amsl-popup-block.-social-top .amsl-login-content .amsl-error.-social {
  margin: 0;
}
.amsl-popup-block.-social-top .amsl-login-content .amsl-social-login.-labeled-buttons {
  flex-direction: column;
  padding: 20px 0 0;
}
.amsl-popup-block.-social-top .amsl-login-content .amsl-social-login.-labeled-buttons .amsl-error.-social {
  box-sizing: border-box;
  width: 100%;
}
.amsl-popup-block.-social-top .amsl-login-content .amsl-social-login.-labeled-buttons .amsl-buttons {
  align-items: flex-start;
  flex-direction: column;
  width: 100%;
}
.amsl-popup-block.-social-top .amsl-login-content .amsl-social-login.-labeled-buttons .amsl-button-wrapper {
  box-sizing: border-box;
  margin: 0 0 15px;
  padding: 0 15px;
  width: 100%;
}
.amsl-popup-block.-social-top .amsl-login-content .amsl-social-login.-labeled-buttons .amsl-button {
  width: auto;
}
.amsl-popup-block.-social-top .amsl-login-content .amsl-social-login.-labeled-buttons .amsl-social-icon {
  margin: auto 5px;
  transform: none;
}
.amsl-popup-block .actions-toolbar {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 35px;
}
.amsl-popup-block .actions-toolbar:before,
.amsl-popup-block .actions-toolbar:after {
  display: none;
}
.amsl-popup-block .actions-toolbar .action.primary,
.amsl-popup-block .actions-toolbar .amshopby-button,
.amsl-popup-block .actions-toolbar .am-filter-go {
  background: #006bb4;
  border: 2px solid transparent;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  height: 50px;
  margin: 0;
  padding: 14px 45px;
}
.amsl-popup-block .actions-toolbar .action.primary:hover,
.amsl-popup-block .actions-toolbar .action.primary:hover:focus,
.amsl-popup-block .actions-toolbar .amshopby-button:hover,
.amsl-popup-block .actions-toolbar .amshopby-button:hover:focus,
.amsl-popup-block .actions-toolbar .am-filter-go:hover,
.amsl-popup-block .actions-toolbar .am-filter-go:hover:focus {
  background: #5891e6;
}
.amsl-popup-block .actions-toolbar .action.primary:focus,
.amsl-popup-block .actions-toolbar .amshopby-button:focus,
.amsl-popup-block .actions-toolbar .am-filter-go:focus {
  border-color: #fff;
  outline: 2px solid #006bb4;
  transform: none;
  transition: none;
}
.amsl-popup-block .fieldset {
  margin-bottom: 25px;
}
.amsl-popup-block .fieldset:last-of-type {
  margin-bottom: 0;
}
.amsl-popup-block .fieldset > .field > .label,
.amsl-popup-block .fieldset > .fields > .field > .label {
  font-weight: 400;
}
.amsl-popup-block .checkbox {
  height: 20px;
  margin: 0 5px 0 0;
  vertical-align: middle;
  width: 20px;
}
.amsl-popup-block .checkbox + .label {
  vertical-align: middle;
}
.amsl-popup-block .input-text {
  background: #f2f2f2;
  border: 0;
  border-radius: 4px;
  color: #585858;
  height: 45px;
}
.amsl-popup-block .input-text::placeholder {
  color: #a1a1a1;
}
.amsl-popup-block .amsl-close {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgMWwxMSAxMW0wLTExTDEgMTIiIHN0cm9rZT0iI0IyQjJCMiIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPjwvc3ZnPg==) center / 15px no-repeat;
  border-radius: 8px;
  cursor: pointer;
  height: 30px;
  position: absolute;
  right: 10px;
  top: 10px;
  transition: none;
  width: 30px;
}
.amsl-popup-block .amsl-close:hover,
.amsl-popup-block .amsl-close:active {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgZmlsbD0ibm9uZSI+PHJlY3Qgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIvPjxnIGNsYXNzPSJjdXJyZW50TGF5ZXIiPjxwYXRoIGQ9Ik0xIDFsMTEgMTFtMC0xMUwxIDEyIiBzdHJva2U9IiMxZGExZjIiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIGNsYXNzPSJzZWxlY3RlZCIvPjwvZz48L3N2Zz4=) center / 15px no-repeat;
}
.amsl-popup-block .amsl-close:focus {
  outline: 1px solid;
}
.amsl-popup-block .form-create-account .fieldset.create.account:after,
.amsl-popup-block .block-title,
.amsl-popup-block .field.note {
  display: none;
}
.amsl-popup-block.-social-top .amsl-showmore-wrapper {
  margin: 25px 0 7px;
}
.amsl-accounts {
  flex-direction: column;
}
.amsl-accounts,
.amsl-accounts .amsl-linked {
  display: flex;
  justify-content: space-between;
}
.amsl-accounts .amsl-accounts-block {
  margin-bottom: 20px;
  width: 100%;
}
.amsl-accounts .amsl-button {
  height: 45px;
  width: 45px;
}
.amsl-accounts .amsl-button.-amazon,
.amsl-accounts .amsl-button.-paypal {
  border: 1px solid #ececec;
}
.amsl-accounts .amsl-linked {
  align-items: center;
  background: #ececec;
  box-sizing: border-box;
  height: 45px;
  margin: 0 0 15px 23px;
  padding: 8px 8px 8px 0;
}
.amsl-accounts .amsl-linked:last-of-type {
  margin-bottom: 0;
}
.amsl-accounts .amsl-linked .amsl-button {
  position: absolute;
  transform: translateX(-50%);
}
.amsl-accounts .amsl-name {
  margin: 0 2px 0 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.amsl-accounts .amsl-social-icon {
  transform: scale(0.7);
}
.amsl-accounts .amsl-unlink {
  display: flex;
  align-items: center;
  background: #006bb4;
  border-radius: 4px;
  height: 100%;
  line-height: 1;
  padding: 1px 15px;
}
.amsl-accounts .amsl-unlink,
.amsl-accounts .amsl-unlink:hover,
.amsl-accounts .amsl-unlink:visited {
  color: #fff;
  text-decoration: none;
}
.amsl-accounts .amsl-unlink:hover {
  background: #5891e6;
}
.amsl-accounts .amsl-social-login {
  height: inherit;
}
.amsl-accounts .amsl-social-login .amsl-buttons {
  padding: 25px 15px;
}
.amsl-accounts .amsl-button-wrapper {
  margin: 7.5px 15px;
}
.amsl-accounts .amsl-accounts-block > .legend {
  box-sizing: border-box;
  width: 100%;
}
.amsl-social-login {
  display: flex;
  flex-wrap: wrap;
  background: #f6f6f6;
  border-radius: 0 0 8px 8px;
  height: 100%;
  position: relative;
  text-align: center;
}
.amsl-social-login .amsl-title {
  background: #dbdbdb;
  border-radius: 4px;
  box-sizing: border-box;
  left: 0;
  margin: 0 auto;
  max-width: 300px;
  padding: 10px 55px;
  position: absolute;
  right: 0;
  transform: translateY(-50%);
  width: 100%;
}
.amsl-social-login .amsl-title.-short {
  display: none;
  width: inherit;
}
.amsl-social-login .amsl-buttons {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 50px 10px;
  width: 100%;
}
.amsl-social-login .amsl-buttons.-flex-center {
  justify-content: center;
}
.amsl-social-login .amsl-button {
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  height: 65px;
  width: 65px;
}
.amsl-social-login .amsl-button:hover {
  box-shadow: 0 4px 4px 2px rgba(0, 0, 0, 0.15);
  text-decoration: none;
}
.amsl-social-login .amsl-button:focus {
  box-shadow: none;
  transform: translateY(-1px);
}
.amsl-social-login .amsl-button.-google:hover {
  background: #ffffff;
}
.amsl-social-login .amsl-button.-twitter:hover {
  background: #1898e7;
}
.amsl-social-login .amsl-button.-facebook:hover {
  background: #4e71ba;
}
.amsl-social-login .amsl-button.-apple:hover {
  background: #fff;
}
.amsl-social-login .amsl-button.-linkedin:hover {
  background: #0098ea;
}
.amsl-social-login .amsl-button.-amazon:hover {
  background: #ffffff;
}
.amsl-social-login .amsl-button.-paypal:hover {
  background: #ffffff;
}
.amsl-social-login .amsl-button.-twitch:hover {
  background: #7e5bbe;
}
.amsl-socials-checkout {
  margin-bottom: 28px;
  margin-top: 38px;
}
.amsl-socials-checkout .amsl-social-login {
  border-radius: 0;
}
.amsl-socials-checkout .amsl-social-login .amsl-buttons {
  padding: 30px 15px 15px;
}
.amsl-socials-checkout .amsl-buttons > .amsl-button-wrapper {
  align-items: center;
  display: flex;
  height: calc(500px / 5 - ((15px * 2) / 5));
  justify-content: center;
  width: calc(500px / 5 - ((15px * 2) / 5));
}
.amsl-cart-page .amsl-social-login,
.amsl-login-page .amsl-social-login,
.amsl-registration-page .amsl-social-login {
  align-items: center;
  flex-direction: column;
  padding-top: 20px;
}
.amsl-cart-page .amsl-social-login .amsl-title,
.amsl-login-page .amsl-social-login .amsl-title,
.amsl-registration-page .amsl-social-login .amsl-title {
  background: none;
  color: #000;
  margin: 0;
  padding: 0 30px;
  position: relative;
  text-align: center;
  transform: none;
}
.amsl-cart-page .amsl-social-login .amsl-buttons,
.amsl-login-page .amsl-social-login .amsl-buttons,
.amsl-registration-page .amsl-social-login .amsl-buttons {
  margin: 0;
  padding: 0;
  width: inherit;
}
.amsl-cart-page .amsl-social-login .amsl-button-wrapper,
.amsl-login-page .amsl-social-login .amsl-button-wrapper,
.amsl-registration-page .amsl-social-login .amsl-button-wrapper {
  margin: 0 10px 10px;
}
.amstipe-add-wrapper {
  margin-top: 30px;
}
.amstipe-add-wrapper .amstripe-error {
  color: #e02522;
  font-weight: 600;
}
.amasty-save-card-checkbox {
  margin-top: 15px;
}
.payment-method-amasty_stripe .amstripe-image {
  position: absolute;
  top: 50%;
  right: 20px;
  margin-left: auto;
  width: 71px;
  transform: translateY(-50%);
}
.payment-method-amasty_stripe .payment-method-title {
  display: flex;
  align-items: center;
  padding: 0 15px;
}
.payment-method-amasty_stripe .payment-method-title .label {
  position: relative;
  display: flex;
  align-items: center;
  flex: auto;
  margin: 0;
  padding: 20px 0 17px 4px;
}
.amstripe-saved-cards .amstripe-card {
  width: auto;
  height: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.amstripe-saved-cards .amstripe-card.-visa,
.amastripe-card-saved .amstripe-logo.-visa {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAABQCAMAAADm3o3WAAACiFBMVEUAAAD///85Vqc5Vqc5Vqc5Vqc5Vqc5Vqc5Vqc5Vqc6V6c7V6g7WKg8Wag9Wak+Wqk/W6pAXKpBXapCXatCXqtEX6xFXaZFYKxGYa1HYq1IY65JY65JZK5KZa9LZa9MYqVMZq9NZ7BOaLBQZKVQabFQarFRa7JSa7JTZ6RTbLJTbbNUbbNVbrNXb7RXcLRYcbVacrZbc7Zda6JddLdddbdedrhfdrhgd7hheLliebljerpke7pmfLtnfbtofrxpf7xrgL1sgr5vhL9xhsByhsByh8FziMF1icJ2isJ3i8N5jMN7jsR9kMV/ksaAksaAk8eBlMeClMeElsiFl8mHmMqHmcqJmsuLnMyOn82PipmPoM2Qi5qRoc6Sos6To8+UjZmXptGYp9GcqtOcq9Odq9SerNSfrdSgrtWhr9WjsNalstems9ems9intNiotdiptdmqttmsnp2tuduvu9uwu9yxvNyxvdyyvd20v961wN62no22wd+3wd+7xeG8oYu9x+K+x+LAo4nAyePByuPCpIfCy+TDzOTEpYbEzeXFzeXGzuXGz+bHz+bI0ObJ0efK0ujM0+jN1OnN1enO1enQ1+rU2+zV2+zW3O3Y3u7b4O/b4e/e4/Hf5PHg5PHhr3Ph5fLh5vLi5vLj5/Pkr27ksG3k6PPl6PPl6fTm6vTn6vTosGjo6/Xo7PXp7PXq7fbsx5rs7/ftsGHt8PfusGDu8Pfv8fjv8vjw8vjx8/ny9PnzsFfz9Pnz9fr09vr1rU72+Pv3+Pz4pDP4pTX4pTb4pjn5r0v5+vz6umX6+v36+/37xoD7+PP805z83LH8/P794r395cX98+X9/f79/v7+8eD+/v///v3////R/pkiAAAACXRSTlMAACGpqqzr9PUBJ9VOAAADjklEQVR4Ae3a+3NcYxzH8e1WL590a3NJaHVREUqVBq2LUhdtUkRI40I1hFaiiqBoiWiVFC11SQR1CaWtpXXRNlqUHJe6F7vW59/xfL/POZlNzPjBY+bMdJ7XL/lsfjj73nNydiYzJzEqZolRieTocYjFuNHJhAlIjkVsxiZNwBjEaIwJGI8YjTcBiNXBFOADfIAP8AE+wAf4AB/gA3xAyVHTjkz9rwEPfbwz9N7jhyHU3KNOwiX6cyWsWe19gyTzr3c2lMIqa32qx1jjcAZOe+SzIPQOQq9SbAI6dNjDn9NLpWpgPUMr43QJrt8ZWCdAnUF1TXT8pTAW5ajUF7DmMjTfKQC45zsNuAnqLvsmFcB2XQ0AGlmsF9ZqhpY4BlT8/FNgPAGR+oSiA6iiOt2svbT2ZPeQvBeq+gBDGxwD0MtfvwmCtyHmU50MzNGRSwPNVO3HAJiyoLMZ6lZGBlwDlpC/fxt8CdFFsRHAQl39AO7T9RKGSe+ikaeY7hagf02/fR0cC6BqP8UCALfr6gbwmK5dGRS7guIBigbHgEO/IvlLcMPQx34/BWC9znYAq6i2XIgiL9LYMYNiuWOAvtdf3z8K4AWKVhhZnY0AmhjqnonIWRS34VO9L1wDWmj8+QZQU6DxYwZABdVsAOm3GMotL4fVSTHTflkMphwDZlF8CLTqeBjGmToLpTBqdzPSPwMi8wONPqDN3quOASUDNP44Gq9RzMHQed8GdfxzjHwwFcbNuq8F6nVc7RgQ3nzn2wv7MsQy3esQunwbQ10AJm7XS3UEMJXifteAqyha7qZYCLFO9zJE0i37qPKTgEt1rYWxg8YrrgEnUqzWS723DGIzRROUqumnmhvdLH0PGh/RyJU7BkBP8IGim7o0T3E2itRRXYRajnSea8BKRgrTIWZTVQK1kxG6jOoUrOBILa4BDYysh2qkyAJo27fiYmmobBqwvys5fJAjdbkGZBipg2obqumm8Xl2d4HWdVjMf9jqGoBN0ZEmQK2luAPAVg7zbGrCZh0dF1hPU0xxDbiT1o2w+imagYoCiz1Zjnk68tWwFlHMcw2oo9o/GSqdi74TT2WRLVeWABt0bkToXIpbXAMqe9RSWMfZl1UyF695Vz/ym6vqJwKY9HyPqEeoTF+2uQb8u3TNtOpS/6+ZD/ABPsAH+AAf4AN8gA/wAf9R/I/xxP8gU/yPciWSh8T7MFvM/ga+PlP2bbqekgAAAABJRU5ErkJggg==);
}
.amstripe-saved-cards .amstripe-card.-mastercard,
.amastripe-card-saved .amstripe-logo.-mastercard {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAABQCAMAAADm3o3WAAACYVBMVEUAAAATRXsTRXsTRXsTRXsTRXsTRXsTRXv6sTDrHC3////5qDD0eS/xVC76wMXvQS74nzDwSy7//v7//PztLy36xMkWRnrzZy/uOC7+5Lf2lJz92Zr3li/+9+j+6sX5ub74q7H2i5P80ILzdYD+9vf/+/P94uT+7Mv5t7z4r7X+4rD7xWR1c1uMfVTMmz/819n+5rz92571ho/wWWVuNFqzJkH3sDHoHC7+8PH83uD+8dn+79T7zND947T4pq33nKP915T904r8znsuUnIyU3E3Vm/xX2tXZWVjamFwcV2+JD3+8/P/+e37yMz+6ML5srj3o6r93aT1jpf0g4z0fIbybHccSXccQ3fyZ3NIO2hTOWRdN2BiNl7wUF1qNFuFL1KWLEy+lUP6tz7tLT3YoTvjpzf6szXWIDT6rDDuPC7/+vn+7e796Or+9eP+897709b+7c/5vsL5u8D936r2l5/0gIkrQHIwP3E2Pm77yG09WG06PW1FXGtKX2lUY2X7wlzvSlj7vlSCMFOfh02sjUmiKkf6uULBJDzLIjnvrDT5sDD4nTDjHzDiHjD2gy/zcC/yYC7tMy3tKi3sIy396+z82t33nZYYRHkgQnYtQHI0P29BPGpOOmZlbGBpbV9/d1h0MliFelZ9MVXuRlTuQlH7vU+7lETUoDzsKTrIIzr2jC/wTy7vQy7qHC395Ob+9OH95dX82sn6x635tJT5rXz4sHkhTHZQYmfzbl9ycV15MlbyYlOchU/uQE6wjkimKUbImkD2iz3MIjjxrTPsiDLshzL3ly/0dS/xWS7wUi7vRS0T5BdeAAAAB3RSTlMAIfX066ypGEu1/gAABJRJREFUaN7t2mdTE0Ecx3F79v9DT00MmoRUCCQBpVnoVRCVjigWLKAo9t4bFlREULD33nvvvb8qNxnEyMCCF5iok88wGWbygC97m8vuznX7C3Tv01PhFT37dHf9/V4Kr+nlLOit8KLePKCHwot68ACFV/kCfAG+AF+AL+AfCziyYcq04dOnnVzjr2iF/+jNp8aGnR6znr/bFQEnZowbRU32jTi7WvGb9LDLe1iTkcOGbuzsgEnDd1MLI6Yomo2ZxVqYHTaxEwP8p8+lVuyarHDZNIy1Ys5Y/84KOD6O2jBzkkIxcTtrw7CMzgmYWktter82YzZr04eszgg4TyK1n5jIOc8DZpBIY2PDdSYy1NOA4SRywI+1J8yzgMmjxAH9uRvCipFPPAk4OpdEBvZz+cJE5jz2IGAmiVT6NZnHRLbLD9hwizrkQA0TqFkvO+ANidzs22wvE3ktN2CNeAD2/wqoYyI1o2UGbKMOCxDfDGQGXBMPgB/XsWl4RV7AMRKqHOhmPxNKlxUwlYi0ZvMEohKz2RxN7vgbL/q7uTmvTBcRkpu4hbVkSUljLEtWwAyiUgCxRMEAeIebEiCUuQtdDKcU1lIcCvgkkBWwk2gCgIW0CoCydJVtuTHvAl20L5OWrYyCynShxC5JK6+SyRRoMt4F4iIiFqWlOjSJumqmc1h0K1iKY0WVFamM7ZAVMIIoGUEYTzn8dWF5DLiY6GBwSUmAKjkInLEUiIEaWMq4S0pwd8qykQ1NPAC9a6hmyQrYRWTEIaiiVYhFTnRS4SobIAHqwKhoNdRRBxFeLGH8BGDBMgmqKsat01nSNEAKYI0IgTLSMh/ZzrWRrIBxROGQwH9i1TBRVL5RAuzAkiLnrDh8GMjR5kGZjPFP+y9BHHOqsBRoDIAOsJRZ4WBMg3hxgPgSBKEICII2GNoEIDgYqq1LABzaqsLDArgcNOIeY4sQwriyeCgXZUMfCT1LA9Yx5oCGyb0EO6kEqldBQEymCkaoMikQwURF4UAS5pfz/zyQKw5HElECrM5PRSSsVfzFEMF7Up0BFXromNxJuI2isJAWAPZAzDch5urFcKhXFmcuB2xYUKoF1MWZ5sIgPKivvw/oEyOXhmBxxRY9CuLgYKFK5G7RAJbUxOqhMm9E+Uig21BmahFbCE4JuwpcbD4ArRpONuBRXd27peCskeCUsFiRwli863flJb1eI+9GtJqSpUKySXbSSvlkCk8w5UlFxpwEtb082iYt30pRNknKM0vqcqJKpss1GHQVK+JDUjURaQYDvyDVuXEhiQYDcywOTe+KL6OvA9z4efBlJHdH0NDPzQDx7kBmwDHxknjQkGbfmMjIdJkB/IMocoN10A7Za8K17QzBT9/FA5DRVcvyxsFNxGvSl123MakPcBHPwDmjN3q8NRMbJN6abRr7bHOXbU4brgcEfJ7XzuZ0TFYHluVy1+aVfAJ06face04itR+ZyJlOOaLZR23aLTyi2ZPl3UOqtxn/yzGd9w8qO3JUe+b3o9r/8bD6D/gCfAG+AF+AL+AfC/D6Yzxef5DJ649yef1hNi/7Ae0O6PJ2ai/QAAAAAElFTkSuQmCC);
}
.amstripe-saved-cards .amstripe-card.-jcb,
.amastripe-card-saved .amstripe-logo.-jcb {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAABQCAMAAADm3o3WAAAAqFBMVEUAAAALR5wLR5wLR5wLR5wLR5wLR5z///85aq+zxuDS3e0aU6KFo86Vr9TD0ud1l8dIdbUpXqijutrx9Pnh6fMWT6EwY6tfhr6ovtyettdWgLtQe7gTTZ8OSZ6QrNIgV6X6+/2Hpc5Ygbvd5fHB0Oa7zORmjMFBcLI1Z631+PvV4O+twt6ZstZ9nsvP2+yNqdFtkcRqjsLi6fPM2OuAn8stYaomW6fo7vYTPHdwAAAABnRSTlMA9SHrrKn+88cPAAACM0lEQVR4Ae3ax47bMBDG8XjLNyqSRcurYhXJvay9veT93yw0o7XFi4EcJkyw/N8EHvQ7DAQBnB//QFe3AxhpcHul3n8NY10fBTcw2I0EDGCwgQTAaBZgARZgARbw/wGSrSM2juO0UPmOUKXdY7oRopjPSyZA8rSgrghA/XxPXTlk69PpjgewfaVTD0A7pFMuUOd0ruIAtD/pXIDqjc4NgYZ6+RyAmDRARBrgY8oNSKY64FEHzIgb4JAOGOsA1wIs4C8DZqYBoQXgzgK+L2D1HkUzBXhrAlkThqGLfXCqWfACMsgkYFcASF4m+dNLOkEOYBQEs6wGqntWQAFZg7sSwMcrqYYKkHX/SpixAuaQhVhBtqIvQPwFWANwWQFryGLMAPjU9YgJgLaYZymAhvgBBwR9gKcA6XsQPCdAyjIDqSgXdGwDoI6xh2ypAdYk2wNIEwaAUyAj2RCyIv49hNtxH6DOXQA+OAC7DCJfPiUAnLEEjAsAo8Ny6QalqwBpHB+efQARC4BomaVtDX8TTkkCiLxD2DVEHp2bEBOglwKc8+BSvwT8gMUlgA9+gHcJ0LID3MuAkQWwA3LTgPjbA8LLgE92QAPP7Ifo4TKgYgeUOmClA+7BDdglOqDUARE74AEaYA8N4FXcgBAaYJVoAO8THIAtdU1dgR5gOnypcQZMH6MKLICqEELM5+W2gmrkOBshnFENVeKPjrW1vS+wAAuwAAuwgD/L/BqP+UUm86tcxpfZDPcLutsGWeFCxv8AAAAASUVORK5CYII=);
}
.amstripe-saved-cards .amstripe-card.-diners,
.amastripe-card-saved .amstripe-logo.-diners {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAABQCAMAAADm3o3WAAAAyVBMVEUAAAAHTZQHTZQHTZQHTZQHTZQHTZQHTZT///8OUpdij7w0bahDeK6TstCEp8vw9fm90ONBd602b6kuaaV1nMRVhbYpZaMLUJaXtdNGeq+kvdhci7kXWZsUVpquxdw8c6sbXJ16oMbh6vKxyN4kYqEgX5/z9/r7/P3b5fDK2ehqlL9PgbPX4u7S3+ydudXr8feJqsxZiLhKfbKhvNeQr9CApMlnkr44caqowdr3+fy4zOG0yt9ul8Hl7PTC0+WMrc3H1+fd5/HN3OrfNl/SAAAAB3RSTlMAIfX066ypGEu1/gAABHlJREFUeAHt2mmPoloegPG5y73POYDKooDKAha477ultVR//w81olR3VWfS86JEZ258EnKix+T8Yowm8v/X/0C//f0HN+mPv387nf8nN+vPTPAXN+yvI+B3btjvRwA37f8acAfcAXfAHXAHROG8dqoeetcHhONW5+3b6Emc6y7NqwLU591iLgG8WZAbdPN6gGqnkfI9Sz8LOuVrAUrtGZ+KxblAXgUQ7+r81DoXNK4B2AiFLN8HiByyprngcAVALyBLqainpVUHcIZnQDstHFAXNsBKiDNAdGYANXFuWThg8fh+Xg4QOwugdQZMZNGApzXA2weAOJFK4pxWMCAVFjAXHwEiBWY5IC4YEAoHKH8GzIBNDhgXDKh3ANzPgANg54Bt0QABMP0MUAA1BzQKBtgiAWafARYwyAHTggFOewb4lY+AEcAqB9QKBrBfAMQfAQOAnjjV8YoGzNoewOMPwBLAFOcaFA1w3l5OyyIHdGJyUFbHKhzAoBOSFaYAqsXJ8eMjWDgAt5XyU2FbnHp2rgGQ+zeLT2kVcarncw0AstFef3xY7ohTgc91AKBMRkp+WlR9/yFW4GoA/Ljb6TVKpe1InBtVfa4JAGylXMpbNRPei+bkacklAF5cmpan6wgIG/yqmjudljWv+8A5RdQvAcAXVaTSisGa/upl+ouEpOuV3wFULgOgUgWsdpVf9rglS0kKArBs+44JiZ/OI5B1FRzb0/AGKkAoQs4dAZ4PUh4B9ty/GGAgBs8tVsJd6k+OvZ+XGmk3GIlQ10pNoCrkd4DVXbKelKmMX4YT61IATTRrLZxdiBTWflVXROq+OmlfRxpA/AFAowQPR0AdOdxeCqAI6wigYoIw2816vS5LDbArQwWgJoz/BOAwuhTgUecHoDMHyACkbmcF+JOALDP6DFD0rwN2ZSDuJh8Az7qDEWWAvmQZnN+CA+Ds5REwbiB7ZXYDaNS+CojG7clytYglUWOiHNpj/9B2jaeuftBee1U52zefNbKM18f1+sG19OF81gmWz3rY+jaI44K+iqXlc85TJXmelXAuSYhOe/4/4G86zzRVE2y1rhmGUQtV1YzUjQ1mdpkSQ1r1bEdVU6yaTWI6JGqCv0Fu1OjLgEgParsSRq9Udbv9YDzq7+2R+7h1xpU607GM2v04dp/6D9Mnq7SYPb+Eky3mq0mjh9y+pl8GsCijT1a4Ds0esqqzRu+vRzQfJ6bRp7p/kDSHOM3hvAX2TgtaJVzY7kzKARcBuIPK2iUDUO0uVuj625zmYNxt9glW7SgDHK/4G9Bdu8YkdpktRy+XA6BUghygs0n1w8g9Agha/SToD6s5oFbxkJWNy6CiM+6PhxnAj74I8PTtXE+o7nGWXQu3q7xUR6VBu18qO1I/jKsEvfTlSWXVshsPg8V082qj9ELd00S/0Wtu1a8CDCPUUghxNM1G0zTDNjSpGprm4NnaBk2Ljs9haAmbpoWl2bCxNM82QkPTtPv9gjvgDrgD7oA74L908zGemw8y3XyU6+bDbLfv37mKZNpUe58OAAAAAElFTkSuQmCC);
}
.amstripe-saved-cards .amstripe-card.-unionpay,
.amastripe-card-saved .amstripe-logo.-unionpay {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABLAAAALuCAMAAACJqx9AAAADAFBMVEUAAAAAfIPhFzUARHzjFjbiGDYAe4QAe4QAe4QAe4TiGDYAe4QAe4TiFzbhFzYAe4QAfIQAeoQAe4TiGDYAe4QAe4QAe4QAe4QAdoriGDYAe4TjGDYAe4TiFzYAe4TiGDbiGDbiGDUAeYQAe4QAeoTiGDYAe4TiGDXiFzbiGDbiGDXiGDbiFzbjFzbiFzXjGDZfMF3iGDbiGTbjGDbiFzYAfIMAe4TjGDYAY4DiGDZQNWR1Llc0N2uXI01pMFsAe4QARHziGDb+/v5EnqUzlZ38/f3u9va6292Ys8qZys0RhIxnsLYCfYUGf4fL5OYDR366zNshjJR3ub1Vp637/Pzc7e6pwNL2+vrL2eTu8vZutLpLoqkLgYoiXY30+fklj5ZTgad/vcEAdoOkz9M+nKIAWX+o0tU6maBEdp8YiJDy+Pjn8/MAUn4AS334+/vj8PHf7vAAYYCJwcby9fgrkZnudIYEQ3s9cZsyaZbjHzxRpasAcIL6+/zr9PW+3eCju8/T6OlfrLJaqq/I4uTD3+K02NsSUYba7O10t7wVho8AZ4GNxMiJqcJjrrT+/PyRxsociZIAa4LwhJQsZZPlLkr87e+Dv8N1mrgOT4PdGTf9+fmw1thKe6KWyMx/ob0vlJsnYZAdWosISoDkJkPP5uefzdDzoK3vfI0YVonU3+is1NZpkbJ6u796nrv0r7nWGjnq8PTc5e3Y4urB0d9YhakPg4tLNWXX6utvlbXnQFng6O9ljrA2bZidt8whPXJXM2GPrcX98/T3wclgi67qVmxiMV14LFfmOFELQXnoR1/F1eHrXXKyx9f4yM+Epb/yl6XxkJ/wipoLTILsZHgaP3TpT2bi6vDQ3Obzp7JAN2j2usP1tL775+rtan2oI0jIHT762+CswtQwOm2BKlSwIUXAHkDm7PK2ydn4z9U3OWuLKFHQGzz74OS4IENxLlmZJkygJku+z91ciKySr8cpPG/51NrtcIIUQHaSJ09qLluvxdYPQXeXssm8ztyUscgSfoyu+I4OAAAAP3RSTlMAREREBfm+KYT58ByxFw7pCmvytng1EsoE6aUy35eQT6FqVdZfyZp+Vzx1YSHAq4522SnRhkw+33TjaWlZWXBqqqufAABfnUlEQVR4AezdvU6U7RbG8SUZQAYYkOFDPl5AEQVBCKIYqlnrCDgHEjsobKbxDOws5yimo4RKwgFMQwMJH4USxYJEjc1+H4q999qZZud91HXP/H8Hcee5r2dd65bWVppceLq68mx9s1jsNPyt/vn6/MPe8U3j58+q/gPY2t15/ebd+7fb29sV/B+Ghgbmuvqmhx+ODAr+bXlhtbxp/4HT6x/HDf3nsLvz5n0OpxSm+oY3BgWTT8vj9l9web7X0Bxg9/W7PM8q9HTdHZE2VlqY5bBy6tcHDc0Ddjisfomp6RFpS6WlMlmVU/++d6TIA59Wv9Lc8Ki0mULHLKeVd3FwpMjDzhtOq1+sZ6Jb2kj/E26C3tVhQ5GHrddvK/gNukakTXSUDc7FXlWRh913Ffwufd3SBmbmDc7JsSIXO+8r+I16pgeltRWWXhmc6xtFLna4C/52Ay+llS2sGZyTGwVfVwmbGJVW1bFucC4+ai6wy3H1p0xtSEt6XjY4pweaC2y9qeCP6bkrrae0anBqh1XNBV5vV/AnTQxKi5nZNDgn+4oWydoxNiqtZLlscOoHmg9wG4xgrldax0LR4HxtKPi8aiVT3dIi+ssGPq/4vGpxU73SEjrGDc7FvuYCu/l+XoETq7Bq8PL6OYjXFUQyNiip6583OPU9zQei1ZzRJ4lbHDc4l/sKroOtaliS9qDT4FwfaS6ws11BPC8lXYUXBu+8qmjh+AoDvZKqUtng1A4UIacZQIzVv25w6seKVo/b8UiStLxmcK7ONB94X0FYA6OSoMlxg3O6r7nA1tsKApvgvOK8AudVMkY4rzivwHmVii5JzGTR4Jw2FIyLMowV0vNxg3O1r+D7qm2MSUqWNw1O/UbBedVGNiQd/a8MTv1MwTwD06MhFeYNTm1Pwbxoe+mVRBRWDN4HBX2cNnNXEvGXwTtX0HduNwP3JQlLBu+kqsjFbgXpuCMpWOw0OKffFLnY2q4gHY8lAf3jBgYa+EGYBu6EzwzegYLAnVGsmJ4YvE+KfOxUwH/CfC0avMsjRS52CbCo5+SstGlwamcKAqx2NSqxzRq8HwomsBhsiGnG4H2uKrgQ8kQhEw1JqO0ruBBSgOZCmIYvCi6EbWyOP4QpuawqGHFvYz2DElZhzeB9VLBTpq11S1hPDd53BSOjbHaPqb9ocGoNRT7eVsAT0CzBInEncW9PlHOeG7yrI0U+SNzZMJO3FQNbkfnASgNP1k8avNOqgpEGJkdjKhvYgsUWLPyPLj6w+MAiwQIHFgkWCRYJVlvgwFruNDj1IwUfWOhiBisJhwo+sGLiwCoVDQy5M+SeBv4SPjB41wpeTg2KOax1g3esUGVNA6bZg5WASwWRO/52l8id2jORO1JxT8IpjBu8fQWb3GNiH9aMwbtQ5GOrgrSN8PQEU+7cCJGKUYmmUDRwI+RGiCYGJJwOg/dZkZMKGHTP2aqBf4S8PZEIFo6uGbwzBVOjMTHV0G/w6lUFU6OI+ZNwweB91QzoEaJnkDF3hhoYakAixoiwiLCIsED1mQgr5wgLrMLCQ3o54Z0o6OXgVi9TWExhMYWFRExJOPMGdvfxHiHSWDda6DQ4tSPNgAgL9ygSUiSkSIhUdEs0TwzeuWZAhIUhCads8PYURFgI+sRX0eA1NAN2YWFYopk0eKcKms+4tcELquF9V9B8RtDm86zBO1DQfEbQbaObBu9GQfMZMd9QXTbQfCbCQlMvWd7H8j4iLKRilOV94f3QDIiwMCfhrBu8jwrGRhHzwZySgeYzzWc09Yjmc3gXCpb3IWjz+YXBO1TQfEbQR+qfGbw9zYAIC30s74vvm2ZA8xn3aD6Hd6lgbBRB33x+avA+aQZEWBi6L9GsGGg+MzaKRJrP4wZvX0HzGTGbz88N3pWCCAu37kg0SwbvWkHzGTSfE/FBMyDCwpiEs2bwzjQDIixMSzT9Bq9W1QxoPuOhRDNj8E4UNJ9xq1eiWTXQfGZsFM1MSTjzBu9YM6D5jAmaz/H9VBBhIWbzedHgfdacoJIzsLzvicE7VxBhIWjzuWzw9jQDIiz0SThFg9fQDFjeh2Gaz+GdKmg+49aGRPPA4H3XDGg+o2dQopk10Hym+YxEms+vDN6NguYzaD6noV5VEGEhZvN5weB9VRBh4VYvy/vC+6IZEGFhTsJZN3gfNQPGRvFYoikZvNqRZkDzGY8kmg6Dd6FgeR9oPtN8pvmMpAxIOM8MNJ+JsJBG87lQNHjfFDSfEbP5PGnwLhWMjeLWCM3n8D5pBoyNoue+RLNi8A40A8ZG0SXhjBu8fc2A5jPuSjTLBu9KQYSFWy8lmiUDzWciLDQ1SvM5vB8KIiwEbT6vGWg+E2GB5nOaalUFzWfEbD7PGGg+03xGIsv7Xhi8QwXNZ9B8TsSxZkDzGRMSTaHT4P3UDGg+455Es2jwPmtOUMkZaD4/NdB8JsJCM0P3JZqygeYzERZoPueK5jMRFmg+PzfQfKb5jKbusLwvvGvNgOYzegYlmlmD90EzoPmMMQnnlcE70wxoPmNaouk3ePWqZkDzGQ8lmgWDd6IgwkLQ5vOqwfuiGTA2iikJZ95A85mxUaTRfC51GpzakYIICzGbzx0Gms80n9FUt0TzxOCdawZEWBgSms/h7WkGRFjok2gKRYPX0AxoPmNYopk0eKcKms+4tUHzObzvCsZGEbT5vGJgeR/NZySyvG/T4N0oaD4j5vK+ZQPNZyIsNPVSolkyeF8VRFi4NSrR/GXwfmgGRFiYk3DWDd5HzYCxUTyWaEoGms80n9HUI4lmxuBdaD6wVckZaD6/MHiHmgHNZwxIOM8MNJ+JsJBI87nT4H1T0HxGzOV9iwbv8l/s3dtvVmUWx/GtkZmBGQ8DouBBx7PiwYCHyVytZ632raG0TEqHNCmNTUMDqSQDQ+gkZZBwgAAhInnTkgAXXAg0IQSvGMINExq0Ng1pm9qkllaJh6QCHi48aLwZW2e0r1J51tO9n/3sN7/PHwB3ze7q+j7LANZGYdzsKDTzGApdMoAR1hiYOQflsyuUz1gbBZTPc7kQnDFhQvkMKJ8XcCG4bAAjLBh3XfDlM3xmAoXyGVA+/4kLwRtmDGCEBbdHwZnPheB9MwYwwoJ7otDcyIVg/z/NGED5DPcHXz7Du2YcoHyG30eheZqvBuUzYG0U7oqC8xAXgncMoHyGMXdEoblpGheC7wyEOcIClM/XcyH4xEBMCPB4X8we4ULwgYFAR1iA8nkWAx7vy8YIC/B4XzSDC8HbBvB4H4y5NQrNnVwI3jOA8hnGPR+F5j5WamFfWlo5Dd8Y8Fw+r2uo3bJsZX1V1a7y8jqaxMnycVU/OFQ6rrHkJ42l3xv7NyoJ4jH9luyXz81t54dODB7t7cu3N//oq/4fjDT/pD3/fy3spEsOXOwY/796899rvor8/5zLcvmM8nmJFMiVlZXVyFTUlO3Yuv3I7uOLqlc2UTFB+fwXVjoqWm3spl2sjXB8vjCeoXxeIQmqOXVsX/W6CioGKJ+fYK0vResEuzkhtva8xrF5HeWz9xHWDklc2faGxgrKOpTPj7JSyx7RGmE3V8TWeY7P5wY8j7DKc+JF2fItdZRpKJ/vZqUB0XL9/GkVa3mOz6cGPI+wSsSbmhUlZAseiILzjPNgKfHPn26x1sXx+dh4hrXRneLT4eoKsgIPh1c+Ow+Wkv/86RVbwxyf/W8Zz1A+rxC/NlUT2HiwCMrnYdE6zW46xNYgx+dDExMgW2vEt431lEUon5/VD5a0rrCjs2KrH+VzlsvnJvGvZifBtdwcBedJVuoXraPs5rRiqo/yOcsjrPWShmMnKWtQPt8wjZV6RKub3XyVylIDf208Q/m8T1JxqoqKHsrnUV9LDYqN+l6Oz0fGN6yNbpR0rKkn+DWzo9DMY6WWA76WGhQb9QMcn0vGM6yNVpRJSlbXE0xu+pwoNE8lvzbax25e2yOWzrZwfP5jPMPa6DpJzZpdBJP6TRScuayUF60BdnNObHVwjM4Yz1A+vyLpeaGCYDK/i0KzgLWGRMn58yefSpdzGeWz9xHWQknRWoLJPBeF5nHWahOlIXY0JLa6UD5neYRFhyVFuUaCSdyW/cf7OkWrnR0NK17bis+3xjOMsOr+Jmk6VUlZgfJ5vn43SquT3XQqXttC+ZzlEVajpGsnZQTK5xvdd6MSz5JHxFYzx2e/9xEWyuclkq6ycsoGlM/3Jv/a6CA76hFbnSifA/RXsnVMUraEsgGP9z3tuhvl4a3184q2Oj5vGt9w83m1pGxpBWUCyueH9LtRSntaWU+3UT/IMXrHeIbyea+kroTgl+4ogvK5T5S+ZEddqdzL4e+MZyifqyV1Cwl+6Y9RaB5jrQ5R6uHEL3y1cnw+MTEBsrVWUreqgiAD5fMjrHVWlLo56QtfFxnlc6ZHWBslfaUEPzczvPJ5Fiud9va0DF/UPw+I8jmLa6MVL4mtmqbSZYsaFh7ctuMliVctQQbK5xmJH8wZ5cSfauhH+ZzpEdYhsbaGflTZtK5kc+3YD6+lf5epW05QjOXzoCj1sqPuGP4MqXfZgO/yeZFY20pXVV7fuL624dVj28rE1SaCn7suCs19rHVFlM6xo74Y/gyp95kB3+XzQrF2hH5dXe1qcVNTQYVg+i3ZL59bRelACyd94auHY/SGAc8jLNok1hroWur2bRAnVVQIbo+C82dW6vb1OrLiFZtujtH7BjyXzydzYm0ZXVvpUnGxkgrBPUVQPvf4eh2ZT6dy4Ot1lM/ey+cSsZYrJwtNW8XBMioE90ehedQh71Ma4KQvfI1yjN414HuEdTz2yfjJxaL3CkHo5fPdznlf8schjqYywvrUgO8R1sH4A5qm1VNexIK7ouA8o8/7lIY48Qtf3SifM10+0yqxtpksNeaK7xE/lM83Oed9yR+HaNmTxghr/1sGPI+wqsRePdlaWHw/sFA+X89aF0Spix0N+L9Rj/I5lcf7qhWFMlnb9eIUfyWE3xZB+TwsOm3sKp/GjXr+wIDv8nm3WDtG9l6d2tAdZkbBeTLxgzkX2NWFGDbp9f5twPcIa1syv7WtE6UtBBP9IQrNDTNYacTbgS8ejmGTXu9tA57L58oXE9rtXCw66wkmujUKzZ3JH8w5zY5aUxlhvWfAd/lcKtZqKklh35Q23eH5IiifR30d+OL+GDbp9b4x4HttdJFY20YaJaKzlyDs8vkph1UDnROc+IWvgWw/3oe10SNibS1p7BKVXCVB2I/3zU38YE4zuzqfygjrCwOey2c6ldiU6WXRWEUQ9uN9T7BWn68b9dxyVux0MMrnTI+wynNiK7eLVA6LxjaCiZ6LQvM4aw2JzhVO/MJXnmP0uQHfI6wSsXaKdF6Ywp0vuC375TO3+bpRz+2pjLC+NeB7hNWQ3I+U7e5lDjwQBWd+4gdzRtjVYAyPQeh9bMD32uj25FbRD7o/hwUPF0H53CxKrZz0ha8hRvkcon8lMRmvT/RXwiaCCR6MQnNv4gdzLnLiF77yHKMPDfgun+vF2suktFgU1hCEXT4/6/zZk/x903MxPAah96YB3+XzFrF2kJRWi8IKggluDrh8Vnz26PRz0he+zjLK5xD9I4k3FY6TTl2umGbuKJ+nsVK3txv1PJTGCIu/NuC5fKatYq2RdEpF4xBB0I/3PcZavZ5u1Cv2J9o5Rh8Z8L02WlkjtjbUkc5m9z13mB2FZp7zYdPkj0N0xvAYhN4lA75HWCv1R+qTea1hOcEEM+dEoZnlUMvodHPSF77aGOVzttdGa8XablLaKAqbKWwon2ewUpe/EdbR+N4zVThjwHf5vDy59/VObhB7ub0UNJTPC1ir3d8IazSNEdZ/2bvToCrTM2/gJ6npeSeZN+9kMlne7Hs6eyp75dN9PxccVDxwoPs0i+IRSksW3wJLsBELGhcFKWm0BITQiOCOtraCpl0kATTDuCgucWmXRJMZdSZm0Y49GdPd9arBtODzeP73fT334ZHi97nlnKaKu57nuv/Xdf1Wjop2CUs8Zy7YOYdId0HrqHeNgOF9WwnDXw5R0jQcJaw/yFHR7nyuIthzQtE4UrBEeNto5/NnLFU3CMNfDnF6WEpYP5fRNlrCmmiuKh4o0B6PPOojPs/5IWPIuukS1vJhKWH9WkbbaAlrJsHGm3wjrBQPG/Upn9e8jzFk3fhyiAvDUcL68fNylLHOZ35stMjkbJksMephn/N5zZcZQ9aN7ze9MRwlrF9Kl52cfetY+bWbaR1nO1Oq99cGRzufH5ERIlRcQChZFiLtDfij/tHnNd8yNmSdX8Kqg0tYnu18DuZUt/tpkG3lzcHR2Kj2tNFF3NQonkkd9Qmf53zR2M0dfznEqWEpYb0mXZOTUkh29mwOjnY+I6cK/6UtN48UTBCjHvYx7w3ve4pxc2e6hHWcUcLS9xfpjsZdHeSofd9oCUtvSX2MULKUFORXiVHe7nx+N+PmzngJq3c4Sli/c+m4OlZIj1O6V454wkDncyhDqEjOH1F9hKPD+55m3NzxSliAnuEoYf1GumH/Nopk82gJ64GpBEsUSqaRilgx0ox2PlsXo1bC2k2YC54b3tf2FkUWKh4tYakvzFkqVDw7whYSjg7vey9j4IvpEtasYSlh/UKyZaYToiM4OrxPeUnEs0oV97LRdTkcH/R5zcctVZdIzQlL27nhKGH9SrJt8RMmU943Orwvj2DLzK33WitGDfaDEdD5vD56JazLUShh1R2eZQ3yZ8n1OqHK5ZNkUuZ+Q53P2YZW2iwmJfPFqEHe836f13zTUnU7aiWsNTVmS1h9p46fv0hE/Y6dzxW1+3Iy9+69lVk8KShR1QRrl0+I1h3Vb6UTkfOJVVFbfO9XtSOzuE298/kZM/d4c/ykYm5AeFfCqhfZ52nuxJfjn/TO5x+ZXpjTa2k7YK6E1XfpeG+9/ZbXP8l7KnIaytPS6R2lHV372yTgFuG2MRL0bcW3Go69Xn4k6Z47KeVvtmzGz1VcsPZWd2chDdgjH7WxeUvK2UJ6R35ad2aFUufzIiPJztgwjYgKVkLsiysXpPJSrbkTs14qIKIXEp7szuevM04R4yWsEyZKWHUHNpy73kQPu2E95JXnZcWOse1+suG/tmN1xPemQsKd0Xs1u/u4sz2fbIXTuhpyGqUr2pobys8O/pyUoYfV/q7tZCc1pRkvYQXiTKy0KZpOrl8RBpKnzh8/YfGLc4oCQkcgeU7WtCKVs2r8uMR8GuBPEBqWDZxV9+XlPtmdz1/jnSKA05a2866WsEr6DmxY31sfacvrHxs6S8nZ9kh18iOkoFO9M/FY0jaKpLRzy76g1BdsbW54szOdHjUo7NrakuYnZ2lTBWgVwfLggyK2jJT4I2WwkuetTAzTA3mbnlU7s6piJoxbkEd3ZeFnVSkNUqX6GjlvyZgyxkZH73U+f5IfPueXsJgbvi5Efqia1X/+chOw5bXkjV4/RXCzTT7GPlJRLVVU7D1SSKht3bUaJ9WknM2vX9teSk5a5QONmw9RJNPiXd8/MUaApsaRmnHiMQIxSyppqBmLM8Cj5+65MV1hUeuymMXr1pbSo5Lho6ro2Zen2PyI5xKEgs/7POe7jFPEdAmrj13Cqjv9xvELt5sinalrHvznJ+qho6BYOusiFbMlbPWta6Wk5tD+1RLVlrO5+k5HPjkYWsKa1F1IgBlFArHJ/c7neWFSE1clHMUuLSBbBS9GeAOcfPcN8NUQPNM0YfLECeMWxnHeh5dNfXHmS5UhV9Z3fMl7nc+M8LnxEtYlXgnrwPUepWRr3fomwqTmSEfpSieKRNW+nk4aru6CjqwdZ8ME6Ro43cpLCVMWKwDT3e58zphCAGyMacK8BeTshWSHIvfdc2PT3FSyEU6w+cJFcxavHPNcSH/jdSA5ZvzMTWvDwPMp7As+r/k0I3xuvITVzyphHVA7U0uW9xCscLZ00EoqciSm+I6fNG1vlhE1E+rWX7u6wwSbngxUxwkW2gmVr14lCPCnvPOZCKdp3MQh/yB2ftaUxDhy9sKjp9sC9j3minzkt1f0pHc+f48RPof0lBjf8HWBe7IevPc0d5FUdJyU9nIIhcdG990kjpQKGUEDodqkDG7eRioSE0Qk493NoueO85OqPPtzNSMrjiLxL35QNprzzLiF03Xeaueyk63z8DZM3D/5POcb/PA5v4TFnBO4gTnHud6yDh4lRd3shxWijkYJaL3iJ54zxW4l8zukLD5LirLcXKG6UkSS8XIeqbOtRSVMmE6IFfePjFTtt9oMP/417SXMIEBZ/BPf+fyU6djockvbQV4J6wKBtq5ZX0Oq8lulrdkE29aKlNqP5RNbfoSOmmsEenNjuZ9UhZeJCArca55JnhlHGqYJGzGvEmixEJMZ87xyCf8ge/MJMf6J73z+iqXqcPRKWBt4KazrBOqtJw1d0lawkEDpyA1hznZyRYN8nA4CHUknHLyZNJkAyL1+1YuLQqRjRrzNi+UUgvnniBjO1PgZ3KfVRAKsDQg1H/J5zVcZM4uNl7C28lJY9WRUqkNlqJwwe4CUVLDbTy7ZIh8jlYzKy4iQQCBYmfNhNXHFwhDpCcfaPLPEkYK4yeM55/dLzLN/KiGmqnY+j4ThfUe5JSzcDVYJaw0Ztt/hnTBEiM6NQAdOGrnGf0s6aiM+zgSrdQSxv2DLSM6eM2HpmBnEME8MFT+N1CycSag5jPGF4xhDdKYJRX/v85yPKhfCe6JWwqrjlbB2k2FHGLMa8luCQNigkFyUuk86KSYO/oCFSoIVjHkg8a7K5+JChMMfW7ILSFUegfxV4Gpq/Dc52U+RhZOFon/wec13+IVwIDGg6TCvhHWKDEt1SDYEkyiSQ0jTzK4QuWr7SelgP/ExNp8uo+G1KSCGmFBK5szlVPEW4XuB+Butvz8COp83RK+EdZxXwtpApu2T9lZfiXBy7ECa+l4nt42VDlqIj7FNeT4NqwUJYrCMacSk/lZXBr8S24hHnu5mZAhVH/Z5zWcYhXDIeUtfL6+RcD2Z5lwVakglR2k7gsh5VU7uK5b2WJ/FHzS1kobT3Cq91DmjYGbjBU5u9hm8jviEdz5/2/TCnOWWvh7eLKzzZNox6WhSVz7ZOfP2bIkIXiEYf5bNIWLgD92bS8Po1VwxWNEMMiuZc2hX2oVGC/BZX0925/P7+IVwcyWs3cxZWJeJj9FYs7GhM0SD5HdumS1B5WREs7R1ldgYSawqPw2fymVDy+1xZNYM1nyd6eJRL1JkoVUCMPI6ny+Rkh5L3xsEucDo62FKkY/XmLPl9ZTO9u1ph5JSWnbUBrlLLPgOSTsVxMfoYZtDw2du7tBAU97w3JjGECYsHhGoxAtnT/jwvm/x5yeYK2Gt55Ww+si4K9KQXWRKKzhykA/vAFxCwyYxXgyWnUemjefdlCaAm2LxWV9PUOfzF/nzE8yVsG7zSliHybgjnH1Zx45kSgfF+dEtu+0nBv4wz0QaLi9lDK1fxZFxRcJOIJUw8WKotUo1RNzHvDe87yn+/ARjJaw1NbwS1nIy7o7eDpr93TfTH3febbxKxuxhbiUzcGDtDNEwWRoQg+UWkHFlATw8C5XsJyJvvglC3T/7vObdlqrThGPuNz3AHOd+jozrkmomNTd0peVHqtkHOwlXerW9I52bHbtDxq0QjibS8EgdL4ZIWEjmvYSv6sce0BbiqZInvfP5aUvV8uiVsJYzx7kfJeOq8R00mVvK08I02GbuFtbCt5sb5V211YWsqQ0dNJyxhpk0LGbEAnlxHHs+zDjCZGu0PS8SGj4wEjqfz5OSDZa+C8yNhPVkXAO02aHbaQdNq7Szz0+YUHWjfKC1g1F3C5YSA3uK1UIaDpuqohm4B/ZPvEyYGPVfX/5kgfB+5/N7TS/MOWjpu8h76awj8/ZLZxXF+49dOZtKzq5KO8F2wpwZ9HI3aZv+4tZaYmNsjsjIp+iLszlAV4Xxfz5l/NSi5Nh5U8KkKpyA9ychgfUYPAT3xHc+f5yxdgtSU2J8w9cFRgnMTKdL4+wdLeWH0nVDES2EaW+Tg2wmUIUcKpPYGL2EMRR9i2xGoAYSCTR9QgYw4w/uBRyQrdfYswD4vjuFjnf5vOazjCwn5Ib52OgGxm4fNruJVjnpBNolbbSmEmTP0M8OXtWuum8h4/IDwkkWRduM+Xg/no0p8eIh4/0uzbdfplUNnKgY/MK95/0+r/kmP8tpruZ+jlnC6icl9efPnTi+/qyfFBTaDWrI561QfYsg4Vo5VDdhdnDbgPYcGdtybGwaY6IK0PVrTjgrQ9iYHCaIf+im98UuvRsH8gky6PMDa/G5yIo+4vOcHzGynJB+49NG613Zp3/5xECx7deTygmXxtpKmM7ZEbYZ3tYDPNilES6tofZvu3x4d/kDEsIUTaF1y/BzE7vkW0QKQhncKYYzVQtfU4WWT/m85uuMLCfmDePTRi/wp0o0bT1tDXjleaX3o3LWkq8jjLEJSXZxU8K0yKEKCRQeu08zbzpTAKUb8/LHJaNT5fGeyCI/EWf/hGIQa6Xibq9pQs/nfF7zZS8vzLlEkFncS8Ke/jrrb37pfGagqYZdrH+dydkwlkqQbt2Hwm0tQ+pmwQ4XUg0vU9TELV0m8K1++E7YRe5MrRin3ju9GJ2LPCI6nz9pemEOrTHe+bybe0l4ynrI752fkdA1892syPlZgrwu7WwnyJtyiB3ad6K3XLgkXERRsnZ8hnA0gSCpk7lR/TnCUZby23V8HN5ioOoTPs/5LmMEKOSipe8y8xOWE6SmznrIa/fL5qmcS8IjBCoMaj9gpbZJO+2ac5KrwU9drf0WSnkB4SCQR9FQNi5bPEbGdIJkcctw/ir2rrMxSmMuCjIEyPudz5bphTm9jBJWDSG2cic5X7Ye8uN/U3nMoTP4qQGWoTo5D1gyTfPAStKfVnqGMAuFk9ionFYxAwcm8+GmIIN70fmqcDaVIInigeRUVofByO98Pkhq1lvaTnGr+pc1vuLv5H03OVXzMIFatJfc+1vx7c3IcbdNfzBNO3t832Iyy5+4YmpARLAzjliL3rNcmbKzTPXMm8Kfi+zsf/m85nv8hTn8TkJmiqqPe595yXrIb5yjUOCRI9s4KfkuglyTrDnH1ZpfOYdxYM0TTl4ic0KJS+dXCcAEgsxIEPae5e2fUAtiFYgBsX6KxB8rNH3A5znfML0whw5Y2q4zk/SnCTOohPUTpco3NeMbSaGKUEUqQTKlvUK9c7aZIKUn8TMSr7kHysiI1MR1i6dmCEygkjdnQUwlVDJ/nWyewovoOqHrf/u85u+eMh0bpTrTw/vO4Q+DyIn3C3nfHoL4K+Sj9jL21zQQpHC1tBXUDI62MKbB5xOkTDgpIpeFX120cvGcooBQMIcg4XjhYDIR4U9HzCCWPwDfTeblCl0fHAGdz1YPKekxvvP5FN7YA5x4v5L3BfMJ0oHPssIqQu28VT0bNVtzrhCkmvGRi9RfxnB5ZZWJYzaNm5k1YV5MUbzAgTVz4HEl3p2N/SsJslPcE5iLdPFo+4HPa75qfMPXddMprJo1+MMgkDv9s1pNp0tyUg052kNemqW9Ys1P3q7/IrqP2/ArppGCvPGxf7MqOTk5Nz4+QfAV8Sfk8PZPKLZfL0NDEM8lCMDI7Xw+TWrOmW4kPIqPnkdypz9Ta+fbC4U38YpQNUG2BaW9/Xp7cyr8+qGzHew/9QLCTS8SRqwgSEEAfsICxhszaveT0brbHIHz/vC+jzK6ZUxvzNnN/YCDOi+tf1IrQ9XazWrw6+8HPAPHqOwdI4h/NdhuDSyvaCBIaCde/HGWt0oYEZjBbqqpYuyfUM+kxYIPWGMEzvvD+75jKTtBak5ZujYw+3KsWRrJ1leeV/rDLwxKxuzOau03ukzpIEUv7rqLsTP2TYKsFU5eZA9Z5ptK6DnhKJc9s0LlQS0Ge8AKcQ747/u85mv8CVX4eWKmBegiuxPxuPWQP6pNh3pLMt6RKFP3jTC/UTo4q3c9Wc6YNniNm5ZcR7DUBMHH6DmuFII9ceIZ8XhxcDviPGSqA8OHfV7zGQvAWkPTVKIdamgixHr2Vz1sPeR/1P7wj3HmG/s36ubUb0oHwVS9u4J2/VZtuYeblpzBHS3MlxDHfiPE4vrAZKpE9NcZqGSsegZ83uc53+ZthQBcNj0d+TDe9IgExf7T8Q8fv6wrJ0yH9uC/LdLBPr0Y1slSPOc6VKOfGRtdxh4tzBdDmInC2SaClCYIZ/jPGQ+V5ycIhi/5vOZ9lrKSGlJywfAbYU8Jt+Z+w6bzWdYyYqPyrHYkogGfq2xvs16qoZgRGy3mxkbns0cL8y3Bl91w7zoXiAhmoi+WiZxVz4Av+Lzm08yrO8Bx45Ma8KI98BP+Xa0M1YG/lkH7wW4S5Kp00kWYjVoHZTfjjFzELR8ZLWFVov8TzpLZLeADxoNLtGPAB8IR1Pn8LWb6HHCJeUfIuIQ8p9Gc/a9q6YAuiV8SAitUV6cyLutUamBn9HLuO4BLQvW89avDX8KazN9cLea7dc85ETz3xgD3kRz/5POcLzLPEcBBs43PTWvw6X/IN/yJWlZ9M35JiDwn5ShVoBj1pCt66a82aaOT+TKX6x/+EtZi9shUfMN9sjun57pVfv6q55Hf+Wytj9J85IPsFWJrajSuMf9b7earFs9uIitUW7glrBy9on0b5000nbkn5lkPlLAWudC1vID9MwYk+AkwbQq682PkDO/7iqXufJQOrK3sjTyHNXod/0PtSSVdcjoJG/ASFpBWVVqGmqM1lPmOtNHGjY0uJVh+hjAiEMfvWs4oJcgmEdEMAqwNsVY9Az7k85qnuVPWAX2aJfcm9hvhCY1po/+ldvN1TTJySbRPt4R1TTo5opc7rWaEKZrxtVT21hJsoTAjFu5a5kflF/PnRoBeFCwf+L8+r/kXS11TdILu/fzQRK/GM9rP1DpVtnDqSOEgEBBAPlZ9znGnXhkqB0/J4rHReD/BVggzJuBdy+xFZdkionXEwF317OXO5/dayvooKksJ1/SgqVFn9Ron6k/Vop85nAEvN7W3GeZIB616Y52DYUL4G6WNO8xy9UQPlLA2EWQ6f+4e5QPBjCzCYYH6kd/5zF30x+x9PkGQiyV4YAwZ1fBbtU6V0pOc7OYx3YR8qJEbGy3WWnvRLu2cYf6tzyRYaYYwYzpBpglnCXn82CgekIC+LNO7fF7zWUvdLIrGdJm6Hn4q9Q2NUQ1/eNCp4idEmrQzljA5uiGqs1gJCy/ab2aEzjZyJxQs4C5450t2IYWVzd35rP6z+KueR37ns3WczM/vgyOfNX38/EW/9ZCfq73VdUs7hwh8wdItfnVJB8FCvdu+ckborJk5oSAjRLCZwoxnXSg/PePieJxc4ssSTB/xec4PzaUNeM3PB2oIchTflYG9sv5arZi0Azo1gOck1pBTfu60g5H+amEWVGIIN1GYMdOF8tMiODYKCBNXQYZg+pT3O5/5+XNg4jqg5DJh3sCbtKHYxY+fV3vkaOM05ryuXYHaJx1UE8Q/SWs8cjiIv4XisdEVBPPHCzNe4L+Rorv2CwRiLnHNF1yf83nNly0N9aTqkrERgfUl/NHz9dZDfonX3J2D33sJs0P7vDnJHN6XpvdWdwiouavHRhcSbK7g4B82S/lJLiQ2Cu2VNR9Y+0ef13xSJ25Ayi6oz8ECnbAeYzlBztt1Pp8MEeIIa15Cm25AoEM62OjXi3G1MCp2G5nTRhNSCbbSWM2dH8RczI+N4uF/9qpnwCd8nvNdfocfoqnOUnK6yZUffEHj0HtNrebeIu20E2SP9r+8gocasCERSYyKXTPzb32qB8a5x/DHucPPRNlgLzbPOsH2MZ/X/B9LwyVSd0ItmVpPoPX4YFQwefoXtelQzXjOHVqEGoY3V9i7qVntTyfIJEaj9yo3MpLLhBnjCa/DMZsRSxP415boqueR1vn8bosfw4L0rFE5ry4SqKkPT+Rj45F/p7h5ZiN+U4dkBNrgf2lvY4ggu/Ti8duknSRChANwPtzZc2J4LwlfdaGElcjvbcRHj42w4X1P8+es449CqN0XXfqppzTGI/9GrXt5Dz4vAcoIFDN3Pu8iSH4FsHoVrtgV8mrACXns9xy+TfxpoxOIWcvjB7H4q5493vn8Df4rIajmNBzA6nGrNNavMR75J2qF5Cu8sLluOYhqeXeEd4BkPlyxq2XGu7P5wwf45vJr/ptY4x74QSz+qmfvD+97r6XhMOm4CNbdlzcRrB/Ni+GNQ79Qmw61hTMv4ab+kvmN0tZs3V2I7YyO673McvkzhCsShuSx1wkGyhh1e8bUaHNjpD/o85qPWzpOk5bbyIm15jzh6tc8/mfVqM+S+JViHipH2pgEdz5rz2polJIxWn1PUKKxUWA/UBdzVMMiguUFhBkJhHmWMYUd2KEBl/b4q54BP/B5zVctHbtJz+XIJ9alelIwy5WhEjUl1jv+LAfcZAxbuUWYZv3qV1DaqSjUHHOaSZAORoYjDrxcM//gwCkYxfD7chI5e6jxMhnfe97v85pvWgCw4QVQfzhCwKuXVFx3p0f7tl3nc7CQ8Rf8uv4+wxaCpErJ6OkrfOSDu7VjGPDT2RjhYBWxO5/5itgRqmS/29HXLNIVlyv4vNj5/FFLy0XSVLO1znJ0+jwpadqN79OHR0n8Sa0YVM4Z1dAhXT6wGtN1OxjTCNLAiI2uwC/X8DeyqM9HXoVvYWXfG8wjAFBpGzmdz1+39BwlbU3r7Y+Zug233c6iljSpryR85Xk8MO64amt1vv6EmBbOKyH4j/2tj5x0IYIUMz51DnC5xhhzwJTNXfGVEUf4mYeZSpoqEwSfFzufv2bp6SeO68sPlgwujh84cb2GVN0ucelu4KBd53MX4y+4mDEhpoH0Z0S0puo+FuYQo2KXxIyoTydYmRjuA6uIfdUZhk+TZH6kYbTzGQhiAZqub+3fMOvSpVkbTqw/f7mGcPgLobWc1FcS/l5tOlToJCc2WstoBczR78rJn6TbW9PBWElYAFSPGLFNrmzmjPT4OPcnpiaEGJEGvs/7POfblp4+Gn6zrEh6NUr3/4nHRp0HnF8jSDpnYXSL/jk5VntvczkjNroJbuIzvzCHUfmfx77RWypgBYxIA9+XvN/5DLtBpvGHLpf0qHf3/Pjf1K75uzjTRpPw10lkknxOKUFS2ySwChGv2O1ltrZNMf+uA0jmXVPG+Ak1T8AWMiINfF/wec2nLV3ryTy8gGXvoMbE0n+XA7oZLcj7iNHm0kaaE0drCwlTrX9KFjNiozFuPEbkClOqWCGqyWVGsvpTGJGGkdj5/D1L1wEyj9vms4Ewu+06n9MYc4obOIsFg/mktQZ19jbCXG2EXibxmns7b7JxMuEKhDlhgvgn251XlWay+isYkQa2f/J5v/MZd5GGUw+ySfoC+LPsOp8bSwmRv5pRwvI3orFx4Ekps5BAmfrfuJ0RG610I2z0kjBnrv4LV0yZobnF4xmRhpHY+fyUpe04DaOmwxagXmPpzn+rXfOn2aawwpyCvewi1Jur5YCN+D+6wyi6lTNio1OwjezmRzxxG2tC2WKwnSv9RGZGPE9kRBpGYOfzVyx9dU1eP692awx8+A/FLOSb+PA+eLHgXoLt2dx274AsfrOQUIVt2IgHvObewlw/WhndJfX83dPTV4mHZLxcRkrGM64uo9ps+SEPdj4znPP4eWXN0tjn8194osl5N2A1b7FgLalI79iTSgo2g0P/8Jp7Eq8HbxlFecMXfyBx3rwHZahA9rg8UpQtcFWMSAPXe7w3vO9fLIa+Jm+fV9ZWUl9J+LMH70hhxlLR7cwRfNvJnDvSzhXST8kGC3mj0OcTrlIYtIxwr66YmB07cfG0MlLmzxAKUhmRBqa/93nOey2OfhoW9actzEWNlYQ/VQsm5AcZ71eFQdVFqHx7KsBxg3jRbTZzm+BKwk0RJs2gaKg0+p3iqoRb/sHnNd+xWEou0zC43OdyGL/Xesdvn1cLJpzlnDc3pYN9ZEp4NusltJzxOjnNjfXGi4VJS4gPDPzzk6Pmf0Pf93nNZy2e0zUUdUfr3F6Ucdx6xx8V35HKOW901ZK3ulmdP5O3yXAX43Uyy6lK4yfcVGFSNkVDllAxjRFpYPqwz2s+YzEdpyirOV7i+qXAKesd/yMHXNWfDjWbkYcC2gk5dkl75Zya+1XeZfscwoUyhEmBAmIwkzpYwvjhI67z+YcW11aKqvoDFu4yYepsOp9bCdPMqUBtlE6Ce8gA/y7pYA+j5t7KHCO1hHBzhVkvE4OZgV6LGZGGkdb5/D6LraSXouh8nYWrI8zFhzufn1fcXNNmc9icIcw26Wx/VM+rScSoue9l9qMkml+9DovPI+PihJL5jEjDSOt8/rLFt+YoRUv9JUvFKfQUtOt8Hqt/5uQQ6C35GDfJbak7pJNbnJp7OW8G1M4QP3IZ/exo9LZvTWVEGkba8L5vWS4o2UrRsbWOEboAa+7/qja8j24y6kHULZ3Bo0Nh6TnS0VjCNDCuGMa50XsSKwyrKiPTlgolkxmRhpHW+fxFyxXHa8i866ctRbc1au6v4e28TmfOyUIC7ZePs4tc1d4qnXUQJocxDGcC8EzDXufHN58YTCyuzmBMaWD5mPeG9z1luePwRTLs8in1d9UajZz7X9SG99F+zgXfbPlYY8lF5Sels41+wlQwLjRjXMgZLRDmLSLDsoWaOEI95+p5/s8+r3m35ZY1F8ik+g0l5pbp99h1PleT9jCsFAL5V8vHCr5FbincK53hx/MZaeNtwlQJWxn5jDEHJuTOIKP8OxlDb4AFaCO48/lpyz2HL5Mpt2eVmIyIHbXrfD6kfc2/upBA22UEjZ3kjs5J8rG6CXOEkXGdLuzFkIJ5IgqK4sikGULRGMaYLYYPeLrzma9kQz0ZUHP+gOHFif02nc/ogPMOaDYU8Odvb3UKuWDbZhlBGmGO6Q/vozFurDYuEtEQU0oMjK0/vGlh/ljB5+XO578DO5/xI+sGuexGf5/2t2nSmOf+U8UB5ymcylO1jKzaT0yhNytkBI0hRjK/mTBLhL0XiDFa2JCYODJnplC0gt8XPjI6nz9uue7U0RpyzcX+05a+A6Q+z/23qtuytthnxtGCPSBnD3H4U1plRM0EsvtZ1by7sYQwY7SwMUUzSM2i6eZea8cTJLxMuOpdI6DzGdB34ga54cb6AxbLCVLfofoHOeCI9iNHK8H2SUTj237SFUqZLQHHCFMobRziJaiyScESES25Y0iBPyvZYJRsjkZLNd973u/zmm9aZhy0XzqPq78wq8/i6iX1Hao/V5wORZM46akKiZl9xU860rsnSUgnYQ7Zldny8aF17Oa9+SJ65pURanqMwhqNUIJQFEuIggzhqo/4POdHljF1l9ZfJi03ti4/6EpBrUdjG+uvFadDFdovn8FclbDa8hAp8nfeWi0R+JlDbzOWvla6kXpKFlGUuy5EkJeqgMI4Y2RqrsYrN9+nfF7zdcususMnLtwgXNPlrcsPrHHtMY8wNQ9NW37lecXpUN3Auhyg5g5o29JBuFDnrjYJKyZMaY7+/gn/y8JWII5wZSK6kpeGgSebOWqbYDcJVQHk4EwMCHd9zuc1X7OiYM3BSyfOHb1RQ85q6m9f6J91oK/E3Q+upwd66m/cuH39aG/v1vvW37P1nvO9vb2zrHf88tHwtj99z/b2tLSkpCsp94y9pzzlrmtJSUl75Ttsql/p6dvv/du3kpJSBoxNuS/pnl1S0ewtnaXI0dDRtaNCqthYSA+Et23fnpbWmXQt5Z7yd/53k+7KfHwDUej+r+rQX39V06aMu2fKtLvG3DURf93BkxHmVWVFOInysjIU+/1WCGUF+GDDkdz5/Ekritb0HTx8acOJ/vXrzw2cGv3Hjy+fder07jrLjAOzTh0+cLCvbo0F+70cENy7PzNnX+2kitVSVdveW3/9pyel+04WN6S055Oj7SkNOY1SWfPezOac2a1tFTpfabPdr+r/CVBuduyAyckD4h8Q98XflZucvGrqnHnZIvoCE6eFyUnczCrVBu4xVULZgmFYL/sJn+d81xps1GvySRBszbm1pTuls2P71fRUCqVfvftck9T1/9m7s9g4i2wP4B+IOzPMAgzDMuz7viAWGM3TKZ12t+N2tz3thU66HTueNnZsX2zjWCTytR3HdmJ7HMtGSFnkOAuyJciiSUgyRglLJARCaMRDhIJ4AbELEDsSMMvcG5YE3yKdqur6vnJ1+fzex2Qe/Fd3+fzP2Xxw08MbmC0eAIdUlU+34U+FB4qr4JiiqZLC1fWZopH2nWXFxcV95eXp0InUxUDdAIq01ADHweYzBRRn4wuM+ON/wDE1fSOFbRV4THhmurgRDAnJznu43Xy+jBKK8xHzBykFJ8XHt4S+1ZCIgznxXhTpjoLffu7Z5i5KKM5bzB/kv4H4ZgiFUuC3sz3r3EIJxfkbI/SEZZvhCIrMxMFvv7av+cwv7yMvM+KPh4D4ZRqF0uC7czzb3EABxXmdEZ/8GYhPCsJGLnvx7vFscyMlFOdrRvxxPxCfxPrl12C53Xzml/eR5xjxx31AfDIqfY3I8eV93gWUUJwvGfHHX4D4Y38rijQ1AsfJ5X13UEAdwzWfiTVPWGQEhXZCAO62vvlMPmXErics0tGFIm1xCMB5nm0up4TifMOIXU9YZPUc3RG6yrPO7ZRQnPcZseoJi3QaW4PFudazzW8ooKj5TM1nu8UHUSgEQbiams/We5sRaj5bJSV949D95vNtlFCc5xmh5rNNot0oUtEBQTjTs841lFDUfKbms9VGpGdG3W8+n0HNZ95XjFDz2SKJpPTpVPeX951KAcV5hxEaG7XJdoOnUznnera5jhKK8wEjFj1hkToUaq6CQJz9e2o+W+8ZRmhs1CIlKFQMHHebz7+khOI8zQiNjdpjFQrNxIDjbPP5IgoozoeM2POEReJtBveM8k7xbHMFJRTnE0ao+WyPWhTqAZ67zedbKaHsXd5HT1hkvMngnlHe+Z51/kgJxXmTEWuesEgGhTIQlEs929xMAcXZ+CAj1Hy2RUMYRZIJCMqVnm2up4TivMZIHj1h0eEJbIfA/MqzzSWUUNR8prHRfD48EYlCUC72rHMnJRTnVUao+WyJqmYUSkFgLrSv+UwBxfsnI5Y8YZF21F/kTs1np33EiE+AaEokNRa5O7m87y5KKM5bjFjyhEUmUKg3BjyXm8+3UEJZuryPnrBICDVKOU4u7zuNX95HXmbEiuV9JF6JQv0QoHM829xAAcV5nRFqPtthHYrVQYDu8WxzIyUU52tGaGzUCjVJw5dyeKefRc1naj5T85nI6UH91rNrzecLKKE4XzJCzWcbrEKxCeC53Xy+gwKK81dqPlvxhEUau1GsAHhuN59vooSi5rOVT1hkO+q/YDnXfL6cEorzMSMWPGGRNM75B6yrPOvcTgnFeZ8RGhude9FWFMtAoK71bPMbCijOxheYa3YtkPGfR5iipUtOrrMDxGKJmoIf1YWOS5f/aLT4uFTZdzpAyqoyoRDoqIpGE9/+P2hIl8uIgrQiFBuIQ6Cu9mxzGSUU523mmuUoZQFT9MgyFCiHk4nVdO7MTLVgTmpARlU1CvWBWFVjTUGovO9oWta2TxbVby/sKemtbI00oaoGkFUQ1v9xDjafb6OEcr75vBBlJLcxRZtQoGs/ZBFvSE2XVGPuZnx7BqqIwgnExxvSo2XrxqYnekoquyvQL3UgazWKbYdgnelZ5xpKKNebz/tQylqm6j85XZ6KbRmdLOlCTe0gpUj9PFais7Z+qhkDEgJJ5Yg+LHKn5rP7vmJueeQAyli2hqkS/uAh4MQKylY3mfyk0oqo8o+M1Y0MYqDSICfajGLrQICaz+57hzlmPUrZzFStQJEOmC3WMNaMPumOgYwCpcewxrJKDFq5jy/urVUQsHM921xHCcX5gLllzSKUsXsDU7UZBdpglujOZvRPxreDyYPwg45MFwavD6TUhfV/lr7T7Vve9ztKKM4zzC2HUMr6AN7yJ+G4/eua5uKDSgkKjcF3CibCaMIoyIjPoNgABO1nnnV+SQnFeZo5ZXELyjhymKl6NCz9XhNb1Yy+6oqCjMaw5Cv4eFEYzSiW/2RofksD7xeebS6igOJ86Fjz+Q2UcpApO4gCySr43pYS9Fmhbwf9muIAVe0taEoKJHQkUWwSAne3Z5srKKE4nzKnPBlGGY+XMmV/l6zlxsv8j4OUb/cb6gHSbWhOmU9bsDAyDIE7j5rP1vuGOeVFlLKPKXukWi5VGnrRfzUgI96EQqsSq9GkWhAb1c9sV5vPf6CEcrr5vASlvMLUbUKRBADERyrQf72+jbmHa5vQJ2GUsQ6EGiNo4LIXNZ+dsPFB5pDSPZKBda+UpWyWBTLlmY5eDEI7SJlEk3r8+qfX60/Mu9p8vp4Syunm8xPoq8VsliMoMAJQnESO0UJeG5qUQhljIJJGjRKh48v7LqGE4jzPHLJmN/rpMbUx91B0O/KMjrlvQZNat6CMIhBIdOuXCJ1tPt9JCcV5lTlkLfpqrdKY+7KGNgxIBqTsRJMma1BG87DgAatX7iXMgAs925xBAcX7J3PH4iT6arnSmHt3cq77eP1oUjqBUtpGhyGrhFx/qa0KDPitZ5tTKaBcbj7fi77aXcp+tC2MZom3bPGGw2hQU3wcZUUG+wu/VwffWVX4rYGpZqVCIjWfXULN5+Vh9NVKNssONE5jzN2AehhGZeHGnD4LDoAJZ9vXfL6FEsrd5nPpK+ivfeIxdzNSIGU7mtQHVaisn6s8yqnYAmIuNp9Po+azw83nzeivrjXsR4eTKMnqMXdf29hxVLZT6bMgVyKk5jP5kDljRQv66zPxBL0ZvSAlZPxrahhVdQgqj0ZLhLxTPNvcSAnF+YS54tEDqEG4MOspnDvtIGXM+NfUJCpqy+mzYAqMOP0szza3UkJxnmOOWLMQ/baVzfIuzp06kFKJJiUAIIKKxgSj7UZLhLzzPetcQAnFeZO5Yfke9NvjbJYnUagpkpMWv8bcO1BsZ0F2GRTpKfjRFjiqGRWFcqk8hsCMSz3b3EwBxflr3jef16xZvHzf2oXov0Nslpekn2dUlfg15l4mO1SQRa/67tBWVBOJ51B5rAdDrvRscxMlFOc1lrc+x4AtZbM8Jvs8o2o8bHDMfQCyS6BIeFw3sDI5VB4j4/ADaj6Tj2mqPZtF/2/MXfp5RlWxyTH3MsguhSIlwBtENX05VB5TYMjFnnVudyZoqPlcugiDda/imHsIcrLarzH3Vaj3rbUQRWql/zeCE/n9KK8nBoZcSMv7rLfxBZavlmLAPmez/En6eUZRVdLgmPsgZLe/BUUKgNeOSnrUx9zbhkHA4ebzZZRQnI9cPT6or2IN+9GGZFBPw50olPBtzH0EsitHkVbtUdUh5TH36i1gzM8929xFCcV5i+WtPRisvYpj7qsgJ0XGtrkL5rkyuSzii7WhihrVMffqNBhztmedayihOH9j+ephDBQ35r4SRSqGIRexZlPb3AXfWmPdKJIW/slAYEZ1zL0pBOb82r7m839RQnFeZvlqFwbsYfaj0t1B7T9pMLnNPQPZ1aFIdRx+Ktav3jBKo6TmAjDoHM82N1BAcV539fqgvgNsluXyAwOK1pnc5t4H2bWjyAScSKJZuWE0iXJWN4JJ91jffCZfs3y1pgKD9YXipvgOyEmvX2PutZprS2dQZDRLUjarHtJoRRnVxSDgfPP5d84EDTWfn0VpaxfnYoPamPsByEnC5Db3QsiuJvdWT2IK5UwrjLknRxrBrJ951uGX95EvWb56AyV1HWTaFssPDChK+TXm3hjWGxkfQpF+yCa+s0nlkEYtCkXGxkHE/eV9dziTM9R8fmQZylm21Mxx1lCWHEmXjdQXDpTMVFZWRo5q4tY7JE1uc09Adj0oshOyi9a2oVDLfrmydySTjoN5d3u2uYISivOp82PuRx5mPvi3OBfjALyO4vpWY9vcJ1BoCrKLVqDIFjiZWN26/qRU9O4v6T2a3s2RSKQCed0l00MNcZgT53m2uZwSivMNy1dfoJRXtjEfbGhBkTf439+GkTaUpz/mXq13ibTPj10UsZr0aG17e9HIurITaYATiB6VSCRqCgoKasbjMHeu8qzzB0oozvssXx1AGfceZn7Yp/oyXjfWinJMjrk3aI25j4HbrqXmMzWf53bM/bFnmSb5Mff/heOqUjPmt7kXoVBzDLKKR1AkBG672rPN9ZRQnLcdHnM/sGsr0yU/5r4XjqkZi8zFNvdWFCrSOrcTiYPb7Gs+30YJxXne2TH3hftKmW+Wo9CuY3GVCaM+9TH3AhRLQ3YjKFIPbjuTms/UfA7Mo2E8iYr3ljI/rUWhJ+Fb40VdqMbgmHt1FWQ3iCKrwG32NZ/P4JvP5CuWpw5ido+v38b89TiK7HkIAOK11ei7cr/uWOAEZFGVaBjV3UVhnvvL+06lgOK8w/LVP/DEln22awXz21YUOgQAoUH0X9d+jTsWoiZgTefQZOFgNcoY4N67TOoBA871bHMdJRTnA5anSvcu5O1976nNnz9cygKwHoU2wf5pDEIhSClWve9V1dleGEEFQ9x5aZOGIHhn/9765jN5hkkge1Fk0QN1bRiIlPodC3ETsKpvexIV1XDnpU2qmZfN59P45jN5mhGxNV0ocm+qAoOR0L9jwTUBY+nt1ahskDsvbdLM/Gw+X0QBxfmQEX/OtR7BgPSClE7p+17j4pKyaBdFGRrWDgacYn3zmXzCiIFzrQZ+V6dRqBIAYunVYf3x1QE0rG5+Np9vpYTiPMfy2so/BWqfkXOtAg1+3bHAMdifGsRcRWIqax2Mj87qO9+zzh8poThvsny2FYO1QrzHxpbf1QYUKx5r8md8tQ8Ny4ABl3q2uZkCirPxQZbP1mOgjhg51yowrX3Hwv/x1QwaVg4GXOnZ5iZKKM5rDg8b6PtCfK7Vmt/VXgxYVxSOiUXQrK4oGPArzzaXUEJxnnd42EDfUvEeG1t+VxMYtELueqFJhWDAxZ517qSE4rzK8tmzGKhFpeI9Nrb8rqYwaCnueqFJKTDgQvuazxRQvH+yfPYGBmqleI+NNb+rhSZHzWfQsJr52Xy+jAKK8xHjOHQ0R98SjXOthsfc97dgwHq5r58m9c7T5X13UUJx3mL5bCkGKrlB/pvnv3YU56AMhUpASjkGbR339dOkdTA/m8+3UEJx/sby2X8wUH+X/+YZfvQByMEqFCoDKRmT46uFaFjD/Fzedxq/vI+8zPLZAQzUQflvnnvZQ5CDCb9eb2LdGLDmmLhlHeB/24BzPNvcQAHFeZ3lsxUYqPCj7HubUGg9+zOoq6r26xthncnx1U7zo7Mm3OPZ5kZKKM7XLJ9txkC9qPDNc+v9kINy374RtmPQOrmWtUmdYMDpZ9HyPmo+B2ohBmq9/DfPPew+yEFG82+EBucMklWClrWB//a8az5fQAnF+ZLlsW1hDNRW+TH3tewvoC4eQZF+kFKDQVvNHRMzaTXMz+bzHRRQnL/mdfN5BwbqcYVvnstzesJKo1AxSBnCoBVzx8RMKgZqPpP8bz6/h4FaK//Nc3fp/ZCDIhSJVIGUHgxYeJw7JmZSAuZn8/lySijOxyyPHU5ioJZnP9fKW6n+hCX3FjQGYpLr9GpD2Y0p/bEyJCmDIq0hGXVgwlWedW6nhOK8z/LYEgzUu+wHB2UqPA+AujoUCdeAlD7UO4E6gSK1oK5EI4/Nu9azzW8ooDgbX2B57CkM1ALRudZZVi6YLFIwPTEwU1lSOOPbUpUMCg1AdvFqFCkAMfWzriGwx9XUfLbe2yyPle7GQG0yUbAW6PTtr41YpvX43wrqilEkEgd97jafb6OEcqn5vBwDtewRfszdvKkYSAmhWIfW4/8kqCtEkQzY40zPOtdQQrnUfN686ERQrHqRjJXsB//COZMGOSMoVAnZxVo1/iU6+27KQZ+7zecz+OYz+Yq55mEUW86UHMG5UgKSBlFoROvcTnUVKCs3P8DuVvP5VAoozjvMObtQYmbKkoK1b0/SHZo/ax2KbA+kdjQBFjnXs811lFCcD5hzXkShlQYK1mYLKWWo97zdiyKjgdSORsEep/+ems/We4a5RmaV8RJbCtYCTQmQNKB3hjSBIuFGUBbS+anm/cyzzWm/pITiPM1c86z82mMxbszd2jsxwxUo1Kd1bqcf1I2hyABY5BeebS6igOJ8+CBzzb0o9J4tBWuBgZiPa5YrolrjBztBXRuKDIFF7vZscwUlFOdT5prSRSi0gyn5O86NSAJkbUehHr3xgw5QVoBCCbDIeZ5tbqWE4nzDXLMUhcLbmIrD1TgnKtIgK96EQkNaPcQ2UFeLIlOgz+Xm8x8poTjvM9ccQqGFdhSsBcKjIC2teYY0E0hFeUqvTk3N55spoDgbH2Su2YNCm60oWAtUpHx93cYZvfGDEChLhPXq1NR8vp4SivM2c81WFHuYKXkX50BTp7+v29gO2YUCqSin/PueOU+X911CCcV5nrlmPQodYEqexDkw1QEKtqBYnVYPsR7UFWp+z6Tm852UUJxXmWv2otAhpuQlNK66Nu7z6zZ2xyC7SvUZLrFol06Imnehfc1nCijeP5lj1nSh0FKm5BU0rCKTADX9emPuHSozXKkSSTMoNFUioScGRvyWms/GUfN5HwotKmUqtqFZ4foaUNQYRq0tLjtVZrim0LD6edt8vosSyvnm80oUWmnzmHtrewKUjaJQV1TrA9oQt/PYpD4w4mz7ms+3UEK53nyWWZm8z5o7Yryp9roY5GACdRbDR+vCCjNcxWhYRXTeNp9peZ/zzeflKNSyganYkMTAhCORSHPlYMlA4fbMZCrUCLmJV+fWoo5vKa/N9Hej2CActxoN65m3zecbKKA4HzLXrEWhP/k+5v74mjVr/jeqKgZ+SaufIR1O79w+WIE88arSqmo0bAjMOMWzzY2UUJxPWP56dsGJHEGhhQukPCk/5r6WsfthDk2iUC/MUjDWhmrquHA0qQaMOP0saj5b7zm3GzhaFsuPuS9n7D6YQ60otA6OaUyVIEdlhqsIDesFM873rHMBJRTnTbcPTeh4hXsUE+yH/wvMnQIUa4DvFUxXoLoMF44mrQMzLvVscwcFFOevDzrdwNHykmDMnRuT+DPoaKzPpsGfMffmGBwV6xzAnJRz4WhSA5hxpWebmyihOK+53cDR8iT73mMotI97wkoUnFwCeKNaDzglKDQNAPFUJeamaz8XjgY1x+Zt8/lySijOx24fmtDxLvveYrkxiftUln9mgLcas+gGAclJzk6oSrVirgq5cDSpCMy42LPO7ZRQ7jSfn8VgLWDfewKF/s0Ye4CPH6XfwaqkzpGvYhRKNqaaMXcprgNkUnreNp9/QwHF2fiC04cmtGxi3/s3Cj3BGPsflcAaA0651ovzahRqiqCOBPfd1aDqKpivzefLKKE4H7G89cgyDFT1YfadDS1y8w8wW4/qJr2MzueLqqTBwYIJNGwCDPm5Z5vbKKE4bzl9aELLP+R3PzzGGPtvpZOmtfL7iRtBqNPgYEG8Gg0bBTPO9qxzDSUU528sb32BwToov/vhJf4JC/oVD/yFtDYITxscLEijYcbuQv+ams/2e5nlrQMYqPCjgt0P3PzDQ0pjBinpZk09CMWaDQ4WTKJhA2DIOdR8tt7rNOaezYtqY+7c2GgvnlyxdLNmCIQaTA4WtKJhZWDIPZ5trqOE4nzN8tYuDNYu+d0PTzG++QwzeHKrpCOnDoTWYdA6uVMXJnXAvG0+/44Syp3m84sYEO4M2OMotITxzWcYFBVdZE8KVlSB0BQGLFkFxxRXijWhWFOlpAEw5GeedX5JCcX5kuWrR8MYqD3yJw6ThxnffIY2pVnI8SadO+4JDNpqUDHejUJNW0CX+8v7LqKAcqf5fBCDdUi+YP0e+2nzuVnlhnK0X6uWksKgFYOCWCEKhdNgnbs921xBCcX5lOWtf2BAuDNgn6HQjp8+YUG35JhAbLimrrZVLysKMWDhcVAwhGJDYJ/zqPlsvW9ozF1wBkzmxOG2nz5hQZO5XZv7WzBgJaBgSwsKTYN9rvKs8wdKKM77LF9twoBwZ8A+R6GF7KdPWJA0t2uzHINWC/LiUyg0EAf7XEvNZ2o+B2cBBmuffMF6M+Obz0dVoD/W2TDmXuDvbvnKYbDQ1Z5trqeE4rzN8tYRDFTXGvad0kVyY+6l/MMz+mQLiMS6MWCtIC8dRpFIDRjgQPP5EkoozvMsX63AYH0mX7B+l/HN56Pi6I9+EKrDoE2CtOFmFKlIg43O9KxzJyWUM83nzZijPQulPMu+d0hyzd8D/L4Xc4sK2iUP3mQRj/i5P281CvWXceKgz8Xm8xkUULyvWL5avOIE9qHYw77fEdt0oiesKPqiNQ5CvSiUgexCKNIUB1mpAL71ztvlfadSQHHeYW5Zj0IH/CpYc2v+gDOMvugDoRrNHzPi4/68jiTmoBxscC41n633AXPLZyj0he8R+PcTPWHBOPphuz8farqikN0giozqTjQI1IIFzv69Z5tbKKE4zzBHyM94LmVK9kqu+bsvkHrfVBWI9aBQIWRX4+P+vBHMSQb0Odh8Po1vPpOnmVM+R6Flj/h9Ryy8jR31kHoOiPU2gli0C4VSWj2afpAUCgc4R0/NZ/Ihc8u9KPQGU/Ks7Jq/PwOnA7VNREFCn2a7pwdFdoKc4VbMTXUM5t4pnm1upITifMIcIT/j+SxT8obkmr/7gbcFNVXUxkBGRq/dE63wbX9evdYFMR41n2+lhOI8x5yyVH5Nu6TSZSi04oRPWFCAegbrQEo8gkLtWh/Q2kBOMeYsBHPufM86F1BCcd5kTjmEQi/6FYHcmMRffN6y3r0zDnLqUKxB6wPaGEipacKcpWDOXerZ5mYKKM7GB5lT9qDQLt/viP2H8WOj+n2ZqdR+kDUiefAmi1jEp48/8RI/qz/mXenZ5iZKKM5rzCkP+z/mfkByzP1++flxga7B+uIaUDCot3uqDkUicZDRjhp6YM79iprP1Hy27ojOHr8ikBuTuA+Al0ahZKRtsGSgsD5T1L6uLFVc3hlqSMRATQeKdWrlTD3IqAujhmaYaxd71rmdEorzKnPKi76Pue+SHZN4QPl2fHVjFPxQJnvwJosZFFkFEqJtqCUKc+xCWt5nv38yAeeO6Cz1PQKf5Z+wJLeANoE/BvQO3iRQpGJYf7ZCrIGaz7zLKKA4HzGnHEShZaU+RSA3JlGqPi4QAV9EK/QO3qT8eV5ahZpW0fI+3l2UUJy3mFP+gUL3+h6BexnXfJb9He4GX6zSnMos9OW6TSLi+x5oaj5fQwkls7zP6SM6n/segeuzPWHBqJHAqkehKb1zOzUgFBvwfSsFLe877b8ooTgvM5dsQqGKNb5H4FbGNZ9l576bwQ/xJr3dLeUoMghitahtBubWOZ5tbqCA4rzOnPIvFNrrewTuYcebz7yUicAKab5nT6NIOwg1VKBINQp0xWFO3UPNZ+t9zZxyBIXW+xWB3DX7+3PY2tIKfhjTHHPvRpE6EKkaRJFwucY3TxNOP8uzze8ooZxuPq9Asa2+R+BSdnxslLfTRGC1oVARZNcgdbxC/yjiOmhWHG6l5jMt7+N9yVyy2fcx9xXS1+z/ksPDThv4YAuKpbXG3DN+XJ3uj4vHxcqo+fz/3EEBxfmrW83nV1DokO8RuDL7ExasMxBYO1Goukrr3E45CIx3o0gkAVCk1nek5vMVlFBON5+3+T/mvlB2TOL+XD69VIIP+oMec+/aDycX65GrMg6prWGm5vPllFCcj5lLdszdmDu7L5e1L4Ogbzgc9Jh7oQ+f8SalquARmENXedb5AyUU533mkvdMjrlz2wAfgBMZC37waBSFwuNaY+5jBcfE4UQKulCkNy53kqMR5s611Hy23sYXmEMOJ30fc/87Cm1mfPN5lsngA2s7CoUjJxFGAdHt56oZFKnugG/FkvLzE+Zd7dnmekooztvMJUt8H3M/XC37KFYKJ1SkfhdC1nD595owUOLqTJH8V9Jele+u1Hy+jRLK6ebzU3Mx5l6xgW8+zzYdXGANoXGr4AQ6Uahe+tPgCMyZMz2TqPlMzefS3b6PuS9AoXdP9oQFmeC+Eg6gaRVR+KlEN4q0RWWmPPg/E1Lz+Qy++Uy+Yg5Z7v+Y+7vSg6gPCR6YfJ/DGq5A03pyuzpR0SC/B6eig5rPx51KAcV5h7lkLQodYUqeRLGubbPHRnkTeFKRmMYOLOOGAHjx1Si0U+VMY9vOuv0wJ871bHMdJRTnA+aSx1Bo2Rp2EqWLly4Wj7nzFq7hn7Di4wXp0dqx7QNT8dWBlee2o3E1wKvpR6HCGBy3HyWEW0sm6ou+0wjGnP57aj5b7xnmkMUo4bElpeynHtm66Ykv3nu8BXEx3/SRcOTgYXYfQLQj1DfUninsbcZjJoRDTsliOLF4NCragWVaL3AaR6pRqLkRZmlFFc0xMOZnnm1O45vP5GnmkCdQypGVO5Y/yn6wYcW+XU99diCMP3icb/rIaXm8v7UFf2oUelCkfhwA4sM1BaHOVamy9snMRE9JZXMSsQ9OJo3GcQuMO4qSKBZOw2w9qGIazPmFZ5uLKKCcbj7/G+W1HHll4Wd/enE3ctbyTR8t4UYYQKHkYHNS/Cc53iQa1wDHVNWEavtRyojOP7sTzLmbms/W+5Q5ZEML6lvOZrsX9ZQAlKA6qQJfK5rWPIPqSuKC4qJgx4Q553m2uZUSivMNc8g+1Le7lM22G/XUAkxhrlJwMgVoXA+qa6rR+SY7Mb+bz3+khHK5+bwS9a3kd/fpKRB0UTS2Ba/Lj8BaBZwEKiie183nmymgOBsfZO4oXYT6lrDZ1qOe5hjAoE9/kuNNoWnV/aisHnixJEoLj8/r5vNNlFAuN5+Xor6WDfyyGi1FgnXrGndqEmhcTwWqGtyvlbT983t53yWUUJznmUMOob4/sdlKl6GeTp238QY4mRQaV6ie/wWCm68CtfO7+XwnJRTnVSfH3DU8wVcTtbRUAUAzSlC/U1OIpoV7UFVK8/FtC5hzoX3NZwool5vPa8KojRtz34VC4rmECOZmGkBwW96wkgiKSeyR70NZbWDQbz3bXEYB5XLzeQXqe0x52aj4A0YT5qZcfFTL8m+EbcOa8xhj87v5fBcllMvN5+Wo7yXm6xRWAo5KYk5a9sPJZOwPrGSBbgcyBOacbV/z+RZKKJebz1t9H3Pf5ktVuCmIMfdYBE0bbEM1o5DFBMqJxGFeN59peZ/TzefS3X6PuS9FMfFcQncQY+519n/AatdubdfDvG4+30ABxfmQOeUQ6nqKv2ihp06n8peAkxlB41arjqBlFetHKX1g0CmebW6khOJ8wpzy6DLUtMTXL5mRmMbi9Sk4qUE0rbsEVWRikF1BUn5/vCGnn2X98j7yHHPLDtST3CC4yqomwx1S1dg8xWss9EU1ikQKj5kMo4LJGJzMaBjFesCg8z3rXEAJxXmTOebfqOU9xlm8GzX06Tw3NUDwohXi4OGuS8upSIFAcQUKDYFBl3q2uYMCyrnlfbxtu1HHDsZbvsyHi1g9ubWmg7cKhdLcn/akNKdBKFSJIjVg0JXWN5/Ja8w5S8KoYRvzM7EG4AfjbaisCAyoR5HqOPwgXo2yMlGQEK+tFg2FzO/m8+WUUJyPmXt2aCTWK+wEntyNOSqDY8b7UVUnBE9igHNCfe3eTCdIGp8Oi8ciDLnYs87tlFAuNp95S45ojrnztu7B3HTAcbFUN6J1m4HTKrOfRShlqjwG8gp69F/xXG0+/4YCirPxBeaiDbsew9w8meUHHlqGYoLibjw9OdWl0ho2YFLmhMYPYq0o1l0UAkUFmWqpVzxqPpOPmKsePrhgYRJVvcuyObx01xt7HztSjSomgRffkk61F9WvHiipbK62YDNwK4r0yxeWIz0joRjkIF5XXFbbPlI0Xb+6cLadYNLPPdvcRgnFeYu5rHTFkideWrtAwQ4m8siji1cs37Tk4BPr169/ae1RXyz4zlNFJ1AAQlXRbGIQvKpioQY4JlSUVXttalU6Af/X3r3stJkmYRwvMoDBDtgQsDk4ISEQIIHOkBAy04dx1RXkHlrKDhbZeNN3MDuWvgp2vYTVIC6ATTZBopMFRBwWkSDKZuZDI2UKMdJo8tFdr/3/XUTJ3+N66k3asIQzax5+VeTjTSNtuC3RDPYYvD1FPjYaSNuIRHPLPOwrcvJzI21YlWjmDN6FIh9rjUSA5jPNZ7xuBIP0j/cVDd4nRT7+3kgb+iSaScO1zWcQYeGFRPPA4J0p8rHeSByqEs13Bu+zgggLmYcSzl8N3qGCCAuZRxLNouGGms/4pYG0zUg08+bhveYDrxqJQ0GiuWsedjQD1kZRlnCeG2g+03xGIs1nuwLnmgERFobCN5/xQXOCRuIwKtGsmIcjzYAIC8NjEs2SedhWBI2wQPO5xzxsKWIe7wPN5wXz8FEvgeYzuiSax+bhVEHzGTSfkzreB5rPqEk44+bhQDOg+Yx7Es0z89BqKlgbRWZaonli8N4piLBwqSTR3Ddc13wGa6OoSzjLBu+tgrVRZCYkmgG7Al80JiIs0HyeMnjHGhTH+8DxvqcG7zcNiggLNJ9n7Toc7wMRFm7Hbz5jT0HzGZmR8M1n7CtoPuPSqkQzZ/AuFKyNItNfkWjuGGg+03xGIs3nosH7pDHRfAbN50mDt9nUmIiwQPP5gYHmMxEWEm0+40RBhIXMQwnnpcE7VBBhIfMofPMZrV0FzWdkZiSaeYP3XoOi+Qyaz3cN1zWfQfMZZQnnuYHmM81npNF8HrQrcK4x0XwGzedbBu+DgrVRXBoN33zGkYIIC5n+MYlmyeBtK1gbRaZXoukuGrwtzYC1UfSl0nym+QwiLLyQaB4bvDO9BJrPqEo03xm8zxoUERZoPo9bGmg+E2GB5vOiwWs1NSaaz6D5/MSuRfMZNJ9Rovkc3o4GxdooaD4vG7y3mgHNZ0xwvC+V5jOIsDAk0UzZDaH5jAZoPudsxa5D8xlEWBgek2hmLRE0n4mwQPO5x9JA85njfaD5vGDwPuol0HxGF83n8E41A5rP6K9INHcM3j80A5rPqEk4RYN3oBnQfMY9ieaZXYvjfSDCwrRE88DgvdOgiLBA8/m+wTvRDIiwUJdwXlqaaD6zNgqaz2jtakw0n0Hzed7gHeslcLwPBYnmqcH7TTOg+Yxhofkc3q+aAREWbks0gz0Gb08zoPmMEYnmlsHb10tgbRSrEs2cwbtQEGGB5vO3ofnM2ig43lc0eJ80A5rP6Eul+UzzGURY6OLNZ5rPrI2CCIs3n3nzmcwd+eplbZS1UdZGwRYW10bJ3MnckbMCpxriI3O/xKkG1IU9dx6p55F6sNTAeeS8nGkGnEfGqISzYvCOFPxJ6PBFyD137rlTzAH/EdIk/Gbb+i9gYKEk8Ty3uFjDYg0LbI06ywbvUKHKwMK0BDRu8A4Uyt4oymMSUI/B21Io95HRJykMLOwpGFgYriYxsLCnYGDhnoRkuGJPwcBCQfiFxcBKAwMLExJT0UDozr+E8PoLEtNL88BaAwMLjySo5+bhrYLF0Q7XX5KglswB1RwGFvrEi3qtATyjSvkZ5apEtWIedhSdfQ8LMxLWA/Nwoejoi6OoSVy3zMOxgpvuXEYOasA8tJoKXs2hlBN+cxRsjrLqjnpFnLB7DWCvgb0GvJDQVszDjoK/CfkgDGrKPLzTfOBVA3wQ3nDqjs2mojNTd/SPSnSz5uFQQYjFU4SRQywQYhFi4bbEt2A3hNVR/NxAQupVyQcnsdjE4iQWCLAyT83DiYJvQl5ODWrSPBwr+CbkCBZXRzmTzDcheHYi5xMzOFJ01okZ1CqSisGiOWh9UbA72kkeViUJxO7E7sTuqJckIQM95uDjrqJjfmKhXJCk3DXwFAVPUTCvEjFQNHTmTyx+YmF4VFIzZ6BQSIrF76tEDI6bg809BZeSmVdBzZuHM21/7GKhXpAk3TF02m13zmLhYUnStFg0B/tfFO2du6O3IqmaNw+nmg+sx+xA49GYpOu+edhWsIzFQeSgumfNQetA2xVXG1DukrQtjpuD/XNFe8ZYqJUkdQs95uBdU9GOMRbuVSR9U0ysK86a2naYWBielri45Rfglh/Wwkws9JZE2nNi4aip7YSJhf4RaR/zPebgoqntg4mF3oJ47ZVj4bSpaJMcC+UZaTOT4+bg/bnmAut/8HYDJqrSdhZnzcH+geYCr/7IDVLUVqUdda+Yg9ZnReItHdSHpF1NjZuD03NFwp+FKI9UpH0N3jUHm9uKVO9jodxXkfY2tWwOzrY0F1jfaPyeUB+pSNvrfuxv+qG1s6u5wOvfb8EBtZkx6QiDjKwrNhlZjKy09E90SecYmPPpOz6enGsu8PrG03fUhqrSWbqf+K0stC4ONBdYu8ksCw/7CtKJnq28tP+EDyd7mges39DPLNRGCtK5Juf87ywc7xw0NRfMrI1GrlB/NF2VTjc49XSpaF9h8+zz4a7mAGtvNnLJ4FHu7XtRkn/D4vzju0vLX+cWPpzubL/d+qLfCutrr99s/PL/zS0M12sTfUNdVcE1ugcWJycXbn2Fn3764Ye//fm/+v77H3/80/8C0zNDf7lqaGhmugvXWh0dLZQq0hn+Ca7AwgcqkR9lAAAAAElFTkSuQmCC);
}
.amstripe-saved-cards .amstripe-card.-american,
.amstripe-saved-cards .amstripe-card.-amex,
.amastripe-card-saved .amstripe-logo.-american,
.amastripe-card-saved .amstripe-logo.-amex {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAABQCAMAAADm3o3WAAAAvVBMVEUAAAAAeaoAeaoAeaoAeaoAeaoAear///8vkrpQo8U/m78Pga/f7vXP5u9fq8ofibQGfKyw1eV/vNT7/f6Pxdpvs8+/3epwtM/v9/o1lbwThLGgzuAXhrL3+/3k8fbZ6/Lq9Pim0eKAvNUojrcKf65DnMH0+fs7mb4ji7YbiLMskbnT6PHE4Ot5udNpsM1Yp8it1OSJwdhcqclJoMPy+Pu42ui12Oecy96Ux9x1t9HA3uqXyNxNocTI4u2EvtdAUGj8AAAABnRSTlMAqyH19OuF2M8/AAAE7klEQVR4AezOSwEAIAzDULpP/UtmYKI7NAbyzoICRUmF+P+mrH4CUBgGkBSWA6A0AwwwwAADbrv20pU8r4ZxfHZdKSltsIj00ELlfD7gQR99/P4fa6dpCri2794VB74DfgO5xSz9Y7Mgg14DrgH/yoCDY/gTx1KA7/yzw2xQDlMl3p2TSWKHUNlhWisgZCn/Q8sDtvxf+jSWXZ5L13YYz+1wVysgZyno0ephwEssaD1+J2AW8FVKeaC2k9qW3DyzH+lxwoWs5KymwSrlm5Q7Mr2fSo2cyOJ7ba6HEbWNlMt6ATs+DKE1Sd7YS9ILylGwiUpMHHlsAzcMDjDYgZakJH1ozyQdoFMrYNhlGxgC+yoAS5JpdAyQnrEkAP249wEVmIAYwNzxPL6b3/BcBUTdbwTcMvCBJwWVmYAZ4JB8AyIbIGgBoFb8wx5MQAN4K/cMkhgYlAE+sP5GgMstMCrWv5qA1wjoMZgC9zZg2jHGVUCmMKMJUJABtTVwY16GCdgCaNYOcMgJ0OISkOMi4GYFrIsov2cDrCYBCCHmQyA2AV1gTq07hMq4A0YmwL0FwqBuQJt/AfUcx5GeTUCmoPoToO1+EVB6734K2AGDOG6bNUVANwGe6wdsUPGDIoAecADkuAqYd42AABwtAfYmIFAYpjR7yNqbAOZANKkbkCkcbU1AE4UV3a83odlyJoAT4DZljiOVmQA2ANQNeNXdzcI9EJoAjgCo/jFg2DAey4AumQBlQA5ASQW0m4V34LUMWKjaATsJLFgY62lkAp4ArFkFVOIyICQHQGoCuD++mWpmI0cmgKvaAWshPLJ3/0x+iMIbyYMQLpkJsWFPVFrUX0hBboR4yMuVuRPqZ1/ITWNBOqKQsc9xQw9/623CwgYqYz2CX3kEPB7tadUNcBWwYqUTUOuN/39AHHft9I7zl4BO/YCZ0HwAQ1HxB0KbzcWXhmdzAjUtJ2i+qCBqlGbXM+FlAfPGJwMAUePMbHaaQ/Vp9SCaVKOfVMO3A1r8JA0hF18dCY1xn2e6wX8vuv9pAPtiyctdFHAnjkKXDOiOGkeeztnZ+XDfZSYqLY4/7MIx+6tG6ZIAByeDLtmfAjMcPdJDZZC6qMRBCKv7MIV1YUDYCIUmgUn6EALTv4AqziMKmBQBvnkjALbu6fNqC2AqCg8vRZwZLwxo0lgOAWcEJD0X8KnpkIheuVOCUXVwKX0AezuugVcaFwY8uYU+WyjIJquAPpBUAfSKhcDANdIXwH9udRYBuQJE3PrTCy4MsDzyBYDqsAiQ7Xb7IwRG9ICG53kjYH62Bzo9BUPuuEQpin8asDJPmYDKVgdYSY9nAcwTlJ74IlFaXxaQNwsu2ygMzSUoRxGzCIh835eAn7rAoGmMyWDxmL9MgTs9Nh/zdgKMfrQJcwCrEEiys73Gag+Mp8Cf0w8qr6fTwR6YXBawuS2sFbBm3wfE4vR3AhuQ8Q7IXSC6Nf5m5mGjgNXCjA6Aw2UBR05A9iJAmICF4xzEnQ1o8AaIXVTiJizptmDNVhcEbOTRqLiwXCrABPyBdse1lE9FwIuUb66s5DZAvvdoA6JN9vMPo+Ygo1UFlBqs48cBboIw/WZAyqP+6NsBofOJD0A41gTa1ClFzj8IZ6dRXc+En10DrgHXgGvANeAacA349dt4fv9Gpt+/lev3b2b7Zf8BtKI6X1ThTRcAAAAASUVORK5CYII=);
}
.amstripe-saved-cards .amstripe-card.-discover,
.amastripe-card-saved .amstripe-logo.-discover {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAABQCAMAAADm3o3WAAABrVBMVEUAAADw8fHw8fHw8fHw8fHw8fHztoH0nVP0nlTw8fH1gh8AFiEdMTpodXwsPkelrLDo6erT1ti0ur3w8PDw7uv1giBFVV31jzcJHikFGiXEycv5sXXs7u7i5OXg4uLKztCHkZaDjZL2lEH1hCTo6urw6+bw6eLc3+C7wcOvtrn8z6nyxJt5hYr0sHX4pV86S1T2l0UWKjQPJC71hibq7OzZ3d7Bxsi+w8arsrXyzazzvpHzpWL0o170oVknOUIjNj/1ii7x5Nf+5M792r37xZf7wpL6uoNxfYNebHNaaW9WZGz4rGtQX2b4p2L3o1v3n1T2nE/0m08gMz31kTrx5dvR1dbx4tTHy83x3szx28fx1Lv91rXy0bTyyqjzyaWWn6Pyx6GRmp/yxZ7ywZbzt4NseX9mc3nzqmtLW2JCUlo3SFAzRE3l5+f/69vO0tP938W3vb+2vL6psbT8zKSYoKT7y6J9iY76v436voz6vYjztYD5tHr5s3lAUFg8TVX0mEr1iS3W2drIycn91bW0tLShqayao6eXn6SNl5uYl5fyuonzuYd2dXX0rW/1qWgOsa4KAAAACXRSTlMA9SHrrKk+5OIO8QHYAAADj0lEQVR4AezOMQHAQAzDwPqTDOZPuGlJ+AeJgO65oDNyJM35/+VY9QnawXoBcjAtwNEAAAAAAAAAAAAAAAAAAMBLTZ39NLEFcBx//uU3tDOdS5mZLu1ASZfbS2nTpfdyaSMLlB1rAA0RhARkkQVFlCi4Lybq3+w5ByRjjIm28cHvA6HtQz+ZnvP7wwCRIi67Z+i/H5DVNK0WfC+/KahlYbp52ucBAOFVH8ndFGDevt7Z0/Ns3YSrNZNKVtOyaU2VTsm/uXgi+iHWEqCDKq0C+NiBE9K2mNehB6mK46+Bzq7++fn+rsHeBdKFaI2M+anyB6jafvnxdYuAWuwwa7GwrwAFBvXwyREwSTZixdhkHHd7umenQqGp2f4BBFk3IalnEADHMAxdABaMBpmKmi0CfADKFqclIExuQFYhxyFLXuvs7nv6eGTk0ZO+7ltVMqA+9EtABCIBMFAi3wFtALBBWxcAgWAwbcq3CzpU/z6fC41mXi1nRkNz6+GmgGKCWlgC3vr9fl0B0mS1PcB9MiYBjkayFkCQ27jo766+sYfDQ0PDD8Zm/oNLOxmx6EICZIYAbE5YbCbaBuxLAIrHO6S95AHcmDnNHOztHWROBSBq0Y3TiirATi6XK6lDaE8baA+wyUJRAmRVctzzE3iewIp8/M0aG4D3DGzSrqA9QMViAxJwFAWQ50bq6hAuqjOwrM7ATaBMkfMtYOGcWrR1QL1cHbeYT0pA1d4pR11yVV7DiXJkSVzDgatb8A9Eu2QOF4BDx3Ei8hAaBW6ZLQNU9SVIgGNdvPIOUe/g5Q586oXomHwDkWeIDLlM8Tam2Le19nWKnTPS3iqpKd4lmZNTfOd/sYSfV0zIEvl8GCLPFL8AprX6j5d4UQJ+uoSRuPq3VMT3lZL4pb4Ua8eoDQNBFIZTOeFvPYt6C20jBIatJEuwOoKwCLaQg4kEvoOb9MmlU4W0Tlh4/wm+qaZ5tubSd1xnIAScOhAC+ptDCCjWADqALRF0ACsz0AG21yPoAL/XSwC2ZKAD+K8IOsBrFUAHmA4OZAC77gEZoF8jyADbuXMgA4yfGaACWN06kAHOVQRUgLHZAyqALwcHKkBxaXNABPBvbQBEAF92OSACnJrBARqAzdURQAPo39sAaAC+/jldALDp/uFI0T9mPH6+DzmJCn8cMo2XaudI2PPjU65iag4ZiYubh8Zsdl5uO9IXXjZP+r4BfO3JLU/cG3IAAAAASUVORK5CYII=);
}
.amstripe-saved-cards .amstripe-td {
  padding: 6px 3px;
  vertical-align: middle;
  text-align: left;
}
.amstripe-saved-cards .amstripe-td.-name {
  word-wrap: break-word;
  word-break: break-word;
}
.amastripe-card-saved {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.amastripe-card-saved .amstripe-card {
  display: flex;
  align-items: center;
}
.amastripe-card-saved .amstripe-card:before {
  margin-top: 0;
  margin-bottom: 0;
}
.amastripe-card-saved .amstripe-card > * {
  margin-right: 5px;
}
.amastripe-card-saved .amstripe-radiobutton {
  margin-right: 0;
}
.amastripe-card-saved .amstripe-logo {
  width: 60px;
  height: 30px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.amastripe-card-saved .amstripe-name {
  font-weight: bold;
}
.amstripe-newcard {
  margin-bottom: 5px;
}
#customer-co-stripe-form label {
  display: inline-block;
  margin: 0 0 8px;
  font-weight: 600;
}
#customer-co-stripe-form label:after {
  margin: 0 0 0 5px;
  color: #e02b27;
  content: '*';
  font-size: 1.2rem;
}
.fieldset.payment.items.ccard.amasty_stripe {
  border: none;
}
#payment_form_amasty_stripe .data-grid tr td {
  border: none;
}
.amstripe-newcard {
  margin-top: 10px;
}
#payment_form_amasty_stripe {
  margin-top: 10px;
}
#customer-co-stripe-form {
  margin-top: unset;
}
#customer-co-stripe-form fieldset {
  padding-left: 0;
}
.amstripe-td {
  padding: 0;
  width: 40px;
}
.am-word-break {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .am-word-break {
  word-break: break-all;
}
.amsearch-form-block {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-end;
  position: relative;
  transition: .3s;
}
.amsearch-form-block.-opened {
  z-index: 98;
}
.header.content {
  flex-wrap: wrap;
}
.amsearch-loader-block {
  background: url(data:image/gif;base64,R0lGODlhEAALAPQAAP///wAAANra2tDQ0Orq6gYGBgAAAC4uLoKCgmBgYLq6uiIiIkpKSoqKimRkZL6+viYmJgQEBE5OTubm5tjY2PT09Dg4ONzc3PLy8ra2tqCgoMrKyu7u7gAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCwAAACwAAAAAEAALAAAFLSAgjmRpnqSgCuLKAq5AEIM4zDVw03ve27ifDgfkEYe04kDIDC5zrtYKRa2WQgAh+QQJCwAAACwAAAAAEAALAAAFJGBhGAVgnqhpHIeRvsDawqns0qeN5+y967tYLyicBYE7EYkYAgAh+QQJCwAAACwAAAAAEAALAAAFNiAgjothLOOIJAkiGgxjpGKiKMkbz7SN6zIawJcDwIK9W/HISxGBzdHTuBNOmcJVCyoUlk7CEAAh+QQJCwAAACwAAAAAEAALAAAFNSAgjqQIRRFUAo3jNGIkSdHqPI8Tz3V55zuaDacDyIQ+YrBH+hWPzJFzOQQaeavWi7oqnVIhACH5BAkLAAAALAAAAAAQAAsAAAUyICCOZGme1rJY5kRRk7hI0mJSVUXJtF3iOl7tltsBZsNfUegjAY3I5sgFY55KqdX1GgIAIfkECQsAAAAsAAAAABAACwAABTcgII5kaZ4kcV2EqLJipmnZhWGXaOOitm2aXQ4g7P2Ct2ER4AMul00kj5g0Al8tADY2y6C+4FIIACH5BAkLAAAALAAAAAAQAAsAAAUvICCOZGme5ERRk6iy7qpyHCVStA3gNa/7txxwlwv2isSacYUc+l4tADQGQ1mvpBAAIfkECQsAAAAsAAAAABAACwAABS8gII5kaZ7kRFGTqLLuqnIcJVK0DeA1r/u3HHCXC/aKxJpxhRz6Xi0ANAZDWa+kEAA7AAAAAAAAAAAA) no-repeat center;
  bottom: 0;
  height: 11px;
  margin: auto 5px auto 0;
  position: absolute;
  right: 40px;
  top: 0;
  width: 16px;
  z-index: 1000;
}
.amsearch-message-block {
  align-items: center;
  background: #fafafa;
  display: flex;
  font-size: 18px;
  justify-content: center;
  line-height: 25px;
  margin: 20px;
  padding: 20px;
  text-align: center;
  width: 100%;
}
.amsearch-message-block b {
  padding: 0 0 0 5px;
}
.amsearch-link {
  color: #1979c2;
  text-decoration: none;
}
.amsearch-link:hover {
  color: #006bb4;
  text-decoration: underline;
}
.amsearch-link:active {
  color: #004c80;
}
.amsearch-wrapper-block {
  box-sizing: border-box;
  display: inline-block;
  margin: 10px 0 0 0;
  order: 1;
  padding: 20px 0;
  position: relative;
  width: 100%;
}
.nav-sections .navigation {
  z-index: 2;
}
.page-header .amsearch-wrapper-block:before {
  background: #cccccc;
  content: '';
  height: 1px;
  margin: 0 -15px;
  position: absolute;
  top: 0;
  width: calc(100% + 15px * 2);
}
.amsearch-emptysearch-cms {
  background: #fbfcfe;
  color: #1f1b1b;
  padding: 30px;
}
.amsearch-emptysearch-cms > .amsearch-content {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .amsearch-emptysearch-cms > .amsearch-content {
  word-break: break-all;
}
.ie11 .amsearch-emptysearch-cms > .amsearch-content {
  word-break: break-all;
}
.ie11 .amsearch-emptysearch-cms > .amsearch-content {
  word-break: break-all;
}
.ie11 .amsearch-emptysearch-cms > .amsearch-content {
  word-break: break-all;
}
.amsearch-emptysearch-cms .amsearch-content > .amsearch-title {
  font-size: 38px;
  font-weight: 800;
  margin: 0 0 20px;
}
.amsearch-emptysearch-cms .amsearch-text {
  font-size: 20px;
  font-weight: 300;
  line-height: 28px;
}
.amsearch-emptysearch-cms .amsearch-contacts-block {
  font-size: 14px;
  margin-top: 30px;
}
.amsearch-emptysearch-cms .amsearch-image-block {
  margin-top: 30px;
}
.amsearch-emptysearch-cms .amsearch-contacts-block > .amsearch-title {
  margin-bottom: 5px;
}
.amsearch-highlight {
  color: var(--amsearch-color-highlight, #3ac39c);
  font-weight: 700;
}
@-webkit-keyframes amsearch-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes amsearch-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes amsearch-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes amsearch-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes amsearch-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.amsearch-button {
  cursor: pointer;
  display: inline-block;
  transition: .3s;
}
.amsearch-button.-icon {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 13px;
}
.amsearch-button.-icon:hover,
.amsearch-button.-icon:focus {
  filter: brightness(0.5);
}
.amsearch-button.-clear {
  background-color: transparent;
  border: none;
  box-shadow: none;
  padding: 0;
}
.amsearch-button.-clear:active,
.amsearch-button.-clear:hover,
.amsearch-button.-clear:focus {
  border: none;
  box-shadow: none;
}
.amsearch-button.-close {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgMWwxMCAxMG0wLTEwTDEgMTEiIHN0cm9rZT0iI0IyQjJCMiIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPjwvc3ZnPg==);
  border: 0;
  padding: 16px;
}
.amsearch-button.-loupe {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1Ni45NjYgNTYuOTY2Ij48cGF0aCBkPSJNNTUuMTQ2IDUxLjg4N0w0MS41ODggMzcuNzg2QTIyLjkyNiAyMi45MjYgMCAwIDAgNDYuOTg0IDIzYzAtMTIuNjgyLTEwLjMxOC0yMy0yMy0yM3MtMjMgMTAuMzE4LTIzIDIzIDEwLjMxOCAyMyAyMyAyM2M0Ljc2MSAwIDkuMjk4LTEuNDM2IDEzLjE3Ny00LjE2MmwxMy42NjEgMTQuMjA4Yy41NzEuNTkzIDEuMzM5LjkyIDIuMTYyLjkyLjc3OSAwIDEuNTE4LS4yOTcgMi4wNzktLjgzN2EzLjAwNCAzLjAwNCAwIDAgMCAuMDgzLTQuMjQyek0yMy45ODQgNmM5LjM3NCAwIDE3IDcuNjI2IDE3IDE3cy03LjYyNiAxNy0xNyAxNy0xNy03LjYyNi0xNy0xNyA3LjYyNi0xNyAxNy0xN3oiIGZpbGw9IiNhOWE5YTkiLz48L3N2Zz4=);
  border: 0;
  box-shadow: none;
  height: 20px;
  padding: 0;
  width: 20px;
}
.amsearch-button.-wishlist,
.amsearch-button.-compare {
  background-size: 18px;
}
.amsearch-button.-wishlist {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTciIHZpZXdCb3g9IjAgMCAyMCAxNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE3LjA2MTIgMC40NzczMUMxNS43NjIgLTAuMTAzNzYzIDE0LjQ0OTcgLTAuMTU0MjkxIDEzLjEyNDUgMC4zMjU3MjZDMTEuNzk5MiAwLjc4MDQ3OSAxMC44Mzc3IDEuNjM5NDYgMTAuMjQwMSAyLjkwMjY2QzEwLjE4ODEgMy4wMDM3MiAxMC4xMzYxIDMuMTA0NzcgMTAuMDg0MiAzLjIwNTgzQzEwLjA1ODIgMy4zMDY4OCAxMC4wMzIyIDMuNDIwNTcgMTAuMDA2MiAzLjU0Njg5QzkuOTgwMjMgMy40MjA1NyA5Ljk0MTI1IDMuMzA2ODggOS44ODkyOCAzLjIwNTgzQzkuODYzMyAzLjEwNDc3IDkuODI0MzIgMy4wMDM3MiA5Ljc3MjM1IDIuOTAyNjZDOS4xNzQ2OCAxLjYzOTQ2IDguMjEzMjMgMC43ODA0NzkgNi44ODc5NyAwLjMyNTcyNkM1LjU2MjcyIC0wLjE1NDI5MSA0LjI1MDQ2IC0wLjEwMzc2MyAyLjk1MTE5IDAuNDc3MzFDMS42Nzc5MSAxLjA4MzY1IDAuNzk0NDA5IDIuMDQzNjggMC4zMDA2ODggMy4zNTc0MUMtMC4xNjcwNDkgNC42NzExNCAtMC4wODkwOTI2IDUuOTU5NjEgMC41MzQ1NTYgNy4yMjI4MUMwLjgyMDM5NSA3Ljg1NDQxIDEuNDcwMDMgOC43MjYwMiAyLjQ4MzQ2IDkuODM3NjRDMy41MjI4NyAxMC45MjQgNC42MDEyNiAxMS45OTc3IDUuNzE4NjMgMTMuMDU4OEM2LjgzNiAxNC4xMTk5IDcuODIzNDUgMTUuMDQyIDguNjgwOTYgMTUuODI1MkM5LjU2NDQ2IDE2LjYwODQgMTAuMDA2MiAxNyAxMC4wMDYyIDE3QzEwLjAwNjIgMTcgMTAuMDA2MiAxNi45ODc0IDEwLjAwNjIgMTYuOTYyMUMxMC4wMDYyIDE2Ljk4NzQgMTAuMDA2MiAxNyAxMC4wMDYyIDE3QzEwLjAwNjIgMTcgMTAuNDM1IDE2LjYwODQgMTEuMjkyNSAxNS44MjUyQzEyLjE3NiAxNS4wNDIgMTMuMTc2NCAxNC4xMTk5IDE0LjI5MzggMTMuMDU4OEMxNS40MTEyIDExLjk5NzcgMTYuNDc2NiAxMC45MjQgMTcuNDkgOS44Mzc2NEMxOC41Mjk0IDguNzI2MDIgMTkuMTkyIDcuODU0NDEgMTkuNDc3OSA3LjIyMjgxQzIwLjEwMTUgNS45NTk2MSAyMC4xNjY1IDQuNjcxMTQgMTkuNjcyOCAzLjM1NzQxQzE5LjIwNSAyLjA0MzY4IDE4LjMzNDUgMS4wODM2NSAxNy4wNjEyIDAuNDc3MzFaIiBmaWxsPSIjNkU3MTZFIi8+Cjwvc3ZnPgo=);
  height: 20px;
  width: 20px;
}
.amsearch-button.-compare {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAyMCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTUgMTRWOS4zNjk3OUgwVjE0SDVaTTEyLjQ2MDkgMEg3LjVWMTRIMTIuNDYwOVYwWk0yMCA0LjcwMzEySDE1VjE0SDIwVjQuNzAzMTJaIiBmaWxsPSIjNkU3MTZFIi8+Cjwvc3ZnPgo=);
  height: 20px;
  width: 20px;
}
.amsearch-button.-disabled {
  opacity: .7;
  pointer-events: none;
}
.amsearch-button.-primary {
  background: #1979c2;
  border: 1px solid #1979c2;
  border-radius: 0;
  color: #1979c2;
  letter-spacing: -.015em;
  transition: .3s;
}
.amsearch-button.-primary:hover {
  background: #1979c2;
}
.amsearch-button.-primary:active {
  background: #1979c2;
}
.amsearch-button.-search {
  background-color: var(--amsearch-color-search_button, #1979c2);
  border-color: var(--amsearch-color-search_button, #1979c2);
  color: var(--amsearch-color-search_button_text, #ffffff);
}
.amsearch-button.-search:hover {
  background: var(--amsearch-color-search_button-hover, #166bab);
  border-color: var(--amsearch-color-search_button-hover, #166bab);
}
.amsearch-button.-search:active {
  background: var(--amsearch-color-search_button-focus, #135d95);
  border-color: var(--amsearch-color-search_button-focus, #135d95);
}
.amsearch-button.-full-close {
  align-items: center;
  background-color: #f5f5f5;
  border-color: #f5f5f5;
  border-radius: 50%;
  display: flex;
  font-size: 10px;
  height: 32px;
  justify-content: center;
  padding: 0;
  width: 32px;
}
.amsearch-button.-full-close:after {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgMWwxMCAxMG0wLTEwTDEgMTEiIHN0cm9rZT0iI0IyQjJCMiIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPjwvc3ZnPg==);
  background-repeat: no-repeat;
  content: '';
  display: inline-block;
  height: 12px;
  width: 12px;
}
.amsearch-button.-full-close:hover {
  background-color: #e8e8e8;
}
.amsearch-button.-full-close:active {
  background-color: #dcdcdc;
}
.amsearch-slider-section {
  box-sizing: border-box;
  display: flex;
}
.amsearch-slider-section .amsearch-item:hover,
.amsearch-slider-section .amsearch-item.selected {
  background-color: transparent;
}
.amsearch-slider-section .amsearch-item .amsearch-image {
  pointer-events: auto;
  width: 100%;
}
.amsearch-slider-section.slick-slider {
  padding: 0;
}
.amsearch-slider-section .slick-dots {
  background: inherit;
  border: none;
  top: 100%;
}
.amsearch-slider-section .slick-dots > li[role='presentation'] {
  align-items: center;
  border: none;
  display: inline-flex;
  height: 6px;
  justify-content: center;
  margin: 0 6px;
  padding: 0;
  text-align: inherit;
  white-space: inherit;
  width: 6px;
}
.amsearch-slider-section .slick-dots > li[role='presentation']:hover,
.amsearch-slider-section .slick-dots > li[role='presentation'].selected {
  background: inherit;
}
.amsearch-slider-section .slick-dots > li[role='presentation'].slick-active button {
  background: #ff5502;
  border-color: #ff5502;
}
.amsearch-slider-section .slick-dots > li[role='presentation'] button {
  background: #fff;
  border: 1px solid #cccccc;
  border-radius: 100%;
  height: 100%;
  padding: 0;
  width: 100%;
}
.amsearch-slider-section .slick-dots > li[role='presentation'] button:before {
  content: none;
}
.amsearch-slider-section button.slick-arrow {
  background: #ffffff url('data:image/svg+xml;base64, PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iMTkiIHZpZXdCb3g9IjAgMCAxMSAxOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwLjU0NTQgOS4zNzY2OEwyLjE5ODk1IDAuNDA5MThMMC43NDIyNjEgMS44NDg5Mkw3Ljc1MDEzIDkuMzc2NjhMMC41NDU0MSAxNy4xNTEzTDEuOTYyNzMgMTguNTkxTDEwLjA3MyA5LjkxMTQ0TDEwLjU0NTQgOS4zNzY2OFoiIGZpbGw9IiM5OTk5OTkiLz4KPC9zdmc+Cg==') center no-repeat !important;
  border-radius: 0;
  bottom: 0;
  height: 40px;
  margin: auto 0;
  top: 0;
  width: 40px;
  z-index: 2;
}
/* phpcs:ignore Magento2.Less.AvoidId.IdSelectorUsage */
#amasty-shopby-product-list {
  max-width: 100%;
  order: 10;
}
.amsearch-products-section {
  align-content: flex-start;
  border-left: none;
  border-top: 1px solid #cccccc;
  box-sizing: border-box;
  padding: 20px 0 0;
  position: relative;
  transition: .1s;
  width: 100%;
  /* phpcs:ignore Magento2.Less.TypeSelectors.UpperCaseSelector */
}
.amsearch-products-section .amsearch-sku-block {
  padding: 0 0 10px;
}
.amsearch-products-section .amsearch-link {
  color: var(--amsearch-color-text, #3ac39c);
}
.amsearch-products-section .amsearch-link:hover {
  color: var(--amsearch-color-hover_text, #3ac39c);
}
.amsearch-products-section .amsearch-block-header {
  padding: 0 20px 25px;
}
.amsearch-products-section .amsearch-item .item-description {
  word-break: keep-all;
}
.amsearch-products-section .amsearch-item .product-item-description {
  word-break: break-all;
}
.amsearch-products-section .product-item-description {
  color: #999999;
  font-size: 1.2rem;
  margin: 0;
  padding: 0 0 10px;
}
.amsearch-products-section .amsearch-product-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  width: 100%;
}
.amsearch-products-section .amsearch-item {
  align-content: flex-start;
  box-sizing: border-box;
  display: flex;
  margin: 0;
  padding: 20px;
  position: relative;
}
.amsearch-products-section .amsearch-item:hover {
  background: var(--amsearch-color-hover, #f4f5fa);
  z-index: 8;
}
.amsearch-products-section .amsearch-item:not(:hover) .dropdown {
  display: none;
}
.amsearch-products-section .product-item-details {
  display: flex;
  flex-direction: column;
  max-width: 100%;
  min-height: 100px;
}
.amsearch-products-section .amsearch-wrapper-inner {
  align-items: flex-end;
  display: flex;
  flex-wrap: wrap;
}
.amsearch-products-section .product-item-link {
  padding: 0 0 10px;
  word-break: keep-all;
}
.amsearch-products-section .action.tocart {
  word-break: break-word;
  word-wrap: break-word;
  border-radius: 0;
  font-size: 1.2rem;
  line-height: 1.2;
  min-height: 35px;
  padding: 10px;
  white-space: inherit;
}
.ie11 .amsearch-products-section .action.tocart {
  word-break: break-all;
}
.ie11 .amsearch-products-section .action.tocart {
  word-break: break-all;
}
.ie11 .amsearch-products-section .action.tocart {
  word-break: break-all;
}
.ie11 .amsearch-products-section .action.tocart {
  word-break: break-all;
}
.amsearch-products-section .product-item [data-role='priceBox'] {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  padding: 0 0 10px;
}
.amsearch-products-section .product-item [data-role='priceBox'] p,
.amsearch-products-section .product-item [data-role='priceBox'] span {
  flex-basis: 100%;
  padding: 0 0 5px;
}
.amsearch-products-section .product-reviews-summary {
  margin: 0;
  padding: 0 0 10px;
}
.amsearch-products-section .actions-secondary {
  align-items: center;
  display: flex;
  padding: 5px;
}
.amsearch-products-section .actions-secondary .amsearch-button.-icon {
  margin: 5px;
}
.amsearch-products-section .actions-secondary > .action {
  flex-grow: inherit;
  line-height: normal;
  margin-right: 5px;
}
.amsearch-products-section.-list .amsearch-item {
  width: 100%;
}
.amsearch-products-section.-list .amsearch-image {
  max-width: 132px;
  width: 40%;
}
.amsearch-products-section.-list .actions-secondary {
  padding: 0 0 0 5px;
}
.amsearch-products-section.-list .amsearch-description {
  padding-left: 10px;
}
.amsearch-products-section.-grid .amsearch-image {
  padding-bottom: 10px;
  width: 100%;
}
.amsearch-products-section.-grid .amsearch-image .amsearch-product-image-container {
  display: inline-block;
  max-width: 100%;
}
.amsearch-products-section.-grid:not(.-slider) .amsearch-item {
  flex-wrap: wrap;
  max-width: 50%;
}
.amsearch-collapsible-section[data-collapsible].-opened .amsearch-collapsible-title:after {
  transform: rotate(225deg) translate(-5px, 0);
}
.amsearch-collapsible-section[data-collapsible] .amsearch-collapsible-title {
  align-items: center;
  cursor: pointer;
  display: flex;
}
.amsearch-collapsible-section[data-collapsible] .amsearch-collapsible-title:after {
  border-bottom: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  content: '';
  display: inline-block;
  height: 10px;
  transform: rotate(45deg) translate(0, -5px);
  transition: .3s all;
  width: 10px;
}
.amsearch-block-header {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
  padding: 0 20px 2px;
  width: 100%;
}
.amsearch-block-header .amsearch-title {
  font-size: 1.8rem;
  font-weight: 700;
  text-transform: capitalize;
  word-break: break-word;
  word-wrap: break-word;
}
.amsearch-block-header .amsearch-link {
  line-height: 26px;
  min-width: 90px;
}
.amsearch-block-header .amsearch-link.-view-all .amsearch-count {
  font-weight: inherit;
}
.amsearch-block-header .amsearch-link .amsearch-count:before {
  content: '(+';
}
.amsearch-block-header .amsearch-count {
  font-weight: 300;
}
.amsearch-block-header .amsearch-count:before {
  content: '(';
}
.amsearch-block-header .amsearch-count:after {
  content: ')';
}
.amsearch-category-tab .amsearch-item {
  font-size: 1.6rem;
  margin-bottom: 10px;
}
.amsearch-category-tab .amsearch-item .am-item-link:not(:last-of-type):after {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIiB2aWV3Qm94PSIwIDAgNDUxLjg0NiA0NTEuODQ3Ij48cGF0aCBkPSJNMzQ1LjQ0MSAyNDguMjkyTDE1MS4xNTQgNDQyLjU3M2MtMTIuMzU5IDEyLjM2NS0zMi4zOTcgMTIuMzY1LTQ0Ljc1IDAtMTIuMzU0LTEyLjM1NC0xMi4zNTQtMzIuMzkxIDAtNDQuNzQ0TDI3OC4zMTggMjI1LjkyIDEwNi40MDkgNTQuMDE3Yy0xMi4zNTQtMTIuMzU5LTEyLjM1NC0zMi4zOTQgMC00NC43NDggMTIuMzU0LTEyLjM1OSAzMi4zOTEtMTIuMzU5IDQ0Ljc1IDBsMTk0LjI4NyAxOTQuMjg0YzYuMTc3IDYuMTggOS4yNjIgMTQuMjcxIDkuMjYyIDIyLjM2NiAwIDguMDk5LTMuMDkxIDE2LjE5Ni05LjI2NyAyMi4zNzN6IiBkYXRhLW9yaWdpbmFsPSIjMDAwMDAwIiBjbGFzcz0iYWN0aXZlLXBhdGgiIGRhdGEtb2xkX2NvbG9yPSIjYTNhM2EzIiBmaWxsPSIjYTNhM2EzIi8+PC9zdmc+) no-repeat center;
  background-size: contain;
  content: '';
  display: inline-block;
  height: 10px;
  margin: 0 10px;
  width: 10px;
}
.amsearch-result-tabs {
  margin-top: 5px;
  z-index: initial;
}
.amsearch-result-tabs > .data.item.content:not([aria-hidden='false']) {
  display: none;
}
.amsearch-result-tabs .title {
  box-sizing: border-box;
  position: relative;
}
.amsearch-result-tabs .title.active .amsearch-results-count {
  display: none;
}
.amsearch-result-tabs .title.active .switch {
  padding-bottom: 1px;
}
.amsearch-result-tabs .data.content {
  display: none;
}
.amsearch-result-tabs .data.content[aria-hidden='false'] {
  display: block;
}
.amsearch-result-tabs .data.title {
  margin-right: 5px;
}
.amsearch-result-tabs .data.title.active {
  background: #d8d8d8;
  box-sizing: border-box;
}
.amsearch-result-tabs .data.title.last {
  margin-bottom: 8px;
}
.page-header:not(.amsearch-full-width) .amsearch-result-section {
  /* phpcs:ignore Magento2.Less.ClassNaming.NotAllowedSymbol */
  -webkit-animation: amsearch-animation__fadeIn 0.3s forwards;
  animation: amsearch-animation__fadeIn 0.3s forwards;
}
.page-header .amsearch-result-section {
  right: 0;
}
.amsearch-result-section {
  overflow: hidden;
  overflow-y: auto;
  scrollbar-color: #adadad rgba(255, 255, 255, 0.2);
  scrollbar-width: thin;
  background-color: var(--amsearch-color-background, #ffffff);
  border: 1px solid;
  border-color: var(--amsearch-color-border, transparent);
  border-radius: 3px;
  box-shadow: 0 2px 4px rgba(84, 95, 125, 0.12), 0 5px 8px rgba(155, 159, 174, 0.1);
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  margin: 5px 0;
  max-height: 90vh;
  position: absolute;
  top: 100%;
  transition: .3s;
  width: 100%;
  z-index: 99;
}
.amsearch-result-section::-webkit-scrollbar {
  background: #f0f0f0;
}
.amsearch-result-section::-webkit-scrollbar-thumb {
  background: #adadad;
  border-radius: 4px;
  cursor: pointer;
}
.amsearch-result-section ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #ffffff;
}
.amsearch-result-section::-webkit-scrollbar {
  width: 4px;
}
.amsearch-result-section::-webkit-scrollbar-thumb {
  width: 4px;
}
.amsearch-result-section ::-webkit-scrollbar-track {
  width: 4px;
}
.amsearch-result-section::-webkit-scrollbar {
  background: #f0f0f0;
}
.amsearch-result-section::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: #adadad;
  cursor: pointer;
}
.amsearch-result-section ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #ffffff;
}
.amsearch-result-section::-webkit-scrollbar {
  width: 4px;
}
.amsearch-result-section::-webkit-scrollbar-thumb {
  width: 4px;
}
.amsearch-result-section ::-webkit-scrollbar-track {
  width: 4px;
}
.amsearch-result-section:empty {
  display: none;
}
.amsearch-result-section .amsearch-result-block {
  box-sizing: border-box;
  max-width: 100%;
  width: 100%;
}
.amsearch-result-section .amsearch-result-block:empty {
  display: none;
}
.amsearch-result-block.-preload {
  display: flex;
  flex-wrap: wrap;
}
.amsearch-result-block.-preload:empty {
  display: none;
}
.amsearch-result-block.-preload .amsearch-item:first-child:last-child {
  max-width: 100%;
  width: 100%;
}
.amsearch-result-block.-preload .amsearch-slider-section {
  width: 100%;
}
.amsearch-result-block.-preload .amsearch-products-list {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.page-header .amsearch-input-wrapper {
  width: 100%;
}
.amsearch-input-wrapper {
  max-width: 100%;
  position: relative;
  transition: .3s;
}
.amsearch-input-wrapper.-typed .amsearch-button.-loupe {
  left: 10px;
  right: auto;
}
.amsearch-input-wrapper.-typed .amsearch-input {
  padding-left: 33px;
  padding-right: 33px;
}
.amsearch-input-wrapper .amsearch-input {
  border: 1px solid #ccc;
  padding: 5px 10px;
  transition: .3s;
}
.amsearch-input-wrapper .amsearch-input:focus {
  border: 1px solid #1979c2;
  box-shadow: none;
}
.amsearch-input-wrapper .amsearch-input:focus::placeholder,
.amsearch-input-wrapper .amsearch-input:focus::-webkit-input-placeholder {
  color: transparent;
}
.amsearch-input-wrapper .amsearch-input::placeholder,
.amsearch-input-wrapper .amsearch-input::-webkit-input-placeholder {
  color: #999;
}
.amsearch-input-wrapper .amsearch-button.-close {
  bottom: 0;
  font-size: 1rem;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}
.amsearch-input-wrapper .amsearch-button.-loupe {
  border: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  right: 5px;
  top: 0;
}
body.-amsearch-overlay-opened .logo,
body.-amsearch-overlay-opened .nav-sections {
  z-index: 0;
}
.page-header.amsearch-full-width.-opened {
  z-index: 12;
}
.amsearch-overlay-block {
  background: rgba(0, 0, 0, 0.19);
  bottom: 0;
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 11;
}
.amsearch-overlay-block .amsearch-overlay {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.amsearch-items-section {
  padding: 25px 0 0 0;
  width: 100%;
}
.amsearch-items-section:empty {
  display: none;
}
.amsearch-item-container {
  flex-basis: 100%;
  padding: 0 0 20px;
  position: relative;
}
.amsearch-item-container.-opened {
  padding: 0 0 32px;
}
.amsearch-item-container.-page a.amsearch-link {
  color: var(--amsearch-color-hover_text, #3ac39c);
  font-weight: 600;
}
.amsearch-item-container.-recent_searches:not(.-closed) .amsearch-block-header {
  padding: 0 20px 15px;
}
.amsearch-item-container.-recent_searches .amsearch-tab-items {
  padding: 0 20px;
}
.amsearch-item-container.-recent_searches .amsearch-item {
  background: #f5f5f5;
  border: 1px solid transparent;
  border-radius: 25px;
  box-sizing: border-box;
  display: inline-block;
  margin: 0 8px 10px 0;
  order: 1;
  text-decoration: none;
}
.amsearch-item-container.-recent_searches .amsearch-item.-match {
  background-color: var(--amsearch-color-hover, #f4f5fa);
}
.amsearch-item-container.-recent_searches .amsearch-item .amsearch-link {
  padding: 6px 15px;
}
.amsearch-item-container.-recent_searches .amasty-xsearch-num-results {
  display: none;
}
.amsearch-item-container.-popular_searches .amasty-xsearch-num-results {
  display: none;
  font-size: 12px;
}
.amsearch-item-container.-browsing_history .amasty-xsearch-num-results {
  display: none;
}
.amsearch-item-container.-brands .amasty-xsearch-num-results {
  color: #cccccc;
  display: inline-block;
  float: none;
}
.amsearch-item-container .amsearch-tab-items {
  list-style: none;
  margin: 0;
  padding: 0;
}
.amsearch-item-container .amsearch-description {
  padding: 8px 20px;
}
.amsearch-item-container .amsearch-item {
  cursor: pointer;
  margin: 0;
  overflow: hidden;
  text-transform: capitalize;
}
.amsearch-item-container .amsearch-item .amsearch-link {
  color: var(--amsearch-color-text, #3ac39c);
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
  outline: none;
  padding: 8px 20px;
  text-decoration: none;
}
.amsearch-item-container .amsearch-item .amsearch-link:hover {
  background: var(--amsearch-color-hover, #f4f5fa);
  color: var(--amsearch-color-hover_text, #3ac39c);
}
.amsearch-item-container .amsearch-item .amsearch-link:focus {
  background: var(--amsearch-color-hover-focus, #f4f5fa);
  color: var(--amsearch-color-text-focus, #3ac39c);
}
.amsearch-related-terms {
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0;
}
.amsearch-related-terms > .amsearch-title {
  font-weight: 700;
  margin: 0 0 15px 0;
  width: 100%;
}
.amsearch-related-terms > .amsearch-item {
  background: #d8eeff;
  border-radius: 20px;
  color: #252525;
  font-size: 12px;
  line-height: 1.3;
  margin: 0 15px 10px 0;
  padding: 5px 15px;
  transition: .1s;
}
.amsearch-related-terms > .amsearch-item:hover {
  background: #b7e0ff;
}
.amsearch-related-terms > .amsearch-item:hover,
.amsearch-related-terms > .amsearch-item:active {
  text-decoration: none;
}
.amsearch-related-terms .amsearch-count {
  color: #757575;
}
.amsearch-button.-full-close {
  display: none;
}
.page-header .amsearch-button.-loupe-trigger {
  background-size: 20px;
  filter: brightness(75%);
  float: right;
  height: 20px;
  margin: 14px;
  width: 20px;
}
.page-header.amsearch-full-width .header.content {
  transition: none;
}
.page-header.amsearch-full-width .amsearch-full_width-title {
  flex-basis: 100%;
  font-size: 2.6rem;
  font-weight: 300;
  margin: 0;
  padding: 0 0 20px 0;
  z-index: 15;
}
.page-header.amsearch-full-width .amsearch-input-wrapper {
  flex-grow: 10;
  width: initial;
}
.page-header.amsearch-full-width .amsearch-button.-search {
  flex-grow: 1;
}
.page-header.amsearch-full-width .amsearch-wrapper-block {
  display: none;
}
.page-header.amsearch-full-width .amsearch-form-block {
  flex-wrap: wrap;
  height: auto;
  justify-content: flex-start;
  min-width: 100%;
  padding: 20px 15px;
  transition: none;
}
.page-header.amsearch-full-width .amsearch-button.-full-close {
  bottom: 0;
  margin: 20px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 98;
}
.page-header.amsearch-full-width .amsearch-result-section {
  border-radius: 0;
  border-top: 1px solid #cccccc;
  margin: 0;
  transition: none;
  width: 100%;
}
.page-header.amsearch-full-width .amsearch-slider-section {
  max-width: none;
  width: 100%;
}
.page-header.amsearch-full-width .amsearch-wrapper-block {
  background: #f5f5f5;
  height: 100%;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 14;
}
.page-header.amsearch-full-width.-opened {
  height: 134px;
  transition: .1s;
}
.page-header.amsearch-full-width.-opened .panel.wrapper {
  display: none;
}
.page-header.amsearch-full-width.-opened .header.content {
  align-content: center;
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  max-width: 100%;
  padding: 0;
}
.page-header.amsearch-full-width.-opened .minicart-wrapper {
  display: none;
}
.page-header.amsearch-full-width.-opened .amsearch-wrapper-block {
  display: inline-block;
}
.page-header.amsearch-full-width.-opened .amsearch-button.-full-close {
  display: inline-flex;
}
/**
 * Copyright © Amazon.com, Inc. or its affiliates. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License").
 * You may not use this file except in compliance with the License.
 * A copy of the License is located at
 *
 *  http://aws.amazon.com/apache2.0
 *
 * or in the "license" file accompanying this file. This file is distributed
 * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
 * express or implied. See the License for the specific language governing
 * permissions and limitations under the License.
 */
.amazon-button-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.amazon-button-container .amazon-button-column {
  display: flex;
  flex-direction: column;
  position: relative;
}
.amazon-button-container .amazon-button-column-tooltip {
  width: 30px;
}
.amazon-button-container.amazon-button-product-page {
  justify-content: left;
  margin-bottom: 2em;
}
/* for the "Amazon Sign-in" button */
.amazon-sign-in-button-container {
  display: table;
  margin: 0 0 22px;
}
.amazon-sign-in-button-container__cell {
  display: table-cell;
  min-width: 45px;
  position: relative;
}
.amazon-sign-in-button-container img {
  display: block;
}
.amazon-sign-in-button-container .field-tooltip {
  margin: -12px 0 0;
  right: 5px;
  top: 50%;
}
.block-customer-login .amazon-sign-in-button-container .field-tooltip .field-tooltip-content {
  top: 38px;
  left: -245px;
}
.block-customer-login .amazon-sign-in-button-container .field-tooltip .field-tooltip-content:before {
  border: none;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #666666;
  top: -10px;
  left: 244px;
}
.block-customer-login .amazon-sign-in-button-container .field-tooltip .field-tooltip-content:after {
  border: none;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #f4f4f4;
  top: -8px;
  left: 244px;
}
.cart-summary .amazon-button-container .checkout-methods-items {
  margin-top: 0;
}
.checkout-methods-items .amazon-button-container,
.block-minicart .amazon-button-container {
  flex-wrap: wrap;
}
.checkout-methods-items .amazon-divider,
.block-minicart .amazon-divider {
  flex-basis: 100%;
}
.checkout-methods-items .amazon-divider {
  margin-top: 0;
}
.checkout-methods-items .amazon-divider span {
  background: #f5f5f5;
}
.checkout-methods-items .amazon-button-column-tooltip .field-tooltip {
  display: block;
}
.product-info-main .amazon-button-container .field-tooltip {
  display: none;
}
#checkout .amazon-button-container {
  margin: 22px 0;
  justify-content: left;
}
#amazon-payment .payment-method-title {
  display: flex;
  align-items: center;
}
#amazon-payment .payment-method-title img {
  margin: 0 10px 0 4px;
}
#amazon-payment .checkout-billing-address {
  margin-top: 20px;
}
#amazon-payment .amazon-payment-action-container {
  padding-left: 10px;
}
#amazon-payment .actions-toolbar {
  margin-top: 20px;
}
.amazon-divider {
  border-bottom: 1px solid #cccccc;
  line-height: 0.1em;
  margin: 18px 0 20px;
  text-align: center;
  max-width: 500px;
}
.amazon-divider span {
  background: #fff;
  padding: 0 5px;
}
/** mini cart styling **/
.product-social-links,
.amazon-minicart-container {
  width: 100%;
  display: block;
  text-align: center;
}
.product-social-links .field-tooltip .field-tooltip-content,
.amazon-minicart-container .field-tooltip .field-tooltip-content {
  top: 38px;
  left: -245px;
}
.product-social-links .field-tooltip .field-tooltip-content:before,
.amazon-minicart-container .field-tooltip .field-tooltip-content:before {
  border: none;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #666666;
  top: -10px;
  left: 244px;
}
.product-social-links .field-tooltip .field-tooltip-content:after,
.amazon-minicart-container .field-tooltip .field-tooltip-content:after {
  border: none;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #f4f4f4;
  top: -8px;
  left: 244px;
}
.amazon-minicart-container .amazon-button-container {
  display: inline-block;
  margin: 0px;
}
.amazon-checkout-now {
  border-top: 1px solid #c1c1c1;
  padding-top: 10px;
  margin-bottom: 10px;
}
.revert-checkout {
  margin-top: 20px;
  margin-bottom: 20px;
  display: block;
}
.centered-button {
  text-align: center;
  display: inline-block;
}
.catalog-product-view .centered-button {
  display: table;
}
.checkout-payment-method .amazon-sandbox-simulator {
  border-bottom: 1px solid #cccccc;
}
.checkout-payment-method .amazon-sandbox-simulator .payment-option-title {
  border-top: none;
  padding-top: 0;
}
.checkout-payment-method .amazon-sandbox-simulator .amazon-sandbox-simulator-scenario {
  margin-bottom: 10px;
}
.checkout-methods-items .amazon-minicart-container .amazon-divider {
  display: none;
}
.checkout-methods-items .centered-button {
  margin-bottom: 0;
}
@media all and (max-width: 768px) {
  .checkout-methods-items .centered-button {
    width: auto;
  }
}
.checkout-methods-items .field-tooltip {
  display: none;
}
.checkout-methods-items .field-tooltip .field-tooltip-content {
  right: -10px;
  top: 40px;
  left: auto;
}
.checkout-methods-items .field-tooltip .field-tooltip-content:before,
.checkout-methods-items .field-tooltip .field-tooltip-content:after {
  border: 10px solid transparent;
  height: 0;
  width: 0;
  margin-top: -21px;
  right: 10px;
  left: auto;
  top: 0;
}
.checkout-methods-items .field-tooltip .field-tooltip-content:before {
  border-bottom-color: #666666;
}
.checkout-methods-items .field-tooltip .field-tooltip-content:after {
  border-bottom-color: #f4f4f4;
  top: 1px;
}
@media all and (max-width: 768px) {
  .checkout-methods-items .field-tooltip .field-tooltip-content {
    right: -56px;
    top: 38px;
    left: auto;
  }
  .checkout-methods-items .field-tooltip .field-tooltip-content:before,
  .checkout-methods-items .field-tooltip .field-tooltip-content:after {
    right: 56px;
  }
}
.amazon-widget {
  max-width: 400px;
  height: 228px;
}
.amazon-widget--address {
  margin-top: 20px;
}
.amazon-addresses {
  margin-top: 20px;
}
.amazon-addresses .amazon-address {
  margin-bottom: 20px;
}
#checkout-step-shipping .amazon-divider {
  margin: 40px 0;
}
.checkout-payment-method .amazon-payment-method .payment-method-title {
  visibility: hidden;
  padding-bottom: 0;
}
/** Prevent movement after a soft decline to other payment steps **/
.opc-progress-bar-item._complete.lock-step {
  cursor: none;
  pointer-events: none;
}
.amazon-product-button .amazon-checkout-button:active {
  pointer-events: none;
}
@media all and (max-width: 768px) {
  .amazon-minicart-container .amazon-button-container {
    width: auto;
  }
}
/**
 * BSS Commerce Co.
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the EULA
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://bsscommerce.com/Bss-Commerce-License.txt
 *
 * @category   BSS
 * @package    Bss_B2bRegistration
 * @author     Extension Team
 * @copyright  Copyright (c) 2017-2018 BSS Commerce Co. ( http://bsscommerce.com )
 * @license    http://bsscommerce.com/Bss-Commerce-License.txt
 */
.page-header .panel > .header.links {
  display: flex;
}
.page-header .panel .bss-b2b-customer {
  order: 4;
}
.customer-dob #dob-error {
  width: 100%;
  float: left;
  margin: 10px 0 20px 0;
}
.stickyCart {
  position: fixed;
  background: #000;
  width: 100%;
  bottom: 0;
  height: 90px;
  z-index: 99;
  display: none;
  align-items: center;
  justify-content: center;
}
.stickyCart.sticky_show_atc {
  display: block;
}
.stickyCart .stickyChild {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 90px;
}
.stickyCart .stickyChild #parentQtySticky {
  height: 43px;
}
.stickyCart .stickyChild #timerSticky {
  position: relative;
}
.stickyCart .stickyChild .clSticky {
  padding: 0 10px 0 10px;
}
.stickyCart .stickyChild .clSticky .quantity {
  text-align: left;
  margin-right: 0;
  position: relative;
  border: 1px solid #999;
}
.stickyCart .stickyChild .clSticky .quantity .qty {
  width: calc(100% - 20px);
  border: 0;
  height: 40px;
  padding: 0;
  font-weight: 700;
  font-size: 14px;
  text-align: center;
}
.stickyCart .stickyChild .clSticky .stickyProductName {
  color: #eee;
}
.stickyCart .stickyChild .clSticky .imgBorder {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  border: solid 1px #eee;
  display: flex;
  justify-content: center;
  align-items: center;
}
.stickyCart .stickyChild .clSticky .imgBorder .borderImg {
  width: 60px;
  height: 60px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  overflow: hidden;
}
.stickyCart .stickyChild .clSticky .imgBorder .borderImg .stickyImg {
  width: 100%;
  max-width: 100%;
}
.stickyCart .stickyChild .contentShow #btnSticky {
  color: #fff;
  border: 1px solid #ccc;
}
.stickyCart .btn-plus {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
}
.stickyCart .btn-plus .items {
  background: transparent;
  color: #fff;
  border: none;
  width: 100%;
}
.stickyCart .btn-plus .items .fa {
  font-family: 'luma-icons';
  font-style: normal;
  font-size: 9px;
}
.stickyCart .btn-plus .items .fa.fa-angle-up:before {
  content: "\e61c";
}
.stickyCart .btn-plus .items .fa.fa-angle-down:before {
  content: "\e60f";
}
.stickyCart .quantity input:focus {
  outline: 0;
}
@media only screen and (max-width: 767px) {
  .contentHide {
    display: none;
  }
  .contentShow #btnSticky {
    width: 100%;
  }
}
/**
 * Common
 */
.klarna-payments-method-cell {
  display: table-cell;
  vertical-align: middle;
}
label.klarna-payments-method-cell > span {
  padding-left: 5px;
}
span.klarna-payments-method-cell > img {
  display: block;
}
/**
 * Desktop
 */
/**
 * Mobile
 */
.empty-td {
  display: none;
  width: 0;
  padding: 0;
}
.estimation-wrapper {
  margin-bottom: 10px;
}
.estimation-wrapper .heading-container {
  margin-bottom: 3px;
  position: relative;
}
.estimation-wrapper .heading-container .label {
  display: none;
  font-weight: 600;
  margin-bottom: 0;
  margin-right: 5px;
}
.estimation-wrapper .heading-container img.loader {
  display: none;
  max-height: 20px;
  position: absolute;
  top: 0;
}
.estimation-wrapper .heading-container img.loader.visible {
  display: inline-block;
}
.estimation-wrapper .heading-container.visible .label {
  display: inline-block;
}
.estimation-wrapper .response-container {
  display: none;
  min-height: 28px;
}
.estimation-wrapper .response-container span {
  margin-top: 5px;
  margin-bottom: 0;
}
.estimation-wrapper .response-container span.post-code {
  cursor: pointer;
  font-weight: 600;
  text-decoration: underline;
}
.estimation-wrapper .response-container span.country-code {
  font-weight: 600;
}
.estimation-wrapper .response-container span.error-massage {
  display: none;
  color: #ff0000;
  cursor: pointer;
  text-decoration: underline;
}
.estimation-wrapper .response-container .order-within-container,
.estimation-wrapper .response-container #estimation_message {
  display: none;
  margin-top: 3px;
}
.estimation-wrapper .response-container .order-within-container #order_within,
.estimation-wrapper .response-container #estimation_message #order_within {
  font-weight: bold;
  margin-top: 0;
}
.estimation-wrapper .response-container .input-wrapper {
  display: inline-block;
}
.estimation-wrapper .response-container .input-wrapper input,
.estimation-wrapper .response-container .input-wrapper select {
  display: none;
  height: auto;
  margin: 0 5px 0 0;
  max-width: 72px;
  padding: 2px;
  text-align: center;
}
.estimation-wrapper .response-container.visible {
  display: block;
}
.estimation-wrapper.show-spinner {
  min-height: 25px;
}
#estimated_content {
  display: none;
  float: left;
  margin-bottom: 10px;
  width: 100%;
}
#estimated_content strong.label {
  float: left;
  min-height: 25px;
}
#estimated_content .loader {
  display: none;
  position: relative;
  top: 0;
  left: 10px;
}
#estimated_content .loader img {
  height: 20px;
}
#estimated_content #estimated_response {
  display: none;
  float: left;
  min-height: 30px;
  width: 100%;
}
#estimated_content #estimated_response span {
  display: inline-block;
  padding-top: 5px;
}
#estimated_content #estimated_response span#zip {
  cursor: pointer;
  text-decoration: underline;
}
#estimated_content #estimated_response span#zip_response,
#estimated_content #estimated_response span#country_response {
  font-weight: bold;
}
#estimated_content #estimated_response span#zip_response.clickable {
  cursor: pointer;
  text-decoration: underline;
}
#estimated_content #estimated_response span.input-wrapper {
  padding-top: 0;
}
#estimated_content #estimated_response .update-location {
  display: inline-block;
  position: relative;
  padding: 0;
  margin: 0;
}
#estimated_content #estimated_response .update-location .input-wrapper,
#estimated_content #estimated_response .update-location .buttons {
  padding: 0;
  margin: 0;
  position: relative;
  top: 0;
}
#estimated_content #estimated_response .update-location #input_zip,
#estimated_content #estimated_response .update-location #input_country {
  display: none;
  border: 1px solid #ccc;
  border-radius: 0;
  font-size: inherit;
  text-align: center;
  margin: 0 2px;
  height: 26px;
  padding: 0;
  max-width: 75px;
}
#estimated_content #estimated_response .update-location #input_zip.empty,
#estimated_content #estimated_response .update-location #input_country.empty {
  border-color: #ff0000;
}
#estimated_content #estimated_response .update-location #coutry_text {
  display: none;
}
#estimated_content #estimated_response .update-location #input_zip {
  margin-left: 0;
}
#estimated_content #estimated_response .update-location #input_country {
  padding: 0 20px 0 10px;
  position: relative;
}
#estimated_content #estimated_response .update-location .buttons {
  padding: 0;
}
#estimated_content #estimated_response .update-location .buttons #update_location {
  cursor: pointer;
  border-radius: 0;
  padding: 0;
  margin: 0 5px;
  top: -2px;
  position: relative;
}
#estimated_content #estimated_response .update-location .buttons #update_location span {
  padding: 0;
  margin: 0;
  width: 26px;
}
#estimated_content #estimated_response .update-location .buttons #update_location span:before {
  font-family: 'luma-icons';
  font-size: 12px;
  line-height: 24px;
  content: '\e610';
  display: inline-block;
}
#estimated_content #estimated_response .update-location .buttons #update_location {
  display: none;
}
@media only screen and (max-width: 1040px) {
  #estimated_content #estimated_response .update-location {
    margin-top: 5px;
  }
}
#estimated_content #error {
  display: none;
  float: left;
  width: 100%;
}
#estimated_content #error #error-message {
  color: #ff0000;
}
#estimated_content #error #error-message.clickable {
  cursor: pointer;
  text-decoration: underline;
}
.wesupply_estimations_zip {
  max-width: 65px;
}
.page-header-v3 .header_right .wesupply-link-v2,
.page-header-v4 .header_right .wesupply-link-v2 {
  display: none;
}
.page-header-v4.sticky-header .header.links .wesupply-tracking-info {
  margin-right: 15px;
}
.wesupply_options {
  width: 150px;
  margin-right: 10px;
}
.wesupply-link-v2 {
  float: left;
  line-height: 30px;
}
.sticky-header .wesupply-link-v2 {
  display: none;
}
/* DESIGN 1 */
.sms-center {
  text-align: center;
}
#ws_embed_sms_notification {
  clear: left;
  font: 14px Helvetica, Arial, sans-serif;
  margin: 40px 0 20px;
  padding: 0;
}
#ws_embed_sms_notification.design-1 #phonePrefix,
#ws_embed_sms_notification.design-1 #ws-Phone {
  height: 50px;
}
#ws_embed_sms_notification.ws-left {
  text-align: left;
}
#ws_embed_sms_notification.ws-left.sms-center {
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
}
#ws_embed_sms_notification .block-span {
  display: block;
}
#ws_embed_sms_notification .block-span.mg-top-span {
  margin-bottom: 10px;
}
#ws_embed_sms_notification .control-subs:before {
  font-size: 16px;
  line-height: 32px;
  color: #575757;
  margin: 6px 0 0 8px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  position: absolute;
  background: url('../../frontend/Netsteps/default/it_IT/WeSupply_Toolbox/images/icone_phone.png');
  content: '';
  width: 12px;
  height: 20px;
}
#ws_embed_sms_notification .control-subs .ws-Phone {
  padding-left: 35px;
}
#ws_embed_sms_notification #ws-responses {
  padding: 20px 0;
  margin: 0 auto;
}
#ws-responses {
  padding-bottom: 20px;
}
#ws-responses #ws-error-response {
  color: red;
}
#ws-responses #ws-success-response {
  color: green;
}
/* DESIGN 2 */
.sms-center-design-2 {
  margin: 0 auto;
  text-align: center;
}
.ws-title-description-container-dsg2 {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.ws_embed_sms_notification {
  width: 100%;
  margin-top: 50px;
}
.ws_embed_sms_notification .inline-block {
  width: 100%;
  text-align: left;
  border: 1px solid #b5b5b5;
  position: relative;
}
.ws_embed_sms_notification .inline-block .title-dsg-2 {
  border-right: 1px solid #b5b5b5;
  float: left;
  min-height: 26px;
  line-height: 26px;
  padding: 15px 30px;
}
.ws_embed_sms_notification .inline-block .description-dsg-2 {
  float: left;
  display: inline-block;
  width: auto;
  padding: 14px 20px;
  min-height: 26px;
  line-height: 26px;
}
.ws_embed_sms_notification .inline-block .ws-embedded-sms-notification-form-dsg-2 {
  float: right;
  display: inline-block;
  max-width: unset;
  padding: 11px;
  min-width: 396px;
  width: auto;
}
.ws_embed_sms_notification .inline-block .ws-embedded-sms-notification-form-dsg-2 .ws-phone-dsg-2 {
  width: 205px;
  float: left;
  height: 32px;
  padding: 0 0 0 26px;
  border-right: 0 none;
}
.ws_embed_sms_notification .inline-block .ws-embedded-sms-notification-form-dsg-2 .ws-country-pc-dsg2 {
  padding: 0 0 0 26px;
  height: 34px;
  width: 130px;
}
.ws_embed_sms_notification .inline-block .ws-embedded-sms-notification-form-dsg-2 .ws-orderId-dsg2 {
  margin-bottom: 10px;
  max-width: 100%;
}
.ws_embed_sms_notification .inline-block .ws-embedded-sms-notification-form-dsg-2 button.action {
  float: left;
  clear: none;
  margin: 0;
  border-radius: 0;
}
.ws_embed_sms_notification .inline-block .sms-subs {
  margin-top: -3px;
  border-radius: 3px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.ws_embed_sms_notification .inline-block .title-dsg-2 {
  padding: 14px;
  font-size: 13px;
  margin: 0;
  background: #f4f4f4;
}
.ws_embed_sms_notification .inline-block .control-subs-2:before {
  font-size: 16px;
  line-height: 32px;
  color: #575757;
  margin: 6px 0 0 8px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  position: absolute;
  background: url('../../frontend/Netsteps/default/it_IT/WeSupply_Toolbox/images/icone_phone.png');
  content: '';
  width: 12px;
  height: 20px;
}
@media screen and (max-width: 988px) {
  .ws_embed_sms_notification .inline-block .title-dsg-2 {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .ws_embed_sms_notification .inline-block {
    border: 0 none;
  }
  .ws_embed_sms_notification .inline-block .description-dsg-2 {
    padding-left: 0;
  }
  .ws_embed_sms_notification .inline-block .ws-embedded-sms-notification-form-dsg-2 {
    float: left;
    padding: 0 0 10px 0;
    clear: both;
  }
  .ws_embed_sms_notification .inline-block .ws-title-description-container-dsg2 {
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .ws_embed_sms_notification .inline-block {
    border: 1px solid #b5b5b5;
  }
  .ws_embed_sms_notification .inline-block .description-dsg-2 {
    text-align: center;
    width: 100%;
  }
  .ws_embed_sms_notification .inline-block #ws-embedded-sms-notification-form.ws-embedded-sms-notification-form-dsg-2 {
    padding: 0 20px;
    min-width: unset;
  }
  .ws_embed_sms_notification .inline-block #ws-embedded-sms-notification-form.ws-embedded-sms-notification-form-dsg-2 #ws-Phone {
    width: calc(100% - 130px);
    border-right: 1px solid #c2c2c2;
  }
  .ws_embed_sms_notification .inline-block #ws-embedded-sms-notification-form.ws-embedded-sms-notification-form-dsg-2 #ws-orderId {
    margin-bottom: 10px;
    width: 100%;
    max-width: 100%;
  }
  .ws_embed_sms_notification .inline-block #ws-embedded-sms-notification-form.ws-embedded-sms-notification-form-dsg-2 button#ws-embedded-subscribe {
    width: 100%;
    margin-top: 10px;
    float: none;
    height: auto;
  }
}
.wesupply-track-shipment .page-title-wrapper,
.wesupply-orders-view .page-title-wrapper {
  display: none;
}
iframe.embedded-iframe.ws-stores-view {
  height: 820px;
}
#order-view-container {
  height: 1000px;
}
.order-view-modal .page-main-actions {
  display: none;
}
.order-view-modal .modal-header {
  display: none;
}
.order-view-modal .modal-content {
  padding: 0;
}
.loading-container {
  text-align: center;
  padding: 40px;
  position: relative;
}
.loading-container .loading-image {
  background: url('../../frontend/Netsteps/default/it_IT/images/loader-2.gif') center center no-repeat transparent;
  background-size: contain;
  position: absolute;
  top: 0;
  left: calc(50% - 100px);
  height: 200px;
  width: 200px;
  z-index: 100;
}
[class*="cms-wesupply-store-locator"].sales-order-history .embedded-iframe-container,
[class*="cms-wesupply-store-details"].sales-order-history .embedded-iframe-container,
.account.sales-order-history .embedded-iframe-container,
[class*="cms-wesupply-store-locator"].customer-account-index .embedded-iframe-container,
[class*="cms-wesupply-store-details"].customer-account-index .embedded-iframe-container,
.account.customer-account-index .embedded-iframe-container {
  display: none;
}
.wesupply-track-shipment #maincontent {
  position: relative;
  margin: 0 auto !important;
  max-width: unset;
  padding: 0;
  width: 100%;
}
.wesupply-track-shipment #maincontent .embedded-iframe-container {
  display: block;
}
.wesupply-track-shipment #maincontent .embedded-iframe-container .page-title {
  text-align: left;
}
.wesupply-track-shipment #maincontent .not-found {
  padding: 40px 0 20px;
  margin: 0 auto;
  display: table;
}
.wesupply-track-shipment .breadcrumbs {
  display: none;
}
#co-shipping-method-form .item-options .field.item {
  margin-left: 20px;
}
#co-shipping-method-form .item-options .field.item input.radio {
  margin-left: -20px;
  margin-top: 2px;
}
#co-shipping-method-form .item-options .field.item label.label {
  position: relative;
  top: -2px;
  left: -2px;
}
#co-shipping-method-form .item-options .field.item span.eta {
  display: block;
}
@media screen and (min-width: 1024px) {
  .order-view-modal {
    max-width: 989px;
    left: calc(100% - 989px);
  }
}
/* quick fix for pearl users */
.theme-pearl .ws_embed_sms_notification .inline-block .ws-embedded-sms-notification-form-dsg-2 .ws-phone-dsg-2 {
  height: 34px;
}
.theme-pearl .ws_embed_sms_notification .inline-block .ws-embedded-sms-notification-form-dsg-2 .ws-country-pc-dsg2 {
  height: 34px;
}
@media screen and (max-width: 767px) {
  .theme-pearl .checkout-shipping-method .table-checkout-shipping-method thead {
    display: none;
  }
  .theme-pearl .checkout-shipping-method .table-checkout-shipping-method tbody {
    padding-bottom: 20px;
  }
  .theme-pearl .checkout-shipping-method .table-checkout-shipping-method tbody tr.row {
    display: flex;
    margin-left: 0;
    padding-bottom: 0;
  }
  .theme-pearl .checkout-shipping-method .table-checkout-shipping-method tbody tr.row:first-child,
  .theme-pearl .checkout-shipping-method .table-checkout-shipping-method tbody tr.row.row-eta,
  .theme-pearl .checkout-shipping-method .table-checkout-shipping-method tbody tr.row td.col {
    border: 0 none;
  }
}
/* quick fix for non pearl users */
body:not(.theme-pearl) #estimated_content #estimated_response .update-location .input-wrapper #input_zip,
body:not(.theme-pearl) #estimated_content #estimated_response .update-location .buttons #input_zip {
  height: 26px;
  min-height: unset;
  max-height: unset;
  position: relative;
  top: -1px;
}
body:not(.theme-pearl) #estimated_content #estimated_response .update-location .input-wrapper #input_country,
body:not(.theme-pearl) #estimated_content #estimated_response .update-location .buttons #input_country,
body:not(.theme-pearl) #estimated_content #estimated_response .update-location .input-wrapper #update_location,
body:not(.theme-pearl) #estimated_content #estimated_response .update-location .buttons #update_location {
  height: 28px;
}
body:not(.theme-pearl) #estimated_content #estimated_response .update-location .input-wrapper #input_country,
body:not(.theme-pearl) #estimated_content #estimated_response .update-location .buttons #input_country {
  top: -1px;
}
body:not(.theme-pearl) #ws_embed_sms_notification.sms-center {
  max-width: 560px;
  margin: 40px auto;
}
body:not(.theme-pearl) #ws_embed_sms_notification.sms-center-design-2 {
  margin: 40px auto;
}
body:not(.theme-pearl) #ws_embed_sms_notification .ws-field-group {
  position: relative;
}
body:not(.theme-pearl) #ws_embed_sms_notification .ws-field-group:before {
  left: 0;
}
body:not(.theme-pearl) #ws_embed_sms_notification .ws-field-group #phonePrefix,
body:not(.theme-pearl) #ws_embed_sms_notification .ws-field-group #ws-Phone {
  height: 32px;
  vertical-align: bottom;
}
body:not(.theme-pearl) #ws_embed_sms_notification .ws-field-group #ws-Phone {
  padding-left: 5px;
}
body:not(.theme-pearl) #ws_embed_sms_notification .ws-field-group #ws-orderId {
  margin-bottom: 10px;
  width: 460px;
  max-width: 100%;
}
.checkout-onepage-success .delivery-estimations {
  font-size: 1.8rem;
  font-weight: 600;
  padding-top: 20px;
}
/* MEDIA QUERIES */
.block-category-event {
  background: #f0f0f0;
  color: #333333;
  padding: 10px 0 15px;
  text-align: center;
}
.block-category-event.block:last-child {
  margin-bottom: 10px;
}
.block-category-event .block-title {
  margin: 0 0 10px;
}
.block-category-event .block-title strong {
  font-size: 1.5rem;
  font-weight: 300;
}
.block-category-event .ticker {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.block-category-event .ticker li {
  display: none;
  margin: 0 15px;
}
.block-category-event .ticker .value {
  font-size: 1.8rem;
  font-weight: 300;
}
.block-category-event .ticker .label {
  font-size: 1rem;
  display: block;
  text-transform: lowercase;
}
.block-category-event .dates {
  display: table;
  margin: 0 auto;
}
.block-category-event .dates .start,
.block-category-event .dates .end {
  display: table-cell;
  vertical-align: top;
}
.block-category-event .dates .date {
  font-size: 1.8rem;
}
.block-category-event .dates .time {
  display: block;
}
.block-category-event .dates .start {
  padding-right: 40px;
  position: relative;
}
.block-category-event .dates .start:after {
  font-size: 1.8rem;
  content: '\2013';
  display: block;
  position: absolute;
  right: 15px;
  top: 0;
}
/**
 * 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: 40px;
}
.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: 5px auto 0;
}
.opc .paypal {
  vertical-align: middle;
}
.paypal.acceptance {
  display: block;
  margin: 0 0 20px;
}
.map-form-addtocart .paypal {
  display: block;
  margin: 10px auto 5px;
}
.cart-summary .paypal + .paypal {
  margin-top: 25px;
}
.paypal-review .actions-toolbar {
  margin-top: 10px;
}
.paypal-review .paypal-review-title {
  padding: 0 0 10px;
}
.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 30px;
}
.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 #cccccc;
  margin: 0 0 40px;
  padding: 10px 0 0;
}
.fotorama-video-container:after {
  background: url('../../frontend/Netsteps/default/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/Netsteps/default/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: 10px;
}
.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: #646464;
  padding-left: 17px;
}
.swatch-attribute-options {
  margin: 10px 0;
}
.swatch-attribute-options:focus {
  box-shadow: none;
}
.swatch-attribute-options .swatch-option-tooltip-layered .title {
  color: #282828;
  bottom: -5px;
  height: 20px;
  left: 0;
  margin-bottom: 10px;
  position: absolute;
  text-align: center;
  width: 100%;
}
.swatch-attribute.size .swatch-option,
.swatch-attribute.manufacturer .swatch-option {
  background: #f0f0f0;
  color: #949494;
}
.swatch-attribute.size .swatch-option.selected,
.swatch-attribute.manufacturer .swatch-option.selected {
  background: #ffffff;
  border: 1px solid #ffffff;
  color: #000000;
}
.swatch-option {
  border: 1px solid #dadada;
  cursor: pointer;
  float: left;
  height: 20px;
  margin: 0 10px 5px 0;
  max-width: 100%;
  min-width: 30px;
  overflow: hidden;
  padding: 1px 2px;
  position: relative;
  text-align: center;
  text-overflow: ellipsis;
}
.swatch-option:focus {
  box-shadow: 0 0 3px 1px #00699d;
}
.swatch-option.text {
  background: #f0f0f0;
  color: #686868;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  margin-right: 7px;
  min-width: 22px;
  padding: 4px 8px;
}
.swatch-option.text.selected {
  background-color: #ffffff;
}
.swatch-option.selected {
  outline: 2px solid #ff5501;
  border: 1px solid #ffffff;
  color: #333333;
}
.swatch-option:not(.disabled):hover {
  border: 1px solid #ffffff;
  color: #333333;
  outline: 1px solid #999999;
}
.swatch-option.image:not(.disabled):hover,
.swatch-option.color:not(.disabled):hover {
  border: 1px solid #ffffff;
  outline: 2px solid #c34000;
}
.swatch-option.disabled {
  box-shadow: unset;
  cursor: default;
  pointer-events: none;
}
.swatch-option.disabled:after {
  background: linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(42%, rgba(255, 255, 255, 0)), color-stop(43%, #ffffff), color-stop(46%, #ffffff), color-stop(47%, #ff5216), color-stop(53%, #ff5216), color-stop(54%, #ffffff), color-stop(57%, #ffffff), color-stop(58%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  bottom: 0;
  content: '';
  filter: 'progid:DXImageTransform.Microsoft.gradient(startColorstr=#00ffffff, endColorstr=#00ffffff, GradientType=1)';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.swatch-option-disabled {
  border: 0;
  cursor: default;
  outline: none !important;
}
.swatch-option-disabled:after {
  -webkit-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  transform: rotate(-30deg);
  background: #e02b27;
  content: '';
  height: 2px;
  left: -4px;
  position: absolute;
  top: 10px;
  width: 42px;
  z-index: 995;
}
.swatch-option-loading {
  content: url('../../frontend/Netsteps/default/it_IT/images/loader-2.gif');
}
.swatch-option-tooltip {
  border: 1px solid #dadada;
  color: #949494;
  background: #ffffff;
  display: none;
  max-height: 100%;
  min-height: 20px;
  min-width: 20px;
  padding: 5px;
  position: absolute;
  text-align: center;
  z-index: 999;
}
.swatch-option-tooltip .corner,
.swatch-option-tooltip-layered .corner {
  bottom: 0;
  height: 8px;
  left: 40%;
  position: absolute;
}
.swatch-option-tooltip .corner:before,
.swatch-option-tooltip-layered .corner:before,
.swatch-option-tooltip .corner:after,
.swatch-option-tooltip-layered .corner:after {
  border-style: solid;
  content: '';
  font-size: 1px;
  height: 0;
  position: relative;
  width: 0;
}
.swatch-option-tooltip .corner:before,
.swatch-option-tooltip-layered .corner:before {
  border-color: #adadad transparent transparent transparent;
  border-width: 8px 8.5px 0 8.5px;
  left: 0;
  top: 2px;
}
.swatch-option-tooltip .corner:after,
.swatch-option-tooltip-layered .corner:after {
  border-color: #ffffff transparent transparent transparent;
  border-width: 7px 7.5px 0 7.5px;
  left: -15px;
  top: 1px;
}
.swatch-option-tooltip .image,
.swatch-option-tooltip-layered .image {
  display: block;
  height: 130px;
  margin: 0 auto;
  width: 130px;
}
.swatch-option-tooltip-layered {
  background: #ffffff;
  border: 1px solid #dadada;
  color: #949494;
  display: none;
  left: -47px;
  position: absolute;
  width: 140px;
  z-index: 999;
}
.swatch-option-tooltip .title {
  color: #282828;
  display: block;
  max-height: 200px;
  min-height: 20px;
  overflow: hidden;
  text-align: center;
}
.swatch-option-link-layered {
  margin: 0 !important;
  padding: 0 !important;
  position: relative;
}
.swatch-option-link-layered:focus > div {
  box-shadow: 0 0 3px 1px #00699d;
}
.swatch-option-link-layered:hover > .swatch-option-tooltip-layered {
  display: block;
}
.swatch-opt {
  margin: 20px 0;
}
.swatch-opt-listing {
  margin-bottom: 10px;
}
.swatch-more {
  display: inline-block;
  margin: 2px 0;
  padding: 2px;
  position: static;
}
.swatch-visual-tooltip-layered {
  height: 160px;
  top: -170px;
}
.swatch-textual-tooltip-layered {
  height: 30px;
  top: -40px;
}
.swatch-input {
  left: -1000px;
  position: absolute;
  visibility: hidden;
}
.clearfix:after {
  clear: both;
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
}
.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: 10px;
  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 20px;
  text-align: left;
}
.column .block-addbysku .block-content .actions-toolbar:before,
.column .block-addbysku .block-content .actions-toolbar:after {
  content: '';
  display: table;
}
.column .block-addbysku .block-content .actions-toolbar:after {
  clear: both;
}
.column .block-addbysku .block-content .actions-toolbar .primary {
  float: left;
}
.column .block-addbysku .block-content .actions-toolbar .primary,
.column .block-addbysku .block-content .actions-toolbar .secondary {
  display: inline-block;
}
.column .block-addbysku .block-content .actions-toolbar .primary a.action,
.column .block-addbysku .block-content .actions-toolbar .secondary a.action {
  display: inline-block;
}
.column .block-addbysku .block-content .actions-toolbar .primary .action {
  margin: 0 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 20px;
  padding-top: 10px;
}
.block-cart-failed {
  margin: 40px 0;
}
.block-cart-failed .block-title {
  font-size: 2.6rem;
}
.block-cart-failed .block-title strong {
  font-weight: 300;
}
.block-cart-failed .actions {
  text-align: center;
}
.block-cart-failed .actions .action {
  display: block;
  margin: 0 auto 10px;
}
.catalogsearch-advanced-result .message.error {
  margin-top: -60px;
}
.bundle-actions {
  margin: 0 0 30px;
}
.bundle-options-container {
  clear: both;
  margin-bottom: 40px;
}
.bundle-options-container .legend.title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
  border: 0;
  padding: 0;
}
.bundle-options-container .product-add-form {
  display: none;
}
.bundle-options-container .product-options-wrapper {
  margin-bottom: 30px;
}
.bundle-options-container .product-options-wrapper .fieldset > .field {
  border-top: 1px #e4e4e4 solid;
  padding-top: 20px;
}
.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: 30px;
}
.bundle-options-container .block-bundle-summary > .title {
  margin-bottom: 15px;
}
.bundle-options-container .block-bundle-summary > .title > strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.bundle-options-container .block-bundle-summary > .title,
.bundle-options-container .block-bundle-summary .bundle-summary .subtitle {
  border-bottom: 1px #e4e4e4 solid;
  margin-bottom: 25px;
  padding-bottom: 16px;
}
.bundle-options-container .block-bundle-summary .price-box {
  margin-bottom: 20px;
}
.bundle-options-container .block-bundle-summary .price-box .price-label {
  display: block;
  margin-bottom: 5px;
}
.bundle-options-container .block-bundle-summary .bundle-summary {
  margin-top: 30px;
}
.bundle-options-container .block-bundle-summary .bundle-summary.empty {
  display: none;
}
.bundle-options-container .block-bundle-summary .bundle-summary > .subtitle {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
  display: block;
}
.bundle-options-container .block-bundle-summary .bundle.items > li {
  margin-bottom: 20px;
}
.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 20px;
  margin-top: 20px;
}
.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 #cccccc;
  clear: left;
  margin: 0 0 40px;
  padding-top: 20px;
}
.products {
  margin: 30px 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: 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-actions .actions-primary > .stock.unavailable {
  line-height: 1;
  padding-bottom: 10px;
  padding-right: 24px;
  padding-top: 10px;
}
.product-item-description {
  margin: 25px 0;
}
.product-item .product-reviews-summary .rating-summary {
  margin: 0 4px 0 0;
}
.product-item .product-reviews-summary .reviews-actions {
  font-size: 12px;
  margin-top: 5px;
}
.product-item .price-box {
  margin: 10px 0 25px;
}
.product-item .price-box .price {
  font-weight: 700;
  white-space: nowrap;
}
.product-item .price-box .price-label {
  color: #666666;
  font-size: 12px;
}
.product-item .old-price {
  margin: 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: 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: 10px;
  padding-top: 10px;
  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: 5px;
}
.price-container .price-including-tax + .price-excluding-tax,
.price-container .weee,
.price-container .price-including-tax + .price-excluding-tax .price,
.price-container .weee .price,
.price-container .weee + .price-excluding-tax:before,
.price-container .weee + .price-excluding-tax .price {
  font-size: 1.1rem;
}
.price-container .weee:before {
  content: '(' attr(data-label) ': ';
}
.price-container .weee:after {
  content: ')';
}
.price-container .weee + .price-excluding-tax:before {
  content: attr(data-label) ': ';
}
.products-list .product-item {
  display: table;
  width: 100%;
}
.products-list .product-item-info {
  display: table-row;
}
.products-list .product-item-photo {
  display: table-cell;
  padding: 0 30px 30px 0;
  vertical-align: top;
  width: 1%;
}
.products-list .product-item-details {
  display: table-cell;
  vertical-align: top;
}
.page-products .columns {
  padding-top: 60px;
  position: relative;
  z-index: 1;
}
.toolbar {
  margin-bottom: 30px;
  text-align: center;
}
.toolbar select {
  background-color: #f0f0f0;
  box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(204, 204, 204, 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: 25px;
}
.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 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';
  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: #666666;
}
.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: 20px;
}
.product-image-container {
  display: inline-block;
  max-width: 100%;
}
.product-image-wrapper {
  display: block;
  height: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.product-image-photo {
  bottom: 0;
  display: block;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}
.product.media .placeholder .photo.container {
  max-width: 100%;
}
.product.media .notice {
  margin: 10px 0;
  color: #7d7d7d;
  font-size: 1.2rem;
}
.product.media .product.thumbs {
  margin: 10px 0 25px;
}
.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 5px 10px 5px;
}
.product.info.detailed .additional-attributes > thead > tr > th,
.product.info.detailed .additional-attributes > tbody > tr > th,
.product.info.detailed .additional-attributes > tfoot > tr > th {
  padding: 5.5px 30px 10px 0;
}
.product-info-main .product-info-price {
  color: #575757;
  border-bottom: 1px solid #c1c1c1;
  display: table;
  margin-bottom: 15px;
  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: 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: 10px;
  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: 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: 20px 0;
}
.product-info-main .product.alert {
  margin: 10px 0;
}
.product-info-main .product-add-form {
  clear: both;
  padding-top: 15px;
}
.product-info-main .product-reviews-summary {
  float: left;
}
.product-info-main .product-options-bottom .box-tocart {
  margin-top: 20px;
}
.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: 10px;
}
.product-options-wrapper .fieldset-product-options-inner.required .legend:after,
.product-options-wrapper .fieldset-product-options-inner._required .legend:after {
  content: '*';
  color: #e02b27;
  font-size: 1.2rem;
}
.product-options-wrapper .field .note {
  display: block;
  margin-top: 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: 10px;
  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: 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: 15px;
}
.prices-tier .item {
  margin-bottom: 10px;
}
.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: #006bb4;
  text-decoration: none;
}
.ui-dialog-titlebar-close:hover {
  color: #006bb4;
  text-decoration: underline;
}
.ui-dialog-titlebar-close:active {
  color: #ff5501;
  text-decoration: underline;
}
.ui-dialog-titlebar-close:hover,
.ui-dialog-titlebar-close:active,
.ui-dialog-titlebar-close:focus {
  background: none;
  border: 0;
}
.ui-dialog-titlebar-close.disabled,
.ui-dialog-titlebar-close[disabled],
fieldset[disabled] .ui-dialog-titlebar-close {
  color: #006bb4;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.sidebar .product-items .product-item {
  margin-bottom: 20px;
  position: relative;
}
.sidebar .product-items .product-item-info {
  position: relative;
  width: auto;
}
.sidebar .product-items .product-item-info .product-item-photo {
  left: 0;
  position: absolute;
  top: 0;
}
.sidebar .product-items .product-item-name {
  margin-top: 0;
}
.sidebar .product-items .product-item-details {
  margin: 0 0 0 85px;
}
.sidebar .product-items .product-item-actions {
  display: block;
  margin-top: 10px;
}
.sidebar .product-items .price-box {
  display: block;
  margin: 7px 0;
}
.sidebar .product-items .text {
  margin-right: 8px;
}
.sidebar .product-items .counter {
  color: #7d7d7d;
  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: -5px;
}
.sidebar .product-items-images .product-item {
  float: left;
  padding-left: 5px;
}
.sidebar .product-items-names .product-item {
  display: flex;
  margin-bottom: 10px;
}
.sidebar .product-items-names .product-item-name {
  margin: 0;
}
.catalog-category-view.page-layout-1column .column.main {
  min-height: inherit;
}
body.catalog-product-compare-index .action.print {
  float: right;
  margin: 15px 0;
}
.table-wrapper.comparison {
  clear: both;
  max-width: 100%;
  overflow-x: auto;
  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 #cccccc;
}
.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 #cccccc;
}
.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 #cccccc;
}
.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: 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 10px 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 #cccccc;
  clear: both;
  margin: 0 -15px -1px;
  padding: 0 15px;
}
.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 #c2c2c2;
  border-top: 0;
}
.search-autocomplete ul li {
  border-top: 1px solid #e5e5e5;
  cursor: pointer;
  margin: 0;
  padding: 5px 40px 5px 10px;
  position: relative;
  text-align: left;
  white-space: normal;
}
.search-autocomplete ul li:first-child {
  border-top: none;
}
.search-autocomplete ul li:hover,
.search-autocomplete ul li.selected {
  background: #e8e8e8;
}
.search-autocomplete ul li .amount {
  color: #999999;
  position: absolute;
  right: 7px;
  top: 5px;
}
.form.search.advanced .fields.range .field:first-child {
  position: relative;
}
.form.search.advanced .fields.range .field:first-child .control {
  padding-right: 25px;
}
.form.search.advanced .fields.range .field:first-child .control:after {
  content: ' \2013 ';
  display: inline-block;
  position: absolute;
  right: 0;
  text-align: center;
  top: 6px;
  width: 25px;
}
.form.search.advanced .fields.range .field:last-child {
  position: relative;
}
.form.search.advanced .fields.range .field:last-child div.mage-error {
  left: 0;
  position: absolute;
  top: 32px;
}
.form.search.advanced .fields.range .field.with-addon .control {
  padding-right: 45px;
}
.form.search.advanced .group.price .addon .addafter {
  background: none;
  border: 0;
  padding-top: 6px;
  position: absolute;
  right: 0;
  top: 0;
}
.search-terms {
  line-height: 2em;
}
.search-terms > li {
  display: inline-block;
  margin-right: 10px;
}
.search.found {
  margin-bottom: 10px;
}
.checkout-cart-index .page-main {
  padding-left: 0;
  padding-right: 0;
}
.checkout-cart-index .page-title-wrapper {
  padding-left: 15px;
  padding-right: 15px;
}
.cart-summary {
  background: #f5f5f5;
  margin-bottom: 25px;
  padding: 1px 0 25px;
}
.cart-summary > .title {
  font-size: 2.4rem;
  display: none;
  font-weight: 300;
  margin: 12px 0;
}
.cart-summary .block form:not(:last-of-type) .fieldset {
  margin: 0 0 25px;
}
.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;
}
.page-main .cart-summary .block {
  margin-bottom: 0;
}
.cart-summary .checkout-methods-items {
  margin: 20px 0 0;
  padding: 0 15px;
  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%;
}
.cart-summary .checkout-methods-items .item {
  margin-bottom: 25px;
}
.cart-summary .checkout-methods-items .item:last-child {
  margin-bottom: 0;
}
.cart-summary .message {
  padding-left: 20px;
}
.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 .cart thead tr th.col {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 15px;
  padding-top: 24px;
}
.cart.table-wrapper .cart tbody td {
  border: 0;
}
.cart.table-wrapper .cart > .item {
  border-bottom: 1px solid #cccccc;
  position: relative;
}
.cart.table-wrapper .col {
  padding-top: 15px;
}
.cart.table-wrapper .col.price,
.cart.table-wrapper .col.subtotal,
.cart.table-wrapper .col.msrp {
  padding: 20px 11px 10px;
  text-align: center;
}
.cart.table-wrapper .col.qty {
  padding: 20px 11px 10px;
  text-align: center;
}
.cart.table-wrapper .col.qty .input-text {
  height: 36px;
  margin-top: -7px;
  text-align: center;
  width: 60px;
}
.cart.table-wrapper .col > .price {
  color: #7d7d7d;
  font-size: 1.8rem;
  font-weight: 700;
}
.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: 15px 15px 10px 90px;
  position: relative;
}
.cart.table-wrapper .actions-toolbar {
  min-height: 20px;
  padding-bottom: 15px;
  position: relative;
}
.cart.table-wrapper .actions-toolbar > .action-edit,
.cart.table-wrapper .actions-toolbar > .action-delete {
  position: absolute;
  right: 16px;
  top: 0;
  display: inline-block;
  text-decoration: none;
}
.cart.table-wrapper .actions-toolbar > .action-edit > span,
.cart.table-wrapper .actions-toolbar > .action-delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.cart.table-wrapper .actions-toolbar > .action-edit:before,
.cart.table-wrapper .actions-toolbar > .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';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.cart.table-wrapper .actions-toolbar > .action-edit:hover:before,
.cart.table-wrapper .actions-toolbar > .action-delete:hover:before {
  color: #333333;
}
.cart.table-wrapper .actions-toolbar > .action-edit:active:before,
.cart.table-wrapper .actions-toolbar > .action-delete:active:before {
  color: #757575;
}
.cart.table-wrapper .actions-toolbar > .action-delete {
  right: 0;
}
.cart.table-wrapper .actions-toolbar > .action-delete:before {
  content: '\e604';
}
.cart.table-wrapper .actions-toolbar > .action-delete:hover {
  text-decoration: none;
}
.cart.table-wrapper .action {
  margin-right: 25px;
}
.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;
  max-width: 65px;
  padding: 0;
  position: absolute;
  top: 15px;
  width: 100%;
}
.cart.table-wrapper .product-item-name {
  font-size: 1.8rem;
  display: block;
  margin: -3px 0 5px;
}
.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 {
  margin-top: 20px;
}
.cart.table-wrapper .action.configure {
  display: inline-block;
  margin: 10px 0 0;
}
.cart.table-wrapper .item .message {
  margin-top: 20px;
}
.cart-products-toolbar .toolbar-amount {
  left: inherit;
  margin: 25px 0 15px;
  padding: 0;
  position: relative;
  text-align: center;
  top: inherit;
}
.cart-products-toolbar-top {
  border-bottom: 1px solid #cccccc;
}
.cart-discount {
  border-bottom: 1px solid #cccccc;
  clear: left;
}
.cart-empty {
  padding-left: 15px;
  padding-right: 15px;
}
.cart-tax-info + .cart-tax-total,
.cart .cart-tax-info + .cart-tax-total {
  display: block;
}
.cart.table-wrapper .col.price,
.order-items.table-wrapper .col.price,
.cart.table-wrapper .col.qty,
.order-items.table-wrapper .col.qty,
.cart.table-wrapper .col.subtotal,
.order-items.table-wrapper .col.subtotal,
.cart.table-wrapper .col.msrp,
.order-items.table-wrapper .col.msrp {
  text-align: right;
}
.block.crosssell {
  padding: 0 15px;
  margin-top: 70px;
}
.block.crosssell .product-item-info {
  width: 200px;
}
.block-minicart .items-total {
  float: left;
  margin: 0 10px;
}
.block-minicart .items-total .count {
  font-weight: 700;
}
.block-minicart .subtotal {
  margin: 0 10px 10px;
  text-align: right;
}
.block-minicart .amount .price-wrapper:first-child .price {
  font-size: 18px;
  font-weight: 700;
}
.block-minicart .subtitle {
  display: none;
}
.block-minicart .subtitle.empty {
  display: block;
  font-size: 14px;
  padding: 30px 0 20px;
  text-align: center;
}
.block-minicart 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 10px 15px;
}
.block-minicart .block-content > .actions > .primary .action.primary,
.block-minicart .block-content > .actions > .primary .amshopby-button,
.block-minicart .block-content > .actions > .primary .am-filter-go {
  display: block;
  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 20px;
}
.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: #ff5501;
  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 #cccccc;
  margin: 0 -20px;
  border-left: 0;
  border-right: 0;
  overflow-x: auto;
  padding: 15px;
}
.minicart-items {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.minicart-items .product-item {
  padding: 20px 0;
}
.minicart-items .product-item:not(:first-child) {
  border-top: 1px solid #cccccc;
}
.minicart-items .product-item:first-child {
  padding-top: 0;
}
.minicart-items .product-item-pricing .label {
  display: inline-block;
}
.minicart-items .price-minicart {
  margin-bottom: 5px;
}
.minicart-items .message {
  margin-bottom: 0;
  margin-top: 10px;
}
.minicart-items .product-item-name {
  font-weight: 400;
  margin: 0 0 10px;
}
.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: 5px 0;
}
.minicart-items .product-item-details .weee[data-label] {
  font-size: 1.1rem;
}
.minicart-items .product-item-details .details-qty {
  margin-top: 10px;
}
.minicart-items .product > .product-item-photo,
.minicart-items .product > .product-image-container {
  float: left;
}
.minicart-items .product .toggle {
  border: 0;
  padding: 0 0 5px 0;
  white-space: nowrap;
}
.minicart-items .product .toggle:after {
  color: #8f8f8f;
  margin: 0 0 0 5px;
  position: static;
}
.minicart-items .product .active > .toggle:after {
  content: '\e621';
}
.minicart-items .product.pricing {
  margin-top: 3px;
}
.minicart-items .product.options .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';
  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: #333333;
}
.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/Netsteps/default/it_IT/images/loader-1.gif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 15px;
  display: none;
  height: 30px;
  margin-left: 10px;
  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';
  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';
  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';
  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: 10px 25px 10px 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: 10px;
}
.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: 10px;
}
.file-uploader .file-uploader-meta {
  color: #9e9e9e;
}
.file-uploader .admin__field-fallback-reset {
  margin-left: 10px;
}
._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';
  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';
  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';
  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 20px;
  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';
  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 20px;
}
.opc-wrapper {
  margin: 0 0 20px;
}
.opc-wrapper .step-title {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 15px;
}
.opc-wrapper .step-content {
  margin: 0 0 40px;
}
.checkout-index-index .nav-sections,
.checkout-index-index .nav-toggle {
  display: none;
}
.checkout-index-index .logo {
  margin-left: 0;
}
.checkout-onepage-success .print {
  display: none;
}
.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 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: #333333;
}
.opc-progress-bar {
  display: none;
}
.field.choice .field-tooltip {
  display: inline-block;
  margin-left: 10px;
  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: #333333;
}
.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';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.field-tooltip .field-tooltip-action:hover:before {
  color: #333333;
}
.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: #333333;
}
.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: 10px;
}
.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 20px;
  padding: 20px 35px 20px 20px;
  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: #ff5501;
}
.opc-wrapper .shipping-address-item.selected-item:after {
  background: #ff5501;
  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 20px;
}
.opc-wrapper .action-show-popup > span:before {
  content: '+';
  padding-right: 5px;
}
.opc-wrapper .action-select-shipping-item {
  float: right;
  margin: 20px 0 0;
}
.opc-wrapper .edit-address-link {
  display: block;
  float: left;
  margin: 26px 5px 0 0;
}
.checkout-shipping-method .step-title {
  margin-bottom: 0;
}
.checkout-shipping-method .no-quotes-block {
  margin: 20px 0;
}
.methods-shipping .actions-toolbar .action.primary,
.methods-shipping .actions-toolbar .amshopby-button,
.methods-shipping .actions-toolbar .am-filter-go {
  margin: 20px 0 0;
}
.table-checkout-shipping-method thead th {
  display: none;
}
.table-checkout-shipping-method tbody td {
  border-top: 1px solid #cccccc;
  padding-bottom: 20px;
  padding-top: 20px;
}
.table-checkout-shipping-method tbody td:first-child {
  padding-left: 0;
  padding-right: 0;
  width: 20px;
}
.table-checkout-shipping-method tbody 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: 10px;
  padding-top: 0;
}
.checkout-shipping-method {
  position: relative;
}
.shipping-policy-block.field-tooltip {
  top: 12px;
}
.shipping-policy-block.field-tooltip .field-tooltip-action {
  color: #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: 30px;
}
.opc-block-shipping-information {
  padding: 0 30px;
}
.opc-block-shipping-information .shipping-information-title {
  border-bottom: 1px solid #cccccc;
  margin: 0 0 20px;
  position: relative;
}
.opc-block-shipping-information .shipping-information-title .action-edit {
  top: 10px;
  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';
  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: #333333;
}
.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 20px;
}
.opc-block-summary {
  background: #f5f5f5;
  margin: 0 0 20px;
  padding: 22px 30px;
}
.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 #cccccc;
  padding: 10px 40px 10px 0;
  cursor: pointer;
  display: block;
  text-decoration: none;
  margin-bottom: 0;
  position: relative;
}
.opc-block-summary .items-in-cart > .title > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.opc-block-summary .items-in-cart > .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 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: 10px;
}
.opc-block-summary .items-in-cart > .title strong {
  font-size: 1.8rem;
  font-weight: 300;
  margin: 0;
}
.opc-block-summary .items-in-cart.active > .title:after {
  content: '\e621';
}
.opc-block-summary .items-in-cart .product {
  position: relative;
}
.opc-block-summary .minicart-items-wrapper {
  margin: 0 -15px 0 0;
  max-height: 370px;
  padding: 15px 15px 0 0;
  border: 0;
}
.column.main .opc-block-summary .product-item {
  margin: 0;
  padding-left: 0;
}
.opc-block-summary .product-item .product-item-inner {
  display: table;
  margin: 0 0 10px;
  width: 100%;
}
.opc-block-summary .product-item .product-item-name-block {
  display: block;
  padding-right: 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 #cccccc;
  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: 25px;
}
.authentication-wrapper {
  float: right;
  margin-top: -60px;
  max-width: 50%;
  position: relative;
  z-index: 1;
}
._has-auth-shown .authentication-wrapper {
  z-index: 900;
}
.block-authentication .block-title {
  font-size: 1.8rem;
  border-bottom: 0;
  margin-bottom: 25px;
}
.block-authentication .block-title strong {
  font-weight: 300;
}
.block-authentication .field .label {
  font-weight: 400;
}
.block-authentication .actions-toolbar {
  margin-bottom: 5px;
}
.block-authentication .actions-toolbar > .secondary {
  padding-top: 25px;
  text-align: left;
}
.block-authentication .block[class] {
  margin: 0;
}
.block-authentication .block[class] ul {
  list-style: none;
  padding-left: 10px;
}
.block-authentication .block[class] .field .control,
.block-authentication .block[class] .field .label {
  float: none;
  width: auto;
}
.block-authentication .block[class] + .block {
  border-top: 1px solid #c1c1c1;
  margin-top: 40px;
  padding-top: 40px;
  position: relative;
}
.block-authentication .block[class] + .block:before {
  height: 36px;
  line-height: 34px;
  margin: -19px 0 0 -18px;
  min-width: 36px;
  background: #ffffff;
  border: 1px solid #c1c1c1;
  border-radius: 50%;
  box-sizing: border-box;
  color: #c1c1c1;
  content: attr(data-label);
  display: inline-block;
  left: 50%;
  letter-spacing: normal;
  padding: 0 .2rem;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 0;
}
.checkout-payment-method .step-title {
  border-bottom: 0;
  margin-bottom: 0;
}
.checkout-payment-method .payment-method:first-child .payment-method-title {
  border-top: 0;
}
.checkout-payment-method .payment-method._active .payment-method-content {
  display: block;
}
.checkout-payment-method .payment-method + .payment-method .payment-method-title {
  border-top: 1px solid #cccccc;
}
.checkout-payment-method .payment-method 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: 20px 0;
  margin: 0;
}
.checkout-payment-method .payment-method-title .payment-icon {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}
.checkout-payment-method .payment-method-title .action-help {
  display: inline-block;
  margin-left: 5px;
}
.checkout-payment-method .payment-method-content {
  display: none;
  padding: 0 0 20px 22px;
}
.checkout-payment-method .payment-method-content .fieldset:not(:last-child) {
  margin: 0 0 20px;
}
.checkout-payment-method .payment-group + .payment-group .step-title {
  margin: 20px 0 0;
}
.checkout-payment-method .field-select-billing,
.checkout-payment-method .billing-address-form {
  max-width: 500px;
}
.checkout-payment-method .billing-address-same-as-shipping-block {
  margin: 0 0 10px;
}
.checkout-payment-method .checkout-billing-address {
  margin: 0 0 20px;
}
.checkout-payment-method .checkout-billing-address .primary .action-update {
  margin-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: 20px;
}
.checkout-payment-method .payment-method-iframe {
  background-color: transparent;
  display: none;
  width: 100%;
}
.checkout-payment-method .no-payments-block {
  margin: 20px 0;
}
.checkout-payment-method .payment-option._active .payment-option-title .action-toggle:after {
  content: '\e621';
}
.checkout-payment-method .payment-option._collapsible .payment-option-title {
  cursor: pointer;
}
.checkout-payment-method .payment-option._collapsible .payment-option-content {
  display: none;
}
.checkout-payment-method .payment-option-title {
  border-top: 1px solid #cccccc;
  padding: 20px 0;
}
.checkout-payment-method .payment-option-title .action-toggle {
  color: #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 10px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.checkout-payment-method .payment-option-title .action-toggle:hover:after {
  color: #333333;
}
.checkout-payment-method .payment-option-title .action-toggle:active:after {
  color: #757575;
}
.checkout-payment-method .payment-option-content {
  padding: 0 0 20px 22px;
}
.checkout-payment-method .payment-option-content .primary .action.action-apply {
  margin-right: 0;
}
.checkout-payment-method .payment-option-inner {
  margin: 0 0 20px;
}
.checkout-payment-method .credit-card-types {
  padding: 0;
}
.checkout-payment-method .credit-card-types .item {
  display: inline-block;
  list-style: none;
  margin: 0 5px 0 0;
  vertical-align: top;
}
.checkout-payment-method .credit-card-types .item._active {
  font-weight: 700;
}
.checkout-payment-method .credit-card-types .item._active img {
  -webkit-filter: grayscale(0%);
}
.checkout-payment-method .credit-card-types .item._inactive {
  opacity: .4;
}
.checkout-payment-method .credit-card-types .item span {
  display: inline-block;
  padding-top: 6px;
  vertical-align: top;
}
.checkout-payment-method .credit-card-types img {
  -webkit-filter: grayscale(100%);
  -webkit-transition: all .6s ease;
}
.checkout-payment-method .ccard .fields > .year {
  padding-left: 5px;
}
.checkout-payment-method .ccard .fields .select {
  padding-left: 5px;
  padding-right: 5px;
}
.checkout-payment-method .ccard .month .select {
  width: 140px;
}
.checkout-payment-method .ccard .year .select {
  width: 80px;
}
.checkout-payment-method .ccard .captcha .input-text,
.checkout-payment-method .ccard .number .input-text {
  width: 225px;
}
.checkout-payment-method .ccard > .field.cvv > .control {
  display: inline-block;
  padding-right: 20px;
}
.checkout-payment-method .ccard .cvv .label {
  display: block;
}
.checkout-payment-method .ccard .cvv .input-text {
  width: 55px;
}
.checkout-payment-method .ccard.fieldset > .field .fields.group.group-2 .field {
  width: auto !important;
}
.checkout-agreements-block .checkout-agreements {
  margin-bottom: 20px;
}
.checkout-agreements-block .checkout-agreement.field {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.checkout-agreements-block .checkout-agreement.field.required label:after {
  content: none;
}
.checkout-agreements-block .checkout-agreement.field.required .action-show:after {
  content: '*';
  color: #e02b27;
  font-size: 1.2rem;
}
.checkout-agreements-block .action-show {
  vertical-align: baseline;
}
.checkout-agreements-items {
  padding-bottom: 30px;
}
.checkout-agreements-items .checkout-agreements-item {
  margin-bottom: 20px;
}
.checkout-agreements-items .checkout-agreements-item-title {
  border-bottom: 0;
}
.checkout-agreement-item-content {
  overflow: auto;
}
.login-container .block-new-customer .actions-toolbar {
  margin-top: 25px;
}
.login-container .block .block-title {
  font-size: 1.8rem;
}
.login-container .fieldset:after {
  margin: 10px 0 0;
  content: attr(data-hasrequired);
  display: block;
  letter-spacing: normal;
  word-spacing: normal;
  color: #e02b27;
  font-size: 1.2rem;
}
.login-container .fieldset:after {
  margin-top: 35px;
}
.block-addresses-list .items.addresses > .item {
  margin-bottom: 20px;
}
.block-addresses-list .items.addresses > .item:last-child {
  margin-bottom: 0;
}
.block-addresses-list .items.addresses .item.actions {
  margin-top: 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: 10px 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: 10px 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: 20px;
}
.account .column.main {
  margin-bottom: 30px;
}
.account .column.main h2 {
  margin-top: 0;
}
.account .sidebar-additional {
  margin-top: 40px;
}
.account .table-wrapper {
  margin-bottom: 20px;
  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: 10px;
}
.block .title strong {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.block p:last-child {
  margin: 0;
}
.block .box-actions {
  margin-top: 5px;
}
.field.password .control {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.field.password .control .mage-error {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.field.password .control .input-text {
  -ms-flex-order: 0;
  -webkit-order: 0;
  order: 0;
  z-index: 2;
}
.password-strength-meter {
  background-color: #f4f4f4;
  height: 32px;
  line-height: 32px;
  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: 10px;
}
.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: -10px;
  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: 25px;
}
.page-product-downloadable .product-options-bottom .field.qty {
  display: none;
}
.samples-item-title {
  font-size: 1.4rem;
  font-weight: 600;
  margin: 0 0 10px;
}
.samples-item {
  margin: 0 0 10px;
}
.field.downloads {
  margin-bottom: 10px;
}
.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: 10px;
  padding-bottom: 10px;
  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: #006bb4;
  text-decoration: none;
}
.field.downloads-all .label:hover {
  color: #006bb4;
  text-decoration: underline;
}
.field.downloads-all .label:active {
  color: #ff5501;
  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: 20px !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: 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: 20px;
  margin-top: 20px;
}
.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: 30px;
}
.opc-wrapper .form-giftcard-account {
  max-width: 500px;
}
.opc-wrapper .form-giftcard-account .field {
  margin: 0 0 20px;
}
.opc-wrapper .giftcard-account-info {
  margin: 0 0 20px;
}
.opc-wrapper .giftcard-account-info .giftcard-account-number {
  margin: 0 0 10px;
}
.gift-message .field {
  margin-bottom: 20px;
}
.gift-message .field .label {
  color: #666666;
  font-weight: 400;
}
.gift-options {
  margin: 20px 0;
}
.gift-options .actions-toolbar .action-cancel {
  display: none;
}
.gift-options-title {
  font-weight: 600;
  margin: 0 0 20px;
}
.gift-options-content .fieldset {
  margin: 0 0 20px;
}
.gift-summary {
  margin-top: 10px;
  position: relative;
}
.gift-summary .actions-toolbar > .secondary .action {
  margin: 0 0 0 20px;
  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';
  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: #333333;
}
.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 10px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.action-gift:hover:after {
  color: #333333;
}
.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: 20px 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: 10px 40px 10px 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 10px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-item-block .title:hover:after {
  color: #333333;
}
.gift-item-block .content {
  padding: 10px 0 20px;
  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: 10px 0;
}
.gift-messages-order {
  margin-bottom: 25px;
}
.gift-message-summary {
  padding-right: 7rem;
}
.form-giftregistry-share .actions-toolbar:not(:last-child),
.form-giftregistry-edit .actions-toolbar:not(:last-child) {
  margin-bottom: 40px;
}
.form-giftregistry-share .fieldset .nested .field:not(.choice) .control,
.form-giftregistry-edit .fieldset .nested .field:not(.choice) .control {
  width: 100%;
}
.giftregisty-dropdown .action.toggle {
  color: #006bb4;
}
.table-giftregistry-items .product-image {
  margin-right: 10px;
  float: left;
}
.cart-summary .form.giftregistry .fieldset {
  margin: 15px 0 5px;
  text-align: left;
}
.cart-summary .form.giftregistry .fieldset .field {
  margin: 0 0 10px;
}
.cart-summary .form.giftregistry .fieldset .field .control {
  float: none;
  width: auto;
}
.form-giftregistry-search {
  margin-bottom: 60px;
}
.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 25px;
}
.block-giftregistry-shared-items .item .col {
  border: 0;
}
.block-giftregistry-shared-items th {
  border-bottom: 1px solid #cccccc;
}
.block-giftregistry-shared-items .col {
  padding: 20px 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: 10px 0;
}
.block-giftregistry-shared-items .product-item-name {
  font-size: 1.8rem;
  display: block;
  margin: 0 0 5px;
}
.gift-wrapping .label {
  margin: 0 0 8px;
  display: inline-block;
}
.gift-wrapping .field {
  margin-bottom: 10px;
}
.gift-wrapping-info {
  font-weight: 300;
  font-size: 18px;
  margin: 20px 0;
}
.gift-wrapping-list {
  list-style: none;
  margin: 20px 0 10px;
  padding: 0;
}
.gift-wrapping-list .no-image {
  background: #f2f2f2;
  display: inline-block;
  text-decoration: none;
}
.gift-wrapping-list .no-image > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.gift-wrapping-list .no-image:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 4rem;
  color: #494949;
  content: '\e62a';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-wrapping-list .no-image:after {
  display: block;
}
.gift-wrapping-preview,
.gift-wrapping-item > span {
  cursor: pointer;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.gift-wrapping-item {
  float: left;
  margin: 0 10px 10px 0;
}
.gift-wrapping-item:last-child {
  margin-right: 0;
}
.gift-wrapping-item._active span:before {
  border: 3px solid #333333;
  box-sizing: border-box;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 2;
}
.gift-wrapping-item > span {
  height: 4rem;
  width: 4rem;
}
.gift-wrapping-title {
  margin: 10px 0;
}
.gift-wrapping-title .action-remove {
  margin: -5px 0 0 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';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-wrapping-title .action-remove:hover:before {
  color: #333333;
}
.gift-wrapping-title .action-remove:active:before {
  color: #757575;
}
.gift-options-content .fieldset .field {
  margin: 10px 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: 20px 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 10px 0 0;
  max-height: 50px;
  max-width: 50px;
}
.gift-summary .price-box,
.gift-options .price-box {
  margin-left: 22px;
}
.gift-summary .regular-price:before,
.gift-options .regular-price:before {
  content: attr(data-label) ': ';
}
.gift-summary .regular-price .price,
.gift-options .regular-price .price {
  font-weight: 700;
}
.order-options .item {
  padding-bottom: 20px;
}
.order-options .product {
  margin-bottom: 10px;
}
.order-options .product-image-container {
  float: left;
  padding-right: 10px;
}
.order-options .gift-wrapping {
  margin-bottom: 10px;
}
.table-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: 10px;
}
.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: 10px;
}
.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: 20px;
}
.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(204, 204, 204, 0.3);
  border: 1px solid #cccccc;
  border-radius: 3px;
  font-weight: 400;
  left: 0;
  line-height: 16px;
  padding: 7px 10px;
  position: absolute;
  text-align: center;
  top: 0;
  z-index: 2;
}
.filter-title strong[data-count]:after {
  color: #ffffff;
  background: #ff5501;
  border-radius: 2px;
  content: attr(data-count);
  display: inline-block;
  font-size: .8em;
  line-height: 1;
  margin: 0 5px;
  min-width: 1em;
  padding: 2px;
}
.filter-title strong.disabled {
  opacity: .5;
}
.filter .block-subtitle {
  border-bottom: 1px solid #cccccc;
  font-size: 14px;
  font-weight: 600;
  line-height: 1em;
  padding: 10px 10px 20px;
}
.filter-subtitle {
  display: none;
}
.filter-current {
  margin: 0;
}
.filter-current .items {
  padding: 5px 10px;
}
.filter-current .item {
  padding-left: 17px;
  position: relative;
  z-index: 1;
}
.filter .filter-current-subtitle {
  border: none;
  display: block;
  padding-bottom: 10px;
}
.filter-current .action.remove {
  left: -2px;
  position: absolute;
  top: -1px;
}
.filter-actions {
  margin-bottom: 25px;
  padding: 0 10px;
}
.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 #cccccc;
  padding-bottom: 10px;
}
.filter-options-title {
  cursor: pointer;
  font-weight: 600;
  margin: 0;
  overflow: hidden;
  padding: 10px 40px 0 10px;
  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';
  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: 10px;
}
.filter-options-content .item {
  line-height: 1.5em;
  margin: 10px 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: 10px;
}
.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: 10px;
  position: absolute;
  top: 0;
  z-index: 1001;
  display: none;
  opacity: 0;
  box-sizing: border-box;
}
.map-popup .popup-header {
  margin: 0 0 25px;
  padding-right: 16px;
}
.map-popup .popup-header .title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.map-popup .popup-actions .action.close {
  position: absolute;
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  right: 10px;
  top: 10px;
}
.map-popup .popup-actions .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.map-popup .popup-actions .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 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 20px;
}
.map-popup .map-info-price .price-box {
  margin: 0 0 20px;
}
.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: 10px;
}
.map-popup .map-msrp {
  margin-bottom: 10px;
}
.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: 10px;
}
.product-options-bottom .price-box .old-price .price-container > span,
.product-info-price .price-box .old-price .price-container > span {
  display: inline;
}
.map-form-addtocart {
  display: inline-block;
  text-align: center;
}
.map-form-addtocart img {
  display: block;
  margin: 0 auto;
}
button.map-show-info {
  background-image: none;
  -moz-box-sizing: content-box;
  box-shadow: none;
  line-height: inherit;
  text-shadow: none;
  font-weight: 400;
  line-height: 1.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: #006bb4;
  text-decoration: none;
}
button.map-show-info:hover {
  color: #006bb4;
  text-decoration: underline;
}
button.map-show-info:active {
  color: #ff5501;
  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: #333333;
}
.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: #333333;
}
.wishlist.split.button .action.toggle.active:active:after {
  color: inherit;
}
.wishlist.split.button .items {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 200px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.wishlist.split.button .items li {
  margin: 0;
  padding: 5px 5px 5px 23px;
}
.wishlist.split.button .items li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.wishlist.split.button .items:before,
.wishlist.split.button .items:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.wishlist.split.button .items:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.wishlist.split.button .items:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.wishlist.split.button .items:before {
  left: 10px;
  top: -12px;
}
.wishlist.split.button .items:after {
  left: 9px;
  top: -14px;
}
.wishlist.split.button.active {
  overflow: visible;
}
.wishlist.split.button.active .items {
  display: block;
}
.wishlist.split.button .items {
  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: #333333;
}
.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: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.wishlist.window.popup .popup-actions .action.close {
  position: absolute;
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  right: 10px;
  top: 10px;
}
.wishlist.window.popup .popup-actions .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wishlist.window.popup .popup-actions .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 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: 10px;
}
.block-wishlist-management .wishlist-title strong {
  font-weight: 300;
  margin-right: 10px;
}
.block-wishlist-management .wishlist-notice {
  color: #7d7d7d;
  display: inline-block;
  margin-right: 20px;
}
.block-wishlist-management .wishlist-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: #a3a3a3;
  content: '\e629';
  font-family: 'luma-icons';
  margin: 0 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: 20px;
}
.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: 20px;
}
.block-wishlist-search-form .form-wishlist-search {
  margin-bottom: 60px;
  max-width: 500px;
}
.block-wishlist-search-results .table-wrapper {
  border-top: none;
}
.block-wishlist-info-items .block-title {
  margin-bottom: 20px;
  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: 20px;
}
.block-wishlist-info-items .product-item-info {
  width: auto;
}
.block-wishlist-info-items .product-item-info:hover .split {
  visibility: visible;
}
.block-wishlist-info-items .price-wrapper {
  display: block;
  margin: 0 0 10px;
}
.block-wishlist-info-items .split {
  clear: both;
  padding: 10px 0;
  visibility: hidden;
}
.block-wishlist-info-items .wishlist-dropdown .change {
  color: #006bb4;
}
.block-wishlist-info-items .action.towishlist {
  padding: 10px 0;
}
.block-wishlist-info-items .input-text.qty {
  margin-right: 10px;
}
.multicheckout.results h3,
.multicheckout.success h3 {
  font-size: 1.6rem;
  margin-bottom: 20px;
  margin-top: 30px;
}
.multicheckout.results h3 a,
.multicheckout.success h3 a {
  color: #333333;
}
.multicheckout.results h3 a:hover,
.multicheckout.success h3 a:hover {
  text-decoration: none;
}
.multicheckout.results ul.orders-list,
.multicheckout.success ul.orders-list {
  list-style: none;
  padding-left: 0;
}
.multicheckout.results .orders-list,
.multicheckout.success .orders-list {
  margin-top: 25px;
  padding-left: 16px;
}
.multicheckout.results .orders-list .shipping-list .shipping-item,
.multicheckout.success .orders-list .shipping-list .shipping-item {
  margin-left: 84px;
}
.multicheckout.results .orders-list .shipping-list .shipping-label,
.multicheckout.success .orders-list .shipping-list .shipping-label {
  font-weight: 700;
  margin-right: 10px;
}
.multicheckout.results .orders-list .shipping-list .shipping-address,
.multicheckout.success .orders-list .shipping-list .shipping-address {
  font-weight: 400;
}
.multicheckout.results .orders-list .shipping-list .error-block,
.multicheckout.success .orders-list .shipping-list .error-block {
  color: #e02b27;
}
.multicheckout.results .orders-list .shipping-list .error-block .error-label,
.multicheckout.success .orders-list .shipping-list .error-block .error-label {
  font-weight: 700;
  margin-right: 10px;
}
.multicheckout.results .orders-list .shipping-list .error-block .error-description,
.multicheckout.success .orders-list .shipping-list .error-block .error-description {
  font-weight: 400;
}
.multicheckout.results .orders-succeed .orders-list,
.multicheckout.success .orders-succeed .orders-list {
  margin-top: 0;
}
.multicheckout.results .orders-succeed .orders-list .shipping-list .order-id,
.multicheckout.success .orders-succeed .orders-list .shipping-list .order-id {
  float: left;
}
.multicheckout.results .orders-succeed .orders-list .shipping-list .shipping-item,
.multicheckout.success .orders-succeed .orders-list .shipping-list .shipping-item {
  margin-left: 100px;
}
.multicheckout .title {
  margin-bottom: 30px;
}
.multicheckout .title strong {
  font-weight: 400;
}
.multicheckout .table-wrapper {
  margin-bottom: 0;
}
.multicheckout .table-wrapper .action.delete {
  display: inline-block;
}
.multicheckout .table-wrapper .col .qty {
  display: inline-block;
}
.multicheckout .table-wrapper .col.item .action.edit {
  font-weight: 400;
  margin-left: 10px;
}
.multicheckout:not(.address) .table-wrapper .product-item-name {
  margin: 0;
}
.multicheckout > .actions-toolbar {
  margin-top: 40px;
}
.multicheckout .actions-toolbar > .secondary {
  display: block;
}
.multicheckout .actions-toolbar > .secondary .action {
  margin-bottom: 25px;
}
.multicheckout .actions-toolbar > .secondary .action.back {
  display: block;
  margin-left: 0;
}
.multicheckout .actions-toolbar > .primary {
  margin-right: 10px;
}
.multicheckout .item-options {
  margin: 10px 0 0;
}
.multicheckout .block .methods-shipping .item-content .fieldset > .field:before {
  display: none;
}
.multicheckout .block .methods-shipping .item-content .fieldset > .field .control {
  display: inline-block;
}
.multicheckout .block-title,
.multicheckout .block-content .title {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 10px;
}
.multicheckout .block-title strong,
.multicheckout .block-content .title strong {
  font-weight: 400;
}
.multicheckout .block-title strong span,
.multicheckout .block-content .title strong span {
  color: #a6a6a6;
}
.multicheckout .block-content .title {
  border-bottom: none;
  padding-bottom: 0;
}
.multicheckout.order-review .block-title > strong {
  font-size: 2.4rem;
}
.multicheckout.order-review .block-shipping .block-content:not(:last-child) {
  margin-bottom: 40px;
}
.multicheckout.order-review .error-description {
  color: #e02b27;
  font-weight: 400;
  margin-bottom: 10px;
  margin-top: -10px;
}
.multicheckout .box-title span {
  margin-right: 10px;
}
.multicheckout .box-title > .action {
  margin: 0;
}
.multicheckout .box-shipping-method .price {
  font-weight: 700;
}
.multicheckout .box-billing-method .fieldset {
  margin: 0;
}
.multicheckout .box-billing-method .fieldset .legend.box-title {
  margin: 0 0 5px;
}
.multicheckout .checkout-review .grand.totals {
  font-size: 2.1rem;
  margin-bottom: 40px;
}
.multicheckout .checkout-review .grand.totals .mark {
  font-weight: 400;
}
[class^='multishipping-'] .logo {
  margin-left: 0;
}
.multishipping-checkout-success .nav-sections {
  display: block;
}
.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: #575757;
  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: #7d7d7d;
}
.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: #ff5501;
  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: #ff5501;
  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 20px;
  padding: 0;
  text-align: center;
}
.review-toolbar:first-child {
  display: none;
}
.review-toolbar .pages {
  border-bottom: 1px solid #c9c9c9;
  display: block;
  padding: 20px 0;
  text-align: center;
}
.review-toolbar .limiter {
  display: none;
}
.review-add .block-title {
  display: none;
}
.review-form .action.submit.primary {
  background: #eeeeee;
  border: 1px solid #cccccc;
  color: #333333;
  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 #cccccc;
  color: #333333;
}
.review-form .action.submit.primary:hover {
  background: #e1e1e1;
  border: 1px solid #cccccc;
  color: #333333;
}
.review-form .actions-toolbar .actions-primary {
  padding: 0;
}
.fieldset .review-legend.legend {
  border-bottom: 0;
  line-height: 1.3;
  margin-bottom: 20px;
  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: 10px;
  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: 48px;
  margin-top: 10px;
}
.review-list {
  margin-bottom: 30px;
}
.review-list .block-title strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.review-item {
  border-bottom: 1px solid #c9c9c9;
  margin: 0;
  padding: 20px 0;
}
.review-item:after {
  clear: both;
  content: '';
  display: table;
}
.review-item:last-child {
  border-width: 0;
}
.review-ratings {
  display: table;
  margin-bottom: 10px;
  max-width: 100%;
}
.review-author {
  display: inline;
}
.review-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: 2rem;
  margin-bottom: 1rem;
  margin: 0 0 20px;
}
.review-content {
  margin-bottom: 20px;
}
.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: 20px;
}
.product-reviews-summary {
  margin-bottom: 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: 20px;
}
.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: 5px;
}
.block-reviews-dashboard .rating-summary .label {
  font-weight: 600;
  margin-right: 10px;
  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: 20px;
}
.customer-review .review-details .customer-review-rating .item {
  margin-bottom: 10px;
}
.customer-review .review-details .customer-review-rating .item:last-child {
  margin-bottom: 0;
}
.customer-review .review-details .review-title {
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-weight: 600;
  margin-bottom: 20px;
}
.customer-review .review-details .review-content {
  margin: 0;
  margin-bottom: 20px;
}
.customer-review .review-details .review-date {
  color: #a6a6a6;
}
.block-reward-info .reward-balance {
  font-size: 1.8rem;
  margin-bottom: 25px;
}
.block-reward-info .reward-rates:not(:last-child),
.block-reward-info .reward-limit:not(:last-child),
.block-reward-info .reward-expiring:not(:last-child) {
  margin-bottom: 25px;
}
.block-reward-info .reward-rates .title,
.block-reward-info .reward-limit .title,
.block-reward-info .reward-expiring .title {
  display: inline-block;
  margin-bottom: 10px;
}
.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: 20px;
}
.magento-rma-guest-create .order-links .item a {
  line-height: 1.42857143;
  margin: 0 30px 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: #006bb4;
  text-decoration: none;
}
.magento-rma-guest-create .order-links .item a:hover {
  color: #006bb4;
  text-decoration: underline;
}
.magento-rma-guest-create .order-links .item a:active {
  color: #ff5501;
  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: 40px;
  margin: 0 0 -1px;
}
.order-links .item strong {
  background: #ffffff;
  border: 1px solid #cccccc;
  display: block;
  font-weight: 400;
  padding: 0 20px;
}
.order-links .item a {
  background: #f6f6f6;
  color: #6d6d6d;
  border: 1px solid #cccccc;
  display: block;
  font-weight: 400;
  padding: 0 20px;
}
.order-links .item a:hover {
  background: #ffffff;
  text-decoration: none;
}
.order-details-items {
  border: 1px solid #cccccc;
  margin-bottom: 40px;
  padding: 10px;
}
.order-details-items .order-title {
  border-bottom: 1px solid #cccccc;
  padding: 0 0 10px;
}
.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: 30px;
}
.order-details-items .table-wrapper.order-items-shipment {
  overflow: visible;
}
.order-details-items .table-order-items > thead > tr > th {
  border-bottom: 1px solid #cccccc;
}
.order-details-items .table-order-items tbody + tbody {
  border-top: 1px solid #cccccc;
}
.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: #333333;
}
.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';
  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 #cccccc;
}
.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: 20px;
}
.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: #f5f5f5;
  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: #575757;
  display: block;
  padding: 5px 18px 5px 15px;
}
.block-collapsible-nav .item a {
  text-decoration: none;
}
.block-collapsible-nav .item a:hover {
  background: #e8e8e8;
}
.block-collapsible-nav .item.current a,
.block-collapsible-nav .item.current > strong {
  border-color: #ff5501;
  color: #000000;
  font-weight: 600;
}
.block-collapsible-nav .item.current a {
  border-color: #ff5501;
}
.block-collapsible-nav .item .delimiter {
  border-top: 1px solid #d1d1d1;
  display: block;
  margin: 10px 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 #cccccc;
  margin-bottom: 20px;
}
.page-header .panel.wrapper {
  background-color: #6e716e;
  color: #ffffff;
}
.header.panel > .header.links {
  margin: 0;
  padding: 0;
  list-style: none none;
  float: right;
  font-size: 0;
  margin-left: auto;
  margin-right: 20px;
}
.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: #ffffff;
  text-decoration: none;
}
.header.panel > .header.links > li > a:visited {
  color: #ffffff;
  text-decoration: none;
}
.header.panel > .header.links > li > a:hover {
  color: #ffffff;
  text-decoration: underline;
}
.header.panel > .header.links > li > a:active {
  color: #ffffff;
  text-decoration: underline;
}
.header.content {
  padding-top: 10px;
  position: relative;
}
.logo {
  float: left;
  margin: 0 0 10px 40px;
  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: 30px;
}
.action.skip:focus {
  background: #f0f0f0;
  padding: 10px;
  box-sizing: border-box;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 15;
}
.action-skip-wrapper {
  height: 0;
  position: relative;
}
.message.global p {
  margin: 0;
}
.message.global.noscript,
.message.global.cookie {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #ffee9c;
  border-color: #d6ca8e;
  color: #333333;
  margin: 0;
}
.message.global.noscript a,
.message.global.cookie a {
  color: #006bb4;
}
.message.global.noscript a:hover,
.message.global.cookie a:hover {
  color: #006bb4;
}
.message.global.noscript a:active,
.message.global.cookie a:active {
  color: #ff5501;
}
.message.global.cookie {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  z-index: 3;
}
.message.global.cookie .actions {
  margin-top: 10px;
}
.message.global.demo {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  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: #006bb4;
}
.message.global.demo a:active {
  color: #ff5501;
}
.page-footer {
  margin-top: 25px;
}
.footer.content {
  border-top: 1px solid #cecece;
  padding-top: 20px;
}
.footer.content .links > li {
  background: #f4f4f4;
  font-size: 1.6rem;
  border-top: 1px solid #cecece;
  margin: 0 -15px;
  padding: 0 15px;
}
.footer.content .links a,
.footer.content .links strong {
  display: block;
  padding: 10px 0;
}
.footer.content .links strong {
  color: #a6a6a6;
  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: #6e716e;
  color: #ffffff;
  box-sizing: border-box;
  display: block;
  padding: 10px;
  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: #e8e8e8;
  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: 40px;
}
.widget {
  clear: both;
}
.page-header .widget.block,
.page-footer .widget.block {
  margin: 20px 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: #006bb4;
  text-decoration: none;
}
.my-credit-cards .action.delete:hover {
  color: #006bb4;
  text-decoration: underline;
}
.my-credit-cards .action.delete:active {
  color: #ff5501;
  text-decoration: underline;
}
.my-credit-cards .action.delete:hover,
.my-credit-cards .action.delete:active,
.my-credit-cards .action.delete:focus {
  background: none;
  border: 0;
}
.my-credit-cards .action.delete.disabled,
.my-credit-cards .action.delete[disabled],
fieldset[disabled] .my-credit-cards .action.delete {
  color: #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: 20px;
}
.my-credit-cards-popup .action.secondary:focus,
.my-credit-cards-popup .action.secondary:active {
  background: none;
  border: none;
}
.my-credit-cards-popup .action.secondary:hover {
  background: none;
  border: none;
}
.my-credit-cards-popup .action.secondary.disabled,
.my-credit-cards-popup .action.secondary[disabled],
fieldset[disabled] .my-credit-cards-popup .action.secondary {
  pointer-events: none;
  opacity: 0.5;
}
.my-credit-cards-popup .action.secondary:visited {
  color: #006bb4;
  text-decoration: none;
}
.my-credit-cards-popup .action.secondary:hover {
  color: #006bb4;
  text-decoration: underline;
}
.my-credit-cards-popup .action.secondary:active {
  color: #ff5501;
  text-decoration: underline;
}
.my-credit-cards-popup .action.secondary:hover,
.my-credit-cards-popup .action.secondary:active,
.my-credit-cards-popup .action.secondary:focus {
  background: none;
  border: 0;
}
.my-credit-cards-popup .action.secondary.disabled,
.my-credit-cards-popup .action.secondary[disabled],
fieldset[disabled] .my-credit-cards-popup .action.secondary {
  color: #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 #cccccc;
}
.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 #cccccc;
}
.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 #cccccc;
}
.account .table-wrapper .data.table.wishlist .product.name {
  display: inline-block;
  margin-bottom: 10px;
}
.account .table-wrapper .data.table.wishlist .box-tocart {
  margin: 10px 0;
}
.account .table-wrapper .data.table.wishlist .box-tocart .qty {
  vertical-align: middle;
}
.account .table-wrapper .data.table.wishlist .col.item {
  width: 50%;
}
.account .table-wrapper .data.table.wishlist .col.photo {
  max-width: 150px;
}
.account .table-wrapper .data.table.wishlist .col.selector {
  max-width: 15px;
}
.account .table-wrapper .data.table.wishlist textarea {
  margin: 10px 0;
}
.account .table-wrapper .data.table.wishlist .input-text.qty {
  margin-bottom: 10px;
}
.account .table-wrapper .data.table.wishlist .action.primary,
.account .table-wrapper .data.table.wishlist .amshopby-button,
.account .table-wrapper .data.table.wishlist .am-filter-go {
  vertical-align: top;
}
.account .table-wrapper .data.table.wishlist .price {
  font-weight: 700;
}
.link.wishlist .counter {
  color: #7d7d7d;
  white-space: nowrap;
}
.link.wishlist .counter:before {
  content: '(';
}
.link.wishlist .counter:after {
  content: ')';
}
.block-wishlist .product-item-name {
  margin-right: 25px;
}
.products-grid.wishlist .product-item {
  margin-left: 2%;
  width: calc((100% - 4%) / 3);
}
.products-grid.wishlist .product-item:nth-child(3n + 1) {
  margin-left: 0;
}
.products-grid.wishlist .product-item-photo {
  display: block;
  margin-bottom: 10px;
}
.products-grid.wishlist .product-item-name {
  margin-top: 0;
}
.products-grid.wishlist .product-item .price-box {
  margin: 0;
}
.products-grid.wishlist .product-item-comment {
  display: block;
  height: 42px;
  margin: 10px 0;
}
.products-grid.wishlist .product-item-actions > * {
  margin-right: 15px;
}
.products-grid.wishlist .product-item-actions > *:last-child {
  margin-right: 0;
}
.products-grid.wishlist .product-item-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';
  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: #333333;
}
.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: 20px;
}
.block-banners .banner-item-content img,
.block-banners-inline .banner-item-content img {
  display: block;
  margin: 0 auto;
}
.block-product-link.widget,
.block-category-link.widget {
  display: block;
  margin-bottom: 20px;
}
.block-product-link-inline.widget {
  margin: 0;
}
.block.widget .products-grid .product-item {
  margin-left: 2%;
  width: calc((100% - 2%) / 2);
}
.block.widget .products-grid .product-item:nth-child(2n + 1) {
  margin-left: 0;
}
.block.widget .product-item-info {
  width: auto;
}
.block.widget .pager {
  padding: 0;
}
.block.widget .pager .toolbar-amount {
  float: none;
  font-size: 1.2rem;
}
.block.widget .pager .pages-item-previous {
  padding-left: 0;
}
.block.widget .pager .pages-item-next {
  position: relative;
}
.block.widget .pager .items {
  white-space: nowrap;
}
.columns .block-event {
  position: relative;
  z-index: 2;
}
.block-event .block-content {
  position: relative;
}
.block-event .block-content > .action {
  cursor: pointer;
  margin-top: -6px;
  position: absolute;
  top: 50%;
  z-index: 3;
}
.block-event .block-content > .action.backward,
.block-event .block-content > .action.forward {
  opacity: .5;
  overflow: hidden;
  width: 20px;
  display: inline-block;
  text-decoration: none;
}
.block-event .block-content > .action.backward > span,
.block-event .block-content > .action.forward > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.block-event .block-content > .action.backward:before,
.block-event .block-content > .action.forward:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 55px;
  line-height: 30px;
  color: inherit;
  content: '\e617';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block-event .block-content > .action.backward:before,
.block-event .block-content > .action.forward:before {
  margin-left: -15px;
}
.block-event .block-content > .action.backward {
  left: 0;
}
.block-event .block-content > .action.forward {
  right: 0;
}
.block-event .block-content > .action.forward:before {
  content: '\e608';
}
.block-event .block-content > .action.forward:before {
  margin-left: -20px;
}
.block-event .block-content > .action.inactive {
  cursor: default;
  display: none;
}
.block-event .block-content > .action:hover {
  opacity: 1;
}
.block-event .slider-panel {
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.block-event .slider-panel .slider {
  white-space: nowrap;
}
.block-event .slider-panel .slider .item {
  background: #f0f0f0;
  display: inline-block;
  text-align: center;
  vertical-align: top;
  white-space: normal;
  width: 16.35%;
}
.sidebar-main .block-event .slider-panel .slider .item,
.sidebar-additional .block-event .slider-panel .slider .item {
  width: 100%;
}
.block-event .slider-panel .slider .item img {
  max-width: 100%;
}
.block-event .slider-panel .slider .item .category-name {
  display: inline-block;
  font-size: 1.8rem;
  padding: 15px 5px 0;
  word-break: break-all;
}
.block-event .slider-panel .slider .item .ticker {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.block-event .slider-panel .slider .item .ticker li {
  display: none;
  margin: 0 5px;
}
.block-event .slider-panel .slider .item .ticker .value {
  font-size: 2.6rem;
  font-weight: 300;
}
.block-event .slider-panel .slider .item .ticker .label {
  display: block;
  font-size: 1.3rem;
}
.block-event .slider-panel .slider .item .dates {
  font-weight: 300;
}
.block-event .slider-panel .slider .item .dates .start,
.block-event .slider-panel .slider .item .dates .end,
.block-event .slider-panel .slider .item .dates .date {
  display: block;
}
.block-event .slider-panel .slider .item .dates .start:after {
  font-size: 1.8rem;
  content: '\2013';
  display: block;
}
.block-event .slider-panel .slider .item .dates .date {
  font-size: 1.8rem;
  font-weight: 300;
}
.block-event .slider-panel .slider .item .dates .time {
  font-size: 1.3rem;
}
.block-event .slider-panel .slider .item .box-event .box-content {
  padding: 5px 0 10px;
}
.block-event .slider-panel .slider .item .box-event .box-title {
  display: block;
  font-weight: 300;
  margin: 10px 0 0;
}
.block-event .slider-panel .slider .item .action.show {
  display: block;
  padding: 0;
}
.block-event .slider-panel .slider .item .action.show .category.name {
  display: inline-block;
  padding: 30px 10px 0;
}
.block-event .slider-panel .slider .item .action.show img {
  display: block;
}
.block-event .slider-panel .slider .item .action.event {
  background-image: none;
  background: #1979c3;
  border: 1px solid #1979c3;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  padding: 7px 15px;
  font-size: 1.4rem;
  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: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.block-event .slider-panel .slider .item .action.event:hover {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.block-event .slider-panel .slider .item .action.event.disabled,
.block-event .slider-panel .slider .item .action.event[disabled],
fieldset[disabled] .block-event .slider-panel .slider .item .action.event {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.block-event .slider-panel .slider .item .action.event:hover {
  text-decoration: none;
}
.block-static-block.widget,
.block-cms-link.widget {
  margin-bottom: 20px;
}
.links .block-static-block.widget,
.links .block-cms-link.widget {
  margin-bottom: 0;
}
.block-cms-link-inline.widget {
  margin: 0;
}
.block-wishlist-search .form-wishlist-search {
  margin: 20px 0 0;
}
.block-cms-hierarchy-link.widget {
  display: block;
  margin-bottom: 20px;
}
.block-cms-hierarchy-link-inline.widget {
  margin: 0;
}
.sidebar .block-addbysku .fieldset {
  margin: 0;
}
.sidebar .block-addbysku .fieldset .fields {
  position: relative;
}
.sidebar .block-addbysku .fieldset .fields .field {
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: top;
}
.sidebar .block-addbysku .fieldset .fields .field.sku {
  margin-right: -85px;
  padding-right: 90px;
  width: 100%;
}
.sidebar .block-addbysku .fieldset .fields .field.qty .qty + .mage-error {
  width: 80px;
}
.sidebar .block-addbysku .fieldset .fields .actions-toolbar {
  position: absolute;
  right: 0;
  top: 7px;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar {
  margin-bottom: 20px;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .primary {
  text-align: left;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .primary .action {
  width: auto;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .secondary {
  float: none;
  text-align: left;
}
.sidebar .block-addbysku .action.add {
  display: inline-block;
  text-decoration: none;
  line-height: normal;
  padding: 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: 20px 0 0;
}
.sidebar .block-addbysku .action.reset {
  display: block;
  margin: 10px 0;
}
.sidebar .block-addbysku .action.remove {
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}
.sidebar .block-addbysku .action.remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sidebar .block-addbysku .action.remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 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: -10px;
    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 #cccccc;
    cursor: pointer;
    margin-bottom: 0;
    position: relative;
    border-bottom: 1px solid #cccccc;
    padding: 10px 40px 10px 15px;
    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: 20px;
    top: 10px;
  }
  .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: -10px;
    top: 40px;
    left: auto;
  }
  .abs-checkout-tooltip-content-position-top-mobile:before,
  .abs-checkout-tooltip-content-position-top-mobile:after,
  .field-tooltip .field-tooltip-content:before,
  .field-tooltip .field-tooltip-content:after {
    border: 10px solid transparent;
    height: 0;
    width: 0;
    margin-top: -21px;
    right: 10px;
    left: auto;
    top: 0;
  }
  .abs-checkout-tooltip-content-position-top-mobile:before,
  .field-tooltip .field-tooltip-content:before {
    border-bottom-color: #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: 15px;
    padding-right: 15px;
  }
  .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';
    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% - 54px));
    overflow: auto;
    position: fixed;
    top: 0;
    width: calc(100% - 54px);
  }
  .nav-sections .switcher {
    border-top: 1px solid #d1d1d1;
    font-size: 1.6rem;
    font-weight: 700;
    margin: 0;
    padding: .8rem 3.5rem .8rem 2rem;
  }
  .nav-sections .switcher .label {
    display: block;
    margin-bottom: 5px;
  }
  .nav-sections .switcher:last-child {
    border-bottom: 1px solid #d1d1d1;
  }
  .nav-sections .switcher-trigger strong {
    display: block;
    text-decoration: none;
    position: relative;
  }
  .nav-sections .switcher-trigger strong:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 42px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .nav-sections .switcher-trigger strong:after {
    position: absolute;
    right: -40px;
    top: -16px;
  }
  .nav-sections .switcher-trigger.active strong:after {
    content: '\e621';
  }
  .nav-sections .switcher-dropdown {
    margin: 0;
    padding: 0;
    list-style: none none;
    display: none;
    padding: 10px 0;
  }
  .nav-sections .switcher-options.active .switcher-dropdown {
    display: block;
  }
  .nav-sections .header.links {
    margin: 0;
    padding: 0;
    list-style: none none;
    border-bottom: 1px solid #d1d1d1;
  }
  .nav-sections .header.links li {
    font-size: 1.6rem;
    margin: 0;
  }
  .nav-sections .header.links li.greet.welcome {
    border-top: 1px solid #d1d1d1;
    font-weight: 700;
    padding: 0.8rem 15px;
  }
  .nav-sections .header.links li > a {
    border-top: 1px solid #d1d1d1;
  }
  .nav-sections .header.links a,
  .nav-sections .header.links a:hover {
    color: #575757;
    text-decoration: none;
    display: block;
    font-weight: 700;
    padding: 0.8rem 15px;
  }
  .nav-sections .header.links .header.links {
    border: 0;
  }
  .nav-before-open {
    height: 100%;
    overflow-x: hidden;
    width: 100%;
  }
  .nav-before-open .page-wrapper {
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -ms-transition: left 0.3s;
    transition: left 0.3s;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: relative;
  }
  .nav-before-open body {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  .nav-open .page-wrapper {
    left: calc(100% - 54px);
  }
  .nav-open .nav-sections {
    -webkit-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -ms-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    left: 0;
    z-index: 99;
  }
  .nav-open .nav-toggle:after {
    background: rgba(0, 0, 0, 0.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: #e3e3e3;
    border: solid #d7d7d7;
    border-width: 0 0 1px 1px;
    box-sizing: border-box;
    float: left;
    height: 71px;
    padding-top: 24px;
    text-align: center;
    width: 33.33%;
  }
  .nav-sections-item-title.active {
    background: transparent;
    border-bottom: 0;
  }
  .nav-sections-item-title .nav-sections-item-switch:hover {
    text-decoration: none;
  }
  .nav-sections-item-content {
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    margin-top: 71px;
    width: 100%;
    padding: 25px 0;
  }
  .nav-sections-item-content:before,
  .nav-sections-item-content:after {
    content: '';
    display: table;
  }
  .nav-sections-item-content:after {
    clear: both;
  }
  .nav-sections-item-content.active {
    display: block;
  }
  .navigation {
    background: #f0f0f0;
    box-sizing: border-box;
  }
  .navigation ul {
    margin: 0;
    padding: 0;
  }
  .navigation li {
    margin: 0;
  }
  .navigation a {
    display: block;
    padding-top: 10px;
    padding-right: 0;
    padding-bottom: 10px;
    padding-left: 15px;
  }
  .navigation a,
  .navigation a:hover {
    color: #575757;
    text-decoration: none;
  }
  .navigation .level0 {
    border-top: 1px solid #d1d1d1;
    font-size: 1.6rem;
  }
  .navigation .level0 > .level-top {
    font-weight: 700;
    padding: 8px 40px 8px 15px;
    text-transform: uppercase;
    word-wrap: break-word;
  }
  .navigation .level0 > .level-top:hover {
    color: #333333;
  }
  .navigation .level0.active .all-category .ui-state-focus {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    color: #333333;
    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: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    color: #333333;
  }
  .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: #333333;
  }
  .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: #333333;
  }
  .navigation .submenu:not(:first-child).expanded {
    display: block !important;
    padding-right: 0;
    top: 0 !important;
  }
  .navigation .submenu:not(:first-child) .active > a {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    color: #333333;
    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;
  }
  .shipping-address-modal.modal-popup.modal-slide,
  .billing-address-modal.modal-popup.modal-slide {
    left: 0;
  }
  .shipping-address-modal .modal-inner-wrap,
  .billing-address-modal .modal-inner-wrap {
    min-height: 400px;
  }
  .shipping-address-modal .modal-inner-wrap h1.modal-title,
  .billing-address-modal .modal-inner-wrap h1.modal-title {
    border: none;
  }
  .shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address,
  .billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address,
  .shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .ship-here,
  .billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .ship-here,
  .shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .select-address,
  .billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .select-address,
  .shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected,
  .billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected {
    clear: left;
    float: left;
    margin-top: 5px;
    position: relative;
    top: 5px;
  }
  .shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address,
  .billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address {
    margin-top: 5px;
    position: absolute;
    right: 1rem;
    top: 0;
  }
  .address-loading-mask {
    top: 105px;
  }
  .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 {
    margin-top: 10px;
    padding: 0;
    background: none;
    color: #a4a4a4;
    box-shadow: none;
  }
  .am-checkout .product-item .product-item-inner {
    flex-direction: column;
  }
  .amgdprcookie-groups-modal.-table .modal-inner-wrap {
    min-width: 95%;
  }
  .amgdprcookie-groups-modal .amgdprcookie-table {
    font-size: 1rem;
  }
  .modal-popup .modal-content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .amgdprcookie-bar-container .action-close {
    padding: 10px;
    right: 0;
    top: 0;
  }
  .amgdprcookie-modal-container .amgdprcookie-modal-template {
    min-width: unset;
    width: unset;
  }
  .mobile {
    display: block;
  }
  .mobile .mobile-block {
    display: block;
  }
  .desktop {
    display: none;
  }
  .desktop .desktop-block {
    display: none;
  }
  .amblog-relatedposts-wrap {
    display: block;
  }
  .amblog-related-post {
    margin-bottom: 20px;
    width: 100%;
  }
  body[class*='amblog-index-'] .page-title-wrapper {
    margin-bottom: 5px;
  }
  body[class*='amblog-index-'] .page-title {
    font-size: 2.6rem;
    line-height: 2.8rem;
  }
  body[class*='amblog-index-'] .amblog-title {
    font-size: 1.6rem;
  }
  body[class*='amblog-index-'] .sidebar .block-reorder .block-content:not(.no-display) {
    margin-bottom: 40px;
  }
  body[class*='amblog-index-'] h3.amblog-title:before {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAyMCAxMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTkuODc2NTYgMC40NTQxMDNMMC45MDkwNTggOC44MDA1NkwyLjM0ODc5IDEwLjI1NzNMOS44NzY1NiAzLjI0OTM4TDE3LjY1MTEgMTAuNDU0MUwxOS4wOTA5IDkuMDM2NzhMMTAuNDExMyAwLjkyNjU0NEw5Ljg3NjU2IDAuNDU0MTAzWiIgZmlsbD0iI0M3QzdDNyIvPgo8L3N2Zz4K);
    content: '';
    cursor: pointer;
    display: block;
    height: 12px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%) rotate(-180deg);
    width: 20px;
  }
  body[class*='amblog-index-'] h3.amblog-title.-active:before {
    transform: translateY(-50%) rotate(0);
  }
  .amblog-author-info .amblog-image-wrapper {
    margin-top: 0;
  }
  .amblog-author-info .amblog-content {
    padding-top: 5px;
  }
  .amblog-search-block .amblog-content {
    flex-direction: column;
    padding-top: 25px;
  }
  .amblog-search-block .amblog-content > *:not(:last-child) {
    margin-bottom: 25px;
  }
  .amblog-link-btn {
    margin-left: 0;
    text-align: center;
    width: 100%;
  }
  .amblog-tabs-block.-title .amblog-item {
    font-size: 16px;
  }
  .amblog-form-newsletter .input-box {
    flex-direction: column;
  }
  .amblog-form-newsletter .amblog-input {
    margin-bottom: 20px;
    margin-right: 0;
  }
  .amblog-form-newsletter .amblog-btn,
  .amblog-form-newsletter .amblog-input {
    max-width: 100%;
    width: 100%;
  }
  .amblog-form-newsletter .mage-error[generated='true'] {
    margin-bottom: 10px;
    margin-top: -10px;
    order: 0;
    width: 100%;
    word-break: break-all;
  }
  .amblog-search-switch {
    padding: 8px 15px;
  }
  .amblog-search-titles {
    padding-top: 10px;
  }
  .amblog-search-title {
    background: #f5f5f5;
    border: 1px solid #e5e5e5;
    border-radius: 80px;
    margin: 0 10px 10px 0;
    width: auto;
  }
  .amblog-search-title.open {
    border-color: #1979c2;
  }
  .amblog-search-content {
    margin-top: 20px;
  }
  .main .amblog-related-wrapper:not(.-related-products) .slick-list {
    margin: 0;
  }
  .amasty_quote-cart-index .cart.main.actions .action {
    padding: 15px;
    width: 100%;
  }
  .amasty_quote-cart-index .cart.main.actions button.action:last-of-type {
    margin: 0;
  }
  .am-porto-cmtb .filter.active .filter-current.filter-current.amshopby-filter-current + .block-actions {
    top: 187px;
    border: none;
    border-radius: inherit;
    background: #fff;
    box-shadow: none;
  }
  .am-porto-cmtb .filter.active .filter-current.amshopby-filter-current {
    padding: 17px 30px;
    height: 140px;
  }
  .am-porto-cmtb .filter.active .filter-current.amshopby-filter-current ~ .filter-options {
    top: 221px;
  }
  .am-porto-cmtb .filter.active .filter-current.amshopby-filter-current .items {
    padding: 15px;
    border-width: 1px;
  }
  .am-porto-cmtb .filter.active .filter-current.amshopby-filter-current .filter-current-subtitle {
    display: block;
    padding: 10px 15px;
  }
  .am-porto-cmtb .filter.active .block-category-list .block-title,
  .am-porto-cmtb .filter.active .filter-options-title,
  .am-porto-cmtb .filter.active .filter .filter-current-subtitle,
  .am-porto-cmtb .filter.active .block-category-list .block-content,
  .am-porto-cmtb .filter.active .filter-options-content {
    padding-left: 15px;
    padding-right: 15px;
  }
  .am-porto-cmtb .filter.active .filter-options-title:after {
    right: 15px;
  }
  .filter-options-content .am-ranges .items.-am-multiselect .item [class*='am-filter-item'] {
    padding-left: 35px;
  }
  .filter-options .am-labels-folding .item .am-collapse-icon ~ [class*='am-filter-item-'],
  .filter-options .am-labels-folding .item {
    padding-left: 35px;
  }
  .filter-options .items:not(.items-children).-am-multiselect > .item.-is-by-click .items-children.-folding .item.-is-expanded,
  .filter-options .am-category-wrapper .items.-am-multiselect .item.-filter-parent:not(.-is-collapsible),
  .filter-options .items:not(.items-children):has(.item.-is-by-click.-filter-parent) > .item.-is-expanded {
    margin-left: 35px;
  }
  .filter-options-item .filter-options-content .items [class*='am-filter-item'] {
    padding: 7px 0;
  }
  .am-labels-folding .am-collapse-icon,
  .filter-options .amshopby-category-dropdown + form .items.-am-multiselect .item .am-collapse-icon,
  .filter-options .amshopby-category-dropdown + form .items.-am-multiselect .item .am-collapse-icon {
    margin: 7px 0;
  }
  .filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ .am-input,
  .filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ .am-input,
  .filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ input[type='radio'],
  .filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ input[type='radio'],
  .filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ input[type='checkbox'],
  .filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ input[type='checkbox'],
  .filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ input[type='checkbox'] + .amshopby-choice,
  .filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ input[type='checkbox'] + .amshopby-choice {
    left: 35px;
  }
  .filter-options .items.-am-singleselect .item.-is-by-click .items-children.-folding .item .amshopby-filter-parent,
  .filter-options .amshopby-category-dropdown + form .items.-am-multiselect .item .items-children.-folding,
  .filter-options .am-category-wrapper .items .items-children.-folding,
  .filter-options .am-category-view .item a.amshopby-filter-parent {
    padding-left: 35px;
  }
  .filter-options .am-category-view.-am-multiselect .item > .am-collapse-icon ~ a.amshopby-filter-parent {
    padding-left: 70px;
  }
  .filter-options .am-category-view.-am-singleselect .am-collapse-icon {
    margin: 7px 0;
  }
  .am-collapse-icon:after,
  .am-show-more:before {
    width: 20px;
  }
  .filter-content .active .am-show-more:before {
    width: 12px;
  }
  .filter-content .active .am-show-more.-active {
    margin-bottom: 10px;
  }
  .amshopby-flyout-block {
    margin: 10px 0 25px;
  }
  .amshopby-flyout-block .items.amshopby-fly-out-view .item > .amshopby-choice {
    padding-left: 35px;
  }
  .filter-options input[type='checkbox'] {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 0;
    margin: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    width: 0;
    position: absolute;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice {
    word-break: break-word;
    word-wrap: break-word;
    position: absolute;
    top: 5px;
    left: 0;
    display: block;
    margin: 0;
    padding: 0 0 0 35px;
    min-height: 25px;
    line-height: 1.2;
    cursor: pointer;
  }
  .ie11 .filter-options input[type='checkbox'] + .amshopby-choice {
    word-break: break-all;
  }
  .ie11 .filter-options input[type='checkbox'] + .amshopby-choice {
    word-break: break-all;
  }
  .ie11 .filter-options input[type='checkbox'] + .amshopby-choice {
    word-break: break-all;
  }
  .ie11 .filter-options input[type='checkbox'] + .amshopby-choice {
    word-break: break-all;
  }
  .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;
  }
  .block-authentication .actions-toolbar .primary {
    width: 100%;
  }
  .wesupply-link-v2 {
    display: none;
  }
  .ws_embed_sms_notification {
    text-align: center;
  }
  .wpx-span span {
    display: block;
    margin: 15px 0;
    font-size: 10px;
  }
  .control-subs-2 {
    margin-bottom: 15px;
  }
  #ws_embed_sms_notification .control-subs .ws-Phone {
    width: 80%;
  }
  #ws_embed_sms_notification .control-subs .ws-country-pc {
    width: 18%;
    min-width: 130px;
  }
  #ws_embed_sms_notification .control-subs .sms-subs {
    margin-top: 15px;
    border-radius: 0;
    width: 100%;
  }
  #estimated_response .update-location #input_country {
    position: relative;
    top: 1px;
  }
  .table-checkout-shipping-method tbody {
    border-top: 1px solid #cccccc;
    padding-bottom: 20px;
    display: block;
  }
  .table-checkout-shipping-method tbody tr {
    padding-bottom: 20px;
  }
  .table-checkout-shipping-method tbody tr td {
    padding-bottom: 10px;
  }
  .table-checkout-shipping-method tbody tr td.col-eta.eta-desktop {
    display: none;
  }
  .table-checkout-shipping-method tbody tr.row-eta {
    display: table-row;
  }
  .table-checkout-shipping-method tbody tr.row-eta td {
    padding-bottom: 20px;
  }
  .table-checkout-shipping-method tbody tr.row-eta td.col-method,
  .table-checkout-shipping-method tbody tr.row-eta td.col-eta {
    border-top: 0 none;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .table-checkout-shipping-method tbody:first-of-type {
    border-top: 0 none;
  }
  .theme-pearl #ws_embed_sms_notification #ws-Phone {
    width: 210px;
  }
  .theme-pearl #ws_embed_sms_notification #phonePrefix,
  .theme-pearl #ws_embed_sms_notification #ws-Phone {
    height: 50px;
  }
  .theme-pearl #ws_embed_sms_notification #ws-embedded-subscribe {
    width: 100px;
    height: 50px;
  }
  .theme-pearl #ws_embed_sms_notification .control-subs-2 {
    margin-bottom: 15px !important;
  }
  .theme-pearl #ws_embed_sms_notification .control-subs-2:before {
    margin-top: 15px;
  }
  .theme-pearl #ws_embed_sms_notification .control-subs:before {
    margin-top: 15px;
  }
  .theme-pearl #ws_embed_sms_notification .control-subs .sms-subs {
    border-radius: 0;
    width: 100%;
  }
  #ws_embed_sms_notification.ws-left {
    padding: 0 20px 20px;
    border: 1px solid #b5b5b5;
  }
  #ws_embed_sms_notification.ws-left #ws-Phone {
    width: calc(100% - 135px);
    position: relative;
    top: 1px;
  }
  #ws_embed_sms_notification.ws-left button#ws-embedded-subscribe {
    margin-top: 10px;
    height: auto;
    width: 100%;
  }
  .ws_embed_sms_notification.sms-center-design-2 .inline-block {
    width: auto;
  }
  .ws_embed_sms_notification.sms-center-design-2 .inline-block .description-dsg-2 {
    width: 100%;
    text-align: center;
    padding: 15px;
    margin-top: 20px;
  }
  /* quick fix for non pearl users */
  body:not(.theme-pearl) #estimated_content #estimated_response .update-location .input-wrapper #input_country {
    top: 0;
  }
  .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 20px 20px;
  }
  .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: 10px;
  }
  .cart-container .form-cart .actions.main {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  .cart-container .form-cart .actions.main .clear,
  .cart-container .form-cart .actions.main .continue {
    margin: 0 0 25px 0;
  }
  .cart-discount {
    border-bottom: 1px solid #cccccc;
  }
  .cart.table-wrapper {
    border-top: 1px solid #cccccc;
  }
  .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 {
    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%;
  }
  .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 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .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;
  }
  .minicart-wrapper {
    margin-top: 10px;
  }
  .minicart-wrapper:before,
  .minicart-wrapper:after {
    content: '';
    display: table;
  }
  .minicart-wrapper:after {
    clear: both;
  }
  .minicart-wrapper .product .actions {
    float: left;
    margin: 10px 0 0 0;
  }
  .minicart-wrapper .update-cart-item {
    float: right;
    margin-left: 0;
  }
  .checkout-index-index .modal-popup .modal-footer .action-save-address {
    width: 100%;
  }
  .checkout-index-index .modal-popup .modal-footer .action-hide-popup {
    margin-top: 20px;
  }
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
  .checkout-payment-method .payment-methods {
    margin: 0 -15px;
  }
  .checkout-payment-method .step-title {
    padding-left: 15px;
    padding-right: 15px;
  }
  .checkout-payment-method .payment-method-title {
    padding: 15px;
  }
  .checkout-payment-method .payment-method-content {
    padding: 0 15px 20px;
  }
  .checkout-payment-method .checkout-billing-address .action-cancel {
    margin-top: 10px;
  }
  .checkout-payment-method .payment-option {
    margin: 0 -15px;
  }
  .checkout-payment-method .payment-option .payment-option-title {
    padding: 15px;
  }
  .checkout-payment-method .payment-option .payment-option-content {
    padding: 0 15px 20px;
  }
  .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: 5px;
  }
  .account .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 20px;
  }
  .account .column.main .block:not(.widget) .block-content .box:last-child {
    margin-bottom: 0;
  }
  .control.captcha-image .captcha-img {
    display: block;
    margin-bottom: 10px;
  }
  .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: 10px;
    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: #333333;
  }
  .cart .action-gift:active:after {
    color: #757575;
  }
  .cart .action-gift._active {
    border: 1px solid #c1c1c1;
    border-bottom-color: #ffffff;
    margin: -5px 14px -1px -15px;
    padding: 4px 10px 9px 14px;
  }
  .cart .action-gift._active:after {
    color: #333333;
  }
  .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';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .cart.table-wrapper .action-giftregistry:hover:before {
    color: #333333;
  }
  .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: 20px;
    padding-bottom: 10px;
  }
  .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: -15px;
    margin-right: -15px;
  }
  .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: 40px;
  }
  .filter.active .filter-title {
    border-bottom: 1px solid #cccccc;
    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: #7d7d7d;
    content: '\e616';
    font-family: 'luma-icons';
    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 -10px 25px;
  }
  .filter-options-content {
    padding: 5px 10px;
  }
  .filter .filter-current {
    border: solid #cccccc;
    border-width: 1px 0;
    margin: 5px -10px 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';
    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: #7d7d7d;
    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: 20px;
  }
  .page-with-filter .columns .sidebar-main {
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
  }
  .map-popup {
    max-width: 100%;
  }
  .map-old-price,
  .map-show-info {
    display: inline-block;
  }
  .map-old-price:not(:last-child),
  .map-show-info:not(:last-child) {
    margin-bottom: 10px;
  }
  .block-wishlist-management {
    clear: both;
    margin-top: -21px;
  }
  .block-wishlist-management .wishlist-select {
    margin: 0 -15px 20px;
  }
  .block-wishlist-management .wishlist-select .wishlist-name {
    font-size: 1.6rem;
  }
  .block-wishlist-management .wishlist-select-items {
    border-bottom: 1px solid #cccccc;
    background: #f5f5f5;
    display: none;
    padding: 15px 0;
  }
  .block-wishlist-management .wishlist-select-items.active {
    display: block;
  }
  .block-wishlist-management .wishlist-select-items .item {
    margin: 3px 0 0;
  }
  .block-wishlist-management .wishlist-select-items .item:first-child {
    margin-top: 0;
  }
  .block-wishlist-management .wishlist-select-items .item.current {
    display: none;
  }
  .block-wishlist-management .wishlist-select-items .item a {
    color: #333333;
    display: block;
    padding: 5px 18px;
    text-decoration: none;
  }
  .block-wishlist-management .wishlist-select-items .item a:hover {
    background: #e8e8e8;
  }
  .block-wishlist-management .wishlist-title strong {
    font-size: 2.6rem;
  }
  .block-wishlist-management .wishlist-info {
    margin-bottom: 15px;
  }
  .block-wishlist-management .wishlist-toolbar-select,
  .block-wishlist-management .wishlist-toolbar-actions {
    margin-bottom: 15px;
  }
  .products-grid.wishlist .product-item-checkbox {
    left: 0;
    position: absolute;
    top: 20px;
  }
  .page-multiple-wishlist .products-grid.wishlist .product-item-photo {
    margin-left: 25px;
  }
  .page-multiple-wishlist .products-grid.wishlist .product-item-name,
  .page-multiple-wishlist .products-grid.wishlist .product-item-description,
  .page-multiple-wishlist .products-grid.wishlist .product-item .price-box,
  .page-multiple-wishlist .products-grid.wishlist .product-item-tooltip {
    margin-left: 115px;
  }
  .products-grid.wishlist .wishlist-dropdown {
    display: none;
  }
  .multishipping-checkout-success .nav-toggle {
    display: block;
  }
  .multishipping-checkout-success .logo {
    margin-left: 40px;
  }
  .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: 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 #cccccc;
    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: #f4f4f4;
    font-size: 1.6rem;
    margin: 0 -15px;
  }
  .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: 10px 20px;
  }
  .page-footer .footer.content .switcher-store .switcher-options .switcher-trigger strong {
    padding: 10px 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: 5px 10px;
  }
  .cms-content .data-table > tbody > tr td[data-th]:before,
  .cms-content .data-table > tbody > tr th[data-th]:before {
    padding-right: 10px;
    content: attr(data-th) ': ';
    display: inline-block;
    color: #111111;
    font-weight: 700;
  }
  .cms-content .data-table > tbody > tr > th {
    background-color: #f6f6f6;
  }
  .products-grid.wishlist {
    margin-bottom: 30px;
    margin-right: 0;
  }
  .products-grid.wishlist .product-item {
    padding: 20px 0 20px 0;
    position: relative;
  }
  .products-grid.wishlist .product-item-photo {
    float: left;
    margin-right: 20px;
  }
  .products-grid.wishlist .product-item-name {
    font-size: 1.6rem;
  }
  .products-grid.wishlist .product-item-actions {
    display: block;
    float: left;
  }
  .products-grid.wishlist .product-item-actions .action {
    margin-right: 15px;
  }
  .products-grid.wishlist .product-item-actions .action:last-child {
    margin-right: 0;
  }
  .products-grid.wishlist .product-item-actions .action.edit,
  .products-grid.wishlist .product-item-actions .action.delete {
    margin-top: 7px;
  }
  .products-grid.wishlist .product-item-name,
  .products-grid.wishlist .product-item-description,
  .products-grid.wishlist .product-item .price-box,
  .products-grid.wishlist .product-item-tooltip {
    margin-left: 95px;
  }
  .products-grid.wishlist .product-item .box-tocart {
    float: left;
    margin-right: 20px;
  }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin-top: 7px;
  }
  .products-grid.wishlist .product-item .giftregisty-dropdown,
  .products-grid.wishlist .product-item .field.qty {
    display: none;
  }
  .products-grid.wishlist .product-image-container {
    max-width: 80px;
  }
  .wishlist-index-index .product-item {
    width: 100%;
  }
  .wishlist-index-index .product-item-info {
    width: auto;
  }
  .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';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .cart.table-wrapper .towishlist:hover:before {
    color: #333333;
  }
  .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%;
  }
}
@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 #cccccc;
  }
  .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: 10px;
  }
  .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: 10px 0 0;
  }
  .abs-product-items-summary tbody .col:last-child {
    padding-bottom: 10px;
  }
  .abs-product-items-summary tfoot .mark {
    padding-bottom: 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: 5px;
  }
  .abs-product-items-summary tfoot .grand.totals .amount {
    padding-bottom: 10px;
    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: -20px;
  }
  .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: -10px 0 10px;
  }
  .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 #cccccc;
    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: 5px 10px;
  }
  .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: 10px;
    content: attr(data-th) ': ';
    display: inline-block;
    color: #111111;
    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 #cccccc;
    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 5px;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot {
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr {
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:first-child th,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:first-child td {
    padding-top: 20px;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .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: 10px;
  }
  .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;
  }
  .catalogsearch-result-index .amsearch-pagebuilder-carousel .product-item-info {
    margin: 0 auto;
    width: 240px;
  }
  .checkout-payment-method .amazon-sandbox-simulator {
    border-top: 1px solid #cccccc;
  }
  .checkout-shipping-address .field-tooltip .field-tooltip-content {
    right: -65px;
  }
  .checkout-shipping-address .field-tooltip .field-tooltip-content:before,
  .checkout-shipping-address .field-tooltip .field-tooltip-content:after {
    right: 64px;
  }
  .cart-summary .checkout-methods-items .field-tooltip .field-tooltip-content {
    right: -35px;
  }
  .cart-summary .checkout-methods-items .field-tooltip .field-tooltip-content:before,
  .cart-summary .checkout-methods-items .field-tooltip .field-tooltip-content:after {
    right: 35px;
  }
  .block-minicart .field-tooltip {
    right: -115px;
    top: -45px;
  }
  .block-minicart .field-tooltip .field-tooltip-content {
    right: -21px;
    top: 46px;
  }
  .block-minicart .field-tooltip .field-tooltip-content:before,
  .block-minicart .field-tooltip .field-tooltip-content:after {
    right: 20px;
  }
  /* Overwriting Magento's padding for the method title to make
       sure our KP methods have the same height as the core methods */
  .klarna-payments-method > .payment-method-title {
    padding: 6.5px 0 6.5px 15px;
  }
  .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 10px 10px 0;
    width: 30%;
  }
  .product-item-actions .actions-primary {
    display: block;
  }
  .toolbar-products {
    margin-bottom: 0;
  }
  .product-info-price {
    margin: 0 -10px 0;
    width: calc(100% + 2*10px) !important;
  }
  .product-info-price > *:first-child {
    padding-left: 10px;
  }
  .product-info-price > *:last-child {
    padding-right: 10px;
  }
  .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;
  }
  .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: 20px -15px 15px;
    padding: 20px 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 35px 15px 18px;
    border-bottom-width: 2px;
  }
  .opc-wrapper .shipping-address-item.selected-item .edit-address-link {
    right: 39px;
  }
  .opc-wrapper .action-select-shipping-item {
    float: none;
    margin-top: 10px;
    width: 100%;
  }
  .opc-wrapper .action-show-popup {
    width: 100%;
  }
  .opc-wrapper .methods-shipping {
    border-bottom: 1px solid #cccccc;
    padding-top: 30px;
  }
  .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';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .opc-wrapper .edit-address-link:hover:before {
    color: #333333;
  }
  .opc-wrapper .edit-address-link:active:before {
    color: #757575;
  }
  .shipping-policy-block.field-tooltip {
    margin-bottom: 20px;
    position: relative;
    right: auto;
    top: auto;
  }
  .shipping-policy-block.field-tooltip .field-tooltip-content {
    width: 300px;
    right: auto;
  }
  .shipping-policy-block.field-tooltip .field-tooltip-content:before,
  .shipping-policy-block.field-tooltip .field-tooltip-content:after {
    right: auto;
  }
  .opc-block-shipping-information .shipping-information-title {
    font-size: 2.3rem;
  }
  .opc-block-summary > .title {
    border-bottom: 0;
    font-size: 18px;
    margin-bottom: 20px;
    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: 25px;
  }
  .table-downloadable-products .product-name {
    display: block;
    margin-bottom: 5px;
  }
  .page-product-downloadable .product-info-price ~ *:last-child:after {
    border-bottom: 1px solid #c1c1c1;
    content: '';
    display: block;
    height: 0;
    margin: 25px -10px;
    overflow: hidden;
    width: auto;
  }
  .table-giftregistry-items .field.choice,
  .table-giftregistry-items .field.qty {
    display: inline-block;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 20px;
  }
  .block-giftregistry-results .block-title {
    margin-bottom: 0;
  }
  .block-giftregistry-results .table-wrapper {
    border-top: none;
  }
  .block-giftregistry-shared-items .block-title {
    margin-bottom: 10px;
  }
  .block-giftregistry-shared-items .table-wrapper {
    border-top: 0;
  }
  .table.grouped > thead > tr > th {
    border-bottom: 1px solid #cccccc;
    display: table-cell;
  }
  .table.grouped > tbody {
    border-bottom: 1px solid #cccccc;
  }
  .table.grouped > tbody > tr > td {
    padding: 11px 10px;
    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: 5px;
  }
  .multicheckout .product-item-name,
  .multicheckout .price-including-tax,
  .multicheckout .price-excluding-tax {
    display: inline-block;
  }
  .multicheckout .block-content .box:not(:last-child) {
    margin-bottom: 40px;
  }
  .multicheckout .block-content .box:last-child {
    margin-bottom: 0;
  }
  .multicheckout.order-review .box-items .data.table thead {
    display: block;
  }
  .multicheckout.order-review .box-items .data.table thead tr {
    display: block;
  }
  .multicheckout.order-review .box-items .data.table thead .col.item {
    display: block;
    padding: 0;
  }
  .multicheckout.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: 25px;
  }
  .multicheckout .actions-toolbar > .primary {
    margin-bottom: 25px;
    margin-right: 0;
  }
  .customer-review .product-name {
    margin-bottom: 5px;
  }
  .customer-review .product-reviews-summary .rating-summary {
    display: block;
    margin-bottom: 5px;
  }
  .form-create-return .additional .field:nth-last-child(2) {
    margin-bottom: 0;
  }
  .form-create-return .additional .field:last-child {
    margin-top: 20px;
  }
  .account .column.main .returns-details-items .block-returns-tracking .block-title > .action.track {
    display: block;
    float: none;
    margin: 10px 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: 10px;
  }
  .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;
  }
  .amblog-post-container .amblog-read,
  .amblog-grid-list .slick-slide .amblog-item .amblog-read {
    width: 100%;
  }
  .amblog-footer {
    align-items: flex-start;
    flex-direction: column;
  }
  .amblog-footer .amblog-wrap {
    margin-bottom: 20px;
  }
  .amblog-related-wrapper.-related-products .amblog-slick-slider.-am-loaded .amblog-item-product {
    margin: 0 auto;
  }
  .amblog-related-wrapper.-related-products .amblog-slick-slider.-am-loaded .amblog-item-product .product-item-photo {
    display: flex;
    justify-content: center;
  }
  .amblog-related-wrapper.-related-products .amblog-slick-slider.-am-loaded .amblog-item-product .product-item-link {
    font-size: 20px;
  }
  .amblog-navigation-container .amblog-navigation {
    margin-top: 30px;
  }
  .amblog-navigation-container .amblog-navigation.-previous {
    margin-left: 0;
  }
  .amblog-navigation-container .amblog-navigation.-previous > .amblog-title-link:before {
    left: calc(20px * 2);
    /* stylelint-disable-line */
    right: inherit;
  }
  .amblog-navigation-container .amblog-navigation.-next {
    margin-right: 0;
  }
  .amblog-navigation-container .amblog-navigation.-next > .amblog-title-link:after {
    left: inherit;
    right: calc(20px * 2);
    /* stylelint-disable-line */
  }
  .amblog-navigation-container .amblog-navigation > .amblog-title-link:before,
  .amblog-navigation-container .amblog-navigation > .amblog-title-link:after {
    bottom: calc(100% - 50px);
    top: inherit;
  }
  .amblog-social-container .amblog-list {
    margin: 0 -10px;
  }
  .amblog-social-container .amblog-icon {
    margin: 0 9px 18px;
  }
  .sorter-options {
    margin: 0 2px;
  }
  .minicart-wrapper .block-minicart {
    width: 290px;
  }
  .modal-popup .field-tooltip .field-tooltip-content {
    width: 200px;
  }
}
@media only screen and (max-width: 319px) {
  .amblog-navigation-container .amblog-navigation > .amblog-title-link {
    overflow: hidden;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3;
  }
}
@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,
  .products-grid .product-item-info:not(:hover):not(.active) .product-item-inner {
    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 #cccccc;
  }
  .table > tbody + tbody {
    border-top: 1px solid #cccccc;
  }
  .ui-dialog.popup {
    width: 420px;
  }
  .amcart-minipage-wrap .amcart-message-box {
    position: relative;
    margin: 0 auto;
    padding: 40px 0 13px;
    width: 400px;
    max-width: initial;
  }
  .amcart-minipage-wrap .ampage-top-info {
    margin-top: 15px;
  }
  .amcart-product-notice {
    position: absolute;
    top: 0;
    left: 50%;
    width: 60%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    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%;
  }
  .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: #006bb4;
    text-decoration: none;
  }
  .column .block-addbysku .action.remove:hover {
    color: #006bb4;
    text-decoration: underline;
  }
  .column .block-addbysku .action.remove:active {
    color: #ff5501;
    text-decoration: underline;
  }
  .column .block-addbysku .action.remove:hover,
  .column .block-addbysku .action.remove:active,
  .column .block-addbysku .action.remove:focus {
    background: none;
    border: 0;
  }
  .column .block-addbysku .action.remove.disabled,
  .column .block-addbysku .action.remove[disabled],
  fieldset[disabled] .column .block-addbysku .action.remove {
    color: #006bb4;
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
    text-decoration: underline;
  }
  .catalogsearch-advanced-result .message.error {
    margin-top: 0;
  }
  .products-grid .product-item-info:hover,
  .products-grid .product-item-info.active {
    background: #ffffff;
    box-shadow: 3px 4px 4px 0 rgba(0, 0, 0, 0.3);
    border: 1px solid #bbbbbb;
    margin: -10px;
    padding: 9px;
    position: relative;
    z-index: 9;
  }
  .products-grid .product-item-info:hover .product-item-inner,
  .products-grid .product-item-info.active .product-item-inner {
    display: block;
  }
  .sidebar .products-grid .product-item-info:hover .product-item-photo,
  .sidebar .products-grid .product-item-info.active .product-item-photo {
    left: 9px;
    top: 9px;
  }
  .products-grid .product-item-inner {
    background: #ffffff;
    box-shadow: 3px 4px 4px 0 rgba(0, 0, 0, 0.3);
    border: 1px solid #bbbbbb;
    border-top: none;
    left: 0;
    margin: 10px 0 0 -1px;
    padding: 0 9px 9px;
    position: absolute;
    right: -1px;
    z-index: 2;
  }
  .product-item-actions {
    display: block;
  }
  .products-grid .product-item-actions {
    margin: -10px 0 10px;
  }
  .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 {
    z-index: 1;
  }
  .products-grid .product-item {
    margin-bottom: 20px;
    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 10px;
  }
  .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: 20px 0 0;
  }
  .multicheckout .block-content .box {
    margin-bottom: 0;
  }
  .multicheckout .block-shipping .box {
    float: left;
    width: 25%;
  }
  .multicheckout .block-shipping .box-shipping-method {
    padding-left: 25px;
    padding-right: 25px;
    width: 50%;
  }
  .multicheckout .block-shipping .box-shipping-method .fieldset .field:before {
    display: none;
  }
  .multicheckout .block-billing .box-billing-address {
    float: left;
    width: 25%;
  }
  .multicheckout .block-billing .box-billing-method {
    float: left;
    padding-left: 25px;
    width: 50%;
  }
  .multicheckout.form.address .table-wrapper .applicable {
    margin: 7px 0 0;
  }
  .multicheckout.order-review .box-items {
    clear: left;
    float: none;
    padding-top: 40px;
    width: auto;
  }
  .multicheckout.order-review .col.item {
    width: 75%;
  }
  .multicheckout .methods-payment .item-content > .fieldset {
    width: auto;
  }
  .multicheckout .methods-payment .item-content > .fieldset .field.cvv {
    display: inline-block;
    width: auto;
  }
  .multicheckout .methods-payment .fieldset > .field:not(.choice) > .label {
    float: none;
    margin-bottom: 8px;
    text-align: left;
    width: auto;
  }
  .multicheckout .methods-payment .fieldset > .field:not(.choice):not(.cvv) .control {
    width: 100%;
  }
  .review-form {
    max-width: 500px;
  }
  .review-ratings {
    float: left;
    margin-bottom: 0;
    min-width: 240px;
    padding-right: 40px;
  }
  .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;
  }
}
#braintree-three-d-modal {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  align-items: center;
  height: 100vh;
  width: 100vw;
  z-index: 100000;
  visibility: visible;
}
#braintree-three-d-modal .bt-modal-frame {
  height: 420px;
  width: 440px;
  margin: auto;
  background-color: #ffffff;
  z-index: 2;
  border-radius: 6px;
}
#braintree-three-d-modal .bt-modal-body {
  height: 380px;
  margin: 20px;
  background-color: white;
  border: 1px solid lightgray;
}
#braintree-three-d-modal .bt-mask {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.75;
}
.braintree-applepay-container-product {
  display: inline-block;
}
.braintree-applepay-container-product .braintree-apple-pay-button {
  padding: 10px 0;
  margin: 0;
  margin-bottom: 15px;
}
.braintree-apple-pay-button {
  -webkit-appearance: -apple-pay-button;
  -apple-pay-button-type: plain;
  display: block;
  width: 200px;
  min-height: 40px;
  border: 1px solid black;
  background-image: -webkit-named-image(apple-pay-logo-black);
  background-size: 100% calc(60% + 2px);
  background-repeat: no-repeat;
  background-color: black;
  background-position: 50% 50%;
  border-radius: 5px;
  padding: 2px;
  margin: 20px auto;
  transition: background-color 0.15s;
  cursor: pointer;
}
.ppcredit-summary {
  background: linear-gradient(to right, #009cde, #003087);
  color: #ffffff;
  padding: 15px;
  text-align: center;
  margin: 10px 0px;
}
.ppcreditcalc-container {
  border: 1px solid #dedede;
  background: #ffffff;
}
.ppcreditcalc-header {
  background: #ffffff;
  padding: 15px;
}
.ppcreditcalc-legal {
  background-color: #eee;
  border-top: 1px solid #dedede;
  padding: 15px;
  font-size: 1.2rem;
  line-height: 2rem;
}
.ppcreditcalc-instalments {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid #DEDEDE;
  border-bottom: 1px solid #DEDEDE;
  background-color: #eeeeee;
}
.ppcreditcalc-instalments li {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.ppcreditcalc-instalments-term {
  display: block;
  padding: 10px 15px;
  color: #000;
}
.ppcreditcalc-instalments-term:hover {
  background: #009CDE;
  color: #FFF;
  text-decoration: none;
}
.ppcreditcalc-instalments-term.active {
  background: #003087;
  color: #FFF;
}
.ppcreditcalc-instalment-summary {
  padding: 15px;
}
.ppcreditcalc-instalment-summary dl {
  margin: 0;
}
.ppcreditcalc-instalment-summary dt {
  display: inline-block;
  width: 50%;
}
.ppcreditcalc-instalment-summary dd {
  display: inline-block;
}
#braintree_expirationDate {
  width: 90px;
}
button.braintree-googlepay-button {
  background-origin: content-box;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 0;
  border-radius: 4px;
  box-shadow: rgba(60, 64, 67, 0.3) 0 1px 1px 0, rgba(60, 64, 67, 0.15) 0 1px 3px 1px;
  cursor: pointer;
  height: 40px;
  min-height: 40px;
  padding: 11px 24px;
}
button.braintree-googlepay-button.black {
  background-color: #000;
  box-shadow: none;
  padding: 12px 24px 10px;
}
button.braintree-googlepay-button.white {
  background-color: #ffffff;
}
button.braintree-googlepay-button.short {
  min-width: 90px;
  width: 160px;
}
button.braintree-googlepay-button.black.short {
  background-image: url(https://www.gstatic.com/instantbuy/svg/dark_gpay.svg);
}
button.braintree-googlepay-button.white.short {
  background-image: url(https://www.gstatic.com/instantbuy/svg/light_gpay.svg);
}
button.braintree-googlepay-button.black:active {
  background-color: #5f6368;
}
button.braintree-googlepay-button.black:hover {
  background-color: #3c4043;
}
button.braintree-googlepay-button.white:active {
  background-color: #ffffff;
}
button.braintree-googlepay-button.white:focus {
  box-shadow: #e8e8e8 0 1px 1px 0, #e8e8e8 0 1px 3px;
}
button.braintree-googlepay-button.white:hover {
  background-color: #f8f8f8;
}
button.braintree-googlepay-button.long {
  min-width: 152px;
  width: 240px;
}
button.braintree-googlepay-button.white.long {
  background-image: url(https://www.gstatic.com/instantbuy/svg/light/en.svg);
}
button.braintree-googlepay-button.black.long {
  background-image: url(https://www.gstatic.com/instantbuy/svg/dark/en.svg);
}
.googlepay-minicart-logo {
  margin-top: 15px;
  text-align: center;
}
.checkout-payment-method .credit-card-types.braintree-credit-card-types img {
  width: 30px;
  -webkit-filter: none;
  -webkit-transition: none;
}
.braintree-card-control {
  position: relative;
}
.braintree-credit-card-selected {
  position: absolute;
  z-index: 10;
  left: 10px;
}
.braintree-paypal-logo.oneclick-container {
  width: 100%;
}
#payment_form_braintree_ach_direct_debit .field > .fields .field .label {
  font-weight: 600;
}
#payment_form_braintree_ach_direct_debit .field > .fields .field.required > .label:after {
  content: '*';
  color: #e02b27;
  font-size: 1.8rem;
  margin: 0 0 0 5px;
}
#payment_form_braintree_ach_direct_debit .field > .fields .field .control {
  margin: 10px 10px 0 0;
}
#payment_form_braintree_ach_direct_debit .field > .fields .field .control input[type="text"]::placeholder,
#payment_form_braintree_ach_direct_debit .field > .fields .field .control input[type="number"]::placeholder {
  color: lightgrey;
}
#payment-method-braintree-lpm .primary {
  width: 100%;
}
#payment-method-braintree-lpm .primary .action {
  margin-bottom: 12px;
  width: 100%;
}
#payment-method-braintree-lpm .primary .action img {
  height: 40px;
}
#payment-method-braintree-cc-vault .field.required .label {
  font-weight: 600;
}
#payment-method-braintree-cc-vault .field.required .label:after {
  content: '*';
  color: #e02b27;
  font-size: 1.8rem;
  margin: 0 0 0 5px;
}
#payment-method-braintree-cc-vault .field .hosted-control {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  height: 32px;
  padding: 0 9px;
  vertical-align: baseline;
  box-sizing: border-box;
  position: relative;
  width: 5rem;
}
#payment-method-braintree-cc-vault .field .hosted-control.braintree-hosted-fields-invalid:not(.braintree-hosted-fields-focused) ~ .hosted-error {
  height: auto;
  opacity: 1;
}
#payment-method-braintree-cc-vault .field .hosted-error {
  clear: both;
  color: #e02b27;
  font-size: 1.2rem;
  height: 0;
  margin-top: 7px;
  opacity: 0;
}
.braintree-paypal-fieldset {
  display: none;
}
.payment-method-braintree .hosted-control {
  border: 1px solid #c2c2c2;
  height: 32px;
  padding: 8px 15px;
  max-width: 300px;
}
.payment-method-braintree .hosted-control.braintree-hosted-fields-invalid:not(.braintree-hosted-fields-focused) ~ .hosted-error {
  height: auto;
  opacity: 1;
}
.payment-method-braintree .hosted-error {
  clear: both;
  color: #e02b27;
  font-size: 1.2rem;
  height: 0;
  margin-top: 7px;
  opacity: 0;
}
.payment-method-braintree .cvv {
  max-width: 200px;
  position: relative;
}
.payment-method-braintree .cvv .field-tooltip {
  top: 10px;
  right: 30px;
}
#braintree_cc_number {
  padding-left: 68px;
}
@charset "UTF-8";/*!
  Ionicons, v2.0.0
  Created by Ben Sperry for the Ionic Framework, http://ionicons.com/
  https://twitter.com/benjsperry  https://twitter.com/ionicframework
  MIT License: https://github.com/driftyco/ionicons

  Android-style icons originally built by Google’s
  Material Design Icons: https://github.com/google/material-design-icons
  used under CC BY http://creativecommons.org/licenses/by/4.0/
  Modified icons to fit ionicon’s grid from original.
*/@font-face{font-family:"Ionicons";src:url("../../frontend/Netsteps/default/it_IT/fonts/ionicons.eot?v=2.0.0");src:url("../../frontend/Netsteps/default/it_IT/fonts/ionicons.eot?v=2.0.0#iefix") format("embedded-opentype"),url("../../frontend/Netsteps/default/it_IT/fonts/ionicons.ttf?v=2.0.0") format("truetype"),url("../../frontend/Netsteps/default/it_IT/fonts/ionicons.woff?v=2.0.0") format("woff"),url("../../frontend/Netsteps/default/it_IT/fonts/ionicons.svg?v=2.0.0#Ionicons") format("svg");font-weight:normal;font-style:normal}.ion,.ionicons,.ion-alert:before,.ion-alert-circled:before,.ion-android-add:before,.ion-android-add-circle:before,.ion-android-alarm-clock:before,.ion-android-alert:before,.ion-android-apps:before,.ion-android-archive:before,.ion-android-arrow-back:before,.ion-android-arrow-down:before,.ion-android-arrow-dropdown:before,.ion-android-arrow-dropdown-circle:before,.ion-android-arrow-dropleft:before,.ion-android-arrow-dropleft-circle:before,.ion-android-arrow-dropright:before,.ion-android-arrow-dropright-circle:before,.ion-android-arrow-dropup:before,.ion-android-arrow-dropup-circle:before,.ion-android-arrow-forward:before,.ion-android-arrow-up:before,.ion-android-attach:before,.ion-android-bar:before,.ion-android-bicycle:before,.ion-android-boat:before,.ion-android-bookmark:before,.ion-android-bulb:before,.ion-android-bus:before,.ion-android-calendar:before,.ion-android-call:before,.ion-android-camera:before,.ion-android-cancel:before,.ion-android-car:before,.ion-android-cart:before,.ion-android-chat:before,.ion-android-checkbox:before,.ion-android-checkbox-blank:before,.ion-android-checkbox-outline:before,.ion-android-checkbox-outline-blank:before,.ion-android-checkmark-circle:before,.ion-android-clipboard:before,.ion-android-close:before,.ion-android-cloud:before,.ion-android-cloud-circle:before,.ion-android-cloud-done:before,.ion-android-cloud-outline:before,.ion-android-color-palette:before,.ion-android-compass:before,.ion-android-contact:before,.ion-android-contacts:before,.ion-android-contract:before,.ion-android-create:before,.ion-android-delete:before,.ion-android-desktop:before,.ion-android-document:before,.ion-android-done:before,.ion-android-done-all:before,.ion-android-download:before,.ion-android-drafts:before,.ion-android-exit:before,.ion-android-expand:before,.ion-android-favorite:before,.ion-android-favorite-outline:before,.ion-android-film:before,.ion-android-folder:before,.ion-android-folder-open:before,.ion-android-funnel:before,.ion-android-globe:before,.ion-android-hand:before,.ion-android-hangout:before,.ion-android-happy:before,.ion-android-home:before,.ion-android-image:before,.ion-android-laptop:before,.ion-android-list:before,.ion-android-locate:before,.ion-android-lock:before,.ion-android-mail:before,.ion-android-map:before,.ion-android-menu:before,.ion-android-microphone:before,.ion-android-microphone-off:before,.ion-android-more-horizontal:before,.ion-android-more-vertical:before,.ion-android-navigate:before,.ion-android-notifications:before,.ion-android-notifications-none:before,.ion-android-notifications-off:before,.ion-android-open:before,.ion-android-options:before,.ion-android-people:before,.ion-android-person:before,.ion-android-person-add:before,.ion-android-phone-landscape:before,.ion-android-phone-portrait:before,.ion-android-pin:before,.ion-android-plane:before,.ion-android-playstore:before,.ion-android-print:before,.ion-android-radio-button-off:before,.ion-android-radio-button-on:before,.ion-android-refresh:before,.ion-android-remove:before,.ion-android-remove-circle:before,.ion-android-restaurant:before,.ion-android-sad:before,.ion-android-search:before,.ion-android-send:before,.ion-android-settings:before,.ion-android-share:before,.ion-android-share-alt:before,.ion-android-star:before,.ion-android-star-half:before,.ion-android-star-outline:before,.ion-android-stopwatch:before,.ion-android-subway:before,.ion-android-sunny:before,.ion-android-sync:before,.ion-android-textsms:before,.ion-android-time:before,.ion-android-train:before,.ion-android-unlock:before,.ion-android-upload:before,.ion-android-volume-down:before,.ion-android-volume-mute:before,.ion-android-volume-off:before,.ion-android-volume-up:before,.ion-android-walk:before,.ion-android-warning:before,.ion-android-watch:before,.ion-android-wifi:before,.ion-aperture:before,.ion-archive:before,.ion-arrow-down-a:before,.ion-arrow-down-b:before,.ion-arrow-down-c:before,.ion-arrow-expand:before,.ion-arrow-graph-down-left:before,.ion-arrow-graph-down-right:before,.ion-arrow-graph-up-left:before,.ion-arrow-graph-up-right:before,.ion-arrow-left-a:before,.ion-arrow-left-b:before,.ion-arrow-left-c:before,.ion-arrow-move:before,.ion-arrow-resize:before,.ion-arrow-return-left:before,.ion-arrow-return-right:before,.ion-arrow-right-a:before,.ion-arrow-right-b:before,.ion-arrow-right-c:before,.ion-arrow-shrink:before,.ion-arrow-swap:before,.ion-arrow-up-a:before,.ion-arrow-up-b:before,.ion-arrow-up-c:before,.ion-asterisk:before,.ion-at:before,.ion-backspace:before,.ion-backspace-outline:before,.ion-bag:before,.ion-battery-charging:before,.ion-battery-empty:before,.ion-battery-full:before,.ion-battery-half:before,.ion-battery-low:before,.ion-beaker:before,.ion-beer:before,.ion-bluetooth:before,.ion-bonfire:before,.ion-bookmark:before,.ion-bowtie:before,.ion-briefcase:before,.ion-bug:before,.ion-calculator:before,.ion-calendar:before,.ion-camera:before,.ion-card:before,.ion-cash:before,.ion-chatbox:before,.ion-chatbox-working:before,.ion-chatboxes:before,.ion-chatbubble:before,.ion-chatbubble-working:before,.ion-chatbubbles:before,.ion-checkmark:before,.ion-checkmark-circled:before,.ion-checkmark-round:before,.ion-chevron-down:before,.ion-chevron-left:before,.ion-chevron-right:before,.ion-chevron-up:before,.ion-clipboard:before,.ion-clock:before,.ion-close:before,.ion-close-circled:before,.ion-close-round:before,.ion-closed-captioning:before,.ion-cloud:before,.ion-code:before,.ion-code-download:before,.ion-code-working:before,.ion-coffee:before,.ion-compass:before,.ion-compose:before,.ion-connection-bars:before,.ion-contrast:before,.ion-crop:before,.ion-cube:before,.ion-disc:before,.ion-document:before,.ion-document-text:before,.ion-drag:before,.ion-earth:before,.ion-easel:before,.ion-edit:before,.ion-egg:before,.ion-eject:before,.ion-email:before,.ion-email-unread:before,.ion-erlenmeyer-flask:before,.ion-erlenmeyer-flask-bubbles:before,.ion-eye:before,.ion-eye-disabled:before,.ion-female:before,.ion-filing:before,.ion-film-marker:before,.ion-fireball:before,.ion-flag:before,.ion-flame:before,.ion-flash:before,.ion-flash-off:before,.ion-folder:before,.ion-fork:before,.ion-fork-repo:before,.ion-forward:before,.ion-funnel:before,.ion-gear-a:before,.ion-gear-b:before,.ion-grid:before,.ion-hammer:before,.ion-happy:before,.ion-happy-outline:before,.ion-headphone:before,.ion-heart:before,.ion-heart-broken:before,.ion-help:before,.ion-help-buoy:before,.ion-help-circled:before,.ion-home:before,.ion-icecream:before,.ion-image:before,.ion-images:before,.ion-information:before,.ion-information-circled:before,.ion-ionic:before,.ion-ios-alarm:before,.ion-ios-alarm-outline:before,.ion-ios-albums:before,.ion-ios-albums-outline:before,.ion-ios-americanfootball:before,.ion-ios-americanfootball-outline:before,.ion-ios-analytics:before,.ion-ios-analytics-outline:before,.ion-ios-arrow-back:before,.ion-ios-arrow-down:before,.ion-ios-arrow-forward:before,.ion-ios-arrow-left:before,.ion-ios-arrow-right:before,.ion-ios-arrow-thin-down:before,.ion-ios-arrow-thin-left:before,.ion-ios-arrow-thin-right:before,.ion-ios-arrow-thin-up:before,.ion-ios-arrow-up:before,.ion-ios-at:before,.ion-ios-at-outline:before,.ion-ios-barcode:before,.ion-ios-barcode-outline:before,.ion-ios-baseball:before,.ion-ios-baseball-outline:before,.ion-ios-basketball:before,.ion-ios-basketball-outline:before,.ion-ios-bell:before,.ion-ios-bell-outline:before,.ion-ios-body:before,.ion-ios-body-outline:before,.ion-ios-bolt:before,.ion-ios-bolt-outline:before,.ion-ios-book:before,.ion-ios-book-outline:before,.ion-ios-bookmarks:before,.ion-ios-bookmarks-outline:before,.ion-ios-box:before,.ion-ios-box-outline:before,.ion-ios-briefcase:before,.ion-ios-briefcase-outline:before,.ion-ios-browsers:before,.ion-ios-browsers-outline:before,.ion-ios-calculator:before,.ion-ios-calculator-outline:before,.ion-ios-calendar:before,.ion-ios-calendar-outline:before,.ion-ios-camera:before,.ion-ios-camera-outline:before,.ion-ios-cart:before,.ion-ios-cart-outline:before,.ion-ios-chatboxes:before,.ion-ios-chatboxes-outline:before,.ion-ios-chatbubble:before,.ion-ios-chatbubble-outline:before,.ion-ios-checkmark:before,.ion-ios-checkmark-empty:before,.ion-ios-checkmark-outline:before,.ion-ios-circle-filled:before,.ion-ios-circle-outline:before,.ion-ios-clock:before,.ion-ios-clock-outline:before,.ion-ios-close:before,.ion-ios-close-empty:before,.ion-ios-close-outline:before,.ion-ios-cloud:before,.ion-ios-cloud-download:before,.ion-ios-cloud-download-outline:before,.ion-ios-cloud-outline:before,.ion-ios-cloud-upload:before,.ion-ios-cloud-upload-outline:before,.ion-ios-cloudy:before,.ion-ios-cloudy-night:before,.ion-ios-cloudy-night-outline:before,.ion-ios-cloudy-outline:before,.ion-ios-cog:before,.ion-ios-cog-outline:before,.ion-ios-color-filter:before,.ion-ios-color-filter-outline:before,.ion-ios-color-wand:before,.ion-ios-color-wand-outline:before,.ion-ios-compose:before,.ion-ios-compose-outline:before,.ion-ios-contact:before,.ion-ios-contact-outline:before,.ion-ios-copy:before,.ion-ios-copy-outline:before,.ion-ios-crop:before,.ion-ios-crop-strong:before,.ion-ios-download:before,.ion-ios-download-outline:before,.ion-ios-drag:before,.ion-ios-email:before,.ion-ios-email-outline:before,.ion-ios-eye:before,.ion-ios-eye-outline:before,.ion-ios-fastforward:before,.ion-ios-fastforward-outline:before,.ion-ios-filing:before,.ion-ios-filing-outline:before,.ion-ios-film:before,.ion-ios-film-outline:before,.ion-ios-flag:before,.ion-ios-flag-outline:before,.ion-ios-flame:before,.ion-ios-flame-outline:before,.ion-ios-flask:before,.ion-ios-flask-outline:before,.ion-ios-flower:before,.ion-ios-flower-outline:before,.ion-ios-folder:before,.ion-ios-folder-outline:before,.ion-ios-football:before,.ion-ios-football-outline:before,.ion-ios-game-controller-a:before,.ion-ios-game-controller-a-outline:before,.ion-ios-game-controller-b:before,.ion-ios-game-controller-b-outline:before,.ion-ios-gear:before,.ion-ios-gear-outline:before,.ion-ios-glasses:before,.ion-ios-glasses-outline:before,.ion-ios-grid-view:before,.ion-ios-grid-view-outline:before,.ion-ios-heart:before,.ion-ios-heart-outline:before,.ion-ios-help:before,.ion-ios-help-empty:before,.ion-ios-help-outline:before,.ion-ios-home:before,.ion-ios-home-outline:before,.ion-ios-infinite:before,.ion-ios-infinite-outline:before,.ion-ios-information:before,.ion-ios-information-empty:before,.ion-ios-information-outline:before,.ion-ios-ionic-outline:before,.ion-ios-keypad:before,.ion-ios-keypad-outline:before,.ion-ios-lightbulb:before,.ion-ios-lightbulb-outline:before,.ion-ios-list:before,.ion-ios-list-outline:before,.ion-ios-location:before,.ion-ios-location-outline:before,.ion-ios-locked:before,.ion-ios-locked-outline:before,.ion-ios-loop:before,.ion-ios-loop-strong:before,.ion-ios-medical:before,.ion-ios-medical-outline:before,.ion-ios-medkit:before,.ion-ios-medkit-outline:before,.ion-ios-mic:before,.ion-ios-mic-off:before,.ion-ios-mic-outline:before,.ion-ios-minus:before,.ion-ios-minus-empty:before,.ion-ios-minus-outline:before,.ion-ios-monitor:before,.ion-ios-monitor-outline:before,.ion-ios-moon:before,.ion-ios-moon-outline:before,.ion-ios-more:before,.ion-ios-more-outline:before,.ion-ios-musical-note:before,.ion-ios-musical-notes:before,.ion-ios-navigate:before,.ion-ios-navigate-outline:before,.ion-ios-nutrition:before,.ion-ios-nutrition-outline:before,.ion-ios-paper:before,.ion-ios-paper-outline:before,.ion-ios-paperplane:before,.ion-ios-paperplane-outline:before,.ion-ios-partlysunny:before,.ion-ios-partlysunny-outline:before,.ion-ios-pause:before,.ion-ios-pause-outline:before,.ion-ios-paw:before,.ion-ios-paw-outline:before,.ion-ios-people:before,.ion-ios-people-outline:before,.ion-ios-person:before,.ion-ios-person-outline:before,.ion-ios-personadd:before,.ion-ios-personadd-outline:before,.ion-ios-photos:before,.ion-ios-photos-outline:before,.ion-ios-pie:before,.ion-ios-pie-outline:before,.ion-ios-pint:before,.ion-ios-pint-outline:before,.ion-ios-play:before,.ion-ios-play-outline:before,.ion-ios-plus:before,.ion-ios-plus-empty:before,.ion-ios-plus-outline:before,.ion-ios-pricetag:before,.ion-ios-pricetag-outline:before,.ion-ios-pricetags:before,.ion-ios-pricetags-outline:before,.ion-ios-printer:before,.ion-ios-printer-outline:before,.ion-ios-pulse:before,.ion-ios-pulse-strong:before,.ion-ios-rainy:before,.ion-ios-rainy-outline:before,.ion-ios-recording:before,.ion-ios-recording-outline:before,.ion-ios-redo:before,.ion-ios-redo-outline:before,.ion-ios-refresh:before,.ion-ios-refresh-empty:before,.ion-ios-refresh-outline:before,.ion-ios-reload:before,.ion-ios-reverse-camera:before,.ion-ios-reverse-camera-outline:before,.ion-ios-rewind:before,.ion-ios-rewind-outline:before,.ion-ios-rose:before,.ion-ios-rose-outline:before,.ion-ios-search:before,.ion-ios-search-strong:before,.ion-ios-settings:before,.ion-ios-settings-strong:before,.ion-ios-shuffle:before,.ion-ios-shuffle-strong:before,.ion-ios-skipbackward:before,.ion-ios-skipbackward-outline:before,.ion-ios-skipforward:before,.ion-ios-skipforward-outline:before,.ion-ios-snowy:before,.ion-ios-speedometer:before,.ion-ios-speedometer-outline:before,.ion-ios-star:before,.ion-ios-star-half:before,.ion-ios-star-outline:before,.ion-ios-stopwatch:before,.ion-ios-stopwatch-outline:before,.ion-ios-sunny:before,.ion-ios-sunny-outline:before,.ion-ios-telephone:before,.ion-ios-telephone-outline:before,.ion-ios-tennisball:before,.ion-ios-tennisball-outline:before,.ion-ios-thunderstorm:before,.ion-ios-thunderstorm-outline:before,.ion-ios-time:before,.ion-ios-time-outline:before,.ion-ios-timer:before,.ion-ios-timer-outline:before,.ion-ios-toggle:before,.ion-ios-toggle-outline:before,.ion-ios-trash:before,.ion-ios-trash-outline:before,.ion-ios-undo:before,.ion-ios-undo-outline:before,.ion-ios-unlocked:before,.ion-ios-unlocked-outline:before,.ion-ios-upload:before,.ion-ios-upload-outline:before,.ion-ios-videocam:before,.ion-ios-videocam-outline:before,.ion-ios-volume-high:before,.ion-ios-volume-low:before,.ion-ios-wineglass:before,.ion-ios-wineglass-outline:before,.ion-ios-world:before,.ion-ios-world-outline:before,.ion-ipad:before,.ion-iphone:before,.ion-ipod:before,.ion-jet:before,.ion-key:before,.ion-knife:before,.ion-laptop:before,.ion-leaf:before,.ion-levels:before,.ion-lightbulb:before,.ion-link:before,.ion-load-a:before,.ion-load-b:before,.ion-load-c:before,.ion-load-d:before,.ion-location:before,.ion-lock-combination:before,.ion-locked:before,.ion-log-in:before,.ion-log-out:before,.ion-loop:before,.ion-magnet:before,.ion-male:before,.ion-man:before,.ion-map:before,.ion-medkit:before,.ion-merge:before,.ion-mic-a:before,.ion-mic-b:before,.ion-mic-c:before,.ion-minus:before,.ion-minus-circled:before,.ion-minus-round:before,.ion-model-s:before,.ion-monitor:before,.ion-more:before,.ion-mouse:before,.ion-music-note:before,.ion-navicon:before,.ion-navicon-round:before,.ion-navigate:before,.ion-network:before,.ion-no-smoking:before,.ion-nuclear:before,.ion-outlet:before,.ion-paintbrush:before,.ion-paintbucket:before,.ion-paper-airplane:before,.ion-paperclip:before,.ion-pause:before,.ion-person:before,.ion-person-add:before,.ion-person-stalker:before,.ion-pie-graph:before,.ion-pin:before,.ion-pinpoint:before,.ion-pizza:before,.ion-plane:before,.ion-planet:before,.ion-play:before,.ion-playstation:before,.ion-plus:before,.ion-plus-circled:before,.ion-plus-round:before,.ion-podium:before,.ion-pound:before,.ion-power:before,.ion-pricetag:before,.ion-pricetags:before,.ion-printer:before,.ion-pull-request:before,.ion-qr-scanner:before,.ion-quote:before,.ion-radio-waves:before,.ion-record:before,.ion-refresh:before,.ion-reply:before,.ion-reply-all:before,.ion-ribbon-a:before,.ion-ribbon-b:before,.ion-sad:before,.ion-sad-outline:before,.ion-scissors:before,.ion-search:before,.ion-settings:before,.ion-share:before,.ion-shuffle:before,.ion-skip-backward:before,.ion-skip-forward:before,.ion-social-android:before,.ion-social-android-outline:before,.ion-social-angular:before,.ion-social-angular-outline:before,.ion-social-apple:before,.ion-social-apple-outline:before,.ion-social-bitcoin:before,.ion-social-bitcoin-outline:before,.ion-social-buffer:before,.ion-social-buffer-outline:before,.ion-social-chrome:before,.ion-social-chrome-outline:before,.ion-social-codepen:before,.ion-social-codepen-outline:before,.ion-social-css3:before,.ion-social-css3-outline:before,.ion-social-designernews:before,.ion-social-designernews-outline:before,.ion-social-dribbble:before,.ion-social-dribbble-outline:before,.ion-social-dropbox:before,.ion-social-dropbox-outline:before,.ion-social-euro:before,.ion-social-euro-outline:before,.ion-social-facebook:before,.ion-social-facebook-outline:before,.ion-social-foursquare:before,.ion-social-foursquare-outline:before,.ion-social-freebsd-devil:before,.ion-social-github:before,.ion-social-github-outline:before,.ion-social-google:before,.ion-social-google-outline:before,.ion-social-googleplus:before,.ion-social-googleplus-outline:before,.ion-social-hackernews:before,.ion-social-hackernews-outline:before,.ion-social-html5:before,.ion-social-html5-outline:before,.ion-social-instagram:before,.ion-social-instagram-outline:before,.ion-social-javascript:before,.ion-social-javascript-outline:before,.ion-social-linkedin:before,.ion-social-linkedin-outline:before,.ion-social-markdown:before,.ion-social-nodejs:before,.ion-social-octocat:before,.ion-social-pinterest:before,.ion-social-pinterest-outline:before,.ion-social-python:before,.ion-social-reddit:before,.ion-social-reddit-outline:before,.ion-social-rss:before,.ion-social-rss-outline:before,.ion-social-sass:before,.ion-social-skype:before,.ion-social-skype-outline:before,.ion-social-snapchat:before,.ion-social-snapchat-outline:before,.ion-social-tumblr:before,.ion-social-tumblr-outline:before,.ion-social-tux:before,.ion-social-twitch:before,.ion-social-twitch-outline:before,.ion-social-twitter:before,.ion-social-twitter-outline:before,.ion-social-usd:before,.ion-social-usd-outline:before,.ion-social-vimeo:before,.ion-social-vimeo-outline:before,.ion-social-whatsapp:before,.ion-social-whatsapp-outline:before,.ion-social-windows:before,.ion-social-windows-outline:before,.ion-social-wordpress:before,.ion-social-wordpress-outline:before,.ion-social-yahoo:before,.ion-social-yahoo-outline:before,.ion-social-yen:before,.ion-social-yen-outline:before,.ion-social-youtube:before,.ion-social-youtube-outline:before,.ion-soup-can:before,.ion-soup-can-outline:before,.ion-speakerphone:before,.ion-speedometer:before,.ion-spoon:before,.ion-star:before,.ion-stats-bars:before,.ion-steam:before,.ion-stop:before,.ion-thermometer:before,.ion-thumbsdown:before,.ion-thumbsup:before,.ion-toggle:before,.ion-toggle-filled:before,.ion-transgender:before,.ion-trash-a:before,.ion-trash-b:before,.ion-trophy:before,.ion-tshirt:before,.ion-tshirt-outline:before,.ion-umbrella:before,.ion-university:before,.ion-unlocked:before,.ion-upload:before,.ion-usb:before,.ion-videocamera:before,.ion-volume-high:before,.ion-volume-low:before,.ion-volume-medium:before,.ion-volume-mute:before,.ion-wand:before,.ion-waterdrop:before,.ion-wifi:before,.ion-wineglass:before,.ion-woman:before,.ion-wrench:before,.ion-xbox:before{display:inline-block;font-family:"Ionicons";speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;text-rendering:auto;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.ion-alert:before{content:"\f101"}.ion-alert-circled:before{content:"\f100"}.ion-android-add:before{content:"\f2c7"}.ion-android-add-circle:before{content:"\f359"}.ion-android-alarm-clock:before{content:"\f35a"}.ion-android-alert:before{content:"\f35b"}.ion-android-apps:before{content:"\f35c"}.ion-android-archive:before{content:"\f2c9"}.ion-android-arrow-back:before{content:"\f2ca"}.ion-android-arrow-down:before{content:"\f35d"}.ion-android-arrow-dropdown:before{content:"\f35f"}.ion-android-arrow-dropdown-circle:before{content:"\f35e"}.ion-android-arrow-dropleft:before{content:"\f361"}.ion-android-arrow-dropleft-circle:before{content:"\f360"}.ion-android-arrow-dropright:before{content:"\f363"}.ion-android-arrow-dropright-circle:before{content:"\f362"}.ion-android-arrow-dropup:before{content:"\f365"}.ion-android-arrow-dropup-circle:before{content:"\f364"}.ion-android-arrow-forward:before{content:"\f30f"}.ion-android-arrow-up:before{content:"\f366"}.ion-android-attach:before{content:"\f367"}.ion-android-bar:before{content:"\f368"}.ion-android-bicycle:before{content:"\f369"}.ion-android-boat:before{content:"\f36a"}.ion-android-bookmark:before{content:"\f36b"}.ion-android-bulb:before{content:"\f36c"}.ion-android-bus:before{content:"\f36d"}.ion-android-calendar:before{content:"\f2d1"}.ion-android-call:before{content:"\f2d2"}.ion-android-camera:before{content:"\f2d3"}.ion-android-cancel:before{content:"\f36e"}.ion-android-car:before{content:"\f36f"}.ion-android-cart:before{content:"\f370"}.ion-android-chat:before{content:"\f2d4"}.ion-android-checkbox:before{content:"\f374"}.ion-android-checkbox-blank:before{content:"\f371"}.ion-android-checkbox-outline:before{content:"\f373"}.ion-android-checkbox-outline-blank:before{content:"\f372"}.ion-android-checkmark-circle:before{content:"\f375"}.ion-android-clipboard:before{content:"\f376"}.ion-android-close:before{content:"\f2d7"}.ion-android-cloud:before{content:"\f37a"}.ion-android-cloud-circle:before{content:"\f377"}.ion-android-cloud-done:before{content:"\f378"}.ion-android-cloud-outline:before{content:"\f379"}.ion-android-color-palette:before{content:"\f37b"}.ion-android-compass:before{content:"\f37c"}.ion-android-contact:before{content:"\f2d8"}.ion-android-contacts:before{content:"\f2d9"}.ion-android-contract:before{content:"\f37d"}.ion-android-create:before{content:"\f37e"}.ion-android-delete:before{content:"\f37f"}.ion-android-desktop:before{content:"\f380"}.ion-android-document:before{content:"\f381"}.ion-android-done:before{content:"\f383"}.ion-android-done-all:before{content:"\f382"}.ion-android-download:before{content:"\f2dd"}.ion-android-drafts:before{content:"\f384"}.ion-android-exit:before{content:"\f385"}.ion-android-expand:before{content:"\f386"}.ion-android-favorite:before{content:"\f388"}.ion-android-favorite-outline:before{content:"\f387"}.ion-android-film:before{content:"\f389"}.ion-android-folder:before{content:"\f2e0"}.ion-android-folder-open:before{content:"\f38a"}.ion-android-funnel:before{content:"\f38b"}.ion-android-globe:before{content:"\f38c"}.ion-android-hand:before{content:"\f2e3"}.ion-android-hangout:before{content:"\f38d"}.ion-android-happy:before{content:"\f38e"}.ion-android-home:before{content:"\f38f"}.ion-android-image:before{content:"\f2e4"}.ion-android-laptop:before{content:"\f390"}.ion-android-list:before{content:"\f391"}.ion-android-locate:before{content:"\f2e9"}.ion-android-lock:before{content:"\f392"}.ion-android-mail:before{content:"\f2eb"}.ion-android-map:before{content:"\f393"}.ion-android-menu:before{content:"\f394"}.ion-android-microphone:before{content:"\f2ec"}.ion-android-microphone-off:before{content:"\f395"}.ion-android-more-horizontal:before{content:"\f396"}.ion-android-more-vertical:before{content:"\f397"}.ion-android-navigate:before{content:"\f398"}.ion-android-notifications:before{content:"\f39b"}.ion-android-notifications-none:before{content:"\f399"}.ion-android-notifications-off:before{content:"\f39a"}.ion-android-open:before{content:"\f39c"}.ion-android-options:before{content:"\f39d"}.ion-android-people:before{content:"\f39e"}.ion-android-person:before{content:"\f3a0"}.ion-android-person-add:before{content:"\f39f"}.ion-android-phone-landscape:before{content:"\f3a1"}.ion-android-phone-portrait:before{content:"\f3a2"}.ion-android-pin:before{content:"\f3a3"}.ion-android-plane:before{content:"\f3a4"}.ion-android-playstore:before{content:"\f2f0"}.ion-android-print:before{content:"\f3a5"}.ion-android-radio-button-off:before{content:"\f3a6"}.ion-android-radio-button-on:before{content:"\f3a7"}.ion-android-refresh:before{content:"\f3a8"}.ion-android-remove:before{content:"\f2f4"}.ion-android-remove-circle:before{content:"\f3a9"}.ion-android-restaurant:before{content:"\f3aa"}.ion-android-sad:before{content:"\f3ab"}.ion-android-search:before{content:"\f2f5"}.ion-android-send:before{content:"\f2f6"}.ion-android-settings:before{content:"\f2f7"}.ion-android-share:before{content:"\f2f8"}.ion-android-share-alt:before{content:"\f3ac"}.ion-android-star:before{content:"\f2fc"}.ion-android-star-half:before{content:"\f3ad"}.ion-android-star-outline:before{content:"\f3ae"}.ion-android-stopwatch:before{content:"\f2fd"}.ion-android-subway:before{content:"\f3af"}.ion-android-sunny:before{content:"\f3b0"}.ion-android-sync:before{content:"\f3b1"}.ion-android-textsms:before{content:"\f3b2"}.ion-android-time:before{content:"\f3b3"}.ion-android-train:before{content:"\f3b4"}.ion-android-unlock:before{content:"\f3b5"}.ion-android-upload:before{content:"\f3b6"}.ion-android-volume-down:before{content:"\f3b7"}.ion-android-volume-mute:before{content:"\f3b8"}.ion-android-volume-off:before{content:"\f3b9"}.ion-android-volume-up:before{content:"\f3ba"}.ion-android-walk:before{content:"\f3bb"}.ion-android-warning:before{content:"\f3bc"}.ion-android-watch:before{content:"\f3bd"}.ion-android-wifi:before{content:"\f305"}.ion-aperture:before{content:"\f313"}.ion-archive:before{content:"\f102"}.ion-arrow-down-a:before{content:"\f103"}.ion-arrow-down-b:before{content:"\f104"}.ion-arrow-down-c:before{content:"\f105"}.ion-arrow-expand:before{content:"\f25e"}.ion-arrow-graph-down-left:before{content:"\f25f"}.ion-arrow-graph-down-right:before{content:"\f260"}.ion-arrow-graph-up-left:before{content:"\f261"}.ion-arrow-graph-up-right:before{content:"\f262"}.ion-arrow-left-a:before{content:"\f106"}.ion-arrow-left-b:before{content:"\f107"}.ion-arrow-left-c:before{content:"\f108"}.ion-arrow-move:before{content:"\f263"}.ion-arrow-resize:before{content:"\f264"}.ion-arrow-return-left:before{content:"\f265"}.ion-arrow-return-right:before{content:"\f266"}.ion-arrow-right-a:before{content:"\f109"}.ion-arrow-right-b:before{content:"\f10a"}.ion-arrow-right-c:before{content:"\f10b"}.ion-arrow-shrink:before{content:"\f267"}.ion-arrow-swap:before{content:"\f268"}.ion-arrow-up-a:before{content:"\f10c"}.ion-arrow-up-b:before{content:"\f10d"}.ion-arrow-up-c:before{content:"\f10e"}.ion-asterisk:before{content:"\f314"}.ion-at:before{content:"\f10f"}.ion-backspace:before{content:"\f3bf"}.ion-backspace-outline:before{content:"\f3be"}.ion-bag:before{content:"\f110"}.ion-battery-charging:before{content:"\f111"}.ion-battery-empty:before{content:"\f112"}.ion-battery-full:before{content:"\f113"}.ion-battery-half:before{content:"\f114"}.ion-battery-low:before{content:"\f115"}.ion-beaker:before{content:"\f269"}.ion-beer:before{content:"\f26a"}.ion-bluetooth:before{content:"\f116"}.ion-bonfire:before{content:"\f315"}.ion-bookmark:before{content:"\f26b"}.ion-bowtie:before{content:"\f3c0"}.ion-briefcase:before{content:"\f26c"}.ion-bug:before{content:"\f2be"}.ion-calculator:before{content:"\f26d"}.ion-calendar:before{content:"\f117"}.ion-camera:before{content:"\f118"}.ion-card:before{content:"\f119"}.ion-cash:before{content:"\f316"}.ion-chatbox:before{content:"\f11b"}.ion-chatbox-working:before{content:"\f11a"}.ion-chatboxes:before{content:"\f11c"}.ion-chatbubble:before{content:"\f11e"}.ion-chatbubble-working:before{content:"\f11d"}.ion-chatbubbles:before{content:"\f11f"}.ion-checkmark:before{content:"\f122"}.ion-checkmark-circled:before{content:"\f120"}.ion-checkmark-round:before{content:"\f121"}.ion-chevron-down:before{content:"\f123"}.ion-chevron-left:before{content:"\f124"}.ion-chevron-right:before{content:"\f125"}.ion-chevron-up:before{content:"\f126"}.ion-clipboard:before{content:"\f127"}.ion-clock:before{content:"\f26e"}.ion-close:before{content:"\f12a"}.ion-close-circled:before{content:"\f128"}.ion-close-round:before{content:"\f129"}.ion-closed-captioning:before{content:"\f317"}.ion-cloud:before{content:"\f12b"}.ion-code:before{content:"\f271"}.ion-code-download:before{content:"\f26f"}.ion-code-working:before{content:"\f270"}.ion-coffee:before{content:"\f272"}.ion-compass:before{content:"\f273"}.ion-compose:before{content:"\f12c"}.ion-connection-bars:before{content:"\f274"}.ion-contrast:before{content:"\f275"}.ion-crop:before{content:"\f3c1"}.ion-cube:before{content:"\f318"}.ion-disc:before{content:"\f12d"}.ion-document:before{content:"\f12f"}.ion-document-text:before{content:"\f12e"}.ion-drag:before{content:"\f130"}.ion-earth:before{content:"\f276"}.ion-easel:before{content:"\f3c2"}.ion-edit:before{content:"\f2bf"}.ion-egg:before{content:"\f277"}.ion-eject:before{content:"\f131"}.ion-email:before{content:"\f132"}.ion-email-unread:before{content:"\f3c3"}.ion-erlenmeyer-flask:before{content:"\f3c5"}.ion-erlenmeyer-flask-bubbles:before{content:"\f3c4"}.ion-eye:before{content:"\f133"}.ion-eye-disabled:before{content:"\f306"}.ion-female:before{content:"\f278"}.ion-filing:before{content:"\f134"}.ion-film-marker:before{content:"\f135"}.ion-fireball:before{content:"\f319"}.ion-flag:before{content:"\f279"}.ion-flame:before{content:"\f31a"}.ion-flash:before{content:"\f137"}.ion-flash-off:before{content:"\f136"}.ion-folder:before{content:"\f139"}.ion-fork:before{content:"\f27a"}.ion-fork-repo:before{content:"\f2c0"}.ion-forward:before{content:"\f13a"}.ion-funnel:before{content:"\f31b"}.ion-gear-a:before{content:"\f13d"}.ion-gear-b:before{content:"\f13e"}.ion-grid:before{content:"\f13f"}.ion-hammer:before{content:"\f27b"}.ion-happy:before{content:"\f31c"}.ion-happy-outline:before{content:"\f3c6"}.ion-headphone:before{content:"\f140"}.ion-heart:before{content:"\f141"}.ion-heart-broken:before{content:"\f31d"}.ion-help:before{content:"\f143"}.ion-help-buoy:before{content:"\f27c"}.ion-help-circled:before{content:"\f142"}.ion-home:before{content:"\f144"}.ion-icecream:before{content:"\f27d"}.ion-image:before{content:"\f147"}.ion-images:before{content:"\f148"}.ion-information:before{content:"\f14a"}.ion-information-circled:before{content:"\f149"}.ion-ionic:before{content:"\f14b"}.ion-ios-alarm:before{content:"\f3c8"}.ion-ios-alarm-outline:before{content:"\f3c7"}.ion-ios-albums:before{content:"\f3ca"}.ion-ios-albums-outline:before{content:"\f3c9"}.ion-ios-americanfootball:before{content:"\f3cc"}.ion-ios-americanfootball-outline:before{content:"\f3cb"}.ion-ios-analytics:before{content:"\f3ce"}.ion-ios-analytics-outline:before{content:"\f3cd"}.ion-ios-arrow-back:before{content:"\f3cf"}.ion-ios-arrow-down:before{content:"\f3d0"}.ion-ios-arrow-forward:before{content:"\f3d1"}.ion-ios-arrow-left:before{content:"\f3d2"}.ion-ios-arrow-right:before{content:"\f3d3"}.ion-ios-arrow-thin-down:before{content:"\f3d4"}.ion-ios-arrow-thin-left:before{content:"\f3d5"}.ion-ios-arrow-thin-right:before{content:"\f3d6"}.ion-ios-arrow-thin-up:before{content:"\f3d7"}.ion-ios-arrow-up:before{content:"\f3d8"}.ion-ios-at:before{content:"\f3da"}.ion-ios-at-outline:before{content:"\f3d9"}.ion-ios-barcode:before{content:"\f3dc"}.ion-ios-barcode-outline:before{content:"\f3db"}.ion-ios-baseball:before{content:"\f3de"}.ion-ios-baseball-outline:before{content:"\f3dd"}.ion-ios-basketball:before{content:"\f3e0"}.ion-ios-basketball-outline:before{content:"\f3df"}.ion-ios-bell:before{content:"\f3e2"}.ion-ios-bell-outline:before{content:"\f3e1"}.ion-ios-body:before{content:"\f3e4"}.ion-ios-body-outline:before{content:"\f3e3"}.ion-ios-bolt:before{content:"\f3e6"}.ion-ios-bolt-outline:before{content:"\f3e5"}.ion-ios-book:before{content:"\f3e8"}.ion-ios-book-outline:before{content:"\f3e7"}.ion-ios-bookmarks:before{content:"\f3ea"}.ion-ios-bookmarks-outline:before{content:"\f3e9"}.ion-ios-box:before{content:"\f3ec"}.ion-ios-box-outline:before{content:"\f3eb"}.ion-ios-briefcase:before{content:"\f3ee"}.ion-ios-briefcase-outline:before{content:"\f3ed"}.ion-ios-browsers:before{content:"\f3f0"}.ion-ios-browsers-outline:before{content:"\f3ef"}.ion-ios-calculator:before{content:"\f3f2"}.ion-ios-calculator-outline:before{content:"\f3f1"}.ion-ios-calendar:before{content:"\f3f4"}.ion-ios-calendar-outline:before{content:"\f3f3"}.ion-ios-camera:before{content:"\f3f6"}.ion-ios-camera-outline:before{content:"\f3f5"}.ion-ios-cart:before{content:"\f3f8"}.ion-ios-cart-outline:before{content:"\f3f7"}.ion-ios-chatboxes:before{content:"\f3fa"}.ion-ios-chatboxes-outline:before{content:"\f3f9"}.ion-ios-chatbubble:before{content:"\f3fc"}.ion-ios-chatbubble-outline:before{content:"\f3fb"}.ion-ios-checkmark:before{content:"\f3ff"}.ion-ios-checkmark-empty:before{content:"\f3fd"}.ion-ios-checkmark-outline:before{content:"\f3fe"}.ion-ios-circle-filled:before{content:"\f400"}.ion-ios-circle-outline:before{content:"\f401"}.ion-ios-clock:before{content:"\f403"}.ion-ios-clock-outline:before{content:"\f402"}.ion-ios-close:before{content:"\f406"}.ion-ios-close-empty:before{content:"\f404"}.ion-ios-close-outline:before{content:"\f405"}.ion-ios-cloud:before{content:"\f40c"}.ion-ios-cloud-download:before{content:"\f408"}.ion-ios-cloud-download-outline:before{content:"\f407"}.ion-ios-cloud-outline:before{content:"\f409"}.ion-ios-cloud-upload:before{content:"\f40b"}.ion-ios-cloud-upload-outline:before{content:"\f40a"}.ion-ios-cloudy:before{content:"\f410"}.ion-ios-cloudy-night:before{content:"\f40e"}.ion-ios-cloudy-night-outline:before{content:"\f40d"}.ion-ios-cloudy-outline:before{content:"\f40f"}.ion-ios-cog:before{content:"\f412"}.ion-ios-cog-outline:before{content:"\f411"}.ion-ios-color-filter:before{content:"\f414"}.ion-ios-color-filter-outline:before{content:"\f413"}.ion-ios-color-wand:before{content:"\f416"}.ion-ios-color-wand-outline:before{content:"\f415"}.ion-ios-compose:before{content:"\f418"}.ion-ios-compose-outline:before{content:"\f417"}.ion-ios-contact:before{content:"\f41a"}.ion-ios-contact-outline:before{content:"\f419"}.ion-ios-copy:before{content:"\f41c"}.ion-ios-copy-outline:before{content:"\f41b"}.ion-ios-crop:before{content:"\f41e"}.ion-ios-crop-strong:before{content:"\f41d"}.ion-ios-download:before{content:"\f420"}.ion-ios-download-outline:before{content:"\f41f"}.ion-ios-drag:before{content:"\f421"}.ion-ios-email:before{content:"\f423"}.ion-ios-email-outline:before{content:"\f422"}.ion-ios-eye:before{content:"\f425"}.ion-ios-eye-outline:before{content:"\f424"}.ion-ios-fastforward:before{content:"\f427"}.ion-ios-fastforward-outline:before{content:"\f426"}.ion-ios-filing:before{content:"\f429"}.ion-ios-filing-outline:before{content:"\f428"}.ion-ios-film:before{content:"\f42b"}.ion-ios-film-outline:before{content:"\f42a"}.ion-ios-flag:before{content:"\f42d"}.ion-ios-flag-outline:before{content:"\f42c"}.ion-ios-flame:before{content:"\f42f"}.ion-ios-flame-outline:before{content:"\f42e"}.ion-ios-flask:before{content:"\f431"}.ion-ios-flask-outline:before{content:"\f430"}.ion-ios-flower:before{content:"\f433"}.ion-ios-flower-outline:before{content:"\f432"}.ion-ios-folder:before{content:"\f435"}.ion-ios-folder-outline:before{content:"\f434"}.ion-ios-football:before{content:"\f437"}.ion-ios-football-outline:before{content:"\f436"}.ion-ios-game-controller-a:before{content:"\f439"}.ion-ios-game-controller-a-outline:before{content:"\f438"}.ion-ios-game-controller-b:before{content:"\f43b"}.ion-ios-game-controller-b-outline:before{content:"\f43a"}.ion-ios-gear:before{content:"\f43d"}.ion-ios-gear-outline:before{content:"\f43c"}.ion-ios-glasses:before{content:"\f43f"}.ion-ios-glasses-outline:before{content:"\f43e"}.ion-ios-grid-view:before{content:"\f441"}.ion-ios-grid-view-outline:before{content:"\f440"}.ion-ios-heart:before{content:"\f443"}.ion-ios-heart-outline:before{content:"\f442"}.ion-ios-help:before{content:"\f446"}.ion-ios-help-empty:before{content:"\f444"}.ion-ios-help-outline:before{content:"\f445"}.ion-ios-home:before{content:"\f448"}.ion-ios-home-outline:before{content:"\f447"}.ion-ios-infinite:before{content:"\f44a"}.ion-ios-infinite-outline:before{content:"\f449"}.ion-ios-information:before{content:"\f44d"}.ion-ios-information-empty:before{content:"\f44b"}.ion-ios-information-outline:before{content:"\f44c"}.ion-ios-ionic-outline:before{content:"\f44e"}.ion-ios-keypad:before{content:"\f450"}.ion-ios-keypad-outline:before{content:"\f44f"}.ion-ios-lightbulb:before{content:"\f452"}.ion-ios-lightbulb-outline:before{content:"\f451"}.ion-ios-list:before{content:"\f454"}.ion-ios-list-outline:before{content:"\f453"}.ion-ios-location:before{content:"\f456"}.ion-ios-location-outline:before{content:"\f455"}.ion-ios-locked:before{content:"\f458"}.ion-ios-locked-outline:before{content:"\f457"}.ion-ios-loop:before{content:"\f45a"}.ion-ios-loop-strong:before{content:"\f459"}.ion-ios-medical:before{content:"\f45c"}.ion-ios-medical-outline:before{content:"\f45b"}.ion-ios-medkit:before{content:"\f45e"}.ion-ios-medkit-outline:before{content:"\f45d"}.ion-ios-mic:before{content:"\f461"}.ion-ios-mic-off:before{content:"\f45f"}.ion-ios-mic-outline:before{content:"\f460"}.ion-ios-minus:before{content:"\f464"}.ion-ios-minus-empty:before{content:"\f462"}.ion-ios-minus-outline:before{content:"\f463"}.ion-ios-monitor:before{content:"\f466"}.ion-ios-monitor-outline:before{content:"\f465"}.ion-ios-moon:before{content:"\f468"}.ion-ios-moon-outline:before{content:"\f467"}.ion-ios-more:before{content:"\f46a"}.ion-ios-more-outline:before{content:"\f469"}.ion-ios-musical-note:before{content:"\f46b"}.ion-ios-musical-notes:before{content:"\f46c"}.ion-ios-navigate:before{content:"\f46e"}.ion-ios-navigate-outline:before{content:"\f46d"}.ion-ios-nutrition:before{content:"\f470"}.ion-ios-nutrition-outline:before{content:"\f46f"}.ion-ios-paper:before{content:"\f472"}.ion-ios-paper-outline:before{content:"\f471"}.ion-ios-paperplane:before{content:"\f474"}.ion-ios-paperplane-outline:before{content:"\f473"}.ion-ios-partlysunny:before{content:"\f476"}.ion-ios-partlysunny-outline:before{content:"\f475"}.ion-ios-pause:before{content:"\f478"}.ion-ios-pause-outline:before{content:"\f477"}.ion-ios-paw:before{content:"\f47a"}.ion-ios-paw-outline:before{content:"\f479"}.ion-ios-people:before{content:"\f47c"}.ion-ios-people-outline:before{content:"\f47b"}.ion-ios-person:before{content:"\f47e"}.ion-ios-person-outline:before{content:"\f47d"}.ion-ios-personadd:before{content:"\f480"}.ion-ios-personadd-outline:before{content:"\f47f"}.ion-ios-photos:before{content:"\f482"}.ion-ios-photos-outline:before{content:"\f481"}.ion-ios-pie:before{content:"\f484"}.ion-ios-pie-outline:before{content:"\f483"}.ion-ios-pint:before{content:"\f486"}.ion-ios-pint-outline:before{content:"\f485"}.ion-ios-play:before{content:"\f488"}.ion-ios-play-outline:before{content:"\f487"}.ion-ios-plus:before{content:"\f48b"}.ion-ios-plus-empty:before{content:"\f489"}.ion-ios-plus-outline:before{content:"\f48a"}.ion-ios-pricetag:before{content:"\f48d"}.ion-ios-pricetag-outline:before{content:"\f48c"}.ion-ios-pricetags:before{content:"\f48f"}.ion-ios-pricetags-outline:before{content:"\f48e"}.ion-ios-printer:before{content:"\f491"}.ion-ios-printer-outline:before{content:"\f490"}.ion-ios-pulse:before{content:"\f493"}.ion-ios-pulse-strong:before{content:"\f492"}.ion-ios-rainy:before{content:"\f495"}.ion-ios-rainy-outline:before{content:"\f494"}.ion-ios-recording:before{content:"\f497"}.ion-ios-recording-outline:before{content:"\f496"}.ion-ios-redo:before{content:"\f499"}.ion-ios-redo-outline:before{content:"\f498"}.ion-ios-refresh:before{content:"\f49c"}.ion-ios-refresh-empty:before{content:"\f49a"}.ion-ios-refresh-outline:before{content:"\f49b"}.ion-ios-reload:before{content:"\f49d"}.ion-ios-reverse-camera:before{content:"\f49f"}.ion-ios-reverse-camera-outline:before{content:"\f49e"}.ion-ios-rewind:before{content:"\f4a1"}.ion-ios-rewind-outline:before{content:"\f4a0"}.ion-ios-rose:before{content:"\f4a3"}.ion-ios-rose-outline:before{content:"\f4a2"}.ion-ios-search:before{content:"\f4a5"}.ion-ios-search-strong:before{content:"\f4a4"}.ion-ios-settings:before{content:"\f4a7"}.ion-ios-settings-strong:before{content:"\f4a6"}.ion-ios-shuffle:before{content:"\f4a9"}.ion-ios-shuffle-strong:before{content:"\f4a8"}.ion-ios-skipbackward:before{content:"\f4ab"}.ion-ios-skipbackward-outline:before{content:"\f4aa"}.ion-ios-skipforward:before{content:"\f4ad"}.ion-ios-skipforward-outline:before{content:"\f4ac"}.ion-ios-snowy:before{content:"\f4ae"}.ion-ios-speedometer:before{content:"\f4b0"}.ion-ios-speedometer-outline:before{content:"\f4af"}.ion-ios-star:before{content:"\f4b3"}.ion-ios-star-half:before{content:"\f4b1"}.ion-ios-star-outline:before{content:"\f4b2"}.ion-ios-stopwatch:before{content:"\f4b5"}.ion-ios-stopwatch-outline:before{content:"\f4b4"}.ion-ios-sunny:before{content:"\f4b7"}.ion-ios-sunny-outline:before{content:"\f4b6"}.ion-ios-telephone:before{content:"\f4b9"}.ion-ios-telephone-outline:before{content:"\f4b8"}.ion-ios-tennisball:before{content:"\f4bb"}.ion-ios-tennisball-outline:before{content:"\f4ba"}.ion-ios-thunderstorm:before{content:"\f4bd"}.ion-ios-thunderstorm-outline:before{content:"\f4bc"}.ion-ios-time:before{content:"\f4bf"}.ion-ios-time-outline:before{content:"\f4be"}.ion-ios-timer:before{content:"\f4c1"}.ion-ios-timer-outline:before{content:"\f4c0"}.ion-ios-toggle:before{content:"\f4c3"}.ion-ios-toggle-outline:before{content:"\f4c2"}.ion-ios-trash:before{content:"\f4c5"}.ion-ios-trash-outline:before{content:"\f4c4"}.ion-ios-undo:before{content:"\f4c7"}.ion-ios-undo-outline:before{content:"\f4c6"}.ion-ios-unlocked:before{content:"\f4c9"}.ion-ios-unlocked-outline:before{content:"\f4c8"}.ion-ios-upload:before{content:"\f4cb"}.ion-ios-upload-outline:before{content:"\f4ca"}.ion-ios-videocam:before{content:"\f4cd"}.ion-ios-videocam-outline:before{content:"\f4cc"}.ion-ios-volume-high:before{content:"\f4ce"}.ion-ios-volume-low:before{content:"\f4cf"}.ion-ios-wineglass:before{content:"\f4d1"}.ion-ios-wineglass-outline:before{content:"\f4d0"}.ion-ios-world:before{content:"\f4d3"}.ion-ios-world-outline:before{content:"\f4d2"}.ion-ipad:before{content:"\f1f9"}.ion-iphone:before{content:"\f1fa"}.ion-ipod:before{content:"\f1fb"}.ion-jet:before{content:"\f295"}.ion-key:before{content:"\f296"}.ion-knife:before{content:"\f297"}.ion-laptop:before{content:"\f1fc"}.ion-leaf:before{content:"\f1fd"}.ion-levels:before{content:"\f298"}.ion-lightbulb:before{content:"\f299"}.ion-link:before{content:"\f1fe"}.ion-load-a:before{content:"\f29a"}.ion-load-b:before{content:"\f29b"}.ion-load-c:before{content:"\f29c"}.ion-load-d:before{content:"\f29d"}.ion-location:before{content:"\f1ff"}.ion-lock-combination:before{content:"\f4d4"}.ion-locked:before{content:"\f200"}.ion-log-in:before{content:"\f29e"}.ion-log-out:before{content:"\f29f"}.ion-loop:before{content:"\f201"}.ion-magnet:before{content:"\f2a0"}.ion-male:before{content:"\f2a1"}.ion-man:before{content:"\f202"}.ion-map:before{content:"\f203"}.ion-medkit:before{content:"\f2a2"}.ion-merge:before{content:"\f33f"}.ion-mic-a:before{content:"\f204"}.ion-mic-b:before{content:"\f205"}.ion-mic-c:before{content:"\f206"}.ion-minus:before{content:"\f209"}.ion-minus-circled:before{content:"\f207"}.ion-minus-round:before{content:"\f208"}.ion-model-s:before{content:"\f2c1"}.ion-monitor:before{content:"\f20a"}.ion-more:before{content:"\f20b"}.ion-mouse:before{content:"\f340"}.ion-music-note:before{content:"\f20c"}.ion-navicon:before{content:"\f20e"}.ion-navicon-round:before{content:"\f20d"}.ion-navigate:before{content:"\f2a3"}.ion-network:before{content:"\f341"}.ion-no-smoking:before{content:"\f2c2"}.ion-nuclear:before{content:"\f2a4"}.ion-outlet:before{content:"\f342"}.ion-paintbrush:before{content:"\f4d5"}.ion-paintbucket:before{content:"\f4d6"}.ion-paper-airplane:before{content:"\f2c3"}.ion-paperclip:before{content:"\f20f"}.ion-pause:before{content:"\f210"}.ion-person:before{content:"\f213"}.ion-person-add:before{content:"\f211"}.ion-person-stalker:before{content:"\f212"}.ion-pie-graph:before{content:"\f2a5"}.ion-pin:before{content:"\f2a6"}.ion-pinpoint:before{content:"\f2a7"}.ion-pizza:before{content:"\f2a8"}.ion-plane:before{content:"\f214"}.ion-planet:before{content:"\f343"}.ion-play:before{content:"\f215"}.ion-playstation:before{content:"\f30a"}.ion-plus:before{content:"\f218"}.ion-plus-circled:before{content:"\f216"}.ion-plus-round:before{content:"\f217"}.ion-podium:before{content:"\f344"}.ion-pound:before{content:"\f219"}.ion-power:before{content:"\f2a9"}.ion-pricetag:before{content:"\f2aa"}.ion-pricetags:before{content:"\f2ab"}.ion-printer:before{content:"\f21a"}.ion-pull-request:before{content:"\f345"}.ion-qr-scanner:before{content:"\f346"}.ion-quote:before{content:"\f347"}.ion-radio-waves:before{content:"\f2ac"}.ion-record:before{content:"\f21b"}.ion-refresh:before{content:"\f21c"}.ion-reply:before{content:"\f21e"}.ion-reply-all:before{content:"\f21d"}.ion-ribbon-a:before{content:"\f348"}.ion-ribbon-b:before{content:"\f349"}.ion-sad:before{content:"\f34a"}.ion-sad-outline:before{content:"\f4d7"}.ion-scissors:before{content:"\f34b"}.ion-search:before{content:"\f21f"}.ion-settings:before{content:"\f2ad"}.ion-share:before{content:"\f220"}.ion-shuffle:before{content:"\f221"}.ion-skip-backward:before{content:"\f222"}.ion-skip-forward:before{content:"\f223"}.ion-social-android:before{content:"\f225"}.ion-social-android-outline:before{content:"\f224"}.ion-social-angular:before{content:"\f4d9"}.ion-social-angular-outline:before{content:"\f4d8"}.ion-social-apple:before{content:"\f227"}.ion-social-apple-outline:before{content:"\f226"}.ion-social-bitcoin:before{content:"\f2af"}.ion-social-bitcoin-outline:before{content:"\f2ae"}.ion-social-buffer:before{content:"\f229"}.ion-social-buffer-outline:before{content:"\f228"}.ion-social-chrome:before{content:"\f4db"}.ion-social-chrome-outline:before{content:"\f4da"}.ion-social-codepen:before{content:"\f4dd"}.ion-social-codepen-outline:before{content:"\f4dc"}.ion-social-css3:before{content:"\f4df"}.ion-social-css3-outline:before{content:"\f4de"}.ion-social-designernews:before{content:"\f22b"}.ion-social-designernews-outline:before{content:"\f22a"}.ion-social-dribbble:before{content:"\f22d"}.ion-social-dribbble-outline:before{content:"\f22c"}.ion-social-dropbox:before{content:"\f22f"}.ion-social-dropbox-outline:before{content:"\f22e"}.ion-social-euro:before{content:"\f4e1"}.ion-social-euro-outline:before{content:"\f4e0"}.ion-social-facebook:before{content:"\f231"}.ion-social-facebook-outline:before{content:"\f230"}.ion-social-foursquare:before{content:"\f34d"}.ion-social-foursquare-outline:before{content:"\f34c"}.ion-social-freebsd-devil:before{content:"\f2c4"}.ion-social-github:before{content:"\f233"}.ion-social-github-outline:before{content:"\f232"}.ion-social-google:before{content:"\f34f"}.ion-social-google-outline:before{content:"\f34e"}.ion-social-googleplus:before{content:"\f235"}.ion-social-googleplus-outline:before{content:"\f234"}.ion-social-hackernews:before{content:"\f237"}.ion-social-hackernews-outline:before{content:"\f236"}.ion-social-html5:before{content:"\f4e3"}.ion-social-html5-outline:before{content:"\f4e2"}.ion-social-instagram:before{content:"\f351"}.ion-social-instagram-outline:before{content:"\f350"}.ion-social-javascript:before{content:"\f4e5"}.ion-social-javascript-outline:before{content:"\f4e4"}.ion-social-linkedin:before{content:"\f239"}.ion-social-linkedin-outline:before{content:"\f238"}.ion-social-markdown:before{content:"\f4e6"}.ion-social-nodejs:before{content:"\f4e7"}.ion-social-octocat:before{content:"\f4e8"}.ion-social-pinterest:before{content:"\f2b1"}.ion-social-pinterest-outline:before{content:"\f2b0"}.ion-social-python:before{content:"\f4e9"}.ion-social-reddit:before{content:"\f23b"}.ion-social-reddit-outline:before{content:"\f23a"}.ion-social-rss:before{content:"\f23d"}.ion-social-rss-outline:before{content:"\f23c"}.ion-social-sass:before{content:"\f4ea"}.ion-social-skype:before{content:"\f23f"}.ion-social-skype-outline:before{content:"\f23e"}.ion-social-snapchat:before{content:"\f4ec"}.ion-social-snapchat-outline:before{content:"\f4eb"}.ion-social-tumblr:before{content:"\f241"}.ion-social-tumblr-outline:before{content:"\f240"}.ion-social-tux:before{content:"\f2c5"}.ion-social-twitch:before{content:"\f4ee"}.ion-social-twitch-outline:before{content:"\f4ed"}.ion-social-twitter:before{content:"\f243"}.ion-social-twitter-outline:before{content:"\f242"}.ion-social-usd:before{content:"\f353"}.ion-social-usd-outline:before{content:"\f352"}.ion-social-vimeo:before{content:"\f245"}.ion-social-vimeo-outline:before{content:"\f244"}.ion-social-whatsapp:before{content:"\f4f0"}.ion-social-whatsapp-outline:before{content:"\f4ef"}.ion-social-windows:before{content:"\f247"}.ion-social-windows-outline:before{content:"\f246"}.ion-social-wordpress:before{content:"\f249"}.ion-social-wordpress-outline:before{content:"\f248"}.ion-social-yahoo:before{content:"\f24b"}.ion-social-yahoo-outline:before{content:"\f24a"}.ion-social-yen:before{content:"\f4f2"}.ion-social-yen-outline:before{content:"\f4f1"}.ion-social-youtube:before{content:"\f24d"}.ion-social-youtube-outline:before{content:"\f24c"}.ion-soup-can:before{content:"\f4f4"}.ion-soup-can-outline:before{content:"\f4f3"}.ion-speakerphone:before{content:"\f2b2"}.ion-speedometer:before{content:"\f2b3"}.ion-spoon:before{content:"\f2b4"}.ion-star:before{content:"\f24e"}.ion-stats-bars:before{content:"\f2b5"}.ion-steam:before{content:"\f30b"}.ion-stop:before{content:"\f24f"}.ion-thermometer:before{content:"\f2b6"}.ion-thumbsdown:before{content:"\f250"}.ion-thumbsup:before{content:"\f251"}.ion-toggle:before{content:"\f355"}.ion-toggle-filled:before{content:"\f354"}.ion-transgender:before{content:"\f4f5"}.ion-trash-a:before{content:"\f252"}.ion-trash-b:before{content:"\f253"}.ion-trophy:before{content:"\f356"}.ion-tshirt:before{content:"\f4f7"}.ion-tshirt-outline:before{content:"\f4f6"}.ion-umbrella:before{content:"\f2b7"}.ion-university:before{content:"\f357"}.ion-unlocked:before{content:"\f254"}.ion-upload:before{content:"\f255"}.ion-usb:before{content:"\f2b8"}.ion-videocamera:before{content:"\f256"}.ion-volume-high:before{content:"\f257"}.ion-volume-low:before{content:"\f258"}.ion-volume-medium:before{content:"\f259"}.ion-volume-mute:before{content:"\f25a"}.ion-wand:before{content:"\f358"}.ion-waterdrop:before{content:"\f25b"}.ion-wifi:before{content:"\f25c"}.ion-wineglass:before{content:"\f2b9"}.ion-woman:before{content:"\f25d"}.ion-wrench:before{content:"\f2ba"}.ion-xbox:before{content:"\f30c"}
/*!
 * Bootstrap v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */:root{--blue:#007bff;--indigo:#6610f2;--purple:#6f42c1;--pink:#e83e8c;--red:#dc3545;--orange:#fd7e14;--yellow:#ffc107;--green:#28a745;--teal:#20c997;--cyan:#17a2b8;--white:#fff;--gray:#6c757d;--gray-dark:#343a40;--primary:#007bff;--secondary:#6c757d;--success:#28a745;--info:#17a2b8;--warning:#ffc107;--danger:#dc3545;--light:#f8f9fa;--dark:#343a40;--breakpoint-xs:0;--breakpoint-sm:576px;--breakpoint-md:768px;--breakpoint-lg:992px;--breakpoint-xl:1200px;--font-family-sans-serif:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";--font-family-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}*,::after,::before{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:transparent}@-ms-viewport{width:device-width}article,aside,dialog,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:left;background-color:#fff}[tabindex="-1"]:focus{outline:0!important}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}p{margin-top:0;margin-bottom:1rem}abbr[data-original-title],abbr[title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;border-bottom:0}address{margin-bottom:1rem;font-style:normal;line-height:inherit}dl,ol,ul{margin-top:0;margin-bottom:1rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#007bff;text-decoration:none;background-color:transparent;-webkit-text-decoration-skip:objects}a:hover{color:#0056b3;text-decoration:underline}a:not([href]):not([tabindex]){color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover{color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus{outline:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}pre{margin-top:0;margin-bottom:1rem;overflow:auto;-ms-overflow-style:scrollbar}figure{margin:0 0 1rem}img{vertical-align:middle;border-style:none}svg:not(:root){overflow:hidden}table{border-collapse:collapse}caption{padding-top:.75rem;padding-bottom:.75rem;color:#6c757d;text-align:left;caption-side:bottom}th{text-align:inherit}label{display:inline-block;margin-bottom:.5rem}button{border-radius:0}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=date],input[type=datetime-local],input[type=month],input[type=time]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item;cursor:pointer}template{display:none}[hidden]{display:none!important}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{margin-bottom:.5rem;font-family:inherit;font-weight:500;line-height:1.2;color:inherit}.h1,h1{font-size:2.5rem}.h2,h2{font-size:2rem}.h3,h3{font-size:1.75rem}.h4,h4{font-size:1.5rem}.h5,h5{font-size:1.25rem}.h6,h6{font-size:1rem}.lead{font-size:1.25rem;font-weight:300}.display-1{font-size:6rem;font-weight:300;line-height:1.2}.display-2{font-size:5.5rem;font-weight:300;line-height:1.2}.display-3{font-size:4.5rem;font-weight:300;line-height:1.2}.display-4{font-size:3.5rem;font-weight:300;line-height:1.2}hr{margin-top:1rem;margin-bottom:1rem;border:0;border-top:1px solid rgba(0,0,0,.1)}.small,small{font-size:80%;font-weight:400}.mark,mark{padding:.2em;background-color:#fcf8e3}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:.5rem}.initialism{font-size:90%;text-transform:uppercase}.blockquote{margin-bottom:1rem;font-size:1.25rem}.blockquote-footer{display:block;font-size:80%;color:#6c757d}.blockquote-footer::before{content:"\2014 \00A0"}.img-fluid{max-width:100%;height:auto}.img-thumbnail{padding:.25rem;background-color:#fff;border:1px solid #dee2e6;border-radius:.25rem;max-width:100%;height:auto}.figure{display:inline-block}.figure-img{margin-bottom:.5rem;line-height:1}.figure-caption{font-size:90%;color:#6c757d}code,kbd,pre,samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}code{font-size:87.5%;color:#e83e8c;word-break:break-word}a>code{color:inherit}kbd{padding:.2rem .4rem;font-size:87.5%;color:#fff;background-color:#212529;border-radius:.2rem}kbd kbd{padding:0;font-size:100%;font-weight:700}pre{display:block;font-size:87.5%;color:#212529}pre code{font-size:inherit;color:inherit;word-break:normal}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:576px){.container{max-width:540px}}@media (min-width:768px){.container{max-width:720px}}@media (min-width:992px){.container{max-width:960px}}@media (min-width:1200px){.container{max-width:1140px}}.container-fluid{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.no-gutters{margin-right:0;margin-left:0}.no-gutters>.col,.no-gutters>[class*=col-]{padding-right:0;padding-left:0}.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-auto{position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px}.col{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-1{-webkit-box-flex:0;-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-2{-webkit-box-flex:0;-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-4{-webkit-box-flex:0;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-5{-webkit-box-flex:0;-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-7{-webkit-box-flex:0;-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-8{-webkit-box-flex:0;-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-10{-webkit-box-flex:0;-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-11{-webkit-box-flex:0;-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-1{margin-left:8.333333%}.offset-2{margin-left:16.666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.333333%}.offset-5{margin-left:41.666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.333333%}.offset-8{margin-left:66.666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.333333%}.offset-11{margin-left:91.666667%}@media (min-width:576px){.col-sm{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-sm-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-sm-1{-webkit-box-flex:0;-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-sm-2{-webkit-box-flex:0;-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-sm-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-sm-4{-webkit-box-flex:0;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-sm-5{-webkit-box-flex:0;-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-sm-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-sm-7{-webkit-box-flex:0;-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-sm-8{-webkit-box-flex:0;-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-sm-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-sm-10{-webkit-box-flex:0;-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-sm-11{-webkit-box-flex:0;-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-sm-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-sm-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-sm-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-sm-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-sm-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-sm-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-sm-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-sm-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-sm-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-sm-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-sm-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-sm-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-sm-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-sm-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-sm-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-sm-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.333333%}.offset-sm-2{margin-left:16.666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.333333%}.offset-sm-5{margin-left:41.666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.333333%}.offset-sm-8{margin-left:66.666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.333333%}.offset-sm-11{margin-left:91.666667%}}@media (min-width:768px){.col-md{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-md-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-md-1{-webkit-box-flex:0;-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-md-2{-webkit-box-flex:0;-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-md-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-md-4{-webkit-box-flex:0;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-md-5{-webkit-box-flex:0;-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-md-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-md-7{-webkit-box-flex:0;-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-md-8{-webkit-box-flex:0;-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-md-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-md-10{-webkit-box-flex:0;-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-md-11{-webkit-box-flex:0;-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-md-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-md-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-md-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-md-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-md-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-md-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-md-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-md-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-md-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-md-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-md-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-md-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-md-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-md-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-md-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-md-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.333333%}.offset-md-2{margin-left:16.666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.333333%}.offset-md-5{margin-left:41.666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.333333%}.offset-md-8{margin-left:66.666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.333333%}.offset-md-11{margin-left:91.666667%}}@media (min-width:992px){.col-lg{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-lg-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-lg-1{-webkit-box-flex:0;-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-lg-2{-webkit-box-flex:0;-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-lg-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-lg-4{-webkit-box-flex:0;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-lg-5{-webkit-box-flex:0;-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-lg-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-lg-7{-webkit-box-flex:0;-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-lg-8{-webkit-box-flex:0;-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-lg-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-lg-10{-webkit-box-flex:0;-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-lg-11{-webkit-box-flex:0;-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-lg-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-lg-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-lg-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-lg-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-lg-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-lg-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-lg-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-lg-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-lg-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-lg-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-lg-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-lg-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-lg-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-lg-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-lg-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-lg-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.333333%}.offset-lg-2{margin-left:16.666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.333333%}.offset-lg-5{margin-left:41.666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.333333%}.offset-lg-8{margin-left:66.666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.333333%}.offset-lg-11{margin-left:91.666667%}}@media (min-width:1200px){.col-xl{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-xl-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-xl-1{-webkit-box-flex:0;-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-xl-2{-webkit-box-flex:0;-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-xl-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-xl-4{-webkit-box-flex:0;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-xl-5{-webkit-box-flex:0;-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-xl-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-xl-7{-webkit-box-flex:0;-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-xl-8{-webkit-box-flex:0;-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-xl-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-xl-10{-webkit-box-flex:0;-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-xl-11{-webkit-box-flex:0;-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-xl-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-xl-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-xl-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-xl-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-xl-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-xl-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-xl-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-xl-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-xl-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-xl-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-xl-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-xl-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-xl-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-xl-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-xl-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-xl-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.333333%}.offset-xl-2{margin-left:16.666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.333333%}.offset-xl-5{margin-left:41.666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.333333%}.offset-xl-8{margin-left:66.666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.333333%}.offset-xl-11{margin-left:91.666667%}}.table{width:100%;max-width:100%;margin-bottom:1rem;background-color:transparent}.table td,.table th{padding:.75rem;vertical-align:top;border-top:1px solid #dee2e6}.table thead th{vertical-align:bottom;border-bottom:2px solid #dee2e6}.table tbody+tbody{border-top:2px solid #dee2e6}.table .table{background-color:#fff}.table-sm td,.table-sm th{padding:.3rem}.table-bordered{border:1px solid #dee2e6}.table-bordered td,.table-bordered th{border:1px solid #dee2e6}.table-bordered thead td,.table-bordered thead th{border-bottom-width:2px}.table-striped tbody tr:nth-of-type(odd){background-color:rgba(0,0,0,.05)}.table-hover tbody tr:hover{background-color:rgba(0,0,0,.075)}.table-primary,.table-primary>td,.table-primary>th{background-color:#b8daff}.table-hover .table-primary:hover{background-color:#9fcdff}.table-hover .table-primary:hover>td,.table-hover .table-primary:hover>th{background-color:#9fcdff}.table-secondary,.table-secondary>td,.table-secondary>th{background-color:#d6d8db}.table-hover .table-secondary:hover{background-color:#c8cbcf}.table-hover .table-secondary:hover>td,.table-hover .table-secondary:hover>th{background-color:#c8cbcf}.table-success,.table-success>td,.table-success>th{background-color:#c3e6cb}.table-hover .table-success:hover{background-color:#b1dfbb}.table-hover .table-success:hover>td,.table-hover .table-success:hover>th{background-color:#b1dfbb}.table-info,.table-info>td,.table-info>th{background-color:#bee5eb}.table-hover .table-info:hover{background-color:#abdde5}.table-hover .table-info:hover>td,.table-hover .table-info:hover>th{background-color:#abdde5}.table-warning,.table-warning>td,.table-warning>th{background-color:#ffeeba}.table-hover .table-warning:hover{background-color:#ffe8a1}.table-hover .table-warning:hover>td,.table-hover .table-warning:hover>th{background-color:#ffe8a1}.table-danger,.table-danger>td,.table-danger>th{background-color:#f5c6cb}.table-hover .table-danger:hover{background-color:#f1b0b7}.table-hover .table-danger:hover>td,.table-hover .table-danger:hover>th{background-color:#f1b0b7}.table-light,.table-light>td,.table-light>th{background-color:#fdfdfe}.table-hover .table-light:hover{background-color:#ececf6}.table-hover .table-light:hover>td,.table-hover .table-light:hover>th{background-color:#ececf6}.table-dark,.table-dark>td,.table-dark>th{background-color:#c6c8ca}.table-hover .table-dark:hover{background-color:#b9bbbe}.table-hover .table-dark:hover>td,.table-hover .table-dark:hover>th{background-color:#b9bbbe}.table-active,.table-active>td,.table-active>th{background-color:rgba(0,0,0,.075)}.table-hover .table-active:hover{background-color:rgba(0,0,0,.075)}.table-hover .table-active:hover>td,.table-hover .table-active:hover>th{background-color:rgba(0,0,0,.075)}.table .thead-dark th{color:#fff;background-color:#212529;border-color:#32383e}.table .thead-light th{color:#495057;background-color:#e9ecef;border-color:#dee2e6}.table-dark{color:#fff;background-color:#212529}.table-dark td,.table-dark th,.table-dark thead th{border-color:#32383e}.table-dark.table-bordered{border:0}.table-dark.table-striped tbody tr:nth-of-type(odd){background-color:rgba(255,255,255,.05)}.table-dark.table-hover tbody tr:hover{background-color:rgba(255,255,255,.075)}@media (max-width:575.98px){.table-responsive-sm{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive-sm>.table-bordered{border:0}}@media (max-width:767.98px){.table-responsive-md{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive-md>.table-bordered{border:0}}@media (max-width:991.98px){.table-responsive-lg{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive-lg>.table-bordered{border:0}}@media (max-width:1199.98px){.table-responsive-xl{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive-xl>.table-bordered{border:0}}.table-responsive{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive>.table-bordered{border:0}.form-control{display:block;width:100%;padding:.375rem .75rem;font-size:1rem;line-height:1.5;color:#495057;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}.form-control::-ms-expand{background-color:transparent;border:0}.form-control:focus{color:#495057;background-color:#fff;border-color:#80bdff;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.form-control::-webkit-input-placeholder{color:#6c757d;opacity:1}.form-control::-moz-placeholder{color:#6c757d;opacity:1}.form-control:-ms-input-placeholder{color:#6c757d;opacity:1}.form-control::-ms-input-placeholder{color:#6c757d;opacity:1}.form-control::placeholder{color:#6c757d;opacity:1}.form-control:disabled,.form-control[readonly]{background-color:#e9ecef;opacity:1}select.form-control:not([size]):not([multiple]){height:calc(2.25rem + 2px)}select.form-control:focus::-ms-value{color:#495057;background-color:#fff}.form-control-file,.form-control-range{display:block;width:100%}.col-form-label{padding-top:calc(.375rem + 1px);padding-bottom:calc(.375rem + 1px);margin-bottom:0;font-size:inherit;line-height:1.5}.col-form-label-lg{padding-top:calc(.5rem + 1px);padding-bottom:calc(.5rem + 1px);font-size:1.25rem;line-height:1.5}.col-form-label-sm{padding-top:calc(.25rem + 1px);padding-bottom:calc(.25rem + 1px);font-size:.875rem;line-height:1.5}.form-control-plaintext{display:block;width:100%;padding-top:.375rem;padding-bottom:.375rem;margin-bottom:0;line-height:1.5;background-color:transparent;border:solid transparent;border-width:1px 0}.form-control-plaintext.form-control-lg,.form-control-plaintext.form-control-sm,.input-group-lg>.form-control-plaintext.form-control,.input-group-lg>.input-group-append>.form-control-plaintext.btn,.input-group-lg>.input-group-append>.form-control-plaintext.input-group-text,.input-group-lg>.input-group-prepend>.form-control-plaintext.btn,.input-group-lg>.input-group-prepend>.form-control-plaintext.input-group-text,.input-group-sm>.form-control-plaintext.form-control,.input-group-sm>.input-group-append>.form-control-plaintext.btn,.input-group-sm>.input-group-append>.form-control-plaintext.input-group-text,.input-group-sm>.input-group-prepend>.form-control-plaintext.btn,.input-group-sm>.input-group-prepend>.form-control-plaintext.input-group-text{padding-right:0;padding-left:0}.form-control-sm,.input-group-sm>.form-control,.input-group-sm>.input-group-append>.btn,.input-group-sm>.input-group-append>.input-group-text,.input-group-sm>.input-group-prepend>.btn,.input-group-sm>.input-group-prepend>.input-group-text{padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.input-group-sm>.input-group-append>select.btn:not([size]):not([multiple]),.input-group-sm>.input-group-append>select.input-group-text:not([size]):not([multiple]),.input-group-sm>.input-group-prepend>select.btn:not([size]):not([multiple]),.input-group-sm>.input-group-prepend>select.input-group-text:not([size]):not([multiple]),.input-group-sm>select.form-control:not([size]):not([multiple]),select.form-control-sm:not([size]):not([multiple]){height:calc(1.8125rem + 2px)}.form-control-lg,.input-group-lg>.form-control,.input-group-lg>.input-group-append>.btn,.input-group-lg>.input-group-append>.input-group-text,.input-group-lg>.input-group-prepend>.btn,.input-group-lg>.input-group-prepend>.input-group-text{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}.input-group-lg>.input-group-append>select.btn:not([size]):not([multiple]),.input-group-lg>.input-group-append>select.input-group-text:not([size]):not([multiple]),.input-group-lg>.input-group-prepend>select.btn:not([size]):not([multiple]),.input-group-lg>.input-group-prepend>select.input-group-text:not([size]):not([multiple]),.input-group-lg>select.form-control:not([size]):not([multiple]),select.form-control-lg:not([size]):not([multiple]){height:calc(2.875rem + 2px)}.form-group{margin-bottom:1rem}.form-text{display:block;margin-top:.25rem}.form-row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-5px;margin-left:-5px}.form-row>.col,.form-row>[class*=col-]{padding-right:5px;padding-left:5px}.form-check{position:relative;display:block;padding-left:1.25rem}.form-check-input{position:absolute;margin-top:.3rem;margin-left:-1.25rem}.form-check-input:disabled~.form-check-label{color:#6c757d}.form-check-label{margin-bottom:0}.form-check-inline{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-left:0;margin-right:.75rem}.form-check-inline .form-check-input{position:static;margin-top:0;margin-right:.3125rem;margin-left:0}.valid-feedback{display:none;width:100%;margin-top:.25rem;font-size:80%;color:#28a745}.valid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.5rem;margin-top:.1rem;font-size:.875rem;line-height:1;color:#fff;background-color:rgba(40,167,69,.8);border-radius:.2rem}.custom-select.is-valid,.form-control.is-valid,.was-validated .custom-select:valid,.was-validated .form-control:valid{border-color:#28a745}.custom-select.is-valid:focus,.form-control.is-valid:focus,.was-validated .custom-select:valid:focus,.was-validated .form-control:valid:focus{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.custom-select.is-valid~.valid-feedback,.custom-select.is-valid~.valid-tooltip,.form-control.is-valid~.valid-feedback,.form-control.is-valid~.valid-tooltip,.was-validated .custom-select:valid~.valid-feedback,.was-validated .custom-select:valid~.valid-tooltip,.was-validated .form-control:valid~.valid-feedback,.was-validated .form-control:valid~.valid-tooltip{display:block}.form-check-input.is-valid~.form-check-label,.was-validated .form-check-input:valid~.form-check-label{color:#28a745}.form-check-input.is-valid~.valid-feedback,.form-check-input.is-valid~.valid-tooltip,.was-validated .form-check-input:valid~.valid-feedback,.was-validated .form-check-input:valid~.valid-tooltip{display:block}.custom-control-input.is-valid~.custom-control-label,.was-validated .custom-control-input:valid~.custom-control-label{color:#28a745}.custom-control-input.is-valid~.custom-control-label::before,.was-validated .custom-control-input:valid~.custom-control-label::before{background-color:#71dd8a}.custom-control-input.is-valid~.valid-feedback,.custom-control-input.is-valid~.valid-tooltip,.was-validated .custom-control-input:valid~.valid-feedback,.was-validated .custom-control-input:valid~.valid-tooltip{display:block}.custom-control-input.is-valid:checked~.custom-control-label::before,.was-validated .custom-control-input:valid:checked~.custom-control-label::before{background-color:#34ce57}.custom-control-input.is-valid:focus~.custom-control-label::before,.was-validated .custom-control-input:valid:focus~.custom-control-label::before{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(40,167,69,.25)}.custom-file-input.is-valid~.custom-file-label,.was-validated .custom-file-input:valid~.custom-file-label{border-color:#28a745}.custom-file-input.is-valid~.custom-file-label::before,.was-validated .custom-file-input:valid~.custom-file-label::before{border-color:inherit}.custom-file-input.is-valid~.valid-feedback,.custom-file-input.is-valid~.valid-tooltip,.was-validated .custom-file-input:valid~.valid-feedback,.was-validated .custom-file-input:valid~.valid-tooltip{display:block}.custom-file-input.is-valid:focus~.custom-file-label,.was-validated .custom-file-input:valid:focus~.custom-file-label{box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:80%;color:#dc3545}.invalid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.5rem;margin-top:.1rem;font-size:.875rem;line-height:1;color:#fff;background-color:rgba(220,53,69,.8);border-radius:.2rem}.custom-select.is-invalid,.form-control.is-invalid,.was-validated .custom-select:invalid,.was-validated .form-control:invalid{border-color:#dc3545}.custom-select.is-invalid:focus,.form-control.is-invalid:focus,.was-validated .custom-select:invalid:focus,.was-validated .form-control:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.custom-select.is-invalid~.invalid-feedback,.custom-select.is-invalid~.invalid-tooltip,.form-control.is-invalid~.invalid-feedback,.form-control.is-invalid~.invalid-tooltip,.was-validated .custom-select:invalid~.invalid-feedback,.was-validated .custom-select:invalid~.invalid-tooltip,.was-validated .form-control:invalid~.invalid-feedback,.was-validated .form-control:invalid~.invalid-tooltip{display:block}.form-check-input.is-invalid~.form-check-label,.was-validated .form-check-input:invalid~.form-check-label{color:#dc3545}.form-check-input.is-invalid~.invalid-feedback,.form-check-input.is-invalid~.invalid-tooltip,.was-validated .form-check-input:invalid~.invalid-feedback,.was-validated .form-check-input:invalid~.invalid-tooltip{display:block}.custom-control-input.is-invalid~.custom-control-label,.was-validated .custom-control-input:invalid~.custom-control-label{color:#dc3545}.custom-control-input.is-invalid~.custom-control-label::before,.was-validated .custom-control-input:invalid~.custom-control-label::before{background-color:#efa2a9}.custom-control-input.is-invalid~.invalid-feedback,.custom-control-input.is-invalid~.invalid-tooltip,.was-validated .custom-control-input:invalid~.invalid-feedback,.was-validated .custom-control-input:invalid~.invalid-tooltip{display:block}.custom-control-input.is-invalid:checked~.custom-control-label::before,.was-validated .custom-control-input:invalid:checked~.custom-control-label::before{background-color:#e4606d}.custom-control-input.is-invalid:focus~.custom-control-label::before,.was-validated .custom-control-input:invalid:focus~.custom-control-label::before{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(220,53,69,.25)}.custom-file-input.is-invalid~.custom-file-label,.was-validated .custom-file-input:invalid~.custom-file-label{border-color:#dc3545}.custom-file-input.is-invalid~.custom-file-label::before,.was-validated .custom-file-input:invalid~.custom-file-label::before{border-color:inherit}.custom-file-input.is-invalid~.invalid-feedback,.custom-file-input.is-invalid~.invalid-tooltip,.was-validated .custom-file-input:invalid~.invalid-feedback,.was-validated .custom-file-input:invalid~.invalid-tooltip{display:block}.custom-file-input.is-invalid:focus~.custom-file-label,.was-validated .custom-file-input:invalid:focus~.custom-file-label{box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.form-inline{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.form-inline .form-check{width:100%}@media (min-width:576px){.form-inline label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:0}.form-inline .form-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:0}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-plaintext{display:inline-block}.form-inline .input-group{width:auto}.form-inline .form-check{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:auto;padding-left:0}.form-inline .form-check-input{position:relative;margin-top:0;margin-right:.25rem;margin-left:0}.form-inline .custom-control{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.form-inline .custom-control-label{margin-bottom:0}}.btn{display:inline-block;font-weight:400;text-align:center;white-space:nowrap;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border:1px solid transparent;padding:.375rem .75rem;font-size:1rem;line-height:1.5;border-radius:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}.btn:focus,.btn:hover{text-decoration:none}.btn.focus,.btn:focus{outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.btn.disabled,.btn:disabled{opacity:.65}.btn:not(:disabled):not(.disabled){cursor:pointer}.btn:not(:disabled):not(.disabled).active,.btn:not(:disabled):not(.disabled):active{background-image:none}a.btn.disabled,fieldset:disabled a.btn{pointer-events:none}.btn-primary{color:#fff;background-color:#007bff;border-color:#007bff}.btn-primary:hover{color:#fff;background-color:#0069d9;border-color:#0062cc}.btn-primary.focus,.btn-primary:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.btn-primary.disabled,.btn-primary:disabled{color:#fff;background-color:#007bff;border-color:#007bff}.btn-primary:not(:disabled):not(.disabled).active,.btn-primary:not(:disabled):not(.disabled):active,.show>.btn-primary.dropdown-toggle{color:#fff;background-color:#0062cc;border-color:#005cbf}.btn-primary:not(:disabled):not(.disabled).active:focus,.btn-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.btn-secondary{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-secondary:hover{color:#fff;background-color:#5a6268;border-color:#545b62}.btn-secondary.focus,.btn-secondary:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.btn-secondary.disabled,.btn-secondary:disabled{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-secondary:not(:disabled):not(.disabled).active,.btn-secondary:not(:disabled):not(.disabled):active,.show>.btn-secondary.dropdown-toggle{color:#fff;background-color:#545b62;border-color:#4e555b}.btn-secondary:not(:disabled):not(.disabled).active:focus,.btn-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.btn-success{color:#fff;background-color:#28a745;border-color:#28a745}.btn-success:hover{color:#fff;background-color:#218838;border-color:#1e7e34}.btn-success.focus,.btn-success:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-success.disabled,.btn-success:disabled{color:#fff;background-color:#28a745;border-color:#28a745}.btn-success:not(:disabled):not(.disabled).active,.btn-success:not(:disabled):not(.disabled):active,.show>.btn-success.dropdown-toggle{color:#fff;background-color:#1e7e34;border-color:#1c7430}.btn-success:not(:disabled):not(.disabled).active:focus,.btn-success:not(:disabled):not(.disabled):active:focus,.show>.btn-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-info{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-info:hover{color:#fff;background-color:#138496;border-color:#117a8b}.btn-info.focus,.btn-info:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-info.disabled,.btn-info:disabled{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-info:not(:disabled):not(.disabled).active,.btn-info:not(:disabled):not(.disabled):active,.show>.btn-info.dropdown-toggle{color:#fff;background-color:#117a8b;border-color:#10707f}.btn-info:not(:disabled):not(.disabled).active:focus,.btn-info:not(:disabled):not(.disabled):active:focus,.show>.btn-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-warning{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-warning:hover{color:#212529;background-color:#e0a800;border-color:#d39e00}.btn-warning.focus,.btn-warning:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-warning.disabled,.btn-warning:disabled{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-warning:not(:disabled):not(.disabled).active,.btn-warning:not(:disabled):not(.disabled):active,.show>.btn-warning.dropdown-toggle{color:#212529;background-color:#d39e00;border-color:#c69500}.btn-warning:not(:disabled):not(.disabled).active:focus,.btn-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-danger{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger:hover{color:#fff;background-color:#c82333;border-color:#bd2130}.btn-danger.focus,.btn-danger:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.btn-danger.disabled,.btn-danger:disabled{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger:not(:disabled):not(.disabled).active,.btn-danger:not(:disabled):not(.disabled):active,.show>.btn-danger.dropdown-toggle{color:#fff;background-color:#bd2130;border-color:#b21f2d}.btn-danger:not(:disabled):not(.disabled).active:focus,.btn-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.btn-light{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-light:hover{color:#212529;background-color:#e2e6ea;border-color:#dae0e5}.btn-light.focus,.btn-light:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-light.disabled,.btn-light:disabled{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-light:not(:disabled):not(.disabled).active,.btn-light:not(:disabled):not(.disabled):active,.show>.btn-light.dropdown-toggle{color:#212529;background-color:#dae0e5;border-color:#d3d9df}.btn-light:not(:disabled):not(.disabled).active:focus,.btn-light:not(:disabled):not(.disabled):active:focus,.show>.btn-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-dark{color:#fff;background-color:#343a40;border-color:#343a40}.btn-dark:hover{color:#fff;background-color:#23272b;border-color:#1d2124}.btn-dark.focus,.btn-dark:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.btn-dark.disabled,.btn-dark:disabled{color:#fff;background-color:#343a40;border-color:#343a40}.btn-dark:not(:disabled):not(.disabled).active,.btn-dark:not(:disabled):not(.disabled):active,.show>.btn-dark.dropdown-toggle{color:#fff;background-color:#1d2124;border-color:#171a1d}.btn-dark:not(:disabled):not(.disabled).active:focus,.btn-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.btn-outline-primary{color:#007bff;background-color:transparent;background-image:none;border-color:#007bff}.btn-outline-primary:hover{color:#fff;background-color:#007bff;border-color:#007bff}.btn-outline-primary.focus,.btn-outline-primary:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.btn-outline-primary.disabled,.btn-outline-primary:disabled{color:#007bff;background-color:transparent}.btn-outline-primary:not(:disabled):not(.disabled).active,.btn-outline-primary:not(:disabled):not(.disabled):active,.show>.btn-outline-primary.dropdown-toggle{color:#fff;background-color:#007bff;border-color:#007bff}.btn-outline-primary:not(:disabled):not(.disabled).active:focus,.btn-outline-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.btn-outline-secondary{color:#6c757d;background-color:transparent;background-image:none;border-color:#6c757d}.btn-outline-secondary:hover{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-outline-secondary.focus,.btn-outline-secondary:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.btn-outline-secondary.disabled,.btn-outline-secondary:disabled{color:#6c757d;background-color:transparent}.btn-outline-secondary:not(:disabled):not(.disabled).active,.btn-outline-secondary:not(:disabled):not(.disabled):active,.show>.btn-outline-secondary.dropdown-toggle{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.btn-outline-success{color:#28a745;background-color:transparent;background-image:none;border-color:#28a745}.btn-outline-success:hover{color:#fff;background-color:#28a745;border-color:#28a745}.btn-outline-success.focus,.btn-outline-success:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-outline-success.disabled,.btn-outline-success:disabled{color:#28a745;background-color:transparent}.btn-outline-success:not(:disabled):not(.disabled).active,.btn-outline-success:not(:disabled):not(.disabled):active,.show>.btn-outline-success.dropdown-toggle{color:#fff;background-color:#28a745;border-color:#28a745}.btn-outline-success:not(:disabled):not(.disabled).active:focus,.btn-outline-success:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-outline-info{color:#17a2b8;background-color:transparent;background-image:none;border-color:#17a2b8}.btn-outline-info:hover{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-outline-info.focus,.btn-outline-info:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-outline-info.disabled,.btn-outline-info:disabled{color:#17a2b8;background-color:transparent}.btn-outline-info:not(:disabled):not(.disabled).active,.btn-outline-info:not(:disabled):not(.disabled):active,.show>.btn-outline-info.dropdown-toggle{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-outline-info:not(:disabled):not(.disabled).active:focus,.btn-outline-info:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-outline-warning{color:#ffc107;background-color:transparent;background-image:none;border-color:#ffc107}.btn-outline-warning:hover{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-outline-warning.focus,.btn-outline-warning:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-outline-warning.disabled,.btn-outline-warning:disabled{color:#ffc107;background-color:transparent}.btn-outline-warning:not(:disabled):not(.disabled).active,.btn-outline-warning:not(:disabled):not(.disabled):active,.show>.btn-outline-warning.dropdown-toggle{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-outline-warning:not(:disabled):not(.disabled).active:focus,.btn-outline-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-outline-danger{color:#dc3545;background-color:transparent;background-image:none;border-color:#dc3545}.btn-outline-danger:hover{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-outline-danger.focus,.btn-outline-danger:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.btn-outline-danger.disabled,.btn-outline-danger:disabled{color:#dc3545;background-color:transparent}.btn-outline-danger:not(:disabled):not(.disabled).active,.btn-outline-danger:not(:disabled):not(.disabled):active,.show>.btn-outline-danger.dropdown-toggle{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-outline-danger:not(:disabled):not(.disabled).active:focus,.btn-outline-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.btn-outline-light{color:#f8f9fa;background-color:transparent;background-image:none;border-color:#f8f9fa}.btn-outline-light:hover{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light.focus,.btn-outline-light:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-outline-light.disabled,.btn-outline-light:disabled{color:#f8f9fa;background-color:transparent}.btn-outline-light:not(:disabled):not(.disabled).active,.btn-outline-light:not(:disabled):not(.disabled):active,.show>.btn-outline-light.dropdown-toggle{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light:not(:disabled):not(.disabled).active:focus,.btn-outline-light:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-outline-dark{color:#343a40;background-color:transparent;background-image:none;border-color:#343a40}.btn-outline-dark:hover{color:#fff;background-color:#343a40;border-color:#343a40}.btn-outline-dark.focus,.btn-outline-dark:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.btn-outline-dark.disabled,.btn-outline-dark:disabled{color:#343a40;background-color:transparent}.btn-outline-dark:not(:disabled):not(.disabled).active,.btn-outline-dark:not(:disabled):not(.disabled):active,.show>.btn-outline-dark.dropdown-toggle{color:#fff;background-color:#343a40;border-color:#343a40}.btn-outline-dark:not(:disabled):not(.disabled).active:focus,.btn-outline-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.btn-link{font-weight:400;color:#007bff;background-color:transparent}.btn-link:hover{color:#0056b3;text-decoration:underline;background-color:transparent;border-color:transparent}.btn-link.focus,.btn-link:focus{text-decoration:underline;border-color:transparent;box-shadow:none}.btn-link.disabled,.btn-link:disabled{color:#6c757d}.btn-group-lg>.btn,.btn-lg{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}.btn-group-sm>.btn,.btn-sm{padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:.5rem}input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}.fade{opacity:0;transition:opacity .15s linear}.fade.show{opacity:1}.collapse{display:none}.collapse.show{display:block}tr.collapse.show{display:table-row}tbody.collapse.show{display:table-row-group}.collapsing{position:relative;height:0;overflow:hidden;transition:height .35s ease}.dropdown,.dropup{position:relative}.dropdown-toggle::after{display:inline-block;width:0;height:0;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid;border-right:.3em solid transparent;border-bottom:0;border-left:.3em solid transparent}.dropdown-toggle:empty::after{margin-left:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:10rem;padding:.5rem 0;margin:.125rem 0 0;font-size:1rem;color:#212529;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.15);border-radius:.25rem}.dropup .dropdown-menu{margin-top:0;margin-bottom:.125rem}.dropup .dropdown-toggle::after{display:inline-block;width:0;height:0;margin-left:.255em;vertical-align:.255em;content:"";border-top:0;border-right:.3em solid transparent;border-bottom:.3em solid;border-left:.3em solid transparent}.dropup .dropdown-toggle:empty::after{margin-left:0}.dropright .dropdown-menu{margin-top:0;margin-left:.125rem}.dropright .dropdown-toggle::after{display:inline-block;width:0;height:0;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-bottom:.3em solid transparent;border-left:.3em solid}.dropright .dropdown-toggle:empty::after{margin-left:0}.dropright .dropdown-toggle::after{vertical-align:0}.dropleft .dropdown-menu{margin-top:0;margin-right:.125rem}.dropleft .dropdown-toggle::after{display:inline-block;width:0;height:0;margin-left:.255em;vertical-align:.255em;content:""}.dropleft .dropdown-toggle::after{display:none}.dropleft .dropdown-toggle::before{display:inline-block;width:0;height:0;margin-right:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:.3em solid;border-bottom:.3em solid transparent}.dropleft .dropdown-toggle:empty::after{margin-left:0}.dropleft .dropdown-toggle::before{vertical-align:0}.dropdown-divider{height:0;margin:.5rem 0;overflow:hidden;border-top:1px solid #e9ecef}.dropdown-item{display:block;width:100%;padding:.25rem 1.5rem;clear:both;font-weight:400;color:#212529;text-align:inherit;white-space:nowrap;background-color:transparent;border:0}.dropdown-item:focus,.dropdown-item:hover{color:#16181b;text-decoration:none;background-color:#f8f9fa}.dropdown-item.active,.dropdown-item:active{color:#fff;text-decoration:none;background-color:#007bff}.dropdown-item.disabled,.dropdown-item:disabled{color:#6c757d;background-color:transparent}.dropdown-menu.show{display:block}.dropdown-header{display:block;padding:.5rem 1.5rem;margin-bottom:0;font-size:.875rem;color:#6c757d;white-space:nowrap}.btn-group,.btn-group-vertical{position:relative;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto}.btn-group-vertical>.btn:hover,.btn-group>.btn:hover{z-index:1}.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus{z-index:1}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group,.btn-group-vertical .btn+.btn,.btn-group-vertical .btn+.btn-group,.btn-group-vertical .btn-group+.btn,.btn-group-vertical .btn-group+.btn-group{margin-left:-1px}.btn-toolbar{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.btn-toolbar .input-group{width:auto}.btn-group>.btn:first-child{margin-left:0}.btn-group>.btn-group:not(:last-child)>.btn,.btn-group>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:not(:first-child)>.btn,.btn-group>.btn:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.dropdown-toggle-split{padding-right:.5625rem;padding-left:.5625rem}.dropdown-toggle-split::after{margin-left:0}.btn-group-sm>.btn+.dropdown-toggle-split,.btn-sm+.dropdown-toggle-split{padding-right:.375rem;padding-left:.375rem}.btn-group-lg>.btn+.dropdown-toggle-split,.btn-lg+.dropdown-toggle-split{padding-right:.75rem;padding-left:.75rem}.btn-group-vertical{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.btn-group-vertical .btn,.btn-group-vertical .btn-group{width:100%}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.btn-group-vertical>.btn-group:not(:last-child)>.btn,.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:not(:first-child)>.btn,.btn-group-vertical>.btn:not(:first-child){border-top-left-radius:0;border-top-right-radius:0}.btn-group-toggle>.btn,.btn-group-toggle>.btn-group>.btn{margin-bottom:0}.btn-group-toggle>.btn input[type=checkbox],.btn-group-toggle>.btn input[type=radio],.btn-group-toggle>.btn-group>.btn input[type=checkbox],.btn-group-toggle>.btn-group>.btn input[type=radio]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.input-group{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;width:100%}.input-group>.custom-file,.input-group>.custom-select,.input-group>.form-control{position:relative;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;width:1%;margin-bottom:0}.input-group>.custom-file:focus,.input-group>.custom-select:focus,.input-group>.form-control:focus{z-index:3}.input-group>.custom-file+.custom-file,.input-group>.custom-file+.custom-select,.input-group>.custom-file+.form-control,.input-group>.custom-select+.custom-file,.input-group>.custom-select+.custom-select,.input-group>.custom-select+.form-control,.input-group>.form-control+.custom-file,.input-group>.form-control+.custom-select,.input-group>.form-control+.form-control{margin-left:-1px}.input-group>.custom-select:not(:last-child),.input-group>.form-control:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.custom-select:not(:first-child),.input-group>.form-control:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.input-group>.custom-file{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.input-group>.custom-file:not(:last-child) .custom-file-label,.input-group>.custom-file:not(:last-child) .custom-file-label::before{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.custom-file:not(:first-child) .custom-file-label,.input-group>.custom-file:not(:first-child) .custom-file-label::before{border-top-left-radius:0;border-bottom-left-radius:0}.input-group-append,.input-group-prepend{display:-webkit-box;display:-ms-flexbox;display:flex}.input-group-append .btn,.input-group-prepend .btn{position:relative;z-index:2}.input-group-append .btn+.btn,.input-group-append .btn+.input-group-text,.input-group-append .input-group-text+.btn,.input-group-append .input-group-text+.input-group-text,.input-group-prepend .btn+.btn,.input-group-prepend .btn+.input-group-text,.input-group-prepend .input-group-text+.btn,.input-group-prepend .input-group-text+.input-group-text{margin-left:-1px}.input-group-prepend{margin-right:-1px}.input-group-append{margin-left:-1px}.input-group-text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:.375rem .75rem;margin-bottom:0;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;text-align:center;white-space:nowrap;background-color:#e9ecef;border:1px solid #ced4da;border-radius:.25rem}.input-group-text input[type=checkbox],.input-group-text input[type=radio]{margin-top:0}.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group>.input-group-append:last-child>.input-group-text:not(:last-child),.input-group>.input-group-append:not(:last-child)>.btn,.input-group>.input-group-append:not(:last-child)>.input-group-text,.input-group>.input-group-prepend>.btn,.input-group>.input-group-prepend>.input-group-text{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.input-group-append>.btn,.input-group>.input-group-append>.input-group-text,.input-group>.input-group-prepend:first-child>.btn:not(:first-child),.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),.input-group>.input-group-prepend:not(:first-child)>.btn,.input-group>.input-group-prepend:not(:first-child)>.input-group-text{border-top-left-radius:0;border-bottom-left-radius:0}.custom-control{position:relative;display:block;min-height:1.5rem;padding-left:1.5rem}.custom-control-inline{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;margin-right:1rem}.custom-control-input{position:absolute;z-index:-1;opacity:0}.custom-control-input:checked~.custom-control-label::before{color:#fff;background-color:#007bff}.custom-control-input:focus~.custom-control-label::before{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.custom-control-input:active~.custom-control-label::before{color:#fff;background-color:#b3d7ff}.custom-control-input:disabled~.custom-control-label{color:#6c757d}.custom-control-input:disabled~.custom-control-label::before{background-color:#e9ecef}.custom-control-label{margin-bottom:0}.custom-control-label::before{position:absolute;top:.25rem;left:0;display:block;width:1rem;height:1rem;pointer-events:none;content:"";-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#dee2e6}.custom-control-label::after{position:absolute;top:.25rem;left:0;display:block;width:1rem;height:1rem;content:"";background-repeat:no-repeat;background-position:center center;background-size:50% 50%}.custom-checkbox .custom-control-label::before{border-radius:.25rem}.custom-checkbox .custom-control-input:checked~.custom-control-label::before{background-color:#007bff}.custom-checkbox .custom-control-input:checked~.custom-control-label::after{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E")}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before{background-color:#007bff}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")}.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.custom-radio .custom-control-label::before{border-radius:50%}.custom-radio .custom-control-input:checked~.custom-control-label::before{background-color:#007bff}.custom-radio .custom-control-input:checked~.custom-control-label::after{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")}.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.custom-select{display:inline-block;width:100%;height:calc(2.25rem + 2px);padding:.375rem 1.75rem .375rem .75rem;line-height:1.5;color:#495057;vertical-align:middle;background:#fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center;background-size:8px 10px;border:1px solid #ced4da;border-radius:.25rem;-webkit-appearance:none;-moz-appearance:none;appearance:none}.custom-select:focus{border-color:#80bdff;outline:0;box-shadow:inset 0 1px 2px rgba(0,0,0,.075),0 0 5px rgba(128,189,255,.5)}.custom-select:focus::-ms-value{color:#495057;background-color:#fff}.custom-select[multiple],.custom-select[size]:not([size="1"]){height:auto;padding-right:.75rem;background-image:none}.custom-select:disabled{color:#6c757d;background-color:#e9ecef}.custom-select::-ms-expand{opacity:0}.custom-select-sm{height:calc(1.8125rem + 2px);padding-top:.375rem;padding-bottom:.375rem;font-size:75%}.custom-select-lg{height:calc(2.875rem + 2px);padding-top:.375rem;padding-bottom:.375rem;font-size:125%}.custom-file{position:relative;display:inline-block;width:100%;height:calc(2.25rem + 2px);margin-bottom:0}.custom-file-input{position:relative;z-index:2;width:100%;height:calc(2.25rem + 2px);margin:0;opacity:0}.custom-file-input:focus~.custom-file-control{border-color:#80bdff;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.custom-file-input:focus~.custom-file-control::before{border-color:#80bdff}.custom-file-input:lang(en)~.custom-file-label::after{content:"Browse"}.custom-file-label{position:absolute;top:0;right:0;left:0;z-index:1;height:calc(2.25rem + 2px);padding:.375rem .75rem;line-height:1.5;color:#495057;background-color:#fff;border:1px solid #ced4da;border-radius:.25rem}.custom-file-label::after{position:absolute;top:0;right:0;bottom:0;z-index:3;display:block;height:calc(calc(2.25rem + 2px) - 1px * 2);padding:.375rem .75rem;line-height:1.5;color:#495057;content:"Browse";background-color:#e9ecef;border-left:1px solid #ced4da;border-radius:0 .25rem .25rem 0}.nav{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.nav-link{display:block;padding:.5rem 1rem}.nav-link:focus,.nav-link:hover{text-decoration:none}.nav-link.disabled{color:#6c757d}.nav-tabs{border-bottom:1px solid #dee2e6}.nav-tabs .nav-item{margin-bottom:-1px}.nav-tabs .nav-link{border:1px solid transparent;border-top-left-radius:.25rem;border-top-right-radius:.25rem}.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover{border-color:#e9ecef #e9ecef #dee2e6}.nav-tabs .nav-link.disabled{color:#6c757d;background-color:transparent;border-color:transparent}.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active{color:#495057;background-color:#fff;border-color:#dee2e6 #dee2e6 #fff}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.nav-pills .nav-link{border-radius:.25rem}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:#fff;background-color:#007bff}.nav-fill .nav-item{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;text-align:center}.nav-justified .nav-item{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;text-align:center}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.navbar{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:.5rem 1rem}.navbar>.container,.navbar>.container-fluid{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.navbar-brand{display:inline-block;padding-top:.3125rem;padding-bottom:.3125rem;margin-right:1rem;font-size:1.25rem;line-height:inherit;white-space:nowrap}.navbar-brand:focus,.navbar-brand:hover{text-decoration:none}.navbar-nav{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}.navbar-nav .nav-link{padding-right:0;padding-left:0}.navbar-nav .dropdown-menu{position:static;float:none}.navbar-text{display:inline-block;padding-top:.5rem;padding-bottom:.5rem}.navbar-collapse{-ms-flex-preferred-size:100%;flex-basis:100%;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.navbar-toggler{padding:.25rem .75rem;font-size:1.25rem;line-height:1;background-color:transparent;border:1px solid transparent;border-radius:.25rem}.navbar-toggler:focus,.navbar-toggler:hover{text-decoration:none}.navbar-toggler:not(:disabled):not(.disabled){cursor:pointer}.navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;content:"";background:no-repeat center center;background-size:100% 100%}@media (max-width:575.98px){.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid{padding-right:0;padding-left:0}}@media (min-width:576px){.navbar-expand-sm{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-sm .navbar-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .dropdown-menu-right{right:0;left:auto}.navbar-expand-sm .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-sm .navbar-collapse{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-sm .navbar-toggler{display:none}.navbar-expand-sm .dropup .dropdown-menu{top:auto;bottom:100%}}@media (max-width:767.98px){.navbar-expand-md>.container,.navbar-expand-md>.container-fluid{padding-right:0;padding-left:0}}@media (min-width:768px){.navbar-expand-md{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-md .navbar-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .dropdown-menu-right{right:0;left:auto}.navbar-expand-md .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-md>.container,.navbar-expand-md>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-md .navbar-collapse{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-md .navbar-toggler{display:none}.navbar-expand-md .dropup .dropdown-menu{top:auto;bottom:100%}}@media (max-width:991.98px){.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid{padding-right:0;padding-left:0}}@media (min-width:992px){.navbar-expand-lg{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-lg .navbar-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .dropdown-menu-right{right:0;left:auto}.navbar-expand-lg .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-lg .navbar-collapse{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-lg .navbar-toggler{display:none}.navbar-expand-lg .dropup .dropdown-menu{top:auto;bottom:100%}}@media (max-width:1199.98px){.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid{padding-right:0;padding-left:0}}@media (min-width:1200px){.navbar-expand-xl{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-xl .navbar-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xl .navbar-nav .dropdown-menu-right{right:0;left:auto}.navbar-expand-xl .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-xl .navbar-collapse{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-xl .navbar-toggler{display:none}.navbar-expand-xl .dropup .dropdown-menu{top:auto;bottom:100%}}.navbar-expand{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand>.container,.navbar-expand>.container-fluid{padding-right:0;padding-left:0}.navbar-expand .navbar-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .dropdown-menu-right{right:0;left:auto}.navbar-expand .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand>.container,.navbar-expand>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand .navbar-collapse{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand .navbar-toggler{display:none}.navbar-expand .dropup .dropdown-menu{top:auto;bottom:100%}.navbar-light .navbar-brand{color:rgba(0,0,0,.9)}.navbar-light .navbar-brand:focus,.navbar-light .navbar-brand:hover{color:rgba(0,0,0,.9)}.navbar-light .navbar-nav .nav-link{color:rgba(0,0,0,.5)}.navbar-light .navbar-nav .nav-link:focus,.navbar-light .navbar-nav .nav-link:hover{color:rgba(0,0,0,.7)}.navbar-light .navbar-nav .nav-link.disabled{color:rgba(0,0,0,.3)}.navbar-light .navbar-nav .active>.nav-link,.navbar-light .navbar-nav .nav-link.active,.navbar-light .navbar-nav .nav-link.show,.navbar-light .navbar-nav .show>.nav-link{color:rgba(0,0,0,.9)}.navbar-light .navbar-toggler{color:rgba(0,0,0,.5);border-color:rgba(0,0,0,.1)}.navbar-light .navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")}.navbar-light .navbar-text{color:rgba(0,0,0,.5)}.navbar-light .navbar-text a{color:rgba(0,0,0,.9)}.navbar-light .navbar-text a:focus,.navbar-light .navbar-text a:hover{color:rgba(0,0,0,.9)}.navbar-dark .navbar-brand{color:#fff}.navbar-dark .navbar-brand:focus,.navbar-dark .navbar-brand:hover{color:#fff}.navbar-dark .navbar-nav .nav-link{color:rgba(255,255,255,.5)}.navbar-dark .navbar-nav .nav-link:focus,.navbar-dark .navbar-nav .nav-link:hover{color:rgba(255,255,255,.75)}.navbar-dark .navbar-nav .nav-link.disabled{color:rgba(255,255,255,.25)}.navbar-dark .navbar-nav .active>.nav-link,.navbar-dark .navbar-nav .nav-link.active,.navbar-dark .navbar-nav .nav-link.show,.navbar-dark .navbar-nav .show>.nav-link{color:#fff}.navbar-dark .navbar-toggler{color:rgba(255,255,255,.5);border-color:rgba(255,255,255,.1)}.navbar-dark .navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")}.navbar-dark .navbar-text{color:rgba(255,255,255,.5)}.navbar-dark .navbar-text a{color:#fff}.navbar-dark .navbar-text a:focus,.navbar-dark .navbar-text a:hover{color:#fff}.card{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#fff;background-clip:border-box;border:1px solid rgba(0,0,0,.125);border-radius:.25rem}.card>hr{margin-right:0;margin-left:0}.card>.list-group:first-child .list-group-item:first-child{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.card>.list-group:last-child .list-group-item:last-child{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.card-body{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;padding:1.25rem}.card-title{margin-bottom:.75rem}.card-subtitle{margin-top:-.375rem;margin-bottom:0}.card-text:last-child{margin-bottom:0}.card-link:hover{text-decoration:none}.card-link+.card-link{margin-left:1.25rem}.card-header{padding:.75rem 1.25rem;margin-bottom:0;background-color:rgba(0,0,0,.03);border-bottom:1px solid rgba(0,0,0,.125)}.card-header:first-child{border-radius:calc(.25rem - 1px) calc(.25rem - 1px) 0 0}.card-header+.list-group .list-group-item:first-child{border-top:0}.card-footer{padding:.75rem 1.25rem;background-color:rgba(0,0,0,.03);border-top:1px solid rgba(0,0,0,.125)}.card-footer:last-child{border-radius:0 0 calc(.25rem - 1px) calc(.25rem - 1px)}.card-header-tabs{margin-right:-.625rem;margin-bottom:-.75rem;margin-left:-.625rem;border-bottom:0}.card-header-pills{margin-right:-.625rem;margin-left:-.625rem}.card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:1.25rem}.card-img{width:100%;border-radius:calc(.25rem - 1px)}.card-img-top{width:100%;border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.card-img-bottom{width:100%;border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}.card-deck{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.card-deck .card{margin-bottom:15px}@media (min-width:576px){.card-deck{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;margin-right:-15px;margin-left:-15px}.card-deck .card{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1 0 0%;flex:1 0 0%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-right:15px;margin-bottom:0;margin-left:15px}}.card-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.card-group>.card{margin-bottom:15px}@media (min-width:576px){.card-group{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap}.card-group>.card{-webkit-box-flex:1;-ms-flex:1 0 0%;flex:1 0 0%;margin-bottom:0}.card-group>.card+.card{margin-left:0;border-left:0}.card-group>.card:first-child{border-top-right-radius:0;border-bottom-right-radius:0}.card-group>.card:first-child .card-header,.card-group>.card:first-child .card-img-top{border-top-right-radius:0}.card-group>.card:first-child .card-footer,.card-group>.card:first-child .card-img-bottom{border-bottom-right-radius:0}.card-group>.card:last-child{border-top-left-radius:0;border-bottom-left-radius:0}.card-group>.card:last-child .card-header,.card-group>.card:last-child .card-img-top{border-top-left-radius:0}.card-group>.card:last-child .card-footer,.card-group>.card:last-child .card-img-bottom{border-bottom-left-radius:0}.card-group>.card:only-child{border-radius:.25rem}.card-group>.card:only-child .card-header,.card-group>.card:only-child .card-img-top{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.card-group>.card:only-child .card-footer,.card-group>.card:only-child .card-img-bottom{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.card-group>.card:not(:first-child):not(:last-child):not(:only-child){border-radius:0}.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-footer,.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-header,.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-top{border-radius:0}}.card-columns .card{margin-bottom:.75rem}@media (min-width:576px){.card-columns{-webkit-column-count:3;-moz-column-count:3;column-count:3;-webkit-column-gap:1.25rem;-moz-column-gap:1.25rem;column-gap:1.25rem}.card-columns .card{display:inline-block;width:100%}}.breadcrumb{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:.75rem 1rem;margin-bottom:1rem;list-style:none;background-color:#e9ecef;border-radius:.25rem}.breadcrumb-item+.breadcrumb-item::before{display:inline-block;padding-right:.5rem;padding-left:.5rem;color:#6c757d;content:"/"}.breadcrumb-item+.breadcrumb-item:hover::before{text-decoration:underline}.breadcrumb-item+.breadcrumb-item:hover::before{text-decoration:none}.breadcrumb-item.active{color:#6c757d}.pagination{display:-webkit-box;display:-ms-flexbox;display:flex;padding-left:0;list-style:none;border-radius:.25rem}.page-link{position:relative;display:block;padding:.5rem .75rem;margin-left:-1px;line-height:1.25;color:#007bff;background-color:#fff;border:1px solid #dee2e6}.page-link:hover{color:#0056b3;text-decoration:none;background-color:#e9ecef;border-color:#dee2e6}.page-link:focus{z-index:2;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.page-link:not(:disabled):not(.disabled){cursor:pointer}.page-item:first-child .page-link{margin-left:0;border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.page-item:last-child .page-link{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.page-item.active .page-link{z-index:1;color:#fff;background-color:#007bff;border-color:#007bff}.page-item.disabled .page-link{color:#6c757d;pointer-events:none;cursor:auto;background-color:#fff;border-color:#dee2e6}.pagination-lg .page-link{padding:.75rem 1.5rem;font-size:1.25rem;line-height:1.5}.pagination-lg .page-item:first-child .page-link{border-top-left-radius:.3rem;border-bottom-left-radius:.3rem}.pagination-lg .page-item:last-child .page-link{border-top-right-radius:.3rem;border-bottom-right-radius:.3rem}.pagination-sm .page-link{padding:.25rem .5rem;font-size:.875rem;line-height:1.5}.pagination-sm .page-item:first-child .page-link{border-top-left-radius:.2rem;border-bottom-left-radius:.2rem}.pagination-sm .page-item:last-child .page-link{border-top-right-radius:.2rem;border-bottom-right-radius:.2rem}.badge{display:inline-block;padding:.25em .4em;font-size:75%;font-weight:700;line-height:1;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25rem}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.badge-pill{padding-right:.6em;padding-left:.6em;border-radius:10rem}.badge-primary{color:#fff;background-color:#007bff}.badge-primary[href]:focus,.badge-primary[href]:hover{color:#fff;text-decoration:none;background-color:#0062cc}.badge-secondary{color:#fff;background-color:#6c757d}.badge-secondary[href]:focus,.badge-secondary[href]:hover{color:#fff;text-decoration:none;background-color:#545b62}.badge-success{color:#fff;background-color:#28a745}.badge-success[href]:focus,.badge-success[href]:hover{color:#fff;text-decoration:none;background-color:#1e7e34}.badge-info{color:#fff;background-color:#17a2b8}.badge-info[href]:focus,.badge-info[href]:hover{color:#fff;text-decoration:none;background-color:#117a8b}.badge-warning{color:#212529;background-color:#ffc107}.badge-warning[href]:focus,.badge-warning[href]:hover{color:#212529;text-decoration:none;background-color:#d39e00}.badge-danger{color:#fff;background-color:#dc3545}.badge-danger[href]:focus,.badge-danger[href]:hover{color:#fff;text-decoration:none;background-color:#bd2130}.badge-light{color:#212529;background-color:#f8f9fa}.badge-light[href]:focus,.badge-light[href]:hover{color:#212529;text-decoration:none;background-color:#dae0e5}.badge-dark{color:#fff;background-color:#343a40}.badge-dark[href]:focus,.badge-dark[href]:hover{color:#fff;text-decoration:none;background-color:#1d2124}.jumbotron{padding:2rem 1rem;margin-bottom:2rem;background-color:#e9ecef;border-radius:.3rem}@media (min-width:576px){.jumbotron{padding:4rem 2rem}}.jumbotron-fluid{padding-right:0;padding-left:0;border-radius:0}.alert{position:relative;padding:.75rem 1.25rem;margin-bottom:1rem;border:1px solid transparent;border-radius:.25rem}.alert-heading{color:inherit}.alert-link{font-weight:700}.alert-dismissible{padding-right:4rem}.alert-dismissible .close{position:absolute;top:0;right:0;padding:.75rem 1.25rem;color:inherit}.alert-primary{color:#004085;background-color:#cce5ff;border-color:#b8daff}.alert-primary hr{border-top-color:#9fcdff}.alert-primary .alert-link{color:#002752}.alert-secondary{color:#383d41;background-color:#e2e3e5;border-color:#d6d8db}.alert-secondary hr{border-top-color:#c8cbcf}.alert-secondary .alert-link{color:#202326}.alert-success{color:#155724;background-color:#d4edda;border-color:#c3e6cb}.alert-success hr{border-top-color:#b1dfbb}.alert-success .alert-link{color:#0b2e13}.alert-info{color:#0c5460;background-color:#d1ecf1;border-color:#bee5eb}.alert-info hr{border-top-color:#abdde5}.alert-info .alert-link{color:#062c33}.alert-warning{color:#856404;background-color:#fff3cd;border-color:#ffeeba}.alert-warning hr{border-top-color:#ffe8a1}.alert-warning .alert-link{color:#533f03}.alert-danger{color:#721c24;background-color:#f8d7da;border-color:#f5c6cb}.alert-danger hr{border-top-color:#f1b0b7}.alert-danger .alert-link{color:#491217}.alert-light{color:#818182;background-color:#fefefe;border-color:#fdfdfe}.alert-light hr{border-top-color:#ececf6}.alert-light .alert-link{color:#686868}.alert-dark{color:#1b1e21;background-color:#d6d8d9;border-color:#c6c8ca}.alert-dark hr{border-top-color:#b9bbbe}.alert-dark .alert-link{color:#040505}@-webkit-keyframes progress-bar-stripes{from{background-position:1rem 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:1rem 0}to{background-position:0 0}}.progress{display:-webkit-box;display:-ms-flexbox;display:flex;height:1rem;overflow:hidden;font-size:.75rem;background-color:#e9ecef;border-radius:.25rem}.progress-bar{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:#fff;text-align:center;background-color:#007bff;transition:width .6s ease}.progress-bar-striped{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-size:1rem 1rem}.progress-bar-animated{-webkit-animation:progress-bar-stripes 1s linear infinite;animation:progress-bar-stripes 1s linear infinite}.media{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.media-body{-webkit-box-flex:1;-ms-flex:1;flex:1}.list-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding-left:0;margin-bottom:0}.list-group-item-action{width:100%;color:#495057;text-align:inherit}.list-group-item-action:focus,.list-group-item-action:hover{color:#495057;text-decoration:none;background-color:#f8f9fa}.list-group-item-action:active{color:#212529;background-color:#e9ecef}.list-group-item{position:relative;display:block;padding:.75rem 1.25rem;margin-bottom:-1px;background-color:#fff;border:1px solid rgba(0,0,0,.125)}.list-group-item:first-child{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.list-group-item:focus,.list-group-item:hover{z-index:1;text-decoration:none}.list-group-item.disabled,.list-group-item:disabled{color:#6c757d;background-color:#fff}.list-group-item.active{z-index:2;color:#fff;background-color:#007bff;border-color:#007bff}.list-group-flush .list-group-item{border-right:0;border-left:0;border-radius:0}.list-group-flush:first-child .list-group-item:first-child{border-top:0}.list-group-flush:last-child .list-group-item:last-child{border-bottom:0}.list-group-item-primary{color:#004085;background-color:#b8daff}.list-group-item-primary.list-group-item-action:focus,.list-group-item-primary.list-group-item-action:hover{color:#004085;background-color:#9fcdff}.list-group-item-primary.list-group-item-action.active{color:#fff;background-color:#004085;border-color:#004085}.list-group-item-secondary{color:#383d41;background-color:#d6d8db}.list-group-item-secondary.list-group-item-action:focus,.list-group-item-secondary.list-group-item-action:hover{color:#383d41;background-color:#c8cbcf}.list-group-item-secondary.list-group-item-action.active{color:#fff;background-color:#383d41;border-color:#383d41}.list-group-item-success{color:#155724;background-color:#c3e6cb}.list-group-item-success.list-group-item-action:focus,.list-group-item-success.list-group-item-action:hover{color:#155724;background-color:#b1dfbb}.list-group-item-success.list-group-item-action.active{color:#fff;background-color:#155724;border-color:#155724}.list-group-item-info{color:#0c5460;background-color:#bee5eb}.list-group-item-info.list-group-item-action:focus,.list-group-item-info.list-group-item-action:hover{color:#0c5460;background-color:#abdde5}.list-group-item-info.list-group-item-action.active{color:#fff;background-color:#0c5460;border-color:#0c5460}.list-group-item-warning{color:#856404;background-color:#ffeeba}.list-group-item-warning.list-group-item-action:focus,.list-group-item-warning.list-group-item-action:hover{color:#856404;background-color:#ffe8a1}.list-group-item-warning.list-group-item-action.active{color:#fff;background-color:#856404;border-color:#856404}.list-group-item-danger{color:#721c24;background-color:#f5c6cb}.list-group-item-danger.list-group-item-action:focus,.list-group-item-danger.list-group-item-action:hover{color:#721c24;background-color:#f1b0b7}.list-group-item-danger.list-group-item-action.active{color:#fff;background-color:#721c24;border-color:#721c24}.list-group-item-light{color:#818182;background-color:#fdfdfe}.list-group-item-light.list-group-item-action:focus,.list-group-item-light.list-group-item-action:hover{color:#818182;background-color:#ececf6}.list-group-item-light.list-group-item-action.active{color:#fff;background-color:#818182;border-color:#818182}.list-group-item-dark{color:#1b1e21;background-color:#c6c8ca}.list-group-item-dark.list-group-item-action:focus,.list-group-item-dark.list-group-item-action:hover{color:#1b1e21;background-color:#b9bbbe}.list-group-item-dark.list-group-item-action.active{color:#fff;background-color:#1b1e21;border-color:#1b1e21}.close{float:right;font-size:1.5rem;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.5}.close:focus,.close:hover{color:#000;text-decoration:none;opacity:.75}.close:not(:disabled):not(.disabled){cursor:pointer}button.close{padding:0;background-color:transparent;border:0;-webkit-appearance:none}.modal-open{overflow:hidden}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;display:none;overflow:hidden;outline:0}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:.5rem;pointer-events:none}.modal.fade .modal-dialog{transition:-webkit-transform .3s ease-out;transition:transform .3s ease-out;transition:transform .3s ease-out,-webkit-transform .3s ease-out;-webkit-transform:translate(0,-25%);transform:translate(0,-25%)}.modal.show .modal-dialog{-webkit-transform:translate(0,0);transform:translate(0,0)}.modal-dialog-centered{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-height:calc(100% - (.5rem * 2))}.modal-content{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;pointer-events:auto;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem;outline:0}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:.5}.modal-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:1rem;border-bottom:1px solid #e9ecef;border-top-left-radius:.3rem;border-top-right-radius:.3rem}.modal-header .close{padding:1rem;margin:-1rem -1rem -1rem auto}.modal-title{margin-bottom:0;line-height:1.5}.modal-body{position:relative;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;padding:1rem}.modal-footer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;padding:1rem;border-top:1px solid #e9ecef}.modal-footer>:not(:first-child){margin-left:.25rem}.modal-footer>:not(:last-child){margin-right:.25rem}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:576px){.modal-dialog{max-width:500px;margin:1.75rem auto}.modal-dialog-centered{min-height:calc(100% - (1.75rem * 2))}.modal-sm{max-width:300px}}@media (min-width:992px){.modal-lg{max-width:800px}}.tooltip{position:absolute;z-index:1070;display:block;margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;opacity:0}.tooltip.show{opacity:.9}.tooltip .arrow{position:absolute;display:block;width:.8rem;height:.4rem}.tooltip .arrow::before{position:absolute;content:"";border-color:transparent;border-style:solid}.bs-tooltip-auto[x-placement^=top],.bs-tooltip-top{padding:.4rem 0}.bs-tooltip-auto[x-placement^=top] .arrow,.bs-tooltip-top .arrow{bottom:0}.bs-tooltip-auto[x-placement^=top] .arrow::before,.bs-tooltip-top .arrow::before{top:0;border-width:.4rem .4rem 0;border-top-color:#000}.bs-tooltip-auto[x-placement^=right],.bs-tooltip-right{padding:0 .4rem}.bs-tooltip-auto[x-placement^=right] .arrow,.bs-tooltip-right .arrow{left:0;width:.4rem;height:.8rem}.bs-tooltip-auto[x-placement^=right] .arrow::before,.bs-tooltip-right .arrow::before{right:0;border-width:.4rem .4rem .4rem 0;border-right-color:#000}.bs-tooltip-auto[x-placement^=bottom],.bs-tooltip-bottom{padding:.4rem 0}.bs-tooltip-auto[x-placement^=bottom] .arrow,.bs-tooltip-bottom .arrow{top:0}.bs-tooltip-auto[x-placement^=bottom] .arrow::before,.bs-tooltip-bottom .arrow::before{bottom:0;border-width:0 .4rem .4rem;border-bottom-color:#000}.bs-tooltip-auto[x-placement^=left],.bs-tooltip-left{padding:0 .4rem}.bs-tooltip-auto[x-placement^=left] .arrow,.bs-tooltip-left .arrow{right:0;width:.4rem;height:.8rem}.bs-tooltip-auto[x-placement^=left] .arrow::before,.bs-tooltip-left .arrow::before{left:0;border-width:.4rem 0 .4rem .4rem;border-left-color:#000}.tooltip-inner{max-width:200px;padding:.25rem .5rem;color:#fff;text-align:center;background-color:#000;border-radius:.25rem}.popover{position:absolute;top:0;left:0;z-index:1060;display:block;max-width:276px;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem}.popover .arrow{position:absolute;display:block;width:1rem;height:.5rem;margin:0 .3rem}.popover .arrow::after,.popover .arrow::before{position:absolute;display:block;content:"";border-color:transparent;border-style:solid}.bs-popover-auto[x-placement^=top],.bs-popover-top{margin-bottom:.5rem}.bs-popover-auto[x-placement^=top] .arrow,.bs-popover-top .arrow{bottom:calc((.5rem + 1px) * -1)}.bs-popover-auto[x-placement^=top] .arrow::after,.bs-popover-auto[x-placement^=top] .arrow::before,.bs-popover-top .arrow::after,.bs-popover-top .arrow::before{border-width:.5rem .5rem 0}.bs-popover-auto[x-placement^=top] .arrow::before,.bs-popover-top .arrow::before{bottom:0;border-top-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=top] .arrow::after,.bs-popover-top .arrow::after{bottom:1px;border-top-color:#fff}.bs-popover-auto[x-placement^=right],.bs-popover-right{margin-left:.5rem}.bs-popover-auto[x-placement^=right] .arrow,.bs-popover-right .arrow{left:calc((.5rem + 1px) * -1);width:.5rem;height:1rem;margin:.3rem 0}.bs-popover-auto[x-placement^=right] .arrow::after,.bs-popover-auto[x-placement^=right] .arrow::before,.bs-popover-right .arrow::after,.bs-popover-right .arrow::before{border-width:.5rem .5rem .5rem 0}.bs-popover-auto[x-placement^=right] .arrow::before,.bs-popover-right .arrow::before{left:0;border-right-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=right] .arrow::after,.bs-popover-right .arrow::after{left:1px;border-right-color:#fff}.bs-popover-auto[x-placement^=bottom],.bs-popover-bottom{margin-top:.5rem}.bs-popover-auto[x-placement^=bottom] .arrow,.bs-popover-bottom .arrow{top:calc((.5rem + 1px) * -1)}.bs-popover-auto[x-placement^=bottom] .arrow::after,.bs-popover-auto[x-placement^=bottom] .arrow::before,.bs-popover-bottom .arrow::after,.bs-popover-bottom .arrow::before{border-width:0 .5rem .5rem .5rem}.bs-popover-auto[x-placement^=bottom] .arrow::before,.bs-popover-bottom .arrow::before{top:0;border-bottom-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=bottom] .arrow::after,.bs-popover-bottom .arrow::after{top:1px;border-bottom-color:#fff}.bs-popover-auto[x-placement^=bottom] .popover-header::before,.bs-popover-bottom .popover-header::before{position:absolute;top:0;left:50%;display:block;width:1rem;margin-left:-.5rem;content:"";border-bottom:1px solid #f7f7f7}.bs-popover-auto[x-placement^=left],.bs-popover-left{margin-right:.5rem}.bs-popover-auto[x-placement^=left] .arrow,.bs-popover-left .arrow{right:calc((.5rem + 1px) * -1);width:.5rem;height:1rem;margin:.3rem 0}.bs-popover-auto[x-placement^=left] .arrow::after,.bs-popover-auto[x-placement^=left] .arrow::before,.bs-popover-left .arrow::after,.bs-popover-left .arrow::before{border-width:.5rem 0 .5rem .5rem}.bs-popover-auto[x-placement^=left] .arrow::before,.bs-popover-left .arrow::before{right:0;border-left-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=left] .arrow::after,.bs-popover-left .arrow::after{right:1px;border-left-color:#fff}.popover-header{padding:.5rem .75rem;margin-bottom:0;font-size:1rem;color:inherit;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}.popover-header:empty{display:none}.popover-body{padding:.5rem .75rem;color:#212529}.carousel{position:relative}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-item{position:relative;display:none;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;transition:-webkit-transform .6s ease;transition:transform .6s ease;transition:transform .6s ease,-webkit-transform .6s ease;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;perspective:1000px}.carousel-item-next,.carousel-item-prev,.carousel-item.active{display:block}.carousel-item-next,.carousel-item-prev{position:absolute;top:0}.carousel-item-next.carousel-item-left,.carousel-item-prev.carousel-item-right{-webkit-transform:translateX(0);transform:translateX(0)}@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)){.carousel-item-next.carousel-item-left,.carousel-item-prev.carousel-item-right{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.active.carousel-item-right,.carousel-item-next{-webkit-transform:translateX(100%);transform:translateX(100%)}@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)){.active.carousel-item-right,.carousel-item-next{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.active.carousel-item-left,.carousel-item-prev{-webkit-transform:translateX(-100%);transform:translateX(-100%)}@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)){.active.carousel-item-left,.carousel-item-prev{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.carousel-control-next,.carousel-control-prev{position:absolute;top:0;bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:15%;color:#fff;text-align:center;opacity:.5}.carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover{color:#fff;text-decoration:none;outline:0;opacity:.9}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-next-icon,.carousel-control-prev-icon{display:inline-block;width:20px;height:20px;background:transparent no-repeat center center;background-size:100% 100%}.carousel-control-prev-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")}.carousel-control-next-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")}.carousel-indicators{position:absolute;right:0;bottom:10px;left:0;z-index:15;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-left:0;margin-right:15%;margin-left:15%;list-style:none}.carousel-indicators li{position:relative;-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;width:30px;height:3px;margin-right:3px;margin-left:3px;text-indent:-999px;background-color:rgba(255,255,255,.5)}.carousel-indicators li::before{position:absolute;top:-10px;left:0;display:inline-block;width:100%;height:10px;content:""}.carousel-indicators li::after{position:absolute;bottom:-10px;left:0;display:inline-block;width:100%;height:10px;content:""}.carousel-indicators .active{background-color:#fff}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center}.align-baseline{vertical-align:baseline!important}.align-top{vertical-align:top!important}.align-middle{vertical-align:middle!important}.align-bottom{vertical-align:bottom!important}.align-text-bottom{vertical-align:text-bottom!important}.align-text-top{vertical-align:text-top!important}.bg-primary{background-color:#007bff!important}a.bg-primary:focus,a.bg-primary:hover,button.bg-primary:focus,button.bg-primary:hover{background-color:#0062cc!important}.bg-secondary{background-color:#6c757d!important}a.bg-secondary:focus,a.bg-secondary:hover,button.bg-secondary:focus,button.bg-secondary:hover{background-color:#545b62!important}.bg-success{background-color:#28a745!important}a.bg-success:focus,a.bg-success:hover,button.bg-success:focus,button.bg-success:hover{background-color:#1e7e34!important}.bg-info{background-color:#17a2b8!important}a.bg-info:focus,a.bg-info:hover,button.bg-info:focus,button.bg-info:hover{background-color:#117a8b!important}.bg-warning{background-color:#ffc107!important}a.bg-warning:focus,a.bg-warning:hover,button.bg-warning:focus,button.bg-warning:hover{background-color:#d39e00!important}.bg-danger{background-color:#dc3545!important}a.bg-danger:focus,a.bg-danger:hover,button.bg-danger:focus,button.bg-danger:hover{background-color:#bd2130!important}.bg-light{background-color:#f8f9fa!important}a.bg-light:focus,a.bg-light:hover,button.bg-light:focus,button.bg-light:hover{background-color:#dae0e5!important}.bg-dark{background-color:#343a40!important}a.bg-dark:focus,a.bg-dark:hover,button.bg-dark:focus,button.bg-dark:hover{background-color:#1d2124!important}.bg-white{background-color:#fff!important}.bg-transparent{background-color:transparent!important}.border{border:1px solid #dee2e6!important}.border-top{border-top:1px solid #dee2e6!important}.border-right{border-right:1px solid #dee2e6!important}.border-bottom{border-bottom:1px solid #dee2e6!important}.border-left{border-left:1px solid #dee2e6!important}.border-0{border:0!important}.border-top-0{border-top:0!important}.border-right-0{border-right:0!important}.border-bottom-0{border-bottom:0!important}.border-left-0{border-left:0!important}.border-primary{border-color:#007bff!important}.border-secondary{border-color:#6c757d!important}.border-success{border-color:#28a745!important}.border-info{border-color:#17a2b8!important}.border-warning{border-color:#ffc107!important}.border-danger{border-color:#dc3545!important}.border-light{border-color:#f8f9fa!important}.border-dark{border-color:#343a40!important}.border-white{border-color:#fff!important}.rounded{border-radius:.25rem!important}.rounded-top{border-top-left-radius:.25rem!important;border-top-right-radius:.25rem!important}.rounded-right{border-top-right-radius:.25rem!important;border-bottom-right-radius:.25rem!important}.rounded-bottom{border-bottom-right-radius:.25rem!important;border-bottom-left-radius:.25rem!important}.rounded-left{border-top-left-radius:.25rem!important;border-bottom-left-radius:.25rem!important}.rounded-circle{border-radius:50%!important}.rounded-0{border-radius:0!important}.clearfix::after{display:block;clear:both;content:""}.d-none{display:none!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}@media (min-width:576px){.d-sm-none{display:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-sm-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:768px){.d-md-none{display:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-md-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:992px){.d-lg-none{display:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-lg-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:1200px){.d-xl-none{display:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-xl-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}@media print{.d-print-none{display:none!important}.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-print-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}.embed-responsive{position:relative;display:block;width:100%;padding:0;overflow:hidden}.embed-responsive::before{display:block;content:""}.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-21by9::before{padding-top:42.857143%}.embed-responsive-16by9::before{padding-top:56.25%}.embed-responsive-4by3::before{padding-top:75%}.embed-responsive-1by1::before{padding-top:100%}.flex-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.justify-content-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.align-items-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.align-items-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}@media (min-width:576px){.flex-sm-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-sm-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-sm-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-sm-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-sm-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-sm-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-sm-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.justify-content-sm-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-sm-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-sm-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-sm-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-sm-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-sm-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-sm-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.align-items-sm-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.align-items-sm-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-sm-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-sm-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-sm-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-sm-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-sm-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-sm-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-sm-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-sm-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-sm-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-sm-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-sm-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-sm-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-sm-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:768px){.flex-md-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-md-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-md-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-md-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-md-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-md-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-md-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.justify-content-md-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-md-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-md-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-md-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-md-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-md-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-md-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.align-items-md-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.align-items-md-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-md-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-md-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-md-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-md-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-md-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-md-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-md-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-md-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-md-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-md-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-md-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-md-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-md-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:992px){.flex-lg-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-lg-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-lg-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-lg-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-lg-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-lg-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-lg-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.justify-content-lg-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-lg-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-lg-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-lg-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-lg-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-lg-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-lg-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.align-items-lg-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.align-items-lg-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-lg-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-lg-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-lg-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-lg-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-lg-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-lg-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-lg-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-lg-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-lg-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-lg-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-lg-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-lg-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-lg-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:1200px){.flex-xl-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-xl-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-xl-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-xl-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-xl-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-xl-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-xl-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.justify-content-xl-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-xl-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-xl-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-xl-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-xl-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-xl-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-xl-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.align-items-xl-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.align-items-xl-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-xl-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-xl-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-xl-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-xl-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-xl-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-xl-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-xl-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-xl-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-xl-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-xl-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-xl-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-xl-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-xl-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}.float-left{float:left!important}.float-right{float:right!important}.float-none{float:none!important}@media (min-width:576px){.float-sm-left{float:left!important}.float-sm-right{float:right!important}.float-sm-none{float:none!important}}@media (min-width:768px){.float-md-left{float:left!important}.float-md-right{float:right!important}.float-md-none{float:none!important}}@media (min-width:992px){.float-lg-left{float:left!important}.float-lg-right{float:right!important}.float-lg-none{float:none!important}}@media (min-width:1200px){.float-xl-left{float:left!important}.float-xl-right{float:right!important}.float-xl-none{float:none!important}}.position-static{position:static!important}.position-relative{position:relative!important}.position-absolute{position:absolute!important}.position-fixed{position:fixed!important}.position-sticky{position:-webkit-sticky!important;position:sticky!important}.fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}.fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}@supports ((position:-webkit-sticky) or (position:sticky)){.sticky-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}.sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;-webkit-clip-path:inset(50%);clip-path:inset(50%);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;overflow:visible;clip:auto;white-space:normal;-webkit-clip-path:none;clip-path:none}.w-25{width:25%!important}.w-50{width:50%!important}.w-75{width:75%!important}.w-100{width:100%!important}.h-25{height:25%!important}.h-50{height:50%!important}.h-75{height:75%!important}.h-100{height:100%!important}.mw-100{max-width:100%!important}.mh-100{max-height:100%!important}.m-0{margin:0!important}.mt-0,.my-0{margin-top:0!important}.mr-0,.mx-0{margin-right:0!important}.mb-0,.my-0{margin-bottom:0!important}.ml-0,.mx-0{margin-left:0!important}.m-1{margin:.25rem!important}.mt-1,.my-1{margin-top:.25rem!important}.mr-1,.mx-1{margin-right:.25rem!important}.mb-1,.my-1{margin-bottom:.25rem!important}.ml-1,.mx-1{margin-left:.25rem!important}.m-2{margin:.5rem!important}.mt-2,.my-2{margin-top:.5rem!important}.mr-2,.mx-2{margin-right:.5rem!important}.mb-2,.my-2{margin-bottom:.5rem!important}.ml-2,.mx-2{margin-left:.5rem!important}.m-3{margin:1rem!important}.mt-3,.my-3{margin-top:1rem!important}.mr-3,.mx-3{margin-right:1rem!important}.mb-3,.my-3{margin-bottom:1rem!important}.ml-3,.mx-3{margin-left:1rem!important}.m-4{margin:1.5rem!important}.mt-4,.my-4{margin-top:1.5rem!important}.mr-4,.mx-4{margin-right:1.5rem!important}.mb-4,.my-4{margin-bottom:1.5rem!important}.ml-4,.mx-4{margin-left:1.5rem!important}.m-5{margin:3rem!important}.mt-5,.my-5{margin-top:3rem!important}.mr-5,.mx-5{margin-right:3rem!important}.mb-5,.my-5{margin-bottom:3rem!important}.ml-5,.mx-5{margin-left:3rem!important}.p-0{padding:0!important}.pt-0,.py-0{padding-top:0!important}.pr-0,.px-0{padding-right:0!important}.pb-0,.py-0{padding-bottom:0!important}.pl-0,.px-0{padding-left:0!important}.p-1{padding:.25rem!important}.pt-1,.py-1{padding-top:.25rem!important}.pr-1,.px-1{padding-right:.25rem!important}.pb-1,.py-1{padding-bottom:.25rem!important}.pl-1,.px-1{padding-left:.25rem!important}.p-2{padding:.5rem!important}.pt-2,.py-2{padding-top:.5rem!important}.pr-2,.px-2{padding-right:.5rem!important}.pb-2,.py-2{padding-bottom:.5rem!important}.pl-2,.px-2{padding-left:.5rem!important}.p-3{padding:1rem!important}.pt-3,.py-3{padding-top:1rem!important}.pr-3,.px-3{padding-right:1rem!important}.pb-3,.py-3{padding-bottom:1rem!important}.pl-3,.px-3{padding-left:1rem!important}.p-4{padding:1.5rem!important}.pt-4,.py-4{padding-top:1.5rem!important}.pr-4,.px-4{padding-right:1.5rem!important}.pb-4,.py-4{padding-bottom:1.5rem!important}.pl-4,.px-4{padding-left:1.5rem!important}.p-5{padding:3rem!important}.pt-5,.py-5{padding-top:3rem!important}.pr-5,.px-5{padding-right:3rem!important}.pb-5,.py-5{padding-bottom:3rem!important}.pl-5,.px-5{padding-left:3rem!important}.m-auto{margin:auto!important}.mt-auto,.my-auto{margin-top:auto!important}.mr-auto,.mx-auto{margin-right:auto!important}.mb-auto,.my-auto{margin-bottom:auto!important}.ml-auto,.mx-auto{margin-left:auto!important}@media (min-width:576px){.m-sm-0{margin:0!important}.mt-sm-0,.my-sm-0{margin-top:0!important}.mr-sm-0,.mx-sm-0{margin-right:0!important}.mb-sm-0,.my-sm-0{margin-bottom:0!important}.ml-sm-0,.mx-sm-0{margin-left:0!important}.m-sm-1{margin:.25rem!important}.mt-sm-1,.my-sm-1{margin-top:.25rem!important}.mr-sm-1,.mx-sm-1{margin-right:.25rem!important}.mb-sm-1,.my-sm-1{margin-bottom:.25rem!important}.ml-sm-1,.mx-sm-1{margin-left:.25rem!important}.m-sm-2{margin:.5rem!important}.mt-sm-2,.my-sm-2{margin-top:.5rem!important}.mr-sm-2,.mx-sm-2{margin-right:.5rem!important}.mb-sm-2,.my-sm-2{margin-bottom:.5rem!important}.ml-sm-2,.mx-sm-2{margin-left:.5rem!important}.m-sm-3{margin:1rem!important}.mt-sm-3,.my-sm-3{margin-top:1rem!important}.mr-sm-3,.mx-sm-3{margin-right:1rem!important}.mb-sm-3,.my-sm-3{margin-bottom:1rem!important}.ml-sm-3,.mx-sm-3{margin-left:1rem!important}.m-sm-4{margin:1.5rem!important}.mt-sm-4,.my-sm-4{margin-top:1.5rem!important}.mr-sm-4,.mx-sm-4{margin-right:1.5rem!important}.mb-sm-4,.my-sm-4{margin-bottom:1.5rem!important}.ml-sm-4,.mx-sm-4{margin-left:1.5rem!important}.m-sm-5{margin:3rem!important}.mt-sm-5,.my-sm-5{margin-top:3rem!important}.mr-sm-5,.mx-sm-5{margin-right:3rem!important}.mb-sm-5,.my-sm-5{margin-bottom:3rem!important}.ml-sm-5,.mx-sm-5{margin-left:3rem!important}.p-sm-0{padding:0!important}.pt-sm-0,.py-sm-0{padding-top:0!important}.pr-sm-0,.px-sm-0{padding-right:0!important}.pb-sm-0,.py-sm-0{padding-bottom:0!important}.pl-sm-0,.px-sm-0{padding-left:0!important}.p-sm-1{padding:.25rem!important}.pt-sm-1,.py-sm-1{padding-top:.25rem!important}.pr-sm-1,.px-sm-1{padding-right:.25rem!important}.pb-sm-1,.py-sm-1{padding-bottom:.25rem!important}.pl-sm-1,.px-sm-1{padding-left:.25rem!important}.p-sm-2{padding:.5rem!important}.pt-sm-2,.py-sm-2{padding-top:.5rem!important}.pr-sm-2,.px-sm-2{padding-right:.5rem!important}.pb-sm-2,.py-sm-2{padding-bottom:.5rem!important}.pl-sm-2,.px-sm-2{padding-left:.5rem!important}.p-sm-3{padding:1rem!important}.pt-sm-3,.py-sm-3{padding-top:1rem!important}.pr-sm-3,.px-sm-3{padding-right:1rem!important}.pb-sm-3,.py-sm-3{padding-bottom:1rem!important}.pl-sm-3,.px-sm-3{padding-left:1rem!important}.p-sm-4{padding:1.5rem!important}.pt-sm-4,.py-sm-4{padding-top:1.5rem!important}.pr-sm-4,.px-sm-4{padding-right:1.5rem!important}.pb-sm-4,.py-sm-4{padding-bottom:1.5rem!important}.pl-sm-4,.px-sm-4{padding-left:1.5rem!important}.p-sm-5{padding:3rem!important}.pt-sm-5,.py-sm-5{padding-top:3rem!important}.pr-sm-5,.px-sm-5{padding-right:3rem!important}.pb-sm-5,.py-sm-5{padding-bottom:3rem!important}.pl-sm-5,.px-sm-5{padding-left:3rem!important}.m-sm-auto{margin:auto!important}.mt-sm-auto,.my-sm-auto{margin-top:auto!important}.mr-sm-auto,.mx-sm-auto{margin-right:auto!important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto!important}.ml-sm-auto,.mx-sm-auto{margin-left:auto!important}}@media (min-width:768px){.m-md-0{margin:0!important}.mt-md-0,.my-md-0{margin-top:0!important}.mr-md-0,.mx-md-0{margin-right:0!important}.mb-md-0,.my-md-0{margin-bottom:0!important}.ml-md-0,.mx-md-0{margin-left:0!important}.m-md-1{margin:.25rem!important}.mt-md-1,.my-md-1{margin-top:.25rem!important}.mr-md-1,.mx-md-1{margin-right:.25rem!important}.mb-md-1,.my-md-1{margin-bottom:.25rem!important}.ml-md-1,.mx-md-1{margin-left:.25rem!important}.m-md-2{margin:.5rem!important}.mt-md-2,.my-md-2{margin-top:.5rem!important}.mr-md-2,.mx-md-2{margin-right:.5rem!important}.mb-md-2,.my-md-2{margin-bottom:.5rem!important}.ml-md-2,.mx-md-2{margin-left:.5rem!important}.m-md-3{margin:1rem!important}.mt-md-3,.my-md-3{margin-top:1rem!important}.mr-md-3,.mx-md-3{margin-right:1rem!important}.mb-md-3,.my-md-3{margin-bottom:1rem!important}.ml-md-3,.mx-md-3{margin-left:1rem!important}.m-md-4{margin:1.5rem!important}.mt-md-4,.my-md-4{margin-top:1.5rem!important}.mr-md-4,.mx-md-4{margin-right:1.5rem!important}.mb-md-4,.my-md-4{margin-bottom:1.5rem!important}.ml-md-4,.mx-md-4{margin-left:1.5rem!important}.m-md-5{margin:3rem!important}.mt-md-5,.my-md-5{margin-top:3rem!important}.mr-md-5,.mx-md-5{margin-right:3rem!important}.mb-md-5,.my-md-5{margin-bottom:3rem!important}.ml-md-5,.mx-md-5{margin-left:3rem!important}.p-md-0{padding:0!important}.pt-md-0,.py-md-0{padding-top:0!important}.pr-md-0,.px-md-0{padding-right:0!important}.pb-md-0,.py-md-0{padding-bottom:0!important}.pl-md-0,.px-md-0{padding-left:0!important}.p-md-1{padding:.25rem!important}.pt-md-1,.py-md-1{padding-top:.25rem!important}.pr-md-1,.px-md-1{padding-right:.25rem!important}.pb-md-1,.py-md-1{padding-bottom:.25rem!important}.pl-md-1,.px-md-1{padding-left:.25rem!important}.p-md-2{padding:.5rem!important}.pt-md-2,.py-md-2{padding-top:.5rem!important}.pr-md-2,.px-md-2{padding-right:.5rem!important}.pb-md-2,.py-md-2{padding-bottom:.5rem!important}.pl-md-2,.px-md-2{padding-left:.5rem!important}.p-md-3{padding:1rem!important}.pt-md-3,.py-md-3{padding-top:1rem!important}.pr-md-3,.px-md-3{padding-right:1rem!important}.pb-md-3,.py-md-3{padding-bottom:1rem!important}.pl-md-3,.px-md-3{padding-left:1rem!important}.p-md-4{padding:1.5rem!important}.pt-md-4,.py-md-4{padding-top:1.5rem!important}.pr-md-4,.px-md-4{padding-right:1.5rem!important}.pb-md-4,.py-md-4{padding-bottom:1.5rem!important}.pl-md-4,.px-md-4{padding-left:1.5rem!important}.p-md-5{padding:3rem!important}.pt-md-5,.py-md-5{padding-top:3rem!important}.pr-md-5,.px-md-5{padding-right:3rem!important}.pb-md-5,.py-md-5{padding-bottom:3rem!important}.pl-md-5,.px-md-5{padding-left:3rem!important}.m-md-auto{margin:auto!important}.mt-md-auto,.my-md-auto{margin-top:auto!important}.mr-md-auto,.mx-md-auto{margin-right:auto!important}.mb-md-auto,.my-md-auto{margin-bottom:auto!important}.ml-md-auto,.mx-md-auto{margin-left:auto!important}}@media (min-width:992px){.m-lg-0{margin:0!important}.mt-lg-0,.my-lg-0{margin-top:0!important}.mr-lg-0,.mx-lg-0{margin-right:0!important}.mb-lg-0,.my-lg-0{margin-bottom:0!important}.ml-lg-0,.mx-lg-0{margin-left:0!important}.m-lg-1{margin:.25rem!important}.mt-lg-1,.my-lg-1{margin-top:.25rem!important}.mr-lg-1,.mx-lg-1{margin-right:.25rem!important}.mb-lg-1,.my-lg-1{margin-bottom:.25rem!important}.ml-lg-1,.mx-lg-1{margin-left:.25rem!important}.m-lg-2{margin:.5rem!important}.mt-lg-2,.my-lg-2{margin-top:.5rem!important}.mr-lg-2,.mx-lg-2{margin-right:.5rem!important}.mb-lg-2,.my-lg-2{margin-bottom:.5rem!important}.ml-lg-2,.mx-lg-2{margin-left:.5rem!important}.m-lg-3{margin:1rem!important}.mt-lg-3,.my-lg-3{margin-top:1rem!important}.mr-lg-3,.mx-lg-3{margin-right:1rem!important}.mb-lg-3,.my-lg-3{margin-bottom:1rem!important}.ml-lg-3,.mx-lg-3{margin-left:1rem!important}.m-lg-4{margin:1.5rem!important}.mt-lg-4,.my-lg-4{margin-top:1.5rem!important}.mr-lg-4,.mx-lg-4{margin-right:1.5rem!important}.mb-lg-4,.my-lg-4{margin-bottom:1.5rem!important}.ml-lg-4,.mx-lg-4{margin-left:1.5rem!important}.m-lg-5{margin:3rem!important}.mt-lg-5,.my-lg-5{margin-top:3rem!important}.mr-lg-5,.mx-lg-5{margin-right:3rem!important}.mb-lg-5,.my-lg-5{margin-bottom:3rem!important}.ml-lg-5,.mx-lg-5{margin-left:3rem!important}.p-lg-0{padding:0!important}.pt-lg-0,.py-lg-0{padding-top:0!important}.pr-lg-0,.px-lg-0{padding-right:0!important}.pb-lg-0,.py-lg-0{padding-bottom:0!important}.pl-lg-0,.px-lg-0{padding-left:0!important}.p-lg-1{padding:.25rem!important}.pt-lg-1,.py-lg-1{padding-top:.25rem!important}.pr-lg-1,.px-lg-1{padding-right:.25rem!important}.pb-lg-1,.py-lg-1{padding-bottom:.25rem!important}.pl-lg-1,.px-lg-1{padding-left:.25rem!important}.p-lg-2{padding:.5rem!important}.pt-lg-2,.py-lg-2{padding-top:.5rem!important}.pr-lg-2,.px-lg-2{padding-right:.5rem!important}.pb-lg-2,.py-lg-2{padding-bottom:.5rem!important}.pl-lg-2,.px-lg-2{padding-left:.5rem!important}.p-lg-3{padding:1rem!important}.pt-lg-3,.py-lg-3{padding-top:1rem!important}.pr-lg-3,.px-lg-3{padding-right:1rem!important}.pb-lg-3,.py-lg-3{padding-bottom:1rem!important}.pl-lg-3,.px-lg-3{padding-left:1rem!important}.p-lg-4{padding:1.5rem!important}.pt-lg-4,.py-lg-4{padding-top:1.5rem!important}.pr-lg-4,.px-lg-4{padding-right:1.5rem!important}.pb-lg-4,.py-lg-4{padding-bottom:1.5rem!important}.pl-lg-4,.px-lg-4{padding-left:1.5rem!important}.p-lg-5{padding:3rem!important}.pt-lg-5,.py-lg-5{padding-top:3rem!important}.pr-lg-5,.px-lg-5{padding-right:3rem!important}.pb-lg-5,.py-lg-5{padding-bottom:3rem!important}.pl-lg-5,.px-lg-5{padding-left:3rem!important}.m-lg-auto{margin:auto!important}.mt-lg-auto,.my-lg-auto{margin-top:auto!important}.mr-lg-auto,.mx-lg-auto{margin-right:auto!important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto!important}.ml-lg-auto,.mx-lg-auto{margin-left:auto!important}}@media (min-width:1200px){.m-xl-0{margin:0!important}.mt-xl-0,.my-xl-0{margin-top:0!important}.mr-xl-0,.mx-xl-0{margin-right:0!important}.mb-xl-0,.my-xl-0{margin-bottom:0!important}.ml-xl-0,.mx-xl-0{margin-left:0!important}.m-xl-1{margin:.25rem!important}.mt-xl-1,.my-xl-1{margin-top:.25rem!important}.mr-xl-1,.mx-xl-1{margin-right:.25rem!important}.mb-xl-1,.my-xl-1{margin-bottom:.25rem!important}.ml-xl-1,.mx-xl-1{margin-left:.25rem!important}.m-xl-2{margin:.5rem!important}.mt-xl-2,.my-xl-2{margin-top:.5rem!important}.mr-xl-2,.mx-xl-2{margin-right:.5rem!important}.mb-xl-2,.my-xl-2{margin-bottom:.5rem!important}.ml-xl-2,.mx-xl-2{margin-left:.5rem!important}.m-xl-3{margin:1rem!important}.mt-xl-3,.my-xl-3{margin-top:1rem!important}.mr-xl-3,.mx-xl-3{margin-right:1rem!important}.mb-xl-3,.my-xl-3{margin-bottom:1rem!important}.ml-xl-3,.mx-xl-3{margin-left:1rem!important}.m-xl-4{margin:1.5rem!important}.mt-xl-4,.my-xl-4{margin-top:1.5rem!important}.mr-xl-4,.mx-xl-4{margin-right:1.5rem!important}.mb-xl-4,.my-xl-4{margin-bottom:1.5rem!important}.ml-xl-4,.mx-xl-4{margin-left:1.5rem!important}.m-xl-5{margin:3rem!important}.mt-xl-5,.my-xl-5{margin-top:3rem!important}.mr-xl-5,.mx-xl-5{margin-right:3rem!important}.mb-xl-5,.my-xl-5{margin-bottom:3rem!important}.ml-xl-5,.mx-xl-5{margin-left:3rem!important}.p-xl-0{padding:0!important}.pt-xl-0,.py-xl-0{padding-top:0!important}.pr-xl-0,.px-xl-0{padding-right:0!important}.pb-xl-0,.py-xl-0{padding-bottom:0!important}.pl-xl-0,.px-xl-0{padding-left:0!important}.p-xl-1{padding:.25rem!important}.pt-xl-1,.py-xl-1{padding-top:.25rem!important}.pr-xl-1,.px-xl-1{padding-right:.25rem!important}.pb-xl-1,.py-xl-1{padding-bottom:.25rem!important}.pl-xl-1,.px-xl-1{padding-left:.25rem!important}.p-xl-2{padding:.5rem!important}.pt-xl-2,.py-xl-2{padding-top:.5rem!important}.pr-xl-2,.px-xl-2{padding-right:.5rem!important}.pb-xl-2,.py-xl-2{padding-bottom:.5rem!important}.pl-xl-2,.px-xl-2{padding-left:.5rem!important}.p-xl-3{padding:1rem!important}.pt-xl-3,.py-xl-3{padding-top:1rem!important}.pr-xl-3,.px-xl-3{padding-right:1rem!important}.pb-xl-3,.py-xl-3{padding-bottom:1rem!important}.pl-xl-3,.px-xl-3{padding-left:1rem!important}.p-xl-4{padding:1.5rem!important}.pt-xl-4,.py-xl-4{padding-top:1.5rem!important}.pr-xl-4,.px-xl-4{padding-right:1.5rem!important}.pb-xl-4,.py-xl-4{padding-bottom:1.5rem!important}.pl-xl-4,.px-xl-4{padding-left:1.5rem!important}.p-xl-5{padding:3rem!important}.pt-xl-5,.py-xl-5{padding-top:3rem!important}.pr-xl-5,.px-xl-5{padding-right:3rem!important}.pb-xl-5,.py-xl-5{padding-bottom:3rem!important}.pl-xl-5,.px-xl-5{padding-left:3rem!important}.m-xl-auto{margin:auto!important}.mt-xl-auto,.my-xl-auto{margin-top:auto!important}.mr-xl-auto,.mx-xl-auto{margin-right:auto!important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto!important}.ml-xl-auto,.mx-xl-auto{margin-left:auto!important}}.text-justify{text-align:justify!important}.text-nowrap{white-space:nowrap!important}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-left{text-align:left!important}.text-right{text-align:right!important}.text-center{text-align:center!important}@media (min-width:576px){.text-sm-left{text-align:left!important}.text-sm-right{text-align:right!important}.text-sm-center{text-align:center!important}}@media (min-width:768px){.text-md-left{text-align:left!important}.text-md-right{text-align:right!important}.text-md-center{text-align:center!important}}@media (min-width:992px){.text-lg-left{text-align:left!important}.text-lg-right{text-align:right!important}.text-lg-center{text-align:center!important}}@media (min-width:1200px){.text-xl-left{text-align:left!important}.text-xl-right{text-align:right!important}.text-xl-center{text-align:center!important}}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.font-weight-light{font-weight:300!important}.font-weight-normal{font-weight:400!important}.font-weight-bold{font-weight:700!important}.font-italic{font-style:italic!important}.text-white{color:#fff!important}.text-primary{color:#007bff!important}a.text-primary:focus,a.text-primary:hover{color:#0062cc!important}.text-secondary{color:#6c757d!important}a.text-secondary:focus,a.text-secondary:hover{color:#545b62!important}.text-success{color:#28a745!important}a.text-success:focus,a.text-success:hover{color:#1e7e34!important}.text-info{color:#17a2b8!important}a.text-info:focus,a.text-info:hover{color:#117a8b!important}.text-warning{color:#ffc107!important}a.text-warning:focus,a.text-warning:hover{color:#d39e00!important}.text-danger{color:#dc3545!important}a.text-danger:focus,a.text-danger:hover{color:#bd2130!important}.text-light{color:#f8f9fa!important}a.text-light:focus,a.text-light:hover{color:#dae0e5!important}.text-dark{color:#343a40!important}a.text-dark:focus,a.text-dark:hover{color:#1d2124!important}.text-muted{color:#6c757d!important}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.visible{visibility:visible!important}.invisible{visibility:hidden!important}@media print{*,::after,::before{text-shadow:none!important;box-shadow:none!important}a:not(.btn){text-decoration:underline}abbr[title]::after{content:" (" attr(title) ")"}pre{white-space:pre-wrap!important}blockquote,pre{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}@page{size:a3}body{min-width:992px!important}.container{min-width:992px!important}.navbar{display:none}.badge{border:1px solid #000}.table{border-collapse:collapse!important}.table td,.table th{background-color:#fff!important}.table-bordered td,.table-bordered th{border:1px solid #ddd!important}}
/*# sourceMappingURL=bootstrap.min.css.map */@charset "UTF-8";

#confirmOverlay #confirmBox {
  top: 10%;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  padding: 20px;
  background: #f0f0f0;
}

#confirmOverlay #confirmBox>h1 {
  margin: 0 auto 30px;
  text-transform: uppercase;
  font-size: 2.6rem;
}

#confirmOverlay #confirmBox #messageBox {
  margin: 0px auto;
}

#confirmOverlay #confirmBox #messageBox .added-item {
  margin: 0 auto;
  font-size: 1.8rem;
  color: #50504f;
  font-weight: 600;
  text-decoration: none;
}

#confirmOverlay #confirmBox #messageBox .added-item, #confirmOverlay #confirmBox #messageBox .text {
  text-align: center;
}

#confirmOverlay #confirmBox #messageBox .am-photo-container {
  text-align: center;
  margin: 15px auto;
}

#confirmOverlay #confirmBox #confirmButtons button.am-btn-right {
  width: 100%;
  display: inline-block;
  margin-bottom: 12px;
  box-sizing: border-box;
  text-transform: uppercase;
  padding: 15px 10px;
  font-size: 1.8rem;
  background: #9f9492;
  border: 1px solid #9f9492;
  color: #FFFFFF;
}

#confirmOverlay #confirmBox #confirmButtons button.am-btn-right>span>span {
  color: #FFFFFF;
}

#confirmOverlay #confirmBox #confirmButtons .am-btn-left {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  padding: 0;
  background: transparent;
}

#confirmOverlay #confirmBox #confirmButtons .am-btn-left span {
  display: none;
}

#confirmOverlay #confirmBox #confirmButtons .am-btn-left:before {
  content: 'X';
  color: #7f7f7f;
  font-size: 1.8rem;
}

#confirmOverlay #confirmBox #confirmButtons .checkout {
  font-weight: 400;
  display: block;
  width: 100%;
  border: 1px solid #DDDDDD;
  text-align: center;
  padding: 15px 10px;
  font-size: 1.8rem;
  text-transform: uppercase;
  color: #FFF;
  box-sizing: border-box;
  background: #9f9492;
  margin-bottom: 12px;
  text-decoration: none;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}

@media all and (min-width: 768px) {
  #confirmOverlay #confirmBox {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  #confirmOverlay #confirmBox>h1 {
    font-size: 3rem;
  }

  #confirmOverlay #confirmBox #messageBox .added-item {
    font-size: 2rem;
    margin-top: 10px;
  }

  #confirmOverlay #confirmBox #messageBox .am-photo-container {
    margin-top: 45px;
    margin-bottom: 20px;
  }
}

@media all and (max-width: 767px) {
  #confirmOverlay #confirmBox {
    margin: 0 auto;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}

html {
  /* 1 */
  *-webkit-text-size-adjust: 100%;
  /* 2 */
  *-ms-text-size-adjust: 100%;
  /* 2 */
  font-size: 62.5%;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Open Sans", "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  background-color: #f0f0f0;
}

@media (min-width: 768px) and (max-width: 1440px), print {
  .breadcrumbs, .page-wrapper>.widget, .page-wrapper>.page-bottom, .block.category.event, .top-container, .page-main {
    max-width: 90%;
  }
}

@media (min-width: 1367px) {
  html {
    font-size: 62.5%;
  }
}

@media (min-width: 1200px) and (max-width: 1366px) {
  html {
    font-size: 60%;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  html {
    font-size: 57.5%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  html {
    font-size: 52.5%;
  }
}

@media (min-width: 479px) and (max-width: 767px) {
  html {
    font-size: 47.5%;
  }
}

body {
  font-family: "Open Sans", sans-serif;
  background-color: #f0f0f0;
}

input[type="text"], input[type="password"], input[type="url"], input[type="tel"], input[type="search"], input[type="number"], input[type="datetime"], input[type="email"] {
  font-family: "Roboto Condensed", sans-serif;
}

a, .minicart-items .product-item-name a {
  color: #1a1a1a;
}

a:hover, .alink:hover,
.minicart-items .product-item-name a:hover, .minicart-items .product-item-name .alink:hover {
  color: black;
}

.breadcrumbs a:visited, .breadcrumbs a, .breadcrumbs strong, .breadcrumbs :after {
  color: #9f9491;
}

._keyfocus *:focus, input:not([disabled]):focus, textarea:not([disabled]):focus, select:not([disabled]):focus {
  box-shadow: 0 0 3px 1px #79c1ae;
}

.page-wrapper {
  overflow-x: hidden;
}

.cms-page-view #maincontent {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.cms-page-view #maincontent::after {
  content: "";
  display: table;
  clear: both;
}

@media (min-width: 768px) {
  .cms-page-view #maincontent {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .cms-page-view #maincontent {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .cms-page-view #maincontent {
    width: 1170px;
  }
}

@media (min-width: 1440px) {
  .cms-page-view #maincontent {
    width: 1080px;
  }
}

@media (min-width: 1600px) {
  .cms-page-view #maincontent {
    width: 1200px;
  }
}

@media (min-width: 1920px) {
  .cms-page-view #maincontent {
    width: 1440px;
  }
}

@media (min-width: 2560px) {
  .cms-page-view #maincontent {
    width: 1920px;
  }
}

@media (min-width: 3840px) {
  .cms-page-view #maincontent {
    width: 2880px;
  }
}

.cms-page-view #maincontent .brand-images li a {
  font-size: 1.3rem;
}

.page-wrapper .nav-sections {
  position: relative;
  background-color: #ffffff;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .page-wrapper .nav-sections {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #ddd;
  }
}

@media (min-width: 768px) {
  .page-wrapper .nav-sections .ub-mega-menu ul.level0 li.mega .child-content .child-content-inner-wrap .child-content-inner {
    border-top: none;
  }
}

.page-wrapper .nav-sections .ub-mega-menu ul.level0 li.mega a.mega {
  text-transform: uppercase;
  color: #9f9491;
  font-weight: 500;
}

.page-wrapper .nav-sections .ub-mega-menu ul.level0 li.mega a.mega .menu-title {
  background: none;
  padding: 0;
}

.page-wrapper .copyright {
  background-color: #c8c8c8;
  color: #424242;
  font-weight: 500;
  font-style: normal;
}

@media (min-width: 480px) {
  .page-wrapper .copyright .casaeb {
    float: left;
  }

  .page-wrapper .copyright .netsteps {
    float: right;
  }
}

.page-wrapper .copyright .netsteps span, .page-wrapper .copyright .netsteps a {
  display: inline-block;
  vertical-align: middle;
}

.page-wrapper .copyright .netsteps a>img {
  width: 90px;
  position: relative;
  top: -2px;
}

@media (min-width: 768px) {
  .page-wrapper .page-footer .footer.content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
  }

  .page-wrapper .page-footer .footer.content .social-container .social-list>li, .page-wrapper .page-footer .footer.content .social-container .facebook, .page-wrapper .page-footer .footer.content .social-container .pinterest, .page-wrapper .page-footer .footer.content .social-container .google_plus {
    margin-right: 10px;
  }

  .page-wrapper .page-footer .footer.content .footer-link-column {
    display: inline-block;
    vertical-align: top;
  }

  .page-wrapper .page-footer .footer.content .badges {
    position: absolute;
    bottom: 0;
    right: 27px;
  }
}

@media (min-width: 1440px) {
  .page-wrapper .page-footer .footer.content {
    max-width: 1440px;
  }

  .page-wrapper .page-footer .footer.content .social-container {
    width: 180px;
  }

  .page-wrapper .page-footer .footer.content .social-container .facebook, .page-wrapper .page-footer .footer.content .social-container .pinterest, .page-wrapper .page-footer .footer.content .social-container .google_plus {
    margin-right: 10px;
  }

  .page-wrapper .page-footer .footer.content .badges {
    position: absolute;
    bottom: 16%;
    right: 21%;
  }
}

.page-wrapper .page-footer .footer.content {
  position: relative;
  max-width: 1440px;
}

.page-wrapper .page-footer .footer.content .block.newsletter {
  order: 3;
  margin-top: 15px;
}

.page-wrapper .page-footer .footer.content .block.newsletter .content {
  width: 362px;
  max-width: 100%;
}

.page-wrapper .page-footer .footer.content .block.newsletter .title {
  display: block;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2.8rem;
  text-transform: uppercase;
}

.page-wrapper .page-footer .footer.content .block.newsletter .subtitle {
  font-size: 1.4rem;
  line-height: 2.8rem;
  text-transform: uppercase;
}

.page-wrapper .page-footer .footer.content .block.newsletter .label {
  display: block;
}

.page-wrapper .page-footer .footer.content .block.newsletter .control:before {
  content: '';
}

.page-wrapper .page-footer .footer.content .block.newsletter input[type="email"] {
  background-color: #fff;
  height: 40px;
}

@media (min-width: 769px) {
  .page-wrapper .page-footer .footer.content .block.newsletter input[type="email"] {
    border: none;
  }
}

.page-wrapper .page-footer .footer.content .block.newsletter .action.primary {
  height: 40px;
}

.page-wrapper .page-footer .footer.content .social-container {
  order: 2;
}

.page-wrapper .page-footer .footer.content .social-container h3 {
  font-size: 1.6rem;
  line-height: 2.8rem;
}

.page-wrapper .page-footer .footer.content .social-container .social-list {
  padding-right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.page-wrapper .page-footer .footer.content .social-container .social-list li {
  font-size: 20px;
  background-color: #fff;
  text-align: center;
  line-height: 3.6rem;
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
}

.page-wrapper .page-footer .footer.content .social-container .social-list li a {
  color: #cccccc;
}

.page-wrapper .page-footer .footer.content .social-container .social-list li a:hover {
  color: #79c1ae;
}

.page-wrapper .page-footer .footer.content .social-container .social-list li:hover a {
  color: #79c1ae;
}

.page-wrapper .page-footer .footer.content .footer-links-container {
  order: 1;
}

.page-wrapper .page-footer .footer.content .footer-links-container .footer-link-column {
  display: block;
  font-style: normal;
  color: #424242;
  margin-right: 20px;
}

.page-wrapper .page-footer .footer.content .footer-links-container .footer-link-column .footer-heading {
  font-size: 1.6rem;
  line-height: 2.8rem;
  font-family: -apple-system, BlinkMacSystemFont, "Open Sans Condensed", "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-weight: bold;
  color: #575757;
  margin-top: 2rem;
  margin-bottom: 1rem;
  display: block;
}

.page-wrapper .page-footer .footer.content .footer-links-container .footer-link-column .nav.item {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.6rem;
}

.page-wrapper .page-footer .footer.content .footer-links-container .footer-link-column .nav.item a:hover {
  text-decoration: none;
}

.page-wrapper .page-footer .footer.content .badges img {
  margin: 0 10px;
}

.page-wrapper .page-after-footer .footer-row {
  text-align: center;
  background-color: #f0f0f0;
  padding: 25px 0;
  border-top: 2px solid #fff;
}

/* primary buttons */
.action.update,
.action.primary {
  border-radius: 0;
  color: white;
  background-color: #79c1ae;
  border: 1px solid #79c1ae;
  text-transform: uppercase;
  box-shadow: none;
  -ms-transition: background-color ease 0.15s, border ease 0.15s;
  -moz-transition: background-color ease 0.15s, border ease 0.15s;
  -o-transition: background-color ease 0.15s, border ease 0.15s;
  -webkit-transition: background-color ease 0.15s, border ease 0.15s;
  transition: background-color ease 0.15s, border ease 0.15s;
}

.action.update:hover, .action.update:focus,
.action.primary:hover,
.action.primary:focus {
  border-radius: 0;
  background-color: #1a1a1a;
  border: 1px solid #1a1a1a;
}

.breadcrumbs {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.breadcrumbs .item:after, .breadcrumbs .item:not(:last-child):after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 18px;
  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;
  font-size: inherit;
  line-height: inherit;
  content: '\/';
  font-family: "Open Sans Medium", sans-serif;
  margin: 0 4px 0 2px;
}

.breadcrumbs .items {
  float: left;
  display: inline-block;
  margin-right: 5px;
}

.breadcrumbs .items li.item.hidden-breadcrumb-element {
  opacity: 0;
  position: absolute;
  left: -10000px;
  top: -10000px;
}

.breadcrumbs .items:last-child li.item:last-child:after {
  display: none;
}

.breadcrumbs .items li.item:last-child:after {
  content: '\|';
}

/* CUSTOM RADIOBUTTONS */
.catalog-category-view input[type=radio]+.label, .catalog-category-view input[type=checkbox]+.label, .catalog-product-view input[type=radio]+.label, .catalog-product-view input[type=checkbox]+.label, .cms-index-index input[type=radio]+.label, .cms-index-index input[type=checkbox]+.label, .catalogsearch-result-index input[type=radio]+.label, .catalogsearch-result-index input[type=checkbox]+.label, .ambrand-index-index input[type=radio]+.label, .ambrand-index-index input[type=checkbox]+.label, .amshopby-index-index input[type=radio]+.label, .amshopby-index-index input[type=checkbox]+.label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  margin-left: 20px;
}

.catalog-category-view input[type=radio], .catalog-category-view input[type=checkbox], .catalog-product-view input[type=radio], .catalog-product-view input[type=checkbox], .cms-index-index input[type=radio], .cms-index-index input[type=checkbox], .catalogsearch-result-index input[type=radio], .catalogsearch-result-index input[type=checkbox], .ambrand-index-index input[type=radio], .ambrand-index-index input[type=checkbox], .amshopby-index-index input[type=radio], .amshopby-index-index input[type=checkbox] {
  display: none;
}

.catalog-category-view input[type=radio]+.label:before, .catalog-category-view input[type=checkbox]+.label:before, .catalog-product-view input[type=radio]+.label:before, .catalog-product-view input[type=checkbox]+.label:before, .cms-index-index input[type=radio]+.label:before, .cms-index-index input[type=checkbox]+.label:before, .catalogsearch-result-index input[type=radio]+.label:before, .catalogsearch-result-index input[type=checkbox]+.label:before, .ambrand-index-index input[type=radio]+.label:before, .ambrand-index-index input[type=checkbox]+.label:before, .amshopby-index-index input[type=radio]+.label:before, .amshopby-index-index input[type=checkbox]+.label:before {
  content: " ";
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 1rem;
  left: -20px;
  bottom: 2px;
  position: absolute;
  border: 1px solid #CCC;
  background: #FFF;
}

.catalog-category-view input[type=radio]+.label:before, .catalog-product-view input[type=radio]+.label:before, .cms-index-index input[type=radio]+.label:before, .catalogsearch-result-index input[type=radio]+.label:before, .ambrand-index-index input[type=radio]+.label:before, .amshopby-index-index input[type=radio]+.label:before {
  border-radius: 50%;
}

.catalog-category-view input[type=checkbox]:checked+.label:before, .catalog-product-view input[type=checkbox]:checked+.label:before, .cms-index-index input[type=checkbox]:checked+.label:before, .catalogsearch-result-index input[type=checkbox]:checked+.label:before, .ambrand-index-index input[type=checkbox]:checked+.label:before, .amshopby-index-index input[type=checkbox]:checked+.label:before {
  color: #79c1ae;
  content: "\f122";
  font-family: Ionicons;
  font-size: 1.6rem;
  line-height: 1.6rem;
}

.catalog-category-view input[type=radio]:checked+.label:before, .catalog-product-view input[type=radio]:checked+.label:before, .cms-index-index input[type=radio]:checked+.label:before, .catalogsearch-result-index input[type=radio]:checked+.label:before, .ambrand-index-index input[type=radio]:checked+.label:before, .amshopby-index-index input[type=radio]:checked+.label:before {
  color: #FFFFFF;
  background-color: #79c1ae;
}

#confirmOverlay #confirmBox {
  background-color: #ffffff;
  text-align: left;
  top: 30%;
  left: 50%;
  background-image: none;
  max-width: 768px;
}

#confirmOverlay #confirmBox h1 {
  background-color: #f0f0f0;
  background-image: none;
  color: #343434;
  font-family: "Open Sans", sans-serif;
  text-align: center;
}

#confirmOverlay #confirmBox #messageBox {
  background-color: #f0f0f0;
}

#confirmOverlay #confirmBox #messageBox .bundle-options-wrapper {
  margin-bottom: 25px;
  background: #fff;
}

#confirmOverlay #confirmBox #messageBox .bundle-options-wrapper #product-options-wrapper .fieldset {
  margin-bottom: 0;
}

#confirmOverlay #confirmBox #messageBox .bundle-options-wrapper #product-options-wrapper .fieldset #customizeTitle, #confirmOverlay #confirmBox #messageBox .bundle-options-wrapper #product-options-wrapper .fieldset .action.back.customization {
  display: none;
}

@media all and (max-width: 767px) {
  #confirmOverlay #confirmBox #messageBox .bundle-options-wrapper #product-options-wrapper .fieldset #bundle-tab-options {
    margin: 0;
  }
}

#confirmOverlay #confirmBox #messageBox .bundle-options-wrapper #product-options-wrapper .fieldset #bundle-tab-options .data.item.title {
  margin: 0;
  padding: 0;
  text-align: center;
  border: 1px solid #ddd;
}

@media all and (max-width: 767px) {
  #confirmOverlay #confirmBox #messageBox .bundle-options-wrapper #product-options-wrapper .fieldset #bundle-tab-options .data.item.title {
    width: 100%;
    text-align: left;
  }

  #confirmOverlay #confirmBox #messageBox .bundle-options-wrapper #product-options-wrapper .fieldset #bundle-tab-options .data.item.title .data.switch {
    padding-left: 10px;
  }
}

#confirmOverlay #confirmBox #messageBox .bundle-options-wrapper #product-options-wrapper .fieldset #bundle-tab-options .data.item.title:not(:first-child) {
  border-left: 0;
}

#confirmOverlay #confirmBox #messageBox .bundle-options-wrapper #product-options-wrapper .fieldset #bundle-tab-options .data.item.title:hover .data.switch, #confirmOverlay #confirmBox #messageBox .bundle-options-wrapper #product-options-wrapper .fieldset #bundle-tab-options .data.item.title.active .data.switch {
  background: #dcdcdc;
  color: #333333;
  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
}

#confirmOverlay #confirmBox #messageBox .bundle-options-wrapper #product-options-wrapper .fieldset #bundle-tab-options .data.item.title .data.switch {
  border: 0;
  font-size: 1.2rem;
  text-transform: uppercase;
  font-weight: 500;
  color: #9f9491;
  background: #fff;
  padding: 0 10px;
}

#confirmOverlay #confirmBox #messageBox .bundle-options-wrapper #product-options-wrapper .fieldset #bundle-tab-options .data.item.title .data.switch .label.required:after {
  content: '*';
  color: darkred;
}

#confirmOverlay #confirmBox #messageBox .bundle-options-wrapper #product-options-wrapper .fieldset #bundle-tab-options .data.item.title.active+.data.item.content {
  display: block;
}

#confirmOverlay #confirmBox #messageBox .bundle-options-wrapper #product-options-wrapper .fieldset #bundle-tab-options .data.item.content:nth-child(1) {
  display: block;
}

#confirmOverlay #confirmBox #messageBox .bundle-options-wrapper #product-options-wrapper .fieldset #bundle-tab-options .data.item.title {
  flex-grow: 1;
}

#confirmOverlay #confirmBox #messageBox .bundle-options-wrapper #product-options-wrapper .fieldset #bundle-tab-options .data.item.content {
  display: none;
  border: 0;
}

#confirmOverlay #confirmBox #messageBox .bundle-options-wrapper #product-options-wrapper .fieldset #bundle-tab-options .data.item.content .control .options-list .field.choice {
  line-height: 36px;
}

#confirmOverlay #confirmBox #messageBox .bundle-options-wrapper #product-options-wrapper .fieldset #bundle-tab-options .data.item.content .control .options-list .field.choice input[type="radio"]+.ns-input-helper, #confirmOverlay #confirmBox #messageBox .bundle-options-wrapper #product-options-wrapper .fieldset #bundle-tab-options .data.item.content .control .options-list .field.choice input[type="checkbox"]+.ns-input-helper {
  width: 15px;
  height: 15px;
  border: 1px solid #9f9491;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  text-align: center;
  position: relative;
  cursor: pointer;
}

#confirmOverlay #confirmBox #messageBox .bundle-options-wrapper #product-options-wrapper .fieldset #bundle-tab-options .data.item.content .control .options-list .field.choice input[type="radio"]+.ns-input-helper .ns-inner, #confirmOverlay #confirmBox #messageBox .bundle-options-wrapper #product-options-wrapper .fieldset #bundle-tab-options .data.item.content .control .options-list .field.choice input[type="checkbox"]+.ns-input-helper .ns-inner {
  width: 11px;
  height: 11px;
  background: #9f9491;
  margin-bottom: 12px;
  display: none;
}

#confirmOverlay #confirmBox #messageBox .bundle-options-wrapper #product-options-wrapper .fieldset #bundle-tab-options .data.item.content .control .options-list .field.choice input[type="radio"]+.ns-input-helper.for-radio, #confirmOverlay #confirmBox #messageBox .bundle-options-wrapper #product-options-wrapper .fieldset #bundle-tab-options .data.item.content .control .options-list .field.choice input[type="checkbox"]+.ns-input-helper.for-radio {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

#confirmOverlay #confirmBox #messageBox .bundle-options-wrapper #product-options-wrapper .fieldset #bundle-tab-options .data.item.content .control .options-list .field.choice input[type="radio"]+.ns-input-helper.for-radio .ns-inner, #confirmOverlay #confirmBox #messageBox .bundle-options-wrapper #product-options-wrapper .fieldset #bundle-tab-options .data.item.content .control .options-list .field.choice input[type="checkbox"]+.ns-input-helper.for-radio .ns-inner {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

#confirmOverlay #confirmBox #messageBox .bundle-options-wrapper #product-options-wrapper .fieldset #bundle-tab-options .data.item.content .control .options-list .field.choice input[type="radio"]:checked+.ns-input-helper .ns-inner, #confirmOverlay #confirmBox #messageBox .bundle-options-wrapper #product-options-wrapper .fieldset #bundle-tab-options .data.item.content .control .options-list .field.choice input[type="checkbox"]:checked+.ns-input-helper .ns-inner {
  display: inline-block;
}

#confirmOverlay #confirmBox #messageBox .bundle-options-wrapper #product-options-wrapper .fieldset #bundle-tab-options .data.item.content .control .options-list .field.choice .product-name, #confirmOverlay #confirmBox #messageBox .bundle-options-wrapper #product-options-wrapper .fieldset #bundle-tab-options .data.item.content .control .options-list .field.choice .price-notice {
  font-size: 1.4rem;
  font-weight: 400;
  color: #424242;
  vertical-align: middle;
}

#confirmOverlay #confirmBox #messageBox .bundle-options-wrapper #product-options-wrapper .fieldset #bundle-tab-options .data.item.content .control .options-list .field.choice .product-name .price, #confirmOverlay #confirmBox #messageBox .bundle-options-wrapper #product-options-wrapper .fieldset #bundle-tab-options .data.item.content .control .options-list .field.choice .price-notice .price {
  font-size: 1.6rem;
  font-weight: 400;
  color: #424242;
}

#confirmOverlay #confirmBox #messageBox .bundle-options-wrapper #product-options-wrapper .fieldset #bundle-tab-options .data.item.content .control .options-list .field.choice .label:before, #confirmOverlay #confirmBox #messageBox .bundle-options-wrapper #product-options-wrapper .fieldset #bundle-tab-options .data.item.content .control .options-list .field.choice .label:after {
  display: none;
}

#confirmOverlay #confirmBox #messageBox .bundle-options-wrapper #product-options-wrapper .fieldset #bundle-tab-options .data.item.content .control .options-list .field.qty {
  margin-top: 30px;
}

#confirmOverlay #confirmBox #messageBox .bundle-options-wrapper #product-options-wrapper .fieldset #bundle-tab-options .data.item.content .control .options-list .field.qty .label, #confirmOverlay #confirmBox #messageBox .bundle-options-wrapper #product-options-wrapper .fieldset #bundle-tab-options .data.item.content .control .options-list .field.qty .control {
  font-size: 1.6rem;
  font-weight: 400;
  color: #424242;
  display: inline-block;
  vertical-align: middle;
}

#confirmOverlay #confirmBox #messageBox .bundle-options-wrapper #product-options-wrapper .fieldset #bundle-tab-options .data.item.content .control .options-list .field.qty .label input, #confirmOverlay #confirmBox #messageBox .bundle-options-wrapper #product-options-wrapper .fieldset #bundle-tab-options .data.item.content .control .options-list .field.qty .control input {
  max-width: 40px;
}

#confirmOverlay #confirmBox #messageBox .bundle-options-wrapper #product-options-wrapper .fieldset #bundle-tab-options .data.item.title+.data.item.content:nth-child(1) {
  display: block;
}

#confirmOverlay #confirmBox #messageBox .bundle-options-wrapper #product-options-wrapper p.required {
  bottom: 30px;
  left: 30px;
  color: darkred;
}

@media all and (max-width: 767px) {
  #confirmOverlay #confirmBox #messageBox .bundle-options-wrapper #product-options-wrapper p.required {
    bottom: initial;
    top: 10px;
  }
}

#confirmOverlay #confirmBox #messageBox #bundleSummary {
  background-color: #fff;
}

#confirmOverlay #confirmBox #messageBox #bundleSummary .product-details {
  display: inline-block;
  padding: 0 5%;
  float: right;
  width: 75%;
}

#confirmOverlay #confirmBox #messageBox #bundleSummary .bundle-info {
  padding: 5%;
}

#confirmOverlay #confirmBox #messageBox p {
  font-family: "Open Sans", sans-serif;
}

#confirmOverlay #confirmBox .content .qty-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  border: 1px solid #ddd;
  width: 55px;
}

#confirmOverlay #confirmBox .content .qty-wrapper input#qty {
  height: 44px;
  border: 0;
  width: 35px;
}

#confirmOverlay #confirmBox #confirmButtons {
  background-color: #f0f0f0;
  padding: 2%;
}

#confirmOverlay #confirmBox #confirmButtons * {
  font-family: "Open Sans", sans-serif;
}

#confirmOverlay #confirmBox #confirmButtons a.checkout {
  display: block;
  margin: 0 auto 10px;
  box-sizing: content-box;
  box-shadow: none;
  border-radius: 0;
  font-size: 1.2rem;
}

#confirmOverlay #confirmBox #confirmButtons button {
  box-sizing: content-box;
  box-shadow: none;
  border-radius: 0;
  font-size: 1.2rem;
}

#confirmOverlay #confirmBox #confirmButtons button.am-btn-right {
  background-color: transparent;
  background-image: none;
  color: black;
}

#confirmOverlay #confirmBox #confirmButtons button.am-btn-right span {
  color: #0a0a0a;
}

#confirmOverlay #confirmBox .field.option {
  text-align: left;
}

a:focus {
  outline: none;
}

#tsbadge4_db8d3657bdbe440c985ae127463eaad4 {
  left: inherit;
  right: 20px;
}

/* MEGAMENU */
@media (min-width: 768px) {
  .section-items.nav-sections-items {
    width: 100%;
  }

  .section-items.nav-sections-items a.megamenu-logo {
    float: left;
  }

  .section-items.nav-sections-items .ves-megamenu.top-navigation>.navigation {
    text-align: center;
    padding: 0;
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  .section-items.nav-sections-items .ves-megamenu.top-navigation>.navigation {
    max-width: 1480px;
  }
}

@media (min-width: 768px) {
  .section-items.nav-sections-items .ves-megamenu.top-navigation>.navigation a {
    text-align: left;
    border: none;
    color: #9f9491;
  }

  .section-items.nav-sections-items .ves-megamenu.top-navigation>.navigation .nav-item.active>a {
    background-color: transparent;
  }

  .section-items.nav-sections-items .ves-megamenu.top-navigation>.navigation .level0.current>a {
    background-color: #79c1ae;
    color: white;
  }

  .section-items.nav-sections-items .ves-megamenu.top-navigation>.navigation .level1.current>a>span, .section-items.nav-sections-items .ves-megamenu.top-navigation>.navigation .level1.current>a:hover>span {
    color: #79c1ae;
  }

  .section-items.nav-sections-items .ves-megamenu.top-navigation>.navigation .nav-item.level0 {
    position: static;
    margin-right: 0;
  }

  .section-items.nav-sections-items .ves-megamenu.top-navigation>.navigation .nav-item.level0 a {
    border-left: 1px solid #ddd;
  }

  .section-items.nav-sections-items .ves-megamenu.top-navigation>.navigation .nav-item.level0:last-child a {
    border-right: 1px solid #ddd;
  }

  .section-items.nav-sections-items .ves-megamenu.top-navigation>.navigation .nav-item.level0>.submenu {
    width: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
    border-bottom: 3px solid #79c1ae;
    border-top: 1px solid #ddd;
  }

  .section-items.nav-sections-items .ves-megamenu.top-navigation>.navigation .nav-item.level0>.submenu a {
    text-align: left;
    border: none;
    color: #9f9491;
    line-height: 25px;
    margin-bottom: 6px;
    font-size: 1.5rem;
    padding: 0;
  }

  .section-items.nav-sections-items .ves-megamenu.top-navigation>.navigation .nav-item.level0>.submenu a:hover {
    background: none;
    color: #79c1ae;
    border: none;
  }

  .section-items.nav-sections-items .ves-megamenu.top-navigation>.navigation .nav-item.level0>.submenu .level1>a {
    width: 150px;
    border: none;
    border-bottom: 1px solid #DDD;
    text-transform: uppercase;
    color: #9f9491;
    margin-bottom: 10px;
    text-align: left;
    padding-left: 0px;
  }

  .section-items.nav-sections-items .ves-megamenu.top-navigation>.navigation .nav-item.level0>.submenu .level1 div>.mega-col, .section-items.nav-sections-items .ves-megamenu.top-navigation>.navigation .nav-item.level0>.submenu .level1 div.item-content2 {
    position: static;
  }

  .section-items.nav-sections-items .ves-megamenu.top-navigation>.navigation .nav-item.level0>.submenu .level1 div>.mega-col div.level1.dropdown-submenu, .section-items.nav-sections-items .ves-megamenu.top-navigation>.navigation .nav-item.level0>.submenu .level1 div.item-content2 div.level1.dropdown-submenu {
    position: static;
    float: left;
    min-width: 250px;
    width: auto;
    clear: both;
  }

  .section-items.nav-sections-items .ves-megamenu.top-navigation>.navigation .nav-item.level0>.submenu .level1 div>.mega-col div.level1.dropdown-submenu>.dropdown-menu, .section-items.nav-sections-items .ves-megamenu.top-navigation>.navigation .nav-item.level0>.submenu .level1 div.item-content2 div.level1.dropdown-submenu>.dropdown-menu {
    position: absolute;
    top: 0;
    left: 200px;
    box-shadow: none;
    -webkit-box-shadow: none;
    width: initial;
    height: 380px;
  }

  .section-items.nav-sections-items .ves-megamenu.top-navigation>.navigation .nav-item.level0>.submenu .level1 div>.mega-col div.level1.dropdown-submenu>.dropdown-menu>.submenu-inner, .section-items.nav-sections-items .ves-megamenu.top-navigation>.navigation .nav-item.level0>.submenu .level1 div.item-content2 div.level1.dropdown-submenu>.dropdown-menu>.submenu-inner {
    margin-top: 23px;
    padding-top: 0;
    border-left: 1px solid #E3E3E3;
  }

  .section-items.nav-sections-items .ves-megamenu.top-navigation>.navigation .nav-item.level0>.submenu .level2>a {
    text-transform: uppercase;
    padding: 0;
    color: #9f9491;
    font-weight: 400;
    font-size: 1.4rem;
    padding: 0;
  }

  .section-items.nav-sections-items .ves-megamenu.top-navigation>.navigation .nav-item.level0>.submenu .level2 .nav-item {
    margin-right: 60px;
    width: 130px;
    float: left;
  }

  .section-items.nav-sections-items .ves-megamenu.top-navigation>.navigation .nav-item.level0>.submenu .level3>a {
    font-weight: 400;
    font-size: 1.4rem;
    letter-spacing: 0.4px;
    padding: 0;
  }
}

.ves-mdrilldown {
  margin-left: 0;
  margin-right: 0;
}

.catalog-usp {
  display: flex;
  align-items: center;
  max-width: 80%;
  justify-content: center;
  margin: auto;
  font-size: 1.4rem;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  color: #787878;
}

@media (max-width: 1279px) {
  .catalog-usp {
    max-width: 95%;
  }
}

.catalog-usp span {
  margin: 10px 0;
  padding: 0 25px;
}

.catalog-usp span:not(:last-child) {
  border-right: 1px solid #cccccc;
}

@media (max-width: 768px) {
  .catalog-usp span:not(:last-child) {
    border-right: none;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.trustami_container {
  background-color: white;
}

.trustami_container .widget_container {
  max-width: 1420px;
  margin-left: auto;
  margin-right: auto;
}

.trustami_container .widget_container iframe {
  margin-top: 30px;
  margin-bottom: 30px;
}

/* AUTOCOMPLETE */
.search-autocomplete ul.wyomind li {
  padding: 12px;
}

.search-autocomplete ul.wyomind li a {
  color: #424242;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
}

.search-autocomplete ul.wyomind li a .info {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.search-autocomplete ul.wyomind li a .info>.price {
  width: 100%;
}

.search-autocomplete ul.wyomind li.qs-section {
  color: #9f9491;
  background-color: #f3f3f3;
  padding: 10px 16px;
  font-size: 1.2rem;
}

.search-autocomplete ul.wyomind li .price-box .price-from {
  float: left;
  margin-right: 7px;
  margin-bottom: 0;
}

.search-autocomplete ul.wyomind li .price-box .old-price {
  float: left;
  margin-right: 7px;
  margin-bottom: 0;
  text-decoration: line-through;
}

.search-autocomplete ul.wyomind li .price-box .old-price span.price {
  font-weight: 400;
}

.search-autocomplete ul.wyomind li .amount {
  font-size: 1.2rem;
  color: #9f9491;
  position: relative;
  float: right;
  right: initial;
  top: initial;
}

.sticky .header-top-block {
  display: none;
}

.sticky .section-item-content.nav-sections-item-content {
  background: #F3F3F3;
}

.sticky .nav-sections-item-content .ves-megamenu {
  display: flex;
  position: relative;
  align-items: center;
  margin-left: 1%;
  margin-right: 1%;
}

#search_autocomplete {
  z-index: 999;
}

.page-header.sticky .block.block-search {
  display: block;
  width: 50%;
  max-width: 50%;
  flex-grow: 2;
  position: relative;
  padding: 0;
  margin: 0;
  left: auto;
  top: 0px;
  float: none;
}

.page-header.sticky .block.block-search .field.search label {
  display: none;
}

.page-header.sticky .block.block-search .field.search .control {
  width: 100%;
}

.page-header.sticky .block.block-search input {
  left: 0;
  position: relative;
}

.page-header.sticky .block.block-search .search-autocomplete {
  min-width: 280px;
}

.minicart-wrapper {
  margin-left: 8px;
}

.minicart-wrapper .action.showcart svg {
  width: 20px;
  height: 20px;
  vertical-align: middle;
}

.minicart-wrapper .action.showcart:before {
  display: none;
}

.minicart-wrapper .minicart-subtotal span.price {
  vertical-align: middle;
  background-color: #79c1ae;
  padding: 5px 10px;
  color: #ffffff;
  font-size: 14px;
}

.minicart-wrapper .block.block-minicart {
  max-height: 480px;
  overflow-y: scroll;
}

.minicart-items-wrapper {
  overflow: hidden;
}

.miniquote-wrapper .miniquote-items .product .price-container {
  display: none;
}

.miniquote-wrapper .miniquote-items .product-item-name a {
  color: #333;
}

.minicart-items .product-item-details .details-qty {
  text-align: left;
}

.minicart-items .product-item-pricing .label {
  width: 6rem;
}

#miniquote-content-wrapper #top-quote-btn-checkout {
  display: none;
}

.miniquote-wrapper .action.viewquote {
  width: 100%;
  background: black;
  color: white;
  display: block;
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .products-grid .product-item {
    width: 100%;
    padding-left: 10px;
  }

  .products-grid .product-item .product-image-container {
    width: 100%;
  }

  .products-grid .product-item .product-item-name {
    padding: 0 20px;
  }

  body.catalog-category-view .filter-title strong {
    background-color: #79c1ae;
  }

  body.catalog-product-view .product-custom-actions {
    display: flex;
    padding: 0;
    border: none;
  }

  body.catalog-product-view .product-custom-actions a {
    padding-right: 0;
    padding-left: 0;
    display: block;
    border: none;
    padding-bottom: 20px;
    width: 100%;
  }

  body.catalog-product-view .product-custom-actions a .svg {
    margin: 0 auto;
  }

  body.catalog-product-view .product-custom-actions a span {
    display: none;
  }

  body.checkout-cart-index .form.form-cart .cart.table-wrapper .col.qty,
  body.checkout-cart-index .form.form-cart .cart.table-wrapper .col.subtotal {
    width: 50%;
  }

  body.checkout-cart-index .form.form-cart .cart.table-wrapper .col.qty {
    text-align: left;
  }

  body.checkout-cart-index .form.form-cart .cart.table-wrapper #shopping-cart-table .actions-toolbar {
    left: 0;
    bottom: 20px;
  }

  body.checkout-cart-index .form.form-cart .cart.table-wrapper .gift-options-cart-item {
    display: none;
  }

  .miniquote-wrapper .block-miniquote {
    width: 90%;
  }

  .page-layout-1column main#maincontent .product-info-main .product-info-price span.old-price {
    margin-right: 0;
  }

  .page-layout-1column main#maincontent .product-info-main .product-info-price span.saving-price {
    margin-left: 0;
  }

  .page-layout-1column main#maincontent .product-info-main .product-info-price #product_addtocart_form .well {
    display: block;
    margin-bottom: 0px;
  }

  .page-layout-1column main#maincontent .product-info-main .product-info-price #product_addtocart_form .well #qtybox {
    margin-bottom: 15px;
  }

  .page-layout-1column main#maincontent .product-info-main .product-info-price #product_addtocart_form .well .price_info {
    float: left;
    margin-right: 10px;
  }

  body.catalog-product-view .product.media .fotorama__nav {
    text-align: center;
  }

  body.catalog-product-view .product.media .fotorama__nav .fotorama__nav__shaft {
    left: auto;
  }

  body.checkout-cart-index .form.form-cart .cart.table-wrapper .col.qty,
  body.checkout-cart-index .form.form-cart .cart.table-wrapper .col.subtotal {
    width: 30%;
    text-align: right;
    padding-right: 0;
  }

  body.checkout-index-index .minicart-items-wrapper {
    overflow: scroll;
  }

  body.checkout-index-index .opc-estimated-wrapper {
    margin: 0px -15px 15px;
  }

  body.checkout-index-index .opc-wrapper .step-title {
    padding: 0 10px;
  }

  .page-layout-1column section.product-tab-section .title-container {
    flex-direction: column;
    text-align: center;
  }

  .page-layout-1column section.product-tab-section .title-container>li {
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.14);
    -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.14);
  }

  .modal-popup._inner-scroll .modal-inner-wrap {
    width: 90%;
  }
}

.page-layout-1column main#maincontent .product-info-main a.action.towishlist {
  position: relative;
  top: 12px;
  float: right;
}

.mega-col-level-2 {
  width: auto;
}

.cms-page-view .page-title-wrapper {
  text-align: center;
  font-weight: 300;
  color: #9f9491;
  text-transform: uppercase;
  position: relative;
}

.cms-page-view .page-title-wrapper:before {
  content: ' ';
  position: absolute;
  height: 1px;
  background: #9f9491;
  z-index: 0;
  top: 50%;
  right: 29%;
  left: 29%;
}

@media screen and (max-width: 480px) {
  .cms-page-view .page-title-wrapper:before {
    content: ' ';
    position: absolute;
    height: 1px;
    background: #9f9491;
    z-index: 0;
    top: 50%;
    right: 6%;
    left: 6%;
  }
}

.cms-page-view .page-title-wrapper span {
  padding: 0 30px;
  position: relative;
  background-color: #F0F0EF;
  z-index: 1;
  font-size: 2.8rem;
}

@media screen and (max-width: 768px) {
  .ves-mdrilldown .amshopby-featured-wrapper {
    display: none;
  }
}

.qty input[type="number"] {
  padding: 0;
  text-align: center;
  width: 6rem;
}

#co-shipping-method-form input.radio {
  margin-top: 3px;
}

#co-shipping-method-form label.label {
  padding-top: 0px;
}

.page-layout-1column.catalog-product-view main#maincontent .product-info-main .fieldset.mm-product-price #qtybox2 .input-group-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page-layout-1column.catalog-product-view main#maincontent .product-info-main .fieldset.mm-product-price #qtybox2 .input-group-btn .qty-minus {
  width: 40px;
  text-align: center;
  line-height: 38px;
  height: 40px;
  background: #fff;
  border: 1px solid #ddd;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  color: #000;
}

.page-layout-1column.catalog-product-view main#maincontent .product-info-main .fieldset.mm-product-price #qtybox2 .input-group-btn input#qty {
  width: 80px;
  text-align: center;
  height: 40px;
  border: 1px solid #ddd;
  font-size: 1.8rem;
}

.page-layout-1column.catalog-product-view main#maincontent .product-info-main .fieldset.mm-product-price #qtybox2 .input-group-btn .qty-plus {
  width: 40px;
  text-align: center;
  line-height: 38px;
  height: 40px;
  background: #fff;
  border: 1px solid #ddd;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  color: #000;
}

@media only screen and (max-width: 639px) {
  .page-layout-1column.catalog-product-view main#maincontent .product-info-main .fieldset.mm-product-price .minicart-wrapper {
    margin-top: 0;
  }
}

.netsteps-main .slick-next.slick-arrow {
  right: 0;
  margin-right: 15px;
}

.netsteps-main .slick-next.slick-arrow:before {
  content: '\f3d3';
  font-family: Ionicons;
  color: white;
  font-size: 42px;
  opacity: 1;
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.35);
}

.netsteps-main .slick-prev.slick-arrow {
  left: 0;
  margin-left: 15px;
}

.netsteps-main .slick-prev.slick-arrow:before {
  content: '\f3d2';
  font-family: Ionicons;
  color: white;
  font-size: 42px;
  opacity: 1;
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.35);
}

body.checkout-index-index .payment-option-content {
  display: block;
}

body.catalog-product-view #customizeTitle {
  display: none;
}

body.catalog-product-view #customizeTitle+br {
  display: none;
}

body.catalog-product-view .bundle-options-container p.required {
  display: none;
}

body.catalog-product-view .bundle-options-container .product-estimated-shipping {
  margin-bottom: 10px;
}

body.catalog-product-view .bundle-options-container .product-estimated-shipping strong {
  font-weight: 400;
}

body.catalog-product-view .bundle-options-container .product-add-form {
  display: block;
  padding-top: 0;
}

body.catalog-product-view .bundle-options-container .product-add-form div.mage-error[generated] {
  position: absolute;
}

body.catalog-product-view .bundle-options-container .product-add-form .bundle-options-wrapper {
  width: 100%;
  float: none;
}

body.catalog-product-view .bundle-options-container .product-add-form .bundle-options-wrapper .product-options-wrapper {
  width: 100%;
  margin-bottom: 10px;
}

body.catalog-product-view .bundle-options-container .product-add-form .bundle-options-wrapper .product-options-wrapper .fieldset {
  display: block;
  width: 100%;
  margin: 0;
}

body.catalog-product-view .bundle-options-container .product-add-form .bundle-options-wrapper .product-options-wrapper .fieldset #customizeTitle {
  font-size: 2rem;
  line-height: 2.7rem;
  margin: 0 0 20px 0;
}

body.catalog-product-view .bundle-options-container .product-add-form .bundle-options-wrapper .product-options-wrapper .fieldset .action.back {
  display: none;
}

body.catalog-product-view .bundle-options-container .product-add-form .bundle-options-wrapper .product-options-wrapper .fieldset .field {
  padding-top: 6px;
}

body.catalog-product-view .bundle-options-container .product-add-form .bundle-options-wrapper .product-options-wrapper .fieldset .field .control {
  width: 100%;
}

body.catalog-product-view .bundle-options-container .product-add-form .bundle-options-wrapper .product-options-wrapper .fieldset .field .control select {
  width: 80%;
  width: calc(100% - 60px);
}

body.catalog-product-view .bundle-options-container .product-add-form .bundle-options-wrapper .product-options-wrapper .fieldset .field .control .nested {
  float: right;
}

body.catalog-product-view .bundle-options-container .product-add-form .bundle-options-wrapper .product-options-wrapper .fieldset .field .control .nested .qty {
  margin-right: 0;
  padding: 0;
}

body.catalog-product-view .bundle-options-container .product-add-form .product-options-bottom {
  margin: 0;
  padding-top: 5px;
  padding-bottom: 5px;
}

body.catalog-product-view .bundle-options-container .product-add-form #bundleSummary {
  width: 100%;
  margin: 0;
  padding: 0;
}

body.catalog-product-view .bundle-options-container .product-add-form #bundleSummary .title {
  display: none;
}

body.catalog-product-view .bundle-actions, body.catalog-product-view .bundle-summary {
  display: none;
}

body.page-product-bundle div#bundleSummary {
  top: 0;
}

body.page-product-bundle .product-info-price .price-box {
  display: none;
}

body.page-product-bundle .bundle-options-container .product-add-form .product-options-bottom {
  padding-top: 5px;
  border-top: none;
  border-bottom: 1px solid rgba(204, 204, 204, 0.72);
  margin-bottom: 5px;
}

body.page-product-bundle .bundle-options-container .price-box .price-wrapper .price {
  color: #000000;
  font-size: 2rem;
  font-weight: 400;
  line-height: 2rem;
}

body.page-product-bundle .field-error, body.page-product-bundle div.mage-error[generated] {
  margin-top: 0px;
}

body.page-product-bundle .product-info-main .product-info-stock-sku {
  padding-bottom: 0;
}

@media (max-width: 992px) {
  .search-autocomplete {
    margin-top: 0px;
  }
}

@media (min-width: 768px), print {

  body[class*="amblog"] #maincontent,
  body.amblog-index-index #maincontent {
    max-width: 1170px;
  }
}

body[class*="amblog"] #maincontent .page-title-wrapper,
body.amblog-index-index #maincontent .page-title-wrapper {
  display: none;
}

body[class*="amblog"] a[data-fancybox] img,
body.amblog-index-index a[data-fancybox] img {
  border: none;
  box-shadow: none;
}

body[class*="amblog"] .amblog-container.grid ul.list>li.list-item,
body.amblog-index-index .amblog-container.grid ul.list>li.list-item {
  width: 100%;
}

body[class*="amblog"] .amblog-container.grid ul.list>li.list-item>.list-content,
body.amblog-index-index .amblog-container.grid ul.list>li.list-item>.list-content {
  background-color: transparent;
}

body[class*="amblog"] .amblog-container.grid ul.list>li.list-item>.list-content p:empty,
body.amblog-index-index .amblog-container.grid ul.list>li.list-item>.list-content p:empty {
  display: none;
}

body[class*="amblog"] .amblog-container.grid ul.list>li.list-item>.list-content h3,
body.amblog-index-index .amblog-container.grid ul.list>li.list-item>.list-content h3 {
  font-size: 1.6rem;
  font-weight: 500;
  color: #333;
}

body[class*="amblog"] .amblog-container.grid ul.list>li.list-item>.list-content .ns-line-maker,
body.amblog-index-index .amblog-container.grid ul.list>li.list-item>.list-content .ns-line-maker {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin-top: 2.5rem;
}

@media (min-width: 360px) {

  body[class*="amblog"] .amblog-container.grid ul.list>li.list-item>.list-content .ns-line-maker::before, body[class*="amblog"] .amblog-container.grid ul.list>li.list-item>.list-content .ns-line-maker::after,
  body.amblog-index-index .amblog-container.grid ul.list>li.list-item>.list-content .ns-line-maker::before,
  body.amblog-index-index .amblog-container.grid ul.list>li.list-item>.list-content .ns-line-maker::after {
    content: "";
    display: inline-block;
    background-color: #f0f0f0;
    height: 40px;
    width: 30px;
  }
}

@media (min-width: 360px) {

  body[class*="amblog"] .amblog-container.grid ul.list>li.list-item>.list-content .ns-line-maker .ns-line,
  body.amblog-index-index .amblog-container.grid ul.list>li.list-item>.list-content .ns-line-maker .ns-line {
    width: 100%;
    height: 1px;
    position: absolute;
    z-index: -1;
    display: block;
    background-color: #9f9491;
  }
}

body[class*="amblog"] .amblog-container.grid ul.list>li.list-item>.list-content a.am-read-more,
body.amblog-index-index .amblog-container.grid ul.list>li.list-item>.list-content a.am-read-more {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  width: auto;
  color: white;
  background-color: #9f9491;
  padding: 0 25px;
  line-height: 40px;
  font-size: 1.4rem;
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

body[class*="amblog"] .ns-image-title,
body.amblog-index-index .ns-image-title {
  position: relative;
}

@media (min-width: 1024px) {

  body[class*="amblog"] .ns-image-title,
  body.amblog-index-index .ns-image-title {
    margin-bottom: 2.5rem;
  }
}

@media (min-width: 1024px) {

  body[class*="amblog"] .ns-image-title .ns-post-header,
  body.amblog-index-index .ns-image-title .ns-post-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    left: -1px;
    bottom: -1px;
    right: 0;
    z-index: 2;
    background-color: #f0f0f0;
    -webkit-clip-path: polygon(0 0, 82% 0, 90% 100%, 0% 100%);
    clip-path: polygon(0 0, 82% 0, 90% 100%, 0% 100%);
  }
}

body[class*="amblog"] .ns-image-title .ns-post-header>h3,
body.amblog-index-index .ns-image-title .ns-post-header>h3 {
  margin-top: 1rem;
  font-size: 1.6rem;
  text-transform: uppercase;
}

@media (min-width: 1024px) {

  body[class*="amblog"] .ns-image-title .ns-post-header>h3,
  body.amblog-index-index .ns-image-title .ns-post-header>h3 {
    margin: 0 0 0 2.5rem;
    padding-right: 18%;
  }
}

body[class*="amblog"] .ns-image-title .ns-post-header>h3 a,
body.amblog-index-index .ns-image-title .ns-post-header>h3 a {
  color: #333;
}

body[class*="amblog"] .ns-image-title .ns-post-header .date,
body.amblog-index-index .ns-image-title .ns-post-header .date {
  display: block;
  margin-top: 1rem;
  margin-bottom: 1rem;
  color: #333;
  font-size: 1.6rem;
  font-weight: 500;
  text-transform: uppercase;
}

@media (min-width: 1024px) {

  body[class*="amblog"] .ns-image-title .ns-post-header .date,
  body.amblog-index-index .ns-image-title .ns-post-header .date {
    margin: 0;
    white-space: nowrap;
    padding-right: 10px;
    padding-left: 10px;
    line-height: 60px;
    border-right: 2px solid #79c1ae;
  }
}

body[class*="amblog"] aside.right,
body.amblog-index-index aside.right {
  background-color: #f0f0f0;
}

body[class*="amblog"] aside.right .block-title,
body.amblog-index-index aside.right .block-title {
  position: relative;
  font-size: 1.6rem;
  text-transform: uppercase;
  margin-bottom: 30px;
}

body[class*="amblog"] aside.right .block-title>strong,
body.amblog-index-index aside.right .block-title>strong {
  display: block;
  position: relative;
}

body[class*="amblog"] aside.right .block-title>strong::after,
body.amblog-index-index aside.right .block-title>strong::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 6px;
  left: 0;
  right: 0;
  top: 50%;
  margin-top: -3px;
  background-color: #79c1ae;
}

body[class*="amblog"] aside.right .block-title>strong span,
body.amblog-index-index aside.right .block-title>strong span {
  position: relative;
  z-index: 2;
  font-weight: normal;
  margin-left: 20px;
  padding-right: 10px;
  padding-left: 10px;
  background-color: #f0f0f0;
}

body[class*="amblog"] aside.right #amblog_sidebar_search .block-title,
body.amblog-index-index aside.right #amblog_sidebar_search .block-title {
  display: none;
}

body[class*="amblog"] aside.right #amblog_sidebar_search .block-content,
body.amblog-index-index aside.right #amblog_sidebar_search .block-content {
  padding: 0 0 5px 0;
}

body[class*="amblog"] aside.right #amblog_sidebar_search .block-content form,
body.amblog-index-index aside.right #amblog_sidebar_search .block-content form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #9f9491;
}

body[class*="amblog"] aside.right #amblog_sidebar_search .block-content form .input-box,
body.amblog-index-index aside.right #amblog_sidebar_search .block-content form .input-box {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

body[class*="amblog"] aside.right #amblog_sidebar_search .block-content form input, body[class*="amblog"] aside.right #amblog_sidebar_search .block-content form button,
body.amblog-index-index aside.right #amblog_sidebar_search .block-content form input,
body.amblog-index-index aside.right #amblog_sidebar_search .block-content form button {
  margin: 0;
}

body[class*="amblog"] aside.right #amblog_sidebar_search .block-content form input,
body.amblog-index-index aside.right #amblog_sidebar_search .block-content form input {
  width: 100%;
  background: transparent;
  border: none;
  box-shadow: none;
}

body[class*="amblog"] aside.right #amblog_sidebar_search .block-content form button,
body.amblog-index-index aside.right #amblog_sidebar_search .block-content form button {
  height: 32px;
  padding: 0 10px;
  line-height: 32px;
  background: transparent;
  border: none;
  box-shadow: none;
}

body[class*="amblog"] aside.right #amblog_sidebar_search .block-content form button::after,
body.amblog-index-index aside.right #amblog_sidebar_search .block-content form button::after {
  content: "\f4a4";
  display: inline-block;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body[class*="amblog"] aside.right #amblog_sidebar_search .block-content form button>span,
body.amblog-index-index aside.right #amblog_sidebar_search .block-content form button>span {
  display: none;
}

body[class*="amblog"] aside.right ul.mplog-categories,
body.amblog-index-index aside.right ul.mplog-categories {
  padding-left: 10px;
}

body[class*="amblog"] aside.right ul.mplog-categories i.glyphicons,
body.amblog-index-index aside.right ul.mplog-categories i.glyphicons {
  display: none;
}

body[class*="amblog"] aside.right ul.mplog-categories li,
body.amblog-index-index aside.right ul.mplog-categories li {
  font-size: 1.4rem;
  font-weight: 300;
  padding-left: 0;
  margin-left: 0;
  line-height: 1;
  margin-bottom: 22px;
}

body[class*="amblog"] aside.right ul.mplog-categories li a:hover, body[class*="amblog"] aside.right ul.mplog-categories li a:focus, body[class*="amblog"] aside.right ul.mplog-categories li a:active,
body.amblog-index-index aside.right ul.mplog-categories li a:hover,
body.amblog-index-index aside.right ul.mplog-categories li a:focus,
body.amblog-index-index aside.right ul.mplog-categories li a:active {
  color: #79c1ae;
  text-decoration: none;
}

body[class*="amblog"] aside.right ul.mbplog-recent-posts a.thumbnail,
body.amblog-index-index aside.right ul.mbplog-recent-posts a.thumbnail {
  display: block;
  float: none;
  width: 100%;
  height: auto;
  padding: 1px;
  margin: 0;
  border: none;
}

body[class*="amblog"] aside.right ul.mbplog-recent-posts a.thumbnail img,
body.amblog-index-index aside.right ul.mbplog-recent-posts a.thumbnail img {
  width: auto;
  max-width: 100%;
  height: auto;
}

body[class*="amblog"] aside.right ul.mbplog-recent-posts .ns-image-title,
body.amblog-index-index aside.right ul.mbplog-recent-posts .ns-image-title {
  margin-bottom: 5px;
}

@media (min-width: 1024px) {

  body[class*="amblog"] aside.right ul.mbplog-recent-posts .ns-image-title .ns-post-header,
  body.amblog-index-index aside.right ul.mbplog-recent-posts .ns-image-title .ns-post-header {
    -webkit-clip-path: polygon(0 0, 18% 0, 26% 100%, 0% 100%);
    clip-path: polygon(0 0, 18% 0, 26% 100%, 0% 100%);
  }
}

body[class*="amblog"] aside.right ul.mbplog-recent-posts .ns-image-title .ns-post-header .am-recentpost-date,
body.amblog-index-index aside.right ul.mbplog-recent-posts .ns-image-title .ns-post-header .am-recentpost-date {
  display: block;
  color: #333;
  font-size: 1.2rem;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
}

body[class*="amblog"] aside.right ul.mbplog-recent-posts .ns-recent-post-title,
body.amblog-index-index aside.right ul.mbplog-recent-posts .ns-recent-post-title {
  margin-top: 1.5rem;
  line-height: 1.1;
}

body[class*="amblog"] aside.right ul.mbplog-recent-posts .ns-recent-post-title a,
body.amblog-index-index aside.right ul.mbplog-recent-posts .ns-recent-post-title a {
  font-size: 1.2rem;
  font-weight: 500;
  color: #333;
  text-transform: uppercase;
}

body[class*="amblog"] .ns-pager,
body.amblog-index-index .ns-pager {
  float: right;
  margin-bottom: 40px;
  color: #9f9491;
}

body[class*="amblog"] .ns-pager::after,
body.amblog-index-index .ns-pager::after {
  content: "";
  display: table;
  clear: both;
}

body[class*="amblog"] .ns-pager a,
body.amblog-index-index .ns-pager a {
  color: #9f9491;
}

body[class*="amblog"] .ns-pager a.active,
body.amblog-index-index .ns-pager a.active {
  color: #79c1ae;
}

body[class*="amblog"] .ns-post .ns-post-header h2,
body.amblog-index-index .ns-post .ns-post-header h2 {
  color: #9f9491;
}

body[class*="amblog"] .ns-post i.glyphicons::before,
body.amblog-index-index .ns-post i.glyphicons::before {
  color: #79c1ae;
}

body[class*="amblog"] .ns-post .customer-action-bar,
body.amblog-index-index .ns-post .customer-action-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

body[class*="amblog"] .amblog-social-container .am-buttons ul li,
body.amblog-index-index .amblog-social-container .am-buttons ul li {
  font-size: 2rem;
  margin-right: 20px;
  text-align: center;
  vertical-align: middle;
}

body[class*="amblog"] .amblog-social-container .am-buttons ul li a,
body.amblog-index-index .amblog-social-container .am-buttons ul li a {
  color: #9f9491;
}

body[class*="amblog"] .amblog-social-container .am-buttons ul li i.blog-icon,
body.amblog-index-index .amblog-social-container .am-buttons ul li i.blog-icon {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-image: none;
}

body[class*="amblog"] .amblog-social-container .am-buttons ul li .blog-icon.twitter:before,
body.amblog-index-index .amblog-social-container .am-buttons ul li .blog-icon.twitter:before {
  content: "\f099";
}

body[class*="amblog"] .amblog-social-container .am-buttons ul li .blog-icon.facebook:before,
body.amblog-index-index .amblog-social-container .am-buttons ul li .blog-icon.facebook:before {
  content: "\f09a";
}

body[class*="amblog"] .amblog-social-container .am-buttons ul li .blog-icon.odnoklassniki:before,
body.amblog-index-index .amblog-social-container .am-buttons ul li .blog-icon.odnoklassniki:before {
  content: "\f263";
}

body[class*="amblog"] .amblog-social-container .am-buttons ul li .blog-icon.tumblr:before,
body.amblog-index-index .amblog-social-container .am-buttons ul li .blog-icon.tumblr:before {
  content: "\f173";
}

body[class*="amblog"] .amblog-social-container .am-buttons ul li .blog-icon.pinterest:before,
body.amblog-index-index .amblog-social-container .am-buttons ul li .blog-icon.pinterest:before {
  content: "\f231";
}

body[class*="amblog"] .amblog-social-container .am-buttons ul li .blog-icon.digg:before,
body.amblog-index-index .amblog-social-container .am-buttons ul li .blog-icon.digg:before {
  content: "\f1a6";
}

body[class*="amblog"] .amblog-social-container .am-buttons ul li .blog-icon.delicious:before,
body.amblog-index-index .amblog-social-container .am-buttons ul li .blog-icon.delicious:before {
  content: "\f1a5";
}

body[class*="amblog"] .amblog-social-container .am-buttons ul li .blog-icon.stumbleupon:before,
body.amblog-index-index .amblog-social-container .am-buttons ul li .blog-icon.stumbleupon:before {
  content: "";
}

body[class*="amblog"] .amblog-social-container .am-buttons ul li .blog-icon.reddit:before,
body.amblog-index-index .amblog-social-container .am-buttons ul li .blog-icon.reddit:before {
  content: "\f281";
}

body[class*="amblog"] .amblog-social-container .am-buttons ul li .blog-icon.linkedin:before,
body.amblog-index-index .amblog-social-container .am-buttons ul li .blog-icon.linkedin:before {
  content: "\f0e1";
}

body[class*="amblog"] .amblog-social-container .am-buttons ul li .blog-icon.google:before,
body.amblog-index-index .amblog-social-container .am-buttons ul li .blog-icon.google:before {
  content: "\f0d5";
}

.ns-next-previous-posts .text-left {
  text-align: left;
}

.ns-next-previous-posts .text-right {
  text-align: right;
}

.ns-next-previous-posts .prx_content .button.action.primary {
  background-color: transparent;
  color: #9f9491;
  text-transform: none;
  font-weight: normal;
  font-size: 1.4rem;
  border: none;
  white-space: nowrap;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
}

.quotation .title {
  text-align: center;
  font-size: 2.8rem;
  font-weight: 300;
  color: #9f9491;
  text-transform: uppercase;
  position: relative;
}

.quotation .title::before {
  content: ' ';
  position: absolute;
  height: 1px;
  background: #9f9491;
  z-index: 0;
  top: 50%;
  right: 31%;
  left: 31%;
}

.quotation .title span {
  background-color: #f0f0f0;
  padding: 0 30px;
  position: relative;
  z-index: 1;
}

.quotation .ns-icon {
  text-align: center;
}

.quotation .ns-icon svg {
  width: 60px;
}

.quotation .box-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.quotation .box-section::before, .quotation .box-section::after {
  display: none;
}

.quotation .box-section .b-box {
  min-height: 28rem;
  color: white;
  font-size: 2rem;
  font-weight: 300;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.quotation .box-section .b-box:first-child>.inner, .quotation .box-section .b-box:last-child>.inner {
  background-color: #79c1ae;
}

.quotation .box-section .b-box:nth-child(2)>.inner {
  background-color: #9f9491;
}

.quotation .box-section .b-box>.inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 3rem 1.5rem;
  height: 100%;
}

.quotation .box-section .b-box>.inner::before, .quotation .box-section .b-box>.inner::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: -webkit-calc(100% - 3rem);
  width: -moz-calc(100% - 3rem);
  width: calc(100% - 3rem);
  height: 1px;
  background-color: white;
}

.quotation .box-section .b-box>.inner::before {
  top: 2.9rem;
}

.quotation .box-section .b-box>.inner::after {
  bottom: 2.9rem;
}

.quotation .quote-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.quotation .quote-section::before, .quotation .quote-section::after {
  display: none;
}

.quotation .quote-section .q-box {
  text-align: center;
  font-size: 2rem;
  font-weight: 100;
  color: #9f9491;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.quotation .quote-section .q-box svg {
  width: 76px;
}

.quotation .quote-section .q-box *[class*="ion-"] {
  font-size: 40px;
  color: #79c1ae;
}

#search_autocomplete {
  z-index: 999;
}

.amsearch-item .amasty-label-container {
  display: none;
}

.footer-heading {
  font-size: 1.6rem;
  line-height: 2.8rem;
  font-family: -apple-system, BlinkMacSystemFont, "Open Sans Condensed", "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-weight: bold;
  color: #575757;
  margin-top: 2rem;
  margin-bottom: 1rem;
  display: block;
}

.checkout-cart-index .cart-summary .block .fieldset .field input[name="region"] {
  display: none;
}

.checkout-cart-index .page-main .cart-summary .block .fieldset .field[name="shippingAddress.city"] {
  display: none;
}

/*# sourceMappingURL=ns_styles.css.map */@font-face {
    font-family: 'Avenir Book';
    font-style: normal;
    font-weight: normal;
    src: local('Avenir Book'), url('../../frontend/Netsteps/default/it_IT/css/common/fonts/AvenirLTProBook.woff') format('woff');
}

@font-face {
    font-family: 'Avenir Book Oblique';
    font-style: normal;
    font-weight: normal;
    src: local('Avenir Book Oblique'), url('../../frontend/Netsteps/default/it_IT/css/common/fonts/AvenirLTProBookOblique.woff') format('woff');
}

@font-face {
    font-family: 'Avenir Roman';
    font-style: normal;
    font-weight: normal;
    src: local('Avenir Roman'), url('../../frontend/Netsteps/default/it_IT/css/common/fonts/AvenirLTProRoman.woff') format('woff');
}

@font-face {
    font-family: 'Avenir Oblique';
    font-style: normal;
    font-weight: normal;
    src: local('Avenir Oblique'), url('../../frontend/Netsteps/default/it_IT/css/common/fonts/AvenirLTProOblique.woff') format('woff');
}

@font-face {
    font-family: 'Avenir Light';
    font-style: normal;
    font-weight: normal;
    src: local('Avenir Light'), url('../../frontend/Netsteps/default/it_IT/css/common/fonts/AvenirLTProLight.woff') format('woff');
}

@font-face {
    font-family: 'Avenir Light Oblique';
    font-style: normal;
    font-weight: normal;
    src: local('Avenir Light Oblique'), url('../../frontend/Netsteps/default/it_IT/css/common/fonts/AvenirLTProLightOblique.woff') format('woff');
}

@font-face {
    font-family: 'Avenir Medium';
    font-style: normal;
    font-weight: normal;
    src: local('Avenir Medium'), url('../../frontend/Netsteps/default/it_IT/css/common/fonts/AvenirLTProMedium.woff') format('woff');
}

@font-face {
    font-family: 'Avenir Medium Oblique';
    font-style: normal;
    font-weight: normal;
    src: local('Avenir Medium Oblique'), url('../../frontend/Netsteps/default/it_IT/css/common/fonts/AvenirLTProMediumOblique.woff') format('woff');
}

@font-face {
    font-family: 'Avenir Heavy';
    font-style: normal;
    font-weight: normal;
    src: local('Avenir Heavy'), url('../../frontend/Netsteps/default/it_IT/css/common/fonts/AvenirLTProHeavy.woff') format('woff');
}

@font-face {
    font-family: 'Avenir Heavy Oblique';
    font-style: normal;
    font-weight: normal;
    src: local('Avenir Heavy Oblique'), url('../../frontend/Netsteps/default/it_IT/css/common/fonts/AvenirLTProHeavyOblique.woff') format('woff');
}


@font-face {
    font-family: 'Avenir Black';
    font-style: normal;
    font-weight: normal;
    src: local('Avenir Black'), url('../../frontend/Netsteps/default/it_IT/css/common/fonts/AvenirLTProBlack.woff') format('woff');
}


@font-face {
    font-family: 'Avenir Black Oblique';
    font-style: normal;
    font-weight: normal;
    src: local('Avenir Black Oblique'), url('../../frontend/Netsteps/default/it_IT/css/common/fonts/AvenirLTProBlackOblique.woff') format('woff');
}

@font-face {
    font-family: 'Arboria light';
    font-style: normal;
    font-weight: normal;
    src: local('Arboria light'), url('../../frontend/Netsteps/default/it_IT/css/common/fonts/ZonaPro-Thin.ttf.woff') format('woff');
}

@font-face {
    font-family: 'Arboria Medium';
    font-style: normal;
    font-weight: normal;
    src: local('Arboria Medium'), url('../../frontend/Netsteps/default/it_IT/css/common/fonts/dda65d7f418f4ab23abf484c807c9f17.woff') format('woff');
}

html {
    scroll-behavior: smooth;
}

::selection {
    background: #90c9bb;
    color: #fff;
}

.breadcrumbs {
    padding: 30px 15px;
    max-width: 1600px !important;
}

.breadcrumbs .items {
    display: contents;
}

.breadcrumbs ul.items li.item a {
    color: #333 !important;
    font-family: 'Avenir Medium' !important;
    font-size: 11px;
}

.breadcrumbs ul.items li.item strong {
    font-size: 11px;
    font-family: 'Avenir Black' !important;
    letter-spacing: 0.1px;
}

.breadcrumbs ul.items:last-child li.item:last-child a {
    font-family: 'Avenir Black' !important;
}

/* breadcrumbs-icon */
.page-wrapper .breadcrumbs {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.page-wrapper .breadcrumbs::before {
    content: " ";
    position: relative;
    background-image: url(../../frontend/Netsteps/default/it_IT/images/green-arrow.svg);
    width: 20px;
    height: 20px;
    background-size: contain;
    background-color: transparent;
    bottom: 0;
    left: 0;
    display: inline-block;
    margin-right: 10px;
}

.gress_wraper {
    padding: 80px 80px 50px;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(70%, #f0f0ef), to(#fff));
    background-image: linear-gradient(to right, #f0f0ef 70%, #fff);
}

.gress_text {
    padding: 0 60px 0 0;
}

.gress_text h4 {
    font-size: 25px;
    line-height: 1.2;
    color: #3a3734;
    font-family: 'Avenir Heavy';
    margin-bottom: 40px;
}

.gress_text span {
    font-size: 20px;
    line-height: 1.6;
    margin-top: 20px;
    display: block;
    text-align: left;
    color: #383838;
    font-weight: 400;
}

.gress_video .video {
    width: 100%;
    height: 500px;
}

.page-layout-1column.catalog-product-view .product-tab-section.native {
    padding: 150px 0 0;
}

.qustion_holder {
    padding: 0 0 100px;
}

.qustion_holder .container {
    max-width: 100% !important;
    padding: 0 !important;
}

.question-title {
    padding: 35px 50px;
    background: RGBA(77, 74, 70, 0.23);
    border-bottom: 3px solid #FFF;
}

.question-title ul li {
    display: inline-block;
    margin-left: 30px;
    margin-bottom: 0;
}

.question-title ul li:nth-child(1) {
    margin-left: 0 !important;
    font-family: 'Avenir Light';
}

.question-title ul li:nth-child(2) {
    padding-left: 30px;
    font-weight: 900;
    border-left: 2px solid #66605a;
    font-family: 'Avenir Black';
    color: #66605a;
}

.question_contents.am-item {
    background: RGBA(77, 74, 70, 0.11);
    padding: 35px 40px;
    border-bottom: 2px solid #66605a;
    position: relative;
    font-size: 18px;
    font-family: 'Avenir Book';
    word-break: break-all;
    margin: 0;
}

.question_contents h4 {
    font-size: 20px;
    font-weight: 500;
    font-family: 'Avenir Black';
    margin: 0 0 10px;
}

.question_contents p {
    margin: 0;
}

.export {
    display: none;
    padding-top: 20px;
}

.export p {
    padding-top: 20px;
}

.question_contents .am-plus {
    border: 1px solid #66605a;
    position: absolute;
    left: 50%;
    bottom: -20px;
    height: 40px;
    width: 40px;
    border-radius: 100%;
    background: #e0e0e0;
    z-index: 99;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    cursor: pointer;
}

.question_contents .am-plus .am-links a {
    color: transparent;
    position: relative;
    max-width: 38px;
}

.question_contents .am-plus .am-links a:before {
    position: absolute;
    content: "+";
    color: #66605a;
    text-align: center;
    width: 100%;
    display: block;
    font-size: 25px;
    line-height: 37px;
}

.question_contents .am-minus::before {
    content: "-";
    font-size: 35px;
    line-height: 32px;
}

.domande-section {
    padding: 40px 60px;
    background: #fff;
}

.domande-section .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.domande-section .col-3 {
    width: 24%;
    padding: 0 15px;
}

.domande-section .col-4 {
    width: 38%;
    padding: 0 15px;
}

.domande-section .domande-title h2 {
    color: rgb(58 55 49 / 40%);
    font-size: 57px;
    margin: 0;
    line-height: 1.1;
}

.domande-section .domande-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(60%, #f0f0ef), to(#fff));
    background-image: linear-gradient(to right, #f0f0ef 60%, #fff);
}

.domande-section .domande-item .item-detail {
    margin-left: 20px;
    padding: 15px 0;
    max-width: 50%;
}

.domande-section .domande-item .item-img img {
    width: 145px;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-right: 3px solid #FFF;
}

.domande-section .domande-item .item-detail h5 {
    color: #66605A;
    font-size: 20px;
    margin-bottom: 20px;
    line-height: 28px;
    font-family: 'Avenir Black';
}

.domande-section .domande-item .item-detail h4 {
    color: #C26E65;
    font-size: 25px;
    line-height: 32px;
    font-family: 'Avenir Black';
    margin: 0;
}


/* footer css start here */

.page-wrapper .page-footer .footer.content {
    max-width: 100%;
    padding: 0;
    display: block;
    background: #fff;
}

.page-wrapper footer.page-footer {
    padding: 0;
    margin: 0;
}

.footer-logo img {
    /* max-width: 250px; */
    margin-bottom: 45px;
    max-height: 150px;
}

.scan img {
    max-width: 130px;
    filter: brightness(0) invert(0.6);
}

.footer-map {
    display: none;
}

.footer-map img {
    max-height: calc(100vh + 100px);
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: bottom;
    object-position: bottom;
    min-height: 80vh;
}

.footer-div {
    position: relative;
    margin-top: 0;
    background-color: #fff;
}

.third_service_img {
    margin-bottom: 34px !important;
}

.footer-div::before {
    content: "";
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    background-image: url(../../frontend/Netsteps/default/it_IT/images/new-footer.svg);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 0;
}

.footer.content ul.social-icons li img {
    max-width: 58px;
    filter: brightness(0) invert(0.65);
}

.footer-main {
    position: relative;
    z-index: 1;
    padding-bottom: 10px;
}

.footer-logo {
    padding: 140px 0 90px;
    color: #e8e8e8;
    font-family: 'Avenir Light';
}

.footer-logo h5 {
    color: rgb(66 63 59 / 60%);
    font-size: 44px;
}

.footer-logo h5 strong {
    font-family: 'Avenir Black';
}

.footer-social {
    text-align: right;
}

.widget-menu {
    color: rgb(255 255 255 / 60%);
    margin-bottom: 20px;
}

.widget-menu ul li {
    padding: 0;
}

.widget-menu ul li a {
    color: rgb(66 63 59 / 60%);
    font-size: 18px;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    letter-spacing: .2px;
    font-family: 'Avenir Book';
    font-weight: 300;
}

.widget-menu ul li a:hover {
    color: #423f3b;
}

.footer.content ul {
    padding-right: 0;
}

.page-wrapper .copyright {
    background-color: transparent;
    text-align: left;
}

.footer-payment_gateway .container .row:before,
.footer-payment_gateway .container .row:after {
    display: none;
}

.copyright {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 45px 0;
}

.copyright p {
    margin: 0;
    color: rgb(66 63 59 / 60%);
    font-size: 16px;
    font-family: 'Avenir Medium';
    font-weight: 500;
}

.copyright ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.copyright ul li {
    display: inline-block;
    padding-left: 50px;
    vertical-align: bottom;
}

.copyright ul li:first-child {
    position: relative;
    top: 7px;
}

.copyright ul li img {
    min-width: 90px;
    filter: brightness(0) invert(0.2);
}

.footer-payment_gateway {
    margin-bottom: 0 !important;
    position: relative;
    padding: 10px 0 20px;
    background: transparent;
}

.footer-payment_gateway .container .row {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.widget-menu h6 i {
    display: none;
}

.widget-menu h6 {
    margin-top: 0;
    margin-bottom: 5px;
    font-weight: 300;
    font-family: 'Avenir Book';
    color: rgb(66 63 59 / 60%);
}

.widget-menu ul.footer-menu li {
    line-height: 1.3;
}

.column.main {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

.scan {
    padding-top: 25px;
}

.footer.content ul {
    padding-right: 0 !important;
}

.footer.content ul.social-icons li {
    display: inline-block;
    margin: 2px 15px 10px 0;
}

.footer.content .mobile-footer {
    display: none;
}

/* footer css end here */



/*--------- FAQ Page ---------*/

.cms-domande-risposte .page-title-wrapper span {
    background: transparent;
    font-size: 34px;
    font-family: 'Avenir Black' !important;
    padding-bottom: 15px;
    margin: 0;
    color: #4D4A46;
}

.cms-domande-risposte .page-title-wrapper:before {
    display: none;
}

.cms-domande-risposte .amfaq_questions .am-item .am-content {
    font-size: 12px;
}

.amfaq_questions .am-item .am-content {
    padding-block: 10px;
    word-wrap: break-word;
}

.amfaq_questions.widget .am-plus .amfaq-rating-average {
    display: none;
}

.cms-domande-risposte .page-title-wrapper:before {
    top: 58% !important;
}

.cms-domande-risposte .back button {
    background: #5fa895;
    padding: 10px 20px;
    border-radius: 100px;
    color: white;
    font-size: 16px;
    border: 0;
}

.cms-protezione-acquirenti .page-title-wrapper {
    margin: 60px 0px;
}

.cms-protezione-acquirenti .page-title-wrapper span {
    background: transparent;
    font-size: 34px;
    font-family: 'Avenir Black' !important;
    padding-bottom: 15px;
    margin: 0;
    color: #4D4A46;
}

.cms-protezione-acquirenti .page-title-wrapper:before {
    display: none;
}

.cms-aiuto .page-title-wrapper span,
.cms-privacy-e-cookie .page-title-wrapper span,
.cms-diritto-di-recesso .page-title-wrapper span,
.cms-condizioni .page-title-wrapper span {
    background: transparent;
    font-size: 34px;
    font-family: 'Avenir Black' !important;
    padding-bottom: 15px;
    margin: 0;
    color: #4D4A46;
}

.cms-aiuto .page-title-wrapper:before,
.cms-privacy-e-cookie .page-title-wrapper:before,
.cms-diritto-di-recesso .page-title-wrapper:before,
.cms-condizioni .page-title-wrapper:before {
    display: none;
}

.widget-menu ul.footer-menu,
.widget-menu h6 {
    text-align: left;
}

.block-search .search .control {
    min-height: 44px;
}

.footer-payment_gateway .payment-row {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer-payment_gateway .payment-row .payment-col img {
    max-width: 170px;
    max-height: 30px;
    display: block;
    width: 100%;
}

.footer-payment_gateway .payment-row .payment-col:first-child img {
    margin-top: 10px;
}

.footer-payment_gateway .payment-row .payment-col:last-child img {
    max-height: 40px;
}

.back.am-back-button {
    display: none;
}

.page-wrapper .breadcrumbs:before {
    background-image: none;

}.white-links p a {
    color: white; /* Imposta il colore dei link su nero */
    text-decoration: underline; /* Opzionale: rimuove il sottolineamento dai link */
}
.ammodals-overlay {
    z-index: 2147483646;
}
.amgdprcookie-modal-container.modal-popup.modal-slide{
    z-index: 2147483647;
}
.amgdprcookie-modal-template .action-close{
    display: none !important;
}
.amgdprcookie-modal-container .amgdprcookie-modal-template {
    height: 320px;
    max-width: 550px;
    border-radius: 15px;
    margin-left: 0;
    min-width: 400px;
    pointer-events: auto;
    position: absolute;
    width: 20%;
    z-index: 900;
    bottom: 40px !important;
    background-color: transparent;
}
.amgdprcookie-modal-container .amgdprcookie-modal-template{
    bottom: 0;
    transform: translateX(-50%);
    max-width: 550px;
    left: 50%;
    width: 100%;
}
.amgdprcookie-policy-container{
    background: #fff;
    border-radius: 10px;
    max-width: 540px;
}
.amgdprcookie-modal-template .amgdprcookie-buttons-block .amgdprcookie-button{
    font-size: 16px;
    background: #fff;
    color: #5fa895;
    text-transform: capitalize;
    padding: 0px 15px;
    border-radius: 5px;
    border: 1px solid #5fa895 !important;
    width: 100%;
    flex: 0 0 calc(33.33% - 6px);
    border-color: #5fa895;
    border-radius: 5px;
    letter-spacing: normal;
    font-weight: 100;
}
.amgdprcookie-buttons-block{
    flex-direction: row;
    gap: 5px;
}
.amgdprcookie-modal-template .amgdprcookie-button.-settings{
    order: 3 !important;
    background: #5fa895 !important;; 
    color: #fff !important;;
}
.amgdprcookie-modal-template .amgdprcookie-button.-decline{
    order: 1 !important;
}
.amgdprcookie-buttons-block .amgdprcookie-button:hover{
    opacity: 1 !important;
}
.amgdprcookie-modal-template  .amgdprcookie-policy-container{
    padding: 25px 25px;
}
.amgdprcookie-text-container h3 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 0;
    color: #66605a;
    font-family: 'Avenir book';
}
.amgdprcookie-text-container p a{
    text-decoration: underline;
    color: #5fa895;
}
.amgdprcookie-modal-template .amgdprcookie-buttons-block .amgdprcookie-button.-save{
    background-color: #FFF;
}
.amgdprcookie-modal-template .amgdprcookie-policy{
    color: #66605a;
    }
    .cc-window.cc-floating.cc-type-info.cc-theme-classic{
        display: none;
    }
    /*cookies bar*/
    .amgdprjs-bar-template .modal-popup._show.amgdprcookie-bar-container {
        background: #fff;
        border-radius: 10px;
        max-width: 540px;
        margin: 0 auto;
        padding: 20px;
        display: block;
        position: relative;
        z-index: 999999999999999999999!important;
    }
    .amgdprjs-bar-template .cookie-heading strong {
        font-size: 30px;
        font-weight: 700;
        margin-bottom: 20px;
        margin-top: 0;
        display: block;
        color: #66605a;
        font-family: 'Avenir book';
    }
    .amgdprjs-bar-template .amgdprcookie-bar-container .amgdprcookie-button.-decline {
    
        background-color: #FFFFFF;
        border-color: #FFFFFF;
        color: #79C1AE;
    }
    .amgdprcookie-bar-container .amgdprcookie-buttons-block .amgdprcookie-button {
        padding:10px;
    }
    .amgdprjs-bar-template .amgdprcookie-button {
            font-size: 16px;
            background: #fff;
            color: #5fa895;
            text-transform: capitalize;
            padding: 10px;
            border-radius: 5px;
            border: 1px solid #5fa895 !important;
            width: 100%;
            flex: 0 0 calc(33.33% - 6px);
            border-color: #5fa895;
            border-radius: 5px;
            letter-spacing: normal;
            font-weight: 100;
            transition: opacity .3s ease, color .3s ease-out, background-color .3s ease-out, border .3s ease-out;
    }
    
    .amgdprjs-bar-template .amgdprcookie-policy {
         font-size: 16px;
        color: #66605a;
    }
    .amgdprjs-bar-template {
        bottom: 65px !important;
        z-index: 9999999999999999999999;
    }
    .amgdprjs-bar-template .amgdprcookie-buttons-block {
        gap:unset;
    }
    
    .amgdprcookie-cookie-settings-modal .modal-header {
        flex-direction: row;
        align-items: center;
    }
    
    .amgdprcookie-cookie-settings-modal .modal-header .amgdprcookie-description.hello  {
        font-size: 18px;
        font-weight:600;
        margin-bottom: 20px;
    }
    
    .amgdprcookie-cookie-settings-modal .amgdprcookie-description {
        font-size: 18px;
        font-weight: 600;
    }
    
    .amgdprcookie-cookie-settings-modal .right-amgdprcookie-text {
        display: block;
        text-align: end;
        width: 100%;
        font-size: 16px;
        color: #5FA693;
        font-family: 'Avenir Light';
    }
    
    
    .amgdprcookie-cookie-settings-modal .amgdprcookie-cookie-settings-modal .modal-inner-wrap .amgdprcookie-done{
          font-size: 13px;
          max-width: 40%;
    }
    
    .amgdprcookie-cookie-settings-modal .amgdprcookie-button.-allow.-save {
        max-width: 30%;
        width: 100%;
        font-size: 12px;
        margin-top: 0;
        background-color: #5FA693;
    }
    
    .amgdprcookie-cookie-settings-modal.modal-popup .modal-inner-wrap{
        top:15%;
    }
    .amgdprcookie-cookie-settings-modal{
        z-index:99999999999999999 !important;
    }
    .amgdprcookie-cookie-settings-modal .amgdprcookie-description>span {
        font-weight: normal;
        font-size: 16px;
        line-height: 28px;
    }
    .amgdprcookie-cookie-settings-modal:after {
        content: "";
        position: fixed;
        background: #000;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        opacity: .3;
        z-index:0;
    }
    
    .modal-popup._show .modal-inner-wrap {
        z-index: 99999999999999999!important;
    }
    .modals-overlay{
        z-index:unset !important;
    }
    
    .amgdprcookie-main-wrapper .amgdprcookie-main-wrapper {
        margin-top: 20px;
    }
    .amgdprcookie-cookie-settings-modal .modal-inner-wrap .amgdprcookie-done,
    .amgdprcookie-cookie-settings-modal .amgdprcookie-button.-decline{
        font-size: 14px;
        background: #fff;
        color: #5FA693;
        text-transform: capitalize;
        padding: 10px;
        border-radius: 5px;
        border: 1px solid #5fa895 !important;
        width: 100%;
        flex: 0 0 calc(33.33% - 6px);
        border-color: #5fa895;
        border-radius: 5px;
        letter-spacing: normal;
        font-weight: 100;
        transition: opacity .3s ease, color .3s ease-out, background-color .3s ease-out, border .3s ease-out;
        height: 40px;
        margin: 0;
        padding: 4px 15px;
    }
    
    .amgdprcookie-cookie-settings-modal .modal-inner-wrap .amgdprcookie-caption {
        color: #000;
        font-size: 16px;
        margin-bottom: 10px;
        line-height: 1;
    }
    .amgdprcookie-cookie-container {
        margin-bottom: 0;
    }
    .amgdprjs-bar-template:has(._show):after {
        content: "";
        background: rgba(0,0,0,0.51);
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .amgdprjs-bar-template:has(._show){
        z-index: 9999999999999999999999 !important;
    }
    .amgdprcookie-cookie-settings-modal .modal-inner-wrap .amgdprcookie-done {
        color: #5FA693 !important;
        background: #fff !important;
    }
    .amgdprcookie-buttons-block .amgdprcookie-button{
        padding:0px;
    }
    @media screen and (max-width:991px){
        .amgdprcookie-cookie-settings-modal .modal-inner-wrap .amgdprcookie-done, .amgdprcookie-cookie-settings-modal .amgdprcookie-button.-decline {
        font-size: 16px;}
    }
    @media screen and (max-width: 767px) {
        .amgdprcookie-cookie-settings-modal .modal-inner-wrap .amgdprcookie-done, .amgdprcookie-cookie-settings-modal .amgdprcookie-button.-decline {
         max-width:100%;
            margin-top:10px;
        }
        .amgdprcookie-cookie-settings-modal .amgdprcookie-button.-allow.-save {
        max-width: 100%; 
            margin-top:10px;
    }
        .amgdprcookie-cookie-settings-modal .amgdprcookie-description>span {
        font-size: 16px;
    }
        .amgdprcookie-toggle-cookie .amgdprcookie-label:after {
        height: 16px;
        width: 16px;
    }
        .amgdprcookie-toggle-cookie .amgdprcookie-label {
        height: 20px;
        width: 42px;
    }
    }
    
    
    /*end cookies bar*/
/*media css responsive*/
@media (max-width: 767px){
    img#back_top {
        display: none !important;
    }
}
@media (min-width: 768px){
    img#back_top_mbl {
        display: none !important;
    }
}
@media screen and (max-width: 1699px) {
    .gress_wraper {
        padding: 50px 50px 50px;
    }

    .gress_text {
        padding: 0 20px 0 0;
    }

    .gress_text h4 {
        font-size: 24px;
        margin-bottom: 30px;
    }

    .gress_text span {
        font-size: 18px;
    }

    .domande-section {
        padding: 40px 30px;
    }

    .domande-section .domande-item .item-img img {
        width: 135px;
    }

    .domande-section .domande-title h2 {
        font-size: 48px;
        line-height: 1.1;
    }

    .domande-section .domande-item .item-detail h5 {
        font-size: 18px;
        line-height: 24px;
    }

    .domande-section .domande-item .item-detail h4 {
        font-size: 22px;
        line-height: 30px;
    }


    .question-title {
        padding: 30px 40px;
    }

    .question_contents {
        padding: 25px 30px;
        font-size: 16px;
    }

    .question_contents h4 {
        font-size: 18px;
    }

    .page-layout-1column.catalog-product-view .product-tab-section.native {
        padding: 0;
    }

    /* footer css */
    .footer-logo img {
        max-width: 160px;
        margin-bottom: 40px;
    }

    .footer-logo h5 {
        font-size: 28px;
    }

    .footer-logo {
        padding: 90px 0 60px;
    }

    .widget-menu h6 {
        font-size: 17px;
    }

    .widget-menu ul li {
        padding: 0;
    }

    .widget-menu ul li a {
        font-size: 14px;
    }

    .copyright p {
        font-size: 12px;
    }

    .copyright {
        padding: 35px 0;
    }

    .scan img {
        max-width: 100px;
    }

    .copyright ul li {
        padding-left: 35px;
    }

    .footer.content ul.social-icons li {
        margin: 2px 6px 6px 0;
    }

    .footer.content ul.social-icons li img {
        max-width: 40px;
    }

    .story-heading {
        max-width: 550px;
    }
}

@media screen and (max-width:1499px) {
    .gress_text h4 br {
        display: none;
    }

    .gress_text h4 {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .gress_text {
        padding: 0;
    }

    .domande-section .domande-title h2 {
        font-size: 38px;
    }

    .domande-section .domande-title {
        padding-left: 20px;
    }

    .domande-section .domande-item .item-img img {
        width: 145px;
    }

    .domande-section .domande-item .item-detail {
        margin-left: 10px;
    }

    .domande-section .domande-item .item-detail h4 {
        font-size: 20px;
    }

    .domande-section .domande-item .item-detail h5 {
        font-size: 16px;
    }
}

@media screen and (max-width: 1199px) {
    .gress_text {
        margin-bottom: 30px;
    }

    .footer-social {
        text-align: center;
    }

    .footer-payment_gateway {
        padding: 10px 0;
    }

    .footer-payment_gateway .container .col {
        text-align: center;
        padding: 8px 10px;
    }

    .footer-payment_gateway .container .row {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .footer-payment_gateway .payment-row .payment-col img {
        max-width: 120px;
        max-height: 25px;
    }
}

@media screen and (max-width: 1024px) {
    .footer-payment_gateway .container .col {
        -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
        text-align: center;
        padding: 10px 0;
    }

    .footer-logo {
        padding: 60px 0 60px;
    }

    .third_service_img {
        margin-bottom: 5px !important;
    }
}

@media screen and (max-width: 991px) {
    .domande-section .domande-title h2 {
        font-size: 30px;
    }

    .domande-section .col-4 {
        width: 50%;
    }

    .domande-section .col-3 {
        width: 100%;
    }

    .domande-section .domande-title {
        padding-left: 0;
        padding-bottom: 15px;
    }
}

@media screen and (max-width: 767px) {
    .amgdprcookie-text-container h3{
        font-size: 25px;
        margin-bottom: 5px;
    }
	.amgdprcookie-modal-container .amgdprcookie-modal-template{
        bottom: 0 !important;
    }
    .gress_wraper {
        padding: 50px 15px;
    }

    .gress_holder .col-sm-12.col-lg-9 {
        width: 100%;
    }

    .gress_video .video {
        width: 100%;
        height: initial;
        min-height: 300px;
    }

    section.domande-section {
        padding: 30px 15px;
    }

    .domande-section .col-3,
    .domande-section .col-4 {
        width: 100%;
        padding: 10px 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .domande-section .domande-title {
        padding-left: 0;
    }

    .domande-section .domande-title h2 {
        font-size: 26px;
    }

    .gress_text span {
        font-size: 14px;
        line-height: 1.5;
    }

    .domande-section .domande-item .item-img img {
        width: 120px;
    }

    .domande-section .domande-item .item-detail h5 {
        font-size: 14px;
        line-height: 1.2;
        margin-bottom: 10px;
    }

    .domande-section .domande-item .item-detail h4 {
        font-size: 16px;
        margin: 0;
        line-height: 1;
    }

    .question-title {
        padding: 20px;
    }

    .question-title ul li:nth-child(2) {
        padding-left: 0;
        border-left: 0;
        margin: 0;
    }

    .question_contents {
        padding: 20px 20px;
        font-size: 14px;
    }

    .export p {
        padding-top: 0;
    }

    /* footer css */
    .footer-logo img {
        max-width: 120px;
        margin-bottom: 20px;
    }

    .footer-logo h5 {
        font-size: 20px;
    }

    .footer-logo {
        padding: 0 0 40px;
    }

    .copyright {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 25px 0;
    }

    .copyright p {
        margin-bottom: 20px;
        text-align: center;
    }

    .copyright ul li {
        padding: 0 15px;
        padding-left: 0;
    }

    .copyright ul {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
    }

    .footer-main .column-12 {
        width: 100% !important;
    }

    .scan {
        margin-bottom: 30px;
    }

    .footer-payment_gateway .container .col {
        -ms-flex-preferred-size: 22%;
        flex-basis: 22%;
        text-align: center;
        padding: 8px 0;
    }

    .footer-main.mobile-footer .container {
        padding: 0 15px;
    }

    .widget-menu ul {
        display: none;
        -webkit-transition: 0.4s ease-in-out;
        transition: 0.4s ease-in-out;
    }

    .widget-menu ul.active {
        display: block;
        -webkit-transition: 0.4s ease-in-out;
        transition: 0.4s ease-in-out;
    }

    .widget-menu h6 {
        font-size: 12px;
        padding-bottom: 6px;
        border-bottom: 1px solid rgb(66 63 59 / 60%);
        position: relative;
        margin-bottom: 0;
        letter-spacing: 0.5px;
        margin-top: 0;
    }

    .widget-menu h6 i {
        position: absolute;
        right: 5px;
        top: 10px;
        display: block;
    }

    .widget-menu h6.active i:before {
        content: "\f068";
    }

    .footer-social {
        padding-top: 10px;
    }

    .social-options {
        margin-top: 0;
    }

    .social-options ul.options li {
        padding: 13px 15px;
        font-size: 13px;
    }
    /* popup css */
    .amgdprcookie-buttons-block{
        flex-direction: row;
        gap: 0 5px;

    }
    .amgdprcookie-buttons-block.-settings {
        padding: 10px 0 20px 0;
    }
    .amgdprcookie-modal-template .amgdprcookie-buttons-block .amgdprcookie-button{
        flex: 0 0 100%;
        max-width: 100%;
    }
    .amgdprcookie-modal-container .amgdprcookie-modal-template{
        height: 100%;
        max-height: 75vh;
    }
    .amgdprcookie-modal-container .amgdprcookie-modal-template{
        min-width: 1px;
        max-width: 100%;
        height:fit-content ;

    }
    .amgdprcookie-modal-container.modal-popup.modal-slide{
        display: flex;
        justify-content: flex-end;
        background: transparent;
        align-items: flex-end;
    }
    .amgdprcookie-modal-template .amgdprcookie-policy-container{
        position: static;
        width: 100%;
        padding: 15px  !important;
        max-width: 100%;
    }
}

/* popup css start here */

div#social-login-popup {
    background: transparent;
    max-width: 570px;
    border-radius: 0;
    top: 45px;
    position: fixed;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    width: 100%;
    display: none;
}

.amsl-login-success+div {
    display: none;
}

.amsl-login-success {
    text-align: center;
    color: #FFF;
}

div#social-login-popup:before {
    content: "";
    background: #BCB7B2;
    width: 100%;
    height: 100%;
    position: absolute;
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    z-index: -1;
    -webkit-transform-origin: top right;
    transform-origin: top right;
}

div#amsl-login-content .amsl-form h3#block-customer-login-heading {
    display: none;
}

form#login-form fieldset.login .field label.label {
    display: none;
}

form#login-form fieldset.login .field .control {
    position: relative;
}

form#login-form fieldset.login .field .control input {
    position: relative;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    border: 0;
    color: #fff;
    font-size: 14px;
    height: auto;
    background: #ffffff52;
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    padding: 8px 15px;
}

form#login-form fieldset.login .field.email {
    position: relative;
    left: 15px;
}

div#amsl-login-content .amsl-form .form-middle-fields {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}

div#amsl-login-content .amsl-form .form-middle-fields .field {
    width: 100%;
}

form#login-form fieldset.login .secondary {
    position: relative;
    text-align: left;
    margin-left: -10px;
    margin-top: 0;
    margin-right: 15px;
}

form#login-form fieldset.login .field {
    margin-bottom: 8px;
}

div#amsl-login-content .amsl-form {
    max-width: 300px;
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    width: 100%;
    min-width: auto;
}

form#login-form fieldset.login .secondary {
    position: relative;
    text-align: left;
}

form#login-form fieldset.login .secondary a.action {
    color: #4D4A46;
    font-size: 12px;
    font-family: 'Avenir Medium';
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-transition: background-color 5000s;
    transition: background-color 5000s;
    /* -webkit-text-fill-color: #fff !important; */
}

.amsl-popup-block .actions-toolbar {
    position: relative;
    margin-top: 0;
}

.amsl-popup-block .actions-toolbar .primary button.action {
    background: transparent !important;
    border: 0;
    padding: 8px 33px;
    min-width: auto;
    width: auto;
    height: auto;
    color: rgb(255 255 255 / 45%);
    font-size: 14px;
    border-radius: 0;
    font-family: 'Avenir Medium';
    position: relative;
    outline: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.amsl-popup-block .actions-toolbar .primary button.action::before {
    content: "";
    background: #4D4A46;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    top: 0;
}

.amsl-popup-block .actions-toolbar .primary button.action:hover {
    border: 0;
}

.amsl-popup-block .actions-toolbar .primary button.action span {
    -webkit-transform: skewX(0deg);
    transform: skewX(0deg);
    position: relative;
}

.amsl-popup-block .actions-toolbar .primary {
    float: none;
    text-align: right;
}

.login-modal .amsl-social-wrapper .amsl-social-login {
    border-radius: 0 !important;
    background: transparent;
    text-align: left;
    min-height: auto;
    position: relative;
}

.login-modal .amsl-social-wrapper .amsl-social-login span.amsl-socialtitle {
    color: rgb(255 255 255 / 35%);
    text-transform: uppercase;
    font-size: 24px;
    font-family: 'Avenir Black';
    letter-spacing: 0;
    padding: 0 15px;
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
}

.login-modal .amsl-social-wrapper .amsl-social-login ul.amsl-social-buttons {
    display: block;
    text-align: center;
    position: relative;
    margin-bottom: 25px;
    width: 100%;
}

.login-modal .amsl-social-wrapper .amsl-social-login ul.amsl-social-buttons li {
    display: inline-block;
    margin: 12px 10px 2px;
    position: relative;
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
}

.login-modal .amsl-social-wrapper .amsl-social-login ul.amsl-social-buttons li a {
    width: 40px;
    height: 40px;
}

.login-modal .amsl-social-wrapper .amsl-social-login ul.amsl-social-buttons li a span.amsl-social-icon {
    background-size: 16px;
}

.login-modal .amsl-social-wrapper .amsl-social-login ul.amsl-social-buttons li a.amsl-button.-facebook span.amsl-social-icon {
    background-size: 10px;
}

.login-modal .amsl-social-wrapper .amsl-social-login ul.amsl-social-buttons:before {
    content: "";
    background: rgb(255 255 255 / 34%);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
}

.login-modal .amsl-social-wrapper {
    margin: 0 !important;
    padding-top: 20px;
}

.login-modal div#amsl-login-content {
    padding-bottom: 0;
    clear: both;
    padding-top: 40px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.login-modal ul.am-tablist {
    position: relative;
    float: left;
    min-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.login-modal {
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    -webkit-transform-origin: top right;
    transform-origin: top right;
}

.login-modal ul.am-tablist li.amsl-title {
    background: rgb(77 74 70 / 31%);
    display: inline-block;
    margin-bottom: 0;
    padding: 10px 20px;
    text-transform: uppercase;
    font-size: 16px;
    font-family: 'Avenir Medium';
    width: 100%;
    text-align: center;
}

.login-modal ul.am-tablist li.amsl-title a {
    color: rgb(255 255 255 / 45%);
    letter-spacing: 0.5px;
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
}

div#social-login-popup span.amsl-close {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    right: -20px;
    top: 15px;
    z-index: 99;
    cursor: pointer;
    background-repeat: no-repeat;
}

div#amsl-register-content .amsl-form {
    padding-top: 60px;
    margin-bottom: 20px;
}

div#amsl-register-content .amsl-form fieldset.fieldset {
    margin-bottom: 10px;
}

div#amsl-register-content .amsl-form fieldset.fieldset label.label {
    font-size: 12px;
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    margin: 0;
    color: #fff;
}

.login-modal .amsl-form fieldset.fieldset .control input {
    border: 0;
    border-radius: 0;
    padding: 8px 15px;
    height: auto;
    font-size: 13px;
    background: rgb(77 74 70 / 34%);
    color: rgb(255 255 255 / 45%);
    outline: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

div#amsl-register-content .amsl-form fieldset.fieldset .field label.label::before {
    left: 4px;
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    position: relative;
    bottom: -4px;
}

.amsl-register-content .field {
    margin-bottom: 10px;
}

div#password-strength-meter {
    font-size: 12px;
    height: auto;
    line-height: 2;
}

.amsl-popup-block .amsl-register-content {
    width: 100% !important;
}


/*---------- Brand Page --------*/

body.cms-i-nostri-marchi {
    background-color: #f0f0f0;
}

body.cms-i-nostri-marchi .breadcrumbs {
    padding-top: 20px;
    padding-bottom: 20px;
}

body.cms-i-nostri-marchi .page-main {
    width: 100% !important;
    max-width: 1440px !important;
}

body.cms-i-nostri-marchi .page-title-wrapper .page-title {
    font-weight: 700 !important;
    color: #575757;
}

.box-under-first-image .central-block {
    font-size: 16px;
    line-height: 26px;
    max-width: 1000px;
    padding: 0 10px 20px;
}

.box-under-first-image .new-central-block {
    padding: 0 0 30px;
}

.box-under-first-image .new-central-block a {
    font-size: 15px;
    margin: 0 7px;
    letter-spacing: 0.5px;
}

.project_section .col-box {
    padding-bottom: 0;
}

.project_section .boxes {
    position: relative;
    overflow: hidden;
    line-height: 0;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    margin-bottom: 30px;
}

.project_section .boxes:after {
    content: "";
    background: rgb(0 0 0 / 70%);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.project_section .boxes:hover::after {
    opacity: 1;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.project_section .boxes .box-title-images {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 3;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.1;
    visibility: hidden;
    text-transform: uppercase;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.project_section .boxes:hover .box-title-images {
    visibility: visible;
}

.project_section .top-block .box-under-first-image {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.project_section .page-title {
    margin: 15px 0;
}

.project_section .last-block {
    margin: 0 0 30px;
    padding: 15px;
    -webkit-box-shadow: 0 0 6px rgb(0 0 0 / 10%);
    box-shadow: 0 0 6px rgb(0 0 0 / 10%);
}

.project_section .last-block .page-title {
    margin-bottom: 30px;
}

.project_section .boxes .box-title-images a .fa {
    font-size: 26px;
}

.project_section .boxes .box-title-images a {
    font-size: 0;
    line-height: 0;
    color: #FFF;
    margin: 0 10px;
}

.project_section .form-content {
    -webkit-box-shadow: 0 0 9px rgb(0 0 0 / 2%);
    box-shadow: 0 0 9px rgb(0 0 0 / 2%);
    background: #f5f5f5;
    padding: 30px 20px;
    max-width: 900px;
    margin: 0 auto;
}

.project_section .form-content label.required {
    font-size: 14px;
    font-weight: 500;
    color: #333333;
}

.project_section .form-content span.help-block {
    font-size: 16px;
    font-weight: 500;
    color: #333333;
    line-height: 1.6;
    display: block;
    margin-top: 15px;
}

.project_section .form-list.row {
    margin-top: 0;
}

.project_section .form-content .form-custom-html {
    margin-bottom: 20px;
}

.project_section .form-content label.required {
    font-size: 16px;
    font-weight: 500;
    color: #333333;
    margin-bottom: 0px;
}

.project_section .form-list.row input,
.project_section .form-list.row textarea {
    min-height: 38px;
    border-radius: 5px;
}

.cms-i-nostri-marchi .page-wrapper .nav-sections,
.amblog-index-index .page-wrapper .nav-sections,
.page-wrapper .nav-sections {
    display: none;
}


/*-------- Blog page -----------*/


.cms-index-index .client-container,
.page-products  .client-container,
.catalog-product-view .client-container {
    background: none;
    position: relative;
    z-index: 1;
}

.cms-index-index .load-more {
    bottom: -45px;
    position: relative;
}

.cms-index-index .client-container:after,
.page-products  .client-container:after,
.catalog-product-view .client-container:after{
    content: "";
    background-image: url(../../frontend/Netsteps/default/it_IT/images/client-bg.svg);
    background-repeat: no-repeat;
    background-position: left top;
    padding: 30px;
    background-size: auto 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.cms-index-index .blog-div:nth-last-child(2),
.page-products .blog-div:nth-last-child(2),
.catalog-category-view .blog-div:nth-last-child(2) {
    margin-bottom: 0;
}

.cms-index-index .blog-div .blog-btn {
    margin-left: 10px;
    margin-right: 10px;
}

.amblog-index-index .breadcrumbs,
.amblog-index-post .breadcrumbs {
    background-color: #f3f3f3;
    padding: 30px 20px;
    max-width: 1600px;
}

.amblog-index-index .page-main .columns {
    padding-bottom: 30px;
}


.amblog-index-index .page-main .columns .sidebar-main .amblog-element-block {
    background: #FFF;
}

.amblog-index-index .page-main .columns .sidebar-main .amblog-title {
    border: 1px solid #e9e9e9;
}

.amblog-title .categotyblogtitle {
    color: #66605A;
    font-size: 16px;
    letter-spacing: 0.5px;
    font-weight: 700;
}

.amblog-element-block .amblog-categories.-level1>.amblog-category {
    padding: 15px;
    text-transform: uppercase;
}

.amblog-element-block .amblog-categories .amblog-link:hover {
    color: #5fa895;
}

.amblog-index-index .list {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
    margin-bottom: 30px;
}

.amblog-index-index .list .list-item.dimos {
    display: block;
    width: 50% !important;
    padding: 0 15px;
    margin-bottom: 30px;
}

.amblog-container.grid .list-item.dimos .list-content {
    background: #fff !important;
    padding-bottom: 30px;
    height: 100%;
    margin: 0 !important;
    -webkit-box-shadow: 0 0 6px rgb(0 0 0 / 10%);
    box-shadow: 0 0 6px rgb(0 0 0 / 10%);
}

.amblog-container.grid .list-item.dimos .post-thumbnail a {
    display: block;
}

.amblog-container.grid .list-item.dimos .post-thumbnail .thumbnail {
    width: 100%;
}

.amblog-container.grid .list-item.dimos .ns-image-title .ns-post-header h3 {
    text-align: center;
    padding: 0;
    margin: 0 0 0 5px !important;
    width: 62%;
    font-family: "Open Sans", sans-serif !important;
    font-weight: 700 !important;
}

.amblog-container.grid .list-item.dimos .list-content p {
    padding: 0 20px;
    font-size: 16px;
    line-height: 1.6;
    color: #66605a;
}

.amblog-container.grid .list-item.dimos .ns-line-maker::before,
.amblog-container.grid .list-item.dimos .ns-line-maker::after {
    display: none !important;
}

.amblog-container.grid .list-item.dimos .ns-line-maker .button.am-read-more {
    z-index: 1 !important;
    background-color: #79c1ae;
    border-radius: 40px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 15px;
    padding: 3px 25px;
    font-family: 'Avenir Medium';
}

.amblog-index-index .page-wrapper {
    background-color: #f3f3f3;
}

.amblog-index-index .page-wrapper,
.amblog-index-post .page-wrapper,
body.amblog-index-category {
    background-color: #f3f3f3;
}

body #mteo_popup_bg_layer #mteo_popup_content .background-tiles .formbuilder-form .form-content {
    width: 100%;
}

#mteo_popup_content .background-tiles .form-content .formbuilder .form-list.row>.email,
#mteo_popup_content .background-tiles .form-content .formbuilder .form-list.row>.row {
    width: 100%;
    padding: 0 15px;
}

html body #mteo_popup_bg_layer #mteo_popup_content .background-tiles .formbuilder-form .form-content form.formbuilder.form .buttons-set button.formbuilder-button {
    margin-top: 0;
    padding: 20px 20px !important;
}

.amblog-element-block {
    font-size: 16px;
}

.amblog-post.ns-post {
    padding-top: 20px;
}

.amblog-index-index .page-main,
body.amblog-index-index .page-main,
body.amblog-index-post .page-main,
body.amblog-index-category main#maincontent,
.faq-question-view .page-wrapper .page-main,
.faq-category-view .page-wrapper .page-main,
.checkout-onepage-success .page-main,
.amasty_quote-quote-success .page-main {
    max-width: 1600px !important;
    width: 100% !important;
    padding-right: 15px !important;
    padding-left: 15px !important;
}

.amblog-post.ns-post .post-thumbnail {
    text-align: center;
}

.amblog-post.ns-post .ns-image-title header.ns-post-header {
    position: relative;
    background: transparent;
    text-align: center;
    left: 0;
    -webkit-clip-path: none;
    clip-path: none;
    bottom: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 40px 0 0;
}

.amblog-post.ns-post .ns-image-title header.ns-post-header h3 {
    padding: 0;
    margin: 0;
    color: #66605A;
    font-size: 30px;
    text-transform: none;
    font-family: 'Avenir Medium';
}

.amblog-post.ns-post .am-content .row-full-width-inner {
    max-width: 100%;
    font-size: 16px;
    color: #4D4A46;
    line-height: 1.5;
}

/* modal css start */
#confirmOverlay #confirmBox {
    left: 0;
    width: 100%;
    margin: 0 auto !important;
    max-width: 600px !important;
    border-radius: 0;
    background: #fff !important;
    padding: 30px;
    top: 0 !important;
    -webkit-transform: translate(0, 0) !important;
    transform: translate(0, 0) !important;
    overflow-x: hidden;
}

#confirmOverlay #confirmBox span.cross {
    color: #000;
    border: 1px solid #000;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 100%;
    font-size: 31px;
    font-weight: 200;
    font-family: 'Avenir Light';
    top: 15px;
    right: 15px;
}

#confirmOverlay #confirmBox div#messageBox {
    background: transparent;
}

#confirmOverlay #confirmBox div#messageBox h1 {
    background: transparent;
    margin: 20px 0;
    font-family: 'Avenir Heavy';
    display: none;
}

#confirmOverlay #confirmBox div#messageBox p.text {
    font-family: 'Avenir Book';
    font-size: 18px;
    color: #66605a;
}

#confirmOverlay #confirmBox div#messageBox a.added-item {
    font-size: 16px;
    color: #66605a;
    font-family: 'Avenir Heavy';
    margin: 0 !important;
    padding-top: 25px;
}

#confirmOverlay #confirmBox div#messageBox .am-photo-container {
    margin: 20px 0;
    text-align: center;
}

#confirmOverlay #confirmBox div#confirmButtons {
    background: transparent;
    margin-bottom: 0 !important;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

#confirmOverlay #confirmBox div#confirmButtons button.button.am-btn-right {
    background: #5fa693 !important;
    height: auto;
    border: 1px solid #5fa693 !important;
    padding: 9px 32px;
    font-size: 16px;
    line-height: 1.2;
    width: auto;
    margin: 5px auto;
    color: #fff;
    letter-spacing: .5px;
    position: static;
    min-width: 100px;
}

#confirmOverlay #confirmBox div#confirmButtons button.button.am-btn-right[title="Vai al carrello"],
#confirmOverlay #confirmBox div#confirmButtons button.button.am-btn-right[title="Zum Warenkorb"],
#confirmOverlay #confirmBox div#confirmButtons button.button.am-btn-right[title="Voir le panier"],
#confirmOverlay #confirmBox div#confirmButtons button.button.am-btn-right[title="Ve al carrito"],
#confirmOverlay #confirmBox div#confirmButtons button.button.am-btn-right[title="View cart"] {
    color: #3a3734;
    background: transparent !important;
    border-color: #3a3734 !important;
    font-weight: 500;
}

#confirmOverlay #confirmBox #confirmButtons .am-btn-left {
    display: none;
}

#confirmOverlay #confirmBox div#confirmButtons button.button.am-btn-right font {
    font-family: 'Avenir Medium';
}

#confirmOverlay #confirmBox div#confirmButtons .checkout {
    background: #4D4A46 !important;
    height: auto;
    border: 1px solid #4D4A46 !important;
    padding: 10px 30px;
    font-size: 14px !important;
    border-radius: 40px !important;
    width: auto;
    letter-spacing: 0.5px;
    display: inline-block;
    margin: 5px 10px;
    color: #fff;
    line-height: 1.2;
}

/* main modal */
#mteo_popup_bg_layer {
    background: rgb(0 0 0 / 40%) !important;
    position: fixed !important;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#mteo_popup_bg_layer #mteo_popup_content {
    top: 50%;
    transform: translateY(-50%);
}

div#mteo_popup_bg_layer div#mteo_popup_content {
    position: relative;
    transform: translateY(-50%);
    top: 50%;
    left: 0;
    margin: auto !important;
    max-height: 100vh;
    overflow: auto;
    max-width: 900px;
}

div#mteo_popup_bg_layer .form_img img {
    height: 100%;
}

body #mteo_popup_bg_layer a.mteo-close {
    position: absolute;
    text-decoration: none;
    background: #fff;
    -webkit-box-shadow: 0 5px 6px rgb(0 0 0 / 20%);
    box-shadow: 0 5px 6px rgb(0 0 0 / 20%);
}

body #mteo_popup_bg_layer #mteo_popup_content .background-tiles .formbuilder-form .form-content {
    max-width: 100%;
    width: 100% !important;
    padding: 0 40px !important;
}

#mteo_popup_content .background-tiles .form-content .formbuilder .form-list.row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 30px !important;
}

body.amsl-popup-observed #mteo_popup_bg_layer #mteo_popup_content .background-tiles .formbuilder-form {
    min-width: 100% !important;
    width: 100%;
    max-width: 100%;
}

#mteo_popup_bg_layer #mteo_popup_content {
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}


/* modal css end */
.cms-no-route .page-wrapper main#maincontent {
    border: 0;
    padding: 50px 0;
}

.cms-no-route .page-wrapper dl {
    font-size: 18px;
}

.cms-preventivi .page-title-wrapper {
    margin: 50px 0;
}

.cms-preventivi .page-title-wrapper span {
    background: transparent;
    font-size: 34px;
    font-family: 'Avenir Black' !important;
    padding-bottom: 15px;
    margin: 0;
    color: #4D4A46;
}

.cms-preventivi .page-title-wrapper:before {
    display: none;
}

.cms-preventivi .quotation-end .ns-icon .text-center {
    text-align: center;
    width: 100%;
}

.cms-preventivi .quote-section {
    width: 100%;
}

.cms-preventivi .section-title {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.cms-protezione-acquirenti .home-bathroom-items,
.cms-protezione-acquirenti .service-icon-main,
.cms-protezione-acquirenti .text-center {
    width: 100%;
    text-align: center;
}

.cms-preventivi .home-bathroom-items,
.cms-preventivi .service-icon-main,
.cms-preventivi .text-center {
    width: 100%;
    text-align: center;
}

.row.blog_button {
    margin: 0;
}

.blog_button button.blog_button {
    background: #5fa895;
    border: 1px solid #5fa895;
    font-size: 14px;
    border-radius: 40px;
    margin: 1rem 0;
    letter-spacing: 0.5px;
}


@media(max-width:991px) {
    body.cms-i-nostri-marchi .page-title-wrapper .page-title {
        font-size: 30px;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 767px) {
    .services-desc ul li img {
        max-width: 72px;
        margin-bottom: 5px;
        max-height: 80px;
        min-width: 72px;
    }

    .services-section .services-header ul {
        max-width: 300px;
        margin: 0 auto;
        justify-content: space-between;
    }

    .services-header ul li {
        display: block;
        max-width: 40%;
        width: 100%;
        padding: 0;
        text-align: right;
    }

    .services-section .services-header ul li:last-child {
        max-width: 55%;
        text-align: left;
        padding-left: 15px;
    }

    .services-section .services-header ul li img {
        max-width: 80px;
    }

    .services-desc ul {
        max-width: 300px;
        margin: 0 auto;
    }

    .services-desc ul li p {
        max-width: unset !important;
        font-size: 15px;
        line-height: 1.3;
        text-align: left;
        margin: 0 0 0 15px;
        width: 100%;
        font-weight: 500;
    }

    .services-desc ul li a {
        display: flex;
        align-items: center;
        width: 100%;
        justify-content: space-between;
    }

    .services-section .service-image {
        width: 40%;
        float: left;
        text-align: right;
    }

    .services-section .service-desc {
        width: 55%;
    }

    .footer-payment_gateway .payment-row .payment-col img {
        max-width: 90px;
        max-height: 15px;
        margin: 0 auto;
    }

    .footer-payment_gateway .payment-row .payment-col:last-child img {
        max-height: 30px;
    }

    .footer-payment_gateway .payment-row {
        justify-content: center;
    }

    .footer-payment_gateway .payment-row .payment-col {
        padding: 5px;
        width: 25%;
        text-align: center;
    }

    .amsearch-results.newly .amsearch-products.-waste span.notfound {
        margin-left: 0;
        max-width: 100%;
    }

    .filter-options input[type="checkbox"]+.amshopby-choice:after {
        background-color: #5fa895;
    }

    .am_shopby_apply_filters .am-show-button button {
        background-color: #5fa895;
        border-color: #5fa895;
    }

    .filter-options input[type="checkbox"]+.amshopby-choice:before,
    .filter-options input[type="checkbox"]+.amshopby-choice:after {
        width: 15px;
        background-size: 16px !important;
        height: 15px;
    }

    .filter-options input[type="checkbox"]+.amshopby-choice {
        top: 3px;
    }

    .filter-options input[type="checkbox"]+.amshopby-choice:hover:before,
    .filter-options input[type="checkbox"]:checked+.amshopby-choice:before {
        border-color: #5fa895;
    }

    .amblog-index-index .page-main,
    body.amblog-index-index .page-main,
    body.amblog-index-post .page-main,
    body.amblog-index-category main#maincontent,
    .faq-question-view .page-wrapper .page-main,
    .faq-category-view .page-wrapper .page-main,
    .checkout-onepage-success .page-main,
    .amasty_quote-quote-success .page-main {
        max-width: 100% !important;
        margin: 0 auto;
    }

    .back.am-back-button {
        float: none;
        text-align: right;
    }

    div#social-login-popup {
        max-width: 300px;
        width: 100%;
        min-width: 100px;
    }

    div#social-login-popup:before {
        -webkit-transform-origin: center;
        transform-origin: center;
    }

    .login-modal {
        -webkit-transform-origin: center;
        transform-origin: center;
        max-height: 450px;
        overflow-y: auto;
        overflow-x: hidden;
    }

    .login-modal ul.am-tablist li.amsl-title {
        padding: 10px;
        font-size: 14px;
    }

    div#social-login-popup span.amsl-close {
        left: 123%;
        top: -20px;
    }

    .login-modal #amsl-login-content {
        padding-top: 15px;
    }

    div#amsl-login-content .amsl-form {
        max-width: 100%;
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        width: 100%;
        min-width: auto;
        margin: 0;
        padding: 0 20px;
    }

    form#login-form fieldset.login .secondary {
        position: relative;
        text-align: left;
        margin-left: -10px;
        margin-bottom: 10px;
    }

    .login-modal .amsl-social-wrapper .amsl-social-login span.amsl-socialtitle {
        font-size: 20px;
    }

    .login-modal .amsl-social-wrapper .amsl-social-login ul.amsl-social-buttons li a {
        width: 33px;
        height: 33px;
    }

    #switcher-website .menu-shape a {
        text-align: center;
        margin: 0 0 !important;
    }

    #switcher-website .menu-shape img {
        width: 30px;
        height: 30px;
    }

    #switcher-currency-nav .menu-shape ul.dropdown.switcher-dropdown li {
        padding: 5px 0 4px;
    }

    #switcher-currency-nav .menu-shape ul.dropdown.switcher-dropdown li.currency-AUD {
        background: #beb9b4;
    }

    #switcher-currency-nav .menu-shape ul.dropdown.switcher-dropdown li.currency-NZD {
        background: #b8b2ae;
    }

    #switcher-currency-nav .menu-shape ul.dropdown.switcher-dropdown li.currency-RUB {
        background: #aaa4a0;
    }

    #switcher-currency-nav .menu-shape ul.dropdown.switcher-dropdown li.currency-CHF {
        background: #a5a09b;
    }

    .amblog-index-index .list {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .amblog-index-index .list .list-item.dimos {
        width: 100% !important;
    }

    .project_section .col-box {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        width: 50%;
    }

    .project_section .container {
        padding: 0 !important;
    }

    .amblog-index-index .amblog-container.grid .list-item.dimos .ns-line-maker .button.am-read-more {
        font-size: 14px;
    }

    .amblog-index-index .amblog-container.grid .list-item.dimos .ns-image-title .ns-post-header {
        padding: 5px 20px 10px !important;
    }

    .cms-domande-risposte .am-widget-categories-3 .am-widget-category {
        width: 100%;
        margin-bottom: 30px !important;
    }

    .cms-protezione-acquirenti .page-title-wrapper {
        margin: 30px 0;
    }

    .cms-protezione-acquirenti .page-title-wrapper span {
        font-size: 24px;
    }

    .cms-aiuto .page-title-wrapper span,
    .cms-privacy-e-cookie .page-title-wrapper span,
    .cms-diritto-di-recesso .page-title-wrapper span,
    .cms-condizioni .page-title-wrapper span {
        font-size: 20px !important;
    }

    .cms-preventivi .page-title-wrapper span {
        font-size: 20px !important;
    }

    .cms-preventivi .quote-section .col-xs-12 {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    .cms-preventivi .central-block p {
        font-size: 16px;
    }

    .login-register a {
        font-size: 12px;
    }

    .amblog-post.ns-post .ns-image-title header.ns-post-header h3 {
        font-size: 22px;
    }

    .footer-main.mobile-footer {
        background-image: url(../../frontend/Netsteps/default/it_IT/images/mobile-footer.png);
        background-size: cover;
        background-repeat: no-repeat;
    }

    .footer-mobilelogo {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 35px;
    }

    .footer.content ul.social-icons li img {
        max-width: 30px;
    }

    .footer-mobilelogo img.mob-logo {
        max-width: 140px;
    }

    h5.footer-heading {
        color: rgb(66 63 59 / 60%);
        margin-bottom: 35px;
        font-size: 14px;
        line-height: 1.2;
        font-family: 'Avenir Book';
        font-weight: 400;
    }

    h5.footer-heading span {
        margin-right: 25px;
    }

    .widget-menu {
        max-width: 180px;
        margin-bottom: 10px;
    }

    .scan {
        text-align: right;
        margin: 0;
        padding-bottom: 15px;
    }

    .scan ul {
        margin-top: 10px;
        margin-bottom: 25px;
    }

    .scan ul li {
        padding-top: 30px;
    }

    .copyright p {
        margin-bottom: 0;
        text-align: left;
        font-size: 8px;
        line-height: 1.7;
    }

    .footer-main {
        padding-bottom: 0;
    }

    .scan img {
        max-width: 70px;
        width: 100%;
    }

    h5.footer-heading strong {
        font-family: 'Avenir Black';
    }

    .footer.content .footer-div {
        display: none;
    }

    .footer.content .mobile-footer {
        display: block;
        padding: 65px 0 75px;
    }

    .footer-mobile {
        padding: 0 10px;
    }

    .copyright .mobile-productsocial-options ul.options li {
        top: 0;
    }

    .copyright .mobile-productsocial-options ul.options li a {
        font-size: 10px;
        color: rgb(66 63 59 / 60%);
        font-weight: 400;
        font-family: 'Avenir Book';
        padding: 0 20px 0 0;
        text-transform: none;
    }

    .footer-payment_gateway {
        padding: 0;
    }

    .navbar-nav .dropdown-menu .sub-menu>li.has-subchild {
        max-height: inherit;
    }

    .services-section .services-div {
        background: #fff;
    }

    .services-section .services-header ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .services-section .services-header ul li:last-child {
        border-top: 0;
        margin-top: 0;
        border-left: 1px solid #87827C;
        font-size: 16px;
        padding-left: 10px;
        font-weight: 600;
    }

    .banner-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .progetti-video .video-img h4 {
        font-weight: 700;
    }

    .blog-left .amblog-date {
        font-size: 13px;
        color: #4d4a46;
        margin-bottom: 20px;
        margin-right: 0;
    }

    .blog-section .blog-btn {
        margin-top: 15px;
        text-align: center;
    }

    .catalogo-products .masonry-product {
        height: 100%;
        max-height: 250px;
    }

    .catalogo-products .masonry {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: auto !important;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .catalogo-products .masonry .item {
        position: unset !important;
        max-height: 250px;
    }

    .review .review-item h4 {
        font-size: 16px;
        line-height: 2;
    }

    #confirmOverlay #confirmBox {
        max-width: 90% !important;
    }

    .amcart-message-box,
    .am-related-box,
    .amcart-image-success {
        min-width: 100%;
    }

    #confirmOverlay #confirmBox div#messageBox h1 {
        text-transform: uppercase;
        font-size: 22px;
    }

    .navbar-nav .sub-child {
        max-height: inherit;
    }

    #layered-filter-block .filter-options .filter-options-title {
        margin-bottom: 0;
        margin-top: 10px;
    }

    div#trustbadge-container-98e3dadd90eb493088abdc5597a70810 {
        z-index: 89899 !important;
    }

    div#minimized-trustbadge-98e3dadd90eb493088abdc5597a70810 {
        bottom: 65px !important;
    }
}

@media screen and (max-width: 480px) {
    .login-modal {
        -webkit-transform: skewX(-8deg);
        transform: skewX(-8deg);
    }

    div#social-login-popup {
        max-width: 280px;
    }

    div#social-login-popup:before {
        -webkit-transform: skewX(-8deg);
        transform: skewX(-8deg);
    }

    .login-modal ul.am-tablist li.amsl-title a {
        -webkit-transform: skewX(8deg);
        transform: skewX(8deg);
    }

    div#amsl-login-content .amsl-form {
        -webkit-transform: skewX(8deg);
        transform: skewX(8deg);
    }

    form#login-form fieldset.login .field .control input {
        -webkit-transform: skewX(-8deg);
        transform: skewX(-8deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
    }

    .login-modal div#amsl-login-content {
        padding-top: 20px;
    }

    form#login-form fieldset.login .field.email {
        left: 5px;
    }

    div#amsl-login-content .amsl-form .form-middle-fields {
        max-width: 250px;
    }

    form#login-form fieldset.login .secondary {
        margin-left: -5px;
    }

    .amsl-popup-block .actions-toolbar .primary button.action::before {
        -webkit-transform: skewX(-8deg);
        transform: skewX(-8deg);
    }

    .login-modal .amsl-social-wrapper .amsl-social-login span.amsl-socialtitle {
        font-size: 18px;
        -webkit-transform: skewX(8deg);
        transform: skewX(8deg);
    }

    .login-modal .amsl-social-wrapper .amsl-social-login ul.amsl-social-buttons li {
        -webkit-transform: skewX(8deg);
        transform: skewX(8deg);
        margin: 12px 6px 2px;
    }

    div#social-login-popup span.amsl-close {
        left: 100%;
    }

    div#amsl-register-content .amsl-form {
        margin-bottom: 20px;
        max-width: 200px;
        min-width: 250px;
    }

    .project_section .col-box {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
    }

    .footer-mobilelogo img.mob-logo {
        max-width: 125px;
    }

    .footer.content ul.social-icons li {
        margin: 2px 4px 4px 0;
    }

    .copyright {
        padding: 20px 0;
    }

    .footer-mobilelogo {
        margin-bottom: 15px;
    }

}

@media screen and (max-width: 350px) {
    .footer.content ul.social-icons li img {
        max-width: 20px;
    }
}

body.account .messages {
    z-index: inherit;
}

div#registration {
    font-size: 18px;
    padding-left: 20px;
}

div#registration a.action.primary {
    padding: 10px 24px;
    border-radius: 40px;
}

.customer-account-createpassword .form.password.reset {
    box-shadow: 0 0 6px 4px rgb(0 0 0 / 10%);
    width: 100%;
    max-width: 800px;
    padding: 35px;
    margin: 0 auto;
    margin-bottom: 80px;
}

.customer-account-createpassword .form.password label.label {
    font-size: 16px;
    margin: 0;
}

.customer-account-createpassword .form.password input {
    padding: 12px 15px;
    height: auto;
    border-radius: 0;
}

.customer-account-createpassword .form.password .field.choice input {
    padding: 0;
    margin: 0;
    top: 0;
}

.customer-account-createpassword .form.password fieldset.fieldset {
    margin-bottom: 20px;
}

.customer-account-createpassword .form.password .actions-toolbar button.action {
    font-size: 14px;
    text-decoration: none;
    padding: 14px 30px;
    text-transform: uppercase;
    position: relative;
    font-family: 'Avenir Medium';
    border-radius: 80px;
    background: #5fa895;
}

.customer-account-createpassword .page-title-wrapper h1.page-title {
    font-family: 'Avenir Heavy';
    color: #4d4a46;
    margin: 10px 0 25px;
    text-align: center;
    display: block;
}

.page-layout-1column section.product-tab-section .tab-container .aw-arp-container .product-item .product-item-details .price-box .product-unit {
    letter-spacing: 1px !important;
    margin-left: 0px !important;
}

div.blog-section h2 {
    font-family: 'Avenir light';
    font-weight: unset;
    font-size: 90px;
    margin-bottom: 5rem;
}
.field.field-private-bussiness.required {
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
}
#country {
    height: 40px;
}

@media screen and (max-width: 1024px) {
    div.blog-section h2 {
        font-size: 55px;
        letter-spacing: -2px;
        line-height: 1;
    }
}

@media screen and (max-width: 767px) {
    div.blog-section h2 {
        font-size: 36px;
        letter-spacing: -2px;
        line-height: 1;
    }
}

input:focus::placeholder {
    color: transparent;
}

textarea:focus::placeholder {
    color: transparent;
}

.amsearch-autocomplete-information .minimal-price {
    display: flex;
}

.amsearch-autocomplete-information .minimal-price .price-label {
    font-weight: bold;
}

#confirmOverlay #confirmBox div#confirmButtons .checkout {
    display: none;
}

#confirmOverlay #confirmBox #confirmButtons .am-btn-left:before {
    display: none;
}

#formbuilder1665056806758024784 span.error {
    color: #ff0000;
    padding: 10px 0 0 22px;
    font-size: 14px;
}

body.amblog-index-index .breadcrumbs {
    padding-top: 70px;
}

.cc-window.cc-floating.cc-type-info.cc-theme-classic {
    transform: translateX(-50%);
    left: 50%;
}

.cms-page-view .breadcrumbs {
    margin-top: 50px;
}

@media (max-width:991px) {
    .cc-window.cc-floating.cc-type-info.cc-theme-classic {
        bottom: 70px;
        font-size: 14px;
        min-width: 200px;
    }
}

@media (max-width:767px) {
    #confirmOverlay #confirmBox div#confirmButtons {
        flex-direction: column;
    }

    .cc-floating.cc-theme-classic {
        bottom: 60px;
    }

    .cc-window.cc-floating.cc-type-info.cc-theme-classic .cc-compliance a.cc-btn {
        min-width: auto;
    }
}

.success-page .form-section .exit-popup-submit2 {
    width: 625px;
    overflow: hidden;
}

#html-body [data-pb-style=ALI935R] {
    margin: 0;
}

.mteo_popup_bg_layer .RecaptchaField-exitpopup {
    margin-left: 15px;
}

input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type="datetime"],
input[type="email"] {
    font-family: 'Avenir Book' !important;
}

#mteo_popup_bg_layer {
    height: 100% !important;
}

.cms-page-view .category-image img {
    max-height: 65vh;
    object-fit: cover;
    min-height: 60vh;
}

#minicart-content-wrapper .price-wrapper.price-excluding-tax {
    display: none;
}

h4.am-title .am-minus,
h4.am-title .am-plus {
    display: none !important;
}

body .amfaq_questions .am-item .am-links {
    padding: unset;
    margin-right: unset;
}

body .amfaq_questions h4.am-title {
    font-size: 18px;
    margin: 0;
}

.form-group.fileupload .file-input:has(input[disabled="disable"]) label,
.form-group.fileupload .file-input:has(input[disabled="disable"]) input {
    opacity: 0.3;
}

.privacy-form .form-group>span label.error {
    order: 3;
}

.privacy-form .form-group label {
    font-size: 14px;
}

.privacy-form .form-group {
    margin-bottom: 20px;
}

/* -------------- exit popup start ---------------------- */

body #mteo_popup_bg_layer #mteo_popup_content .background-tiles .formbuilder-form .form-content {
    background: url(../../frontend/Netsteps/default/it_IT/images/xxexit-popup-bg-img.png) no-repeat center !important;
    background-size: cover !important;
}

body #mteo_popup_bg_layer #mteo_popup_content .background-tiles .formbuilder-form .form-content {
    max-width: 100%;
    width: 100% !important;
}

#mteo_popup_content .background-tiles .form-content .formbuilder {
    padding: 30px 0 80px !important;
    max-width: 350px;
}

body #mteo_popup_bg_layer #mteo_popup_content .background-tiles .formbuilder-form .form-content .before-form-content .message-container {
    text-align: left;
}

body #mteo_popup_bg_layer #mteo_popup_content .background-tiles .formbuilder-form .form-content .before-form-content .message-container .text.heavy {
    text-align: left !important;
}

#mteo_popup_bg_layer .formbuilder-form.exitpopup .col-sm-12.buttons-set {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 9999;
    cursor: pointer;
    margin: 0;
    padding: 0;
}

.success-message-before-form {
    width: 100%;
}

body #mteo_popup_bg_layer #mteo_popup_content .background-tiles .formbuilder-form .form-content .before-form-content .message-container .text.heavy,
#mteo_popup_bg_layer .formbuilder-form.exitpopup .col-sm-12 {
    padding: 0;
}

#mteo_popup_content [data-element="inner"] {
    margin: 0 !important;
}

#mteo_popup_bg_layer .formbuilder-form.exitpopup .col-sm-12.half-field {
    max-width: 50%;
}

#exit-popup-form .service-saection {
    display: none;
}

#mteo_popup_content .success-message-after-form {
    width: 100%;
    max-width: 100%;
}

#exit-popup-form .success-page .form-section {
    width: 100%;
    max-width: 630px;
    margin: 0 auto;
}

#exit-popup-form #mteo_popup_content .success-heading {
    line-height: 64px;
    color: #423f3b;
    font-size: 80px;
}

#exit-popup-form #mteo_popup_content .sub-title {
    line-height: 30px;
    font-size: 24px;
}

body #exit-popup-form #mteo_popup_content .background-tiles .form-content .formbuilder {
    max-width: 370px !important;
}

body #mteo_popup_bg_layer #mteo_popup_content .background-tiles .formbuilder-form .form-content {
    background-size: cover !important;
}

body #exit-popup-form #mteo_popup_bg_layer #mteo_popup_content .background-tiles .formbuilder-form .form-content .before-form-content .message-container .text.heavy {
    text-align: left !important;
    padding: 0 !important;
}

.thank-you-image {
    margin-bottom: 24px;
}

.page-wrapper .header-menu ul.navbar-nav li.nav-item .head_afterslider a {
    padding: 0;
}

body #exit-popup-form #mteo_popup_bg_layer #mteo_popup_content .background-tiles .formbuilder-form .form-content .before-form-content .message-container .header {
    color: #82c2b1 !important;
}

body#html-body #mteo_popup_bg_layer #mteo_popup_content .background-tiles .formbuilder-form .form-content .before-form-content .message-container .header {
    font-size: 36px !important;
}

body #mteo_popup_bg_layer {
    backdrop-filter: blur(6px);
    background-color: rgb(0 0 0 / 19%) !important;
}

html body #mteo_popup_bg_layer #mteo_popup_content .background-tiles .formbuilder-form textarea {
    height: 100px !important;
    margin-bottom: 130px;
}

body #mteo_popup_bg_layer #mteo_popup_content .background-tiles .formbuilder-form {
    position: relative;
}

html body #mteo_popup_bg_layer a.mteo-close {
    width: 39px;
    height: 38px;
    text-align: center;
    display: inline-block !important;
    border: 1px solid currentColor;
    background-color: transparent;
    ;
    line-height: 40px !important;
    z-index: 9999;
}

.buttons-set .exit-popup-submit.button span {
    font-family: 'Avenir Book';
    font-size: 24px;
    margin-top: 10px !important;
}

@media (max-width:767px) {
    #mteo_popup_content .success-message-after-form {
        max-width: 85% !important;
        margin: 0 auto;
        position: relative;
    }

    #mteo_popup_content .success-page .thank-you-image img {
        max-height: 200px;
    }

    #exit-popup-form #mteo_popup_content .success-heading {
        line-height: 1.2;
        font-size: 60px;
        padding: 0 !important;
    }

    #exit-popup-form #mteo_popup_content .sub-title {
        line-height: 26px;
        padding: unset;
    }

    body #mteo_popup_bg_layer #mteo_popup_content .background-tiles .formbuilder-form .form-content {
        background: url(../../frontend/Netsteps/default/it_IT/images/xxexit-popup-bg-img-mobile.png) no-repeat center !important;
        background-size: cover !important;
    }

    html body div#mteo_popup_bg_layer div#mteo_popup_content {
        top: 50% !important;
        position: fixed;
        background: transparent;
    }

    div#mteo_popup_bg_layer div#mteo_popup_content .success-message-before-form {
        max-width: 85%;
        margin: 0 auto;
    }

    body #mteo_popup_bg_layer #mteo_popup_content {
        font-size: 10px;
        line-height: 18px;

    }

    #exit-popup-form .success-page .form-section {
        max-height: 480px
    }

    body#html-body #mteo_popup_bg_layer #mteo_popup_content .background-tiles .formbuilder-form .form-content .before-form-content .message-container .header {
        font-size: 18px !important;
        margin-bottom: 18px !important;
    }

    body #mteo_popup_bg_layer #mteo_popup_content .background-tiles .formbuilder-form .form-content {
        padding: 0 15px !important;
    }

    body #mteo_popup_bg_layer #mteo_popup_content .background-tiles .formbuilder-form .form-content .before-form-content .message-container {
        padding: 20px 0 0 !important;
    }

    html body #mteo_popup_bg_layer a.mteo-close {
        width: 30px;
        height: 30px;
        line-height: 30px !important;
        top: 15px !important;
    }

    html body #mteo_popup_bg_layer a.mteo-close:after,
    html body #mteo_popup_bg_layer a.mteo-close:before {
        top: 13px;
        left: 8px;
        width: 12px;
        height: 2px;
    }

    .formbuilder-form .form-content .before-form-content .message-container p.text {
        margin: 0;
    }

    #mteo_popup_content .background-tiles .form-content .formbuilder .form-list.row {
        margin-left: 0 !important;
        max-width: 65%;
    }

    #mteo_popup_bg_layer .formbuilder-form.exitpopup .col-sm-12.half-field {
        max-width: 100%;
    }

    html body #mteo_popup_bg_layer #mteo_popup_content .background-tiles .formbuilder-form .form-content form.formbuilder.form .buttons-set button.formbuilder-button {
        opacity: 1;
    }

    #mteo_popup_content .background-tiles .form-content .formbuilder .form-list.row div#RecaptchaField-exitpopup {
        transform: scale(0.65);
        transform-origin: top left;
    }

    body #mteo_popup_bg_layer #mteo_popup_content .background-tiles .formbuilder-form .form-content form.formbuilder.form .buttons-set button.formbuilder-button span span {
        font-size: 18px;
        position: relative;
        top: -5px;
    }

    body #mteo_popup_bg_layer {
        backdrop-filter: none;
    }

    html body #mteo_popup_bg_layer {
        background-color: rgb(0 0 0/40%) !important;
    }
}

/***** Search Page Style 13-03-2023 *****/

.amsearch-emptysearch-cms.search-page-custom {
    background: #f6f6f4;
}

.amsearch-result-section,
.amsearch-emptysearch-cms {
    background: #f6f6f4;
}

.amsearch-emptysearch-cms.search-page-custom .amsearch-title {
    color: #423f3b;
    margin-bottom: 1rem;
}

.amsearch-emptysearch-cms.search-page-custom .amsearch-image-block img {
    max-width: 560px;
    margin: 0 auto;
    width: 100%;
}

.amsearch-emptysearch-cms.search-page-custom .amsearch-content {
    padding: 5px 120px;
    width: 60%;
    max-width: 60%;
}

.amsearch-emptysearch-cms.search-page-custom .amsearch-content .amsearch-content-rspv-img {
    display: none;
}

.amsearch-emptysearch-cms.search-page-custom .amsearch-image-block {
    width: 40%;
    text-align: center;
}

.amsearch-emptysearch-cms.search-page-custom .amsearch-content input,
.amsearch-emptysearch-cms.search-page-custom .amsearch-content textarea {
    background-color: #e4e3e1;
    border: 0;
    padding: 14px 16px;
    height: auto;
    font-weight: normal !important;
    font-size: 16px !important;
}

.amsearch-emptysearch-cms.search-page-custom .amsearch-content .buttons-set {
    text-align: center;
}

.amsearch-emptysearch-cms.search-page-custom .amsearch-content button[type="submit"] {
    background-color: #62a694;
    color: #fff;
    padding: 10px 60px;
    height: auto;
    font-size: 18px;
}

.amsearch-emptysearch-cms.search-page-custom .formbuilder .subtemplate-wrapper>label {
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    text-transform: uppercase;
}

.amsearch-emptysearch-cms.search-page-custom .amsearch-text {
    font-size: 22px;
    font-family: 'Avenir Medium';
    line-height: 1.4;
}


#confirmOverlay #confirmBox span.cross {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}

section.quotation {
    padding-top: 80px;
}

@media screen and (max-width: 1600px) {
    .amsearch-emptysearch-cms.search-page-custom .amsearch-content {
        padding: 40px 60px;
    }
}

@media screen and (max-width: 1279px) {
    .amsearch-emptysearch-cms.search-page-custom .amsearch-text {
        font-size: 22px;
    }

    .amsearch-emptysearch-cms.search-page-custom,
    .amsearch-result-section {
        padding: 40px;
    }

    .amsearch-emptysearch-cms.search-page-custom .amsearch-content {
        padding: 20px;
        padding-left: 0;
    }

    div.amsearch-emptysearch-cms .amsearch-text {
        font-size: 20px !important;
        line-height: 24px !important;
    }

    .amsearch-emptysearch-cms.search-page-custom .amsearch-image-block img {
        max-width: 100%;
    }
}

@media screen and (max-width: 1023px) {
    html body #mteo_popup_bg_layer #mteo_popup_content .background-tiles .formbuilder-form {
        max-height: 480px;
    }

    .amsearch-emptysearch-cms.search-page-custom .amsearch-text {
        font-size: 18px;
    }

    body.amsearch-search-page.page-products main#maincontent {
        padding: 0 !important;
    }

    body.amsearch-search-page .columns {
        padding-top: 0 !important;
    }

    .amsearch-emptysearch-cms.search-page-custom .amsearch-content,
    .amsearch-result-section .amsearch-content {
        width: 100%;
        max-width: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        padding: 0;
    }

    .amsearch-emptysearch-cms.search-page-custom .amsearch-content .amsearch-content-inner {
        width: 50%;
    }

    .amsearch-emptysearch-cms.search-page-custom .amsearch-content .amsearch-content-rspv-img {
        width: 50%;
        display: block !important;
    }

    .amsearch-emptysearch-cms.search-page-custom .amsearch-content .amsearch-contacts-block {
        width: 100%;
        margin-top: 50px;
    }

    .amsearch-emptysearch-cms.search-page-custom .amsearch-image-block {
        display: none;
    }

    div.amsearch-emptysearch-cms .amsearch-text {
        font-size: 14px !important;
        line-height: 20px !important;
        padding-right: 20px;
    }

    .amsearch-emptysearch-cms.search-page-custom {
        padding: 20px;
    }


    .top-header-links ul.top-menu li,
    .authendication_pannel .top-header-links ul.top-menu li {
        display: none;
    }

    .page-header .authendication_pannel .top-header-links {
        width: 30%;
        display: block;
        padding: 0;
    }

    .authendication_pannel .top-header-links ul.top-menu li.header_account_link_list {
        display: block;
    }

    .authendication_pannel .top-header-links ul.top-menu li.header_account_link_list.logout>a {
        flex-wrap: wrap;
        justify-content: center;
        margin-top: -9px;
        width: 53px;
    }

    .authendication_pannel .top-header-links ul.top-menu li.header_account_link_list.logout>a::before {
        display: block;
        text-align: center;
        margin: 0 auto 10px auto !important;
        background-position: center center;
        background-size: auto 18px;
        width: 100%;
    }

    .authendication_pannel .wishlist_pannel {
        display: none;
    }
}


@media screen and (max-width: 767px) {
    section.quotation {
        padding-top: 60px;
    }

    .amsearch-emptysearch-cms {
        padding: 0;
    }

    .amsearch-emptysearch-cms.search-page-custom {
        padding: 40px 20px;
    }

    .amsearch-emptysearch-cms .amsearch-content-inner span.second-text {
        position: relative;
        top: 15px;
    }

    .amsearch-emptysearch-cms.search-page-custom .amsearch-content .amsearch-contacts-block {
        max-width: 90%;
        margin: 40px auto 0;
    }

    div.amsearch-emptysearch-cms .amsearch-text span {
        float: none !important;
        padding: 0 !important;
    }

    .amsearch-emptysearch-cms.search-page-custom .amsearch-content button[type="submit"] {
        font-size: 14px;
    }

    .amsearch-emptysearch-cms.search-page-custom .amsearch-content input,
    .amsearch-emptysearch-cms.search-page-custom .amsearch-content textarea {
        padding: 10px;
    }

    .amsearch-emptysearch-cms.search-page-custom .formbuilder .subtemplate-wrapper>label {
        font-size: 14px !important;
        line-height: 18px;
    }
}

.amsearch-result-section:not(.-small) {
    flex-wrap: wrap !important;
}

.amsearch-contacts-block .form-list .error {
    color: #e02b27;
    font-size: 1.2rem;
}

div.amsearch-emptysearch-cms .amsearch-text span.searchString,
div.amsearch-emptysearch-cms .amsearch-text span.searchString {
    font-family: 'Avenir Light';
    font-style: italic;
}

.amsearch-search-page.catalogsearch-result-index main#maincontent .columns {
    padding-bottom: 0 !important;
    margin-top: 60px;
}

.amsearch-emptysearch-cms.search-page-custom {
    margin-top: -60px;
}

.amsearch-search-page.page-layout-1column.page-with-filter .column.main {
    padding-top: 0;
}

section.amsearch-input-wrapper.-match.-typed+section.amsearch-result-section {
    width: 100%;
}

.amsearch-emptysearch-cms {
    min-width: 100%;
}

/*** Common Message style ***/
.page.messages {
    position: relative;
    z-index: inherit;
}

.page.messages .message {
    padding: 16px 20px 16px 40px;
    margin: 0;
}

.page.messages .message>*:first-child:before {
    top: 25px;
}

/*** Common Message style END ***/


@media screen and (min-width: 1024px) {
    .amsearch-emptysearch-cms.search-page-custom {
        padding: 100px 70px 80px;
    }
}


.amsearch-contacts-block .formbuilder-loading.ajax-loading {
    width: 50px;
    height: 50px;
}

@media screen and (max-width: 767px) {
    section.amsearch-input-wrapper.-match.-typed+section.amsearch-result-section .amsearch-emptysearch-cms {
        padding: 20px;
    }
}

.amsearch-contacts-block .formbuilder-loading.ajax-loading {
    display: none !important;
    width: 50px !important;
    height: 50px !important;
}

.amsearch-emptysearch-cms.search-page-custom {
    margin-top: 10px;
}

/***** Search Page Style 13-03-2023 END *****/
img#back_top {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    bottom: 235px;
    right: 40px;
    cursor: pointer;
    display: none;
    position: fixed;
    z-index: 999;
}

img#back_top_mbl {
    width: 48px;
    height: 48px;
    border-radius: 100%;
    bottom: 180px;
    right: 40px;
    cursor: pointer;
    display: none;
    position: fixed;
    z-index: 999;
}

@media screen and (max-width: 767px) {
    img#back_top_mbl {
        width: 40px;
        height: 40px;
        bottom: 75px;
        right: 15px;
    }

    .catalog-product-view #estimated-shipping-info-new .tiles-m2-cal {
        padding: 0 20px 12px 0 !important;
    }
}

/*** 28-03-2023 Delete Confirmation Popup Style ***/
aside.modal-popup.confirm._show .modal-inner-wrap {
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    margin: 20px 0;
}

.modal-popup.confirm .modal-content {
    color: #78b3a3;
    font-weight: 700;
    font-size: 22px !important;
    max-width: 420px;
    margin: 0 auto;
    padding: 10px 20px 20px !important;
    border: 0;
    text-align: center;
    font-family: 'Avenir Black';
}

aside.modal-popup.confirm._show footer.modal-footer button {
    font-size: 15px !important;
}

.modal-popup.confirm .modal-footer .action-secondary {
    background-color: #78b3a3 !important;
    color: #fff !important;
    transition: all ease-in 0.25s;
    border-color: #78b3a3 !important;
    margin: 0 !important;
    padding: 10px 25px !important;
}

.modal-popup.confirm .modal-footer .action-secondary:hover {
    background-color: #78b3a3 !important;
    color: #fff !important;
}

.modal-popup.confirm .modal-footer .action-primary {
    background: transparent !important;
    transition: all ease-in 0.25s;
    border-color: #78b3a3 !important;
    color: #78b3a3 !important;
    margin: 0 !important;
    padding: 10px 25px !important;
}

.modal-popup.confirm .modal-footer .action-primary:hover {
    background: transparent !important;
    color: #78b3a3 !important;
}

aside.modal-popup.confirm._show header.modal-header {
    border: 0;
    justify-content: flex-end;
}

aside.modal-popup.confirm._show header.modal-header button.action-close {
    width: 30px;
    height: 30px;
}

aside.modal-popup.confirm._show footer.modal-footer {
    border: 0;
    justify-content: center;
    flex-direction: row-reverse;
    gap: 15px;
    padding: 15px 20px 5rem !important;
    flex-wrap: wrap;
}

/*** 28-03-2023 Delete Confirmation Popup Style END ***/

/** Tooltip 28-03 START **/
.catalogsearch-result-index .tiles-m2-cal .avail_tooltip img,
.catalog-category-view .tiles-m2-cal .avail_tooltip img,
.wishlist-index-index .tiles-m2-cal .avail_tooltip img {
    width: 15px;
    margin-left: 5px;
}
.catalogsearch-result-index .tiles-m2-cal .avail_tooltip img{
    width: 15px !important;
    margin-left: 5px;
}

.catalog-product-view #estimated-shipping-info-new .tiles-m2-cal .avail_tooltip img {
    width: 21px;
}

.catalog-product-view .estimated-shipping-info .free-shipping-info {
    max-width: 245px;
}

.catalogsearch-result-index .product.details.product-item-details .tiles-m2-cal,
.catalog-category-view .product.details.product-item-details .tiles-m2-cal,
.wishlist-index-index .product.details.product-item-details .tiles-m2-cal {
    display: inline-flex;
    width: auto;
    align-items: center;
    padding: 0 20px 0 7px !important;
}

.catalog-product-view #estimated-shipping-info-new .tiles-m2-cal {
    display: inline-flex;
    width: auto;
    align-items: center;
    padding: 17px 20px 12px 0 !important;
}

.estimated-shipping-info span.title {
    margin-bottom: unset !important;
}

.catalogsearch-result-index .product.details.product-item-details .tiles-m2-cal .avail_tooltip,
.catalog-category-view .product.details.product-item-details .tiles-m2-cal .avail_tooltip,
.catalog-product-view #estimated-shipping-info-new .tiles-m2-cal .avail_tooltip,
.wishlist-index-index .product.details.product-item-details .tiles-m2-cal .avail_tooltip {
    padding: 0 6px 0 0;
    position: relative;
    margin-top: -3px;
}

.catalogsearch-result-index .product.details.product-item-details .tiles-m2-cal .avail_tooltip span.is-tooltip,
.catalog-category-view .product.details.product-item-details .tiles-m2-cal .avail_tooltip span.is-tooltip,
.catalog-product-view #estimated-shipping-info-new .tiles-m2-cal .avail_tooltip span.is-tooltip,
.wishlist-index-index .product.details.product-item-details .tiles-m2-cal .avail_tooltip span.is-tooltip {
    font-size: 12px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 70%;
    z-index: 99;
    background: #FFF;
    padding: 12px;
    box-shadow: 2px 2px 3px 1px #d8d8d8;
    margin-bottom: 8px;
    min-width: 120px;
    text-align: center;
    transition: .25s ease all;
    pointer-events: none;
    opacity: 0;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    word-wrap: break-word;
    color: #4d4a46 !important;
}

.catalogsearch-result-index .product.details.product-item-details .tiles-m2-cal .avail_tooltip .is-tooltip:after,
.catalog-category-view .product.details.product-item-details .tiles-m2-cal .avail_tooltip .is-tooltip:after,
.catalog-product-view #estimated-shipping-info-new .tiles-m2-cal .avail_tooltip .is-tooltip:after,
.wishlist-index-index .product.details.product-item-details .tiles-m2-cal .avail_tooltip .is-tooltip:after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 0px;
    height: 0px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #fff;
    filter: drop-shadow(2px 2px 1px #d8d8d8);
}

.tooltip-show {
    opacity: 1 !important;
    pointer-events: all !important;
    bottom: 100% !important;
}

#estimated-shipping-info-new .tiles-m2-cal span.value {
    display: flex;
}

@media only screen and (max-width:1355px) {

    .catalogsearch-result-index #estimated-shipping-info-new .tiles-m2-cal,
    .catalog-product-view #estimated-shipping-info-new .tiles-m2-cal,
    .wishlist-index-index #estimated-shipping-info-new .tiles-m2-cal {
        order: 2;
    }
}

@media only screen and (max-width:767px) {

    .catalogsearch-result-index .product.details.product-item-details .tiles-m2-cal .avail_tooltip span.is-tooltip,
    .catalog-category-view .product.details.product-item-details .tiles-m2-cal .avail_tooltip span.is-tooltip,
    .catalog-product-view #estimated-shipping-info-new .tiles-m2-cal .avail_tooltip span.is-tooltip,
    .wishlist-index-index .product.details.product-item-details .tiles-m2-cal .avail_tooltip span.is-tooltip {
        left: 60px;
    }

    .catalogsearch-result-index .product.details.product-item-details .tiles-m2-cal .avail_tooltip .is-tooltip:after,
    .catalog-category-view .product.details.product-item-details .tiles-m2-cal .avail_tooltip .is-tooltip:after,
    .wishlist-index-index .product.details.product-item-details .tiles-m2-cal .avail_tooltip .is-tooltip:after {
        left: 10%;
    }
}

/** Tooltip 28-03 END **/

.product.details.product-item-details .tiles-m2-cal span.value {
    padding-left: 6px;
}

/* ============== faq page css start here ================ */
.faq-banner-image {
    position: relative;
}

.faq-banner-image img {
    width: 100%;
    max-height: 500px;
    object-fit: cover;
    min-height: 170px;
}

.faq-heading {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 55%;
    left: 50%;
    text-align: center;
    color: #fff;
    width: 100%;
}

body .faq-banner-image .faq-heading h1.page-title {
    color: #fff !important;
    font-family: 'Avenir Black' !important;
    font-size: 5vw;
    margin: 0 !important;
    line-height: 1 !important;
}

.faq-heading h5 {
    font-size: 3vw;
    font-family: 'Arboria Medium';
    margin: 0;
}

.faq-search {
    text-align: center;
    padding: 90px 0;
}

.cms-domande-risposte .faq-search {
    padding-top: 50px;
}

.cms-domande-risposte .faq-heading {
    top: 40%;
}

.faq-search .amfaq-search {
    max-width: 700px;
    margin: 0 auto;
}

.faq-search .amfaq-search input {
    border: 1px solid #5FA895;
    padding: 20px 40px 20px 20px;
    height: auto;
    color: #5FA895;
    font-family: 'Avenir Medium' !important;
    font-size: 19px;
}

.faq-search .amfaq-search button.am-button {
    top: 15px;
    right: 15px;
    background-image: url(../../frontend/Netsteps/default/it_IT/images/faq-search.svg);
    opacity: 1;
    width: 40px;
    height: 40px;
    background-size: 28px;
}

.faq-search .amfaq-search input::placeholder {
    color: #5FA895;
}

.faq-category-title {
    text-align: center;
    margin-bottom: 70px;
}

.faq-category-title h4 {
    color: #5FA895;
    margin: 0;
}

.faq-wrapper .am-widget-categories-3 {
    display: block;
}

.faq_questions {
    margin: 0 -40px;
    display: flex;
    flex-wrap: wrap;
}

.faq_questions .faq-item {
    width: 33.33%;
    padding: 0 40px;
}

.faq-title h6 {
    font-family: 'Avenir Medium';
    color: #3A3734;
    margin-bottom: 12px;
}

.faq-content {
    color: #3A3734;
    padding-bottom: 30px;
    margin-bottom: 45px;
    font-size: 18px;
}

.faq-content .amfaq-question-footer-wrapper {
    display: block;
    text-align: right;
    margin-top: 2rem;
}

.faq-content .amfaq-question-footer-wrapper a {
    color: #5FA895;
    font-family: 'Avenir Medium';
}

.view-faq {
    text-align: right;
    border-bottom: 2px solid #5FA895;
    padding-bottom: 1rem;
    margin-bottom: 7rem;
    margin-top: 45px;
}

.view-faq a {
    color: #5FA895;
    font-family: 'Avenir Medium';
    font-size: 20px;
}

.faq-tags {
    margin-bottom: 80px;
}

.faq-tags .amfaq_tags {
    background: transparent;
    padding: 0;
}

.faq-tags .amfaq_tags .tags_content {
    padding: 0 30px;
}

.faq-tags .amfaq_tags .tags_content .item {
    background: rgb(173 164 161 / 10%);
    width: auto;
    padding: 10px 20px;
    min-width: 200px;
}

.faq-tags .amfaq_tags .tags_content .item a {
    font-size: 22px;
}

/* category faq */
.faq-category-view .page-wrapper .columns .sidebar-additional,
.faq-question-view .page-wrapper .columns .sidebar-additional {
    width: 26%;
    margin-bottom: 80px;
}

.faq-category-view .page-wrapper .columns .column.main,
.faq-question-view .page-wrapper .columns .column.main {
    width: 74%;
    padding-left: 7%;
    padding-bottom: 80px !important;
}

.faq-category-view .page-wrapper .columns .column.main>.amfaq-category-description {
    display: none;
}

.faq-question-view .page-wrapper .columns,
.faq-category-view .page-wrapper .columns {
    padding: 110px 0 0;
}

.sidebar-additional .faq-search {
    padding: 0 0 100px 0;
}

@media screen and (min-width: 768px) {
    .wishlist-index-index .block-collapsible-nav {
        position: relative;
        top: 0;
        left: 0;
    }

    body.account.wishlist-index-index .columns .block-collapsible-nav .content {
        display: block;
    }

    .toolbar.wishlist-toolbar .toolbar-amount {
        float: left;
    }

    .sidebar-additional .faq-search .amfaq-search input {
        padding: 16px 40px 16px 20px;
    }

    .sidebar-additional .faq-search .amfaq-search button.am-button {
        top: 10px;
        right: 12px;
        background-size: 24px;
    }

    .faq-question-view .ask-question-form .faq-form-heading {
        margin-bottom: 40px;
    }

    .faq-question-view .ask-question-form .ask-form-container input,
    .faq-question-view .ask-question-form .ask-form-container textarea {
        font-size: 20px;
        padding: 18px 30px;
    }

    .faq-question-view .ask-question-form .ask-form-container .field {
        margin-bottom: 25px;
    }
}

.faq_categories {
    background: rgb(143 200 186 / 15%);
    padding: 30px;
    margin-bottom: 8rem;
}

.faq_categories .title {
    color: #5FA895;
    font-size: 36px;
    font-family: 'Avenir Light';
    border-bottom: 1px solid #5FA895;
    margin-bottom: 15px;
    padding-bottom: 1rem;
    line-height: 1;
    font-weight: 300;
}

.faq_categories .item {
    padding: 15px 0;
}

.faq_categories .item a {
    color: #5FA895;
    font-family: 'Avenir Book';
    font-weight: 400;
}

.amfaq_tags {
    margin-block: 0 1rem;
    background: rgb(173 164 161 / 10%);
    border-radius: 0;
    border: 0;
    padding: 30px;
    margin: 0;
}

.amfaq_tags .item.title {
    background: transparent;
    text-align: left;
    color: #ada4a1;
    font-family: 'Avenir Light';
    font-weight: 300;
    font-size: 35px;
    line-height: 1;
    border-bottom: 1px solid #ada4a1;
    padding: 0 0 1rem 0;
    margin-bottom: 25px;
}

.amfaq_tags .tags_content {
    margin: 0;
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}

.amfaq_tags .tags_content .item {
    background: #fff;
    color: #ada4a1;
    width: calc(50% - 8px);
    border-radius: 6px;
    padding: 10px;
    text-align: center;
    min-width: max-content;
}

.amfaq_tags .tags_content .item a {
    color: #ada4a1;
    font-family: 'Avenir Medium';
}

.amfaq_tags .tags_content .item a span {
    font-family: 'Avenir Light';
}

.faq-category-view .page-title-wrapper,
.faq-question-view .page-title-wrapper {
    margin-bottom: 50px;
}

.faq-category-view .page-title-wrapper h1.page-title,
.faq-question-view .page-title-wrapper h1.page-title {
    color: #5FA895;
    margin: 0;
}

.faq_questions.column-2 {
    columns: 2 200px;
}


.ask-question-form .faq-form-heading {
    text-align: center;
    color: #ada4a1;
    margin-block: 0 60px;
}

.ask-question-form .faq-form-heading h4 {
    font-family: 'Avenir Book';
    font-weight: 400;
}

.ask-question-form {
    padding-bottom: 80px;
}

.ask-form-container input,
.ask-form-container textarea {
    background-color: rgb(173 164 161 / 10%);
    border: 0;
    padding: 25px 32px;
    height: auto;
    font-size: 22px;
    color: #000000;
    font-family: 'Avenir Book' !important;
    font-weight: 500;
}

.ask-form-container input::placeholder,
.ask-form-container textarea::placeholder {
    font-family: 'Avenir Medium';
    color: #ada4a1;
}

.ask-form-container .field {
    margin-bottom: 35px;
}

.ask-form-container .control {
    width: 100%;
}

.ask-form-container button.action.primary {
    font-size: 24px;
    padding: 12px 30px;
    min-width: 220px;
}

.ask-form-container .field:last-child {
    text-align: center;
}

/* Question view page css */
.question_view {
    border-bottom: 2px solid #ada4a1;
    padding-bottom: 80px;
    margin-bottom: 50px;
}

.question_view .answer div {
    padding: 0 !important;
    margin: 0 !important;
}

.question_view .answer {
    font-size: 20px;
    margin-bottom: 80px;
}

.question_view .answer {
    font-size: 20px;
    margin-bottom: 80px;
}

.question_view .answer div {
    padding: 0 !important;
    margin: 0 !important;
}

.question_view .amfaq-question-footer-wrapper {
    justify-content: center;
}

.question_view .amfaq-question-footer-wrapper .amfaq-rating {
    float: none;
    width: 100%;
    max-width: 780px;
}

.question_view .amfaq-rating .amfaq-rating-average {
    border: 2px solid #5FA895;
    border-radius: 16px;
    padding: 8px 30px;
    justify-content: space-between;
}

.question_view .amfaq-rating .amfaq-rating-average span.amfaq-rate-the-answer {
    font-weight: 400;
    font-size: 24px;
    color: #5FA895;
}

.question_view .amfaq-rating .amfaq-rating-average span.amfaq-rating-data-wrapper {
    padding: 0;
}

.question_view .amfaq-rating .amfaq-rating-average span.amfaq-rating-data-wrapper label {
    margin: 0;
}

.amfaq-rating .average-rate-wrapper>input:checked~label {
    color: #8fc8ba;
}

.amfaq-rating .average-rate-wrapper:not(:checked)>label {
    color: rgb(143 200 186 / 40%);
}

.faq-question-view .ask-question-form .faq-form-heading h4 {
    font-size: 34px;
}

@media screen and (max-width: 1699px) {

    .faq-category-view .page-wrapper .page-main,
    .faq-question-view .page-wrapper .page-main {
        max-width: 90% !important;
    }

    .faq-banner-image img {
        max-height: 400px;
    }

    .faq-search {
        padding: 60px 0;
    }

    .faq-category-title {
        margin-bottom: 50px;
    }

    .faq-content {
        padding-bottom: 20px;
        margin-bottom: 40px;
    }

    .faq-search .amfaq-search input {
        padding: 15px 40px 15px 15px;
        font-size: 16px;
    }

    .faq-search .amfaq-search button.am-button {
        top: 12px;
        right: 12px;
        width: 30px;
        height: 30px;
        background-size: 24px;
    }

    .sidebar-additional .faq-search {
        padding: 0 0 60px 0;
    }

    .faq_categories .title {
        font-size: 30px;
    }

    .faq_categories .item {
        padding: 12px 0;
    }

    .faq-category-view .page-title-wrapper h1.page-title,
    .faq-question-view .page-title-wrapper h1.page-title {
        font-size: 32px;
    }

    .faq_categories {
        margin-bottom: 60px;
    }

    .faq-question-view .ask-question-form .faq-form-heading h4 {
        font-size: 32px;
    }

    .question_view .answer {
        font-size: 18px;
        margin-bottom: 60px;
    }

    .question_view .amfaq-rating .amfaq-rating-average span.amfaq-rate-the-answer {
        font-size: 26px;
    }

    .faq_questions {
        margin: 0 -25px;
    }

    .faq_questions .faq-item {
        padding: 0 25px;
    }

}

@media screen and (max-width: 1299px) {
    .faq_questions {
        margin: 0 -15px;
    }

    .faq_questions .faq-item {
        padding: 0 15px;
    }

    .faq-category-view .page-wrapper .columns .column.main,
    .faq-question-view .page-wrapper .columns .column.main {
        padding-left: 5%;
    }

    .question_view .amfaq-question-footer-wrapper .amfaq-rating {
        max-width: 90%;
    }
}

@media screen and (max-width: 991px) {

    .faq-category-view .page-title-wrapper,
    .faq-question-view .page-title-wrapper {
        margin-bottom: 35px;
    }

    .faq-question-view .ask-question-form .faq-form-heading h4 {
        font-size: 28px;
    }

    .faq-category-view .page-wrapper .page-main,
    .faq-question-view .page-wrapper .page-main {
        max-width: 100% !important;
    }

    .faq-category-view .page-wrapper .columns .column.main,
    .faq-question-view .page-wrapper .columns .column.main {
        width: 100%;
        padding-left: 0;
        padding-bottom: 40px !important;
    }

    .amfaq_tags .tags_content .item {
        width: auto;
        min-width: 150px;
    }

    .ask-question-form.widget {
        max-width: 100%;
        padding: 0 0 40px;
    }

    .faq-question-view .page-wrapper .columns,
    .faq-category-view .page-wrapper .columns {
        padding: 70px 0 0;
    }

    .faq-category-view .page-title-wrapper h1.page-title,
    .faq-question-view .page-title-wrapper h1.page-title {
        font-size: 28px;
    }

    .sidebar-additional .faq-search {
        padding: 0 0 40px 0;
    }

    .faq-category-view .page-wrapper .columns .sidebar-additional,
    .faq-question-view .page-wrapper .columns .sidebar-additional {
        width: 100%;
        margin-bottom: 50px;
        padding: 0 10px;
    }

    .faq_questions .faq-item {
        width: 50%;
    }
}

@media screen and (max-width: 767px) {
    body.account.wishlist-index-index .column.main .actions-toolbar .primary button {
        width: auto;
    }

    .cms-domande-risposte.cms-page-view .breadcrumbs {
        padding-top: 25px !important;
    }

    body .faq-banner-image .faq-heading h1.page-title {
        font-size: 36px;
    }

    .faq-heading h5 {
        font-size: 14px;
    }

    .faq-search {
        padding: 30px 20px !important;
    }

    .faq-search .amfaq-search input {
        padding: 10px 40px 10px 10px;
        font-size: 12px;
    }

    .faq-search .amfaq-search button.am-button {
        top: 10px;
        right: 10px;
        width: 20px;
        height: 20px;
        background-size: 16px;
    }

    .faq_questions {
        columns: 1;
    }

    .faq-category-title {
        text-align: left;
        margin-bottom: 20px;
        margin-top: 10px;
    }

    .faq-content .amfaq-question-footer-wrapper a {
        font-size: 12px;
    }

    .faq-content .amfaq-question-footer-wrapper {
        margin-top: 0;
    }

    .faq-content {
        padding-bottom: 10px;
        margin-bottom: 20px;
        font-size: 14px;
        line-height: 1.2;
    }

    .faq_questions .faq-item:last-child .faq-content {
        border: 0;
        padding: 0;
    }

    .view-faq {
        margin-bottom: 40px;
        margin-top: 20px;
        padding-bottom: 10px;
    }

    .view-faq a {
        font-size: 14px;
    }

    .faq-tags {
        margin-bottom: 40px;
    }

    .amfaq_tags .item.title {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .faq-tags .amfaq_tags .tags_content .item {
        padding: 6px 10px;
        min-width: calc(50% - 8px);
        line-height: 1.2;
    }

    .faq-tags .amfaq_tags .tags_content .item a {
        font-size: 12px;
    }

    .faq-tags .amfaq_tags .tags_content {
        padding: 0 20px;
    }

    .faq_questions.column-2 {
        columns: 1;
    }

    .faq-question-view .page-wrapper .columns,
    .faq-category-view .page-wrapper .columns {
        padding: 40px 0 0;
    }

    .faq-category-view .page-title-wrapper h1.page-title,
    .faq-question-view .page-title-wrapper h1.page-title {
        font-size: 20px;
    }

    .faq-category-view .page-title-wrapper,
    .faq-question-view .page-title-wrapper {
        margin-bottom: 20px;
    }

    .faq_categories {
        padding: 20px;
        margin-bottom: 50px;
    }

    .faq_categories .title {
        font-size: 18px;
    }

    .faq_categories .item {
        padding: 10px 0;
    }

    .faq_categories .item a {
        font-size: 14px;
    }

    .amfaq_tags {
        padding: 20px;
    }

    .amfaq_tags .tags_content .item {
        min-width: calc(50% - 8px);
        padding: 5px;
        line-height: 1.1;
    }

    .amfaq_tags .tags_content .item a {
        font-size: 12px;
    }

    .amfaq_tags .tags_content {
        margin: 0 15px;
    }

    .ask-question-form .faq-form-heading {
        max-width: 90%;
        margin: 0 auto 30px;
    }

    .ask-form-container input,
    .ask-form-container textarea {
        font-size: 12px;
        padding: 10px 15px;
    }

    .ask-form-container .field {
        margin-bottom: 15px;
    }

    .ask-form-container button.action.primary {
        font-size: 12px;
        min-width: 110px;
        padding: 6px 20px;
    }

    .ask-question-form .faq-form-heading h4 {
        font-size: 18px;
    }

    .faq-question-view .ask-question-form .faq-form-heading h4 {
        font-size: 18px;
    }

    .question_view .answer {
        font-size: 14px;
        margin-bottom: 40px;
    }

    .question_view .amfaq-rating .amfaq-rating-average {
        flex-direction: column;
    }

    .question_view .amfaq-rating .amfaq-rating-average span.amfaq-rate-the-answer {
        font-size: 16px;
    }

    .question_view .amfaq-rating .amfaq-rating-average span.amfaq-rating-data-wrapper label {
        font-size: 28px;
        line-height: 1.2;
    }

    .question_view {
        margin: 0;
        border: 0;
        padding-bottom: 25px;
    }

    .faq-question-view .ask-question-form.widget {
        padding: 0 0 20px;
    }

    .question_view .amfaq-question-footer-wrapper .amfaq-rating {
        max-width: 95%;
    }

    .faq_questions .faq-item {
        width: 100%;
    }
}

/* ============== faq page css end here ================ */

.faq-search .search-autocomplete ul li {
    border-top: 1px solid #e5e5e5;
    cursor: pointer;
    margin: 0;
    padding: 15px 0 5px 10px;
    position: relative;
    text-align: left;
    white-space: normal;
    font-size: 18px;
}

.faq-search .search-autocomplete ul li .qs-option-name,
.faq-search .search-autocomplete ul li .amfaq-category {
    color: #5FA895 !important;
}

@media screen and (min-width: 768px) {
    .sidebar-additional .faq-search .amfaq-search button.am-button {
        top: 5px;
        right: 12px;
        background-size: 24px;
    }

    .question_view .amfaq-rating .amfaq-rating-average {
        border: 1px solid #5FA895;
        border-radius: 16px;
        padding: 8px 30px;
        justify-content: space-between;
    }

    .question_view .amfaq-rating .amfaq-rating-average {
        border: 1px solid #5FA895;
        border-radius: 16px;
        padding: 8px 30px;
        justify-content: space-between;
    }

}

.product-tab-sections .faqs_question .amfaq-short-answer-container {
    font-size: 16px;
}

.product-tab-sections .faqs_question .amfaq_questions .question_contents {
    background: transparent;
    padding: 40px 25px 0;
    border-bottom: 0;
    margin-top: 40px;
    width: 33.33%;
}

.product-tab-sections .faqs_question .amfaq_questions .question_contents:nth-child(1),
.product-tab-sections .faqs_question .amfaq_questions .question_contents:nth-child(2),
.product-tab-sections .faqs_question .amfaq_questions .question_contents:nth-child(3) {
    margin-top: 0;
    padding-top: 0;
}


.product-tab-sections .faqs_question .amfaq_questions {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -25px 40px;
}

.product-tab-sections .faqs_question {
    padding-top: 80px;
}

.product-tab-sections .faqs_question h4.am-title {
    font-family: 'Avenir Medium';
    color: #66605a;
    margin-bottom: 12px;
    font-size: 20px;
    font-weight: 600;
    pointer-events: none;
    line-height: 24px;
}

.product-tab-sections .faqs_question .am-content {
    display: block !important;
}

.product-tab-sections .faqs_question .am-plus {
    border: 0;
    height: auto;
    width: auto;
    background-color: transparent;
    transform: none;
    border-radius: 0;
    position: static;
}

.product-tab-sections .question_contents .am-plus .am-links a {
    color: #66605a;
    font-family: 'Avenir Medium';
    max-width: 100%;
    margin-top: 14px;
    font-weight: 600;
    font-size: 18px;
}

.product-tab-sections .question_contents .am-plus .am-links a:hover {
    color: #5FA895;
}

.product-tab-sections .question_contents .am-plus .am-links a:before {
    display: none;
}

.product-tab-sections .qustion_holder .question-title {
    text-align: center;
    padding: 0;
    position: relative;
    background: transparent;
    margin-top: 60px;
}

.product-tab-sections .qustion_holder .question-title:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    background: url(../../frontend/Netsteps/default/it_IT/images/reviewlogo.png) no-repeat center !important;
    top: -120px;
    height: 52px;
}

.product-tab-sections .question_contents .am-plus .am-links {
    float: none;
    text-align: right;
}

.product-tab-sections .question-title ul li:nth-child(2) {
    font-size: 26px;
}

.product-tab-sections .question-title ul li:nth-child(1) {
    font-size: 23px;
}

@media screen and (max-width: 1700px) {
    .product-tab-sections .qustion_holder .question-title {
        margin-top: 120px;
    }
}


@media screen and (max-width: 1469px) {

    body.catalog-category-view .products-grid .product-item-info .amquote-addto-button,
    body.catalogsearch-result-index .products-grid .product-item-info .amquote-addto-button,
    body.wishlist-index-index .products-grid .product-item-info .amquote-addto-button {
        font-size: 13px !important;
    }

    body.catalog-category-view .products-grid .list-btn .product-price-left .price-box .price,
    body.catalog-category-view .products-grid .product.details.bundle.multi-prices .price-box span.price {
        font-size: 11px;
    }
}

@media screen and (max-width: 1440px) {

    .product-tab-sections .faqs_question .amfaq_questions .question_contents {
        padding: 40px 20px 0;
    }

    .product-tab-sections .faqs_question .amfaq_questions {
        margin: 0 -20px 40px;
    }


}

@media screen and (max-width: 1023px) {

    .product-tab-sections .faqs_question .amfaq_questions .question_contents {
        padding: 26px 15px 0;
    }

    .product-tab-sections .faqs_question .amfaq_questions {
        margin: 0 -15px 26px;
    }

    .product-tab-sections .qustion_holder .question-title {
        margin-top: 105px;
    }

    .product-tab-sections .question-title ul li:nth-child(2),
    .product-tab-sections .question-title ul li:nth-child(1) {
        font-size: 20px;
    }

    .product-tab-sections .qustion_holder .question-title:before {
        top: -70px;
        background-size: 100px !important;
    }

}

@media screen and (max-width: 950px) {
    .product-tab-sections .faqs_question .amfaq_questions .question_contents {
        width: 50%;
    }

    .product-tab-sections .faqs_question .amfaq_questions .question_contents:nth-child(3) {
        margin-top: 20px;
        padding-top: 20px;
    }

    .product-tab-sections .faqs_question .amfaq_questions .question_contents {
        margin-top: 20px;
        padding-top: 20px;
    }
}

@media screen and (max-width: 767px) {

    .product-tab-sections .faqs_question .amfaq-short-answer-container {
        font-size: 14px;
    }

    .product-tab-sections .faqs_question h4.am-title {
        font-size: 16px;
        line-height: 22px;
    }

    .product-tab-sections .faqs_question {
        padding-top: 40px;
    }

    .product-tab-sections .faqs_question .amfaq_questions {
        margin: 0 0 26px;
    }


    .product-tab-sections .faqs_question .amfaq_questions .question_contents:nth-child(2) {
        margin-top: 20px;
        padding-top: 20px;
    }

    .product-tab-sections .faqs_question .amfaq_questions .question_contents {
        width: 100%;
    }

    .product-tab-sections .question_contents .am-plus .am-links a {
        font-size: 14px;
    }

}

#co-shipping-method-form .message.error div {
    font-family: 'Avenir Medium' !important;
    font-size: 15px;
}

#co-shipping-method-form .item-options .message.error{
    color: #66605A;
    background: #ffffff;
    font-family: 'Avenir Medium' !important;
}


.checkout-payment-method .fieldset .checkout-agreement.field.choice .label button > span:after {
    content: '*';
    color: #e02b27;
    font-size: 1.2rem;
    margin: 0 0 0 5px;
}

.checkout-payment-method .fieldset .checkout-agreement.field.choice .label:after {
    display: none;
}


/* checkout page klarna method */


.payment-method.klarna-payments-method label.label.klarna-payments-method-cell {
    display: flex;
}

.payment-method.klarna-payments-method label.label.klarna-payments-method-cell:before {
    display: inline-block;
    box-sizing: border-box;
    margin: 3px 15px 0 0;
    min-width: 15px;
    min-height: 15px;
    width: 15px;
    height: 15px;
    border: 2px solid #ccc;
    background: #fff !important;
    content: '';
    cursor: pointer;
    /* border-color: unset !important;
    border-width: unset !important; */
    border-radius: 50%;
}

.payment-method.klarna-payments-method._active label.label.klarna-payments-method-cell:before {
    border-color: #5fa895 !important;
    border-width: 4px !important;
}


/* =================================================================================
new arredo39 page footer css start here
================================================================================= */

body.arredostore .footer-logo h5,
body.arredostore .widget-menu h6,
body.arredostore .widget-menu ul li a,
body.arredostore .copyright p {
    color: #1c4e6f;
}

body.arredostore .footer-div::before {
    background-image: url(../../frontend/Netsteps/default/it_IT/images/arredo39/footer-blue.svg);
}

body.arredostore .footer.content ul.social-icons li img,
body.arredostore .scan img,
body.arredostore .copyright ul li img {
    filter: none;
}

@media screen and (max-width: 767px) {
    body.arredostore .footer-main.mobile-footer {
        background-image: url(../../frontend/Netsteps/default/it_IT/images/arredo39/footer-mobile-blue.svg);
    }

    body.arredostore h5.footer-heading,
    body.arredostore .copyright .mobile-productsocial-options ul.options li a {
        color: #1c4e6f;
    }
}



/* ==================================
New cms pages design start here 
==================================== */
.cms-3d-rendering .breadcrumbs,
.cms-miglior-prezzo-garantito .breadcrumbs,
.cms-protezione-acquirenti-trusted-shops .breadcrumbs,
.cms-spedizioni-assicurate-su-appuntamento .breadcrumbs,
.cms-campioni-piastrelle-con-cashback .breadcrumbs {
    display: none;
}

.cms-3d-rendering main#maincontent,
.cms-miglior-prezzo-garantito main#maincontent,
.cms-protezione-acquirenti-trusted-shops main#maincontent,
.cms-spedizioni-assicurate-su-appuntamento main#maincontent,
.cms-campioni-piastrelle-con-cashback main#maincontent {
    width: 100%;
    padding: 0;
}

section.cms-new-banner {
    position: relative;
}

section.cms-new-banner img.banner-image {
    max-height: 80vh;
    object-fit: cover;
    min-height: 80vh;
    width: 100%;
    object-position: bottom;
}

section.cms-new-banner.campioin-banner img.banner-image {
    max-height: 81vh;
    min-height: 81vh;
}

.cms-banner-content-new {
    position: absolute;
    bottom: 4rem;
    width: 100%;
    left: 0;
    z-index: 2;
}

.cms-text-heading h4 {
    color: #fff;
    font-size: 3.5vw;
}

.cms-page-wrapper section.cms-new-banner .cms-text-heading h1 {
    color: #fff !important;
    font-family: 'Avenir Light' !important;
    font-size: 5vw;
    line-height: 1 !important;
    margin: 0 !important;
}

.cms-new-banner:after {
    content: "";
    background-image: linear-gradient(to top, rgb(0 0 0 / 40%), transparent);
    width: 100%;
    height: 50%;
    position: absolute;
    bottom: 0;
    left: 0;
}

.trusted-shop-section {
    padding-block: 10rem 8rem;
    background-image: url(../../frontend/Netsteps/default/it_IT/images/cms/3d-icon.svg);
    background-repeat: no-repeat;
    background-size: 45%;
    background-position: 90% 28%;
}

.cms-miglior-prezzo-garantito .trusted-shop-section {
    background-image: url(../../frontend/Netsteps/default/it_IT/images/cms/miglior-icon.svg);
    background-size: 30%;
    background-position: 90% 3%;
}

.cms-spedizioni-assicurate-su-appuntamento .trusted-shop-section {
    background-image: url(../../frontend/Netsteps/default/it_IT/images/cms/spedizione-icon.svg);
    background-size: 33%;
    background-position: 90% 10%;
}

.cms-buyer-protection-trusted-shops .trusted-shop-section {
    background-image: url(../../frontend/Netsteps/default/it_IT/images/cms/protezione.svg);
    background-size: 35%;
}

.cms-request-sample .trusted-shop-section {
    background-image: url(../../frontend/Netsteps/default/it_IT/images/cms/cashback-icon.svg);
    background-size: 35%;
}

.cms-best-price-guarantee .trusted-shop-section {
    background-image: url(../../frontend/Netsteps/default/it_IT/images/cms/miglior-icon.svg);
    background-size: 35%;
}

.cms-insured-shippments .trusted-shop-section {
    background-image: url(../../frontend/Netsteps/default/it_IT/images/cms/spedizione-icon.svg);
    background-size: 35%;
}

.cms-campioni-piastrelle-con-cashback .trusted-shop-section {
    background-image: url(../../frontend/Netsteps/default/it_IT/images/cms/cashback-icon.svg);
    background-size: 35%;
}

.cms-protezione-acquirenti-trusted-shops .trusted-shop-section {
    background-image: url(../../frontend/Netsteps/default/it_IT/images/cms/protezione.svg);
    background-size: 35%;
}

.cms-protection-des-acheteurs .trusted-shop-section {
    background-image: url(../../frontend/Netsteps/default/it_IT/images/cms/protezione.svg);
    background-size: 35%;
}

.cms-echantillon .trusted-shop-section {
    background-image: url(../../frontend/Netsteps/default/it_IT/images/cms/protezione.svg);
    background-size: 35%;
}

.cms-meilleur-prix-garanti .trusted-shop-section {
    background-image: url(../../frontend/Netsteps/default/it_IT/images/cms/miglior-icon.svg);
    background-size: 35%;
}

.cms-livraisons-assurees .trusted-shop-section {
    background-image: url(../../frontend/Netsteps/default/it_IT/images/cms/spedizione-icon.svg);
    background-size: 35%;
}


.cms-kauferschutz-trusted-shops .trusted-shop-section {
    background-image: url(../../frontend/Netsteps/default/it_IT/images/cms/protezione.svg);
    background-size: 35%;
}

.cms-fliesenmuster .trusted-shop-section {
    background-image: url(../../frontend/Netsteps/default/it_IT/images/cms/cashback-icon.svg);
    background-size: 35%;
}

.cms-best-preis-garantie .trusted-shop-section {
    background-image: url(../../frontend/Netsteps/default/it_IT/images/cms/miglior-icon.svg);
    background-size: 35%;
}

.cms-versicherte-sendungen .trusted-shop-section {
    background-image: url(../../frontend/Netsteps/default/it_IT/images/cms/spedizione-icon.svg);
    background-size: 35%;
}

.conclusion-section {
    padding-bottom: 4rem;
}

.conclusion-text h5 {
    color: #99ccc0;
    font-family: 'Avenir Medium';
    text-align: center;
    line-height: 1.5;
}

.conclusion-text {
    max-width: 1200px;
    margin: 0 auto;
}

.acquirenti-content h4 {
    font-size: 36px;
    color: #99ccc0;
    font-family: 'Avenir Medium';
    margin-bottom: 4rem;
}

.acquirenti-content {
    color: #4d4a46;
    font-size: 18px;
    padding-bottom: 4rem;
    max-width: 85%;
}

.acquirenti-content p {
    margin-bottom: 2.5rem;
}

.acquirenti-content h5 {
    font-size: 22px;
    color: #99ccc0;
    margin-bottom: 4rem;
}

.acquirenti-content.full-width {
    max-width: 100%;
}

.acquirenti-content ul li {
    list-style: disc;
    font-size: 18px;
    color: #99ccc0;
}

.acquirenti-content ul {
    padding-left: 8rem;
    margin-bottom: 8rem;
}

.Spedizioni-details {
    margin-bottom: 3rem;
}

.cms-page-view .Spedizioni-details h2 {
    font-size: 68px;
    font-family: 'Avenir Light';
    margin: 0;
    line-height: 1.1;
}

.acquirenti-content h4.mb-0 {
    padding-bottom: 1rem;
}

.Spedizioni-details h3 {
    font-size: 36px;
}

.acquirenti-content .special-head h5 {
    margin-bottom: 1.5rem;
}

.special-head {
    margin-block: 7rem;
}

.price-details {
    margin-bottom: 5rem;
}

.cms-page-view main#maincontent .price-details h1 {
    color: #99ccc0;
    line-height: 1;
    margin: 0 0 1rem 0;
    font-size: 60px;
}

.price-details h2 {
    color: #99ccc0;
    max-width: 900px;
}

.acquirenti-content .max-width {
    max-width: 900px;
    margin-bottom: 5rem;
}

.acquirenti-content .max-width.miglar-width p {
    font-family: 'Avenir Medium';
}

.acquirenti-content .max-width.miglar-width {
    font-size: 24px;
    max-width: 800px;
}

.acquirenti-content ul.miglior-ul li {
    color: #4d4a46;
    margin-block: 2rem;
}

.campioni-contact-box h3 {
    max-width: 700px;
    color: #e1ae2b;
    font-size: 30px;
    margin-bottom: 3rem;
}

.campioni-contact-box {
    margin-block: 6rem 4rem;
}

.acquirenti-content .contact-details ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    padding-top: 2rem;
}

.acquirenti-content .contact-details ul li {
    list-style: none;
    background: #e1ae2b;
    color: #fff;
    padding: 3px 25px;
    display: inline-flex;
    width: max-content;
}

.acquirenti-content.protezione-content {
    max-width: 63%;
    padding-bottom: 10rem;
}

.acquirenti-content p.max-width {
    max-width: 67%;
}

.cms-payment-icons li img {
    max-width: 200px;
}

.cms-payment-icons ul li {
    margin: 0;
    text-align: right;
}

.cms-payment-icons ul {
    display: flex;
    flex-direction: column;
    gap: 6rem;
}

.cms-payment-icons {
    position: absolute;
    right: 0;
    width: 100%;
    bottom: 16rem;
    padding: 0 15px;
}

.cms-banner-content-new .container {
    position: relative;
}

@media screen and (max-width: 1699px) {
    .cms-payment-icons ul {
        gap: 5rem;
    }

    .cms-payment-icons {
        bottom: 13rem;
    }
}

@media screen and (max-width: 1499px) {
    .acquirenti-content h4 {
        font-size: 34px;
    }

    .cms-page-view .Spedizioni-details h2 {
        font-size: 62px;
    }

    .Spedizioni-details h3 {
        font-size: 32px;
    }

    .cms-payment-icons li img {
        max-width: 150px;
    }

    .cms-payment-icons ul {
        gap: 4rem;
    }
}

@media screen and (max-width: 1099px) {
    .cms-page-wrapper section.cms-new-banner .cms-text-heading h1 {
        font-size: 55px;
    }

    .cms-text-heading h4 {
        font-size: 30px;
    }

    section.trusted-shop-section {
        padding-block: 8rem 6rem;
    }

    .acquirenti-content h4 {
        font-size: 28px;
    }

    .acquirenti-content {
        font-size: 16px;
    }

    .acquirenti-content p {
        margin-bottom: 1.5rem;
    }

    .acquirenti-content h5 {
        font-size: 22px;
        margin-bottom: 3rem;
    }

    .acquirenti-content ul {
        padding-left: 6rem;
        margin-bottom: 5rem;
    }

    .cms-page-view .Spedizioni-details h2,
    .cms-page-view main#maincontent .price-details h1 {
        font-size: 48px;
    }

    .campioni-contact-box h3 {
        font-size: 26px;
    }

    .acquirenti-content .contact-details ul li {
        width: auto;
        padding: 3px 12px;
    }

    .acquirenti-content .max-width.miglar-width {
        font-size: 22px;
    }
}

@media screen and (max-width: 767px) {

    .cms-page-wrapper section.cms-new-banner .cms-text-heading h1,
    .cms-page-view main#maincontent .price-details h1,
    .cms-page-view .Spedizioni-details h2 {
        font-size: 38px;
        margin-bottom: 10px;
    }

    .cms-page-view .price-details h2 {
        font-size: 24px;
    }

    .cms-text-heading h4 {
        font-size: 26px;
    }

    .acquirenti-content {
        max-width: 100%;
    }

    .acquirenti-content h4 {
        font-size: 24px;
        margin-bottom: 3rem;
    }

    section.trusted-shop-section {
        padding-block: 6rem 2rem;
        background-size: 95% !important;
        background-position: center 0 !important;
    }

    .acquirenti-content {
        font-size: 14px;
    }

    .acquirenti-content ul {
        padding-left: 3rem;
        margin-bottom: 3rem;
    }

    .acquirenti-content ul li {
        font-size: 16px;
    }

    section.conclusion-section {
        padding-bottom: 2rem;
    }

    .conclusion-text h5 {
        font-size: 18px;
    }

    .Spedizioni-details h3 {
        font-size: 24px;
    }

    .acquirenti-content .max-width {
        margin-bottom: 1rem;
    }

    .acquirenti-content ul.miglior-ul li {
        margin-block: 1rem;
    }

    .campioni-contact-box {
        margin-block: 4rem 2rem;
    }

    .campioni-contact-box h3 {
        font-size: 24px;
    }

    .acquirenti-content.protezione-content {
        max-width: 100%;
        padding-bottom: 3rem;
    }

    .acquirenti-content p.max-width {
        max-width: 100%;
    }

    .price-details {
        margin-bottom: 3rem;
    }

    .acquirenti-content .max-width.miglar-width {
        font-size: 18px;
    }

    /* 26-5-23 changes start */
    section.cms-new-banner img.banner-image {
        min-height: 300px;
    }

    section.cms-new-banner.protezione-banner img.banner-image {
        min-height: 60vh;
    }

    section.cms-new-banner.campioin-banner img.banner-image {
        min-height: 250px;
    }

    .cms-banner-content-new .cms-text-heading {
        text-align: center;
    }

    .cms-payment-icons ul {
        gap: 1.2rem;
        margin-top: 2rem;
    }

    .cms-payment-icons li img {
        max-width: 100px;
    }

    /* 26-5-23 changes end*/

    .cms-payment-icons {
        position: relative;
        bottom: 0;
        padding: 0;
    }
}


#layered-filter-block .filter-options .filter-options-content .am-filter-items-category_ids .amshopby-filter-top-level-no-arrow-current span {
    text-transform: unset !important;
}



/*** 05-06-2023 ***/

.question-title {
    margin: 0;
}

.qustion_holder .block-title.block-content {
    text-align: left;
    position: relative;
    padding: 20px 0;
    padding-top: 0;
    color: #66605a;
    font-size: 32px;
    line-height: 1.1;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.qustion_holder .block-title.block-content span.left_title {
    min-width: 31%;
    text-align: center;
    padding-right: 25px;
    margin-right: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.qustion_holder .block-title.block-content span.left_title:after {
    content: "|";
    position: absolute;
    bottom: 0;
    right: 6px;
}

.qustion_holder .block-title.block-content strong {
    color: #66605a;
    font-size: 32px;
    margin: 0;
}


.product-tab-sections .faqs_question h4.am-title {
    font-family: 'Avenir Medium';
    color: #3A3734;
    margin-bottom: 12px;
    font-size: 24px;
    font-weight: 500;
}

.product-tab-sections .amfaq_questions .am-item .am-content .amfaq-short-answer-container {
    color: #3A3734;
    padding-bottom: 18px;
    margin-bottom: 0;
    font-size: 18px;
}

.product-tab-sections .question_contents .am-plus .am-links a {
    color: #5FA895;
    font-family: 'Avenir Medium';
}

@media screen and (max-width: 767px) {

    .qustion_holder .block-title.block-content {
        padding-left: 15px;
        padding-right: 15px;
    }

    .qustion_holder .block-title.block-content,
    .qustion_holder .block-title.block-content strong {
        font-size: 20px;
    }

    .qustion_holder .block-title.block-content span.left_title {
        min-width: inherit;
        padding-right: 22px;
        margin-right: 0;
        text-align: left;
        display: inline-block;
    }

    .product-tab-sections .faqs_question h4.am-title {
        font-size: 14px;
    }

    .product-tab-sections .amfaq_questions .am-item .am-content .amfaq-short-answer-container {
        padding-bottom: 10px;
        margin-bottom: 20px;
        font-size: 14px;
        line-height: 1.2;
    }


}

/** 06-06 search page tooltip **/


.catalogsearch-result-index .tiles-m2-cal {
    display: flex;
    align-items: center;
}

.catalogsearch-result-index span.title {
    margin-bottom: unset !important;
}

.catalogsearch-result-index .tiles-m2-cal .avail_tooltip {
    padding: 0 6px;
    position: relative;
    margin-top: -3px;
}

.catalogsearch-result-index .tiles-m2-cal .avail_tooltip span.is-tooltip {
    font-size: 12px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 70%;
    z-index: 99;
    background: #FFF;
    padding: 12px;
    box-shadow: 2px 2px 3px 1px #d8d8d8;
    margin-bottom: 8px;
    min-width: 120px;
    text-align: center;
    transition: .25s ease all;
    pointer-events: none;
    opacity: 0;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    word-wrap: break-word;
    color: #4d4a46 !important;
}


.catalogsearch-result-index .tiles-m2-cal .avail_tooltip .is-tooltip:after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 0px;
    height: 0px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #fff;
    filter: drop-shadow(2px 2px 1px #d8d8d8);
}

.catalogsearch-result-index .tooltip-show {
    opacity: 1 !important;
    pointer-events: all !important;
    bottom: 100% !important;
}

.catalogsearch-result-index .tiles-m2-cal span.value {
    display: flex;
}

@media only screen and (max-width:1355px) {
    .catalogsearch-result-index .tiles-m2-cal {
        order: 2;
    }
}


/** 06-06 search page tooltip **/
.custom-faq-layout .amfaq-rating {
    margin-top: 20px;
}

.custom-faq-layout .amfaq-rating .amfaq-rating-data-wrapper {
    display: flex;
    flex-direction: row-reverse;
    padding: 0;
}

.custom-faq-layout .amfaq-rating .amfaq-rating-average {
    gap: 6px;
    border-color: #5FA895;
}



@media only screen and (max-width: 1700px) {

    .custom-faq-layout .amfaq-rating .amfaq-rating-average {
        flex-direction: column;
    }

}

@media only screen and (max-width: 1280px) {

    .custom-faq-layout .amfaq-rating {
        width: 100%;
    }

}

@media only screen and (max-width: 767px) {
    .faq-wrapper.custom-faq-layout {
        padding: 0 20px;
    }
}

.catalog-category-view .faq-wrapper.custom-faq-layout {
    padding: 60px 15px 0;
    max-width: 1600px;
    margin: 0 auto;
}

.catalog-category-view .faq-wrapper.custom-faq-layout .amfaq-title {
    text-align: center;
    margin-bottom: 40px;
    color: #66605a;
    font-size: 32px;
    line-height: 1.1;
    position: relative;
    padding-top: 80px;
}

.catalog-category-view .faq-wrapper.custom-faq-layout .faq-title {
    font-weight: bold;
    margin-bottom: 1rem;
}

.catalog-category-view .faq-wrapper.custom-faq-layout .amfaq-title:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    background: url(../../frontend/Netsteps/default/it_IT/images/reviewlogo.png) no-repeat center;
    top: 0;
    height: 52px;
}

.catalog-product-view .faq-wrapper.custom-faq-layout .amfaq-rating span {
    color: #5FA895 !important;
}

@media only screen and (max-width: 1199px) {

    .catalog-category-view .faq-wrapper.custom-faq-layout .amfaq-title {
        font-size: 24px;
    }

    .catalog-category-view .faq-wrapper.custom-faq-layout .amfaq-title:before {
        background-size: 152px;
        height: 52px;
    }
}

@media only screen and (max-width: 767px) {
    .catalog-category-view .faq-wrapper.custom-faq-layout {
        padding: 40px 20px 0;
    }

    .catalog-category-view .faq-wrapper.custom-faq-layout .amfaq-title:before {
        background-size: 120px;
        height: 40px;
    }

    .catalog-category-view .faq-wrapper.custom-faq-layout .amfaq-title {
        padding-top: 40px;
    }
}



.catalog-product-view .custom-faq-layout .amfaq-rating .amfaq-rating-average {
    display: none;
}


/* 19-6-23 css */
body.customer-account-create .column.main form.form.create.account.form-create-account {
    box-shadow: none !important;
}

body.customer-account-create .page-title-wrapper h1.page-title {
    margin-block: 6rem 0;
}



/**** Blog Page Style - 04-07-2023 ****/
.amblog-custom-wrapper .page-main .columns .column.main {
    padding-left: 100px;
    width: calc(100% - 365px);
}

.amblog-custom-wrapper .page-main .columns .sidebar-main {
    padding-right: 0;
    width: 365px;
}


.amblog-custom-wrapper .faq-banner-image {
    margin-bottom: 60px;
}

.amblog-custom-wrapper .amblog-grid-list {
    flex-direction: column;
}

.amblog-custom-wrapper .amblog-grid-list>.amblog-item {
    width: 100%;
    margin: 0 0 80px;
    -webkit-box-shadow: 0 0 10px 5px #ccc;
    box-shadow: 0 0 10px 5px #ccc;
    border-radius: 0;
}

.amblog-custom-wrapper .amblog-grid-list>.amblog-item:last-child {
    margin-bottom: 0;
}

.amblog-custom-wrapper .amblog-grid-list>.amblog-item:nth-child(2n + 1) .amblog-image {
    order: 2;
}

.amblog-custom-wrapper .amblog-grid-list>.amblog-item:nth-child(2n + 1) .amblog-content-main {
    order: 1;
}

.amblog-custom-wrapper .amblog-item-inner {
    display: flex;
}

.amblog-custom-wrapper .amblog-item-inner .amblog-image {
    width: 465px;
}

.amblog-custom-wrapper .amblog-item-inner .amblog-content-main {
    width: calc(100% - 465px);
}

.amblog-custom-wrapper .amblog-item-inner .amblog-image .post-image {
    height: 100%;
    margin: 0;
}

.amblog-custom-wrapper .amblog-item-inner .amblog-image .post-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.amblog-custom-wrapper .amblog-item-inner .amblog-content-main .amblog-post-title a {
    font-size: 36px;
    line-height: 1.2;
    color: #4d4a46;
    font-family: 'Avenir Medium';
    font-weight: 500;
    text-transform: uppercase;
}

.amblog-custom-wrapper .amblog-item-inner .amblog-content-main .amblog-shot {
    font-size: 18px;
    line-height: 24px;
    color: #4d4a46;
    margin-bottom: 3rem;
    font-family: 'Avenir Light';
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.amblog-custom-wrapper .amblog-item-inner .amblog-content-main .read-more-button {
    text-align: right;
    margin-bottom: 20px;
    padding-right: 5px;
}

.amblog-custom-wrapper .amblog-item-inner .amblog-content-main .read-more-button .amblog-read {
    display: inline-block !important;
    margin-bottom: 0;
    font-size: 12px;
    font-family: 'Avenir Medium';
    font-weight: normal;
    padding: 10px 26px;
    border-radius: 0;
}

.amblog-custom-wrapper .amblog-item-inner .amblog-content-main .amblog-footer {
    padding: 0;
}

.amblog-index-post.amblog-custom-wrapper .amblog-grid-list>.amblog-item {
    position: relative;
    padding-bottom: 70px;
}

.amblog-index-post.amblog-custom-wrapper .amblog-grid-list>.amblog-item .amblog-item-inner .amblog-content-main .amblog-footer {
    position: absolute;
    top: auto;
    width: 100%;
    left: 0;
    padding: 0 35px;
    bottom: 25px;
}

.amblog-custom-wrapper .amblog-item-inner .amblog-content-main .amblog-post-title a:hover {
    color: #8bc4b6;
}

.amblog-custom-wrapper .amblog-item-inner .amblog-content-main .amblog-dates {
    flex-direction: column;
}

.amblog-custom-wrapper .amblog-item-inner .amblog-content-main .amblog-read {
    background: #8bc4b6 !important;
}

.amblog-custom-wrapper .amblog-item-inner .amblog-content-main .amblog-dates .amblog-date {
    font-size: 15px;
    line-height: 18px;
    color: #4d4a46;
    font-family: 'Avenir Book';
    margin: 0 0 2px;
}

.amblog-custom-wrapper .amblog-item-inner .amblog-content-main .amblog-dates .amblog-minread {
    font-size: 12px;
    color: #4d4a46;
    font-style: italic;
    font-family: 'Avenir Book Oblique';
}

.amblog-custom-wrapper .amblog-item-inner .amblog-content-main .amblog-features {
    justify-content: space-between;
    width: 100%;
    padding-top: 1.5rem;
    border-top: 1px solid #ddd;
    padding-left: 2rem;
}

.amblog-custom-wrapper.amblog-index-index .amblog-item-inner .amblog-content-main .amblog-features {
    padding-left: 0;
}

.amblog-custom-wrapper .amblog-item-inner .amblog-content-main .amblog-features .amblog-wrap,
.amblog-custom-wrapper .amblog-item-inner .amblog-content-main .amblog-features .amblog-helpful-wrap {
    margin: 0;
}
.amblog-custom-wrapper .amblog-item-inner .amblog-content-main .amblog-features .amblog-helpful-wrap {
    margin-left: auto;
}
.amblog-custom-wrapper .amblog-item-inner .amblog-content-main .amblog-features .amblog-wrap .amblog-svg.comment {
    display: none;
}

.amblog-custom-wrapper .amblog-item-inner .amblog-content-main .comment-views {
    display: flex;
    align-items: center;
    column-gap: 35px;
}

.amblog-custom-wrapper .amblog-content-main .comment-views .amblog-ref,
.amblog-custom-wrapper .amblog-content-main .comment-views .amblog-views {
    font-size: 13px;
    color: #4d4a46;
    margin: 0;
    font-family: 'Avenir Book';
    font-weight: 500;
    line-height: 18px;
    display: inline-block;
}

.amblog-custom-wrapper .amblog-item-inner .amblog-content-main .comment-views .comments {
    line-height: 18px;
}

.amblog-custom-wrapper .page-wrapper {
    background-image: linear-gradient(to top, #fff 85%, #f0f0ef);
}

.amblog-custom-wrapper .sidebar-main .amblog-element-block>div {
    border-radius: 0 !important;
    box-shadow: none !important;
    margin-bottom: 40px;
    background-color: transparent;
}

.amblog-custom-wrapper .sidebar-main .amblog-element-block:last-child>div {
    margin-bottom: 0;
}

.amblog-custom-wrapper .sidebar-main .amblog-title {
    border: 0 !important;
    padding: 0 !important;
}

.amblog-custom-wrapper .sidebar-main .amblog-element-block[data-set="sidebar-search"] .amblog-title {
    padding: 0;
    font-size: 26px;
    color: #709e8f;
    margin-bottom: 24px;
    font-family: 'Avenir Light';
    font-weight: normal;
}

.amblog-custom-wrapper .sidebar-main.amblog-item.-search {
    padding: 0;
}

.amblog-custom-wrapper .amblog-content-main .amblog-footer .amblog-count {
    font-size: 14px;
    font-weight: 600;
}

.wishlist_pannel .link.wishlist>a {
    font-size: 0;
}

.wishlist_pannel .link.wishlist>a:before {
    content: '\f387';
    font-family: Ionicons;
    font-size: 3rem;
    width: 24px;
    height: 24px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center center;
    margin: 0 6px;
}

.wishlist_pannel .link.wishlist>a {}

.amblog-custom-wrapper .amblog-content-main .amblog-plus .amblog-icon {
    background-image: url(../../frontend/Netsteps/default/it_IT/images/like.svg);
}

/* .amblog-custom-wrapper .amblog-content-main .amblog-plus:hover .amblog-icon,
.amblog-custom-wrapper .amblog-content-main .amblog-plus.-voted .amblog-icon {
    background-image: url(../../frontend/Netsteps/default/it_IT/images/like-active-red.svg);
} */


.amblog-custom-wrapper .sidebar-main .amblog-item.amblog-form-search {
    padding: 0;
}

.amblog-custom-wrapper .sidebar-main .amblog-form-search .input-text {
    border-color: #709e8f !important;
}

.amblog-custom-wrapper .sidebar-main .amblog-form-search .input-text::placeholder {
    color: #709e8f;
    opacity: 1;
}

.amblog-index-post .product.details.product-item-details .tiles-m2-cal span.value {
    text-transform: lowercase;
}

.amblog-custom-wrapper amp-sidebar#sidebar {
    display: none;
}

.amblog-custom-wrapper .amp-blog-nav {
    display: none;
}

.amblog-custom-wrapper [data-label="Incl. tax"]::before {
    display: none;
}

.amblog-custom-wrapper span.product-unit:before {
    content: "/";
}

.amblog-custom-wrapper .sidebar-main .amblog-form-search .input-text:-ms-input-placeholder,
.amblog-custom-wrapper .page-main .columns .sidebar-main .amblog-element-block .-categories .amblog-category .amblog-link {
    color: #709e8f !important;
}

.amblog-custom-wrapper .page-main .columns .sidebar-main .amblog-element-block .-categories {
    background: #ecf6f3;
    padding: 20px 0;
}

.amblog-custom-wrapper .sidebar-main .amblog-list {
    padding: 0;
}

.amblog-custom-wrapper .page-main .columns .sidebar-main .amblog-element-block .-categories .amblog-category {
    padding: 0;
    margin-bottom: 6px;
}

.amblog-custom-wrapper .page-main .columns .sidebar-main .amblog-element-block .-categories .amblog-category:last-child {
    margin-bottom: 0;
}

.amblog-custom-wrapper .page-main .columns .sidebar-main .amblog-element-block .-categories .amblog-title {
    margin-bottom: 12px;
    border-bottom: 1px solid #709e8f !important;
    color: #709e8f;
    padding-bottom: 10px !important;
    font-family: 'Avenir Light';
    font-weight: normal;
    font-size: 26px;
    margin: 0 20px 12px;
}

.amblog-custom-wrapper .sidebar-main .-categories .amblog-link,
.amblog-custom-wrapper .sidebar-main .-categories .amblog-category-count {
    color: #709e8f !important;
    font-family: 'Avenir Roman';
    font-weight: normal !important;
    font-size: 18px;
    line-height: 28px;
}

.amblog-custom-wrapper .sidebar-main .-categories .amblog-category-count {
    display: none;
}

.amblog-custom-wrapper .sidebar-main .-categories .amblog-link {
    padding: 3px 20px;
}

.amblog-custom-wrapper .sidebar-main .-categories .amblog-link:hover {
    color: #fff !important;
    background-color: #709e8f !important;
}

.amblog-custom-wrapper .sidebar-main .-categories .amblog-link:hover .amblog-category-count {
    color: #fff !important;
}


body.amblog-custom-wrapper .breadcrumbs {
    background: transparent;
    padding-top: 80px;
}

body.amblog-index-index.amblog-custom-wrapper .breadcrumbs {
    padding-top: 0;
    display: none;
}


body.amblog-custom-wrapper .page-wrapper .breadcrumbs::before {
    display: none;
}

body.amblog-custom-wrapper .breadcrumbs ul.items:last-child li.item:last-child a {
    color: #9f9491 !important;
}

.amblog-custom-wrapper .page-main .columns .sidebar-main .amblog-element-block .amblog-widget-container.-tags {
    background: #f6f5f4;
    padding: 20px;
}

.amblog-custom-wrapper .page-main .columns .sidebar-main .amblog-element-block .-tags .amblog-title {
    margin-bottom: 12px;
    border-bottom: 1px solid #a39996 !important;
    color: #a39996;
    padding-bottom: 10px !important;
    font-family: 'Avenir Light';
    font-weight: normal;
    font-size: 26px;
}

.amblog-custom-wrapper .page-main .columns .sidebar-main .amblog-element-block .-tags .amblog-tag {
    background-color: #fff;
    border-radius: 5px;
    color: #a39996;
    padding: 8px 10px;
    width: calc(50% - 5px);
    text-align: center;
    margin: 0 0 10px;
    line-height: 18px;
    transition: all ease-in 0.25s;
    font-family: 'Avenir Heavy';
    font-style: normal;
    font-size: 13px;
    text-transform: capitalize;
}

.amblog-custom-wrapper .page-main .columns .sidebar-main .amblog-element-block .-tags .amblog-tag:hover {
    background: #a39996;
    color: #fff;
}

.amblog-custom-wrapper .page-main .columns .sidebar-main .amblog-element-block .-tags .amblog-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.amblog-custom-wrapper .page-main .columns .sidebar-main .amblog-form-search .amblog-btn {
    background-image: url(../../frontend/Netsteps/default/it_IT/images/loupe.svg);
    opacity: 1;
}

body.amblog-custom-wrapper .page-main .columns {
    padding-bottom: 18rem;
    padding-top: 50px;
}

.amblog-custom-wrapper .amblog-category-description {
    margin-bottom: 80px;
}

.amblog-custom-wrapper .amblog-category-description h1 {
    font-size: 66px;
    color: #4d4a46;
    text-transform: capitalize;
    margin-bottom: 15px;
    font-family: 'Avenir Light';
    font-weight: normal;
}

.amblog-custom-wrapper .amblog-category-description p {
    font-family: 'Avenir Light';
    font-weight: normal;
    font-size: 21px;
    line-height: 1.8;
}

/* new section */
.amblog-custom-wrapper .gallary-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
}

.amblog-custom-wrapper .gallary-section .row {
    margin: 0;
}

.amblog-custom-wrapper .section-top-info {
    text-align: end;
    padding: 10px 0 15px;
}

.amblog-custom-wrapper .gallary-section .section-top-info a {
    font-size: 16px;
    text-decoration: none;
    color: #62b89f;
    font-weight: 600;
    padding-right: 30px;
}

.amblog-custom-wrapper .gallary-section span.strong-section {
    font-weight: 800;
    font-family: 'Avenir Black';
}

.amblog-custom-wrapper .gallary-section .section-title h5 {
    margin: 0;
    line-height: 1.2;
    font-size: 40px;
}

.amblog-custom-wrapper .gallary-section .section-title {
    background: #62b89f;
    color: #fff;
    padding: 15px 40px !important;
    margin-bottom: 10px;
}

.amblog-custom-wrapper .gallary-section .colums-img {
    padding: 1px !important;
    padding-bottom: 1px !important;
}

.amblog-custom-wrapper .gallary-image img {
    object-fit: cover;
    object-position: center;
    height: 100%;
    width: 100%;
}

.amblog-custom-wrapper .gallary-info {
    position: relative;
}

.amblog-custom-wrapper .gallary-content {
    display: flex;
    align-items: center;
    position: absolute;
    flex-wrap: wrap;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.8);
    padding: 18px 22px !important;
    font-size: 24px;
}

.amblog-custom-wrapper .gallary-content h4:first-child {
    padding: 0 1rem 0 0;
}

.amblog-custom-wrapper .gallary-content h4:last-child {
    padding: 0 0 0 1rem;
}

.amblog-custom-wrapper .gallary-content h4 {
    font-size: inherit;
    margin: 0;
    font-weight: 600;
    color: #33302E;
    line-height: 1.4;
}

.amblog-custom-wrapper .gallary-content h4 strong {
    font-weight: 600;
    font-family: 'Avenir Book';
}

.amblog-custom-wrapper .gallary-menu li a {
    text-decoration: none;
    font-size: 20px;
    color: #52A08A;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: 'Avenir Medium';
}

.amblog-custom-wrapper .gallary-menu {
    background-color: #fff;
    padding: 5px 0;
}

.amblog-custom-wrapper .gallary-details {
    margin-top: 45px;
}

.amblog-custom-wrapper .gallary-menu li {
    padding: 12px 15px;
    margin: 0;
}

.amblog-custom-wrapper section.gallary-section {
    margin: 0 0 80px;
}

.amblog-custom-wrapper .gallary-image a {
    display: block;
}

.amblog-custom-wrapper .faq-banner-image img {
    max-height: 700px;
}

body.amblog-custom-wrapper .faq-banner-image .faq-heading h1.page-title {
    font-size: min(15.938vw, 300px);
    line-height: 1 !important;
    color: rgba(255, 255, 255, 0.6) !important;
}

body.amblog-custom-wrapper .faq-banner-image .faq-heading h5 {
    font-size: min(3.333vw, 66px);
    color: rgba(255, 255, 255, 0.6) !important;
}

/*** Blog Detail page Product listing section ***/

.amblog-custom-wrapper .page-wrapper>.widget {
    max-width: 1600px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    box-shadow: none;
}

.amblog-index-post.amblog-custom-wrapper .custom-product-section {
    background-color: #f3f3f3 !important;
    padding: 60px 0;
}

.custom-product-section .amblog-related-wrapper.-related-products {
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 0;
}

.amblog-index-post.amblog-custom-wrapper .custom-product-section {
    margin-bottom: 60px;
}

.amblog-index-post.amblog-custom-wrapper .custom-product-section .item-title .data {
    display: block;
    text-align: center;
}

.amblog-custom-wrapper .page-wrapper>.widget .amblog-title,
.custom-product-section .item-title h3 {
    text-align: center;
    font-size: 46px;
    line-height: 54px;
    margin-bottom: 60px;
    color: #5b5550;
    font-family: 'Avenir Black';
}

.amblog-index-post.amblog-custom-wrapper .tab-container.custom.tab-content {
    max-width: 1440px;
    padding: 0 20px;
    margin: 0 auto;
}

.amblog-custom-wrapper .page-wrapper>.widget .amblog-title,
.amblog-custom-wrapper .page-wrapper>.widget .amblog-list {
    padding: 0;
}

.amblog-custom-wrapper .page-wrapper>.widget .amblog-title {
    margin-top: 40px;
}

.amblog-index-post.amblog-custom-wrapper .product-tab-btns {
    display: flex;
    width: 100%;
    justify-content: space-between;
    column-gap: 10px;
    position: relative;
}

.amblog-index-post.amblog-custom-wrapper .product-tab-btns .price-box,
.amblog-index-post.amblog-custom-wrapper .product-tab-btns form {
    width: calc(50% - 5px);
}

.amblog-index-post.amblog-custom-wrapper .product-tab-btns .price-box {
    margin: 0;
    cursor: pointer;
    position: relative;
}

.amblog-index-post.amblog-custom-wrapper .product-tab-btns .price-box:hover {
    opacity: 0.85;
}

.amblog-index-post.amblog-custom-wrapper .product-tab-btns .form .amquote-addto-button {
    width: 100%;
}

.amblog-index-post.amblog-custom-wrapper .amblog-grid-list {
    column-gap: 60px;
    display: flex;
    flex-direction: row;
}

.amblog-index-post.amblog-custom-wrapper .amblog-item-inner {
    display: flex;
    flex-wrap: wrap;
}

.amblog-index-post.amblog-custom-wrapper .amblog-item-inner .amblog-image,
.amblog-index-post.amblog-custom-wrapper .amblog-item-inner .amblog-content-main {
    width: 100%;
}

.amblog-index-post.amblog-custom-wrapper .amblog-grid-list>.amblog-item:nth-child(2n + 1) .amblog-image {
    order: 1;
}

.amblog-index-post.amblog-custom-wrapper .amblog-item-inner .amblog-content-main .amblog-shot,
.amblog-index-post.amblog-custom-wrapper .amblog-item-inner .amblog-content-main .amblog-shot p {
    font-size: 16px;
    line-height: 22px;
}

.amblog-index-post.amblog-custom-wrapper .amblog-item-inner .amblog-content-main .amblog-post-title a {
    font-size: 31px;
}

.amblog-index-post.amblog-custom-wrapper .amblog-item-inner .amblog-content-main .read-more-button {
    text-align: center;
    margin-bottom: 3rem;
}

.amblog-index-post.amblog-custom-wrapper .tab-content>.tab-pane {
    display: flex;
    opacity: 1;
    column-gap: 60px;
}

.amblog-index-post.amblog-custom-wrapper .tab-content>.tab-pane .product-item {
    background: transparent;
    width: calc(33.33% - 40px);
}

.amblog-index-post.amblog-custom-wrapper .tab-content>.tab-pane .product-item .product-item-info {
    background: #fff;
}

.amblog-index-post.amblog-custom-wrapper .product-item .product-item-photo {
    width: 100%;
    display: block;
}

.amblog-index-post.amblog-custom-wrapper .aw-arp-container .product-image-container .product-image-container {
    width: 100% !important;
    padding: 0;
}

.amblog-index-post.amblog-custom-wrapper .aw-arp-container .product-image-wrapper {
    height: auto;
    padding: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
}

.amblog-index-post.amblog-custom-wrapper .aw-arp-container .product-image-photo {
    position: static;
    min-height: 400px;
    width: 100% !important;
    max-height: 400px;
}

.amblog-index-post.amblog-custom-wrapper .product-item-info.related-product-info .attriblute-image .left-image h5 {
    font-size: 15px;
    margin-bottom: 0;
    color: #fff;
    font-family: 'Avenir Medium' !important;
    position: relative;
    border-radius: 0;
}

.amblog-index-post.amblog-custom-wrapper .product-item-info.related-product-info .attriblute-image {
    margin-bottom: 40px;
}

.amblog-index-post.amblog-custom-wrapper .aw-arp-container .product-item .product-item-details.simple .product-item-name {
    font-size: 18px;
    height: auto !important;
    margin-bottom: 15px;
    color: #66605a;
    border: 0;
    width: 100%;
    display: block;
    font-weight: 500;
    font-family: 'Avenir Medium';
    text-align: left;
    margin: 0 0 10px;
    padding: 10px 15px 0;
}

.amblog-index-post.amblog-custom-wrapper .product-item-info.related-product-info .attriblute-image .consegna-text {
    max-width: 52%;
    width: 100%;
}

.amblog-index-post.amblog-custom-wrapper .product-item-info.related-product-info .product-item-details .tiles-m2-cal {
    color: #61a896;
    font-weight: bolder;
    padding: 15px !important;
    text-transform: uppercase;
    text-align: left !important;
    margin-bottom: 10px;
}

.amblog-index-post.amblog-custom-wrapper .product-item-info.related-product-info ul.attribute-value {
    display: flex;
    flex-wrap: wrap;
    text-align: right;
    padding-right: 8px;
    column-gap: 5px;
}

.amblog-index-post.amblog-custom-wrapper li.has-tooltip.option {
    width: auto;
}

.amblog-index-post.amblog-custom-wrapper .has-tooltip:hover .is-tooltip {
    opacity: 1;
    pointer-events: all;
    bottom: 100%;
}

.amblog-index-post.amblog-custom-wrapper .product-item-info.related-product-info ul.attribute-value li.has-tooltip img {
    max-width: 32px;
    width: 100%;
    min-width: 32px;
}

.amblog-index-post.amblog-custom-wrapper .product-tab-btns .price-box {
    border: 1px solid #3a3734 !important;
    background: #fff !important;
    color: #3a3734 !important;
    width: 50%;
    margin: 0;
    padding: 10px 5px;
    text-align: center;
}

.amblog-index-post.amblog-custom-wrapper .product-tab-btns .amquote-addto-button {
    background: #5fa693;
    border-radius: 0;
    font-size: 14px;
    padding: 9px;
    height: auto;
    font-weight: 500;
    width: 100%;
    color: #fff;
    border-color: #5fa693;
    margin: 0;
    position: relative;
    text-transform: uppercase;
}

.amblog-index-post.amblog-custom-wrapper .product-tab-btns .amquote-addto-button:hover {
    opacity: 0.85;
}

.amblog-index-post.amblog-custom-wrapper .product-tab-btns .amquote-addto-button:before {
    border: none;
    content: "";
    background: #fff;
    color: #5fa693;
    background-image: url(../../frontend/Netsteps/default/it_IT/images/category-plus.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    border-radius: 100%;
    position: absolute;
    bottom: -22px;
    right: 0;
}

.custom-product-section .amblog-related-wrapper.-related-products img.mincartnew {
    border: 1px solid #3a3734;
    background: #3a3734;
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    border-radius: 100%;
    position: absolute;
    padding: 6px;
    left: 0;
    bottom: -18px;
}

.custom-product-section .amblog-related-wrapper.-related-products button.tocart-btn {
    border: none;
}

.amblog-index-post.amblog-custom-wrapper .has-tooltip .is-tooltip {
    font-size: 12px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 70%;
    z-index: 99;
    background: #fff;
    padding: 12px;
    box-shadow: 2px 2px 3px 1px #d8d8d8;
    margin-bottom: 8px;
    min-width: 120px;
    text-align: center;
    transition: .25s ease all;
    pointer-events: none;
    opacity: 0;
}

.amblog-index-post.amblog-custom-wrapper .product-item-info.related-product-info .product-item-details .tiles-m2-cal .title {
    margin: 0;
}

.amblog-index-post.amblog-custom-wrapper .product-item-info.related-product-info .attriblute-image .right-image {
    max-width: 50%;
    width: auto;
}

.amblog-index-post.amblog-custom-wrapper .product-item-info.related-product-info .attriblute-image {
    clear: both;
    display: flex;
    justify-content: space-between;
    margin-bottom: 32px;
    flex-wrap: wrap;
    gap: 10px;
}

.amblog-index-post.amblog-custom-wrapper .product-item-info.related-product-info .attriblute-image .left-image {
    text-align: left;
    max-width: 100%;
    background: #dda32f;
    border-radius: 0 0 23px;
    padding: 6px 12px !important;
}

.amblog-index-post.amblog-custom-wrapper .amblog-grid-list>.amblog-item {
    width: calc(33.33% - 40px);
    margin: 0;
}

.amblog-index-post.amblog-custom-wrapper .page-wrapper>.widget.amblog-post-list {
    margin-bottom: 80px;
}

.amblog-custom-wrapper .products-grid .product-items {
    display: flex;
    flex-wrap: wrap;
    letter-spacing: 0;
}

.amblog-custom-wrapper .products-grid .attriblute-image>div.left-image {
    width: 55%;
    background: #dda32f;
    border-radius: 0 0 23px 0;
    padding: 6px 12px;
    text-align: left;
    float: left;
}

.amblog-custom-wrapper .products-grid .attriblute-image>div.right-image {
    width: 45%;
}

.amblog-custom-wrapper .products-grid .product.details .product-item-name>a {
    font-family: 'Avenir Book' !important;
    font-weight: 600;
    font-size: 18px !important;
    color: #4d4a46;
    text-align: left;
    line-height: 24px;
    text-decoration: none;
}

.amblog-custom-wrapper .product.details.product-item-details .tiles-m2-cal {
    color: #61a896;
    font-family: 'Avenir medium';
    font-weight: bolder;
    padding: 15px;
    display: inline-flex;
    width: auto;
    align-items: center;
    padding: 0 20px 0 7px !important;
}

.amblog-custom-wrapper .products-grid .list-btn {
    display: flex;
    justify-content: space-between;
    padding: 0;
    position: relative;
    margin-top: 10px;
}

.amblog-custom-wrapper .products-grid .list-btn .product-price-left {
    flex: 0 0 55%;
}

.amblog-custom-wrapper .products-grid .list-btn .product-item-inner {
    flex: 0 0 45%;
}

.amblog-custom-wrapper .products-grid .product-item-actions {
    width: 100%;
}

.amblog-custom-wrapper .amblog-post-container.-post-page .amblog-post-title {
    font-size: 40px;
    line-height: 1.2;
    text-transform: uppercase;
    font-weight: normal;
    font-family: 'Avenir medium';
    margin: 10px 0 25px;
}

.amblog-custom-wrapper .amblog-post-container.-post-page .amblog-post-title a {
    color: #66605a;
}

.amblog-custom-wrapper .amblog-post-container.-post-page .amblog-dates {
    flex-direction: column;
}

.amblog-custom-wrapper .amblog-post-container.-post-page .amblog-dates .amblog-date {
    font-size: 14px;
    margin: 0 0 2px;
    font-family: 'Avenir Book';
}

.amblog-custom-wrapper.amblog-index-post .amblog-post-container.-post-page .amblog-dates .amblog-date {
    font-size: 18px;
    color: #4d4a46;
}

.amblog-custom-wrapper.amblog-index-post .amblog-post-container.-post-page .amblog-dates .amblog-minread {
    font-size: 16px;
    color: #4d4a46;

}

.amblog-custom-wrapper .amblog-post-container.-post-page .amblog-dates .amblog-minread {
    font-family: 'Avenir Book Oblique';
}

.amblog-custom-wrapper .amblog-post-container .amblog-content picture img {
    display: block;
    margin-bottom: 40px;
    width: 100%;
    max-height: 450px;
    object-fit: contain;
}

.amblog-custom-wrapper.amblog-index-post .amblog-post-container .amblog-content p {
    font-family: 'Avenir Light';
    font-size: 18px;
}


.amblog-custom-wrapper.amblog-index-post .amblog-related-wrapper.-related-products .product-item-actions {
    position: absolute;
    width: 40px;
    bottom: 0;
}

.custom-product-section .amblog-related-wrapper.-related-products button.tocart-btn {
    background-color: transparent;
}


/**** New Banner Text - 28-08-2023 ****/

.cms-new-banner.campioin-banner h1.campioni-piastrelle {
    position: absolute;
    color: #fff !important;
    top: 50%;
    transform: translateY(-50%);
    font-size: 6.771vw;
    line-height: 1.2 !important;
    width: 37.760vw;
    margin: 0 auto !important;
    left: 0;
    right: 0;
    z-index: 5;
    padding-left: 0;
    font-family: 'Avenir Light' !important;
}

.cms-new-banner.campioin-banner h1.campioni-piastrelle>span {
    display: block;
    letter-spacing: 0.1em;
    text-transform: capitalize;
}

.cms-new-banner.campioin-banner h1.campioni-piastrelle>span.custom-text-2 {
    text-align: right;
    margin-right: -10.938vw;
}

.cms-new-banner.miglior-banner h1 {
    position: absolute;
    color: #fff !important;
    bottom: 29%;
    left: 0;
    right: 0;
    max-width: 57.292vw;
    line-height: 1.2 !important;
    margin: 0 auto !important;
    padding-left: 22.656vw;
    font-size: 2.292vw;
    z-index: 5;
    font-family: 'Avenir Light' !important;
}

.cms-new-banner.miglior-banner h1 .miglior-text-2 {
    font-family: 'Avenir Heavy';
}

.cms-new-banner.miglior-banner h1>span {
    display: block;
    letter-spacing: 0.05em;
}

/**** New Banner Text - 28-08-2023  END ****/

@media screen and (max-width: 1600px) {
    .amblog-custom-wrapper .amblog-item-inner .amblog-content-main .amblog-post-title a {
        font-size: 32px;
    }
}

@media screen and (max-width: 1440px) {
    .amblog-custom-wrapper .amblog-item-inner .amblog-content-main .amblog-post-title a {
        font-size: 26px;
    }

    .amblog-custom-wrapper .page-main .columns .column.main {
        padding-left: 70px;
    }

    .amblog-index-post.amblog-custom-wrapper .amblog-item-inner .amblog-content-main .amblog-post-title a {
        font-size: 26px;
    }
}

@media screen and (max-width: 1439px) {
    .amblog-custom-wrapper .page-main .columns .column.main {
        padding-left: 24px;
    }

    .amblog-custom-wrapper .sidebar-main .amblog-element-block[data-set="sidebar-search"] .amblog-title {
        margin-bottom: 12px;
    }

    .amblog-custom-wrapper .sidebar-main .amblog-element-block>div {
        margin-bottom: 24px;
    }

    .amblog-custom-wrapper .amblog-grid-list>.amblog-item {
        margin-bottom: 50px;
    }

    .amblog-custom-wrapper .amblog-item-inner .amblog-content-main .amblog-post-title a {
        font-size: 22px;
    }

    .amblog-custom-wrapper .amblog-item-inner .amblog-image {
        width: 400px;
    }

    .amblog-custom-wrapper .amblog-item-inner .amblog-content-main {
        width: calc(100% - 400px);
    }

    .amblog-custom-wrapper .amblog-item-inner .amblog-content-main .amblog-shot {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 10px;
    }

    .amblog-custom-wrapper .amblog-post-container .amblog-content,
    .amblog-custom-wrapper .amblog-grid-list .amblog-content {
        padding: 16px;
    }

    .amblog-custom-wrapper .amblog-item-inner .amblog-content-main .amblog-dates .amblog-minread {
        margin-bottom: 8px;
    }

    /**** New Banner Text - 28-08-2023 ****/
    .cms-new-banner.campioin-banner h1.campioni-piastrelle {
        font-size: 100px;
        width: 580px;
    }

    /**** New Banner Text - 28-08-2023 END ****/

}

@media screen and (max-width: 1200px) {

    .amblog-custom-wrapper .amblog-category-description h1 {
        font-size: 40px;
    }

    .amblog-custom-wrapper .gallary-content {
        padding: 10px 16px !important;
        font-size: 18px;
    }

    .amblog-custom-wrapper .gallary-section .section-title {
        padding: 12px 20px !important;
    }

    .amblog-custom-wrapper .gallary-section .section-title h5 {
        font-size: 32px;
    }

    .amblog-custom-wrapper .amblog-item-inner .amblog-content-main .amblog-post-title a {
        font-size: 18px;
    }

    .amblog-custom-wrapper .amblog-item-inner .amblog-content-main .amblog-post-title {
        margin-bottom: 10px;
    }

    .amblog-custom-wrapper .amblog-item-inner .amblog-content-main .amblog-shot {
        font-size: 14px;
        line-height: 18px;
    }

    .amblog-custom-wrapper .amblog-item-inner .amblog-content-main {
        width: calc(100% - 320px);
    }

    .amblog-custom-wrapper .amblog-item-inner .amblog-image {
        width: 320px;
    }

    .amblog-custom-wrapper .faq-banner-image {
        margin-bottom: 40px;
    }

    body.amblog-custom-wrapper .page-main .columns {
        padding-bottom: 64px;
    }

    .amblog-custom-wrapper .amblog-post-container.-post-page .amblog-post-title {
        font-size: 32px;
    }

    .amblog-custom-wrapper .page-wrapper>.widget .amblog-title,
    .custom-product-section .item-title h3 {
        font-size: 32px;
        line-height: 38px;
        margin-bottom: 40px;
    }

    .amblog-index-post.amblog-custom-wrapper .amblog-grid-list>.amblog-item {
        width: calc(33.33% - 16px);
    }

    .amblog-index-post.amblog-custom-wrapper .amblog-grid-list {
        column-gap: 24px;
    }

    .amblog-index-post.amblog-custom-wrapper .custom-product-section .container {
        max-width: 100% !important;
    }

    .amblog-index-post.amblog-custom-wrapper .tab-container.custom.tab-content {
        max-width: 100%;
        padding: 0;
    }

    .amblog-index-post.amblog-custom-wrapper .amblog-item-inner .amblog-content-main .amblog-post-title a {
        font-size: 20px;
    }

    .amblog-index-post.amblog-custom-wrapper .amblog-item-inner .amblog-content-main .amblog-shot,
    .amblog-index-post.amblog-custom-wrapper .amblog-item-inner .amblog-content-main .amblog-shot p {
        font-size: 14px;
        line-height: 18px;
    }

    .amblog-index-post.amblog-custom-wrapper .tab-content>.tab-pane {
        column-gap: 24px;
    }

    .amblog-index-post.amblog-custom-wrapper .tab-content>.tab-pane .product-item {
        width: calc(33.33% - 16px);
    }

    .amblog-index-post.amblog-custom-wrapper .aw-arp-container .product-image-photo {
        min-height: 350px;
        max-height: 350px;
    }

    .amblog-index-post.amblog-custom-wrapper .aw-arp-container .product-item .product-item-details.simple .product-item-name {
        font-size: 16px;
    }

    .amblog-index-post.amblog-custom-wrapper .custom-product-section {
        margin-bottom: 40px;
    }

    .amblog-index-post.amblog-custom-wrapper .product-item-info.related-product-info .attriblute-image .consegna-text {
        max-width: 50%;
    }

    .amblog-index-post.amblog-custom-wrapper .product-item-info.related-product-info .attriblute-image .left-image h5 {
        font-size: 12px;
    }

    .amblog-index-post.amblog-custom-wrapper .product-item-info.related-product-info .attriblute-image {
        margin-bottom: 18px;
    }

    .amblog-custom-wrapper .amblog-post-container .amblog-content picture img {
        margin-bottom: 24px;
    }

    .amblog-custom-wrapper .page-main .columns .sidebar-main .amblog-element-block .-categories .amblog-title,
    .amblog-custom-wrapper .page-main .columns .sidebar-main .amblog-element-block .-tags .amblog-title {
        font-size: 18px;
    }

    .amblog-custom-wrapper .amblog-category-description p {
        font-size: 20px;
        line-height: 26px;
    }

    .amblog-custom-wrapper.amblog-index-post .amblog-post-container .amblog-content p {
        font-size: 18px;
    }

    /**** New Banner Text - 28-08-2023 ****/
    .cms-new-banner.miglior-banner h1 {
        bottom: 29%;
        padding-left: 20.833vw;
        font-size: 2.333vw;
        max-width: 56%;
    }

    /**** New Banner Text - 28-08-2023 END ****/

    .amblog-index-post.amblog-custom-wrapper .amblog-grid-list>.amblog-item .amblog-item-inner .amblog-content-main .amblog-footer {
        padding: 0 25px;
    }
    body.amblog-index-post .amblog-post-container .amblog-content, body.amblog-index-post .amblog-grid-list .amblog-content{
        padding: 25px;
    }
}


@media screen and (max-width: 1023px) {

    .amblog-custom-wrapper .gallary-content {
        font-size: 16px;
    }


    .amblog-custom-wrapper .page-main .columns .column.main {
        padding-left: 0;
        width: 100%;
        margin-bottom: 40px !important;
    }

    .amblog-custom-wrapper section.gallary-section {
        margin: 0 1px 40px;
    }

    .amblog-index-post.amblog-custom-wrapper .aw-arp-container .product-image-photo {
        min-height: 300px;
        max-height: 300px;
    }

    .amblog-index-post.amblog-custom-wrapper .product-item-info.related-product-info .attriblute-image .consegna-text {
        max-width: 50%;
    }

    .amblog-custom-wrapper .amblog-item-inner .amblog-content-main .comment-views {
        column-gap: 15px;
    }

    .amblog-index-post.amblog-custom-wrapper .product-tab-btns .amquote-addto-button:before {
        width: 32px;
        height: 32px;
        bottom: -13px;
    }

    .custom-product-section .amblog-related-wrapper.-related-products img.mincartnew {
        width: 32px;
        height: 32px;
        padding: 4px;
        bottom: -13px;
    }

    .amblog-index-post.amblog-custom-wrapper .product-item-info.related-product-info .attriblute-image .right-image {
        max-width: 100%;
        width: auto;
    }

    .amblog-index-post.amblog-custom-wrapper .product-item-info.related-product-info .product-item-details .tiles-m2-cal {
        padding: 8px 15px !important;
    }



    .amblog-custom-wrapper .amblog-amp-sidebar .amblog-categories.sidebar-item {
        background: #ecf6f3;
        padding: 20px;
        margin-bottom: 40px;
    }

    .amblog-custom-wrapper .amblog-amp-sidebar .amp-close-image {
        display: none;
    }


    .amblog-custom-wrapper .amblog-amp-sidebar .amblog-tags.amblog-widget-container {
        border-radius: 0 !important;
        box-shadow: none !important;
        margin-bottom: 0 !important;
        background: #f6f5f4;
        padding: 20px;
    }

    .amblog-custom-wrapper .amblog-amp-sidebar .amblog-item .tag.amblog-tag {
        background-color: #fff;
        border-radius: 5px;
        color: #a39996;
        padding: 8px 10px;
        width: calc(50% - 5px);
        text-align: center;
        margin: 0 0 10px;
        line-height: 18px;
        transition: all ease-in 0.25s;
        text-transform: capitalize;
    }

    .amblog-custom-wrapper .amblog-amp-sidebar .amblog-item .tag.amblog-tag:hover {
        background-color: #a39996;
        color: #fff;
    }

    .amblog-custom-wrapper .amblog-amp-sidebar .amblog-item {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }

    .amblog-custom-wrapper .amblog-amp-sidebar .amblog-categories.sidebar-item .amblog-amp-title {
        margin-bottom: 12px;
        border-bottom: 1px solid #709e8f !important;
        color: #709e8f;
        padding-bottom: 10px !important;
        font-weight: 600;
    }

    .amblog-custom-wrapper .amblog-amp-sidebar .amblog-tags.amblog-widget-container .amblog-title {
        margin-bottom: 12px;
        border-bottom: 1px solid #a39996 !important;
        color: #a39996;
        padding-bottom: 10px !important;
        font-weight: 600;
        pointer-events: none;
    }

    .amblog-custom-wrapper .amblog-amp-sidebar .amblog-categories.sidebar-item .amblog-link {
        color: #709e8f;
    }

    .amblog-custom-wrapper .page-main .columns .column.main .amblog-search {
        border-radius: 0 !important;
        box-shadow: none !important;
    }

    .amblog-custom-wrapper .page-main .columns .column.main .amblog-search .amblog-title {
        font-size: 26px;
        margin-bottom: 12px;
        color: #709e8f;
        padding: 0 !important;
    }

    .amblog-custom-wrapper .page-main .columns .column.main .amblog-search .amblog-title:before,
    .amblog-custom-wrapper .amblog-amp-sidebar .amblog-tags.amblog-widget-container .amblog-title:before {
        display: none;
    }

    .amblog-custom-wrapper .page-main .columns .column.main .amblog-search .amblog-form-search.amblog-item {
        padding: 0;
    }

    .amblog-custom-wrapper .page-main .columns .column.main .amblog-search .amblog-input {
        border-color: #709e8f !important;
    }

    .amblog-custom-wrapper .page-main .columns .column.main .amblog-search .amblog-btn {
        background-image: url(../../frontend/Netsteps/default/it_IT/images/loupe.svg);
        opacity: 1;
    }

    .amblog-custom-wrapper .page-main .columns .column.main .amblog-search .amblog-input::placeholder {
        color: #709e8f;
        opacity: 1;
    }

    .amblog-custom-wrapper .page-main .columns .column.main .amblog-search .amblog-input:-ms-input-placeholder {
        color: #709e8f;
        opacity: 1;
    }

    .amblog-custom-wrapper .sidebar-main .amblog-list {
        display: block !important;
    }

    .amblog-custom-wrapper .sidebar-main .amblog-list .tag-list {
        max-width: 295px;
        margin: 0 auto;
    }


    /**** New Banner Text - 28-08-2023 ****/
    .cms-new-banner.miglior-banner h1 {
        padding-left: 19.550vw;
        font-size: 2.542vw;
    }

    /**** New Banner Text - 28-08-2023 END ****/



}

@media screen and (max-width: 991px) {
    .amblog-index-post.amblog-custom-wrapper .amblog-grid-list,
    .amblog-index-post.amblog-custom-wrapper .tab-content>.tab-pane{
        flex-wrap: wrap;
    }
    .amblog-index-post.amblog-custom-wrapper .amblog-grid-list>.amblog-item,
    .amblog-index-post.amblog-custom-wrapper .tab-content>.tab-pane .product-item{
        width: 48%;
        margin-bottom: 25px;
    }
}

@media screen and (max-width: 767px) {

    .cms-index-index .blog-div {
        margin-bottom: 6rem;
    }

    .amblog-custom-wrapper amp-sidebar#sidebar {
        display: block;
    }

    body.amblog-custom-wrapper .page-main .columns {
        padding-bottom: 80px;
    }


    .amblog-custom-wrapper .faq-banner-image {
        margin-bottom: 20px;
    }

    .amblog-custom-wrapper .amblog-item-inner .amblog-content-main .amblog-dates .amblog-date {
        font-size: 13px;
        line-height: 16px;
    }

    body.amblog-custom-wrapper .faq-banner-image .faq-heading h1.page-title {
        margin: 0 auto 7px !important;
        padding: 0;
    }

    .amblog-custom-wrapper .amblog-item-inner .amblog-content-main .amblog-read {
        display: inline-block;
        width: auto;
        padding: 9px 18px;
    }

    .amblog-custom-wrapper .amblog-item-inner .amblog-content-main .read-more-button {
        text-align: center;
    }

    .amblog-custom-wrapper .amblog-grid-list>.amblog-item {
        margin-bottom: 5rem;
    }

    .amblog-custom-wrapper .amblog-category-description p {
        font-size: 16px;
    }

    .amblog-custom-wrapper .amblog-item-inner .amblog-content-main .comment-views {
        column-gap: 20px;
    }


    .amblog-custom-wrapper .amblog-grid-list>.amblog-item:nth-child(2n + 1) .amblog-image {
        order: 1;
    }

    .amblog-custom-wrapper .amblog-item-inner {
        flex-wrap: wrap;
    }

    .amblog-custom-wrapper .amblog-item-inner .amblog-image,
    .amblog-custom-wrapper .amblog-item-inner .amblog-content-main {
        width: 100%;
    }

    .amblog-custom-wrapper .gallary-section .section-title h5 {
        font-size: 20px;
    }


    .amblog-index-post.amblog-custom-wrapper .amblog-grid-list {
        flex-direction: column;
        row-gap: 24px;
    }

    .amblog-index-post.amblog-custom-wrapper .amblog-grid-list>.amblog-item {
        width: 100%;
        margin-bottom: 25px !important;
    }

    .amblog-index-post.amblog-custom-wrapper .tab-content>.tab-pane {
        flex-direction: column;
        row-gap: 26px;
    }

    .amblog-index-post.amblog-custom-wrapper .tab-content>.tab-pane .product-item {
        width: 100%;
    }

    .amblog-index-post.amblog-custom-wrapper .product-item .product-item-photo {
        text-align: center;
    }

    .amblog-custom-wrapper .amblog-post-container.-post-page .amblog-post-title {
        font-size: 20px;
    }

    .amblog-custom-wrapper .page-wrapper>.widget .amblog-title,
    .custom-product-section .item-title h3 {
        font-size: 26px;
        line-height: 32px;
        margin-bottom: 26px;
    }

    .custom-product-section .item-title h3,
    .amblog-custom-wrapper .page-wrapper>.widget .amblog-title {
        margin-bottom: 50px;
    }

    .amblog-custom-wrapper .page-wrapper>.widget .amblog-title {
        margin-bottom: 50px;
        margin-top: 30px;
        font-size: 24px;
    }

    .amblog-index-post.amblog-custom-wrapper .custom-product-section {
        margin-bottom: 26px;
    }

    .amblog-index-post.amblog-custom-wrapper .page-wrapper>.widget.amblog-post-list {
        margin-bottom: 50px;
    }

    .amblog-index-post.amblog-custom-wrapper .custom-product-section {
        padding: 30px 0 42px 0;
    }


    .amblog-index-post.amblog-custom-wrapper .amblog-post-container {
        margin-bottom: 0 !important;
    }

    .amblog-custom-wrapper .page-main .columns .column.main,
    .amblog-custom-wrapper .amblog-amp-sidebar .amblog-categories.sidebar-item {
        margin-bottom: 32px !important;
    }

    .amblog-custom-wrapper.amblog-index-post .amblog-post-container .amblog-content p {
        font-size: 16px;
    }

    .amblog-custom-wrapper.amblog-index-post .amblog-post-container.-post-page .amblog-dates .amblog-date {
        font-size: 16px;
    }

    .amblog-custom-wrapper.amblog-index-post .amblog-post-container.-post-page .amblog-dates .amblog-minread {
        font-size: 14px;
    }

    .amblog-custom-wrapper .page-main .columns .column.main .amblog-search .amblog-form-search.amblog-item {
        display: block !important;
    }


    /**** New Banner Text - 28-08-2023 ****/
    .cms-new-banner.campioin-banner h1.campioni-piastrelle {
        font-size: 44px;
        width: 85%;
    }

    .cms-new-banner.campioin-banner h1.campioni-piastrelle>span.custom-text-2 {
        margin-right: 0;
    }

    .cms-new-banner.miglior-banner h1 {
        padding-left: 0;
        font-size: 16px;
        max-width: 330px;
    }

    section.cms-new-banner.miglior-banner {
        overflow: hidden;
    }

    section.cms-new-banner.miglior-banner img.banner-image {
        transform: scale(1.4) translateX(-80px);
    }

    /**** New Banner Text - 28-08-2023 END ****/

    /*Blog listing changes*/
    .left_header .logo {
        min-height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .amblog-custom-wrapper .amblog-item-inner .amblog-content-main .amblog-dates {
        margin-bottom: 10px;
    }

    .amblog-custom-wrapper .amblog-item-inner .amblog-content-main .amblog-post-title {
        margin: 15px 0;
    }

    .desktop-block.amblog-element-block[data-set="sidebar-search"] {
        margin: 20px 0 40px 0;
        display: none;
    }

    .amblog-custom-wrapper .amblog-item-inner .amblog-content-main .read-more-button {
        margin: 25px 0;
    }

    body.amblog-custom-wrapper .page-main .columns {
        padding-top: 0;
    }

    .amblog-custom-wrapper .amblog-amp-sidebar .amblog-categories.sidebar-item .amblog-amp-title,
    .amblog-custom-wrapper .amblog-amp-sidebar .amblog-tags.amblog-widget-container .amblog-title {
        font-size: 24px;
        font-weight: 500;
    }

    .amblog-custom-wrapper .page-main .columns .column.main .amblog-search .amblog-title {
        font-size: 20px;
        margin-bottom: 20px;
        font-weight: 500;
    }

    /* body.amblog-custom-wrapper .page-main .columns:has(.desktop-block.amblog-element-block[data-set="sidebar-search"]) {
        padding-top: 150px;
    }
    body.amblog-custom-wrapper .page-main .columns .desktop-block.amblog-element-block[data-set="sidebar-search"] {

    } */

    .amblog-index-post.amblog-custom-wrapper .product-tab-btns .amquote-addto-button:before {
        width: 28px;
        height: 28px;
    }

    .custom-product-section .amblog-related-wrapper.-related-products img.mincartnew {
        width: 28px;
        height: 28px;
    }

    .amblog-index-post.amblog-custom-wrapper .product-tab-btns .amquote-addto-button {
        font-size: 12px;
        padding: 6px 9px
    }

    .amblog-index-post.amblog-custom-wrapper .product-tab-btns .price-box {
        padding: 10px 5px 8px 5px;
    }

    .amblog-index-post.amblog-custom-wrapper .product-tab-btns {
        column-gap: 6px;
    }

    .amblog-index-post.amblog-custom-wrapper .product-tab-btns .price-container .price,
    .amblog-index-post.amblog-custom-wrapper .product-tab-btns .price-box {
        font-size: 12px;
        font-family: 'Avenir Medium';
    }

    .amblog-index-post.amblog-custom-wrapper .product-tab-btns .amquote-addto-button:before {
        right: -2px;
    }

    .amblog-index-post.amblog-custom-wrapper .product-item-info.related-product-info .attriblute-image .left-image {
        border-radius: 0;
    }

    body.amblog-index-category main#maincontent {
        padding-left: 25px !important;
        padding-right: 25px !important;
    }

    .amblog-index-post.amblog-custom-wrapper .aw-arp-container .product-item .product-item-details.simple .product-item-name a {
        color: #3a3734;
    }
}

@media screen and (max-width: 479px) {
    section.cms-new-banner.miglior-banner img.banner-image {
        transform: scale(1.4) translateX(-20px);
    }

    .cms-new-banner.miglior-banner h1 {
        max-width: 100%;
        padding: 0 20px;
        text-align: right;
    }
}


/* ================== new cms heading css 12-9-23 start here ================ */
.cms-header {
    text-align: center;
    margin-block: 25px;
    position: relative;
}

.cms-heading-wrapper {
    position: relative;
    border-top: 9px solid #99b8b0;
    border-bottom: 9px solid #99b8b0;
    display: inline-block;
}

.cms-heading-wrapper h3 {
    font-size: 32px;
    padding: 15px 50px;
    border-top: 9px solid #ec8976;
    border-bottom: 9px solid #ec8976;
    margin-block: 8px;
}

.cms-heading-wrapper:before,
.cms-heading-wrapper:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 26px solid transparent;
    border-right: 26px solid transparent;
    border-bottom: 26px solid #f0f0ef;
    display: block;
    position: absolute;
    top: -9px;
    left: -26px;
}

.cms-heading-wrapper:after {
    left: auto;
    right: -26px;
    border-bottom: 26px solid #fcfcfb;
}

.cms-heading-wrapper h3:before,
.cms-heading-wrapper h3::after {
    content: "";
    width: 0;
    height: 0;
    border-left: 26px solid transparent;
    border-right: 26px solid transparent;
    border-top: 26px solid #f0f0ef;
    display: block;
    position: absolute;
    bottom: -9px;
    left: -26px;
}

.cms-heading-wrapper h3::after {
    left: auto;
    right: -26px;
    border-top: 26px solid #fcfcfb;
}

@media screen and (max-width: 1499px) {
    .cms-heading-wrapper h3 {
        font-size: 25px;
        padding: 10px 50px;
    }
}

@media screen and (max-width: 767px) {
    .cms-heading-wrapper h3 {
        font-size: 20px;
        padding: 10px 30px;
        margin-block: 5px;
    }

    .cms-header {
        margin-block: 15px;
    }

    .cms-heading-wrapper,
    .cms-heading-wrapper h3 {
        border-width: 6px;
    }

    .cms-heading-wrapper:before,
    .cms-heading-wrapper:after,
    .cms-heading-wrapper h3:before,
    .cms-heading-wrapper h3::after {
        border-width: 17px;
    }

    .cms-heading-wrapper:before,
    .cms-heading-wrapper:after {
        top: -6px;
        left: -17px;
    }

    .cms-heading-wrapper:after {
        left: auto;
        right: -17px;
    }

    .cms-heading-wrapper h3:before,
    .cms-heading-wrapper h3::after {
        bottom: -6px;
        left: -17px;
    }

    .cms-heading-wrapper h3::after {
        left: auto;
        right: -17px;
    }
}

/* ================== new cms heading css 12-9-23 end here ================ */

body.amblog-index-post.amblog-custom-wrapper .page-main .columns {
    padding-top: 18rem;
}

/* ================ Blog page changes ================ */
.amblog-category-description-text [data-content-type='row'][data-appearance='contained'] {
    max-width: 100%;
    width: 100%;
}

body.amblog-index-category.amblog-custom-wrapper .page-main {
    padding-top: 125px;
}

body.amblog-index-post.amblog-custom-wrapper .page-main .columns {
    padding-bottom: 100px;
}

body.amblog-index-post .breadcrumbs,
body.amblog-index-category .breadcrumbs {
    display: none;
}

body.amblog-index-post .column .amblog-post-container {
    box-shadow: 0 0px 18px rgba(84, 95, 125, 0.12), 0 0px 18px rgba(155, 159, 174, 0.1);
    border-radius: 0;
    margin-top: 50px;
}

body.amblog-index-post .amblog-post-container .amblog-content,
body.amblog-index-post .amblog-grid-list .amblog-content {
    padding: 35px;
}

.blog-section .blog-left .amblog-dates {
    flex-direction: column;
    margin-bottom: 25px;
}

.blog-section .blog-left .amblog-date {
    margin: 0;
}

.blog-section .blog-left .amblog-minread {
    font-size: 12px;
    color: #4d4a46;
    font-style: italic;
    font-family: 'Avenir Book Oblique';
}


/* ================== Whislist changes ================ */
.wishlist_pannel .link.wishlist>a {
    color: #aea5a2;
    line-height: 1;
}

body.catalog-category-view .products-grid .product.product-item .actions-secondary[data-role="add-to-links"],
body.wishlist-index-index .products-grid .product.product-item .actions-secondary[data-role="add-to-links"],
body.catalogsearch-result-index .products-grid .product.product-item .actions-secondary[data-role="add-to-links"] {
    display: flex;
    margin-left: auto;
    width: 50px;
    justify-content: flex-end;
    margin-top: -23px;
    position: relative;
    margin-right: 7px;
    margin-bottom: 14px;
    min-height: 22px;
}

body.catalog-category-view .products-grid .product.product-item .actions-secondary[data-role="add-to-links"] .amquote-addto-button,
body.catalogsearch-result-index .products-grid .product.product-item .actions-secondary[data-role="add-to-links"] .amquote-addto-button {
    display: none !important;
}

.product-info-main .wishlist.split.button>span {
    font-size: 0;
}

.product-info-main .wishlist.split.button>.action.split {
    width: auto;
}

.product-info-main .wishlist.split.button>.action.split>span,
body.catalog-category-view .towishlist>span,
body.wishlist-index-index .towishlist>span,
body.catalogsearch-result-index .towishlist>span  {
    display: none;
}

.product-info-main .wishlist.split.button {
    margin-bottom: 15px;
}

.wishlist_pannel {
    border-right: 2px solid rgb(174 165 162 / 30%);
    padding: 0px 28px 1px 0;
}

.wishlist_pannel .link.wishlist {
    line-height: 1;
}

.account .block-wishlist-management {
    display: none;
}

.toolbar.wishlist-toolbar {
    font-size: 20px;
}

.toolbar.wishlist-toolbar br {
    display: none;
}

.toolbar.wishlist-toolbar .limiter-label {
    font-family: 'Avenir Book';
}

.toolbar.wishlist-toolbar select {
    padding: 4px 28px 4px 14px;
    height: auto;
    font-size: 18px;
    background-position: calc(100% - -4px) center;
    border-radius: 6px;
}

body.account.wishlist-index-index .column.main .actions-toolbar .primary {
    text-align: left;
}

body.account.wishlist-index-index .column.main .actions-toolbar .secondary {
    display: none;
}

body.account.wishlist-index-index .column.main .actions-toolbar .primary button {
    background: #eeeeee;
    border: 1px solid #cccccc;
    color: #333333;
    font-size: 18px;
    text-transform: capitalize;
    border-radius: 8px;
    margin-right: 10px;
    margin-bottom: 0;
}

body.account .columns {
    padding-top: 75px;
}

body.account .columns .block-collapsible-nav .content {
    background: #f3f3f3;
}

body.account.wishlist-index-index .columns .column.main {
    padding: 0;
    background-color: transparent;
}

body.account div.page-wrapper {
    background-image: linear-gradient(to top, #fff 85%, #f0f0ef);
}

body.account .columns .column.main .form-wishlist-items .products-grid.wishlist {
    background: #f3f3f3;
    box-shadow: inset 0px 3px 5px rgba(0, 0, 0, 0.04);
    padding: 30px 15px 5px 15px;
    margin-bottom: 30px;
}

/* body.account .page-wrapper main.page-main {
    max-width: 1480px;
} */

body.account .columns .sidebar.sidebar-main .block-collapsible-nav .content {
    padding-left: 0;
    padding-right: 0;
}

body.account .columns .sidebar.sidebar-main .block .content ul.nav li>a,
body.account .columns .sidebar.sidebar-main .block .content ul.nav li>strong {
    display: block;
    padding: 8px 20px;
    font-weight: 400;
    color: #575757;
    line-height: 1;
}

body.account .columns .sidebar.sidebar-main .block .content ul.nav li {
    position: relative;
    margin: 3px 0;
}

body.account .columns .sidebar.sidebar-main .block .content ul.nav li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 6px;
    background-color: #79c1ae;
    opacity: 0;
}

body.account .columns .sidebar.sidebar-main .block .content ul.nav li.nav.current strong {
    padding: 8px 20px;
}

body.account .columns .sidebar.sidebar-main .block .content ul.nav li.nav.current:before {
    opacity: 1;
}

.toolbar.wishlist-toolbar~.toolbar.wishlist-toolbar {
    margin-top: 30px;
}

.payment-icon-section .payment-icon-container {
    padding: 10px 0;
    justify-content: center;
    align-items: center;
}

body.account.wishlist-index-index .column.main .page-title-wrapper h1.page-title {
    display: none;
}

.toolbar-wishlist-heading {
    margin-bottom: 30px;
    font-size: 34px;
}

body.wishlist-index-index .column.main .products-grid .product-item .product-item-inner{
    height: auto !important;
}
body.wishlist-index-index .products-grid .product-item-info .amquote-addto-button,
body.wishlist-index-index .column.main .products-grid .product-item .product-item-inner .product-item-actions .actions-primary {
    height: 100%;
}
body.wishlist-index-index .products-grid .product.details .product-price-left>.price-box {
    height: 100%;
}



@media (min-width: 1024px) {
    .wishlist-index-index .products-grid .product-item {
        width: 32.83%;
    }
}



@media (max-width: 1500px) {

    .top-header-links ul.top-menu li,
    .authendication_pannel .top-header-links ul.top-menu li {
        padding: 2px 15px 2px 15px;
    }

}

@media (max-width: 1100px) {

    .top-header-links ul.top-menu li,
    .authendication_pannel .top-header-links ul.top-menu li,
    .page-header .authendication_pannel .minicart-wrapper {
        padding: 2px 13px 2px 13px;
        font-size: 13px;
    }

}


@media (max-width: 767px) {
    .payment-icon-section .payment-icon-container>div.payment-icon-prodotto {
        width: auto;
    }

    body.amblog-index-category.amblog-custom-wrapper .amblog-category-description {
        margin-bottom: 20px;
    }

    body.amblog-index-category.amblog-custom-wrapper .page-main {
        padding-top: 95px;
    }

    .blog-div .blog-left {
        padding-bottom: 20px;
    }

    .amblog-custom-wrapper.amblog-index-index .amblog-item-inner .amblog-content-main .amblog-features {
        padding-left: 18px;
        padding-right: 18px;
    }

    .amblog-custom-wrapper .page-main .columns .sidebar-main {
        margin-top: 5rem;
        padding: 0 10px;
    }

    body.amblog-index-index .page-main,
    body.amblog-index-post .page-main {
        padding-left: 25px !important;
        padding-right: 25px !important;
    }

    .amblog-amp-sidebar .amblog-categories.sidebar-item .amblog-category-count {
        display: none;
    }

    body.amblog-custom-wrapper .faq-banner-image .faq-heading h5 {
        max-width: 290px;
        margin: 0 auto;
        font-size: 18px;
    }

    body.amblog-custom-wrapper .faq-banner-image .faq-heading h1.page-title {
        margin-bottom: 0 !important;
    }

    .faq-banner-image img {
        min-height: 180px;
    }

    body.amblog-custom-wrapper .faq-banner-image .faq-heading h5 {
        color: rgba(255, 255, 255, 0.7) !important;
    }

    .amblog-custom-wrapper .gallary-section .section-title {
        margin-bottom: 20px;
    }

    .amblog-custom-wrapper section.gallary-section {
        margin-bottom: 10rem;
    }

    .amblog-custom-wrapper .amblog-item-inner .amblog-content-main .amblog-features {
        border-top: 2px solid #d9d9d9;
    }

    body.amblog-index-post .amblog-post-container .amblog-content {
        padding: 25px 10px;
    }

    body.amblog-index-post.amblog-custom-wrapper .page-main .columns {
        padding-top: 5rem;
    }

    .amblog-index-post.amblog-custom-wrapper li.has-tooltip.option {
        margin-bottom: 0;
    }

    .amblog-index-post.amblog-custom-wrapper .product-item-info.related-product-info .attriblute-image {
        margin-bottom: 3rem;
    }

    body.amblog-index-post .column .amblog-post-container {
        margin-top: 0;
    }

    .amblog-index-post.amblog-custom-wrapper .product-item-info.related-product-info ul.attribute-value li.has-tooltip img {
        max-width: 26px;
        min-width: 26px;
    }

    .amblog-index-post.amblog-custom-wrapper .custom-product-section .container,
    .amblog-index-post.amblog-custom-wrapper .page-wrapper>.widget.amblog-post-list {
        padding: 0 25px !important;
    }

    .amblog-index-post.amblog-custom-wrapper .tab-content>.tab-pane .product-item {
        margin-bottom: 30px;
    }
    body.account.wishlist-index-index .column.main .actions-toolbar .primary {
        padding: 0 20px;
    }
}

@media (max-width: 480px) {
    body.account.wishlist-index-index .column.main .actions-toolbar .primary button {
        font-size: 13px;
    }

}

body.catalog-category-view .products-grid .product-item .product-item-details .action.towishlist:before,
body.catalogsearch-result-index .products-grid .product-item .product-item-details .action.towishlist:before,
body.amshopby-index-index .products-grid .product-item .product-item-details .action.towishlist:before,
body.ambrand-index-index .products-grid .product-item .product-item-details .action.towishlist:before,
.products-grid .product-item .product-item-details .action.towishlist:before {
    content: '\f387';
    font-family: Ionicons;
    font-size: 2.5rem;
    line-height: 1;
    width: 22px;
    height: 22px;
    color: #aea5a2;
}

body.catalog-category-view .products-grid .product-item .action.towishlist.already-added:before,
body.catalogsearch-result-index .products-grid .product-item .action.towishlist.already-added:before,
body.amshopby-index-index .products-grid .product-item .action.towishlist.already-added:before,
body.ambrand-index-index .products-grid .product-item .action.towishlist.already-added:before,
.products-grid .product-item .action.towishlist.already-added:before {
    content: '\f388';
    color: #aea5a2 !important;
}

.page-layout-1column main#maincontent div.product-info-main a.action.towishlist::after {
    width: 26px;
    font-size: 2.8rem;
    height: 26px;
    line-height: 1;
    color: #aea5a2;
}

body.catalog-product-view .product-info-main .product-info-stock-sku,
.page-layout-1column main#maincontent .product-info-main div.product-info-stock-sku {
    display: flex;
    align-items: center;
}

body.catalog-product-view .product-info-main .wishlist.split.button {
    margin: 0;
    order: 2;
}

body.catalog-product-view .product-info-main .product-info-stock-sku .product.attribute.sku {
    margin-right: 10px;
    margin-top: 3px;
}

.page-layout-1column main#maincontent div.product-info-main a.action.towishlist {
    position: relative;
    right: auto;
    top: auto;
    float: none;
    margin: 0;
    width: 30px;
    height: 24px;
}

.page-layout-1column main#maincontent div.product-info-main a.action.towishlist.already-added:after {
    content: '\f388';
    color: #aea5a2 !important;
}

body.catalog-category-view .products-grid .product-item .action.already-added:before,
.action.towishlist.already-added:before {
    color: #ff0000 !important;
}

.amgdprcookie-cookie-container .amgdprcookie-text {
    color: #66605A;
    font-size: 16px !important;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 16px;
    margin-top: 10px;
}

.amgdprcookie-cookie-settings-modal .modal-inner-wrap .amgdprcookie-done, .amgdprcookie-cookie-settings-modal .amgdprcookie-button.-decline {
    font-size: 16px;
}


/*Blog search mobile*/
@media (min-width:768px) {
    .blog_search_mobile {
        display: none;
    }
}

.blog_search_mobile .amblog-title {
    color: #709e8f;
    padding: 0 !important;
    font-size: 20px !important;
    margin-bottom: 20px;
    font-weight: 500;
}

.amblog-custom-wrapper .sidebar-main .-categories .amblog-link {
    text-transform: capitalize;
}

.amblog-custom-wrapper .sidebar-main .amblog-category.active .amblog-link,
.amblog-custom-wrapper .sidebar-main .-categories .amblog-link:hover {
    color: #fff !important;
    background-color: #81c1af !important;
}

.amblog-custom-wrapper .sidebar-main .amblog-category.active .amblog-link .amblog-category-count {
    color: #fff !important;
}


.blog_search_mobile {
    width: 100%;
    margin: 30px 0 50px 0;
}

.amblog-index-category .blog_search_mobile {
    margin: 20px 0 50px 0;
}


body.amblog-index-post.amblog-custom-wrapper .blog_search_mobile {
    margin-bottom: 60px;
}

.blog_search_mobile .amblog-item {
    padding: 0;
    display: block !important;
}

.blog_search_mobile .amblog-item .input-text {
    border-color: #709e8f !important;
    color: #709e8f !important;
}

.blog_search_mobile .amblog-item input[type="text"]::-webkit-input-placeholder {
    color: #709e8f !important;
}


.blog_search_mobile .amblog-form-search .amblog-btn {
    background-image: url(../../frontend/Netsteps/default/it_IT/images/loupe.svg);
    opacity: 1;
}

.blog_search_mobile h3.amblog-title:before {
    display: none !important;
}

.top-header-links ul.top-menu li.wishlist_mobile a::before {
    content: '\f388';
    font-family: Ionicons;
    background: no-repeat;
    font-size: 32px;
    line-height: 1;
    position: relative;
    top: -2px;
}

.page-header .header.panel>.header.links>.customer-welcome~.authorization-link,
.page-header .header.panel>.header.links>.greet.welcome~.authorization-link {
    display: none;
}

@media (min-width: 1024px) {
    .top-header-links ul.top-menu li.wishlist_mobile {
        display: none;
    }
}






/*-------------------------------------------
# B2B changes
'Avenir Book'
'Avenir Light'
'Avenir Medium'
------------------------------------------------*/
/*.btwob-account-create.customer-account-create main#maincontent {
    max-width: 100%;
    padding: 0;
    margin: 0;
}*/

.b2buser header.page-header .header.panel .header.links {
    display: none;
}

.b2b-home-cms [data-content-type='row'][data-appearance='contained'] {
    margin: 0;
}

.b2b-home-cms [data-content-type='row'][data-appearance='contained'] {
    padding-right: 15px;
    padding-left: 15px;
}

.b2b-cms-section {
    margin: 0 !important;
}

.authendication_pannel .top-header-links ul.top-menu li.header_account_link_list.login {
    display: inline-block;
    font-size: 0;
}

.authendication_pannel .top-header-links ul.top-menu li.header_account_link_list.login>a:before,
.authendication_pannel .top-header-links ul.top-menu li.header_account_link_list.logout>a::before {
    margin: 0;
    background-image: url('../../frontend/Netsteps/default/it_IT/images/header/user-icon.svg');
}

.authendication_pannel .top-header-links ul.top-menu li.header_account_link_list.logout>a::before {
    background-size: auto 22px;
}

.authendication_pannel .top-header-links ul.top-menu li.header_account_link_list.logout>a::before {
    margin-right: 8px;
}

.b2b-cms-banner .pagebuilder-banner-wrapper {
    padding: min(8vw, 150px) 15px 4rem 15px;
    position: relative;
    z-index: 1;
}

.b2b-cms-banner .pagebuilder-banner-wrapper:after {
    content: "";
    opacity: 0.431;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9999999999999999) 100%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.b2b-cms-banner .pagebuilder-poster-content {
    color: #fff;
    text-align: center;
}

.b2b-cms-banner .pagebuilder-banner-wrapper .pagebuilder-poster-content h1 {
    font-size: 100px;
    line-height: 1;
    font-weight: 700;
    margin: 8rem 0 1rem 0;
}

.b2b-cms-top h2 {
    font-size: 58px;
    color: #8ab4a9;
    font-family: 'Avenir Roman';
    letter-spacing: -0.01em;
    line-height: 1.4;
}

#html-body .b2b-cms-section .pagebuilder-overlay {
    min-height: 400px;
}

.b2b-cms-section.b2b-cms-banner .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
    padding: 0;
}

.b2b-cms-section.b2b-cms-top {
    padding: min(8vw, 150px) 0 min(9vw, 200px) 0;
}

.b2b-cms-section.b2b-cms-top>div {
    margin: 0 !important;
}

.b2b-cms-content-image div.content-title-block {
    font-size: 53px;
    color: #8ab4a9;
    margin-bottom: 3rem !important;
    font-family: 'Avenir Roman';
    font-weight: 400;
    text-align: left;
    line-height: normal;
    word-break: normal;
}

.b2b-cms-content-image .content-title-block strong {
    font-family: 'Avenir Roman';
    font-weight: 400;
}

.b2b-cms-content-image .content-title-block>p {
    display: flex;
    align-items: center;
}

.b2b-cms-content-image .content-title-block img {
    margin-right: 3rem;
}

.b2b-cms-content-imag p {
    margin-bottom: 2rem;
}

.b2b-cms-content-image .content-title-block span {
    color: #8ab4a9 !important;
}

.b2b-cms-section.b2b-cms-content-image {
    font-size: 22px;
    color: #4d4a46;
}

.b2b-cms-content-image {
    margin: 0 0 17rem 0 !important;
}

.b2b-cms-content-image [data-content-type="text"] {
    text-align: left;
    line-height: 1.2;
}

.b2b-cms-content-image [data-content-type="text"] p {
    margin-bottom: 2rem;
    font-family: 'Avenir Roman';
}

.b2b-cms-content-image .pagebuilder-column figure {
    margin: 0 0 2rem;
}

.b2b-cms-content-image .pagebuilder-column {
    padding-right: 30px;
}

.b2b-cms-content-image .pagebuilder-column+.pagebuilder-column {
    padding-right: 0;
    padding-left: 30px;
}

.section-head {
    text-align: center;
    font-size: 36px;
    line-height: 47px;
    color: #4d4a46;
    font-weight: 500;
    margin-bottom: 9rem;
}

.section-head h2 {
    font-size: 64px;
    text-transform: uppercase;
    color: #8ab4a9;
    margin-bottom: 5rem;
}

section.b2b-registration-page {
    margin-bottom: 120px;
    padding-top: 80px;
}

.b2b_register_form {
    max-width: 1120px;
    margin: 0 auto;
}

.b2b-registration-page .b2b_register_form .form.create.account {
    width: 100%;
    max-width: 100%;
    min-width: inherit;
}

.b2b_register_form .form .fieldset>.legend {
    display: none;
}

.b2b_register_form .form .fieldset {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
}

.b2b_register_form .form .b2b-address-field,
.b2b_register_form .form .b2b-street-pin,
.b2b_register_form .form .street-pin,
.b2b_register_form .form .b2b-agency-vat {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.b2b_register_form .form .fieldset>.field>.label {
    display: flex;
}

.customer-account-create .b2b_register_form form.form fieldset.fieldset.create.account {
    margin-top: 0;
}

.b2b_register_form .form .fieldset>.field>.label,
.b2b_register_form .form .fieldset .field>.label,
.b2b_register_form .fieldset .field.required>.label:after {
    font-size: 25px;
    color: #4d4a46;
    font-weight: 300;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-family: 'Avenir Light';
    letter-spacing: -0.02em;
}

.b2b_register_form .fieldset .field.required>.label:after {
    margin: 0;

}

.b2b_register_form .fieldset .field>.label:after {
    content: "*";
    margin: 0;
}

.section-head p {
    font-family: 'Avenir Roman';
    color: #4d4a46;
}

.b2b_register_form .form .fieldset br {
    display: none;
}

.b2b_register_form .form .fieldset>.field,
.b2b_register_form .form .fieldset .field {
    width: 49%;
    margin: 13px 0;
    padding: 0;

}

.customer-account-create .b2b_register_form form.form fieldset.fieldset .field {
    margin: 13px 0;
    padding: 0;
}

.b2b_register_form .form .fieldset .b2b-address-field .field,
.b2b_register_form .form .fieldset .b2b-street-pin .field {
    width: 32%;
}

.b2b_register_form .form .fieldset .b2b-street-pin .field.street {
    width: 66%;
}

.b2b_register_form div#password-strength-meter {
    font-size: 16px;
    height: auto;
    line-height: 2;
    font-weight: 900;
    background: transparent;
    padding: 0 0 0 5px;
    font-family: 'Avenir Black';
    text-transform: uppercase;
}

.b2b_register_form .password-none .password-strength-meter:before {
    background-color: transparent;
}

.b2b_register_form .password-strength-meter span#password-strength-meter-label {
    text-transform: lowercase;
}

.customer-account-create .b2b_register_form .form .fieldset>.field input,
.customer-account-create .b2b_register_form .form .fieldset>.field select,
.customer-account-create .b2b_register_form .form .fieldset .field input,
.customer-account-create .b2b_register_form .form .fieldset .field select {
    background-color: #e3f0ed;
    padding: 10px 15px;
    height: 55px;
    width: 100%;
    border: none;
    font-size: 18px;
}

.customer-account-create .b2b_register_form .form .fieldset .field select {
    background-image: url('../../frontend/Netsteps/default/it_IT/images/b2b-select-arrow.png');
    background-position: calc(100% - 10px) center;
    background-size: auto 12px;
    padding-right: 60px;
}

.b2b_register_form .form .fieldset.create.account .field {
    width: 100%;
}

.b2b_register_form div#password-strength-meter-container {
    width: auto;
    position: absolute;
    left: auto;
    right: 0;
    top: 100%;
}

.b2b_register_form .form .fieldset.create.account .field {
    width: 100%;
}

.b2b_register_form .form .fieldset.create.account .field.password .control {
    position: relative;
}

.customer-account-create.btwob-account-create .b2b_register_form .actions-toolbar>.primary {
    text-align: center;
}

.customer-account-create.btwob-account-create .b2b_register_form .actions-toolbar>.primary .action {
    font-size: 32px;
    text-transform: uppercase;
    width: 392px;
    height: 75px;
    background-color: #8ab4a9;
    border: none;
    max-width: 100%;
    border-radius: 0 !important;
    font-family: 'Avenir Heavy';
    letter-spacing: -0.05em;
}

.customer-account-create.btwob-account-create .b2b_register_form .actions-toolbar>.primary .action:hover {
    background-color: #5ca692;
}

.b2b_register_form .field-recaptcha {
    margin-top: 1.5rem;
}

.b2b_register_form .actions-toolbar {
    text-align: center;
    margin-top: 8rem;
}

.b2b_register_form .actions-toolbar .primary {
    float: none;
    margin: 0;
}

.b2b_register_form .actions-toolbar .primary .action {
    margin: 0;
}

/*B2b product page*/
/* .b2buser .page-title-wrapper.product {
    max-width: 500px;
} */

body.b2buser.catalog-product-view .page-wrapper {
    background-size: 104%;
}

/* .b2buser .product-info-main div.product-info-stock-sku + .product-info-price{
    margin-top: 20rem;
} */
.b2buser .product-info-main .product-info-price {
    margin-top: 0;
}

body.b2buser .product-info-main .product-info-price ul.prices-tier.items {
    margin-bottom: 30px;
}

.b2buser .product-info-main .ritiro-attribute {
    margin-top: 4rem;
}




@media (min-width: 769px) {
    .b2b-cms-content-image .show-in-mobile {
        display: none;
    }
}

@media (max-width:1600px) {
    .b2b-cms-banner .pagebuilder-banner-wrapper .pagebuilder-poster-content h1 {
        font-size: 90px;
    }

    .b2b-cms-top h2 {
        font-size: 50px;
    }

    .section-head {
        font-size: 30px;
    }

    .b2b_register_form .form .fieldset>.field>.label,
    .b2b_register_form .form .fieldset .field>.label,
    .b2b_register_form .fieldset .field.required>.label:after {
        font-size: 22px;
    }

    .section-head h2 {
        font-size: 60px;
    }

    .b2b-cms-content-image div.content-title-block {
        font-size: 48px;
    }

    .b2b-cms-section.b2b-cms-content-image {
        font-size: 20px;
    }

    .b2b_register_form .actions-toolbar>.primary .action {
        width: 372px;
        height: 65px;
        font-size: 28px;
    }

    body.b2buser.catalog-product-view .page-wrapper {
        background-size: 110%;
    }
}

@media (max-width:1499px) {
    .catalog-product-view.b2buser .breadcrumbs {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (max-width:1440px) {
    .b2b-cms-banner .pagebuilder-banner-wrapper .pagebuilder-poster-content h1 {
        font-size: 80px;
    }

    .b2b-cms-top h2 {
        font-size: 45px;
    }

    .b2b-cms-content-image {
        margin: 0 0 13rem 0 !important;
    }

    .b2b-cms-banner .pagebuilder-poster-content img {
        max-height: 280px;
        width: auto;
    }

    .b2buser .page-title-wrapper.product {
        max-width: 460px;
    }

    body.b2buser .product-info-main .product-info-price ul.prices-tier.items li.item {
        margin-bottom: 60px;
    }

    .b2buser .product-info-main .product-info-price .product-estimated-shipping {
        order: 3;
        margin-bottom: 30px;
    }
}

@media (max-width:1366px) {
    .section-head h2 {
        margin-bottom: 3rem;
        font-size: 56px;
    }

    .section-head {
        font-size: 26px;
        margin-bottom: 6rem;
        line-height: 1.4;
    }

    .b2b-cms-content-image div.content-title-block {
        font-size: 42px;
    }

    .customer-account-create .b2b_register_form .form .fieldset>.field>.label,
    .customer-account-create .b2b_register_form .form .fieldset .field>.label,
    .customer-account-create .b2b_register_form .fieldset .field.required>.label:after {
        font-size: 20px;
    }

    .customer-account-create .b2b_register_form .form .fieldset .field select {
        background-size: auto 10px;
        padding-right: 38px;
    }
}

@media (max-width:1280px) {
    .b2b-cms-banner .pagebuilder-poster-content img {
        max-height: 240px;
    }

    .b2b-cms-banner .pagebuilder-banner-wrapper .pagebuilder-poster-content h1 {
        font-size: 70px;
    }

    .b2b-cms-section.b2b-cms-top {
        padding: min(6vw, 150px) 0 min(7vw, 150px) 0;
    }

    .b2b-cms-top h2 {
        font-size: 36px;
    }

    .b2b-cms-content-image {
        margin: 0 0 10rem 0 !important;
    }

    .b2b_register_form {
        max-width: 920px;
    }
}

@media (max-width:1100px) {
    .b2b-cms-banner .pagebuilder-banner-wrapper {
        padding: 10rem 0 4rem 0;
    }

    .b2b-cms-banner .pagebuilder-banner-wrapper .pagebuilder-poster-content h1 {
        font-size: 60px;
    }

    .b2b-cms-content-image div.content-title-block {
        font-size: 36px;
    }

    .b2b-cms-top h2 {
        font-size: 33px;
    }

    .b2b-cms-content-image .pagebuilder-column figure {
        margin: 0 0 4rem;
    }

    .cms-index-index .client-container:after, 
    .page-products .client-container:after, 
    .catalog-product-view .client-container:after {
            left: -40px;
            width: calc(100% + 40px);
        }
}

@media (max-width: 768px) {
    .b2b-cms-content-image .hide-in-mobile {
        display: none;
    }

    .b2b-cms-section.b2b-cms-top {
        padding: 100px 0;
    }

    .b2b-cms-content-image .pagebuilder-column,
    .b2b-cms-content-image .pagebuilder-column+.pagebuilder-column {
        padding: 0;
    }

    .b2b-cms-content-image .pagebuilder-column {
        order: 2;
    }

    .b2b-cms-content-image .pagebuilder-column+.pagebuilder-column {
        order: 1;
    }

    .b2b-home-cms [data-content-type='row'][data-appearance='contained'],
    .b2b-home-cms .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .b2b-cms-content-image div.content-title-block {
        font-size: 48px;
    }

    .b2b-cms-section.b2b-cms-content-image {
        font-size: 24px;
    }

}

@media (max-width: 767px) {
    .cms-index-index .load-more {
        padding-bottom: 30px;
    }

    .b2b-cms-content-image .pagebuilder-column figure {
        margin: 0 0 2.5rem;
    }

    .b2buser.catalog-product-view.b2buser .breadcrumbs {
        padding-left: 20px;
        padding-right: 20px;
    }

    body.b2buser .product-info-main .product-info-price ul.prices-tier.items {
        background: #fff;
        padding: 20px 25px;

    }

    body.b2buser.simple.page-layout-1column .product-info-main .product-info-price .product-estimated-shipping {
        text-align: center;
        background-color: transparent !important;
        padding-top: 25px !important;
    }

    body.b2buser.customer-logged-in.catalog-product-view #estimated-shipping-info-new .tiles-m2-cal {
        justify-content: center;
        gap: 0 6px;
    }

    body.b2buser.catalog-product-view .product-info-main .product-info-price .estimated-shipping-info {
        margin: 0 auto !important;
        justify-content: center;
        align-items: center;
        max-width: 500px;
    }

    body.b2buser .product-info-main .product-info-price ul.prices-tier.items li.item {
        margin: 20px 0;
        display: inline-block;
        width: 100%;
    }

    .b2buser .ritiro-attribute {
        margin-top: 30px;
    }

    body.catalog-product-view main#maincontent .product-info-main .page-title-wrapper.product .page-title {
        padding: 12px 0 15px 0;
    }

    body.b2buser .product-info-main .product-info-price ul.prices-tier.items li.item p span,
    body.b2buser.page-layout-1column main#maincontent .product-info-main span.price-wrapper .price {
        font-size: 40px !important;
        line-height: 32px !important;
        color: #333 !important;
        font-family: 'Avenir Medium';
        font-weight: 600;
    }

    body.b2buser .product-info-main .product-info-price ul.prices-tier.items li.item p {
        font-size: 40px;
        color: #333 !important;
    }

    .b2buser .product-estimated-shipping strong.estimated-shipping-title,
    .b2buser.catalog-product-view .estimated-shipping-info .tiles-m2-cal span.shippingdetails,
    .b2buser .estimated-shipping-info span.title,
    .estimated-shipping-info span.value,
    .b2buser .estimated-shipping-info span.estimated-shipping-value,
    .b2buser.catalog-product-view .estimated-shipping-info .tiles-m2-cal span.shippingdetails {
        font-size: 18px;
        line-height: 1.4;
    }

    body.b2buser.catalog-product-view main#maincontent .product-info-main .page-title-wrapper.product .page-title {
        font-size: 28px;
        color: #514b46 !important;
        font-family: 'Avenir Black' !important;
        font-weight: 900;
    }

    .customer-account-create.btwob-account-create .b2b_register_form .actions-toolbar>.primary .action {
        height: 65px;
        font-size: 24px;
    }

    .customer-account-create.btwob-account-create .g-recaptcha {
        transform: scale(0.7, 0.7);
        transform-origin: left center;
    }
}

@media (max-width: 640px) {
    #html-body .b2b-cms-section .pagebuilder-overlay {
        min-height: 300px;
    }

    .b2b-cms-section.b2b-cms-top {
        padding: 70px 0;
    }

    .b2b-cms-banner .pagebuilder-banner-wrapper {
        padding: 7rem 0 3rem 0;
    }

    .b2b-cms-content-image [data-content-type="text"] p {
        margin-bottom: 2.5rem;
    }

    .b2b-cms-banner .pagebuilder-poster-content img {
        max-height: 180px;
    }

    .section-head {
        font-size: 18px;
    }

    .section-head h2 {
        font-size: 30px;
        margin-bottom: 2rem;
    }

    .b2b-cms-banner .pagebuilder-banner-wrapper .pagebuilder-poster-content h1 {
        font-size: 32px;
        margin: 4rem 0 0 0;
        line-height: 1.3;
    }

    .b2b_register_form .form .fieldset>.field>.label,
    .b2b_register_form .form .fieldset .field>.label,
    .b2b_register_form .fieldset .field.required>.label:after {
        text-transform: capitalize;
    }

    .b2b-cms-top h2 {
        font-size: min(4.84vw, 22px);
        line-height: 1.6;
    }

    .b2b-cms-content-image .content-title-block img {
        margin-right: 2rem;
        max-width: 90px;
    }

    .b2b-cms-content-image div.content-title-block {
        font-size: 38px;
    }

    .b2b-cms-section.b2b-cms-content-image {
        font-size: 20px;
    }

    .b2b-cms-content-image {
        margin: 0 0 6rem 0 !important;
    }

    .b2b-cms-content-image div.content-title-block p {
        margin: 0;
    }

    .b2b_register_form .form .fieldset>.field,
    .b2b_register_form .form .fieldset .field,
    .customer-account-create .b2b_register_form form.form fieldset.fieldset .field {
        margin: 15px 0;
    }

    .b2b_register_form div#password-strength-meter-container {
        position: static;
        width: 100%;
        text-align: right;
    }

    .b2b_register_form .form .fieldset>.field,
    .b2b_register_form .form .fieldset .field,
    .b2b_register_form .form .fieldset .b2b-address-field .field,
    .b2b_register_form .form .fieldset .b2b-street-pin .field,
    .b2b_register_form .form .fieldset .b2b-street-pin .field.street {
        width: 100%;
    }

    .customer-account-create .b2b_register_form .form .fieldset>.field input,
    .customer-account-create .b2b_register_form .form .fieldset>.field select,
    .customer-account-create .b2b_register_form .form .fieldset .field input,
    .customer-account-create .b2b_register_form .form .fieldset .field select {
        border: 1px solid rgba(0, 0, 0, 0.2);
        background-color: #fff;
        color: #514b46;
    }

    .b2b_register_form div#password-strength-meter {
        font-size: 12px;
    }

    .customer-account-create .b2b_register_form .form .fieldset .field select {
        background-size: auto 8px;
        padding-right: 40px;
    }

    body.account.wishlist-index-index .column.main .actions-toolbar .primary button {
        border-radius: 5px;
    }
    body.account .columns .column.main .form-wishlist-items .products-grid.wishlist {
        margin-bottom: 20px;
    }
    .toolbar.wishlist-toolbar~.toolbar.wishlist-toolbar {
        margin-top: 50px;
        margin-bottom: 20px;
    }
    body.account.wishlist-index-index .page-wrapper .columns {
        padding-bottom: 30px;
    }
    body.wishlist-index-index .products-grid .product.product-item:last-child {
        border: none;
    }
}

@media (max-width: 480px) {
    .b2b-cms-content-image div.content-title-block {
        font-size: 28px;
    }

    .b2b-cms-content-image .content-title-block img {
        max-width: 77;
        width: auto !important;
        height: auto !important;
    }

    .b2b_register_form .actions-toolbar {
        text-align: center;
        margin-top: 3rem;
    }

    .b2b-cms-section.b2b-cms-banner .pagebuilder-banner-wrapper {
        background-image: url('../../frontend/Netsteps/default/it_IT/css/images/mobile-banner.jpg') !important;
        background-size: 100% 100% !important;
    }
}

@media (max-width: 380px) {
    .section-head {
        margin-bottom: 4rem;
    }

    .b2b_register_form .actions-toolbar>.primary .action {
        width: 100%;
        font-size: 20px;
        height: 50px;
    }

    .b2b-cms-section.b2b-cms-top {
        padding: 50px 0;
    }

    #html-body .b2b-cms-section .pagebuilder-overlay {
        min-height: 260px;
    }

    .b2b-cms-banner .pagebuilder-poster-content img {
        max-height: 140px;
    }

    .b2b-cms-banner .pagebuilder-banner-wrapper .pagebuilder-poster-content h1 {
        font-size: 26px;
    }

    .b2b-cms-section.b2b-cms-content-image {
        font-size: 18px;
    }

    .b2b-cms-content-image .content-title-block img {
        max-width: 70px;
    }

    .b2b-cms-content-image div.content-title-block {
        font-size: 20px;
    }

    .b2b_register_form .form .fieldset>.field>.label,
    .b2b_register_form .form .fieldset .field>.label,
    .b2b_register_form .fieldset .field.required>.label:after {
        font-size: 18px;
    }

    .section-head h2 {
        font-size: 24px;
    }

    .b2b_register_form div#password-strength-meter {
        font-size: 10px;
    }
}
@media (max-width: 768px){
    .pagebuilder-mobile-hidden {
        display: none !important;
    }
}
@media (min-width: 769px){
    .pagebuilder-mobile-only {
        display: none !important;
    }
}


.related-product-items-blog .product-item.pd-bottom {
    margin-bottom: 50px;
}

.amblog-index-post.amblog-custom-wrapper .tab-content>.tab-pane.related-product-items-blog.slick-slider{
    display: block;
}

.related-product-items-blog.slick-slider{
    position: relative;
}
.related-product-items-blog.slick-slider .product-image-container{
    width: 100%;
}
.related-product-items-blog.slick-slider .product-image-container .product-image-photo{
    object-fit: contain;
}
.related-product-items-blog.slick-slider .slick-arrow.slick-prev,
.related-product-items-blog.slick-slider .slick-arrow.slick-next {
	left: -150px;
	background-image: url(../../frontend/Netsteps/default/it_IT/images/product-arrow.svg) !important;
	width: 50px;
	height: 50px;
	background-size: contain !important;
	background-color: transparent;
}
.related-product-items-blog.slick-slider .slick-arrow.slick-next {
    left: auto;
    right: -150px;
}
.related-product-items-blog.slick-slider .product-image-container img.product-image-photo.square-image {
    width: 100% !important;
    height: 100%;
    object-fit: cover;
}

.related-product-items-blog.slick-slider .slick-slide{
    margin: 0 20px;
}

.amblog-index-post.amblog-custom-wrapper .product-tab-btns,
.amblog-index-post.amblog-custom-wrapper .product-tab-btns .amquote-addto-button {
    font-family: 'Avenir Medium' !important;
    font-size: 15px;
}

@media (max-width: 1699px) {
    .product-item-info.related-product-info .attriblute-image .left-image h5 {
        font-size: 12px;
    }
    .related-product-items-blog.slick-slider .slick-arrow.slick-next {
        right: -80px;
    }
    .related-product-items-blog.slick-slider .slick-arrow.slick-prev {
        left: -80px;
    }
}

@media (max-width: 1499px) {
    .related-product-items-blog.slick-slider .slick-arrow.slick-next {
        right: -40px;
    }
    .related-product-items-blog.slick-slider .slick-arrow.slick-prev {
        left: -40px;
    }
}
@media (max-width: 1100px) {
    .related-product-items-blog.slick-slider .slick-arrow.slick-prev,
    .related-product-items-blog.slick-slider .slick-arrow.slick-next {
        width: 50px;
        height: 50px;
    }
    .related-product-items-blog.slick-slider .slick-arrow.slick-next {
        right: 0;
    }
    .related-product-items-blog.slick-slider .slick-arrow.slick-prev {
        left: 0;
    }
}

@media (max-width: 767px) {
    .amblog-index-post.amblog-custom-wrapper .tab-content>.tab-pane.related-product-items-blog.slick-slider {
        flex-direction: unset;
        row-gap: 0;
    }
    .related-product-items-blog.slick-slider .slick-arrow.slick-prev,
    .related-product-items-blog.slick-slider .slick-arrow.slick-next {
        width: 30px;
        height: 30px;
    }
    .related-product-items-blog.slick-slider .slick-arrow.slick-next {
        right: 10px;
    }
    .related-product-items-blog.slick-slider .slick-arrow.slick-prev {
        left: 10px;
    }
}



/*Circle design for dots*/
span.circle-value {
    position: relative;
    display: inline-flex;
    align-items: center;
    line-height: 1;
}
span.circle-value:after, 
span.circle-value:before,
span.circle-value > em:after, 
span.circle-value > em:before,
span.circle-value > em{
    content: "";
    width: 8px;
    height: 8px;
    border: 1px solid #3a3734;
    border-radius: 50%;
}
span.circle-value:after, 
span.circle-value:before,
span.circle-value > em:after, 
span.circle-value > em:before {
    margin-right: 2px;
}

span.circle-value > em {
    display: inline-block;
    position: relative;
    margin: 0 14px;
    line-height: 1;
}

span.circle-value > em:before,
span.circle-value > em:after {
    position: absolute;
    left: -13px;
    top: -1px;
}

span.circle-value > em:after {
    left: auto;
    right: -14px;
}

span.circle-value.value-1:before,
span.circle-value.value-2:before,
span.circle-value.value-3:before,
span.circle-value.value-4:before,
span.circle-value.value-5:before {
    background: #3a3734;
}
span.circle-value.value-2 > em:before,
span.circle-value.value-3 > em:before,
span.circle-value.value-4 > em:before,
span.circle-value.value-5 > em:before,
span.circle-value.value-3 > em,
span.circle-value.value-4 > em,
span.circle-value.value-5 > em,
span.circle-value.value-4 > em:after,
span.circle-value.value-5 > em:after,
span.circle-value.value-5:after{
    background: #3a3734;
}


form#amgdprcookie-form-sidebar .close:after,form#amgdprcookie-form-sidebar .close:before {
    content: "";
    background: #000;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 9px;
    left: 0;
    transform: rotate(45deg);
}

form#amgdprcookie-form-sidebar .close:after {
    transform: rotate(-45deg);
}

form#amgdprcookie-form-sidebar .close {
    width: 20px;
    height: 20px;
    position: absolute;
    left: auto;
    right: 12px;
    opacity: 1;
    top: 17px;
}

.amgdprcookie-groups-modal .modal-inner-wrap {
    max-width: 845px;
    width: 100%;
    max-height: 79vh;
    overflow: hidden;
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
}
.amgdprjs-bar-template:after, .amgdprcookie-cookie-settings-modal:after {
    opacity: .4;
}

.amgdprcookie-groups-modal.modal-popup .action-close {
    line-height: 1;
    padding: 0;
    position: static;
    height: 16px;
}
.amgdprcookie-cookie-settings-modal .modal-header {
    display: flex;
    justify-content: space-between;
    padding: 18px 24px;
    border-bottom: 1px solid rgb(244,244,244);
}

.amgdprcookie-cookie-settings-modal .modal-content {
    padding: 0;
    border: none;
    
}
.amgdprcookie-cookie-settings-modal .amgdprcookie-title {
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 600;
}
.amgdprcookie-cookie-settings-modal .amgdprcookie-description {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 10px;
    padding-bottom: 14px;
    border-bottom: 1px solid rgb(244, 244, 244);
    margin-top: 10px;
}

.amgdprcookie-cookie-settings-modal .amgdprcookie-cookie-container {
    border: none;
    background: transparent;
    margin: 0;
}
.amgdprcookie-cookie-settings-modal .amgdprcookie-tab {
    border-bottom: 1px solid rgb(244, 244, 244);
    margin-bottom: 20px;
    position: relative;
    padding-left: 20px;
    position: relative;
}
.amgdprcookie-cookie-settings-modal .amgdprcookie-tab:before,
.amgdprcookie-cookie-settings-modal .amgdprcookie-tab:after {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    line-height: 1;
    background: #6b655f;
    width: 7px;
    height: 1px;
    transform: rotate(45deg);
}
.amgdprcookie-cookie-settings-modal .amgdprcookie-tab:after {
    top: 8px;
    transform: rotate(-45deg);
}
.amgdprcookie-cookie-settings-modal .amgdprcookie-tab:last-child {
    border: none;
    /* margin-bottom: 30px; */
}

.amgdprcookie-cookie-settings-modal .modal-inner-wrap .amgdprcookie-done {
    color: #fff;
}
.amgdprcookie-buttons-block.-settings {
    padding: 22px 0 20px 0;
}

.amgdprcookie-toggle-cookie .amgdprcookie-label {
    width: 40px;
    height: 24px;
    top: -3px;
}
.amgdprcookie-toggle-cookie .amgdprcookie-label:after {
    left: 3px;
    top: 3px;
}
.amgdprcookie-toggle-cookie .amgdprcookie-label:after {
    width: 18px;
    height: 18px;
}
.amgdprcookie-cookie-settings-modal .amgdprcookie-button.-allow.-save {
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 100;
}

.amgdprcookie-cookie-settings-modal .amgdprcookie-content {
    border-color: #ebebeb;
    background-color: #f4f4f4;
    border-radius: 6px;
}
.amgdprcookie-cookie-settings-modal .amgdprcookie-cookie {
    font-size: 12px;
    line-height: 2;
    font-weight: 400;
    padding: 15px 10px;
    border-bottom: 1px solid;
    border-bottom-color: inherit;
    margin: 0;
}
.amgdprcookie-cookie-settings-modal .amgdprcookie-cookie p {
    margin: 0;
}

.amgdprcookie-cookie-settings-modal .amgdprcookie-tab input[type="checkbox"]:checked ~ label .amgdprcookie-content {
    max-height: max-content;
    margin-bottom: 15px;
}
.amgdprcookie-cookie-settings-modal.modal-popup .modal-inner-wrap {
    transform: translateY(100%);
    transition: transform 600ms;
}
.amgdprcookie-cookie-settings-modal.modal-popup._show .modal-inner-wrap {
    transform: translateY(0);
}

.amgdprcookie-toggle-cookie .amgdprcookie-input:checked:not([disabled]) + .amgdprcookie-label {
    background: #5FA693;
}
.amgdprcookie-cookie-settings-modal .amgdprcookie-button.-allow.-save {
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 100;
}

.amgdprcookie-cookie-settings-modal .amgdprcookie-tab.opened-tab:before {
    content: "";
    position: absolute;
    left: 5px;
    top: 8px;
    line-height: 1;
    background: #6b655f;
    width: 7px;
    height: 1px;
    transform: rotate(137deg);
}

.amgdprcookie-content {
    display: none;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    max-height: 0;
}

/* Show the content when the checkbox is checked */
/* .amgdprcookie-tab input[type="checkbox"]:checked ~ label .amgdprcookie-content {
    display: block;
    max-height: 1000px; 
    transition: max-height 0.25s ease-in;
} */
.opened-tab .amgdprcookie-content {
    display: block;
    max-height: max-content;
}
a.amgdprcookie-policy-link {
    text-decoration: underline;
    color: #5fa693;
}
/* Add styles for checkbox, so it is hidden */
.amgdprcookie-tab input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

/* Make the label act as a block-level element */
.amgdprcookie-tab label {
    display: block;
    cursor: pointer; /* Optional: Change cursor to pointer to indicate it's clickable */
}

/* Add additional styling for label if needed */
.amgdprcookie-cookie-container {
    padding: 10px;
    border: 1px solid #ccc;
    margin-bottom: 5px;
    background-color: #f9f9f9; /* Optional: Change background color */
    /* Other styling properties */
}

.amgdprcookie-cookie-settings-modal .amgdprcookie-tab {
    padding-right: 20px
}
.amgdprcookie-cookie-settings-modal .amgdprcookie-cookie-container {
    margin-top: 10px;
    padding-top: 0;
}

.amgdprcookie-cookie-settings-modal .amgdprcookie-tab.opened-tab:after{
        transform: rotate(231deg);
        left: 0px;
}

.popup-footer {
    position: relative;
}
span.shadow-setting {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
    display: block;
    width: 100%;
    height: 40px;
    position: absolute;
    bottom: calc(100% - 1px);
}

.amgdprcookie-cookie-settings-modal.modal-popup._show .modal-inner-wrap {
    transform: translateY(-10%);
}

.modals-wrapper .modal-popup {
    overflow-y:unset;
}

.amgdprcookie-groups-modal .amgdprcookie-form-container, 
.amgdprcookie-groups-modal .amgdprcookie-tbody {
    max-height: inherit;
    overflow-y: hidden;
}

.amgdprcookie-cookie-settings-modal .modal-inner-wrap .amgdprcookie-done {
    padding: 10px;
    height: auto;
}
.amgdprcookie-cookie-settings-modal .modal-content > form {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.amgdprcookie-cookie-settings-modal  .popup-footer {
    padding: 0 24px;
}
.amgdprcookie-cookie-settings-modal .modal-content-body{
    padding: 0 24px;
    flex: 1;
    overflow: auto;
    box-sizing: border-box;
    max-height: calc(79vh - 155px);
}
.amgdprcookie-cookie-settings-modal .modal-inner-wrap .amgdprcookie-done, .amgdprcookie-cookie-settings-modal .amgdprcookie-button.-decline, .amgdprcookie-cookie-settings-modal .amgdprcookie-button.-allow.-save {
    padding: 10px;
    min-width: inherit;
    width: 33.33%;
    max-width: 100%;
    height: 46px;
    font-size: 16px !important;
}

.amgdprcookie-toggle-cookie {
    padding-left: 0;
}

.amgdprcookie-buttons-block .amgdprcookie-button {
    letter-spacing: normal;
}

.cookie-note {
    font-size: 14px;
}

.custom-cookie-link-popup {
    color: rgba(66, 63, 59, 0.6) !important;
    text-transform: unset;
}

.custom-cookie-link-popup:hover {
    color: #423f3b !important;
    cursor: pointer !important;
}

.blog-section .blog-container .load-more{
    padding-bottom: 90px !important;
}

.page-footer .product-video-section .blog-container{
    padding-top: unset !important;
}
.page-footer .product-video-section .load-more{
    padding-bottom: 90px !important;
}

@media (max-width: 992px) {
    .amgdprcookie-groups-modal .modal-inner-wrap {
        max-width: 98%;
    }
    .amgdprcookie-cookie-settings-modal .amgdprcookie-cookie-container{
        padding: 0;
    }

    .amgdprcookie-cookie-settings-modal.modal-popup._show .modal-inner-wrap {
        transform: translateY(0);
        top: 0;
    }
}

@media (max-width: 767px) {
    .amgdprcookie-cookie-settings-modal .amgdprcookie-button.-allow.-save {
        text-transform: capitalize;
        padding: 7px 15px;
        font-weight: 400;
    }
    .amgdprcookie-cookie-settings-modal .amgdprcookie-title {
        font-size: 20px;
    }
    .amgdprcookie-cookie-settings-modal .amgdprcookie-description>span {
        line-height: 24px;
    }

    .amgdprcookie-cookie-settings-modal.modal-popup .modal-inner-wrap {
        top: 60px;
    }
    
    .amgdprcookie-cookie-settings-modal .amgdprcookie-tab {
        padding-right: 0px;
    }
    .amgdprcookie-bar-container .amgdprcookie-buttons-block {
        flex-direction: row;
    }
    .amgdprcookie-buttons-block.-settings {
        padding: 10px 0 20px 0;
    }

    .amgdprcookie-cookie-settings-modal .right-amgdprcookie-text {
        font-size: 14px;
    }
    
}

@media (max-width: 640px) {

    .amgdprcookie-cookie-settings-modal .amgdprcookie-title {
        font-size: 16px;
    }

    .amgdprcookie-cookie-settings-modal .modal-inner-wrap .amgdprcookie-done,
    .amgdprcookie-cookie-settings-modal .amgdprcookie-button.-decline, 
    .amgdprcookie-cookie-settings-modal .amgdprcookie-button.-allow.-save {
        width: 100%;
        font-size: 14px !important;
        padding: 10px;
    }

    .amgdprcookie-groups-modal .modal-inner-wrap {
        height: 100vh;
        margin: 0;
    }
    
    
    .amgdprcookie-cookie-settings-modal.modal-popup._show .modal-inner-wrap {
        transform: translateY(0);
        top: 0;
        max-width: 100%;
        height: 100vh;
        max-height: 100%;
    }

    .amgdprcookie-cookie-settings-modal .modal-content {
        height: 100%;
    }
    
    .modals-wrapper .modal-popup {
        overflow: hidden;
    }
    .amgdprcookie-buttons-block.-settings {
        padding: 10px 0 20px 0;
    }
    .amgdprcookie-cookie-settings-modal .modal-content-body {
        max-height: calc(100vh - 248px);
    }
    .amgdprcookie-buttons-block,.amgdprjs-bar-template .amgdprcookie-buttons-block {
        flex-direction: column;
    }
}/* #### Generated By: http://www.cufonfonts.com #### */

@font-face {
	font-family: 'Avenir Book';
	font-style: normal;
	font-weight: normal;
	src: local('Avenir Book'), url('../../frontend/Netsteps/default/it_IT/css/homepage/fonts/AvenirLTProBook.woff') format('woff');
}

@font-face {
	font-family: 'Avenir Book Oblique';
	font-style: normal;
	font-weight: normal;
	src: local('Avenir Book Oblique'), url('../../frontend/Netsteps/default/it_IT/css/homepage/fonts/AvenirLTProBookOblique.woff') format('woff');
}

@font-face {
	font-family: 'Avenir Roman';
	font-style: normal;
	font-weight: normal;
	src: local('Avenir Roman'), url('../../frontend/Netsteps/default/it_IT/css/homepage/fonts/AvenirLTProRoman.woff') format('woff');
}

@font-face {
	font-family: 'Avenir Oblique';
	font-style: normal;
	font-weight: normal;
	src: local('Avenir Oblique'), url('../../frontend/Netsteps/default/it_IT/css/homepage/fonts/AvenirLTProOblique.woff') format('woff');
}

@font-face {
	font-family: 'Avenir Light';
	font-style: normal;
	font-weight: normal;
	src: local('Avenir Light'), url('../../frontend/Netsteps/default/it_IT/css/homepage/fonts/AvenirLTProLight.woff') format('woff');
}

@font-face {
	font-family: 'Avenir Light Oblique';
	font-style: normal;
	font-weight: normal;
	src: local('Avenir Light Oblique'), url('../../frontend/Netsteps/default/it_IT/css/homepage/fonts/AvenirLTProLightOblique.woff') format('woff');
}

@font-face {
	font-family: 'Avenir Medium';
	font-style: normal;
	font-weight: normal;
	src: local('Avenir Medium'), url('../../frontend/Netsteps/default/it_IT/css/homepage/fonts/AvenirLTProMedium.woff') format('woff');
}

@font-face {
	font-family: 'Avenir Medium Oblique';
	font-style: normal;
	font-weight: normal;
	src: local('Avenir Medium Oblique'), url('../../frontend/Netsteps/default/it_IT/css/homepage/fonts/AvenirLTProMediumOblique.woff') format('woff');
}

@font-face {
	font-family: 'Avenir Heavy';
	font-style: normal;
	font-weight: normal;
	src: local('Avenir Heavy'), url('../../frontend/Netsteps/default/it_IT/css/homepage/fonts/AvenirLTProHeavy.woff') format('woff');
}

@font-face {
	font-family: 'Avenir Heavy Oblique';
	font-style: normal;
	font-weight: normal;
	src: local('Avenir Heavy Oblique'), url('../../frontend/Netsteps/default/it_IT/css/homepage/fonts/AvenirLTProHeavyOblique.woff') format('woff');
}


@font-face {
	font-family: 'Avenir Black';
	font-style: normal;
	font-weight: normal;
	src: local('Avenir Black'), url('../../frontend/Netsteps/default/it_IT/css/homepage/fonts/AvenirLTProBlack.woff') format('woff');
}


@font-face {
	font-family: 'Avenir Black Oblique';
	font-style: normal;
	font-weight: normal;
	src: local('Avenir Black Oblique'), url('../../frontend/Netsteps/default/it_IT/css/homepage/fonts/AvenirLTProBlackOblique.woff') format('woff');
}

@font-face {
	font-family: 'Arboria light';
	font-style: normal;
	font-weight: normal;
	src: local('Arboria light'), url('../../frontend/Netsteps/default/it_IT/css/homepage/fonts/ZonaPro-Thin.ttf.woff') format('woff');
}

@font-face {
    font-family: 'Arboria Medium';
    font-style: normal;
    font-weight: normal;
    src: local('Arboria Medium'), url('../../frontend/Netsteps/default/it_IT/css/homepage/fonts/dda65d7f418f4ab23abf484c807c9f17.woff') format('woff');
}


/*------- THEME CSS ---------

font-family: 'Arboria light';
font-family: 'Avenir Light';
font-family: 'Avenir Book';
font-family: 'Avenir Medium';
font-family: 'Avenir Heavy';
font-family: 'Avenir Black';
*/


* {
	box-sizing: border-box;
}

html body {
	font-family: 'Avenir Book';
	font-size: 17px;
	line-height: 1.5;
	letter-spacing: 0;
	color: #66605a;
	font-weight: 400;
	background-color: #fff;
}

a {
	text-decoration: none;
	display: inline-block;
	color: #66605a;
}

a:hover {
	text-decoration: none;
}

img {
	max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 500;
	margin-top: 0;
}

h1,
.h1 {
	font-size: 70px;
}

h2 {
	font-size: 50px;
	font-family: 'Avenir Black';
}

h3 {
	font-size: 40px;
	font-family: 'Avenir Light';
	margin: 0;
}

h4 {
	font-size: 32px;
}

h5 {
	font-size: 28px;
}

h6 {
	font-size: 20px;
}

ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

p {
	font-family: 'Avenir Book';
}

b,
strong {
	font-family: 'Avenir Black';
}

a,
button,
input,
select,
textarea {
	box-shadow: none !important;
	outline: none !important;
}

.banner-text .btn.btn-primary {
	background: #5fa693;
	color: #fff !important;

}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
	background: #5fa693;
}

.banner-text .btn.btn-primary a {
	background: #5fa693;
	color: #fff !important;

}

.mb-5,
.my-5 {
	margin-bottom: 60px;
}

pre:empty,
p:empty {
	display: none;
}

button {
	outline: none !important;
}

/*Global Styling*/

.btn {
	font-size: 18px;
	text-decoration: none;
	padding: 12px 30px 10px;
	text-transform: uppercase;
	position: relative;
	font-family: 'Avenir Book' !important;
	width: 100%;
	max-width: 300px;
	border-radius: 60px;
	letter-spacing: 1px;
	transition: 0.3s linear;
	font-weight: 700;
	color: #FFF !important;
	font-weight: 400 !important;
}

.btn-primary {
	background: #5fa693;
	border: 0;
	/* background-image: linear-gradient(to right, #57cfac, #62b89f); */
}

.btn-primary:hover,
.btn-primary:focus {
	box-shadow: none;
	outline: none;
	opacity: 0.85;
	border: 0;
	background: #5fa693;
}

.btn-secondary {
	background: #4d4a46;
	border: 2px solid #4d4a46;
	padding: 11px 30px 9px;
}

.btn-secondary:hover,
.btn-secondary:focus {
	box-shadow: none;
	outline: none;
	color: #4d4a46 !important;
	background: transparent;
	border: 2px solid #4d4a46;
}

.bg-cover {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.aligncenter {
	text-align: center;
}

.white {
	color: #fff;
}

.row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

/* home page css start here
========================================================= */

/* banner section css new start */
section#banner .banner-data .mobiletopbanner {
	display: none;
}

.banner-data .item {
	position: relative;
}

.banner-data .item a {
	display: block;
}

.banner-data .item img {
	height: 72vh;
	object-fit: cover;
	width: 100%;
}

.banner-data .item {
	position: relative;
}

.banner-data .item:before {
	content: "";
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.2;
	z-index: 0;
}

.banner-text {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 5;
	width: 100%;
	transform: translate(-50%, -50%);
	color: #fff;
}

.banner-text .banner-text-top {
	margin-bottom: 5vw;
}

.banner-text .banner-text-top h1 {
	font-size: 4.5vw;
	font-family: 'Avenir Light';
	margin: 0;
}

.banner-text .banner-text-top h1 span {
	font-size: 3.5vw;
}

.banner-text .banner-text-top h3 {
	font-family: 'Avenir Black';
	font-size: 2.25vw;
}

.banner-text .benner-bottom-text {
	text-align: right;
}

.banner-text .benner-bottom-text h2 {
	margin: 0;
	line-height: 1;
	font-size: 3.5vw;
}

.banner-text .benner-bottom-text h4 {
	font-family: 'Avenir Heavy';
	font-size: 2vw;
}

.banner-text .benner-bottom-text .btn-primary {
	border-radius: 0;
	font-family: 'Avenir Heavy' !important;
	padding: 20px;
	min-width: 18vw;
	width: auto;
	margin-top: 2.5rem;
	font-size: 1.2vw;
}

.banner-data .item.right-text {
	text-align: right;
}

.banner-data .item.right-text .banner-text .btn-primary {
	background: #5fa693;
	color: #fff !important;
}

/* banner section css new end */



ul.social-icons {
	display: block;
}

ul.social-icons li {
	display: inline-block;
	margin: 2px 0 0 5px;
}

ul.social-icons li img {
	width: 100%;
	max-width: 70px;
	transition: 0.3s linear;
}

ul.social-icons li:hover img {
	transform: scale(1.1);
}

.story-heading {
	max-width: 655px;
}

h6.sub-head {
	text-transform: uppercase;
	margin-bottom: 30px;
	font-size: 24px;
}

.badge-img {
	text-align: right;
	padding: 30px 50px 100px;
}

.story-section {
	padding-bottom: 400px;
	padding-top: 200px;
}

section.story-catalog {
	background-image: linear-gradient(to top, #f2f2f1, #fff 110%);
}

.backgroung-catalog {
	background-image: url(../../frontend/Netsteps/default/it_IT/images/catelog-bg.svg);
	background-repeat: no-repeat;
	background-position-x: -15%;
	background-position-y: 5%;
	background-size: 80%;
}

h2.h1-header {
	color: #b4adaa;
	text-transform: uppercase;
	font-family: 'Avenir Black';
	font-size: 8vw;
	line-height: 1;
	margin: 0;
}

/* ---- grid ----  */
.masonry {
	margin: -12px 0 0;
}

.masonry .grid-sizer {
	width: calc(54% - 3px);
}

.masonry .gutter-sizer {
	width: 3px;
}

.masonry .item {
	overflow: hidden;
}

.masonry .item a {
	display: block;
}

.masonry .item img {
	width: 100%;
	transition: all ease-in-out .8s;
	transform: scale(1);
}

.masonry .item {
	width: calc(54% - 3px);
	padding: 4px 3px;
}

.masonry .item.item--width-2 {
	width: calc(46% - 3px);
}

.masonry .item.item-2 {
	width: calc(75% - 3px);
}

.masonry .item.item-3 {
	width: calc(25% - 3px);
}

.masonry-product {
	position: relative;
	transition: 0.3s ease-in-out;
	overflow: hidden;
}

.masonry-product>img {
	transition: 0.7s ease-in-out;
}

.masonry .item .masonry-product:hover img {
	transform: scale(1.35);
	transition: 0.7s ease-in-out;
}

.masonry .item .masonry-product:hover .link-plus img {
	transform: scale(1);
}

.link-plus img {
	max-width: 65px;
}

.masonry-product::before {
	content: "";
	width: 100%;
	height: 100%;
	background-image: linear-gradient(to top, rgb(0 0 0 / 50%), rgba(255, 255, 255, 0.05));
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.masonry-content {
	position: absolute;
	bottom: 0;
	z-index: 2;
	color: #fff;
	padding: 5px 35px;
	width: 100%;
}

.masonry .item.item-2 .masonry-content {
	text-align: center;
}

.link-plus {
	position: absolute;
	transform: translate(-50%, -50%);
	left: 50%;
	top: 50%;
	z-index: 3;
	transition: 0.3s ease-in-out;
}

.last-masonrycontent {
	background: #aca3a0;
	color: #fff;
	padding: 180px 50px 40px;
	min-height: 750px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.last-masonrycontent .shape {
	text-align: center;
	margin-top: 70px;
}

.last-masonrycontent .shape img {
	max-width: 74px;
}

.catalog-section {
	padding-bottom: 100px;
}

section.review {
	background: #f2f2f1;
	padding: 100px 0;
	margin: 100px 0;
}

.review-item img {
	max-width: 168px;
}

.review-item {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.review_slider .owl-dots {
	text-align: center;
	margin-top: 20px;
}

.review_slider .owl-dots button.owl-dot {
	background: #cbcbcb;
	width: 25px;
	height: 25px;
	margin: 0 5px;
	border-radius: 100%;
	outline: none !important;
}

.review_slider .owl-dots button.owl-dot.active {
	background: #b5b3b3;
}

.review-item h4 {
	position: relative;
	line-height: 1.6;
	margin: 0;
	font-size: 35px;
	font-family: 'Avenir Book';
	color: #23201d;
	font-weight: bold;
	top: 25px;
	text-align: center;
}

.review-item h4 u {
	text-decoration: none;
	border-bottom: 2px solid;
	padding-bottom: 4px;
	color: #5fa693;
}

section.progettazio {
	background: #a89e9b;
	color: #fff;
	padding: 60px 0;
	background-image: url(../../frontend/Netsteps/default/it_IT/images/progettaz.svg);
	background-repeat: no-repeat;
	background-position-x: 95%;
	background-size: 50%;
	background-position-y: 70px;
}

.progetti-video .heading {
	text-align: center;
	padding-bottom: 40px;
}

.video-img {
	padding-bottom: 30px;
}

.progetti-video .heading h3 {
	font-family: 'Avenir Black';
	margin-bottom: 0;
}

.video-text {
	font-size: 22px;
	text-align: right;
	padding: 0 50px 30px;
}

.video-text p {
	margin-bottom: 15px;
	letter-spacing: .2px;
	font-family: 'Avenir Book';
	font-weight: 300;
}

.progetti-video a.btn.btn-secondary {
	background: #fff;
	color: #a89e9b !important;
	border-color: #fff;
}

.progetti-video a.btn.btn-secondary:hover {
	background: #a89e9b;
	color: #fff !important;
	border-color: #fff;
}

.video-img video {
	border: 1px solid #fff;
	min-height: 500px;
	object-fit: cover;
}

.video-img iframe {
	border: 2px solid rgb(255 255 255 / 80%);
	width: 100%;
	min-height: 450px;
	height: 100% !important;
	max-height: 450px;
	max-width: 90%;
}

.video-img h4 {
	text-align: right;
	margin: 10px 0 15px;
	font-size: 30px;
}

ul.social-icons.video-icons li img {
	max-width: 40px;
}

ul.social-icons.video-icons {
	text-align: right;
}

section.services-section {
	background-image: linear-gradient(to bottom, #f2f2f1, #fff);
	padding-bottom: 100px;
}

.services-div {
	background: #fff;
	padding: 60px 30px;
}

.services-header ul {
	display: block;
	text-align: center;
}

.services-header ul li {
	display: inline-block;
	padding: 0 15px;
	vertical-align: middle;
	color: #87827c;
	margin: 0;
	font-family: 'Avenir Book';
	font-weight: 400;
}

.desc-out h5 {
	font-weight: 300;
	font-family: 'Avenir Book';
}

.services-header ul li img {
	max-width: 155px;
	width: 100%;
	padding-bottom: 30px;
}

.services-header ul li:last-child {
	border-left: 2px solid #87827c;
	margin-left: 30px;
	font-size: 38px;
	padding: 10px 20px 12px;
}

.services-header {
	margin-bottom: 100px;
}

.services-desc ul {
	display: flex;
}

.services-desc ul li {
	display: inline-block;
	max-width: 25%;
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
	color: #87827c;
}

.services-desc ul li p {
	max-width: 188px;
	margin: 0 auto;
	font-weight: bold;
	font-size: 18px;
}

.services-desc ul li img {
	max-width: 120px;
	margin-bottom: 20px;
	min-width: 120px;
}

.outlet-container {
	position: relative;
}

.outlet-container .outlet-img {
	width: 100%;
}

.outlet-content img {
	max-width: 270px;
	margin-bottom: 70px;
}

.outlet-content {
	position: absolute;
	text-align: center;
	transform: translate(-50%, -50%);
	left: 50%;
	top: 50%;
	width: 100%;
	color: #fff;
	max-width: 90%;
}

.outlet-content h2 {
	text-transform: uppercase;
	font-family: 'Avenir Black';
	font-size: 10vw;
	margin: 0;
	line-height: 1;
}

.desc-out {
	padding-bottom: 90px;
}

.outlet-content .btn.btn-secondary {
	border-color: #fff;
	background: rgb(255 255 255 / 20%);
}

.outlet-content .btn.btn-secondary:hover {
	color: #fff !important;
}

section.clients {
	padding: 30px 20px 80px 20px;
}

.client-container {
	background-image: url(../../frontend/Netsteps/default/it_IT/images/client-bg.svg);
	background-repeat: no-repeat;
	background-position: top left;
	background-size: 100%;
	padding: 30px;
}

/* .client-container:after {
	background-image: url(../../frontend/Netsteps/default/it_IT/images/client-bg.svg);
	background-repeat: no-repeat;
	background-position: top left;
	background-size: 84%;
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 84%;
    background-size: 100% 100%;
} */


.client-container .services-header {
	padding-top: 100px;
}

.logo-img {
	text-align: center;
}

.logo-img img {
	margin: 0 auto;
	transition: 0.3s ease-in-out;
}

.logo_slider {
	padding: 50px 0;
}

.logo-img img:hover {
	opacity: 0.8;
}

.logo_slider .owl-stage {
	display: flex;
	align-items: center;
}

.trustpilot {
	background: #fff;
	padding: 50px 10px;
	max-width: 90%;
	margin: 0 auto;
	text-align: center;
	box-shadow: 0 0px 24px 2px rgb(0 0 0 / 10%);
	margin-top: 100px;
}

.rating {
	color: #62b89f;
	font-size: 30px;
	margin-bottom: 60px;
}

.rating i {
	margin: 0 8px;
}

.trustpilot h6 {
	font-style: italic;
}

.blog-container {
	max-width: 80%;
	margin: 0 auto;
	padding-top: 150px;
}

.blog-section h2 {
	font-family: 'Arboria light';
	font-weight: 100;
	margin-bottom: 20px;
	letter-spacing: -3px;
	font-size: 70px;
}

.blog-div {
	background: #fff;
	box-shadow: 0 0px 20px 2px rgb(0 0 0 / 30%);
	margin-bottom: 50px;
	transition: 0.3s ease-in-out;
}
.cms-index-index .blog-div,
.page-products .blog-div,
.catalog-product-view .blog-div{
	max-width: 92%;
    margin-left: auto;
    margin-right: auto;
	margin-bottom: 9rem;
}

.blog-div:hover {
	box-shadow: 0 0px 35px 2px rgb(0 0 0 / 40%);
}

.blog-left {
	padding: 30px 40px 30px 40px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}

ul.category-date {
	margin-bottom: 25px;
}

ul.category-date li {
	display: inline-block;
	text-transform: uppercase;
	font-size: 16px;
	position: relative;
	padding-right: 8px;
	line-height: 1;
	font-weight: 300;
}

ul.category-date li:first-child {
	font-weight: bold;
	border-right: 1px solid;
}

.blog-div .col-md-6,
.blog-div .row {
	padding: 0;
	margin: 0;
}

.blog-left h4 {
	text-transform: uppercase;
	font-size: 30px;
	font-family: 'Avenir Medium';
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.blog-left p {
	font-size: 20px;
	margin: 5px 0 15px;
}

.blog-btn {
	text-align: right;
	margin-top: 20px;
}



.blog-btn .btn.btn-primary {
	border-radius: 0;
    max-width: inherit;
    font-size: 18px;
    padding: 10px 30px 10px;
    width: auto;
    text-transform: lowercase;
}

.blog-img {
	height: 100%;
}

.blog-img img {
	max-height: 380px;
	width: 100%;
	object-fit: cover;
	height: 100%;
	background: #ddd;
}

.load-more {
	text-align: center;
	padding-top: 40px;
    padding-bottom: 20px;
	mix-blend-mode: -30px;
}

.load-more img {
	width: 100%;
	max-width: 60px;
	position: relative;
	transition: 0.3s linear;
	animation: mymove 0.6s linear infinite alternate;
}

@keyframes mymove {
	from {
		top: 0px;
	}

	to {
		top: 10px;
	}
}

/* blog new changes */
.blog-left .amblog-footer {
	border-top: 2px solid rgb(77 74 70 / 30%);
	padding-top: 20px;
	margin-top: 35px;
	padding: 15px 0 0;
	display: block;
}

.amblog-features {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	flex-wrap: wrap;
}
.amblog-features .comment-views {
	display: none !important;
}
.amblog-features .comment-views {
	display: flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
}

.amblog-features .comment-views .amblog-wrap {
	margin: 0;
	display: block;
	position: relative;
	top: -1px;
}

.amblog-no-comments .amblog-ref {
	color: #4d4a46;
	font-size: 14px;
	font-weight: 400;
}

span.views.amblog-views {
	color: #4d4a46;
	font-size: 14px;
	font-weight: 400;
}

.amblog-features .comment-views svg.amblog-svg {
	display: none;
}

.amblog-features .comment-views .amblog-no-comments {
	display: block;
}

.amblog-features .amblog-helpful-wrap {
	margin-left: auto;
	padding: 0 20px 0 0;
}

.amblog-features .amblog-helpful-wrap .amblog-plus {
	flex-direction: row-reverse;
	align-items: center;
	display: flex;
	font-size: 14px;
	color: #4d4a46;
}

.amblog-plus .amblog-icon {
	background-image: url(../../frontend/Netsteps/default/it_IT/images/like-before.svg);
	width: 26px;
	background-repeat: no-repeat;
	background-size: 26px;
	height: 24px;
}

.blog-left .amblog-date {
	font-size: 15px;
	color: #4d4a46;
	margin-bottom: 30px;
}

/* blog css end */

section.contact-us {
	background: #e3b03b;
	color: #fff;
	text-align: center;
	position: relative;
}

.cont_us {
	position: relative;
	padding: 80px 0;
}

.contact-header {
	max-width: 85%;
	margin: 0 auto;
	margin-bottom: 60px;
}

.contact-header h2 {
	margin-bottom: 25px;
}

.contact-header h5 {
	font-family: 'Avenir Light';
	line-height: 1.35;
}

.contact-header a {
	font-family: 'Avenir Black';
	color: #fff;
	text-decoration: underline;
	transition: 0.2s ease-in-out;
}

.contact-header a:hover {
	color: #fff;
}

.contact-form {
	max-width: 955px;
	margin: 0 auto;
}

.contact-form .form-group {
	margin-bottom: 1rem;
}

.contact-form .form-group .form-input {
	background: #fff;
	border: 0;
	color: #212529;
	padding: 17px 20px;
	height: auto;
	font-size: 16px;
}

.contact-form .form-group label {
	display: block;
	text-align: left;
	text-transform: uppercase;
	font-family: 'Avenir Light';
	font-size: 18px;
	letter-spacing: 1px;
	margin-bottom: 2px;
	font-weight: 200;
}

.contact-form .btn.btn-primary {
	text-decoration: none;
	padding: 13px 30px 11px;
	text-transform: uppercase;
	position: relative;
	letter-spacing: 1px;
	transition: 0.3s linear;
	font-weight: 700;
	color: #e3b03b !important;
	background: #fff;
	border: 0;
	min-width: 240px;
	margin-top: 30px;
	width: auto;
	border-radius: 0;
	line-height: 1.3;
}

.contact-form input[type="submit"]:hover {
	border: 0;
	opacity: 0.8;
}

.map {
	background: #fff;
	padding: 80px 0 0;
	color: #a89e9b;
}

.map-text h4 {
	font-family: 'Avenir Black';
	margin: 0;
	font-size: 48px;
	line-height: 1.1;
}

.map-text {
	text-align: right;
	border-bottom: 2px solid #a89e9b;
	padding-bottom: 65px;
	margin-bottom: 65px;
}

.map-textright {
	text-align: right;
}

.row.maptextrow {
	flex-direction: column;
}

.map-div .row {
	align-items: center;
}

.maptextrow .col-md-6 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.maptextrow {
	max-width: 545px;
	margin: 0 auto;
}

.map-textright h5 {
	line-height: 1.5;
	margin: 0;
	font-weight: 300;
	font-family: 'Avenir Book';
}

.map-frame {
	padding-top: 40px;
}

.map-frame iframe {
	width: 100%;
	/* height: 350px; */
}

.story-description {
	margin-top: 40px;
}

.story-heading h2 {
	color: #66605A;
	margin: 0;
}

.story-description p {
	color: #4D4A46;
	margin: 0;
	line-height: 1.6;
}



/* cms page css */
.cms-page-view section.services-section {
	padding: 100px 0;
}

.cms-page-view main#maincontent {
	font-size: 18px;
	padding-bottom: 70px;
	color: #4d4a46;
	max-width: 100%;
	background: #ffffff !important;
}

main#maincontent a#contentarea {
	display: none;
}

.cms-domande-risposte.cms-page-view .breadcrumbs {
	padding-top: 80px;
	margin: 0 auto;
	width: 100%;
}

.cms-page-view main#maincontent h1 {
	font-family: 'Avenir Medium';
	color: #4d4a46;
	margin: 20px 0;
	line-height: 0.5;
}

.cms-page-view .page-title-wrapper span {
	padding: 0 5px;
	line-height: 1;
	background-color: #fff;
}

.cms-page-view h2 {
	font-size: 40px;
}

.cms-page-view .service-icon-main>a {
	padding: 0 20px;
}

.total-block-page .ns-icon.row {
	justify-content: center;
}

.row.quote-section.block-image .row.second-block-images {
	padding: 0;
	width: 100%;
}

body.cms-page-view .page-title-wrapper:before {
	top: 50%;
	right: 0;
	left: 50%;
	max-width: 90%;
	transform: translateX(-50%);
}

.cms-page-view .service-icon-main>a figure {
	margin: 0;
}

.cms-page-view .service-icon-main>a h4 {
	font-size: 18px;
}

section.quotation .ns-icon.row {
	justify-content: center;
}

section.quotation .page-title-wrapper::before {
	display: none;
}

section.quotation .page-title-wrapper h1.page-title span.base {
	background: transparent;
	padding: 0;
}

section.quotation .page-title-wrapper {
	margin: 0;
	margin-bottom: 30px;
}

.cms-page-view .total-block-page p,
.cms-page-view .total-block-page>div,
.central-block p,
.lateral-block .box-text {
	font-size: 18px;
	color: #4d4a46;
}

.lateral-block .box-text a {
	color: #4d4a46 !important;
}

.am-widget-categories-3 .am-widget-category {
	width: 100% !important;
}

section.quotation .page-title-wrapper h1.page-title {
	padding: 0 10px;
}

.protezione-aquirenti-wrapper .productsocial-options {
	display: none;
}

.cms-page-view .back.am-back-button button.action.button {
	background: #5fa693;
	border: 0;
	color: #fff;
	font-weight: 400;
	padding: 8px 22px;
	font-size: 16px;
}


/* account pages css */
body.account .page-wrapper {
	background-image: linear-gradient(to right, #f0f0ef 70%, #fff);
}

body.account .page-wrapper .page-main {
	max-width: 1600px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 40px;
}

body.account .block-collapsible-nav .content {
	background: #fff;
}

.page-wrapper .nav-sections {
	border: 0 !important;
}

body.account .page-wrapper .columns {
	margin-top: 0;
	padding-bottom: 80px;
}

body.account .sidebar.sidebar-main .block .content {
	padding: 25px 15px;
}

body.account .sidebar.sidebar-main .block .content ul.nav li {
	width: 100%;
	display: block;
}

body.account .sidebar.sidebar-main .block .content ul.nav li a {
	line-height: 1;
	font-size: 18px;
	padding: 10px;
	font-family: 'Avenir Medium';
	border: 0;
}

body.account .sidebar.sidebar-main .block .content ul.nav li span.delimiter {
	display: none;
}

body.account .sidebar.sidebar-main .block .content ul.nav li.nav.current strong {
	border: 0;
	padding: 10px;
	font-family: 'Avenir Medium';
	font-size: 18px;
}

body.account .column.main {
	padding: 25px;
}

body.account .column.main .page-title-wrapper h1.page-title {
	display: block;
	width: 100%;
	font-size: 30px;
	font-family: 'Avenir Heavy';
	color: #4d4a46;
	padding-bottom: 10px;
	margin-bottom: 30px;
	border-bottom: 1px solid #ddd;
}

body.account .column.main .table-wrapper {
	border: 0;
}

body.account .column.main .table-wrapper table thead th {
	color: #4d4a46;
	font-size: 18px;
	line-height: 1.2;
	padding: 20px 10px;
	border: 0;
}

body.account .column.main .table-wrapper table tbody td {
	font-size: 16px;
	color: #4d4a46;
	border-top: 1px solid #ddd;
	padding: 15px 10px;
}

body.account .column.main .table-wrapper table#my-orders-table thead th {
	min-width: 150px;
}

body.account .toolbar.bottom .pager {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

body.account .toolbar.bottom .pager p.toolbar-amount {
	font-size: 16px;
	color: #4d4a46;
	text-align: left;
	min-width: 33%;
}

body.account .toolbar.bottom .pager .pages {
	position: relative;
	margin-bottom: 0;
}

body.account .toolbar.bottom .pager .limiter {
	float: none;
	min-width: 33%;
	text-align: right;
	font-size: 16px;
	color: #333;
}

body.account .toolbar.bottom .pager .pages ul.items li.item {
	margin: 0 2px;
}

body.account .toolbar.bottom .pager .pages ul.items li.item a {
	color: #66605a;
	font-size: 18px;
	padding: 0 10px;
}

body.account .toolbar.bottom .pager .pages ul.items li.item.current strong {
	padding: 0 10px;
	font-size: 18px;
}

body.account .toolbar.bottom .pager .pages ul.items li.item a.action {
	background: #e5e5e5;
	border: 0;
	border-radius: 0;
	color: #333;
	padding: 0 8px;
}

body.account .block {
	color: #4d4a46;
}

body.account .block .box strong.box-title span {
	font-size: 18px !important;
}

body.account .block .box .box-content {
	font-size: 16px;
}

body.account .block .box .box-actions a,
body.account .block .box .box-actions a span {
	font-size: 18px;
	font-family: 'Avenir Medium';
	text-decoration: underline;
	color: #4d4a46;
}

body.account .block .block-title a.action {
	color: #4d4a46;
	text-decoration: underline;
	font-size: 16px;
}

body.account .column.main .actions-toolbar .action.primary {
	background: #5fa895;
	margin: 0 auto;
	border: 1px solid #5fa895;
	font-family: 'Avenir Medium';
	font-size: 15px;
	letter-spacing: 0.5px;
	padding: 12px 25px;
	border-radius: 40px;
}

body.account .column.main .actions-toolbar .primary {
	display: block;
	text-align: center;
	float: none;
}

body.account form.form fieldset .field label.label {
	font-size: 14px;
	margin-bottom: 3px;
	display: block;
}

body.account form.form fieldset .field .control input {
	padding: 10px 15px;
	height: auto;
}

body.account form.form fieldset .field.choice {
	margin: 0;
	display: flex;
	color: #4d4a46;
}

body.account form.form fieldset.fieldset.additional_info {
	font-size: 16px;
	width: 100%;
}

body.account table#my-quotes-table thead th {
	min-width: 150px;
}


/* contact page css */
.contact-index-index .page-wrapper {
	padding-top: 200px;
}

.contact-index-index main#maincontent,
.customer-account-create main#maincontent,
.customer-account-login main#maincontent,
.customer-account-forgotpassword main#maincontent {
	max-width: 1600px;
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
	margin: 0 auto;
}

.contact-index-index .page-title-wrapper h1.page-title,
.customer-account-login .page-title-wrapper h1.page-title,
.customer-account-forgotpassword .page-title-wrapper h1.page-title,
.customer-account-create .page-title-wrapper h1.page-title {
	font-family: 'Avenir Heavy';
	color: #4d4a46;
	margin: 10px 0 25px;
}

.customer-account-create .page-title-wrapper h1.page-title,
body.customer-account-forgotpassword .page-title-wrapper h1.page-title {
	text-align: center;
	display: block;
}

body.customer-account-create .column.main form.form.create.account.form-create-account,
form.form.password.forget {
	margin: 0 auto;
	box-shadow: 0 0px 46px 8px rgb(0 0 0 / 15%);
	padding: 30px;
	border-radius: 15px;
}

.contact-index-index .columns {
	font-size: 16px;
}

.contact-index-index .columns form fieldset.fieldset legend.legend {
	font-size: 28px;
	font-family: 'Avenir Heavy';
	color: #4d4a46;
}

.contact-index-index .columns form fieldset.fieldset label.label {
	font-size: 14px;
	margin-bottom: 2px;
}

.contact-index-index .columns form fieldset.fieldset .control input {
	padding: 10px 15px;
	height: auto;
	box-shadow: none;
}

.contact-index-index .columns form .actions-toolbar button.action {
	background: #5fa895;
	margin: 0 auto;
	border: 1px solid #5fa895;
	font-family: 'Avenir Medium';
	font-size: 15px;
	letter-spacing: 0.5px;
	padding: 10px 25px;
	border-radius: 40px;
	min-width: 150px;
	text-align: center;
}

.contact-index-index .columns form {
	padding-bottom: 80px;
}

/* login and forgotpass page css */
.customer-account-login main#maincontent,
.customer-account-forgotpassword main#maincontent,
.customer-account-create main#maincontent {
	margin: 50px auto;
}

.customer-account-login form .actions-toolbar button.action,
.login-container .block.block-new-customer .actions-toolbar .primary .action,
.customer-account-forgotpassword form.form .actions-toolbar .primary .action,
.customer-account-create form.form .actions-toolbar .primary .action {
	background: #5fa895;
	margin: 0 auto;
	border: 1px solid #5fa895;
	font-family: 'Avenir Medium';
	font-size: 15px;
	letter-spacing: 0.5px;
	padding: 10px 25px;
	border-radius: 40px !important;
	min-width: 150px;
	text-align: center;
	max-width: 200px;
}

.customer-account-login form .actions-toolbar .primary,
.login-container .block.block-new-customer .actions-toolbar .primary,
.customer-account-create .actions-toolbar .primary {
	text-align: left;
}

.customer-account-login form fieldset.fieldset legend.legend {
	font-size: 28px;
	font-family: 'Avenir Heavy';
	color: #4d4a46;
}

.customer-account-login form fieldset.fieldset label.label,
.customer-account-forgotpassword form.form fieldset.fieldset label.label,
.customer-account-create form.form fieldset.fieldset label.label {
	font-size: 14px;
	margin-bottom: 2px;
}

.customer-account-login form fieldset.fieldset .control input,
.customer-account-forgotpassword form.form fieldset.fieldset .control input,
.customer-account-create form.form fieldset.fieldset .control input {
	padding: 10px 15px;
	height: auto;
	box-shadow: none;
}

.customer-account-login form fieldset.login .secondary {
	margin-left: 15px !important;
	margin-right: 0 !important;
}

.customer-account-login form fieldset.login .secondary a.action {
	font-size: 14px !important;
}

.customer-account-login form .form-middle-fields .field.note,
.customer-account-forgotpassword form.form .field.note,
.customer-account-create form.form .field.note {
	font-size: 16px;
}

.customer-account-login form .form-middle-fields .field {
	left: 0 !important;
	margin-bottom: 15px !important;
}

.customer-account-login form .form-middle-fields .field .control input {
	transform: skew(0, 0) !important;
	border: 1px solid #ddd !important;
	padding: 10px 15px !important;
	color: #000 !important;
	font-size: 14px !important;
}

.customer-account-login form .form-middle-fields .field .control input::placeholder {
	color: #000 !important;
}

.customer-account-login form .form-middle-fields {
	max-width: 500px;
}

.login-container .block.block-new-customer .block-title {
	font-size: 20px;
}

.login-container .block.block-new-customer .block-content {
	font-size: 16px;
}

.login-container .fieldset:after {
	display: none;
}

.login-container .amsl-social-wrapper .amsl-social-login,
.amsl-registration-page .amsl-social-wrapper .amsl-social-login {
	flex-direction: column;
	background-image: linear-gradient(to right, #f0f0ef 70%, #fff);
	padding: 30px;
}

.login-container .amsl-social-wrapper .amsl-social-login span.amsl-socialtitle,
.amsl-registration-page .amsl-social-wrapper .amsl-social-login span.amsl-socialtitle {
	font-size: 24px;
	font-family: 'Avenir Heavy';
	color: #4d4a46;
	margin-bottom: 10px;
}

.login-container .amsl-social-wrapper .amsl-social-login ul.amsl-social-buttons li.amsl-socialbtn-li,
.amsl-registration-page .amsl-social-wrapper .amsl-social-login ul.amsl-social-buttons li.amsl-socialbtn-li {
	display: inline-block;
	margin-right: 10px;
}

.login-container .amsl-social-wrapper .amsl-social-login ul.amsl-social-buttons li.amsl-socialbtn-li a,
.amsl-registration-page .amsl-social-wrapper .amsl-social-login ul.amsl-social-buttons li.amsl-socialbtn-li a {
	border-radius: 100% !important;
}

.form.password.forget .fieldset:after,
.form-create-account .fieldset.create.account:after {
	display: none;
}

body.customer-account-login header.page-header,
body.customer-account-forgotpassword header.page-header,
body.customer-account-create header.page-header {
	position: relative;
}

.amsl-registration-page:first-child {
	display: none;
}

.customer-account-create form.form fieldset.fieldset .field {
	margin-bottom: 5px;
}

.customer-account-create form.form fieldset.fieldset {
	margin-bottom: 10px;
}

.customer-account-create form.form fieldset.fieldset .field.choice {
	margin: 0;
}

.customer-account-create form.form fieldset.fieldset.create.account {
	margin-top: 40px;
}

.amsl-registration-page {
	margin-top: 60px;
}

.map-frame a.map-mobile-img {
	display: none;
}

.map-frame a.map-desktop-img {
	display: block;
}

.contact-form .alert.alert-success {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6;
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px;
}

form#weclap-offer-form.loading input,
form#weclap-offer-form.loading label,
form#weclap-offer-form.loading textarea,
form#weclap-offer-form.loading button,
form#weclap-offer-form.loading .help-block {
	opacity: 0.1;
	cursor: wait;
}

form#weclap-offer-form.loading {
	background-image: url(../../frontend/Netsteps/default/it_IT/images/loader.svg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center;
	cursor: wait;
}

.services-desc ul li a {
	color: #23201d;
}

.item.item1 .mas_img {
	max-height: 600px;
	min-height: 600px;
}

.item.item2 .mas_img {
	max-height: 1000px;
	min-height: 1000px;
}

.item.item3 .mas_img {
	max-height: 800px;
	min-height: 800px;
}

.item.item4 .mas_img {
	max-height: 400px;
	min-height: 400px;
}

.item.item5 .mas_img {
	max-height: 750px;
	min-height: 750px;
}

.cms-index-index .discount_lablel {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	z-index: 1;
}

.cms-index-index .discount_lablel img {
	width: 1365px;
}

.home-marquee {
	background: #f0efee;
	margin-top: 5px;
	padding: 10px 0 0;
}

.home-marquee marquee {
	color: #3a3734;
}

.home-marquee span.regular-text {
	text-transform: uppercase;
}

.home-marquee.other-store span.regular-text {
	text-transform: unset;
}

.home-marquee span.bold-marquee {
	font-family: 'Avenir Black';
}

.marquee {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.home-text-wrapper {
	flex: 0 50%;
	max-width: 50%;
	border-right: 2px solid;
	margin-bottom: 7px;
	color: #3a3734;
}

.home-marquee .payment_logo {
	flex: 0 0 50%;
	max-width: 50%;
	display: flex;
	justify-content: space-around;
	margin-bottom: 10px;
	flex-wrap: wrap;
}

.home-text-wrapper .bold-marquee {
	font-weight: 600;
	margin-left: 0;
}

.banner_title {
	font-family: 'Avenir Light' !important;
	font-size: 80px;
}

@media screen and (max-width: 991px) {
	.banner_title {
		font-size: 60px;
	}

}

@media(max-width:767px) {

	.home-marquee .payment_logo,
	.home-text-wrapper {
		flex: 0 0 100%;
		max-width: 100%;
		justify-content: space-between;
		font-size: 16px;
	}

	.home-marquee .payment_logo img {
		margin: 5px 0;
		max-width: 65px;
	}

	.cms-index-index .page-wrapper {
		padding-top: 184px;
	}

	.banner_title {
		font-size: 40px;
	}
}

/* =================================================================================
new arredo39 page css start here
================================================================================= */
body.arredostore .story-heading,
body.arredostore .story-heading h2,
body.arredostore .story-description p,
body.arredostore h2.h1-header,
body.arredostore .review-item h4 u,
body.arredostore div.blog-section h2,
body.arredostore .map {
	color: #1c4e6f;
}

body.arredostore .last-masonrycontent {
	background: #1c4e6f;
}

body.arredostore .services-header ul li {
	color: #1c4e6f;
}

body.arredostore .services-header ul li:last-child,
body.arredostore .map-text {
	border-color: #1c4e6f;
}

body.arredostore section.progettazio {
	background-color: #1c4e6f;
}

body.arredostore .progetti-video a.btn.btn-secondary {
	color: #1c4e6f !important;
}

body.arredostore section#banner {
	position: relative;
}

body.arredostore ul.social-icons.video-icons {
	position: absolute;
	bottom: 100px;
	display: flex !important;
	justify-content: flex-start;
	z-index: 9999;
	max-width: 1600px !important;
	width: 100% !important;
	padding-right: 15px !important;
	padding-left: 15px !important;
	left: 0;
	right: 0;
	margin: 0 auto;
}

body.arredostore ul.social-icons.video-icons li img {
	max-width: 70px;
}

body.arredostore ul.social-icons.video-icons li {
	margin-left: 20px;
}

body.arredostore ul.social-icons.video-icons li:first-child {
	margin-left: 0;
}

body.arredostore .banner-text {
	top: unset;
	bottom: 52px;
	transform: translateX(-50%);
}

body.arredostore .banner-text p {
	font-size: 50px;
	font-family: 'Avenir Light';
	line-height: 58px;
}

body.arredostore .banner-text p:last-child {
	font-family: 'Avenir Black';
	margin-bottom: 0;
}

@media (max-width: 1699px) {
	body.arredostore ul.social-icons.video-icons {
		max-width: 90% !important;
	}

	body.arredostore ul.social-icons.video-icons li {
		margin-right: 0;
	}
}

@media (max-width: 1365px) {
	body.arredostore .banner-text p {
		font-size: 40px;
		line-height: 48px;
	}

	body.arredostore ul.social-icons.video-icons {
		bottom: 90px;
	}

	body.arredostore ul.social-icons.video-icons li img {
		max-width: 52px;
	}

	body.arredostore ul.social-icons.video-icons li {
		margin-left: 12px;
	}

}


@media (max-width: 1200px) {
	body.arredostore .banner-text p {
		font-size: 32px;
		line-height: 35px;
	}

	body.arredostore ul.social-icons.video-icons {
		bottom: 80px;
	}
}

@media (max-width: 1024px) {

	body.arredostore ul.social-icons.video-icons {
		max-width: 95% !important;
	}

	body.arredostore .banner-text p {
		font-size: 24px;
		line-height: 28px;
	}

	body.arredostore ul.social-icons.video-icons {
		padding: 0 !important;
	}
}

@media (max-width: 767px) {
	body.arredostore .banner-text p {
		font-size: 21px;
		line-height: 1;
	}

	body.arredostore ul.social-icons.video-icons {
		max-width: 95% !important;
		justify-content: flex-end;
		bottom: 32px;
	}

	body.arredostore .banner-text {
		bottom: 65px;
	}

	body.arredostore ul.social-icons.video-icons li img {
		max-width: 40px;
	}
}

/* ======================= roomvo style ============================ */
.banner-data .item .roomov-banner-contant img {
	max-height: 150px !important;
	object-fit: contain !important;
	max-width: 152px;
	min-height: 200px !important;
	margin: 0 auto 30px;
}

@media(max-width:767px) {
	.banner-data .item .roomov-banner-contant img {
		margin: 0;
		max-width: 60.66px;
		max-height: 80px !important;
		min-height: 80px !important;
	}
}

.roomov-banner-contant {
	position: absolute;
	top: 55%;
	left: 30%;
	transform: translate(-50%, -50%);
	max-width: 450px;
	width: 100%;
	background-color: #fff;
	color: rgb(98, 174, 155);
	text-align: center;
	padding: 40px;
	opacity: 0.85;
}

.roomvobanner-data {
	position: relative;
	margin-bottom: 120px;
}

.roomvo-banner-mobile {
	display: none;
}

.roomvo-item picture img {
	width: 100%;
	height: auto;
	max-height: 90vh;
	object-fit: cover;
	min-height: 73vh;
	object-position: right bottom;
}

.roomov-banner-contant img {
	max-height: 200px;
	margin-bottom: 30px;
}

.roomov-banner-contant h1 {
	margin: 0 0 5px 0;
	font-family: "Avenir Black";
	font-size: 34px;
}

.roomov-banner-contant p br {
	display: none;
}

.roomov-banner-contant p {
	max-width: 350px;
	margin: 0 auto;
	line-height: 1.2;
	font-size: 18px;
}

@media screen and (max-width: 1399px) {
	.roomov-banner-contant {
		max-width: 400px;
	}

	.roomov-banner-contant img {
		max-height: 150px;
	}

	.roomov-banner-contant h1 {
		font-size: 28px;
	}

	.roomov-banner-contant p {
		font-size: 16px;
	}
}

@media screen and (max-width: 767px) {
	section#roomvobanner {
		display: none;
	}

	.roomvo-banner-mobile {
		display: block;
	}

	.roomvobanner-data {
		margin-bottom: 60px;
	}

	.roomvo-item picture img {
		min-height: 65vh;
	}

	.roomov-banner-contant {
		max-width: 94%;
		padding: 15px;
		left: 50%;
		transform: translateX(-50%);
		top: 60px;
		margin: 0 auto;
		display: flex;
		align-items: center;
		gap: 12px;
		opacity: 0.9;
	}

	.roomov-banner-contant img {
		max-height: 80px;
		margin: 0;
	}

	.mobile-roomvo-contant {
		text-align: left;
	}

	.mobile-roomvo-contant h1 {
		font-size: 18px;
		font-family: "Avenir Heavy";
	}

	.roomov-banner-contant p {
		font-size: 11px;
	}
}

/*Cookie Message*/
.page.messages{
	margin: 15px auto;
    max-width: 95%;
}
.cms-index-index .page.messages {
    top: 100px;
    z-index: 3;
	margin: 0;
}
.contact-index-index main#maincontent .page.messages, 
.customer-account-create main#maincontent .page.messages, 
.customer-account-login main#maincontent .page.messages, 
.customer-account-forgotpassword main#maincontent .page.messages{
	max-width: 100%;
}
@media screen and (min-width: 1700px) {
	.container,
	.b2b-home-cms [data-content-type='row'][data-appearance='contained'] {
		max-width: 1600px !important;
		width: 100% !important;
		padding-right: 15px !important;
		padding-left: 15px !important;
	}

	html body {
		font-size: 24px;
	}

	h1 {
		font-size: 100px;
	}

	h2 {
		font-size: 62px;
		line-height: 1.2;
	}

	h3 {
		font-size: 50px;
	}

	h4 {
		font-size: 44px;
	}

	h5 {
		font-size: 34px;
	}

	h6 {
		font-size: 24px;
	}

	.btn {
		font-size: 24px;
		text-decoration: none;
		padding: 22px 30px 19px;
		text-transform: uppercase;
		position: relative;
		font-family: 'Avenir Medium';
		width: 100%;
		max-width: 430px;
		border-radius: 80px;
	}

	section.review {
		padding: 100px 0 200px;
	}

	.map-frame iframe {
		min-height: 550px;
	}

	.btn.btn-secondary {
		padding: 11px 30px 9px;
		max-width: 360px;
	}

	.outlet-content h2 {
		font-size: 160px;
	}

	h2.h1-header {
		font-size: 150px;
	}
}

@media screen and (max-width: 1699px) {
	html body {
		font-size: 20px;
	}

	.container,
	.b2b-home-cms [data-content-type='row'][data-appearance='contained'] {
		max-width: 90% !important;
		width: 100%;
	}

	.map-text h4 {
		font-size: 32px;
	}

	.maptextrow {
		max-width: 400px;
	}

	.map-text {
		padding-bottom: 50px;
		margin-bottom: 50px;
	}

	ul.social-icons li {
		margin: 0 10px 0 0;
	}

	.mb-5,
	.my-5 {
		margin-bottom: 30px;
	}

	.story-section {
		padding-bottom: 300px;
	}

	.catalog-section {
		padding-bottom: 80px;
	}

	.last-masonrycontent .shape img {
		max-width: 50px;
	}

	.review-item img {
		max-width: 120px;
	}

	.review_slider .owl-dots button.owl-dot {
		width: 20px;
		height: 20px;
	}

	.video-img iframe {
		min-height: 350px;
		max-height: 350px;
		max-width: 95%;
	}

	.services-header ul li:last-child {
		font-size: 30px;
	}

	.services-header {
		margin-bottom: 80px;
	}

	.services-desc ul li img {
		max-width: 90px;
		margin-bottom: 15px;
	}

	.desc-out {
		padding-bottom: 60px;
	}

	.outlet-content img {
		max-width: 200px;
		margin-bottom: 50px;
	}

	.logo_slider {
		padding: 20px 0;
	}

	.rating {
		font-size: 24px;
		margin-bottom: 40px;
	}

	ul.category-date li {
		font-size: 16px;
	}

	.blog-left p {
		font-size: 18px;
	}

	ul.category-date {
		margin-bottom: 20px;
	}

	.blog-left {
		padding: 30px 30px 30px 30px;
	}

	.blog-btn .btn.btn-primary {
		padding: 11px 30px 8px;
		font-size: 16px;
		font-family: 'Avenir Medium';
		font-weight: 500;
	}

	.blog-div {
		margin-bottom: 40px;
	}

	.load-more img {
		max-width: 60px;
	}

	.contact-header {
		max-width: 95%;
	}

	.contact-form .form-group .form-input {
		padding: 12px 20px;
	}

	.contact-form .form-group label {
		font-size: 14px;
	}

	.contact-form input[type="submit"] {
		font-size: 16px;
		padding: 10px 30px 8px;
		min-width: 180px;
	}

	h6.sub-head {
		margin-bottom: 25px;
		font-size: 20px;
	}

	.review-item h4 {
		font-size: 32px;
	}

	body.account .page-wrapper .page-main,
	.contact-index-index main#maincontent,
	.customer-account-create main#maincontent,
	.customer-account-login main#maincontent,
	.customer-account-forgotpassword main#maincontent {
		max-width: 95%;
	}

	.item.item5 .mas_img {
		max-height: 735px;
		min-height: 735px;
	}

	.last-masonrycontent {
		min-height: 650px;
	}
}

@media screen and (max-width: 1499px) {
	html body {
		font-size: 18px;
	}

	h6.sub-head {
		margin-bottom: 25px;
		font-size: 18px;
	}

	.story-heading {
		max-width: 550px;
	}

	.story-section {
		padding-bottom: 150px;
	}

	.contact-header {
		max-width: 85%;
	}

	.last-masonrycontent {
		min-height: 660px;
	}

	.review-item h4 {
		font-size: 30px;
	}

	ul.social-icons li img {
		max-width: 50px;
	}

	.blog-img img {
		max-height: 100%;
	}

	.item.item1 .mas_img {
		max-height: 500px;
		min-height: 500px;
	}

	.item.item2 .mas_img {
		max-height: 850px;
		min-height: 850px;
	}

	.item.item3 .mas_img {
		max-height: 650px;
		min-height: 650px;
	}

	.item.item4 .mas_img {
		max-height: 300px;
		min-height: 300px;
	}

	.item.item5 .mas_img {
		max-height: 660px;
		min-height: 660px;
	}

	section.services-section {
		padding-bottom: 80px;
	}
}

@media screen and (max-width: 1399px) {
	section.clients {
		padding: 40px 40px 80px 40px; 
	}

	.last-masonrycontent {
		min-height: 580px;
	}

	.review-item h4 {
		font-size: 28px;
	}

	.item.item5 .mas_img {
		max-height: 580px;
		min-height: 580px;
	}

	.link-plus img {
		max-width: 50px;
	}

	.video-text {
		padding: 0 20px 30px;
		font-size: 18px;
	}

	.banner-text .benner-bottom-text .btn-primary {
		padding: 12px 15px;
	}
}


@media screen and (max-width: 1199px) {
	html body {
		font-size: 16px;
	}

	h1,
	.h1 {
		font-size: 50px;
	}

	h2 {
		font-size: 40px;
	}

	h3 {
		font-size: 35px;
	}

	h4 {
		font-size: 28px;
	}

	h5 {
		font-size: 24px;
	}

	h6 {
		font-size: 18px;
	}

	.btn {
		font-size: 16px;
		padding: 10px 25px 8px;
		max-width: 250px;
	}

	.badge-img {
		padding: 30px 50px 80px;
	}

	.last-masonrycontent {
		padding: 90px 35px 40px;
		min-height: 480px;
	}

	.item.item5 .mas_img {
		max-height: 480px;
		min-height: 480px;
	}

	section.review {
		padding: 30px 0 100px;
	}

	.logo_slider {
		padding: 0;
	}

	.outlet-container img.outlet-img {
		min-height: 59vh;
		object-fit: cover;
		object-position: left;
	}

	.outlet-content h2 {
		margin-bottom: 10px;
	}

	.masonry {
		margin: 0;
	}

	.blog-left h4 {
		font-size: 22px;
	}

	.blog-left p {
		font-size: 16px;
	}

	body.cms-page-view .page-wrapper {
		padding-top: 0px !important;
	}

	.banner-data .item img {
		height: 100%;
		min-height: 65vh;
		max-height: 65vh;
		object-fit: cover;
	}

	.banner-text .banner-text-top h1 {
		margin-bottom: 5px;
	}
}

@media screen and (max-width: 1024px) {
	.container,
	.b2b-home-cms [data-content-type='row'][data-appearance='contained'] {
		max-width: 95% !important;
	}

	.social-options ul.options {
		padding: 0;
		max-width: 600px;
		margin: 0 auto;
	}

	body.account .block .title {
		display: none;
	}

	body.account .toolbar.bottom .pager {
		flex-wrap: wrap;
		flex-direction: column;
	}

	body.account .toolbar.bottom .pager p.toolbar-amount,
	body.account .toolbar.bottom .pager .pages,
	body.account .toolbar.bottom .pager .limiter {
		text-align: center;
		margin-bottom: 20px;
	}

	body.account .column.main .page-title-wrapper h1.page-title {
		font-size: 24px;
		margin-bottom: 0;
		border-bottom: 0;
	}

	.contact-index-index .page-title-wrapper h1.page-title,
	.customer-account-login .page-title-wrapper h1.page-title,
	.customer-account-forgotpassword .page-title-wrapper h1.page-title,
	.customer-account-create .page-title-wrapper h1.page-title {
		font-size: 35px;
	}

	.video-img video {
		width: 100%;
		margin: 0 auto;
		min-height: 250px;
	}

	.video-img h4 {
		font-size: 24px;
	}
}

@media screen and (max-width: 991px) {
	section#banner .banner-data .topbanner {
		display: none;
	}

	section#banner .banner-data .mobiletopbanner {
		display: block;
	}

	.banner-text .banner-text-top h1 {
		font-size: 36px;
		line-height: 1;
		margin-bottom: 10px;
	}

	.banner-text .banner-text-top h1 span {
		font-size: 30px;
	}

	.banner-text .banner-text-top h3 {
		font-size: 22px;
	}

	.banner-text .benner-bottom-text h2 {
		font-size: 34px;
	}

	.banner-text .benner-bottom-text h4 {
		font-size: 18px;
	}

	.banner-text .benner-bottom-text .btn-primary {
		font-size: 12px;
		padding: 10px 25px;
		margin-top: 1rem;
	}

	.banner-text .banner-text-top {
		margin-bottom: 5rem;
	}


	.container,
	.b2b-home-cms [data-content-type='row'][data-appearance='contained'] {
		max-width: 100% !important;
	}

	ul.social-icons li img {
		max-width: 40px;
	}

	section.services-section {
		padding-bottom: 50px;
	}

	.client-container .services-header {
		padding-top: 20px;
	}

	h1,
	.h1 {
		font-size: 45px;
	}

	h2 {
		font-size: 35px;
	}

	h3 {
		font-size: 30px;
	}

	h4 {
		font-size: 24px;
	}

	h5 {
		font-size: 20px;
	}

	h6 {
		font-size: 18px;
	}

	.last-masonrycontent {
		padding: 50px 20px 20px;
	}

	.services-desc ul {
		flex-wrap: wrap;
		justify-content: center;
	}

	.services-desc ul li {
		max-width: 33.333%;
	}

	.blog-container {
		max-width: 90%;
		padding-top: 100px;
	}

	.last-masonrycontent .shape {
		margin-top: 40px;
	}

	.review-item img {
		max-width: 100px;
		margin-right: 50px;
	}

	.video-text .aligncenter {
		padding-top: 20px;
	}

	.video-text {
		padding: 30px 0;
		text-align: center;
	}

	.video-img {
		text-align: center;
	}

	.progetti-video {
		background-size: 95%;
		background-position-y: 0;
	}

	.progetti-video .video-img h4 {
		font-weight: 400;
		font-size: 20px;
	}

	ul.social-icons li {
		margin: 0 0 0 10px;
	}

	.blog-left {
		word-break: break-all;
	}

	.blog-left p {
		font-size: 14px;
		margin-bottom: 10px;
	}

	.trustpilot,
	.blog-container {
		max-width: 100%;
	}

	.blog-btn .btn.btn-primary {
		padding: 8px 25px 8px;
		font-size: 11px;
	}

	.blog-left .amblog-footer {
		padding: 15px 15px 0;
	}

	.amblog-features .amblog-helpful-wrap {
		padding: 0;
	}

	span.views.amblog-views,
	.amblog-no-comments .amblog-ref,
	.amblog-features .amblog-helpful-wrap .amblog-plus {
		font-size: 12px;
	}

	.amblog-plus .amblog-icon {
		width: 22px;
		background-size: 22px;
		height: 20px;
	}

	.load-more {
		padding: 20px 0;
	}

	.link-plus {
		opacity: 1;
	}

	.review-item h4 {
		font-size: 24px;
	}

	.map-text h4 {
		font-size: 24px;
	}

	.map-text {
		padding-bottom: 30px;
		margin-bottom: 30px;
	}

	body.account .column.main {
		order: 2;
	}

	.cms-page-view h2 {
		font-size: 30px;
	}

	.cms-page-view .service-icon-main>a h4 {
		font-size: 15px;
	}

	.item.item1 .mas_img {
		max-height: 400px;
		min-height: 400px;
	}

	.item.item2 .mas_img {
		max-height: 800px;
		min-height: 800px;
	}

	.item.item3 .mas_img {
		max-height: 600px;
		min-height: 600px;
	}

	.item.item4 .mas_img {
		max-height: 200px;
		min-height: 200px;
	}

	.progetti-video .heading {
		padding-bottom: 25px;
	}

	section.progettazio {
		background-position-x: center;
		background-size: 100%;
		background-position-y: 5%;
	}

	.progetti-video .row {
		flex-direction: column-reverse;
	}
}

@media screen and (max-width: 767px) {

	.services-desc img.sericethird.third_service_img+p br,
	.services-desc img.sericefourth.fourth_service_img+p br {
		display: none;
	}

	.container,
	.b2b-home-cms [data-content-type='row'][data-appearance='contained'] {
		max-width: 100% !important;
	}

	h1,
	.h1 {
		font-size: 35px;
	}

	h2 {
		font-size: 26px;
	}

	h3 {
		font-size: 28px;
	}

	h4 {
		font-size: 20px;
	}

	h5 {
		font-size: 16px;
	}

	h6 {
		font-size: 14px;
	}

	html body {
		font-size: 14px;
	}

	.btn {
		font-size: 14px;
		max-width: 220px;
	}

	ul.social-icons li img {
		max-width: 40px;
	}

	section.services-section {
		padding-bottom: 50px;
	}

	.client-container .services-header {
		padding-top: 20px;
	}

	h6.sub-head {
		margin-bottom: 15px;
		font-size: 14px;
	}

	.badge-img {
		padding: 30px;
	}

	.story-section {
		padding-bottom: 80px;
		padding-top: 40px;
	}

	h2.h1-header {
		font-size: 40px;
	}

	.review-item {
		flex-wrap: wrap;
		justify-content: center;
	}

	.review-item img {
		max-width: 80px;
		margin-right: 0;
		margin-bottom: 0;
	}

	.catalogo-products {
		padding-bottom: 10px;
	}

	.contact-form .form-group label {
		font-size: 12px;
	}

	.contact-form .form-group .form-input {
		padding: 10px 15px;
	}

	.review-item h4 {
		font-size: 17px;
		text-align: center;
		line-height: 1.5;
	}

	section.review {
		padding: 30px 0 40px;
		background: #fff;
		margin: 0;
	}

	.review-item h4 u {
		padding-bottom: 2px;
	}

	.review_slider .owl-dots button.owl-dot {
		width: 15px;
		height: 15px;
	}

	.video-text h4 {
		margin-bottom: 20px;
	}

	.video-text {
		font-size: 14px;
	}

	.video-text p br {
		display: none;
	}

	.video-img {
		padding-bottom: 15px;
		display: flex;
		flex-direction: column;
	}

	.services-header ul li img {
		padding-bottom: 0;
		max-width: 140px;
	}

	.services-header ul li {
		display: block;
	}

	.services-header ul li:last-child {
		font-size: 18px;
		padding: 5px;
		border-left: 0;
		margin-left: 5px;
		border-top: 0;
		margin-top: 0;
		border-left: 2px solid #66605a;
		padding-left: 15px;
		line-height: 1.2;
	}

	.blog-left h4 {
		font-size: 16px;
	}

	ul.category-date {
		margin-bottom: 5px;
	}

	.services-header {
		margin-bottom: 50px;
	}

	.services-desc ul li {
		max-width: 100%;
		margin-bottom: 25px !important;
		padding-bottom: 15px;
		display: flex;
		justify-content: center;
	}

	.services-div {
		padding: 30px 10px 0;
	}

	.outlet-content img {
		max-width: 150px;
		margin-bottom: 30px;
	}

	.outlet-content h2 {
		font-size: 50px;
	}

	.desc-out {
		padding-bottom: 30px;
	}

	section.clients {
		margin: 20px;
		overflow: hidden;
		padding: 0;
	}

	.trustpilot {
		margin-top: 50px;
	}

	.blog-container {
		padding-top: 60px;
	}

	.blog-section h2 {
		font-size: 36px;
		letter-spacing: -2px;
		line-height: 1;
	}

	.client-container {
		padding: 30px 15px;
		background-image: linear-gradient(to right, #f2f2f1, #fff 110%);
	}

	.contact-form .btn.btn-primary {
		font-weight: 600;
		min-width: 180px;
		font-family: 'Avenir Medium';
	}

	.logo-img {
		padding: 2px;
	}

	.client-container .logo_slider {
		width: calc(100% + 70px);
		margin-left: -35px;
	}

	.blog-left {
		padding: 30px 20px;
	}

	.outlet-content .btn.btn-secondary {
		font-family: 'Avenir Medium';
		font-weight: 500;
	}

	.progetti-video a.btn.btn-secondary,
	.btn-primary {
		font-family: 'Avenir Medium';
		font-weight: 500;
	}

	.blog-container .blog-div:nth-child(even) .col-md-6:last-child {
		order: 1;
	}

	.blog-container .blog-div:nth-child(even) .col-md-6:first-child {
		order: 2;
	}

	.services-desc ul li img {
		max-width: 72px;
		margin-bottom: 5px;
		max-height: 80px;
		min-width: 72px;
	}

	.services-section .services-header ul {
		max-width: 300px;
		margin: 0 auto;
		justify-content: space-between;
	}

	.services-header ul li {
		display: block;
		max-width: 40%;
		width: 100%;
		padding: 0;
		text-align: right;
	}

	.services-section .services-header ul li:last-child {
		max-width: 55%;
		text-align: left;
		padding-left: 15px;
	}

	.services-section .services-header ul li img {
		max-width: 80px;
	}

	.services-desc ul {
		max-width: 300px;
		margin: 0 auto;
	}

	.services-desc ul li p {
		max-width: unset !important;
		font-size: 15px;
		line-height: 1.3;
		text-align: left;
		margin: 0 0 0 15px;
		width: 100%;
		font-weight: 500;
	}

	.services-desc ul li a {
		display: flex;
		align-items: center;
		width: 100%;
		justify-content: space-between;
	}

	#services-section .service-image {
		width: 40%;
		float: left;
		text-align: right;
	}

	#services-section .service-desc {
		width: 55%;
	}

	.map-text {
		padding: 0;
		border: 0;
		margin-bottom: 20px;
		text-align: center;
		padding-bottom: 20px;
	}

	.map-frame iframe {
		width: 100%;
		height: 100%;
		min-height: 300px;
	}

	.map-text:after {
		content: "";
		background: #a89e9b;
		height: 1px;
		width: 50%;
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
	}

	section.map {
		padding: 60px 0;
	}

	.map-div .col-md-6:first-child {
		border-right: 0;
	}

	.map-div .row {
		width: 100%;
		display: block;
		padding: 0;
		margin: 0;
	}

	.map-textright {
		text-align: center;
	}

	ul.category-date li {
		font-size: 12px;
	}

	.blog-div {
		box-shadow: 0 0px 17px 5px rgb(0 0 0 / 10%);
	}

	.contact-header {
		max-width: 100%;
		margin-bottom: 30px;
	}

	.contact-form input[type="submit"] {
		margin-top: 10px;
	}

	.cont_us {
		padding: 50px 0;
	}

	.progetti-video .heading {
		padding-bottom: 25px;
	}

	section.progettazio {
		padding: 40px 0;
	}

	.video-img video {
		border: 0;
		order: 1;
	}

	.progetti-video .video-img h4 {
		order: 3;
		margin-bottom: 0;
	}

	ul.social-icons.video-icons {
		order: 2;
		margin-top: 20px;
	}

	.progetti-video {
		padding: 0 15px;
	}

	.block-collapsible-nav {
		left: 0;
		position: relative;
		top: 0;
	}

	body.account .block .title {
		display: block;
	}

	body.account .column.main {
		padding: 20px;
		order: 2;
	}

	.contact-index-index .page-wrapper {
		padding-top: 250px;
	}

	.contact-index-index .page-title-wrapper h1.page-title,
	.customer-account-login .page-title-wrapper h1.page-title,
	.customer-account-forgotpassword .page-title-wrapper h1.page-title,
	.customer-account-create .page-title-wrapper h1.page-title {
		margin: 0 0 25px;
		font-size: 30px;
	}

	body.account .page-wrapper .page-main,
	.contact-index-index main#maincontent,
	.customer-account-create main#maincontent,
	.customer-account-login main#maincontent,
	.customer-account-forgotpassword main#maincontent {
		max-width: 100%;
	}

	.posizione {
		margin-right: 15px;
		width: 18% !important;
	}

	.cms-page-view .total-block-page p,
	.cms-page-view .total-block-page>div,
	.central-block p,
	.lateral-block .box-text {
		font-size: 16px;
	}

	section.quotation .page-title-wrapper {
		margin-bottom: 0;
	}

	.login-container .amsl-social-wrapper .amsl-social-login ul.amsl-social-buttons li.amsl-socialbtn-li a,
	.amsl-registration-page .amsl-social-wrapper .amsl-social-login ul.amsl-social-buttons li.amsl-socialbtn-li a {
		width: 40px;
		height: 40px;
	}

	.login-container .amsl-social-wrapper .amsl-social-login ul.amsl-social-buttons li.amsl-socialbtn-li a span,
	.amsl-registration-page .amsl-social-wrapper .amsl-social-login ul.amsl-social-buttons li.amsl-socialbtn-li a span {
		background-size: 20px;
	}

	.login-container .amsl-social-wrapper .amsl-social-login ul.amsl-social-buttons li.amsl-socialbtn-li a.amsl-button.-facebook span,
	.amsl-registration-page .amsl-social-wrapper .amsl-social-login ul.amsl-social-buttons li.amsl-socialbtn-li a.amsl-button.-facebook span {
		background-size: 12px;
	}

	.services-header ul {
		display: flex;
		text-align: center;
		justify-content: center;
		align-items: center;
	}

	.services-header ul li img {
		padding-bottom: 0;
		max-width: 90px;
	}

	.map-frame a.map-mobile-img {
		display: block;
	}

	.map-frame a.map-desktop-img {
		display: none;
	}

	.item.item1 .mas_img,
	.item.item2 .mas_img,
	.item.item3 .mas_img,
	.item.item4 .mas_img,
	.item.item5 .mas_img {
		max-height: 100%;
		min-height: 100%;
	}

	.home-marquee {
		padding: 10px 0 5px;
	}

	.home-marquee.other-store .container {
		width: 100% !important;
		padding: 0;
		max-width: 100% !important;
	}

	.home-text-wrapper {
		border: 0;
		text-align: center;
		border-bottom: 12px solid #fff;
		padding-bottom: 10px;
	}

	.home-text-wrapper span.bold-marquee {
		display: block;
	}

	.home-marquee .payment_logo {
		max-width: 90%;
		margin: 0 auto;
	}

	.catalogo-products .masonry {
		display: flex;
		flex-wrap: wrap;
		flex-direction: row;
	}

	.catalogo-products .masonry .item {
		width: 33.33%;
		padding: 0 3px;
		margin: 12px 0;
		max-height: initial;
		left: 0 !important;
		top: 0 !important;
	}

	.catalogo-products .item .link-plus {
		display: block;
	}

	.mas_img {
		width: 100%;
	}

	.catalogo-products .item img.mas_img {
		max-height: 300px;
		min-height: 300px;
		width: 100%;
		object-fit: cover;
	}

	.catalogo-products .masonry-content {
		background: #90c9bb;
		color: #fff;
		padding: 8px 8px;
		text-align: center;
	}

	.catalogo-products .masonry-content h4 {
		margin: 0;
		line-height: 1.2;
		font-size: 12px;
		font-family: 'Avenir Medium';
		text-align: center;
	}

	.catalogo-products .masonry-content h4>strong {
		margin-top: 5px;
	}

	.catalogo-products .last-masonrycontent {
		min-height: inherit;
		display: flex;
		flex-wrap: wrap;
		height: 100%;
		background: #aca3a0;
		color: #fff;
		padding: 10px;
	}

	.last-masonrycontent .shape {
		display: block;
		text-align: center;
		width: 100%;
	}

	.catalogo-products .masonry .grid-sizer,
	.catalogo-products .masonry .gutter-sizer,
	.catalogo-products .masonry-product .link-plus {
		display: none;
	}

	.catalogo-products .item img.mas_img {
		min-height: 150px;
		max-height: 150px;
	}

	.catalogo-products .last-masonrycontent h4 {
		font-size: 13px;
	}

	.last-masonrycontent .shape {
		margin-top: 10px;
	}

	.last-masonrycontent .shape img {
		max-width: 30px;
	}

	.backgroung-catalog {
		display: flex;
		flex-direction: column-reverse;
		background-position: left bottom;
		background-image: url(../../frontend/Netsteps/default/it_IT/images/cate_shape.png);
	}

	.catalog-section {
		padding-top: 60px;
		padding-bottom: 20px;
	}

	.cms-page-view section.services-section {
		padding: 60px 0;
	}
}

@media screen and (max-width: 575px) {
	h3 {
		font-size: 22px;
	}

	.social-options ul.options {
		padding: 0 15px;
		justify-content: center;
	}

	.social-options ul.options li {
		padding: 11px 10px;
		font-size: 11px;
	}

	.services-desc ul li {
		max-width: 100%;
		display: flex;
		justify-content: center;
	}
}.menu-shape .dropdown.switcher-dropdown li.switcher-option.arredostore {
    display: none;
}

body.arredostore .menu-shape .dropdown.switcher-dropdown li.switcher-option.casastores {
    display: none;
}

body.arredostore .menu-shape .dropdown.switcher-dropdown li.switcher-option.arredostore {
    display: block;
}

/* --------------------------- modal css start here ------------------------------- */
.preferense_modal:before {
    content: "";
    min-width: 100vw;
    min-height: 100vh;
    background: #000;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.33;
    z-index: 0;
}

.preferense_modal {
    position: fixed;
    z-index: 9999999;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    width: 100%;
}

.preferense_modal .preferense_sub {
    background: #fff;
    width: 100%;
    max-width: 800px;
    padding: 30px;
    margin: 0 auto;
    position: relative;
}

.preferense_modal .heading {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-bottom: 10px;
}

.preferense_modal .heading h3 {
    letter-spacing: 3.5px;
    text-transform: uppercase;
    font-size: 28px;
    font-family: 'Avenir Medium';
    font-weight: 500;
    color: #e6b32b;
}

.preferense_modal .heading .close-modal {
    position: relative;
    font-size: 0;
}

.preferense_modal .heading .close-modal::before {
    content: "";
    background-image: url(../../frontend/Netsteps/default/it_IT/images/header/close-popup.png);
    background-repeat: no-repeat;
    width: 37px;
    height: 37px;
    position: relative;
    display: inline-block;
    background-size: contain;
}

.preferense_form {
    padding: 0 45px 20px;
}

.preferense_form .form-row {
    justify-content: center;
    align-items: center;
    margin-top: 55px;
}

.preferense_form .form-row label.label {
    font-size: 22px;
    width: 50%;
    padding: 0 5px;
    color: #423f3b;
    font-family: 'Avenir Medium';
    text-align: right;
    padding-right: 40px;
}

.preferense_form .form-row .country-select,
.preferense_form .form-row .form-select {
    width: 50%;
    padding: 0 5px;
}

.preferense_form .form-row select {
    font-size: 20px;
    line-height: 1.2;
    padding: 12px 15px;
    height: auto;
    border: 1px solid #423f3b;
    box-shadow: none;
}

.preferense_form .btn.btn-submit {
    font-family: 'Avenir Medium';
    color: #e6b32b !important;
    border: 2px solid #e6b32b;
    background: transparent;
    font-size: 20px;
    padding: 13px 20px;
    width: auto;
    min-width: 200px;
    line-height: 1;
    text-transform: none;
    font-weight: 500;
}

.preferense_form .btn.btn-submit:hover {
    background: #e6b32b;
    color: #fff !important;
}

.radiocheck {
    display: inline-block;
    position: relative;
    padding-left: 0;
    cursor: pointer;
    font-size: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-right: 10px;
}

.radiocheck:last-child {
    margin: 0;
}

.radiocheck input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.radiocheck img {
    width: 50px;
    height: 50px;
    opacity: 0.25;
    object-fit: cover;
    border-radius: 100%;
}

.radiocheck input:checked~img {
    opacity: 1;
}

.radiocheck .checkmark {
    display: none;
}

.country-select {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media screen and (max-width: 991px) {
    .preferense_modal {
        max-width: 95%;
    }

    .preferense_modal .heading h3 {
        font-size: 24px;
        letter-spacing: 2.5px;
    }

    .preferense_modal .heading .close-modal::before {
        width: 30px;
        height: 30px;
    }

    .preferense_form {
        padding: 0 25px 20px;
    }

    .preferense_form .form-row label.label {
        font-size: 16px;
    }

    .radiocheck img {
        width: 40px;
        height: 40px;
    }

    .preferense_form .form-row:not(:last-child) {
        margin-bottom: 35px;
    }

    .preferense_modal .heading {
        margin-bottom: 40px;
    }

    .preferense_form .btn.btn-submit {
        font-size: 16px;
    }

    .preferense_form .form-row select {
        font-size: 16px;
    }
}

@media screen and (max-width: 767px) {
    .menu-shape .dropdown.switcher-dropdown li.switcher-option.arredostore {
        display: none !important;
    }

    body.arredostore .menu-shape .dropdown.switcher-dropdown li.switcher-option.casastores {
        display: none !important;
    }

    body.arredostore .menu-shape .dropdown.switcher-dropdown li.switcher-option.arredostore {
        display: inline-block !important;
    }

    .preferense_form {
        padding: 0 0px 20px;
    }

    .preferense_form .form-row label.label {
        font-size: 14px;
        padding: 0 5px;
        width: 100%;
        text-align: left;
    }

    .preferense_form .form-row .country-select,
    .preferense_form .form-row .form-select {
        width: 100%;
    }

    .preferense_form .form-row:not(:last-child) {
        margin-bottom: 25px;
    }

    .preferense_form .form-row select {
        font-size: 14px;
    }

    .radiocheck img {
        width: 35px;
        height: 35px;
    }
}

/* --------------------------- modal css end here ------------------------------- */


/* ------------------------------ new headeer css start here ------------------------------------- */
.page-wrapper header.page-header {
    background-color: #fff;
    box-shadow: 0 29px 26px 0px rgb(0 0 0 / 2%);
    position: relative;
    z-index: 89899;
    margin: 0;
}

.page-wrapper .page-header .panel.wrapper {
    background: transparent;
    border: 0;
}

.top-header-links ul.top-menu {
    display: inline-block;
}

.top-header-links ul.top-menu li {
    display: inline-block;
    margin: 0;
    font-size: 15px;
    text-transform: uppercase;
    position: relative;
    padding: 2px 30px 2px 25px;
    border-right: 2px solid rgb(174 165 162 / 30%);
}

.top-header-links ul.top-menu li.header_account_link_list.login {
    display: none;
}

.top-header-links ul.top-menu li a {
    color: #aea5a2;
    position: relative;
    display: flex;
    align-items: center;
    line-height: 0;
}

.top-header-links ul.top-menu li a::before {
    content: "";
    background-image: url(../../frontend/Netsteps/default/it_IT/images/header/siamo.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 25px;
    height: 25px;
    position: relative;
    display: inline-block;
    margin-right: 12px;
}

.top-header-links ul.top-menu li.b2b a,
.top-header-links ul.top-menu li:nth-child(2) a {
    font-size: 0;
}

.top-header-links ul.top-menu li.b2b a::before,
.top-header-links ul.top-menu li:nth-child(2) a::before {
    background-image: url(../../frontend/Netsteps/default/it_IT/images/header/b2b.svg);
    margin-right: 5px;
}

header.page-header .header.panel .header.links {
    float: none;
    font-size: 15px;
    text-transform: uppercase;
    color: #aea5a2;
    margin: 0;
    padding: 2px 30px;
    position: relative;
    border-right: 2px solid rgb(174 165 162 / 30%);
    display: flex;
    align-items: center;
}

.page-header .header.panel {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    max-width: 100% !important;
    width: 100% !important;
    padding-bottom: 0;
    padding-top: 15px;
}

.authendication_pannel {
    width: 100%;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: center;
}

header.page-header .header.panel .header.links li {
    margin: 0;
    padding: 0;
}

header.page-header .header.panel .header.links li.greet.welcome {
    display: none;
}

header.page-header .header.panel > .header.links {
    display: none;
}



header.page-header .header.panel .header.links a {
    color: #aea5a2;
    font-size: 15px;
}

header.page-header .header.panel .header.links li.login-register {
    line-height: 0;
}

header.page-header .header.panel .header.links li.login-register a {
    font-size: 0;
    line-height: 0;
}

.header.links li.login-register a::before {
    content: "";
    background-image: url(../../frontend/Netsteps/default/it_IT/images/header/user.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 23px;
    height: 23px;
    position: relative;
    display: inline-block;
}

.wishlist-li {
    line-height: 1;
}

.authendication_pannel .minicart-wrapper {
    float: none;
    margin: 0;
    padding: 2px 30px 3px;
    border-right: 2px solid rgb(174 165 162 / 30%);
}

.wishlist-li .amquote-cart-wrapper.minicart-wrapper {
    border: 0;
}

.minicart-subtotal .cartitem,
.minicart-wrapper .minicart-subtotal span.price {
    font-size: 15px;
    text-transform: uppercase;
    color: #aea5a2;
    margin-left: 6px;
    padding: 0;
    background: transparent;
}

.minicart-wrapper .action.showcart,
.minicart-wrapper .action.showcart.active {
    display: flex;
    align-items: center;
    line-height: 1;
}

.minicart-wrapper .action.showcart:before {
    display: none !important;
}

.authendication_pannel .minicart-wrapper a.amquote-showcart {
    white-space: normal;
    display: flex;
    align-items: center;
}

.amquote-cart-wrapper.minicart-wrapper .amquote-showcart.action:before {
    display: none;
}

.authendication_pannel .minicart-wrapper a.amquote-showcart::after {
    content: "";
    background-image: url(../../frontend/Netsteps/default/it_IT/images/header/preventivo.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 25px;
    height: 25px;
    position: relative;
    display: inline-block;
    margin-left: 10px;
}

.authendication_pannel .minicart-wrapper a.amquote-showcart span.text {
    position: relative;
    width: auto;
    height: auto;
    clip: inherit;
    font-size: 15px;
    text-transform: uppercase;
    color: #90c9bb;
}

.authendication_pannel .minicart-wrapper a.amquote-showcart span.counter.qty {
    border: 0;
    border-radius: 0;
    height: auto;
    width: auto;
    font-size: 15px;
    text-transform: uppercase;
    color: #90c9bb;
    padding: 0 0 0 4px;
    background: transparent;
    margin: 0;
}

.authendication_pannel .minicart-wrapper a.amquote-showcart span {
    text-shadow: none !important;
}

.block-minicart .subtitle.empty {
    color: #000;
    font-family: 'Avenir Book';
}

.amquote-cart-wrapper.minicart-wrapper .block-quotecart .cart-item-qty {
    margin-right: 0;
}

.top_pannel_right {
    gap: 30px;
    min-width: 28%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.page-header .panel.wrapper .switcher strong {
    font-family: 'Avenir Book';
    line-height: 15px;
}

.top_pannel_right .backButton {
    display: none;
}

.top_pannel_right .switcher-website {
    float: none !important;
    margin: 0 !important;
}

.page-header .panel.wrapper .switcher .options .action.toggle:after,
.page-header .panel.wrapper .switcher .options .action.toggle.active:after {
    content: "";
    background-image: url(../../frontend/Netsteps/default/it_IT/images/header/arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 15px;
    min-width: 15px;
    height: 17px;
    position: relative;
    display: inline-block;
    margin-left: 8px;
    top: 0;
    background-position: center;
}

.top_pannel_right .switcher-website .switcher-options,
.top_pannel_right {
    line-height: 1;
}

.top_pannel_right .switcher-website .switcher-trigger {
    line-height: 0;
}

.top_pannel_right .switcher-website .switcher-trigger::after {
    display: none !important;
}

.top_pannel_right .switcher-website .switcher-trigger img {
    width: 24px;
    height: 24px;
}

div#switcher-website {
    position: relative;
    top: 2px;
}

.top_pannel_right .switcher-website .switcher-trigger span {
    display: flex;
    align-items: center;
}

.top_pannel_right .switcher-website .switcher-trigger span:after {
    content: "";
    background-image: url(../../frontend/Netsteps/default/it_IT/images/header/arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 15px;
    min-width: 15px;
    height: 17px;
    position: relative;
    display: inline-block;
    margin-left: 8px;
    top: 2px;
    background-position: center;
}

.top_pannel_right div#switcher-currency {
    margin: 0;
}

.top_pannel_right div#switcher-country {
    margin: 0;
    line-height: 0;
}

.top_pannel_right div#switcher-country .switcher-trigger {
    align-items: center;
    font-size: 15px;
    display: flex;
    text-transform: uppercase;
    color: #aea5a2;
}

.top_pannel_right div#switcher-country .switcher-trigger:after {
    top: 0px;
}

.top_pannel_right div#switcher-country .switcher-trigger:before {
    content: "";
    background: url(../../frontend/Netsteps/default/it_IT/images/country-icon.svg) no-repeat;
    width: 38px;
    height: 22px;
    background-size: contain;
    margin-right: 12px;
    opacity: 0.6;
}

.top_pannel_right div#switcher-country ul.switcher-dropdown,
.top_pannel_right div#switcher-currency .switcher-dropdown {
    padding: 10px 20px;
    margin-top: 10px;
    min-width: 95px;
}

.top_pannel_right div#switcher-country ul.switcher-dropdown li,
.top_pannel_right div#switcher-currency .switcher-dropdown li {
    background: transparent;
}

.top_pannel_right div#switcher-country ul.switcher-dropdown li.switcher-input {
    margin-bottom: 10px;
    display: none;
}

.top_pannel_right div#switcher-country ul.switcher-dropdown li.switcher-option a {
    text-align: right;
    color: #423f3b;
    font-size: 13px;
    padding: 5px 0 !important;
    background: transparent;
}

.top_pannel_right div#switcher-currency .switcher-dropdown li a {
    padding: 14px 0px;
    text-align: right;
}

.top_pannel_right div#switcher-currency .switcher-dropdown li:first-child a {
    padding-top: 8px;
}

.top_pannel_right div#switcher-currency .switcher-dropdown li img {
    max-width: 53px;
}

.top_pannel_right div#switcher-currency .switcher-trigger {
    display: flex;
    align-items: center;
}

.top_pannel_right div#switcher-currency .switcher-trigger img {
    min-width: 60px;
}

.page-header .panel.wrapper .switcher .options .action.toggle span.mobile-label {
    display: none;
}

.top_pannel_right div#switcher-currency .switcher-trigger span {
    line-height: 0;
}

.top_pannel_right div#switcher-currency .switcher-trigger strong {
    line-height: 0;
}

.menu-shape .switcher-dropdown li img {
    width: 27px;
    height: 27px;
}

.menu-shape .switcher-dropdown li a {
    padding: 6px 0px !important;
    text-align: center;
}

.page-header .panel.wrapper .switcher .options ul.dropdown {
    max-height: 200px;
    overflow-y: auto;
    min-width: 70px;
    border: 0;
    background-color: #f1f1f1;
}

.page-header .panel.wrapper .switcher .options ul.dropdown li {
    background-color: transparent;
}

.page-header .panel.wrapper .switcher .options ul.dropdown a {
    text-align: center;
    color: #aea5a2;
    font-size: 13px;
    line-height: 1.3;
    background-color: transparent;
}

.page-header .panel.wrapper .switcher .options ul.dropdown::-webkit-scrollbar {
    width: 6px;
}

.page-header .panel.wrapper .switcher .options ul.dropdown::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgb(156 150 148 / 25%);
}

.page-header .panel.wrapper .switcher .options ul.dropdown::-webkit-scrollbar-thumb {
    background: #9c9694;
    border-radius: 10px;
}

.header.content {
    padding: 0 20px;
}

.left_header .logo {
    margin: 0;
    padding: 0;
    float: none;
    min-height: 48px;
}

.left_header .logo img {
    max-width: 150px;
}

header.page-header .header.content {
    max-width: 92%;
    padding: 0px 20px 38px;
    position: static;
}

.left_header {
    display: flex;
    align-items: flex-end;
    width: 100%;
}

.left_header .social-options {
    min-width: 40%;
    text-align: right;
}

.left_header .social-options ul.options {
    display: block;
}

.left_header .social-options ul.options li {
    display: inline-block;
    margin: 0;
    position: relative;
    border-right: 2px solid rgb(174 165 162 / 30%);
    padding: 5px 35px 5px 10px;
    border-bottom: 2px solid rgb(174 165 162 / 30%);
    margin-right: 30px;
}

.left_header .social-options ul.options li:last-child {
    margin-right: 0 !important;
}

.left_header .social-options ul.options li a {
    color: #9c9694;
    font-size: 18px;
    text-transform: none;
    letter-spacing: -0.5px;
    position: relative;
    display: flex;
    align-items: flex-end;
}

.left_header .social-options ul.options li a::before {
    content: "";
    background-image: url(../../frontend/Netsteps/default/it_IT/images/header/email.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 40px;
    height: 30px;
    position: relative;
    display: inline-block;
    margin-right: 15px;
    vertical-align: middle;
    background-position: center;
}

.left_header .social-options ul.options li.whatsapp a::before {
    background-image: url(../../frontend/Netsteps/default/it_IT/images/header/whatsapp.svg);
    width: 30px;
}

.left_header .social-options ul.options li.mobile_number a::before {
    background-image: url(../../frontend/Netsteps/default/it_IT/images/header/call.svg);
    width: 30px;
}

.customer-logged-in header.page-header .header.panel .header.links li {
    display: inline-block;
}

.customer-logged-in header.page-header .header.panel .header.links li.customer-welcome {
    display: none;
}

.customer-logged-in header.page-header .header.panel .header.links li.my-account-link {
    line-height: 0;
    margin-left: 25px;
    border-left: 2px solid rgb(174 165 162 / 30%);
    padding-left: 25px;
}

.customer-logged-in header.page-header .header.panel .header.links li.my-account-link a {
    font-size: 0;
    line-height: 0;
}

.customer-logged-in header.page-header .header.panel .header.links li a:before {
    background-image: url(../../frontend/Netsteps/default/it_IT/images/header/logout.png);
}

.customer-logged-in header.page-header .header.panel .header.links li.my-account-link a::after {
    content: "";
    background-image: url(../../frontend/Netsteps/default/it_IT/images/header/user.svg);
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    position: relative;
    display: inline-block;
    background-size: contain;
}

.cms-home .page-main {
    margin-top: -35px;
}

.page-wrapper .header-menu {
    position: absolute;
    margin-top: 45px;
    z-index: 9;
    width: 100%;
    transform: translateX(-50%);
    left: 50%;
    padding: 0 40px;
    max-width: 90%;
}

.page-wrapper .header-menu nav.navbar {
    padding: 0;
}

.page-wrapper .header-menu ul.navbar-nav {
    display: flex;
    width: 100%;
    margin-left: -4px;
    margin-right: -4px;
    justify-content: center;
}

body.menu-overlay .header-menu:before {
    content: "";
    background: #000;
    min-width: 100vw;
    min-height: 200vh;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.4;
    height: 100%;
}

.page-wrapper .header-menu ul.navbar-nav li.nav-item {
    margin: 0 4px;
    background: #fff;
    position: static;
    display: inline-block;
    min-width: fit-content;
}

.page-wrapper .header-menu ul.navbar-nav>li.nav-item {
    width: 10.8%;
    text-align: center;
}

.page-wrapper .header-menu ul.navbar-nav li.nav-item a {
    font-size: 18px;
    color: #78a59a;
    font-family: 'Avenir Medium';
    padding: 9px 20px;
    width: 100%;
}

.page-wrapper .header-menu ul.navbar-nav li.nav-item a::after {
    display: none;
}

.header-menu ul.navbar-nav>li.nav-item:hover>.dropdown-menu {
    display: block;
    margin: 0;
}

.header-menu ul.navbar-nav>li.nav-item:hover>a,
.header-menu ul.navbar-nav>li.nav-item.active>a {
    background: #90c9bb;
    color: #fff;
}

.page-wrapper .header-menu ul.navbar-nav li.nav-item ul.sub-menu ul.sub-child li {
    margin: 0;
}

.page-wrapper .header-menu ul.navbar-nav li.nav-item ul.sub-menu ul.sub-child li a,
.page-wrapper .header-menu ul.navbar-nav li.nav-item ul.sub-menu ul.sub-child li a strong {
    color: #3a3734 !important;
    font-family: 'Avenir Book';
    font-size: 16px;
}

.page-wrapper .header-menu ul.navbar-nav li.nav-item .dropdown-menu {
    width: calc(100% - 8px);
    border: 0;
    background: #fff;
    border-radius: 0;
    padding: 15px 0 0;
}

.page-wrapper .header-menu ul.navbar-nav li.nav-item .dropdown-menu ul.sub-menu {
    display: flex;
    /* flex-wrap: wrap; */
    position: relative;
    z-index: 1;
    padding-left: 10px;
    width: 100%;
    padding-right: 10px;
}

.page-wrapper .header-menu ul.navbar-nav li.nav-item .dropdown-menu ul.sub-menu li a {
    padding: 5px 10px;
    font-size: 18px;
    font-family: 'Avenir Medium';
    color: #5ca692;
}

.page-wrapper .header-menu ul.navbar-nav:hover li.nav-item>a {
    opacity: 0.45;
}

.page-wrapper .header-menu ul.navbar-nav li.nav-item:hover>a {
    opacity: 1;
}

.page-wrapper .header-menu ul.navbar-nav li.nav-item .dropdown-menu ul.sub-menu li.has-subchild>a {
    text-transform: uppercase;
    min-height: 35px;
}

.page-wrapper .header-menu ul.navbar-nav li.nav-item .dropdown-menu ul.sub-menu li.has-subchild {
    min-width: 12.5%;
    max-width: 12.5%;
    display: table;
}

.page-wrapper .header-menu ul.navbar-nav li.nav-item .dropdown-menu ul.sub-menu li.has-subchild.two-column {
    min-width: 25%;
    max-width: 25%;
}

.page-wrapper .header-menu ul.navbar-nav li.nav-item .dropdown-menu ul.sub-menu li.has-subchild li.has-subchild {
    min-width: 25%;
    max-width: 25%;
}

.page-wrapper .header-menu ul.navbar-nav li.nav-item .dropdown-menu ul.sub-menu li.has-subchild.two-column li.has-subchild {
    min-width: 50%;
    max-width: 50%;
}

ul.parent-submenu {
    display: flex;
}

.page-wrapper .header-menu ul.navbar-nav li.nav-item .dropdown-menu>div {
    max-width: 100%;
}

.cms-home .sections.nav-sections {
    display: none;
}

.header-top-mobile,
.header_mobile_megamenu,
.after_mobile_logo,
.header-hamburge-mobile {
    display: none;
}

.main-wrapper {
    padding-top: 35px;
}

.head_afterslider {
    padding: 15px 20px 0;
}

.head_afterslider li img {
    width: 100%;
}

.mobile-nav-toggle .options .menu {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #B4ADAA;
    font-family: 'Avenir Medium';
    font-size: 10px;
    top: 3px;
    text-transform: uppercase;
    font-weight: 500;
}

section.amsearch-overlay-block {
    display: none !important;
}

section.amsearch-products-section ul.amsearch-product-list li.amsearch-item .amsearch-item-inner .amlabel-position-wrapper {
    display: none !important;
}

@media screen and (min-width: 992px) {
    .-amsearch-overlay-opened:before {
        content: "";
        background: rgba(0, 0, 0, 0.19);
        bottom: 0;
        height: 100%;
        left: 0;
        position: fixed;
        right: 0;
        top: 0;
        width: 100%;
        z-index: 11;
    }

    /* sticky header */
    .page-wrapper header.page-header.sticky .header.content {
        position: fixed;
        top: 0;
        width: 100%;
        background: #fff;
        left: 0;
        max-width: 100%;
        padding: 10px 20px;
        box-shadow: 0 7px 30px rgb(156 150 148 / 30%);
        animation: stickySlideDown 0.5s ease-in-out;
    }

    @keyframes stickySlideDown {
        0% {
            opacity: 1;
            -webkit-transform: translateY(-100%);
            -ms-transform: translateY(-100%);
            -o-transform: translateY(-100%);
            -moz-transform: translateY(-100%);
            transform: translateY(-100%);
        }

        100% {
            opacity: 1;
            -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
            -o-transform: translateY(0);
            -moz-transform: translateY(0);
            transform: translateY(0);
        }
    }

    .page-wrapper header.page-header.sticky .header.content .header-menu {
        display: none;
    }

    .page-wrapper header.page-header.sticky .header.content .logo img {
        height: 36px;
        width: 150px;
        object-fit: cover;
        object-position: top;
        max-width: 150px;
    }

    .page-wrapper header.page-header.sticky .header.content .left_header {
        align-items: center;
    }
}

@media screen and (max-width: 1799px) {
    .left_header .social-options {
        min-width: 45%;
    }

    header.page-header .header.content {
        max-width: 95%;
    }

    .left_header .social-options ul.options li {
        padding: 5px 30px 5px 5px;
        margin-right: 20px;
    }
}

@media screen and (max-width: 1499px) {
    .left_header .logo img {
        max-width: 130px;
    }

    .top_pannel_right {
        min-width: 35%;
    }

    .left_header .social-options ul.options li {
        padding: 5px 25px 5px 0;
        margin-bottom: 5px;
        margin-right: 25px;
    }

    .left_header .social-options ul.options li a::before {
        margin-right: 10px;
        width: 33px;
        height: 25px;
        margin-bottom: 0px;
    }

    .left_header .social-options ul.options li a {
        font-size: 16px;
    }

    .page-wrapper .header-menu ul.navbar-nav li.nav-item a {
        font-size: 15px;
    }

    .page-wrapper .header-menu ul.navbar-nav li.nav-item .dropdown-menu ul.sub-menu li a {
        font-size: 14px;
        padding: 4px 8px;
    }

    .page-wrapper .header-menu ul.navbar-nav li.nav-item ul.sub-menu ul.sub-child li a,
    .page-wrapper .header-menu ul.navbar-nav li.nav-item ul.sub-menu ul.sub-child li a strong {
        font-size: 14px;
    }

    .page-wrapper .header-menu {
        max-width: 97%;
    }
}

@media screen and (max-width: 1299px) {
    .authendication_pannel {
        width: auto;
    }

    .top_pannel_right {
        min-width: auto;
    }

    header.page-header .header.content {
        max-width: 100%;
    }

    .page-wrapper .header-menu ul.navbar-nav li.nav-item a {
        font-size: 13px;
    }

    .page-wrapper .header-menu {
        max-width: 100%;
        padding: 0 30px;
    }
}

@media screen and (max-width: 1200px){
    .left_header .social-options {
        min-width: 500px;
    }
    body .page-wrapper .page-header .amsearch-wrapper-block {
        padding-left: 30px;
        padding-right: 20px;
    }
    .page-wrapper .page-header .amsearch-button.-loupe {
        width: 24px;
        height: 24px;
        right: 15px !important;
    }
}

@media screen and (max-width: 1023px) {
    header.page-header .header.panel .header.links {
        order: 1;
        width: 30%;
    }

    /* body:before {
        background: url(../../frontend/Netsteps/default/it_IT/images/newloader.gif) no-repeat center !important;
        width: 104px !important;
        height: 104px !important;
    } */

    .authendication_pannel .wishlist-li {
        order: 2;
        width: 40%;
    }

    .authendication_pannel .minicart-wrapper {
        order: 3;
        width: 30%;
    }

    .wishlist-li .amquote-cart-wrapper.minicart-wrapper {
        width: 100%;
    }

    .authendication_pannel {
        position: fixed;
        bottom: 0;
        left: 0;
        background: #fff;
        width: 100%;
        min-width: 100%;
        padding: 10px 15px;
        justify-content: space-between;
        box-shadow: 0 0 23px rgb(0 0 0 / 10%);
        z-index: 9988;
        align-items: center;
    }

    .authendication_pannel .mobile-nav-toggle {
        display: none;
    }

    .customer-logged-in header.page-header .header.panel .header.links li.my-account-link a::after,
    .header.links li.login-register a::before {
        width: 21px;
        height: 21px;
        margin: 0 0 2px 0px;
    }

    .minicart-wrapper .action.showcart img {
        width: 20px;
        margin-bottom: 5px;
    }

    .authendication_pannel .minicart-wrapper a.amquote-showcart {
        align-items: center;
        flex-wrap: wrap;
        justify-content: center;
    }

    .authendication_pannel .minicart-wrapper a.amquote-showcart::after {
        display: none;
    }

    .amquote-cart-wrapper.minicart-wrapper .amquote-showcart.action:before {
        display: block !important;
        width: 100%;
        text-align: center;
        background-position: center;
        content: "";
        height: 18px;
        margin-bottom: 6px;
        background-image: url(../../frontend/Netsteps/default/it_IT/images/header/preventivo.svg);
    }

    .authendication_pannel .minicart-wrapper,
    header.page-header .header.panel .header.links {
        padding: 2px 10px;
        border: 0;
    }

    .minicart-wrapper .action.showcart,
    .minicart-wrapper .action.showcart.active {
        flex-direction: column;
        width: max-content;
        margin-left: auto;
    }

    .customer-logged-in header.page-header .header.panel .header.links li.my-account-link {
        margin-left: 15px;
        padding-left: 15px;
    }

    header.page-header .header.panel .header.links,
    .minicart-subtotal .cartitem,
    .minicart-wrapper .minicart-subtotal span.price,
    .authendication_pannel .minicart-wrapper a.amquote-showcart span.text,
    .authendication_pannel .minicart-wrapper a.amquote-showcart span.counter.qty {
        font-size: 13px;
        line-height: 1;
    }

    .page-wrapper header.page-header {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
    }

    .header-top-mobile {
        order: 1;
    }

    .header.content {
        order: 2;
    }

    .panel.wrapper {
        order: 3;
    }

    .header_mobile_megamenu {
        order: 4;
    }

    .page-wrapper .header-menu ul.navbar-nav>li.nav-item {
        width: auto;
    }

    .page-wrapper .header-menu ul.navbar-nav li.nav-item a {
        font-size: 13px;
        padding: 10px 20px;
        line-height: 1;
        vertical-align: middle;
    }

    .left_header .nav-toggle {
        display: none;
    }

    header.page-header .header.content {
        max-width: 100%;
        padding: 10px 15px;
    }

    .left_header {
        flex-wrap: wrap;
    }

    .cms-index-index .page-wrapper {
        padding-top: 0 !important;
    }

    .left_header .logo img {
        margin: 0 auto;
        max-width: 100px;
    }

    .left_header .social-options {
        display: none;
    }

    .left_header .logo {
        width: 100%;
        text-align: center;
        left: 50%;
        transform: translateX(-50%);
    }

    .page-wrapper .header-menu {
        margin-top: 0;
        padding: 0;
        z-index: 1;
    }

    .page-wrapper .header-menu nav.navbar .navbar-collapse {
        display: block;
        overflow-x: auto;
        padding: 10px 0;
    }

    .page-wrapper .header-menu ul.navbar-nav {
        flex-wrap: nowrap;
        -ms-flex-direction: row;
        flex-direction: row;
        min-width: 100%;
        justify-content: flex-start;
    }

    header.page-header .header.content .header-menu {
        display: none;
    }

    .header_mobile_megamenu .header-menu button.navbar-toggler {
        display: none;
    }

    .header_mobile_megamenu,
    .after_mobile_logo {
        display: block;
    }

    .header-top-mobile.toggle-open {
        display: block;
        background: #fff;
        position: absolute;
        width: 100%;
        height: auto;
        z-index: 9;
    }

    header.page-header.open-mobile:after {
        content: "";
        background: #000;
        height: 100vh;
        width: 100%;
        position: fixed;
        opacity: 0.4;
        top: 0;
        left: 0;
    }

    .page-header .header.panel {
        padding-top: 0;
    }

    .after_mobile_logo {
        position: absolute;
        right: 20px;
        top: 15px;
    }

    .after_mobile_logo .mobile-contact ul li a {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        color: #e3b73f;
        font-family: 'Avenir Medium';
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 500;
    }

    .after_mobile_logo .mobile-contact ul li a::before {
        content: "";
        background-image: url(../../frontend/Netsteps/default/it_IT/images/header/mobile-call.svg);
        background-repeat: no-repeat;
        width: 25px;
        height: 25px;
        position: relative;
        display: inline-block;
        background-size: contain;
    }

    .minicart-wrapper .ui-dialog.mage-dropdown-dialog {
        display: none !important;
    }

    .header-hamburge-mobile {
        position: absolute;
        left: 15px;
        top: 15px;
        z-index: 5;
        display: block;
    }

    .header-hamburge-mobile img {
        max-width: 40px;
        width: 100%;
        margin-left: 5px;
    }

    .hamburgerheader-menu {
        padding: 15px 10px 5px;
    }

    .hem-menu-heading {
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-bottom: 1px solid #9c9694;
        padding: 0 4px 10px 15px;
    }

    .hem-menu-heading .close img {
        width: 100%;
        max-width: 25px;
    }

    .authendicationButton {
        color: #9c9694;
        font-size: 20px;
        font-family: 'Avenir Heavy';
    }

    .hamburgerheader-menu div#hamburgernavmenu {
        display: block;
        border-bottom: 1px solid #9c9694;
    }

    ul.hamburgernavbar-nav {
        padding: 15px 0 0;
    }

    ul.hamburgernavbar-nav li.hamburgernav-item {
        position: unset;
    }

    ul.hamburgernavbar-nav li.hamburgernav-item>a {
        position: relative;
    }

    ul.hamburgernavbar-nav li.hamburgernav-item .hamburger-dropdown-menu {
        position: absolute;
        right: -100%;
        top: 55px;
        width: 0;
        transition: all 0.3s linear;
        background-color: #fff;
        z-index: 1;
        min-height: 100%;
    }

    ul.hamburgernavbar-nav li.hamburgernav-item.open .hamburger-dropdown-menu {
        right: 0;
        width: 100%;
    }

    ul.hamburgernavbar-nav li.hamburgernav-item .hamburger-dropdown-menu .nav-back {
        background-color: rgb(156 150 148 / 15%);
        padding: 12px 15px;
        text-align: right;
    }

    .backButton {
        padding: 14px 5px;
        text-align: right;
    }

    ul.hamburgernavbar-nav li.hamburgernav-item .hamburger-dropdown-menu .nav-back .back,
    button.back-button {
        border: 1px solid #423f3b;
        border-radius: 6px;
        padding: 6px 12px;
        font-size: 14px;
        background-color: #fff;
        color: #423f3b;
        font-family: 'Avenir Medium';
        font-weight: 500;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        width: max-content;
        margin-left: auto;
    }

    ul.hamburgernavbar-nav li.hamburgernav-item .hamburger-dropdown-menu .nav-back .back:before,
    button.back-button::before {
        content: "";
        background-image: url(../../frontend/Netsteps/default/it_IT/images/header/back-arrow.svg);
        background-repeat: no-repeat;
        width: 20px;
        height: 8px;
        position: relative;
        display: inline-block;
        background-size: contain;
    }

    ul.hamburgernavbar-nav li.hamburgernav-item .hamburger-dropdown-menu>ul {
        width: 100%;
        padding: 10px 0 0;
    }

    ul.hamburgernavbar-nav li.hamburgernav-item .hamburger-dropdown-menu>ul>li {
        position: relative;
        margin-bottom: 0;
    }

    ul.hamburgernavbar-nav li.hamburgernav-item .hamburger-dropdown-menu>ul>li>a {
        color: #8fc1b5;
        text-transform: uppercase;
        font-family: 'Avenir Medium';
        font-size: 16px;
        padding: 14px 20px;
        line-height: 1;
    }

    ul.hamburgernavbar-nav li.hamburgernav-item .nav__caret {
        position: absolute;
        right: 10px;
        top: 9px;
        width: 30px;
        height: 30px;
        transition: all 0.3s ease 0s;
    }

    ul.hamburgernavbar-nav li.hamburgernav-item .nav__caret::before {
        content: '';
        position: absolute;
        left: 50%;
        top: 50%;
        width: 16px;
        height: 16px;
        transform: translateX(-50%) translateY(-50%);
        background: url(../../frontend/Netsteps/default/it_IT/images/header/menu-arrow.svg);
        background-position: center;
        background-repeat: no-repeat;
    }

    ul.hamburgernavbar-nav li.hamburgernav-item .hamburger-dropdown-menu>ul>li.open>em {
        transform: rotate(90deg);
    }

    ul.hamburgernavbar-nav li.hamburgernav-item .hamburger-dropdown-menu>ul>li ul {
        display: none;
        width: 100%;
        background-color: rgb(156 150 148 / 15%);
        padding: 12px 20px;
        max-height: 200px;
        overflow-y: auto;
    }

    ul.hamburgernavbar-nav li.hamburgernav-item .hamburger-dropdown-menu>ul>li ul li {
        margin: 0;
        padding: 4px 0;
        text-align: center;
    }

    ul.hamburgernavbar-nav li.hamburgernav-item .hamburger-dropdown-menu>ul>li ul li a {
        color: #423f3b;
        font-size: 17px;
    }

    ul.hamburgernavbar-nav li.hamburgernav-item a.nav-link.dropdown-toggle {
        color: #8fc1b5;
        text-transform: uppercase;
        font-family: 'Avenir Medium';
        font-size: 16px;
        display: inline-block;
        min-width: max-content;
    }

    ul.hamburgernavbar-nav li.hamburgernav-item a.nav-link.dropdown-toggle:after {
        display: none;
    }

    ul.hamburgernavbar-nav li.hamburgernav-item .menu--link .nav__caret {
        top: 0;
        right: 6px;
        position: relative;
        width: 100%;
        text-align: right;
    }

    ul.hamburgernavbar-nav li.hamburgernav-item .menu--link .nav__caret::before {
        transform: none;
        left: auto;
        right: 0;
        top: 6px;
    }

    em.nav-caret {
        position: absolute;
        width: 30px;
        height: 30px;
        right: 10px;
        margin-top: -35px;
        z-index: 2;
    }

    .menu--link {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .top-header-links {
        padding: 0 10px;
    }

    .top-header-links ul.top-menu {
        display: block;
    }

    .top-header-links ul.top-menu li {
        display: block;
        border: 0;
        padding: 15px 5px;
        border-bottom: 1px solid #9c9694;
    }

    .top-header-links ul.top-menu li:last-child {
        border: 0;
    }

    .authendication_pannel .top-header-links {
        display: none;
    }

    .top-header-links ul.top-menu li a {
        font-size: inherit !important;
    }

    .top-header-links ul.top-menu li a::before {
        margin-right: 12px !important;
    }

    .top-header-links ul.top-menu li.header_account_link_list a:before {
        background-image: url(../../frontend/Netsteps/default/it_IT/images/header/user-icon.svg);
    }

    .preferenze .preferences {
        background: rgb(156 150 148 / 15%);
        padding: 18px 20px;
        color: #423f3b;
        font-family: 'Avenir Medium';
        font-size: 16px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .preferenze .preferenzesub {
        position: absolute;
        background: #e9e9e9;
        width: 0;
        top: 55px;
        transition: all 0.3s linear;
        right: -100%;
        padding: 0 10px;
        min-height: 100%;
    }

    .preferenze.open-preferrence .preferenzesub {
        width: 100%;
        right: 0;
    }

    .preferences img {
        width: 7px;
    }

    .preferenzesub .switcher {
        padding: 15px 10px;
        border-top: 1px solid #9c9694;
    }

    .preferenzesub .switcher .switcher-trigger img {
        max-height: 26px;
        width: 100%;
    }

    .preferenzesub .switcher strong.label {
        display: none;
    }

    .preferenzesub .switcher .switcher-trigger strong {
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-family: 'Avenir Medium';
        font-weight: 500;
        font-size: 15px;
        color: #423f3b;
        width: 100%;
        text-transform: uppercase;
    }

    .preferenzesub .switcher .menu-shape {
        height: 0;
        transition: all 0.3s ease-in-out;
    }

    .preferenzesub .switcher .switcher-trigger.active+.menu-shape {
        height: auto;
    }

    .preferenzesub .switcher .switcher-trigger {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 15px;
    }

    .preferenzesub .switcher .switcher-trigger:after {
        content: "";
        background: url(../../frontend/Netsteps/default/it_IT/images/header/menu-arrow-black.svg) no-repeat center;
        background-size: contain;
        width: 12px;
        height: 15px;
        border: 0;
        display: inline-block;
        transition: all 0.2s linear;
    }

    .preferenzesub .switcher .switcher-trigger.active:after {
        transform: rotate(90deg);
    }

    .preferenzesub .switcher ul.dropdown {
        max-height: 190px;
        background: #fff;
        top: 15px;
        width: calc(100% + 40px);
        position: relative;
        left: -20px;
        overflow-y: auto;
        height: 0;
        transition: all 0.3s ease-in-out;
    }

    .preferenzesub .switcher .active ul.dropdown {
        height: auto;
        padding: 12px;
    }

    .preferenzesub .switcher ul.dropdown li {
        margin: 0;
        padding: 8px 0;
        text-align: center;
    }

    .preferenzesub .switcher ul.dropdown li img {
        width: 100%;
        max-height: 26px;
    }

    .preferenzesub div#switcher-website ul.dropdown {
        text-align: center;
    }

    .preferenzesub div#switcher-website ul.dropdown li.switcher-option {
        padding: 0 5px;
        display: inline-block;
    }

    .preferenzesub div#switcher-website ul.dropdown {
        text-align: center;
    }

    .preferenzesub div#switcher-website ul.dropdown li.switcher-option {
        padding: 0 5px;
        display: inline-block;
    }

    .preferenzesub .switcher ul.dropdown li a.country-switcher-option {
        padding: 0 !important;
        font-size: 16px;
        color: #423f3b;
    }

    .preferenzesub div#switcher-country ul.dropdown li {
        padding: 5px 0;
    }

    .preferenzesub div#switcher-country ul.dropdown li.switcher-option.switcher-input {
        display: none;
    }

    .top-header-links ul.top-menu li.header_account_link_list.login {
        display: block;
    }

    body .page-wrapper .page-header .amsearch-wrapper-block {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media screen and (max-width: 767px) {
    .header-hamburge-mobile img {
        max-width: 22px;
        margin-left: 3px;
    }

    .header-hamburge-mobile {
        top: 13px;
    }

    .page-wrapper .header-menu nav.navbar .navbar-collapse {
        padding: 5px 0;
    }

    .left_header .logo img {
        max-width: 75px;
    }

    .after_mobile_logo .mobile-contact ul li a {
        font-size: 10px;
    }

    .page-wrapper .header-menu ul.navbar-nav li.nav-item {
        margin: 0 4px 0 0;
    }

    .page-wrapper .header-menu ul.navbar-nav {
        margin: 0;
    }

    .page-wrapper .header-menu ul.navbar-nav li.nav-item a {
        font-size: 13px;
        padding: 6px 20px;
        line-height: 1;
        letter-spacing: 0.2px;
        font-weight: 500;
        color: #78a59a;
    }

    .after_mobile_logo .mobile-contact ul li a::before {
        width: 22px;
        height: 22px;
    }

    .after_mobile_logo {
        right: 15px;
        top: 15px;
    }
}

/* -------------------- cart popup css start here --------------------------- */
.minicart-wrapper .qty input[type=number],
.minicart-wrapper .minicart-items .item-qty {
    width: 100%;
    height: 30px;
    background-color: #f1f1f1;
    border: none;
    margin: 0;
    font-size: 11px;
}

.minicart-items .product-item-details .details-qty {
    margin-top: 0;
    max-width: 35%;
}

.minicart-items .action.delete:before {
    content: "";
    background: url('../../frontend/Netsteps/default/it_IT/css/images/delete-icon.svg') no-repeat center center;
    width: 20px;
    height: 20px;
    background-size: contain;
}

.minicart-wrapper.active .mage-dropdown-dialog:after,
.minicart-wrapper.-active .mage-dropdown-dialog:after {
    content: "";
    width: 100%;
    height: 100vh;
    background: #000;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 88;
    opacity: 0.3;
    display: block;
}

.minicart-wrapper .block.block-minicart {
    width: 100% !important;
    position: fixed !important;
    max-width: 550px;
    min-width: auto;
    top: 0;
    right: 0;
    bottom: 0;
    border: 0;
    margin: 0;
    overflow: hidden;
    max-height: initial;
    padding: 0;
    z-index: 999;
}

.minicart-wrapper .block-minicart .items-total {
    float: none;
    color: #423f3b;
    display: inline-block;
    width: 100%;
    padding: 20px 25px 10px;
    margin: 0;
}

.minicart-wrapper .block-minicart .items-total .carttitle {
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'Avenir Medium';
    font-weight: 400;
    line-height: 1.3;
}

.minicart-wrapper .block-minicart .items-total .carttotalqty {
    font-size: 12px;
    color: #423f3b;
    text-transform: none;
    margin: 4px 0 0;
    display: block;
}

.minicart-wrapper .block-minicart .items-total .carttotalqty span {
    font-weight: 400;
    line-height: 1;
    margin: 0;
    padding-right: 0;
    display: inline-block;
}

.minicart-wrapper .action.close {
    position: relative;
    width: 100%;
    display: inline-block;
    opacity: 1;
    max-width: 100%;
    text-align: left;
    font-size: 20px;
    color: #423f3b;
    height: 52px;
    background: #ebebea !important;
    padding-left: 49px;
    float: none;
}

.minicart-wrapper .action.close:hover {
    background: rgb(58 55 52 / 10%);
}

.minicart-wrapper .action.close:before {
    content: "";
    background: url('../../frontend/Netsteps/default/it_IT/css/images/cart-left-ar.svg') no-repeat center center;
    width: 20px;
    height: 20px;
    background-size: contain;
    position: absolute;
    left: 23px;
    top: 15px;
}

.minicart-wrapper .action.close>span {
    height: auto;
    width: auto;
    clip: inherit;
    position: static;
    left: 0;
}

.minicart-wrapper .details-qty .item-qtys {
    display: flex;
    align-items: center;
    justify-content: center;
}

.minicart-wrapper .details-qty .item-qtys a.btn-qty {
    /* background: url('../../frontend/Netsteps/default/it_IT/images/header/plus.svg') no-repeat center center; */
    background: #cfcecd !important;
    color: #4d4a46 !important;
    width: 30px;
    min-width: 30px;
    padding: 0;
    border-radius: 0;
    border: 0;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
}

.minicart-wrapper .minicart-items .product-item-name {
    font-weight: 400;
    margin: 0 0 4px;
}

.minicart-wrapper .minicart-items .product-item-name a {
    font-size: 15px;
    line-height: 1.3;
    color: #66605a;
    font-family: 'Avenir Light';
    margin-bottom: 2px;
}

.minicart-wrapper .minicart-items .product-item-sku {
    font-size: 13px;
    line-height: 1;
    color: #423f3b;
    font-family: 'Avenir Light';
    font-weight: 400;
}

.minicart-wrapper .minicart-items .price-including-tax,
.minicart-wrapper .minicart-items .price-including-tax:before {
    font-size: 16px;
    line-height: 1;
    color: #423f3b;
    font-weight: 500;
    font-family: 'Avenir Medium';
    text-align: right;
}

.minicart-wrapper .minicart-items .product-item {
    padding: 20px 0 6px 0;
}

.minicart-wrapper .minicart-items .product .product.actions {
    display: none;
}

.minicart-wrapper .minicart-items .update-cart-item {
    font-size: 14px;
    background: 0 0;
    border-radius: 20px;
    padding: 3px 20px;
    color: #000;
    border: 1px solid #423f3b;
    max-width: 115px;
    width: 100%;
    font-weight: 400;
    margin: 0 110px;
    display: block;
    margin-top: 5px;
    padding: 6px;
}

.minicart-wrapper .product-item-details {
    padding-left: 98px;
}

.minicart-wrapper .minicart-items .product>.product-item-photo {
    width: 98px;
    text-align: center;
}

.minicart-wrapper .minicart-items .product>.product-item-photo .product-image-container {
    width: 100% !important;
}

.minicart-wrapper .product-item-details .group-middle-section {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 12px;
    margin-top: 13px;
}

.minicart-wrapper .minicart-items .product .actions {
    float: right;
    margin: 0px 0 0;
}

.minicart-wrapper .product-item-details .group-middle-section .details-item.unit {
    display: block;
    color: #423f3b;
    width: 100%;
    text-align: center;
    padding-top: 5px;
}

.minicart-wrapper .product-item-details .details-item.unit label.label {
    display: none;
}

.minicart-wrapper .product-item-details .details-item.unit label.value {
    display: block;
}

div#minicart-content-wrapper .block-content {
    max-height: calc(100vh - 140px);
    overflow-y: auto;
}

.minicart-items-wrapper .product-item-details .product-item-pricing {
    color: #423f3b;
    display: flex;
    align-items: center;
    margin-top: 15px;
    justify-content: flex-end;
    font-family: avenir medium;
}

.minicart-items-wrapper .product-item-details .product-item-pricing .price-container span.price-including-tax:before {
    display: none;
}

.minicart-items-wrapper .product-item-details .product-item-pricing .price-container span.price-including-tax {
    padding: 0;
    margin: 0;
}

.minicart-items-wrapper .product-item-details .product-item-pricing span.label {
    width: auto;
    font-size: 16px;
    padding-right: 10px;
    font-weight: 500;
    font-family: 'Avenir Medium';
    color: #423f3b;
}

.minicart-items .product-image-wrapper .product-image-photo {
    max-height: 100px;
}

.minicart-wrapper .block-minicart .subtotal {
    font-size: 16px;
    line-height: 24px;
    color: #66605a;
    font-family: "Avenir Medium";
    text-align: right;
    display: flex;
    align-items: center;
    margin: 0px;
    padding: 15px 25px;
}

.minicart-wrapper .block-minicart .amount .price-wrapper:first-child .price,
.minicart-wrapper .block-minicart .price-container .price-including-tax+.price-excluding-tax .price {
    font-size: 16px;
    font-family: "Avenir Medium";
    font-weight: 500;
}

.minicart-wrapper .block-minicart .price-container span.price-wrapper::before {
    display: none;
}

.minicart-wrapper .minicart-items .product-item-details .price {
    font-weight: normal;
    font-size: 16px;
}

.minicart-wrapper .block-minicart .price-container .price-including-tax+.price-excluding-tax {
    margin-left: 10px;
    margin-top: 2px;
}

body.italystore .minicart-wrapper .block-minicart .price-container .price-including-tax+.price-excluding-tax {
    display: none;
}

.minicart-wrapper .amount.price-container {
    display: flex;
}

.minicart-wrapper .minicart-items .action.delete {
    top: 0;
    position: relative;
    right: 0;
}

.minicart-wrapper .block-minicart .block-content>.actions {
    margin: 0 auto;
    padding: 0 25px;
}

.minicart-wrapper .block-minicart .block-content>.actions>.primary {
    margin: 45px 0 20px 0;
}

.minicart-wrapper .block-minicart .block-content>.actions>.primary .action.primary {
    font-size: 17px;
    font-family: 'Avenir Light';
    font-weight: normal;
}

.minicart-wrapper .subtotal .label {
    font-size: 16px;
    line-height: 24px;
    color: #66605a;
    font-family: "Avenir Medium";
    flex: 1;
    text-align: left;
}

.minicart-wrapper .product-item-details .details-item.unit,
.minicart-wrapper .product-item-details .product.options,
.minicart-wrapper .details-qty label {
    display: none;
}

.minicart-wrapper .action.viewcart {
    color: #62a694;
    font-size: 17px;
}

.popup_footer {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 2;
}

.popup_footer .trustbadge-icon {
    display: flex;
    color: #000;
    align-items: center;
    padding: 0 40px 17px 40px;
    font-size: 17px;
}

.popup_footer .trustbadge-icon img {
    max-width: 75px;
    margin-right: 15px;
}

.popup_footer .payment_methods {
    display: flex;
    justify-content: space-between;
    padding: 10px 50px;
    background-color: rgba(58, 55, 52, 0.20);
    margin-top: 17px;
    align-items: baseline;
}

.popup_footer .payment_methods>img {
    max-width: 80px;
    max-height: 25px;
}

.minicart-wrapper .minicart-items-wrapper {
    margin: 0px;
    padding: 5px 25px 0 25px;
    overflow: auto;
    max-height: calc(100vh - 55vh) !important;
}

.minicart-wrapper .minicart-items-wrapper::-webkit-scrollbar {
    width: 6px;
}

.minicart-wrapper .minicart-items-wrapper::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

.minicart-wrapper .minicart-items-wrapper::-webkit-scrollbar-thumb {
    background: #4d4a46;
    border-radius: 10px;
}

.minicart-wrapper .block-minicart .block-content>.actions>.primary .action.primary {
    background: #62a694 !important;
    border-color: #62a694 !important;
    letter-spacing: 0.5px;
    color: #fff;
}

aside.modal-popup.confirm._show {
    z-index: 898989 !important;
}

aside.modal-popup.confirm._show button.action-close {
    position: relative;
    padding: 0;
    line-height: 1;
    background-image: url(../../frontend/Netsteps/default/it_IT/images/header/close-popup.png);
    background-repeat: no-repeat;
    width: 37px;
    height: 37px;
    background-size: contain;
    font-size: 0;
}

aside.modal-popup.confirm._show button.action-close::before {
    display: none;
}

aside.modal-popup.confirm._show header.modal-header {
    padding: 15px 20px;
}

aside.modal-popup.confirm._show .modal-content {
    padding: 20px;
    font-size: 18px;
    line-height: 1.3;
    border-radius: 0;
    border-left: 0;
    border-right: 0;
}

aside.modal-popup.confirm._show footer.modal-footer {
    padding: 15px 20px;
}

aside.modal-popup.confirm._show footer.modal-footer button {
    font-size: 14px;
    padding: 10px 20px;
    border-radius: 0;
    border: 1px solid #5fa895;
    background: #5fa895;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    opacity: 1;
    margin: 5px;
}

aside.modal-popup.confirm._show footer.modal-footer button.action-accept {
    border-color: #3a3734;
    background: #3a3734;
}

@media (max-width:1400px) {

    .minicart-wrapper .block-minicart .amount .price-wrapper:first-child .price,
    .minicart-wrapper .block-minicart .price-container .price-including-tax+.price-excluding-tax .price,
    .minicart-wrapper .action.viewcart,
    .minicart-wrapper .block-minicart .items-total .carttitle,
    .minicart-wrapper .minicart-items .price-including-tax,
    .minicart-wrapper .minicart-items .price-including-tax:before,
    .minicart-wrapper .minicart-items .product-item-details .price,
    .minicart-items-wrapper .product-item-details .product-item-pricing span.label {
        font-size: 15px;
    }

    .minicart-wrapper .action.close {
        font-size: 18px;
        padding-left: 45px;
    }

    .minicart-wrapper .action.close:before {
        width: 20px;
        height: 20px;
        top: 16px;
        left: 20px;
    }

    .minicart-wrapper .minicart-items .product-item {
        padding: 10px 0 6px 0;
    }

    .minicart-wrapper .minicart-items .product-item-details .details-qty {
        margin-top: 0;
    }

    .minicart-items .action.delete {
        top: 0;
        right: 0;
    }

    .minicart-wrapper .block-minicart .block-content>.actions>.primary .action.primary {
        padding: 10px;
    }

    .minicart-wrapper .block-minicart .block-content>.actions>.primary .action.primary {
        font-size: 15px;
        line-height: normal;
    }

    .popup_footer .trustbadge-icon {
        font-size: 14px;
    }

    .popup_footer .trustbadge-icon img {
        max-width: 50px;
    }

    .minicart-wrapper .minicart-items-wrapper {
        max-height: calc(100vh - 52vh) !important;
    }

    .minicart-wrapper .minicart-items .product-item-sku {
        font-size: 12px;
    }

    .minicart-wrapper .minicart-items .update-cart-item {
        font-size: 14px;
    }
}

@media screen and (max-width: 991px) {
    .minicart-wrapper .details-qty .item-qtys a.btn-qty {
        width: 25px;
        height: 25px;
        line-height: 25px;
        font-size: 10px;
    }

    .minicart-wrapper .qty input[type=number],
    .minicart-wrapper .minicart-items .item-qty {
        height: 25px;
    }
}

@media screen and (max-width:767px) {
    .minicart-wrapper .minicart-items .product>.product-item-photo {
        width: auto;
    }
}

/* -------------------- new cart popup end here ------------------------- */

#quotecart-content-wrapper .pricingLabelForMiniQuote {
    display: block !important;
}

#quotecart-content-wrapper .pricingLabelForMiniQuote .labelPrice,
#quotecart-content-wrapper .pricingLabelForMiniQuote .labelunit,
#quotecart-content-wrapper .pricingLabelForMiniQuote .labellast {
    width: auto;
    font-size: 15px;
    font-weight: 500;
    font-family: 'Avenir Medium';
    color: #423f3b;
}

#quotecart-content-wrapper .pricingLabelForMiniQuote .labellast {
    padding-right: 10px;
    margin-left: -3px;
}

#quotecart-content-wrapper .pricingLabelForMinicart {
    display: none !important;
}

/* =============== mobile-header popup=================== */
body.mobile-modalshow .page-wrapper .after_mobile_logo:before {
    content: "";
    background: #000;
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 99999;
    opacity: 0.3;
    top: 0;
    left: 0;
}

.header-contact-modal {
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999999;
    padding: 20px;
}

.header-contact-modal {
    display: none;
}

.contact-header-modal {
    text-align: right;
    margin-bottom: 1rem;
}

.header-contact-modal button.cross-button {
    background-image: url(../../frontend/Netsteps/default/it_IT/images/header/close-popup.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 25px;
    height: 25px;
    position: relative;
    display: inline-block;
    background-color: transparent;
    border: 0;
    font-size: 0;
    padding: 0;
}

.contact-description {
    text-align: center;
    max-width: 350px;
    margin: 0 auto 10px;
}

.contact-description p.text {
    color: #9c9694;
    font-family: 'Avenir Medium';
    font-size: 17px;
    line-height: 1.3;
    margin-block: 0 2rem;
}

.contact-description ul {
    display: grid;
    gap: 25px;
}

.contact-description ul li {
    margin: 0;
}

.contact-description ul li img {
    width: 100%;
    max-width: 36px;
    max-height: 30px;
    object-fit: contain;
    margin-bottom: 8px;
}

.contact-description ul li a {
    color: #9c9694;
    font-family: 'Avenir Medium';
    font-size: 15px;
    display: flex;
    flex-flow: column wrap;
    align-items: center;
    justify-content: center;
    line-height: 1.3;
}

.contact-description ul li a span.yellow {
    color: #e6b32b;
    display: block;
}

.grecaptcha-badge {
    display: none !important;
}

@media (max-width: 1799px) {
    .left_header .social-options {
        min-width: 580px;
    }
}

@media (max-width: 1100px) {
    .left_header .social-options {
        min-width: 480px;
    }

    .page-wrapper .page-header .amsearch-wrapper-block {
        padding: 0 30px 0px 40px;
    }

    .left_header .social-options ul.options li {
        margin-right: 15px;
    }
}

/* =================================================================================
new arredo39 page header css start here
================================================================================= */
body.arredostore .top-header-links ul.top-menu li a::before {
    background-image: url(../../frontend/Netsteps/default/it_IT/images/arredo39/siamo-blue.svg);
}

body.arredostore .top-header-links ul.top-menu li.b2b a::before,
body.arredostore .top-header-links ul.top-menu li:nth-child(2) a::before {
    background-image: url(../../frontend/Netsteps/default/it_IT/images/arredo39/b2b-blue.svg);
}

body.arredostore .header.links li.login-register a::before {
    background-image: url(../../frontend/Netsteps/default/it_IT/images/arredo39/user-blue.svg);
}

body.arredostore .top-header-links ul.top-menu li a,
body.arredostore .minicart-subtotal .cartitem,
body.arredostore .minicart-wrapper .minicart-subtotal span.price {
    color: #1c4e6f;
}

body.arredostore .amsearch-form-block .amsearch-input-wrapper button.amsearch-button {
    background-image: url(../../frontend/Netsteps/default/it_IT/images/arredo39/search-blue.svg);
}

body.arredostore .amsearch-wrapper-block .amsearch-form-block .amsearch-input-wrapper .amsearch-input {
    border-color: #1c4e6f;
    color: #1c4e6f;
    background-color: #f0f2f7;
}

body.arredostore .top_pannel_right div#switcher-country .switcher-trigger:before {
    background: url(../../frontend/Netsteps/default/it_IT/images/shipping-arredo.svg) no-repeat;
}

body.arredostore .amsearch-wrapper-block .amsearch-form-block .amsearch-input-wrapper .amsearch-input::placeholder,
body.arredostore .left_header .social-options ul.options li a,
body.arredostore .page-wrapper .header-menu ul.navbar-nav li.nav-item a,
body.arredostore .mobile-nav-toggle .options .menu {
    color: #1c4e6f;
}

body.arredostore .header-menu ul.navbar-nav>li.nav-item:hover>a,
body.arredostore .header-menu ul.navbar-nav>li.nav-item.active>a {
    background: #1c4e6f;
    color: #fff;
}

body.arredostore .casa-search-main.casa-search-focus,
body.arredostore section.amsearch-input-wrapper.-typed.-match~.amsearch-result-section {
    border-color: #1c4e6f;
}

/* ================ new search block css start here ========================== */
.page-wrapper .page-header .amsearch-wrapper-block {
    float: none;
    width: 100%;
    max-width: 80.9%;
    padding: 0 10px 0 90px;
    position: static;
}

.amsearch-wrapper-block .amsearch-form-block {
    width: 100% !important;
    display: block;
}

.amsearch-wrapper-block .amsearch-form-block .amsearch-input-wrapper {
    min-width: auto;
}

.amsearch-wrapper-block .amsearch-form-block .amsearch-input-wrapper .amsearch-input {
    border: 1px solid #90c9bb;
    padding: 13px 55px 13px 30px;
    height: auto;
    line-height: 1;
    color: #423f3b;
    font-size: 18px;
    border-radius: 40px;
    background-color: rgb(174 165 162 / 8%);
}


.amsearch-loader-block {
    background: url(../../frontend/Netsteps/default/it_IT/images/newloader.gif) no-repeat center;
    background-size: contain;
    width: 30px;
    height: 30px;
}

body.ajax-loading button.amsearch-button.-close.-clear {
    opacity: 0;
}

.amsearch-wrapper-block .amsearch-form-block .amsearch-input-wrapper .amsearch-loader-block {
    right: 20px;
}

.casa-search-main.casa-search-focus .amsearch-title {
    font-size: 20px;
}

.amsearch-button.-loupe {
    background-image: url(../../frontend/Netsteps/default/it_IT/images/header/search.svg) !important;
    opacity: 1;
    width: 30px;
    height: 30px;
    background-size: contain;
    right: 25px !important;
    z-index: 2;
}

.amsearch-input-wrapper.-typed .amsearch-button.-loupe {
    display: none;
}

.amsearch-input-wrapper .amsearch-button.-close {
    right: 20px !important;
}

.amsearch-input-wrapper .amsearch-button.-close {
    right: 20px !important;
}

section.amsearch-result-section {
    display: none;
    max-height: fit-content;
}

section.amsearch-result-section,
.casa-search-main.casa-search-focus {
    position: absolute;
    left: 0;
    width: 100%;
    margin: 0;
    background: rgb(255 255 255 / 100%);
    flex-direction: row;
    overflow-y: auto;
    border-radius: 0 0 30px 30px;
    border-left: 1px solid #90c9bb;
    border-right: 1px solid #90c9bb;
    border-top: 0;
}

.-amsearch-overlay-opened section.amsearch-result-section {
    display: flex;
}

section.amsearch-result-section section.amsearch-items-section:not(:first-child:last-child) {
    max-width: 23%;
    padding: 0;
    margin: 0;
    order: 2;
}

section.amsearch-result-section section.amsearch-products-section {
    max-width: inherit;
    width: 77%;
    padding: 0;
    margin: 0;
    order: 1;
    border: 0;
}

.page-header .amsearch-result-section .amsearch-wrapper {
    width: calc(100% + 64px);
    order: 3;
    margin-top: 20px;
    margin-left: -32px;
    margin-right: -32px;
    margin-bottom: -32px;
    display: none;
}

.amsearch-items-section .amsearch-item-container .amsearch-collapsible-title {
    padding: 0;
}

.amsearch-items-section .amsearch-item-container .amsearch-collapsible-title span {
    color: #90c9bb;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-family: 'Avenir Heavy';
    font-weight: 700;
    font-size: 18px;
}

.amsearch-items-section .amsearch-item-container .amsearch-tab-items {
    margin-bottom: 3rem;
}

.amsearch-items-section .amsearch-item-container .amsearch-tab-items li.amsearch-item .amsearch-link {
    padding: 4px 0;
    color: #423f3b;
    font-size: 14px;
    background: transparent;
    font-family: 'Avenir Light' !important;
}

.amsearch-items-section .amsearch-item-container .amsearch-tab-items li.amsearch-item .amsearch-link .amsearch-highlight {
    color: #423f3b;
    font-family: 'Avenir Black';
}

.amsearch-custom-sidebar .faq-text,
.amsearch-custom-sidebar .blog-text {
    margin-bottom: 40px;
    max-width: 320px;
}

.amsearch-custom-sidebar .amsearch-title {
    color: #90c9bb;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-family: 'Avenir Heavy';
    font-size: 18px;
    font-weight: 700;
}

.amsearch-custom-sidebar .faq-text p,
.amsearch-custom-sidebar .blog-text p {
    padding: 4px 0;
    color: #423f3b;
    font-size: 14px;
    background: transparent;
    font-family: 'Avenir Medium';
}

section.amsearch-result-section section.amsearch-products-section .amsearch-block-header {
    display: none;
}

section.amsearch-result-section section.amsearch-items-section:not(:first-child:last-child) section.amsearch-item-container {
    padding: 60px 15px 20px 15px;
}

section.amsearch-result-section section.amsearch-products-section ul.amsearch-product-list {
    margin-left: -10px;
    margin-right: -10px;
    width: 100%;
    padding: 60px 30px 20px 50px;
}

section.amsearch-result-section section.amsearch-products-section ul.amsearch-product-list li.amsearch-item {
    width: 50%;
    max-width: 50%;
    align-items: flex-start;
    margin-bottom: 30px;
    padding: 0 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    background: transparent;
}

section.amsearch-result-section section.amsearch-products-section ul.amsearch-product-list li.amsearch-item .amsearch-item-inner {
    display: flex;
    width: 100%;
    border: 2px solid rgb(174 165 162 / 18%);
    height: 100%;
}

section.amsearch-products-section ul.amsearch-product-list li .amsearch-image {
    width: 85px;
    padding: 0;
    line-height: 0;
}

section.amsearch-products-section ul.amsearch-product-list li .amsearch-image span {
    position: relative;
    padding: 0 !important;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

section.amsearch-products-section ul.amsearch-product-list li .amsearch-image img {
    position: relative;
    object-fit: contain;
    max-height: 85px;
    width: 85px;
    height: 100%;
}

section.amsearch-products-section ul.amsearch-product-list li .amsearch-description {
    min-height: auto;
    width: calc(100% - 76px);
    position: relative;
    background: transparent;
    padding: 10px 10px;
    gap: 6px;
    border-left: 2px solid rgb(174 165 162 / 18%);
}

section.amsearch-products-section ul.amsearch-product-list li .amsearch-description .amsearch-link,
section.amsearch-products-section ul.amsearch-product-list li .amsearch-description .amsearch-link span {

    color: #66605a;
    margin-block: 0;
    padding: 0;
    font-family: 'Avenir Medium';
    font-size: 14px;
}


section.amsearch-products-section ul.amsearch-product-list li .amsearch-description .description,
ul.amsearch-product-list li .amsearch-description .amsearch-wrapper-inner .price-box .price-wrapper:before {
    display: none;
}

.amsearch-products-section .amsearch-wrapper-inner {
    align-items: center;
    flex-wrap: nowrap;
    margin-top: 12px;
    display: flex;
}

ul.amsearch-product-list li .amsearch-description .amsearch-wrapper-inner .price-box {
    margin: 0;
    padding: 0;
    background: transparent;
    font-weight: 400;
    justify-content: flex-start;
    text-align: right;
    display: flex;
}

.amsearch-products-section .amsearch-wrapper-inner .left-image {
    text-align: right;
    display: block;
    width: 100%;
}

.amsearch-products-section .amsearch-wrapper-inner .left-image h5 {
    font-size: 10px;
    background: transparent;
    padding: 4px 0;
    border: 0;
    color: #dda32f;
    line-height: 1;
    min-height: auto;
    height: auto;
    margin: 0;
    font-family: 'Avenir Heavy';
}

ul.amsearch-product-list li .amsearch-description .amsearch-wrapper-inner .product-item-actions {
    display: none;
}

ul.amsearch-product-list li .amsearch-description .amsearch-wrapper-inner .price-box p {
    margin: 0;
    padding: 0 2px;
    display: flex;
    max-width: max-content;
    font-size: 12px;
}

ul.amsearch-product-list li .amsearch-description .amsearch-wrapper-inner .price-box span {
    padding: 0;
    margin: 0;
    color: #3a3734;
    font-family: 'Avenir Medium' !important;
    font-size: 12px;
    flex-basis: auto;
    display: inline;
    font-weight: normal;
}

ul.amsearch-product-list li .amsearch-description .amsearch-wrapper-inner .price-box .product-unit:before {
    content: "/";
}

.amsearch-wrapper-block .amsearch-more-results a.amsearch-link {
    color: #423f3b;
    border: 1px solid #423f3b;
    border-radius: 40px;
    text-decoration: none;
    background: transparent;
    transition: all 0.2s ease-in-out;
    font-size: 16px;
    padding: 10px 20px;
}

.amsearch-more-results {
    min-width: inherit;
    display: block;
    width: 100%;
    text-align: center;
    padding-block: 0 3rem;
}

.amsearch-form-block.-opened section.amsearch-input-wrapper input.amsearch-input {
    border-bottom: 0 !important;
    border-radius: 30px 30px 0 0;
}

.casa-search-main.casa-search-focus {
    flex-wrap: wrap;
    border-bottom: 1px solid #90c9bb;
    max-height: fit-content;
    height: auto;
}

.searchbar_wrapper {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 60px 40px;
}

.casa-search-three-column {
    width: 100%;
}

.casa-search-title h2 {
    color: #90c9bb;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-family: 'Avenir Heavy';
    font-size: 20px;
    font-weight: 700;
}

.casa-search-two-column.col-60 {
    width: 100%;
    max-width: 66.666%;
}

.casa-search-two-column.col-40 {
    width: 100%;
    max-width: 33.333%;
}

.casa-search-cat-listing {
    padding-block: 2rem 5rem;
    padding-right: 5rem;
    padding-left: 15px;
}

.casa-search-cat-listing ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 12px !important;
}

.casa-search-cat-listing ul li {
    margin: 0;
}

.casa-search-cat-listing ul li a {
    display: inline-block;
    background: rgb(66 63 59 / 10%);
    color: #423f3b;
    font-size: 16px;
    padding: 10px 20px;
    min-width: 210px;
    text-align: center;
}

.searchbar_wrapper {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 60px 40px 30px;
}

.casa-search-main.casa-search-focus .amsearch-wrapper {
    width: 100%;
    background: #e6b32b;
}

.casa-search-main .amsearch-wrapper .amasty-social-container,
.page-header .amsearch-result-section .amsearch-wrapper .amasty-social-container {
    padding: 15px 25px;
}

.amsearch-wrapper .amasty-social-container ul.social-icons {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px 50px;
}

.amsearch-wrapper .amasty-social-container ul.social-icons li {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.amsearch-wrapper .amasty-social-container ul.social-icons li span.icons {
    line-height: 0;
}

.amsearch-wrapper ul.social-icons li img {
    max-width: 40px;
    max-height: 30px;
    object-fit: contain;
}

.amsearch-wrapper ul.social-icons li a {
    color: #fff;
    font-family: 'Avenir Medium';
    font-size: 19px;
}

/*.-amsearch-overlay-opened .page-header .amsearch-result-section .amsearch-wrapper {
    display: block;
    width: 100%;
    margin: 0;
    background: #e6b32b;
}*/

.casa-search-main.casa-search-focus.active+section.amsearch-result-section {
    display: none;
}

.casa-search-focus-items {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-block: 2rem 5rem;
}

.casa-search-focus-items .casa-search-box {
    width: 100%;
    max-width: calc(33.333% - 8px);
    position: relative;
}

.casa-search-focus-items .casa-search-box a {
    display: block;
}

.casa-search-box .focus-item-image {
    position: relative;
}

.casa-search-box .focus-item-image img {
    width: 100%;
    min-height: 185px;
    max-height: 185px;
    object-fit: cover;
}

.focus-item-content {
    padding: 10px 10px 0;
    position: absolute;
    top: 0;
    z-index: 2;
    background: rgb(0 0 0 / 5%);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
}

.focus-item-content .product-name p {
    color: #fff;
    font-size: 24px !important;
    font-family: 'Avenir Light' !important;
    margin: 0;
}

.focus-item-content .product-name p.detail {
    font-size: 16px !important;
    font-family: 'Avenir Medium' !important;
}

.focus-item-content .price-box p {
    margin: 0;
    color: #fff;
    font-size: 26px;
    font-family: 'Avenir Black';
}

.amsearch-collapsible-section[data-collapsible] .amsearch-collapsible-title:after {
    display: none;
}

.amsearch-products-section .product-item-link {
    margin-top: 0px !important;
}

body.-amsearch-overlay-opened .left_header .social-options {
    display: none;
}

section.amsearch-input-wrapper.-typed.-match~.amsearch-result-section {
    border-bottom: 1px solid #90c9bb;
}

section.amsearch-input-wrapper.-typed.-match~.amsearch-result-section .amsearch-wrapper {
    display: block;
    width: 100%;
    margin: 0;
    background: #e6b32b;
}

.amsearch-item-container.-recent_searches:not(.-closed) .amsearch-block-header {
    padding: unset !important;
}

.amsearch-result-block.-preload .amsearch-items-section {
    padding: 25px 15px;
}

/* .amsearch-items-section .amsearch-item-container .amsearch-tab-items.amsearch-collapsible-content li.amsearch-item .amsearch-link {
    padding: 5px 12px;
    border-radius: 0 !important;
}

.amsearch-items-section .amsearch-item-container .amsearch-tab-items.amsearch-collapsible-content li.amsearch-item { 
    border-radius: 0 !important;
    background: rgb(66 63 59 / 10%);
} */

.amsearch-item-container.-recent_searches .amsearch-item {
    border-radius: 0 !important;
    background: rgb(66 63 59 / 10%);
}

.amsearch-item-container.-recent_searches .amsearch-item .amsearch-link {
    padding: 5px 12px !important;
}

.amsearch-item-container.-recent_searches .amsearch-tab-items {
    padding: 6px 0 0;
    margin: 0;
}

.amsearch-custom-sidebar .amsearch-sidebar-container {
    padding: 0 15px;
}

section.amsearch-result-section section.amsearch-items-section:not(:first-child:last-child) {
    padding-top: 40px;
}

section.amsearch-result-section section.amsearch-items-section:not(:first-child:last-child) section.amsearch-item-container {
    padding: 15px;
}

section.amsearch-result-block.-preload {
    display: none;
}

.amsearch-item-container.-recent_searches .amsearch-item.-match {
    background-color: rgb(66 63 59 / 10%) !important;
}

section.amsearch-item-container.amsearch-collapsible-section.-recent_searches .amsearch-link .amsearch-highlight {
    color: #423f3b;
    font-family: 'Avenir Light' !important;
    font-weight: normal;
}

section.amsearch-result-section .amasty-label-container {
    padding: 5px 5px 5px 3px !important;
    width: 85px !important;
    height: 23px !important;
    font-size: 11px !important;
    text-align: center;
}

.amsearch-item-container.-recent_searches .amsearch-item {
    margin: 0 8px 2px 0 !important;
}

body.-amsearch-overlay-opened {
    pointer-events: none;
}

body.-amsearch-overlay-opened {
    pointer-events: none;
}

body.-amsearch-overlay-opened .amsearch-wrapper-block {
    pointer-events: auto;
}

a.box-link {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    right: 0;
}

.amsearch-products-section .amsearch-sku-block {
    padding: 0;
}

.amsearch-form-block.no-result section.amsearch-result-section {
    padding-bottom: 30px;
}

/* .amsearch-form-block.no-result section.amsearch-result-section section.amsearch-items-section {
    display: none;
} */
.amsearch-form-block.no-result section.amsearch-item-container.-recent_searches {
    display: none;
}
.amsearch-form-block.no-result .amsearch-custom-sidebar{
    display: none;
}
@media screen and (max-width: 1499px) {
    .amsearch-wrapper-block .amsearch-form-block .amsearch-input-wrapper .amsearch-input {
        padding: 12px 55px 12px 30px;
        font-size: 16px;
    }
}

@media screen and (max-width: 1299px) {
    .amsearch-wrapper-block .amsearch-form-block .amsearch-input-wrapper .amsearch-input {
        padding: 10px 40px 10px 18px;
        font-size: 15px;
    }

    .amsearch-custom-sidebar .faq-text,
    .amsearch-custom-sidebar .blog-text {
        margin-bottom: 25px;
    }

    /* .amsearch-emptysearch-cms.search-page-custom, */
    .amsearch-result-section {
        padding: 0;
    }

    section.amsearch-result-section section.amsearch-products-section ul.amsearch-product-list {
        padding: 40px 20px 20px 30px;
    }

    section.amsearch-result-section section.amsearch-items-section:not(:first-child:last-child) section.amsearch-item-container {
        padding: 40px 20px 20px 0;
    }

    .amsearch-items-section .amsearch-item-container .amsearch-tab-items {
        margin-bottom: 2rem;
    }
}

@media screen and (max-width: 1023px) {
    .page-wrapper .page-header .amsearch-wrapper-block {
        margin-top: 15px;
        max-width: 100%;
        padding: 0 0;
    }

    .amsearch-button.-loupe {
        background-size: 22px;
        width: 22px;
        height: 22px;
    }

    .searchbar_wrapper {
        padding: 40px 30px 20px;
    }

    .casa-search-title h2 {
        font-size: 18px;
    }

    .focus-item-content .product-name p {
        font-size: 16px;
        line-height: 1.3;
    }

    .focus-item-content .product-name p.detail {
        font-size: 14px;
    }

    .focus-item-content .price-box p {
        font-size: 22px;
    }

    .casa-search-cat-listing ul {
        flex-wrap: wrap;
        gap: 8px 8px !important;
    }

    .casa-search-cat-listing ul li a {
        font-size: 16px;
        min-width: 150px;
        padding: 10px 20px;
    }

    .amsearch-wrapper ul.social-icons li a {
        font-size: 16px;
    }

    .amsearch-wrapper ul.social-icons li img {
        max-width: 35px;
        max-height: 25px;
    }

    .casa-search-cat-listing {
        padding-block: 1rem 4rem;
        padding-right: 4rem;
    }
}

@media screen and (max-width: 767px) {
    .amsearch-wrapper-block .amsearch-form-block .amsearch-input-wrapper {
        max-width: 100%;
        margin: 0 auto;
    }

    .amsearch-form-block .amsearch-input-wrapper button.amsearch-button {
        width: 16px;
        right: 18px !important;
        background-size: 16px;
    }

    .-amsearch-overlay-opened .amsearch-form-block .amsearch-input-wrapper button.amsearch-button.-close {
        background-image: url(../../frontend/Netsteps/default/it_IT/images/header/close-popup.png);
        right: 0 !important;
        display: block !important;
        padding: 14px;
        background-size: 25px;
    }

    .-amsearch-overlay-opened .amsearch-wrapper-block .amsearch-form-block .amsearch-input-wrapper input.amsearch-input {
        max-width: 80%;
        padding: 13px 40px 10px 18px;
        border-radius: 40px !important;
        border: 1px solid #90c9bb !important;
    }

    .-amsearch-overlay-opened .amsearch-form-block .amsearch-input-wrapper {
        max-width: 100%;
    }

    .-amsearch-overlay-opened .amsearch-form-block .amsearch-input-wrapper button.amsearch-button.-loupe.-clear.-icon {
        display: none;
    }

    .amsearch-form-block.-opened section.amsearch-input-wrapper input.amsearch-input {
        border-radius: 40px;
        border: 1px solid #90c9bb !important;
    }

    .-amsearch-overlay-opened header.page-header .left_header a.logo,
    .-amsearch-overlay-opened header.page-header .left_header .after_mobile_logo,
    .-amsearch-overlay-opened header.page-header .header-top-mobile,
    .-amsearch-overlay-opened .header-hamburge-mobile {
        display: none;
    }

    .-amsearch-overlay-opened header.page-header .left_header section.amsearch-wrapper-block {
        margin-top: 0;
        z-index: 9999;
    }

    .casa-search-focus-items .casa-search-box {
        max-width: calc(50% - 8px);
    }

    .amsearch-wrapper .amasty-social-container ul.social-icons {
        gap: 10px 30px;
    }

    section.amsearch-result-section section.amsearch-products-section {
        width: 100%;
    }

    section.amsearch-result-section section.amsearch-items-section:not(:first-child:last-child) {
        max-width: 100%;
    }

    .casa-search-title h2 {
        font-size: 16px;
    }

    .casa-search-cat-listing ul li a {
        font-size: 14px;
        min-width: 120px;
        padding: 8px 20px;
    }

    .casa-search-cat-listing {
        padding-block: 1rem 3rem;
        padding-right: 0;
    }

    .amsearch-wrapper .amasty-social-container ul.social-icons {
        gap: 10px;
    }

    .amsearch-wrapper .amasty-social-container ul.social-icons li {
        gap: 8px;
    }

    .amsearch-wrapper ul.social-icons li img {
        max-width: 30px;
        max-height: 20px;
    }

    .amsearch-wrapper ul.social-icons li a {
        font-size: 14px;
    }

    .amsearch-custom-sidebar .amsearch-title {
        font-size: 16px;
        letter-spacing: 1px;
    }

    .amsearch-custom-sidebar .faq-text,
    .amsearch-custom-sidebar .blog-text {
        margin-bottom: 15px;
        max-width: 100%;
    }

    .-amsearch-overlay-opened header.page-header {
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
    }

    body.-amsearch-overlay-opened {
        overflow: hidden;
    }

    section.amsearch-result-section {
        box-shadow: none;
        background: #fff;
        max-height: calc(100vh - 130px);
        z-index: 8989898989;
        position: fixed;
        top: 60px;
        border: 0;
        border-radius: 0;
    }

    section.amsearch-items-section .amsearch-item-container.-category .amsearch-custom-sidebar {
        display: none;
    }

    section.amsearch-result-section section.amsearch-products-section ul.amsearch-product-list {
        margin: 0;
        border-radius: 0;
        padding: 0;
    }

    section.amsearch-result-section section.amsearch-products-section ul.amsearch-product-list li.amsearch-item {
        width: 100%;
        max-width: 100%;
        margin: 0;
        border-bottom: 1px solid #ddd;
        padding: 15px 10px 20px;
    }

    section.amsearch-products-section ul.amsearch-product-list li .amsearch-image {
        display: none;
    }

    .-amsearch-overlay-opened .page-header .amsearch-result-section .amsearch-wrapper {
        display: none;
    }

    section.amsearch-result-section section.amsearch-products-section ul.amsearch-product-list li.amsearch-item .amsearch-item-inner {
        border: 0;
    }

    section.amsearch-products-section ul.amsearch-product-list li .amsearch-description {
        width: 100%;
        padding-block: 0;
        border: 0;
    }

    section.amsearch-products-section ul.amsearch-product-list li .amsearch-description .amsearch-link,
    section.amsearch-products-section ul.amsearch-product-list li .amsearch-description .amsearch-link span {
        font-family: 'Avenir Book';
        font-size: 14px;
        margin: 0;
        padding: 0;
    }

    .amsearch-products-section .amsearch-wrapper-inner .left-image h5 {
        font-size: 11px;
        font-family: 'Avenir Medium';
        padding: 0;
    }

    .amsearch-products-section .amsearch-wrapper-inner {
        margin-top: 10px;
    }

    ul.amsearch-product-list li .amsearch-description .amsearch-wrapper-inner .price-box span {
        font-weight: 700;
        font-family: 'Avenir Black' !important;
        font-size: 13px;
    }

    .amsearch-more-results {
        padding-block: 15px;
        position: fixed;
        bottom: 0;
        background: #fff;
        padding: 15px;
        min-width: 100vw;
        left: 0;
        box-shadow: 0 2px 14px rgb(0 0 0 / 30%);
        z-index: 898989;
    }

    section.amsearch-result-section section.amsearch-items-section:not(:first-child:last-child) section.amsearch-item-container {
        padding: 20px 15px;
    }

    .amsearch-items-section .amsearch-item-container .amsearch-collapsible-title span {
        letter-spacing: 1px;
        font-size: 16px;
    }

    .amsearch-wrapper-block .amsearch-more-results a.amsearch-link {
        padding: 8px 20px;
        font-size: 15px;
    }

    .casa-search-main.casa-search-focus.active {
        position: fixed;
        border: 0;
        width: 100%;
        border-radius: 0;
    }

    .casa-search-box .focus-item-image img {
        min-height: 150px;
    }

    .amsearch-items-section .amsearch-custom-sidebar,
    .-amsearch-overlay-opened .page-header .amsearch-result-section .amsearch-wrapper {
        display: none !important;
    }

    section.amsearch-result-section section.amsearch-items-section:not(:first-child:last-child) section.amsearch-item-container.-recent_searches {
        display: none;
    }

    section.amsearch-result-section section.amsearch-items-section:not(:first-child:last-child) section.amsearch-item-container.-faq,
    section.amsearch-result-section section.amsearch-items-section:not(:first-child:last-child) section.amsearch-item-container.-blog {
        padding-top: 0;
    }

    section.amsearch-result-section section.amsearch-items-section:not(:first-child:last-child) {
        padding-top: 0;
    }

    .amsearch-items-section .amsearch-item-container .amsearch-tab-items {
        margin-bottom: 0;
    }


}

@media screen and (max-width: 575px) {
    .searchbar_wrapper {
        padding: 30px 15px 10px;
    }

    .casa-search-focus-items .casa-search-box {
        max-width: 100%;
    }

    .casa-search-two-column.col-60,
    .casa-search-two-column.col-40 {
        max-width: 100%;
    }
}

/* ================ new search block css end here ========================== */



/*Mega menu changes 19-12-2023*/
.megamenu-category-item {
    position: relative;
    height: 100%;
    min-height: 250px;
}

.megamenu-category-item:after {
    content: "";
    background: rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.megamenu-category-item .product-image {
    position: absolute;
    height: 100%;
}

.megamenu-category-item .product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.megamenu-category-item .product-content {
    position: relative;
    top: 0;
    padding: 15px 0 15px 15px;
    color: #fff;
    width: 100%;
    z-index: 2;
}

.megamenu-category-item .product-content .title {
    font-size: 32px;
    font-weight: 400;
    display: block;
    color: #fff;
    line-height: normal;
    font-family: 'Avenir Light';
    line-height: 1;
    margin-bottom: 0;
}

.megamenu-category-item .product-content .subtitle {
    color: #fff;
    font-weight: 500;
    font-size: 16px;
}

.megamenu-category-item .price-action .action {
    padding: 7px 50px 7px 12px !important;
    position: relative;
    color: #fff !important;
    background: #90c9bb;
    width: auto !important;
    border: none;
    font-family: 'Avenir Light' !important;
    font-weight: 100;
    line-height: 1.1;
    font-size: 14px !important;
    border-radius: 0;
}

.megamenu-category-item .price-action .action>span {
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
}

.megamenu-category-item .price-action {
    margin-top: 30px;
    max-width: 185px;
    text-align: right;
    margin-left: auto;
}

.megamenu-category-item .price-action span.price {
    font-size: 26px;
    font-weight: 600;
    margin-top: 5px;
    display: block;
    font-family: 'Avenir Black';
    text-align: left;
    padding: 0 15px;
}

.megamenu-category-item .product-content .product-title {
    padding-right: 10px !important;
    display: block;
}

@media (max-width: 1600px) {
    .megamenu-category-item .product-content .title {
        font-size: 26px;
        margin-bottom: 0;
    }

    .megamenu-category-item .product-content .subtitle {
        font-size: 14px;
    }

    .megamenu-category-item .price-action .action {
        font-size: 14px !important;
    }

    .megamenu-category-item {
        min-height: 220px;
    }
}

@media (max-width: 1540px) {
    .megamenu-category-item .product-content .title {
        font-size: 24px;
        margin-bottom: 0;
    }
}

@media (max-width: 1280px) {
    .megamenu-category-item .product-content .title {
        font-size: 22px;
    }

    .megamenu-category-item .product-content .subtitle {
        font-size: 12px;
    }

    .megamenu-category-item .price-action .action {
        font-size: 13px !important;
    }

    .megamenu-category-item .price-action span.price {
        font-size: 24px;
        padding: 0 10px;
    }
}@media (min-width: 768px) {
  .sections.nav-sections .ub-mega-menu-wrapper {
    max-width: 100% !important;
    font-family: "Open Sans", sans-serif; }
    .sections.nav-sections .ub-mega-menu-wrapper .ub-mega-menu ul li a {
      width: auto; }
    .sections.nav-sections .ub-mega-menu-wrapper .ub-mega-menu ul.level0 {
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: center;
      justify-content: center;
      flex-wrap: wrap;
      background-color: white; }
      .sections.nav-sections .ub-mega-menu-wrapper .ub-mega-menu ul.level0 > li:not(:first-child) {
        border-left: 1px solid #ddd; }
      .sections.nav-sections .ub-mega-menu-wrapper .ub-mega-menu ul.level0 > li:hover > a {
        color: #fff;
        background-color: #79c1ae; }
      .sections.nav-sections .ub-mega-menu-wrapper .ub-mega-menu ul.level0 > li > a {
        display: block;
        line-height: 1;
        padding: 17px 15px;
        font-weight: 600;
        color: #9f9491;
        background-color: white;
        font-size: 16px;
        border: none;
        text-transform: uppercase;
        transition: color ease .25s, background-color ease .25s; }
        .sections.nav-sections .ub-mega-menu-wrapper .ub-mega-menu ul.level0 > li > a:hover, .sections.nav-sections .ub-mega-menu-wrapper .ub-mega-menu ul.level0 > li > a:focus {
          color: #fff;
          background-color: #79c1ae; }
      .sections.nav-sections .ub-mega-menu-wrapper .ub-mega-menu ul.level0 > li .child-content {
        border-color: #d1d1d1;
        box-shadow: 0 5px 5px rgba(0, 0, 0, 0.19); }
      .sections.nav-sections .ub-mega-menu-wrapper .ub-mega-menu ul.level0 > li .child-content-inner-wrap {
        padding: 0; }
        .sections.nav-sections .ub-mega-menu-wrapper .ub-mega-menu ul.level0 > li .child-content-inner-wrap .child-content-inner {
          max-width: 100%;
          padding-left: 15px;
          padding-right: 15px; }
    .sections.nav-sections .ub-mega-menu-wrapper .ub-mega-menu ul.level1 .group .group-title a,
    .sections.nav-sections .ub-mega-menu-wrapper .ub-mega-menu ul.level2 .group .group-title a {
      display: block;
      color: #79c1ae;
      font-size: 15px;
      font-weight: 700;
      font-family: "Open Sans", sans-serif;
      border-bottom: 1px solid #efefef;
      margin-bottom: 15px;
      padding-bottom: 10px !important;
      text-transform: uppercase;
      line-height: 1; }
    .sections.nav-sections .ub-mega-menu-wrapper .ub-mega-menu ul.level1 .group .group-content li,
    .sections.nav-sections .ub-mega-menu-wrapper .ub-mega-menu ul.level2 .group .group-content li {
      padding-bottom: 10px; }
      .sections.nav-sections .ub-mega-menu-wrapper .ub-mega-menu ul.level1 .group .group-content li > a,
      .sections.nav-sections .ub-mega-menu-wrapper .ub-mega-menu ul.level2 .group .group-content li > a {
        text-transform: uppercase;
        padding: 0;
        color: #9f9491;
        font-weight: 400;
        font-size: 1.4rem;
        line-height: 25px; }
    .sections.nav-sections .ub-mega-menu-wrapper .ub-mega-menu ul.level2 li.mega.last .menu-title {
      color: #79c1ae; } }
@media (max-width: 767px) {
  .sections.nav-sections .section-item-content .header.links .greet.welcome {
    color: #79c1ae;
    font-weight: 400; }
  .sections.nav-sections .section-item-content .header.links li a {
    font-size: 13px;
    font-weight: 400; }
  .sections.nav-sections .section-item-content .switcher-currency #switcher-currency-trigger-nav.active + .switcher-dropdown {
    display: block; }
  .sections.nav-sections .section-item-content .switcher-currency #switcher-currency-trigger-nav + .switcher-dropdown {
    display: none; }
  .sections.nav-sections .section-item-content .switcher-currency strong[class*="language"] > span {
    color: #79c1ae;
    font-weight: 400; }
  .sections.nav-sections .section-item-content .switcher-currency .switcher-dropdown li a {
    font-size: 13px;
    font-weight: 400; }
  .sections.nav-sections .section-item-content a.nav-sections-item-switch:active,
  .sections.nav-sections .section-item-content a.nav-sections-item-switch:visited {
    color: #9f9491; }
  .sections.nav-sections .ub-mega-menu-wrapper .ub-mega-menu {
    padding: 0;
    background-color: #FFFFFF; }
    .sections.nav-sections .ub-mega-menu-wrapper .ub-mega-menu > ul.level0 > li {
      border-color: #e5e5e5; }
      .sections.nav-sections .ub-mega-menu-wrapper .ub-mega-menu > ul.level0 > li span.menu-parent-icon {
        background: none;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center; }
        .sections.nav-sections .ub-mega-menu-wrapper .ub-mega-menu > ul.level0 > li span.menu-parent-icon.active::before {
          content: '\e621'; }
        .sections.nav-sections .ub-mega-menu-wrapper .ub-mega-menu > ul.level0 > li span.menu-parent-icon::before {
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          font-size: 42px;
          line-height: inherit;
          color: inherit;
          content: '\e622';
          font-family: 'luma-icons';
          vertical-align: middle;
          display: inline-block;
          font-weight: 400;
          overflow: hidden;
          speak: none;
          text-align: center;
          font-size: 1.6rem; }
      .sections.nav-sections .ub-mega-menu-wrapper .ub-mega-menu > ul.level0 > li span.menu-group-link {
        display: none; }
      .sections.nav-sections .ub-mega-menu-wrapper .ub-mega-menu > ul.level0 > li > a {
        font-size: 13px;
        font-weight: 400;
        line-height: 50px;
        padding: 0 15px;
        border: none;
        text-transform: none; }
      .sections.nav-sections .ub-mega-menu-wrapper .ub-mega-menu > ul.level0 > li > .child-content {
        max-width: 100%;
        position: static !important;
        box-shadow: none;
        border: none;
        max-height: 480px;
        overflow: auto;
        -webkit-overflow-scrolling: touch; }
        .sections.nav-sections .ub-mega-menu-wrapper .ub-mega-menu > ul.level0 > li > .child-content::-webkit-scrollbar {
          width: 8px; }
        .sections.nav-sections .ub-mega-menu-wrapper .ub-mega-menu > ul.level0 > li > .child-content::-webkit-scrollbar-track {
          -webkit-border-radius: 0;
          border-radius: 0; }
        .sections.nav-sections .ub-mega-menu-wrapper .ub-mega-menu > ul.level0 > li > .child-content::-webkit-scrollbar-thumb {
          -webkit-border-radius: 8px;
          border-radius: 8px;
          background: #79c1ae;
          -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1); }
        .sections.nav-sections .ub-mega-menu-wrapper .ub-mega-menu > ul.level0 > li > .child-content::-webkit-scrollbar-thumb:window-inactive {
          background: #9f9491; }
        .sections.nav-sections .ub-mega-menu-wrapper .ub-mega-menu > ul.level0 > li > .child-content a {
          font-size: 13px;
          text-transform: none; }
          .sections.nav-sections .ub-mega-menu-wrapper .ub-mega-menu > ul.level0 > li > .child-content a span {
            text-transform: none; }
    .sections.nav-sections .ub-mega-menu-wrapper .ub-mega-menu > ul.level0 ul.level1 .group-title a,
    .sections.nav-sections .ub-mega-menu-wrapper .ub-mega-menu > ul.level0 ul.level2 .group-title a {
      color: #79c1ae;
      font-size: 13px;
      font-weight: 700;
      font-family: "Open Sans", sans-serif !important;
      border: none;
      margin-bottom: 0; }
    .sections.nav-sections .ub-mega-menu-wrapper .ub-mega-menu > ul.level0 ul.level1 .group-content li.mega.last a,
    .sections.nav-sections .ub-mega-menu-wrapper .ub-mega-menu > ul.level0 ul.level2 .group-content li.mega.last a {
      color: #79c1ae; }
    .sections.nav-sections .ub-mega-menu-wrapper .ub-mega-menu > ul.level0 ul.level1 .group-content a,
    .sections.nav-sections .ub-mega-menu-wrapper .ub-mega-menu > ul.level0 ul.level2 .group-content a {
      width: auto;
      text-transform: uppercase;
      padding: 0;
      color: #9f9491; }
  .sections.nav-sections #switcher-currency-nav .switcher-trigger strong:after {
    right: -5px;
    top: -10px; } }

/*# sourceMappingURL=ub_menu.css.map */
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

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

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

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

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

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

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

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

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
  .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d; }

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

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

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

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

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

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }
/**
 * Swiper 11.0.4
 * 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: November 9, 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}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{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-ios .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.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{transform-style:preserve-3d}.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-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.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-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{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 svg,.swiper-button-prev svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.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-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{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;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{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{pointer-events:auto}.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-prev{pointer-events:auto;visibility:visible}.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-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.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-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-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}@charset "UTF-8";

/* Icons */
@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "slick";
	src: url("../../frontend/Netsteps/default/it_IT/Aheadworks_Autorelated/css/fonts/slick.eot");
	src: url("../../frontend/Netsteps/default/it_IT/Aheadworks_Autorelated/css/fonts/slick.eot?#iefix") format("embedded-opentype"), url("../../frontend/Netsteps/default/it_IT/Aheadworks_Autorelated/css/fonts/slick.woff") format("woff"), url("../../frontend/Netsteps/default/it_IT/Aheadworks_Autorelated/css/fonts/slick.ttf") format("truetype"), url("../../frontend/Netsteps/default/it_IT/Aheadworks_Autorelated/css/fonts/slick.svg#slick") format("svg");
}

/* Slick slider
-----------------------------------------------------------------------------*/

/* Slider */
.slick-slider {
	position: relative;
	display: block;
	-moz-box-sizing: border-box;
	     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;
}
.slick-track:before,
.slick-track:after {
	display: table;
	content: "";
}
.slick-track:after {
	clear: both;
}
.slick-loading .slick-track {
	visibility: hidden;
}
.slick-slide {
	display: none;
	float: left;
	min-height: 1px;
	height: 100%;
}
.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;
}

/* Slick theme */

/* Slider */
.slick-loading .slick-list {
	background: #fff url("../../frontend/Netsteps/default/it_IT/Aheadworks_Autorelated/images/slick-ajax-loader.gif") center center no-repeat;
}

/* Arrows */
.slick-prev,
.slick-next {
	position: absolute;
	top: 50%;
	display: block;
	padding: 0;
	width: 20px;
	height: 20px;
	outline: none;
	border: none !important;
	box-shadow: none !important;
	background: transparent;
	color: transparent;
	font-size: 0;
	line-height: 0;
	cursor: pointer;
	z-index: 2;
	-webkit-transform: translate(0, -50%);
	    -ms-transform: translate(0, -50%);
	        transform: translate(0, -50%);
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	outline: none;
	background: transparent;
	color: 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: 0.25;
}
.slick-prev:before,
.slick-next:before {
	color: #666;
	font-size: 20px;
	font-family: 'slick';
	line-height: 1;
	opacity: 0.75;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.slick-prev {
	left: 0;
}
.slick-prev:before {
	content: "←";
}
.slick-next {
	right: 0;
}
.slick-next:before {
	content: "→";
}

/* Fixes for Blank theme
-----------------------------------------------------------------------------*/

.aw-arp-container .product-item {
	padding-left: 0 !important;
}

/* Fixes for Luma theme
-----------------------------------------------------------------------------*/

.aw-arp-container .product-item-info {
	width: auto;
}
.aw-arp-container .product-image-container {
}
.aw-arp-container .product-image-wrapper {
	height: auto;
}
.aw-arp-container .product-image-photo {
	position: static;
}

/* Automatic Related Products styles
-----------------------------------------------------------------------------*/

.aw-arp-container {
    margin-bottom: 35px;
}
.aw-arp-container--grid {
}
.aw-arp-container--slider {
}
.aw-arp-container__title {
	font-weight: bold;
}
.aw-arp-container--grid .aw-arp-container__items {
    overflow: hidden;
    margin: 0 -10px -20px;
}
.aw-arp-container__item {
	box-sizing: border-box;
	padding: 0 10px;
	text-align: center;
}
.aw-arp-container--grid .aw-arp-container__item {
	float: left;
	margin-bottom: 20px;
}

/* Clean row start */
.aw-arp-container--grid[data-aw-arp-columns="1"] .aw-arp-container__item:nth-child(1n + 1),
.aw-arp-container--grid[data-aw-arp-columns="2"] .aw-arp-container__item:nth-child(2n + 1),
.aw-arp-container--grid[data-aw-arp-columns="3"] .aw-arp-container__item:nth-child(3n + 1),
.aw-arp-container--grid[data-aw-arp-columns="4"] .aw-arp-container__item:nth-child(4n + 1) {
	clear: left;
}

/* Columns width */
.aw-arp-container--grid[data-aw-arp-columns="1"] .aw-arp-container__item {
	width: 100%;
}
.aw-arp-container--grid[data-aw-arp-columns="2"] .aw-arp-container__item {
	width: 50%;
}
.aw-arp-container--grid[data-aw-arp-columns="3"] .aw-arp-container__item {
	width: 33.33333%;
}
.aw-arp-container--grid[data-aw-arp-columns="4"] .aw-arp-container__item {
	width: 25%;
}

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

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

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

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

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

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

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

a.amasty-hide-price-container {
    cursor: pointer;
}
.tooltipster-base{position:absolute;display:flex;pointer-events:none}.tooltipster-box{flex:1 1 auto}.tooltipster-content{overflow:auto;box-sizing:border-box;max-width:100%;max-height:100%}.tooltipster-ruler{position:fixed;top:0;right:0;bottom:0;left:0;visibility:hidden;overflow:hidden}.tooltipster-fade{opacity:0;-webkit-transition-property:opacity;-moz-transition-property:opacity;-ms-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity}.tooltipster-fade.tooltipster-show{opacity:1}.tooltipster-grow{transition-property:transform;transform:scale(0,0);-webkit-backface-visibility:hidden}.tooltipster-grow.tooltipster-show{-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-moz-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-ms-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-o-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-webkit-transform:scale(1,1);-moz-transform:scale(1,1);-ms-transform:scale(1,1);-o-transform:scale(1,1);transform:scale(1,1)}.tooltipster-swing{opacity:0;-webkit-transition-property:-webkit-transform,opacity;-moz-transition-property:-moz-transform;-ms-transition-property:-ms-transform;-o-transition-property:-o-transform;transition-property:transform;-webkit-transform:rotateZ(4deg);-moz-transform:rotateZ(4deg);-ms-transform:rotateZ(4deg);-o-transform:rotateZ(4deg);transform:rotateZ(4deg)}.tooltipster-swing.tooltipster-show{opacity:1;-webkit-transition-timing-function:cubic-bezier(.23,.635,.495,2.4);-moz-transition-timing-function:cubic-bezier(.23,.635,.495,2.4);-ms-transition-timing-function:cubic-bezier(.23,.635,.495,2.4);-o-transition-timing-function:cubic-bezier(.23,.635,.495,2.4);transition-timing-function:cubic-bezier(.23,.635,.495,2.4);-webkit-transform:rotateZ(0);-moz-transform:rotateZ(0);-ms-transform:rotateZ(0);-o-transform:rotateZ(0);transform:rotateZ(0)}.tooltipster-fall{-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-moz-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-ms-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-o-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-webkit-transition-property:top;-moz-transition-property:top;-ms-transition-property:top;-o-transition-property:top;transition-property:top}.tooltipster-fall.tooltipster-initial{top:0!important}.tooltipster-fall.tooltipster-dying{top:0!important;opacity:0;-webkit-transition-property:all;-moz-transition-property:all;-ms-transition-property:all;-o-transition-property:all;transition-property:all}.tooltipster-slide{-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-moz-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-ms-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-o-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-webkit-transition-property:left;-moz-transition-property:left;-ms-transition-property:left;-o-transition-property:left;transition-property:left}.tooltipster-slide.tooltipster-initial{left:-40px!important}.tooltipster-slide.tooltipster-dying{left:0!important;opacity:0;-webkit-transition-property:all;-moz-transition-property:all;-ms-transition-property:all;-o-transition-property:all;transition-property:all}@keyframes tooltipster-fading{0%{opacity:0}100%{opacity:1}}.tooltipster-update-fade{animation:tooltipster-fading .4s}@keyframes tooltipster-rotating{25%{transform:rotate(-2deg)}75%{transform:rotate(2deg)}100%{transform:rotate(0)}}.tooltipster-update-rotate{animation:tooltipster-rotating .6s}@keyframes tooltipster-scaling{50%{transform:scale(1.1)}100%{transform:scale(1)}}.tooltipster-update-scale{animation:tooltipster-scaling .6s}.tooltipster-sidetip .tooltipster-box{border:2px solid #000;border-radius:4px;background:#565656}.tooltipster-sidetip.tooltipster-bottom .tooltipster-box{margin-top:8px}.tooltipster-sidetip.tooltipster-left .tooltipster-box{margin-right:8px}.tooltipster-sidetip.tooltipster-right .tooltipster-box{margin-left:8px}.tooltipster-sidetip.tooltipster-top .tooltipster-box{margin-bottom:8px}.tooltipster-sidetip .tooltipster-content{padding:6px 14px;line-height:18px}.tooltipster-sidetip .tooltipster-arrow{position:absolute;overflow:hidden}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow{top:0;margin-left:-10px;width:20px;height:10px}.tooltipster-sidetip.tooltipster-left .tooltipster-arrow{top:0;right:0;margin-top:-10px;width:10px;height:20px}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow{top:0;left:0;margin-top:-10px;width:10px;height:20px}.tooltipster-sidetip.tooltipster-top .tooltipster-arrow{bottom:0;margin-left:-10px;width:20px;height:10px}.tooltipster-sidetip .tooltipster-arrow-background,.tooltipster-sidetip .tooltipster-arrow-border{position:absolute;width:0;height:0}.tooltipster-sidetip .tooltipster-arrow-background{border:10px solid transparent}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background{top:3px;left:0;border-bottom-color:#565656}.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background{top:0;left:-3px;border-left-color:#565656}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background{top:0;left:3px;border-right-color:#565656}.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background{top:-3px;left:0;border-top-color:#565656}.tooltipster-sidetip .tooltipster-arrow-border{top:-4px;left:2px;width:8px;height:8px;background:#000;transform:rotate(45deg)}.tooltipster-sidetip .tooltipster-arrow-uncropped{position:relative}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped{top:-10px}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped{left:-10px}.tooltipster-sidetip.tooltipster-shadow .tooltipster-box{border:none;border-radius:5px;background:#fff;box-shadow:0 0 10px 6px rgba(0,0,0,.1)}.tooltipster-sidetip.tooltipster-shadow.tooltipster-bottom .tooltipster-box{margin-top:6px}.tooltipster-sidetip.tooltipster-shadow.tooltipster-left .tooltipster-box{margin-right:6px}.tooltipster-sidetip.tooltipster-shadow.tooltipster-right .tooltipster-box{margin-left:6px}.tooltipster-sidetip.tooltipster-shadow.tooltipster-top .tooltipster-box{margin-bottom:6px}.tooltipster-sidetip.tooltipster-shadow .tooltipster-arrow{margin-left:-6px;width:12px;height:6px}.tooltipster-sidetip.tooltipster-shadow.tooltipster-left .tooltipster-arrow,.tooltipster-sidetip.tooltipster-shadow.tooltipster-right .tooltipster-arrow{margin-top:-6px;margin-left:0;width:6px;height:12px}.tooltipster-sidetip.tooltipster-shadow .tooltipster-arrow-background{display:none}.tooltipster-sidetip.tooltipster-shadow.tooltipster-bottom .tooltipster-arrow-border{top:8px}.tooltipster-sidetip.tooltipster-shadow.tooltipster-top .tooltipster-arrow-border{top:-4px}.tooltipster-sidetip.tooltipster-shadow.tooltipster-bottom .tooltipster-arrow-uncropped{top:-6px}.tooltipster-sidetip.tooltipster-shadow.tooltipster-right .tooltipster-arrow-uncropped{left:-6px}
/**
 * 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}
.minicart-items-wrapper {height: auto !important;}
.minicart-items-wrapper .product-item-details{text-align: left;}
.minicart-items .product-item-pricing .qty input[type="number"] {
		margin-right: 5px;
	}
.minicart-items .product-item-pricing .qty button {padding: 7px 7px;}
@media(max-width: 600px) {
	.minicart-items .product-item-pricing .qty input[type="number"] {
		width: 4rem !important;
	}
}
@media (max-width:767px) {
.minicart-items .product-item-details {
    padding-left: 75px;
}
.minicart-items-wrapper .content .product.options.list .label {
   font-size: 13px;
}
.minicart-items-wrapper .content .product.options.list .values span{font-size:13px; }

}

@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) {
.minicart-items-wrapper .content .product.options.list .values{position:relative; top:-1px; } 
}

.minicart-items-wrapper .content .product.options.list .label{float:left; margin-right:5px; }
.minicart-items-wrapper .content .product.options.list .label:after{content:":"; margin-left:2px; }
klarna-express-button {
    display: block !important;
    margin: auto;
}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('../../frontend/Netsteps/default/it_IT/Lof_All/lib/fancybox/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('../../frontend/Netsteps/default/it_IT/Lof_All/lib/fancybox/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('../../frontend/Netsteps/default/it_IT/Lof_All/lib/fancybox/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('../../frontend/Netsteps/default/it_IT/Lof_All/lib/fancybox/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('../../frontend/Netsteps/default/it_IT/Lof_All/lib/fancybox/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('../../frontend/Netsteps/default/it_IT/Lof_All/lib/fancybox/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}/*!
 * Bootstrap v3.3.4 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=335bf7d52918f3a2c58f)
 * Config saved to config.json and https://gist.github.com/335bf7d52918f3a2c58f
 */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

.formbuilder-form .col-xs-1, .formbuilder-form .col-sm-1, .formbuilder-form .col-md-1, .formbuilder-form .col-lg-1,
.formbuilder-form .col-xs-2, .formbuilder-form .col-sm-2, .formbuilder-form .col-md-2,
.formbuilder-form .col-lg-2, .formbuilder-form .col-xs-3, .formbuilder-form .col-sm-3, .formbuilder-form .col-md-3, .formbuilder-form .col-lg-3, .formbuilder-form .col-xs-4, .formbuilder-form .col-sm-4, .formbuilder-form .col-md-4, .formbuilder-form .col-lg-4, .formbuilder-form .col-xs-5, .formbuilder-form .col-sm-5, .formbuilder-form .col-md-5, .formbuilder-form .col-lg-5, .formbuilder-form .col-xs-6, .formbuilder-form .col-sm-6, .formbuilder-form .col-md-6, .formbuilder-form .col-lg-6, .formbuilder-form .col-xs-7, .formbuilder-form .col-sm-7, .formbuilder-form .col-md-7, .formbuilder-form .col-lg-7, .formbuilder-form .col-xs-8, .formbuilder-form .col-sm-8, .formbuilder-form .col-md-8, .formbuilder-form .col-lg-8, .formbuilder-form .col-xs-9, .formbuilder-form .col-sm-9, .formbuilder-form .col-md-9, .formbuilder-form .col-lg-9, .formbuilder-form .col-xs-10, .formbuilder-form .col-sm-10, .formbuilder-form .col-md-10, .formbuilder-form .col-lg-10, .formbuilder-form .col-xs-11, .formbuilder-form .col-sm-11, .formbuilder-form .col-md-11, .formbuilder-form .col-lg-11, .formbuilder-form .col-xs-12, .formbuilder-form .col-sm-12, .formbuilder-form .col-md-12, .formbuilder-form .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  
    -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.formbuilder-form .col-xs-1, .formbuilder-form .col-xs-2, .formbuilder-form .col-xs-3, .formbuilder-form .col-xs-4, .formbuilder-form .col-xs-5, .formbuilder-form .col-xs-6, .formbuilder-form .col-xs-7, .formbuilder-form .col-xs-8, .formbuilder-form .col-xs-9, .formbuilder-form .col-xs-10, .formbuilder-form .col-xs-11, .formbuilder-form .col-xs-12 {
  float: left;
}
.formbuilder-form .col-xs-12 {
  width: 100%;
}
.formbuilder-form .col-xs-11 {
  width: 91.66666667%;
}
.formbuilder-form .col-xs-10 {
  width: 83.33333333%;
}
.formbuilder-form .col-xs-9 {
  width: 75%;
}
.formbuilder-form .col-xs-8 {
  width: 66.66666667%;
}
.formbuilder-form .col-xs-7 {
  width: 58.33333333%;
}
.formbuilder-form .col-xs-6 {
  width: 50%;
}
.formbuilder-form .col-xs-5 {
  width: 41.66666667%;
}
.formbuilder-form .col-xs-4 {
  width: 33.33333333%;
}
.formbuilder-form .col-xs-3 {
  width: 25%;
}
.formbuilder-form .col-xs-2 {
  width: 16.66666667%;
}
.formbuilder-form .col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .formbuilder-form .col-sm-1, .formbuilder-form .col-sm-2, .formbuilder-form .col-sm-3, .formbuilder-form .col-sm-4, .formbuilder-form .col-sm-5, .formbuilder-form .col-sm-6, .formbuilder-form .col-sm-7, .formbuilder-form .col-sm-8, .formbuilder-form .col-sm-9, .formbuilder-form .col-sm-10, .formbuilder-form .col-sm-11, .formbuilder-form .col-sm-12 {
    float: left;
  }
  .formbuilder-form .col-sm-12 {
    width: 100%;
  }
  .formbuilder-form .col-sm-11 {
    width: 91.66666667%;
  }
  .formbuilder-form .col-sm-10 {
    width: 83.33333333%;
  }
  .formbuilder-form .col-sm-9 {
    width: 75%;
  }
  .formbuilder-form .col-sm-8 {
    width: 66.66666667%;
  }
  .formbuilder-form .col-sm-7 {
    width: 58.33333333%;
  }
  .formbuilder-form .col-sm-6 {
    width: 50%;
  }
  .formbuilder-form .col-sm-5 {
    width: 41.66666667%;
  }
  .formbuilder-form .col-sm-4 {
    width: 33.33333333%;
  }
  .formbuilder-form .col-sm-3 {
    width: 25%;
  }
  .formbuilder-form .col-sm-2 {
    width: 16.66666667%;
  }
  .formbuilder-form .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .formbuilder-form .col-md-1, .formbuilder-form .col-md-2, .formbuilder-form .col-md-3, .formbuilder-form .col-md-4, .formbuilder-form .col-md-5, .formbuilder-form .col-md-6, .formbuilder-form .col-md-7, .formbuilder-form .col-md-8, .formbuilder-form .col-md-9, .formbuilder-form .col-md-10, .formbuilder-form .col-md-11, .formbuilder-form .col-md-12 {
    float: left;
  }
  .formbuilder-form .col-md-12 {
    width: 100%;
  }
  .formbuilder-form .col-md-11 {
    width: 91.66666667%;
  }
  .formbuilder-form .col-md-10 {
    width: 83.33333333%;
  }
  .formbuilder-form .col-md-9 {
    width: 75%;
  }
  .formbuilder-form .col-md-8 {
    width: 66.66666667%;
  }
  .formbuilder-form .col-md-7 {
    width: 58.33333333%;
  }
  .formbuilder-form .col-md-6 {
    width: 50%;
  }
  .formbuilder-form .col-md-5 {
    width: 41.66666667%;
  }
  .formbuilder-form .col-md-4 {
    width: 33.33333333%;
  }
  .formbuilder-form .col-md-3 {
    width: 25%;
  }
  .formbuilder-form .col-md-2 {
    width: 16.66666667%;
  }
  .formbuilder-form .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .formbuilder-form .col-lg-1, .formbuilder-form .col-lg-2, .formbuilder-form .col-lg-3, .formbuilder-form .col-lg-4, .formbuilder-form .col-lg-5, .formbuilder-form .col-lg-6, .formbuilder-form .col-lg-7, .formbuilder-form .col-lg-8, .formbuilder-form .col-lg-9, .formbuilder-form .col-lg-10, .formbuilder-form .col-lg-11, .formbuilder-form .col-lg-12 {
    float: left;
  }
  .formbuilder-form .col-lg-12 {
    width: 100%;
  }
  .formbuilder-form .col-lg-11 {
    width: 91.66666667%;
  }
  .formbuilder-form .col-lg-10 {
    width: 83.33333333%;
  }
  .formbuilder-form .col-lg-9 {
    width: 75%;
  }
  .formbuilder-form .col-lg-8 {
    width: 66.66666667%;
  }
  .formbuilder-form .col-lg-7 {
    width: 58.33333333%;
  }
  .formbuilder-form .col-lg-6 {
    width: 50%;
  }
  .formbuilder-form .col-lg-5 {
    width: 41.66666667%;
  }
  .formbuilder-form .col-lg-4 {
    width: 33.33333333%;
  }
  .formbuilder-form .col-lg-3 {
    width: 25%;
  }
  .formbuilder-form .col-lg-2 {
    width: 16.66666667%;
  }
  .formbuilder-form .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}.cancel-on-png, .cancel-off-png, .star-on-png, .star-off-png, .star-half-png {
  font-size: 2em;
}

@font-face {
  font-family: "raty";
  font-style: normal;
  font-weight: normal;
  src: url("../../frontend/Netsteps/default/it_IT/Lof_Formbuilder/js/raty/fonts/raty.eot");
  src: url("../../frontend/Netsteps/default/it_IT/Lof_Formbuilder/js/raty/fonts/raty.eot?#iefix") format("embedded-opentype");
  src: url("../../frontend/Netsteps/default/it_IT/Lof_Formbuilder/js/raty/fonts/raty.svg#raty") format("svg");
  src: url("../../frontend/Netsteps/default/it_IT/Lof_Formbuilder/js/raty/fonts/raty.ttf") format("truetype");
  src: url("../../frontend/Netsteps/default/it_IT/Lof_Formbuilder/js/raty/fonts/raty.woff") format("woff");
}

.cancel-on-png, .cancel-off-png, .star-on-png, .star-off-png, .star-half-png {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "raty";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
}

.cancel-on-png:before {
  content: "\e600";
}

.cancel-off-png:before {
  content: "\e601";
}

.star-on-png:before {
  content: "\f005";
}

.star-off-png:before {
  content: "\f006";
}

.star-half-png:before {
  content: "\f123";
}
/*!
 *  Font Awesome 4.6.3 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/Netsteps/default/it_IT/Lof_Formbuilder/fonts/fontawesome-webfont.eot?v=4.6.3');src:url('../../frontend/Netsteps/default/it_IT/Lof_Formbuilder/fonts/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'),url('../../frontend/Netsteps/default/it_IT/Lof_Formbuilder/fonts/fontawesome-webfont.woff2?v=4.6.3') format('woff2'),url('../../frontend/Netsteps/default/it_IT/Lof_Formbuilder/fonts/fontawesome-webfont.woff?v=4.6.3') format('woff'),url('../../frontend/Netsteps/default/it_IT/Lof_Formbuilder/fonts/fontawesome-webfont.ttf?v=4.6.3') format('truetype'),url('../../frontend/Netsteps/default/it_IT/Lof_Formbuilder/fonts/fontawesome-webfont.svg?v=4.6.3#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-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"}.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}
.dm-uploader{cursor:default;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.dm-uploader .btn{position:relative;overflow:hidden}.dm-uploader .btn input[type=file]{position:absolute;top:0;right:0;margin:0;border:solid transparent;width:100%;opacity:0;cursor:pointer}.form-foundation label {
    font-size: 1.4rem !important;
}

.formbuilder-form .clear {
    clear: both;
}

.formbuilder-popup {
    display: none;
}

.field-section-break {
    position: relative;
}

.field-section-break .sm-section-break {
    position: relative;
    text-align: center;
}

.field-section-break .sm-section-break:before {
    content: '';
    display: block;
    height: 1px;
    width: 100%;
    background: -moz-radial-gradient(center, ellipse cover, #fff 25%, #cecece 100%);
    background: -webkit-gradient(radial, center center, 0, center center, 100%, color-stop(25%, #fff), color-stop(100%, #cecece));
    background: -webkit-radial-gradient(center, ellipse cover, #fff 25%, #cecece 100%);
    background: -ms-radial-gradient(center, ellipse cover, #fff 25%, #cecece 100%);
    background: radial-gradient(ellipse at center, #fff 0%, #cecece 100%);
    position: absolute;
    top: 50%;
    z-index: -1;
}

.field-section-break .sm-section-break span {
    background: #FFF;
    padding: 0 20px;
    font-size: 1.5em;
    padding: 0;
    top: -15px;
    margin: 0;
}

.formbuilder-form .ves-rating-play img {
    display: inline;
}

.formbuilder-form .workflow_table th, .formbuilder-form .workflow_table td {
    padding-bottom: 10px;
    padding-right: 15px;
}

.formbuilder-form .calendar {
    z-index: 99999
}

.formbuilder-form .response-field-draggable-helper {
    border: 1px dashed #ddd;
    background: #eee
}

.formbuilder-form .response-field-text input.rf-size-small {
    width: 130px
}

.formbuilder-form .response-field-text input.rf-size-medium {
    width: 300px
}

.formbuilder-form .response-field-text input.rf-size-large {
    width: 100%
}

.formbuilder-form .response-field-paragraph textarea.rf-size-medium {
    width: 400px;
    min-height: 100px
}

.formbuilder-form .response-field-paragraph textarea.rf-size-large {
    width: 100%;
    min-height: 200px
}

.formbuilder-form .response-field-date .month,.response-field-date .day,.response-field-date .year {
    width: 50px
}

.formbuilder-form .response-field-time .hours,.response-field-time .minutes,.response-field-time .seconds {
    width: 50px
}

.formbuilder-form .response-field-checkboxes .fb-option,.response-field-radio .fb-option {
    margin-bottom: 5px;
    display: inline-block
}

.formbuilder-form .response-field-website input {
    width: 200px
}

.formbuilder ul {
    padding: 0;
    margin: 0;
}

.formbuilder li {
    list-style: none;
}

.formbuilder .required em {
    color: #f00;
}

.response-field-time select {
    width: auto
}

.formbuilder input, .formbuilder select {
    width: auto;
}

.formbuilder .input-line {
    clear: both;
    margin-bottom: 10px;
}

.formbuilder .subtemplate-wrapper > label {
    display: block;
    padding-bottom: 3px;
    margin-bottom: 10px;
}

.response-field-address .street input {
    width: 100%
}

.response-field-address .city, .response-field-address .state {
    display: inline-block
}

.response-field-address input {
    width: 100%
}

.formbuilder .country select,.formbuilder .state select {
    width: 100%
}

.response-field-google_map .form-group input {
    width: 100%
}

.response-field-price .form-input input, .response-field-email .input-box input, .response-field-website .input-box input, .response-field-number .input-box input, .response-field-dropdown .input-box select, .response-field-date .input-box input, .response-field-text input, .response-field-paragraph textarea {
    width: 100%;
}

.formbuilder-form .form-list .field {
    margin-bottom: 10px;
    min-height: 60px;
}

.formbuilder label {
    font-weight: normal;
}

@media only screen and (max-width: 599px) {
    .workflow_table colgroup, .workflow_table thead {
        display: none;
    }

    .workflow_table tr {
        display: block;
        margin-bottom: 10px;
        padding-bottom: 10px;
        position: relative;
        width: 100%;
    }

    .workflow_table tr:after {
        content: '';
        display: block;
        clear: both;
    }

    .workflow_table tr:after:before, .workflow_table tr:after:after {
        content: " ";
        display: table;
    }

    .workflow_table tr:after:after {
        clear: both;
    }

    .workflow_table tr:last-child {
        margin-bottom: 0;
    }

    .workflow_table tfoot tr {
        padding-bottom: 0;
    }

    .workflow_table td {
        border: none;
        display: block;
    }

    .workflow_table td[data-rwd-label] {
        padding-left: 15px;
        margin-bottom: 6px;
    }

    .workflow_table td[data-rwd-label] .price {
        font-weight: normal;
    }

    .workflow_table td[data-rwd-label]:before {
        content: attr(data-rwd-label) ":";
        font-size: 12px;
        font-family: "Open Sans", sans-serif;
        padding-right: 5px;
        text-transform: uppercase;
    }

    .workflow_table td.product-cart-price {
        text-align: left;
    }
}

.fancybox-inner {
    overflow-x: hidden !important;
}

.formbuilder-loading.ajax-loading {
    background: rgba(0, 0, 0, 0) url("../../frontend/Netsteps/default/it_IT/Lof_Formbuilder/css/image/ajax-loader.gif") repeat scroll center center;
    height: 30px;
    left: 50%;
    position: fixed;
    top: 50%;
    width: 30px;
    z-index: 9999;
}

.subtemplate-wrapper .form-field-icon {
    position: absolute;
    right: 0;
    top: 0;
    cursor: text;
    line-height: 1.4em;
    font-size: 1.05em;
    color: inherit;
    background-color: transparent;
    padding: 7px 10px 0 0;
}

.subtemplate-wrapper .input-text, .subtemplate-wrapper .input-box {
    position: relative;
}

.response-field-section_break .subtemplate-wrapper {
    height: 100%;
    margin: 0;
}

.response-field-section_break .field-section-break span {
    background: #fff none repeat scroll 0 0;
    padding: 0 10px;
    text-align: center;
}

.ratings-table .rating.small {
    position: relative;
}

.star.on {
    float: left;
    background-image: url("../../frontend/Netsteps/default/it_IT/Lof_Formbuilder/css/image/rating/star-on.png");
    background-position: left 2px;
    background-repeat: no-repeat;
    height: 16px;
    width: 16px;
}

.formbuilder-row .title {
    font-size: 18px;
    font-weight: 700;
}

.value-formbuilder-attr.description {
    padding: 10px 0;
}

.formbuilder-container .formbuilder-row {
    margin-bottom: 30px;
    padding: 15px 0;
}

.box-formbuilder .info {
    color: #f1703d;
    font-size: 13px;
    font-weight: 700;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.box-formbuilder .info {
    color: #f1703d;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}

.box-formbuilder .info .lable {
    color: #bbb;
    font-size: 12px;
    font-weight: 400;
}

.formbuilder-form.animation {
    position: fixed;
    top: 100px;
    transition: all 0.6s;
    border: solid 1px #CCC;
    -webkit-box-shadow: 1px -1px 3px #888888;
    box-shadow: 1px -1px 3px #888888;
    z-index: 9999;
    background-color: #fff;
    padding: 0px 15px 10px;
}

.formbuilder-form.animation.animation-right {
    -webkit-box-shadow: 1px -1px 3px #888888;
    box-shadow: none;
    border-left: 0;
    box-shadow: -1px 1px 3px #888888;
}

.formbuilder-form.animation.animation-right .panelbutton {
    border-right: 0px;
}

.formbuilder-form .panelbutton {
    border: solid 1px #CCC;
    background: #FFF;
    padding: 2px 12px;
    position: absolute;
    right: -52px;
    top: 100px;
    border-left: none;
    cursor: pointer;
    font-size: 2em;
}

.formbuilder-form.animation.animation-right .panelbutton {
    left: -52px;
    right: auto;
    border-radius: 3px 0 0 3px;
}

.formbuilder-form .panelbutton:before {
}

.formbuilder-form .panelbutton {
    background: #1979c3
}

.formbuilder-form.animation.animation-left.active {
    left: 0px !important;
    transition: all 0.6s;
}

.formbuilder-form.animation.animation-right.active {
    right: 0px !important;
    transition: all 0.6s;
}

.formbuilder-form.animation .form-content {
    overflow-y: auto;
    overflow-x: hidden;
}

.formbuilder-messages ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.formbuilder-messages ul li {
    margin-bottom: 2rem
}

.formbuilder-form .form-content > h2 {
    text-align: center
}

.form-list > .field {
    position: relative;
}

.subtemplate-wrapper .columns > label {
    font-weight: bold;
}

.subtemplate-inner {
    position: relative;
}
.formbuilder-form .formbuilder-button.button{
    border: 0
}
.formbuilder-form .g-recaptcha {
    margin: 10px 0;
}
.form-fieldtype-price .form-currency{
   position: absolute;
   top: 20%;
   z-index: 9;
   left: 2%;
}
.form-fieldtype-price .input-box {
    position: relative;
    float: left;
    width: 100%;
}
.form-fieldtype-price .input-box input{
    padding-left: 30px;
}

.formbuilder-form .form-list .field.hidden {
    display: block !important;
    clear: both;
    height: 1px;
    visibility: hidden;
    line-height: 1px;
    margin-bottom: 0;
    min-height: 0;
}
.formbuilder-form .form-list .row{
    margin-bottom: 5px;
    margin-left: -15px;
    margin-right: -15px;
}
/**
 * MB "Vienas bitas" (Magetrend.com)
 *
 * PHP version 5.3 or later
 *
 * @category MageTrend
 * @package  Magetend/Eop
 * @author   Edvinas Stulpinas <edwin@magetrend.com>
 * @license  http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
 * @link     https://www.magetrend.com/magento-2-exit-intent-popup-extension
 */

#esns_background_layer {
    position: absolute;
    z-index: 2147483647;
    background: url(../../frontend/Netsteps/default/it_IT/Magetrend_Eop/images/mteo_dark2.png);
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-align: center;
    top: 0;
    left: 0;
    display: none;
}
.mteo-theme-default #mteo_msg_error,
.mteo-theme-default #mteo_subscription_success_with_coupon,
.mteo-theme-default #mteo_subscription_success {
    display: none;
}

#mteo_popup_bg_layer {
    position: absolute;
    z-index: 2147483647;
    background: url(../../frontend/Netsteps/default/it_IT/Magetrend_Eop/images/mteo_dark2.png);
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-align: center;
    top: 0;
    left: 0;
    box-sizing: border-box;
    display: none;
}

#mteo_popup_content {
    background: #ffffff;
    position: relative;
    margin: 0 auto;
    display: inline-block;
    vertical-align: middle;
}

/* Default theme */

.mteo-theme-default select,
.mteo-theme-default label,
.mteo-theme-default input,
.mteo-theme-default a,
.mteo-theme-default {
    font-family: Arial, sans-serif;
}

.mteo-theme-default {
    width: 760px;
    height: auto;
    min-height: 480px;
    display: block;
    overflow: hidden;
}

.mteo-theme-default .mteo-text-row-1 {
    margin-top: 70px;
    height: 30px;
    line-height: 30px;
    width: 100%;
    font-size: 17px;
    font-family: Arial, sans-serif;
    font-weight: 300;
}

.mteo-theme-default .mteo-text-row-2 {
    margin: 14px 0 0 0;
    font-size: 100px;
    line-height: 90px;
    height: auto;
    overflow: hidden;
}

.mteo-text-row-3 {
    margin: 0px 0 0px 0;
    font-size: 32px;
    line-height: 38px;
    height: auto;
    overflow: hidden;
    font-weight: 300;
}

.mteo-theme-default .mteo-text-row-4 {
    margin: 0px 0 15px 0;
    font-size: 16px;
    height: auto;
    overflow: hidden;
    font-weight: 300;
}
.mteo-theme-default #mteo_subcription_form {
    height: auto;
    overflow: hidden;
    padding-bottom: 40px;
}
.mteo-theme-default .mteo-subscribe {
    margin: 50px 20% 0px;

    width: 60%;
    display: inline-block;
}

.mteo-theme-default .mteo-subscribe input#mteo_email {
    display: inline-block;
    float: left;
    width: 70%;
    height: 40px;
    background-color: #ffffff;
    border: 0;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
    color: #3d3d3d;

    -webkit-border-top-left-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-bottomleft: 2px;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}

.mteo-theme-default .mteo-subscribe a#mteo_contact_submit,
.mteo-theme-default .mteo-subscribe a#mteo_submit {
    font-size: 16px;
    width: 30%;
    height: 40px;
    line-height: 36px;
    text-decoration: none;
    color: #ffffff;
    display: inline-block;
    float: left;
    font-weight: 300;

    -webkit-border-top-right-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    -moz-border-radius-topright: 2px;
    -moz-border-radius-bottomright: 2px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

.mteo-theme-default .mteo-popup-close  {
    background: url('../../frontend/Netsteps/default/it_IT/Magetrend_Eop/images/mteo-close.png') no-repeat center center;
    width: 24px;
    height: 24px;
    position: absolute;
    right: 0;
    top: 0;
    margin: 16px;
    display: inline-block;
}

.mteo-theme-default #mteo_msg_error {
    margin: 15px 0 0 0;
    padding: 0 0 0 55px;
    background: url('../../frontend/Netsteps/default/it_IT/Magetrend_Eop/images/mteo-error.png') no-repeat left center;
    font-size: 16px;
    display: none;
    text-align: center;
    height: 24px;
    line-height: 24px;
    max-width: 50%;
}

.mteo-theme-default #mteo_subscription_success_with_coupon {
    margin: 100px 0 0 0;
    height: auto;
    overflow: hidden;
}

.mteo-theme-default .mteo-success-msg,
.mteo-theme-default #mteo_msg_success {
    font-size: 24px;
    font-weight: 300;
}


.mteo-theme-default .mteo-box-shop-now-button {
    padding: 40px 0;
}

.mteo-theme-default .mteo-box-shop-now-button a{
    padding: 25px 45px;
    font-size: 18px;
    font-weight: 700;
    display: inline-block;
    clear: both;
    text-decoration: none;
}
.mteo-theme-default #mteo_coupon_code {
    font-size: 24px;
    font-weight: 300;
    display: inline-block;
    padding: 20px 40px;
    margin: 30px 0 0 0;
    width: auto;
    border-style: dashed;
    border-width: 5px;
}

.mteo-theme-default .mteo-success-msg{
    margin: 140px 0 0 ;
    padding: 100px 0 0 0;
    background: url('../../frontend/Netsteps/default/it_IT/Magetrend_Eop/images/mteo-success.png') no-repeat center top;
    height: auto;
    overflow: hidden;
}
.mteo-theme-default .mteo-success-msg span ,
.mteo-theme-default #mteo_msg_success span{
    font-size: 16px;
    display: block;
}

/* with additional fields */

.mteo-theme-default .mteo-form-with-additional#mteo_subcription_form {
    padding: 40px 0;
    height: auto;
    overflow: hidden;
}

.mteo-theme-default .mteo-form-with-additional .mteo-text-row-1 {
    margin-top: 0px;
}

.mteo-theme-default .mteo-form-with-additional .mteo-subscribe {
    margin-top: 35px;
}

.mteo-theme-default .mteo-form-with-additional input#mteo_email,
.mteo-theme-default .mteo-form-with-additional .mteo-additional-field {
    width: 60%;
    height: 30px;
    line-height: 28px;
    clear: both;
    margin: 0 auto 8px;
    border: 0;
    display: inline-block;
    box-sizing: border-box;
    padding: 0 15px;
    font-size: 14px;
    color: #3d3d3d;
    float: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.mteo-theme-default .mteo-form-with-additional select.mteo-additional-field {
    padding: 0 15px 0 12px;
}
.mteo-theme-default .mteo-form-with-additional .checkbox-field input,
.mteo-theme-default .checkbox-field input {
    width: auto!important;
    margin: 0 15px 0 0;
    float: left;
    position: absolute;
}
.mteo-theme-default .mteo-form-with-additional .checkbox-field label,
.mteo-theme-default .checkbox-field label {
    float: left;
    font-size: 14px;
    padding-left: 34px;
    padding-top: 4px;
}
.mteo-theme-default .mteo-form-with-additional .checkbox-field label a,
.mteo-theme-default .checkbox-field label a,
.mteo-theme-default .checkbox-field label a:hover,
.mteo-theme-default .mteo-form-with-additional .checkbox-field label a:hover {
    color: #ffffff;
    text-decoration: underline;
}

.mteo-theme-default .mteo-form-with-additional .checkbox-field ,
.mteo-theme-default .checkbox-field {
    width: 60%;
    height: auto;
    line-height: 22px;
    font-size: 14px;
    color: #ffffff;
    display: block;
    float: left;
    margin: 0 20%;
    text-align: left;
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
}

.mteo-theme-default .checkbox-field {
    width: 100%;
    margin: 10px 0;
}

.mteo-theme-default .checkbox-field input {
    top: 9px
}

.mteo-theme-default .checkbox-field label {
    padding-left: 24px;
}

.mteo-theme-default #mteo_msg_error {
    height: auto;
    overflow: hidden;
    padding-bottom: 0px;
    background-position: left top;
}

.mteo-theme-default .mteo-form-with-additional textarea.mteo-additional-field {
    height: 57px;
    resize: none;
    line-height: 18px;
    padding: 10px 15px;
}


.mteo-theme-default .mteo-form-with-additional .mteo-subscribe a#mteo_contact_submit,
.mteo-theme-default .mteo-form-with-additional .mteo-subscribe a#mteo_submit {
    height: 40px;
    line-height: 40px;
    clear: both;
    margin: 20px auto 0;
    display: block;
    float: none;
}

.mteo-theme-default .mteo-form-with-additional .mteo-subscribe {
    margin: 15px 15% 0;
    height: auto;
    overflow: hidden;
}

/* YES NO buttons */
.mteo_buttons {
    margin: 15px 20% 0;
}

.mteo_yes,
.mteo_no {
    display: inline-block;
    padding: 18px 50px;
    font-size: 24px;
    font-weight: bold;
    text-decoration: none;
    line-height: 20px;
    margin: 40px 10px 30px;
}

a.mteo_yes:hover,
a.mteo_no:hover {
    text-decoration: none;
}

.mteo_yes span,
.mteo_no span{
    font-size: 14px;
    font-weight: normal;
    display: block;
}

.mteo-theme-default.mteo_content_yes_no {
    min-height: 460px;
}

/* contact form */

.mteo_content_contact_form {

}



.mteo-theme-default.mteo_content_contact_form .mteo-text-row-1 {
    background: url('../../frontend/Netsteps/default/it_IT/Magetrend_Eop/images/mteo-wait.png') no-repeat left center;
    margin-top: 0px;
    font-size: 100px;
    line-height: 110px;
    height: 110px;
    overflow: hidden;
    display: inline-block;
    padding-left: 110px;
    width: auto;
}

.mteo-theme-default.mteo_content_contact_form  .mteo-text-row-2 {
    margin: 0px 0 0px 0;
    font-size: 32px;
    line-height: 38px;
    height: auto;
    overflow: hidden;
    font-weight: 300;
}

.mteo-theme-default.mteo_content_contact_form .mteo-text-row-3 {
    margin: 30px 0 15px 0;
    font-size: 17px;
    height: auto;
    overflow: hidden;
    font-weight: 300;
    line-height: 20px;

}

.mteo-button-fix {
    height:auto;
    overflow: hidden;
    width: 100%;
}

.mteo-theme-default .mteo-checkbox-after-email-field .mteo-subscribe-form {
    position: relative;
}

.mteo-theme-default .mteo-checkbox-after-email-field .mteo-subscribe-form a#mteo_submit{
    position: absolute;
    top: 0;
    right: 0;
}



@media only screen and (max-width: 790px) {
    #mteo_popup_content,
    #mteo_popup_content .mteo-theme-default {
        width: 100%;
    }

    #mteo_popup_bg_layer {
        width:100%;
        padding: 0 2%;
    }

    .mteo-theme-default .mteo_buttons {
        width: 80%;
        margin: 0px 10%;
    }
    .mteo-theme-default .mteo-subscribe {
        width: 60%;
    }

    .mteo-theme-default .mteo-subscribe,
    .mteo-theme-default .mteo-form-with-additional .mteo-subscribe {
        margin: 50px 10% 0;
    }

    .mteo-theme-default .mteo-text-row-2 {
        font-size: 80px;
        line-height: 80px;
    }

    .mteo-theme-default .mteo-text-row-3 {
        font-size: 28px;
    }

    .mteo-theme-default #mteo_msg_error {
        max-width: 80%;
    }
}
@media only screen and (max-width: 650px) {

}
@media only screen and (max-width: 560px) {
    .mteo-theme-default .mteo-text-row-2 {
        font-size: 60px;
        line-height: 60px;
    }

    .mteo-theme-default .mteo-text-row-3 {
        font-size: 26px;
    }

    .mteo-theme-default .mteo_buttons,
    .mteo-theme-default .mteo-subscribe {
        width: 80%;
    }
}

@media only screen and (max-width: 520px) {
    .mteo-theme-default .mteo_no {
        margin-top: 0px;
    }
    .mteo-theme-default .mteo_yes {
        margin-bottom: 20px;
    }

}
@media only screen and (max-width: 460px) {


    .mteo-theme-default .mteo-subscribe {
        width: 90%;
    }

    .mteo-theme-default .mteo-subscribe,
    .mteo-theme-default .mteo-form-with-additional .mteo-subscribe {
        margin: 30px 5% 0;
    }

    .mteo-theme-default .mteo-text-row-2 {
        line-height: 50px;
    }

    .mteo-theme-default .mteo-subscribe a#mteo_contact_submit, .mteo-theme-default .mteo-subscribe a#mteo_submit {
        width: 40%;
    }

    .mteo-theme-default .mteo-form-with-additional input#mteo_email,
    .mteo-theme-default .mteo-form-with-additional .mteo-additional-field,
    .mteo-theme-default .checkbox-field,
    .mteo-theme-default .mteo-form-with-additional .checkbox-field {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .mteo-theme-default .mteo-subscribe input#mteo_email {
        width: 100%;
        border-bottom-right-radius: 2px;
        border-top-right-radius: 2px;
    }

    .mteo-theme-default .mteo-subscribe a#mteo_contact_submit,
    .mteo-theme-default .mteo-subscribe a#mteo_submit {
        display: inline-block;
        margin: 20px auto;
        float: none;
        clear: both;
    }
    .mteo-theme-default {
        min-height: 350px;
    }

    .mteo-theme-default .mteo-text-row-1 {
        margin-top: 40px;
    }

    .mteo-theme-default.mteo_content_contact_form .mteo-text-row-1 {
        font-size: 70px;
        line-height: 70px;
        height: 70px;
        padding-left: 80px;
        margin: 0 5%;
        background: url('../../frontend/Netsteps/default/it_IT/Magetrend_Eop/images/mteo-wait-small.png') no-repeat left center;

    }

    .mteo-theme-default #mteo_msg_error {
        max-width: 75%;
        padding: 0 0 0 0;
        background: none;
    }

    .mteo-theme-default .mteo-checkbox-after-email-field .mteo-subscribe-form a#mteo_submit{
        position: relative;
    }
}.cc-window{
    opacity:1;
    transition:opacity 1s ease
}
.cc-window.cc-invisible{
    opacity:0
}
.cc-animate.cc-revoke{
    transition:transform 1s ease
}
.cc-animate.cc-revoke.cc-top{
    transform:translateY(-2em)
}
.cc-animate.cc-revoke.cc-bottom{
    transform:translateY(2em)
}
.cc-animate.cc-revoke.cc-active.cc-bottom,.cc-animate.cc-revoke.cc-active.cc-top,.cc-revoke:hover{
    transform:translateY(0)
}
.cc-grower{
    max-height:0;
    overflow:hidden;
    transition:max-height 1s
}
 .cc-link,.cc-revoke:hover{
    text-decoration:underline
}
.cc-revoke,.cc-window{
    position:fixed;
    overflow:hidden;
    box-sizing:border-box;
    font-family:Helvetica,Calibri,Arial,sans-serif;
    font-size:16px;
    line-height:1.5em;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:nowrap;
    flex-wrap:nowrap;
    z-index:9999
}
.cc-window.cc-static{
    position:static
}
.cc-window.cc-floating{
    padding:2em;
    max-width:24em;
    -ms-flex-direction:column;
    flex-direction:column
}
.cc-window.cc-banner{
    padding:1em 1.8em;
    width:100%;
    -ms-flex-direction:row;
    flex-direction:row
}
.cc-revoke{
    padding:.5em
}
.cc-header{
    font-size:18px;
    font-weight:700
}
.cc-btn,.cc-close,.cc-link,.cc-revoke{
    cursor:pointer
}
.cc-link{
    opacity:.8;
    display:inline-block;
    padding:.2em
}
.cc-link:hover{
    opacity:1
}
.cc-link:active,.cc-link:visited{
    color:initial
}
.cc-btn{
    display:block;
    padding:.4em .8em;
    font-size:.9em;
    font-weight:700;
    border-width:2px;
    border-style:solid;
    text-align:center;
    white-space:nowrap
}
.cc-banner .cc-btn:last-child{
    min-width:140px
}
.cc-highlight .cc-btn:first-child{
    background-color:transparent;
    border-color:transparent
}
.cc-highlight .cc-btn:first-child:focus,.cc-highlight .cc-btn:first-child:hover{
    background-color:transparent;
    text-decoration:underline
}
.cc-close{
    display:block;
    position:absolute;
    top:.5em;
    right:.5em;
    font-size:1.6em;
    opacity:.9;
    line-height:.75
}
.cc-close:focus,.cc-close:hover{
    opacity:1
}
 .cc-revoke.cc-top{
    top:0;
    left:3em;
    border-bottom-left-radius:.5em;
    border-bottom-right-radius:.5em
}
.cc-revoke.cc-bottom{
    bottom:0;
    left:3em;
    border-top-left-radius:.5em;
    border-top-right-radius:.5em
}
.cc-revoke.cc-left{
    left:3em;
    right:unset
}
.cc-revoke.cc-right{
    right:3em;
    left:unset
}
.cc-top{
    top:1em
}
.cc-left{
    left:39%
}
.cc-right{
    right:1em
}
.cc-bottom{
    bottom:1em
}
.cc-floating>.cc-link{
    margin-bottom:1em
}
.cc-floating .cc-message{
    display:block;
    margin-bottom:1em
}
.cc-window.cc-floating .cc-compliance{
    -ms-flex:1;
    flex:1
}
.cc-window.cc-banner{
    -ms-flex-align:center;
    align-items:center
}
.cc-banner.cc-top{
    left:0;
    right:0;
    top:0
}
.cc-banner.cc-bottom{
    left:0;
    right:0;
    bottom:0
}
.cc-banner .cc-message{
    -ms-flex:1;
    flex:1
}
.cc-compliance{
    display:-ms-flexbox;
    display:flex;
    -ms-flex-align:center;
    align-items:center;
    -ms-flex-line-pack:justify;
    align-content:space-between
}
.cc-compliance>.cc-btn{
    -ms-flex:1;
    flex:1
}
.cc-btn+.cc-btn{
    margin-left:.5em
}
 @media print{
    .cc-revoke,.cc-window{
        display:none
    }
}
@media screen and (max-width:900px){
    .cc-btn{
        white-space:normal
    }
}
@media screen and (max-width:414px) and (orientation:portrait),screen and (max-width:736px) and (orientation:landscape){
    .cc-window.cc-top{
        top:0
    }
    .cc-window.cc-bottom{
        bottom:0
    }
    .cc-window.cc-banner,.cc-window.cc-left,.cc-window.cc-right{
        left:0;
        right:0
    }
    .cc-window.cc-banner{
        -ms-flex-direction:column;
        flex-direction:column
    }
    .cc-window.cc-banner .cc-compliance{
        -ms-flex:1;
        flex:1
    }
    .cc-window.cc-floating{
        max-width:none
    }
    .cc-window .cc-message{
        margin-bottom:1em
    }
    .cc-window.cc-banner{
        -ms-flex-align:unset;
        align-items:unset
    }
}
 .cc-floating.cc-theme-classic{
    padding:1.2em;
    border-radius:5px
}
.cc-floating.cc-type-info.cc-theme-classic .cc-compliance{
    text-align:center;
    display:inline;
    -ms-flex:none;
    flex:none
}
.cc-theme-classic .cc-btn{
    border-radius:5px
}
.cc-theme-classic .cc-btn:last-child{
    min-width:140px
}
.cc-floating.cc-type-info.cc-theme-classic .cc-btn{
    display:inline-block
}
 .cc-theme-edgeless.cc-window{
    padding:0
}
.cc-floating.cc-theme-edgeless .cc-message{
    margin:2em 2em 1.5em
}
.cc-banner.cc-theme-edgeless .cc-btn{
    margin:0;
    padding:.8em 1.8em;
    height:100%
}
.cc-banner.cc-theme-edgeless .cc-message{
    margin-left:1em
}
.cc-floating.cc-theme-edgeless .cc-btn+.cc-btn{
    margin-left:0
}
.product.data.items .fieldset .review-legend.legend strong {
  display: inline;
  margin-left: .5em;
}
.product.data.items.expanded {
  border-bottom: 1px solid #ccc;
}
.product.data.items.expanded > .item.title,
.product.data.items.expanded > .item.content {
  border: none;
  float: none;
  margin: 0;
}
.product.data.items.expanded > .item.title {
  border-top: 1px solid #ccc;
}
.data.expanded .title .counter::before {
  content: '(';
}
.data.expanded .title .counter::after {
  content: ')';
}
@media screen and (min-width: 768px) {
  .product.data.items.expanded {
    display: flex;
    flex-flow: row wrap;
  }
  .product.data.items.expanded > .item.title {
    width: 25%;
    padding: 0 .5rem;
  }
  .product.data.items.expanded > .item.content {
    border-top: 1px solid #ccc;
    width: calc(75% - 1px);
    padding: 2rem .5rem;
  }
}
@font-face {
	font-family: 'ITC Franklin Gothic book';
	src: url('../../frontend/Netsteps/default/it_IT/Magetrend_Eop/css/fonts/ITCFranklinGothicStd-Book.eot');
	src: url('../../frontend/Netsteps/default/it_IT/Magetrend_Eop/css/fonts/ITCFranklinGothicStd-Book.eot?#iefix') format('embedded-opentype'),
		url('../../frontend/Netsteps/default/it_IT/Magetrend_Eop/css/fonts/ITCFranklinGothicStd-Book.woff2') format('woff2'),
		url('../../frontend/Netsteps/default/it_IT/Magetrend_Eop/css/fonts/ITCFranklinGothicStd-Book.woff') format('woff'),
		url('../../frontend/Netsteps/default/it_IT/Magetrend_Eop/css/fonts/ITCFranklinGothicStd-Book.ttf') format('truetype'),
		url('../../frontend/Netsteps/default/it_IT/Magetrend_Eop/css/fonts/ITCFranklinGothicStd-Book.svg#ITC Franklin Gothic Std') format('svg');
}

@font-face {
	font-family: 'ITC Franklin Gothic Medium';
	src: url('../../frontend/Netsteps/default/it_IT/Magetrend_Eop/css/fonts/ITCFranklinGothicStd-Med.eot');
	src: url('../../frontend/Netsteps/default/it_IT/Magetrend_Eop/css/fonts/ITCFranklinGothicStd-Med.eot?#iefix') format('embedded-opentype'),
		url('../../frontend/Netsteps/default/it_IT/Magetrend_Eop/css/fonts/ITCFranklinGothicStd-Med.woff2') format('woff2'),
		url('../../frontend/Netsteps/default/it_IT/Magetrend_Eop/css/fonts/ITCFranklinGothicStd-Med.woff') format('woff'),
		url('../../frontend/Netsteps/default/it_IT/Magetrend_Eop/css/fonts/ITCFranklinGothicStd-Med.ttf') format('truetype'),
		url('../../frontend/Netsteps/default/it_IT/Magetrend_Eop/css/fonts/ITCFranklinGothicStd-Med.svg#ITC Franklin Gothic Std') format('svg');
}

@font-face {
	font-family: 'ITC Franklin Gothic Regular';
	src: url('../../frontend/Netsteps/default/it_IT/Magetrend_Eop/css/fonts/ITCFranklinGothicStd-Demi.eot');
	src: url('../../frontend/Netsteps/default/it_IT/Magetrend_Eop/css/fonts/ITCFranklinGothicStd-Demi.eot?#iefix') format('embedded-opentype'),
		url('../../frontend/Netsteps/default/it_IT/Magetrend_Eop/css/fonts/ITCFranklinGothicStd-Demi.woff2') format('woff2'),
		url('../../frontend/Netsteps/default/it_IT/Magetrend_Eop/css/fonts/ITCFranklinGothicStd-Demi.woff') format('woff'),
		url('../../frontend/Netsteps/default/it_IT/Magetrend_Eop/css/fonts/ITCFranklinGothicStd-Demi.ttf') format('truetype'),
		url('../../frontend/Netsteps/default/it_IT/Magetrend_Eop/css/fonts/ITCFranklinGothicStd-Demi.svg#ITC Franklin Gothic Std') format('svg');
}

/*body.amsl-popup-observed {
	position: relative;
	overflow: hidden;
} */

#mteo_popup_bg_layer {
	overflow: auto;
	background: #eceff8;
}

#mteo_popup_bg_layer #mteo_popup_content {
	max-width: 900px;
}

#mteo_popup_bg_layer #mteo_popup_content {
	font-family: 'ITC Franklin Gothic Medium';
	font-size: 14px;
	line-height: 20px;
}

body #mteo_popup_bg_layer #mteo_popup_content .background-tiles {
	background-image: url('../../frontend/Netsteps/default/it_IT/Magetrend_Eop/images/exit_popup_bkg.png');
/*	border: 5px solid #79c1ae;*/
	background-color: #79c1ae;
}
/*body #mteo_popup_bg_layer #mteo_popup_content .background-tiles .form-content{
	background-color: #79c1ae;
}*/

body #mteo_popup_bg_layer #mteo_popup_content .background-tiles .formbuilder-form {
	border-radius: 0;
	background: transparent !important;
	max-width: 900px;
	min-width: 900px;
}

body #mteo_popup_bg_layer #mteo_popup_content .background-tiles .formbuilder-form .form-content .before-form-content .message-container {
	padding: 30px 40px 30px !important;
}

body #mteo_popup_bg_layer #mteo_popup_content .background-tiles .formbuilder-form .form-content .before-form-content .message-container br {
	/*display: none;*/
}

body #mteo_popup_bg_layer #mteo_popup_content .background-tiles .formbuilder-form .form-content .before-form-content .message-container .header {
	background: transparent;
	color: #000;
	font-family: "Open Sans", sans-serif !important;
	font-weight: 500;
	margin: 0;
	padding: 0 0 10px;
	font-size: 50px;
	line-height: 1.2;
	margin-bottom: 40px;
}

body #mteo_popup_bg_layer #mteo_popup_content .background-tiles .formbuilder-form .form-content .before-form-content .message-container .text.heavy,
body #mteo_popup_bg_layer #mteo_popup_content .background-tiles .formbuilder-form .form-content .before-form-content .message-container .heavy-bottom {
	margin-bottom: 0;
	color: #000;
	font-weight: 400;
	font-size: 26px;
	line-height: 30px;
	padding: 0 50px 5px;
	margin-bottom: 40px;
	font-family: "Open Sans", sans-serif !important;
}


body #mteo_popup_bg_layer #mteo_popup_content .background-tiles .formbuilder-form .form-content .before-form-content .message-container .heavy-bottom {
	color: #cb7e70 !important;
}

#mteo_popup_content .background-tiles .form-content .formbuilder {
	padding: 10px 50px 40px;
	background: transparent;
}

#mteo_popup_content .background-tiles .form-content .subtemplate-wrapper > label {
	display: none;
}

body #mteo_popup_bg_layer #mteo_popup_content .background-tiles .formbuilder-form .form-content .response-field-text .subtemplate-inner input.input-text,
body #mteo_popup_bg_layer #mteo_popup_content .background-tiles .formbuilder-form .form-content .subtemplate-inner .input-text, body #mteo_popup_bg_layer #mteo_popup_content .background-tiles .formbuilder-form textarea {
	background: #fff !important;
	height: 50px;
	max-width: 450px;
	border:1px solid #000;
	font-weight: 500;
	font-size: 18px;
	letter-spacing: 0.5px;
	line-height: 1.42857143;
}
body #mteo_popup_bg_layer #mteo_popup_content .background-tiles .formbuilder-form .form-content .response-field-text .subtemplate-inner input.input-text::placeholder,
body #mteo_popup_bg_layer #mteo_popup_content .background-tiles .formbuilder-form .form-content .subtemplate-inner .input-text::placeholder, body #mteo_popup_bg_layer #mteo_popup_content .background-tiles .formbuilder-form textarea::placeholder{
	color: #9E9E9E;

}
body #mteo_popup_bg_layer .formbuilder-form .col-sm-12 textarea {
	background: transparent !important;
	border: 1px solid #e6e6e6;
	color: #000000B3;
	font-family: "Open Sans", sans-serif !important;
	height: 120px !important;
}
body #mteo_popup_bg_layer .formbuilder-form .col-sm-12{
	margin-bottom: 0;
}
body #mteo_popup_bg_layer #mteo_popup_content .background-tiles .formbuilder-form .form-content .before-form-content .message-container .text.heavy{
	max-width: 700px;
	margin: 0 auto;
}
body #mteo_popup_bg_layer #mteo_popup_content .background-tiles .formbuilder-form .form-content form.formbuilder.form .buttons-set button.formbuilder-button {
	min-height: auto;
	padding: 12px 80px;
	background: #000;
	width: auto;
	font-weight: 400;
	font-size: 20px;
	margin-top: 5px;
	border-radius: 0;
	color: #FFF;
	text-transform: uppercase;
	height: 44px;
	letter-spacing: 1px;
}
body #mteo_popup_bg_layer #mteo_popup_content .background-tiles .formbuilder-form .form-content form.formbuilder.form .buttons-set button.formbuilder-button span span{
	/*line-height: 22px;*/
	line-height: 0px;
}
body #mteo_popup_bg_layer #mteo_popup_content .background-tiles .formbuilder-form .form-content form.formbuilder.form .buttons-set button.formbuilder-button span{
	display: inline-block;
	margin-top: 5px;
}

body #mteo_popup_bg_layer a.mteo-close {
	font-size: 0 !important;
	line-height: 0 !important;
	top: 0px;
	right: 0px;
	display: block !important;
}

body #mteo_popup_bg_layer a.mteo-close:before {
	content: "";
	position: absolute;
	top: 24px;
	left: 13px;
	width: 25px;
	height: 3px;
	background: #000;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

body #mteo_popup_bg_layer a.mteo-close:after {
	content: "";
	position: absolute;
	top: 24px;
	left: 13px;
	width: 25px;
	height: 3px;
	background: #000;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#mteo_popup_content .success-message-after-form {
	background-image: url('../../frontend/Netsteps/default/it_IT/Magetrend_Eop/images/exit_popup_bkg.png') !important;
	max-width: 650px;
	margin: 0 auto;
}

#mteo_popup_content .success-page {
	padding: 40px 40px;
}

#mteo_popup_content .success-heading {
	background: transparent;
	color: #000;
	font-weight: 500;
	margin: 0;
	font-family: 'ITC Franklin Gothic Regular' !important;
	font-size: 44px;
	padding: 0 0 15px !important;
	line-height: 1.2;
}

#mteo_popup_content .sub-title {
	font-size: 22px;
	margin-bottom: 5px;
	color: #000;
	font-weight: 400;
	line-height: 30px;
	padding: 0px;
}


#mteo_popup_content .service-saection {
	padding: 30px 0 20px;
}

#mteo_popup_content .service-saection h2 {
	margin: 0;
	font-size: 18px;
	font-family: 'ITC Franklin Gothic book';
	padding: 0 15px;
	position: relative;
}

#mteo_popup_content .service-saection h2:before {
	position: absolute;
	top: 9px;
	left: 60px;
	height: 1px;
	background: #000;
	content: "";
	width: 20%;
}

#mteo_popup_content .service-saection h2:after {
	position: absolute;
	top: 9px;
	right: 60px;
	height: 1px;
	background: #000;
	content: "";
	width: 20%;
}
#mteo_popup_content .service-saection h2 span {
	position: relative;
	z-index: 1;
	padding: 0 20px;
	letter-spacing: 1px;
	color:#000;
}

#mteo_popup_content .service-icon-main {
	padding-top: 30px;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

#mteo_popup_content .service-icon-main .icon h4 {
	font-size: 14px;
	font-family: 'ITC Franklin Gothic Medium' !important;
	font-weight: 500;
	line-height: 17px;
	color: #000;
}

#mteo_popup_content .service-icon-main .icon figure {
	background: #fff;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    margin: 0 auto 20px;
    display: flex;
    padding: 10px;
    justify-content: center;
    align-items: center;
}

#mteo_popup_content .footer-heading {
	font-size: 20px;
	color: #000;
	font-weight: 400 !important;
	font-family: 'ITC Franklin Gothic book' !important;
	letter-spacing: 1px;
}

#mteo_popup_content ul.social-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	list-style: none;
	margin: 10px 0 0;
	padding: 0;
}

#mteo_popup_content ul.social-list li {
	width: 30px;
	height: 30px;
	line-height: 30px;
	background: #000;
	margin: 0 10px;
	line-height: 34px;
	border-radius: 30px;
}

#mteo_popup_content ul.social-list li a {
	color: #FFF;
	font-size: 16px;
}

#mteo_popup_content .before-form-content + .before-form-content {
	display: none;
}
body #mteo_popup_bg_layer a.mteo-close{
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: #fff;
}
.success-page .social-container {
    display: none;
}


/*23-09-21 pk*/

#mteo_popup_content .success-page {
    padding: 0;
    display: flex;
    align-items: center;
    background: #fff;
}
.exit-popup-submit2{
	min-height: auto;
    width: auto;
    font-weight: 400;
    font-size: 24px;
    margin-top: 5px;
    border-radius: 0;
    color: #FFF;
    text-transform: initial;
    background: #79c1ae;
    width: 100%;
    padding: 20px 20px;
    height: auto;
    border-width: 2px;
    border-right: 20px;
    border-style: solid;
    border-color: #6c7a89;
    transition: all ease .5s;
    position: relative;
}
.exit-popup-submit2:hover {
    border-width: 2px;
    border-right: 2px;
    border-style: solid;
    border-color: #79c1ae;
    /*background: #f0f0f0;*/
    color: #fff;
}
.exit-popup-submit2 span {
    position: relative;
    z-index: 10;
}
.exit-popup-submit2:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background: transparent;
    transform: translateX(-100%);
    overflow: hidden;
    transition: all ease .5s;
    /* z-index: 0; */
    width: 0;
} 
.exit-popup-submit2:hover:after {
    width: 100%;
    transform: translateX(0px);
    background: #79c1ae;
    z-index: 1;
    color: #fff;
}

.success-message-after-form [data-content-type='row'][data-appearance='contained'] [data-element='inner']{
	padding: 0 !important;
}
.success-page .form-section {
    width: 70%;
    background: transparent;
    /*padding: 30px 40px 0px;*/
    padding: 30px 30px 30px
}

#mteo_popup_content .success-heading{
	/*font-size: 60px;*/
	font-size: 48px;
    font-weight: bold;
    padding: 0 !important;
    margin-bottom: 20px !important;
    font-family: "Open Sans", sans-serif !important;
}

#mteo_popup_content .sub-title{
	margin: 0 auto;
	/*font-size: 25px;*/
	font-size: 18px;
    line-height: 1.5;
    width: 60%;
    width: 90%;
    text-align: center !important;
    padding: 0;
    font-family: "Open Sans", sans-serif !important;
}
#mteo_popup_content .sub-title strong {
    text-transform: uppercase;
    color: #79c1ae;
}
#mteo_popup_content .service-saection{
	width: 30%;
	background: #f0f0f0;
	padding: 20px 0;
}
#mteo_popup_content .service-saection h2{
	display: none;
}

#mteo_popup_content .service-icon-main{
	flex-direction: column;
	padding: 0;
}
 
.service-icon-main .icon{
	width: auto;
	margin-bottom: 0px;
}
.service-icon-main .icon:Last-child{
	margin-bottom: 0;
}
#mteo_popup_content .service-icon-main .icon figure{
	background: transparent;
	/*width: 120px;
	height: 120px;*/
	/*margin: 0 auto;*/
	width: 80px;
    height: 80px;
    margin-bottom: 0;
}
.service-icon-main .icon figure img{
	height: 50px;
}
#mteo_popup_content .service-icon-main .icon h4{
  	line-height: 1.5; 
	color: #6c7a89;
	/*font-size: 22px;*/
	font-size: 15px;
	font-family: "Open Sans", sans-serif !important;
}

.success-page .form-section .exit-popup-submit2{
	margin-top: 60px;
	/*padding: 30px 20px;*/
	padding: 20px 20px;
	width: 70%;
	width: 80%;
}





@media only screen and (max-width: 1023px) {
	body #mteo_popup_bg_layer #mteo_popup_content .background-tiles .formbuilder-form .form-content .before-form-content .message-container {
		padding: 30px 30px 10px !important;
	}

	body #mteo_popup_bg_layer #mteo_popup_content .background-tiles .formbuilder-form .form-content .before-form-content .message-container .header,
	#mteo_popup_content .success-heading {
		font-size: 36px;
	}

	body #mteo_popup_bg_layer #mteo_popup_content .background-tiles .formbuilder-form .form-content .before-form-content .message-container .text.heavy,
	body #mteo_popup_bg_layer #mteo_popup_content .background-tiles .formbuilder-form .form-content .before-form-content .message-container .heavy-bottom {
		font-size: 20px;
		padding: 0 10px 5px;
	}
	body #mteo_popup_bg_layer #mteo_popup_content .background-tiles .formbuilder-form .form-content .before-form-content .message-container .header{
		margin-bottom: 20px;
	}
	body #mteo_popup_bg_layer #mteo_popup_content .background-tiles .formbuilder-form .form-content .before-form-content .message-container .text.heavy{
		max-width: 500px;
		font-size: 20px !important;
	}
	body #mteo_popup_bg_layer #mteo_popup_content .background-tiles .formbuilder-form .form-content .response-field-text .subtemplate-inner input.input-text, body #mteo_popup_bg_layer #mteo_popup_content .background-tiles .formbuilder-form .form-content .subtemplate-inner .input-text{
		max-width: 400px;
	}
	#mteo_popup_content .sub-title {
		font-size: 20px;
		line-height: 28px;
	}

	#mteo_popup_content .service-saection {
		padding: 30px 10px 10px;
		width: 100%;
	}
	#mteo_popup_content .service-icon-main .icon h4{
		/*font-size: 20px;*/
	}
	#mteo_popup_content .service-saection h2 {
		font-size: 16px;
	}
	.success-page .form-section .exit-popup-submit2{
		padding: 13px 20px;
	}

	#mteo_popup_content .service-saection h2:before {
		left: 0px;
	}
	#mteo_popup_content .service-saection h2:after{
		right: 0;
	}
	#mteo_popup_content .service-icon-main .icon figure{
		height: 80px;
		width:80px;
	}

	#mteo_popup_content .success-page {
		padding: 0px;
		flex-wrap: wrap;
	}
	.success-page .form-section{
		width: 100%;
		padding: 40px 12%;
	}
	
	#mteo_popup_content .service-icon-main {
		padding-top: 30px;
	}

	#mteo_popup_content .service-icon-main .icon figure {
		margin-bottom: 10px;
	}

	#mteo_popup_content .footer-heading {
		font-size: 18px;
	}
}
#mteo_popup_bg_layer{z-index: 123456 !important;}
@media only screen and (max-width:992px){
	#mteo_popup_bg_layer #mteo_popup_content{
		/*max-width: 600px;*/
		min-width: unset;
		max-width: 100%;
		background: #fff;
	}

	body #mteo_popup_bg_layer #mteo_popup_content .background-tiles .formbuilder-form{
		/*max-width: 600px !important;*/
		min-width: unset;
		max-width: 100%;
		flex-wrap: wrap;
	}
	body #mteo_popup_bg_layer #mteo_popup_content .background-tiles .formbuilder-form .form-content{
		width: 100% !important;
	}
	.form_img{
		display: none;
	}

	body #mteo_popup_bg_layer #mteo_popup_content .background-tiles .formbuilder-form .form-content .response-field-text .subtemplate-inner input.input-text,
	body #mteo_popup_bg_layer #mteo_popup_content .background-tiles .formbuilder-form .form-content .subtemplate-inner .input-text{
		font-size: 14px;
	}
}
@media only screen and (max-width: 640px) {
	.form_img{
		display: none;
	}
	body #mteo_popup_bg_layer #mteo_popup_content .background-tiles .formbuilder-form .form-content .before-form-content .message-container {
		padding: 50px 10px 10px !important;
	}

	body #mteo_popup_bg_layer #mteo_popup_content .background-tiles .formbuilder-form .form-content .before-form-content .message-container .header,
	#mteo_popup_content .success-heading {
		font-size: 28px;
	}

	body #mteo_popup_bg_layer #mteo_popup_content .background-tiles .formbuilder-form .form-content .before-form-content .message-container .text.heavy,
	body #mteo_popup_bg_layer #mteo_popup_content .background-tiles .formbuilder-form .form-content .before-form-content .message-container .heavy-bottom,
	#mteo_popup_content .sub-title {
		font-size: 15px !important;
		line-height: 20px;
	}
	body #mteo_popup_bg_layer #mteo_popup_content .background-tiles .formbuilder-form .form-content .response-field-text .subtemplate-inner input.input-text, body #mteo_popup_bg_layer #mteo_popup_content .background-tiles .formbuilder-form .form-content .subtemplate-inner .input-text{
		font-size: 12px;
		letter-spacing: 0.3px;
	}

	body #mteo_popup_bg_layer a.mteo-close:after,
	body #mteo_popup_bg_layer a.mteo-close:before {
		width: 20px;
	}

	#mteo_popup_content .success-heading {
		padding-bottom: 10px !important;
	}

	#mteo_popup_content .sub-title {
		padding: 0 30px;
	}

	#mteo_popup_content .service-icon-main {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	#mteo_popup_content .service-saection h2:before {
		left: 0;
		right: 0;
	}
	#mteo_popup_content .service-saection h2:before{
		width: 14%;
	}

	#mteo_popup_content .service-saection h2:after{
		width: 14%;
	}
	#mteo_popup_content .service-saection h2 span{
		font-size: 14px;
	}
}

/*22-09-21*/
.form-content .form-group {
    margin-bottom: 10px !important;
    /* background: red; */
}
#mteo_popup_bg_layer #mteo_popup_content {
	    /*max-width: 1250px !important;*/
	    max-width: 870px;
	    display: flex;
	    justify-content: center;
}
body #mteo_popup_bg_layer #mteo_popup_content .background-tiles .formbuilder-form{
	/*min-width: 1250px !important;*/
	min-width: 870px !important;
	display: flex;
	background: #fff !important;
}
body #mteo_popup_bg_layer #mteo_popup_content .background-tiles{
	/*background: url("../../frontend/Netsteps/default/it_IT/Magetrend_Eop/images/exit-popup.png")!important; */
	background: transparent !important;
	background-repeat: no-repeat !important;
	background-position: right center !important;  
	background-size: contain !important;  
}
#mteo_popup_content .background-tiles.germany .form-content .formbuilder{
	padding: 30px 0px 45px !important;
	max-width: 100%;
}
#mteo_popup_content .background-tiles .form-content .formbuilder{
	padding: 30px 0px 80px !important;
	max-width: 100%;
}
.formbuilder input::-webkit-input-placeholder,
.formbuilder input::-ms-input-placeholder,
.formbuilder input::placeholder,
.formbuilder textarea::-webkit-input-placeholder,
.formbuilder textarea::-ms-input-placeholder
.formbuilder textarea::placeholder {
    color:blue !important;
	font-size: 13px !important;
	line-height: 20px;
    

}
  
body #mteo_popup_bg_layer #mteo_popup_content .background-tiles .formbuilder-form .form-content {
    margin-right: 41.2%;
    background: #fff;
    margin-right: 0;
    width: 78%;
    padding: 0 50px;
}
body #mteo_popup_bg_layer #mteo_popup_content .background-tiles .formbuilder-form .form-content .subtemplate-inner .input-text::-webkit-input-placeholder { /* Edge */
  text-align: left;
}

body #mteo_popup_bg_layer #mteo_popup_content .background-tiles .formbuilder-form .form-content .subtemplate-inner .input-text:-ms-input-placeholder { /* Internet Explorer 10-11 */
  text-align: left;
}

body #mteo_popup_bg_layer #mteo_popup_content .background-tiles .formbuilder-form .form-content .subtemplate-inner .input-text::placeholder {
    text-align: left;

}

body #mteo_popup_bg_layer #mteo_popup_content .background-tiles .formbuilder-form textarea::-webkit-input-placeholder { /* Edge */
  text-align: left;
  line-height: 28px;
}

body #mteo_popup_bg_layer #mteo_popup_content .background-tiles .formbuilder-form textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
  text-align: left;
  line-height: 28px;
  
}

body #mteo_popup_bg_layer #mteo_popup_content .background-tiles .formbuilder-form textarea::placeholder {
    text-align: left;
    line-height: 28px;
}

body #mteo_popup_bg_layer #mteo_popup_content .background-tiles .formbuilder-form .form-content .before-form-content .message-container .header{
	/*font-size: 60px !important;*/
	font-size: 39px !important;
	font-weight: bold !important;
	padding: 0 !important;
	color: #000 !important;
	margin-bottom: 20px !important;
}
body #mteo_popup_bg_layer #mteo_popup_content .background-tiles .formbuilder-form .form-content .before-form-content .message-container .header.com{
	/*font-size: 60px !important;*/
	font-size: 36px !important;
	font-weight: bold !important;
	padding: 0 !important;
	color: #000 !important;
	margin-bottom: 20px !important;
}
body #mteo_popup_bg_layer #mteo_popup_content .background-tiles .formbuilder-form .form-content .before-form-content .message-container{
	padding: 36px 0px 0px !important;
	/*max-width: 75%;*/
	margin: 0 auto;
	max-width: 100%;
}
body #mteo_popup_bg_layer #mteo_popup_content .background-tiles .formbuilder-form .form-content .before-form-content .message-container .text.heavy {
    font-size: 22px;
    line-height: 1.5;
    color: #000;
    text-align: center !important;
    padding: 0 8px 0;
    /*max-width: 85%;*/
    max-width: 100%;
    width: 100%;
}

body #mteo_popup_bg_layer #mteo_popup_content .background-tiles .formbuilder-form .form-content .before-form-content .message-container .text.heavy.germany {
    font-size: 20px;
    line-height: 1.5;
    color: #000;
    text-align: center !important;
    padding: 0 7px 0;
    /*max-width: 85%;*/
    max-width: 100%;
    width: 100%;
}
body #mteo_popup_bg_layer #mteo_popup_content .background-tiles .formbuilder-form .form-content .before-form-content .message-container .text.heavy strong{
	text-transform: uppercase;
	color: #79c1ae;
}


body #mteo_popup_bg_layer #mteo_popup_content .background-tiles .formbuilder-form .form-content .response-field-text .subtemplate-inner input.input-text, body #mteo_popup_bg_layer #mteo_popup_content .background-tiles .formbuilder-form .form-content .subtemplate-inner .input-text, body #mteo_popup_bg_layer #mteo_popup_content .background-tiles .formbuilder-form textarea, body #mteo_popup_bg_layer #mteo_popup_content .background-tiles .formbuilder-form .form-content .response-field-text .subtemplate-inner input.input-text, body #mteo_popup_bg_layer #mteo_popup_content .background-tiles .formbuilder-form .form-content .subtemplate-inner .input-text, body #mteo_popup_bg_layer #mteo_popup_content .background-tiles .formbuilder-form textarea{
	border-radius: 3px !important;
	border-color: #ddd !important;
	text-align: left !important;
	max-width: 100% !important;
	display: table;
	font-size: 14px;
	line-height: 1.42857143;
	padding: 10px;
}	
body #mteo_popup_bg_layer #mteo_popup_content .background-tiles .formbuilder-form textarea {
    height: 50px !important;
    resize: none;
    overflow: auto;
    line-height: 1.9;
}
body #mteo_popup_bg_layer #mteo_popup_content .background-tiles .formbuilder-form .form-content form.formbuilder.form .buttons-set button.formbuilder-button {
    background: #79c1ae !important;
    width: 100% !important;
    padding: 11px 20px !important;
    height: auto !important;
}
body #mteo_popup_bg_layer #mteo_popup_content .background-tiles{
	background: none;
}
body #mteo_popup_bg_layer a.mteo-close{
	/*top: -20px !important;
    right: -20px !important;*/
    top: 10px !important;
    right: 10px !important;
    width: 36px;
    height: 36px;
}
body #mteo_popup_bg_layer a.mteo-close:after,
body #mteo_popup_bg_layer a.mteo-close:before{
	position: absolute;
    top: 17px;
    left: 11px;
    width: 15px;
    height: 2px;
}

body #mteo_popup_bg_layer #mteo_popup_content .background-tiles .formbuilder-form .form-content .subtemplate-inner .input-text::-webkit-input-placeholder { /* Edge */
  text-align: left;
  line-height: 28px !important;
  font-size: 13px !important;
}

body #mteo_popup_bg_layer #mteo_popup_content .background-tiles .formbuilder-form .form-content .subtemplate-inner .input-text:-ms-input-placeholder { /* Internet Explorer 10-11 */
  text-align: left;
  line-height: 28px !important;
  font-size: 13px !important;
}

body #mteo_popup_bg_layer #mteo_popup_content .background-tiles .formbuilder-form .form-content .subtemplate-inner .input-text::placeholder {
    text-align: left;
    line-height: 28px !important;
  	font-size: 13px !important;

}

body #mteo_popup_bg_layer #mteo_popup_content .background-tiles .formbuilder-form textarea::-webkit-input-placeholder { /* Edge */
  text-align: left;
  line-height: 28px !important;
  font-size: 13px !important;
}

body #mteo_popup_bg_layer #mteo_popup_content .background-tiles .formbuilder-form textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
  text-align: left;
  line-height: 28px !important;
  font-size: 13px !important;
  
}

body #mteo_popup_bg_layer #mteo_popup_content .background-tiles .formbuilder-form textarea::placeholder {
    text-align: left;
    line-height: 28px !important;
 	font-size: 13px !important;

}
#mteo_popup_content .background-tiles .form-content .formbuilder .form-list.row {
    margin: 0;
}


@media screen and (min-width:1024px) and (max-width:1199px){
	body #mteo_popup_bg_layer #mteo_popup_content .background-tiles .formbuilder-form{
		min-width: 100% !important;
	}	
	body #mteo_popup_bg_layer #mteo_popup_content .background-tiles .formbuilder-form .form-content{
		margin: 0 !important;
	}
}


@media only screen and (max-width:1023px){
	body #mteo_popup_bg_layer a.mteo-close {
	    top: 7px !important;
	    right: 7px !important;
	    z-index: 1111;
	    background: transparent;
	}
	body #mteo_popup_bg_layer #mteo_popup_content .background-tiles .formbuilder-form .form-content .before-form-content .message-container{
		/*padding: 30px 20px 0px !important;*/
		padding: 30px 0px 0px !important;
		max-width: 100%;
	}
	#mteo_popup_content .background-tiles .form-content .formbuilder{
		padding: 30px 0px 30px !important;
		max-width: 100%;
	}
	body #mteo_popup_bg_layer #mteo_popup_content .background-tiles .formbuilder-form{
		min-width: 100% !important;
	}	
	body #mteo_popup_bg_layer #mteo_popup_content .background-tiles .formbuilder-form .form-content{
		margin: 0 !important;
		padding: 0 40px;
	}
	body #mteo_popup_bg_layer #mteo_popup_content .background-tiles .formbuilder-form .form-content form.formbuilder.form .form-list.row .field:nth-child(odd) {
	    padding-right: 0 !important;
	}
	body #mteo_popup_bg_layer #mteo_popup_content .background-tiles .formbuilder-form .form-content .before-form-content .message-container .header{
		font-size: 40px !important;
	}	 
	#mteo_popup_bg_layer .formbuilder-form.exitpopup .col-sm-12{
		padding: 0 0px;
	}
	.success-message-before-form .form-list .row {
	    margin-bottom: 0px !important;
	    margin-left: 0 !important;
	    margin-right: 0 !important;
	}
	body #mteo_popup_bg_layer #mteo_popup_content .background-tiles .formbuilder-form .form-content form.formbuilder.form .buttons-set button.formbuilder-button{
		margin: 0 !important;
		padding: 15px 20px !important;
		font-size: 18px;
	}
	body #mteo_popup_bg_layer #mteo_popup_content .background-tiles .formbuilder-form .form-content form.formbuilder.form .buttons-set button.formbuilder-button span{
	    margin-top: 7px;
	    display: block;
	    line-height: 0;
	}
	#mteo_popup_content .success-message-after-form{
		max-width: 100%;
	}

}

@media only screen and (max-width:767px){
	.success-page .form-section{
		width: 100%;
		padding: 40px 12%;
	}

	body #mteo_popup_bg_layer #mteo_popup_content .background-tiles .formbuilder-form .form-content .before-form-content .message-container .header{
		font-size: 28px !important;
	}
	body #mteo_popup_bg_layer #mteo_popup_content .background-tiles .formbuilder-form .form-content .before-form-content .message-container .text.heavy{
		max-width: 100% !important;
		width: 100%;
	}
	#mteo_popup_content .background-tiles .form-content .formbuilder{
		/*padding: 30px 20px 30px !important;
		max-width: 100%;*/
	}

	body #mteo_popup_bg_layer #mteo_popup_content .background-tiles .formbuilder-form .form-content .response-field-text .subtemplate-inner input.input-text, body #mteo_popup_bg_layer #mteo_popup_content .background-tiles .formbuilder-form .form-content .subtemplate-inner .input-text,
	body #mteo_popup_bg_layer #mteo_popup_content .background-tiles .formbuilder-form textarea{
		height: 40px !important;
		overflow: hidden;
		font-size: 12px;
		line-height: 1.4;
	}

	body #mteo_popup_bg_layer #mteo_popup_content .background-tiles .formbuilder-form .form-content .subtemplate-inner .input-text::-webkit-input-placeholder { /* Edge */
	  text-align: left;
	  font-size: 12px !important;
	  line-height: 20px !important;
	}

	body #mteo_popup_bg_layer #mteo_popup_content .background-tiles .formbuilder-form .form-content .subtemplate-inner .input-text:-ms-input-placeholder { /* Internet Explorer 10-11 */
	  text-align: left;
	  font-size: 12px !important;
	  line-height: 20px !important;
	}

	body #mteo_popup_bg_layer #mteo_popup_content .background-tiles .formbuilder-form .form-content .subtemplate-inner .input-text::placeholder {
	    text-align: left;
	    font-size: 12px !important;
	    line-height: 20px !important;

	}

	body #mteo_popup_bg_layer #mteo_popup_content .background-tiles .formbuilder-form textarea::-webkit-input-placeholder { /* Edge */
	  text-align: left;
	  line-height: 20px !important;
	  font-size: 12px !important;
	}

	body #mteo_popup_bg_layer #mteo_popup_content .background-tiles .formbuilder-form textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
	  text-align: left;
	  line-height: 20px !important;
	  font-size: 12px !important;
	  
	}

	body #mteo_popup_bg_layer #mteo_popup_content .background-tiles .formbuilder-form textarea::placeholder {
	    text-align: left;
	    line-height: 20px !important;
	    font-size: 12px !important;

	}

}
/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

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

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/

/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.chosen-container * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}
.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
}
.chosen-container a {
  cursor: pointer;
}
.chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #999999;
}
.chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 25px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
  background: -webkit-linear-gradient(#ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -moz-linear-gradient(#ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -o-linear-gradient(#ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: linear-gradient(#ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}
.chosen-container-single .chosen-default {
  color: #999;
}
.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}
.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url('../../frontend/Netsteps/default/it_IT/Amasty_ShopbyBase/css/chosen/chosen-sprite.png') -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}
.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url('../../frontend/Netsteps/default/it_IT/Amasty_ShopbyBase/css/chosen/chosen-sprite.png') no-repeat 0px 2px;
}
.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}
.chosen-container-single .chosen-search input[type="text"] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: white url('../../frontend/Netsteps/default/it_IT/Amasty_ShopbyBase/css/chosen/chosen-sprite.png') no-repeat 100% -20px;
  background: url('../../frontend/Netsteps/default/it_IT/Amasty_ShopbyBase/css/chosen/chosen-sprite.png') no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}
.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}
.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}
.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}
.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: -webkit-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -moz-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -o-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff;
}
.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4;
}
.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}
.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}
.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
  cursor: text;
}
.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}
.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eeeeee;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}
.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url('../../frontend/Netsteps/default/it_IT/Amasty_ShopbyBase/css/chosen/chosen-sprite.png') -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  color: #666;
}
.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}
.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #eeeeee), color-stop(80%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: -moz-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: -o-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: linear-gradient(#eeeeee 20%, #ffffff 80%);
  box-shadow: 0 1px 0 #fff inset;
}
.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}
.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #222 !important;
}

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}
.chosen-disabled .chosen-single {
  cursor: default;
}
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right;
}
.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}
.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}
.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}
.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}
.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}
.chosen-rtl .chosen-choices li {
  float: right;
}
.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}
.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}
.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
  left: 9999px;
}
.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}
.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}
.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: white url('../../frontend/Netsteps/default/it_IT/Amasty_ShopbyBase/css/chosen/chosen-sprite.png') no-repeat -30px -20px;
  background: url('../../frontend/Netsteps/default/it_IT/Amasty_ShopbyBase/css/chosen/chosen-sprite.png') no-repeat -30px -20px;
  direction: rtl;
}
.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}
.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url('../../frontend/Netsteps/default/it_IT/Amasty_ShopbyBase/css/chosen/chosen-sprite@2x.png') !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}
/* @end */
body.catalog-category-view .products-grid .product-item-info .amquote-addto-button,
body.wishlist-index-index .products-grid .product-item-info .amquote-addto-button,
body.catalogsearch-result-index .products-grid .product-item-info .amquote-addto-button {
	border-radius: 0px !important;
	min-width: 100% !important;
	width: 100% !important;
	display: block !important;
}

body.catalog-category-view .products-grid .product-item-info .list-btn .product-price-left>.price-box,
body.wishlist-index-index .products-grid .product-item-info .list-btn .product-price-left>.price-box,
body.catalogsearch-result-index .products-grid .product-item-info .list-btn .product-price-left>.price-box {
	border-radius: 0;
	min-width: 100% !important;
}

body.catalog-category-view .products-grid .list-btn .product-price-left,
body.catalogsearch-result-index .products-grid .list-btn .product-price-left,
body.wishlist-index-index .products-grid .list-btn .product-price-left {
	flex: 0 0 55%;
}

body.catalog-category-view .products-grid .list-btn .product-item-inner,
body.catalogsearch-result-index .products-grid .list-btn .product-item-inner,
body.wishlist-index-index .products-grid .list-btn .product-item-inner {
	flex: 0 0 42%;
	width: 100% !important;
}

body.catalog-category-view .products-grid .actions-primary form,
body.catalogsearch-result-index .products-grid .actions-primary form,
body.amshopby-index-index .products-grid .actions-primary form,
body.ambrand-index-index .products-grid .actions-primary form,
body.wishlist-index-index .products-grid .actions-primary form {
	width: 100%;
}

body.catalog-category-view .products-grid .list-btn,
body.catalogsearch-result-index .products-grid .list-btn,
body.wishlist-index-index .products-grid .list-btn {
	padding: 0;
}




body.catalog-category-view .products-grid .product-item-actions,
body.catalogsearch-result-index .products-grid .product-item-actions,
body.amshopby-index-index .products-grid .product-item-actions,
body.ambrand-index-index .products-grid .product-item-actions,
body.wishlist-index-index .products-grid .product-item-actions {
	width: 100%;
}

body.catalog-category-view .products-grid .product-item-inner .product-item-actions .action.tocart,
body.catalogsearch-result-index .products-grid .product-item-inner .product-item-actions .action.tocart,
body.wishlist-index-index .products-grid .product-item-inner .product-item-actions .action.tocart {
	left: 3px;
}

div#amasty-shopby-product-list .products-grid .attriblute-image>div.left-image,
form#wishlist-view-form .products-grid .attriblute-image>div.left-image {
	width: 55%;
	background: #dda32f;
	border-radius: 0 0 23px 0;
	padding: 6px 12px;
	text-align: left;
	float: left;
}




div#amasty-shopby-product-list .products-grid .attriblute-image>div.left-image:before,
form#wishlist-view-form .products-grid .attriblute-image>div.left-image:before {
	display: none;
}

body.catalog-category-view .products-grid .product.details .price-container.price-final_price,
body.wishlist-index-index .products-grid .product.details .price-container.price-final_price {
	display: flex;
	gap: 5px;
}

body.wishlist-index-index .column.main .products-grid .product-item .product-item-inner {
	padding: 0;
}
body.wishlist-index-index .products-grid .product-item-info:hover .product-item-inner,
body.wishlist-index-index .products-grid .product-item-info:hover .product-item-inner
body.wishlist-index-index .products-grid .product-item-info.active .product-item-inner,
body.wishlist-index-index .products-grid .product-item-info.active .product-item-inner{
	display: flex;
    justify-content: center;
    text-align: center;
    width: auto;
	padding: 0;
	border: none;
}

body.wishlist-index-index .products-grid.wishlist .product-item-actions > * {
    display: block;
    margin-bottom: 0;
    margin-top: 0;
    width: 100%;
}

body.wishlist-index-index .products-grid .product-item-info {
    height: 100%;
}

.attriblute-image .left-image h5 {
	font-size: 15px;
}

body.catalog-category-view .products-grid .product-item-photo,
body.catalogsearch-result-index .products-grid .product-item-photo,
body.amshopby-index-index .products-grid .product-item-photo,
body.ambrand-index-index .products-grid .product-item-photo,
body.wishlist-index-index .products-grid .product-item-photo {
	margin-bottom: 8px;
}

body.catalog-category-view .products-grid .product-item-info,
body.catalogsearch-result-index .products-grid .product-item-info,
body.wishlist-index-index .products-grid .product-item-info {
	background: #fff;
}

.amshopby-slider-container.-default .am-slider .ui-slider-handle {
	width: 30px;
	height: 20px;
	border-radius: 10px;
	top: 3px;
	transform: translate(0, -3px);
}

.amshopby-slider-container.-default .ui-slider-range {
	height: 20px;
}

.amshopby-slider-container.-default .am-slider {
	height: 20px;
	margin: 0;
	border-radius: 0;
}

#layered-filter-block .filter-options .filter-options-content a.ui-slider-handle.ui-state-default.ui-corner-all:last-child {
	top: -17px;
	transform: translate(-30px, -3px);
}

.amshopby-slider-container {
	margin: 10px 0;
}

body.catalog-category-view .products-grid .product.details.simple,
body.wishlist-index-index .products-grid .product.details.simple {
	background: #fff;
}

.amshopby-fromto-wrap .am-fromto-widget>.amshopby-input-wrapper {
	background: transparent;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
}

.amshopby-fromto-wrap .am-fromto-widget .am-filter-price {
	background: rgb(77 74 70/10%);
	text-align: center;
	padding: 2px 0;
	font-size: 14px;
	margin-right: 4px;
	margin-left: 0;
}

.amshopby-fromto-wrap .am-fromto-widget>.amshopby-input-wrapper:nth-child(3) {
	justify-content: flex-end;
}

.amshopby-fromto-wrap .am-fromto-widget>.am-filter-go:not(.primary),
.amshopby-fromto-wrap .am-fromto-widget>.am-filter-go:active {
	font-weight: 500;
}

body.catalog-category-view .products-grid .product.details.simple,
body.wishlist-index-index .products-grid .product.details.simple {
	background: #fff;
}

div#amasty-shopby-product-list .products-grid .attriblute-image>div.left-image::before,
form#wishlist-view-form .products-grid .attriblute-image>div.left-image::before {
	display: none;
}

body.catalog-category-view .products-grid .product.product-item .product-item-info .product-item-details .product-item-name,
body.wishlist-index-index .products-grid .product.product-item .product-item-info .product-item-details .product-item-name {
	padding: 15px 10px !important;
}

/* body.catalog-category-view .products-grid .product.product-item .product-item-info .product-item-details .product-item-name {
	padding: 15px 10px !important;
} */

body.catalog-category-view .products-grid .product.details .product-item-name>a,
body.wishlist-index-index .products-grid .product.details .product-item-name>a {
	font-family: 'Avenir Book' !important;
	font-weight: 600 !important;
	color: #4d4a46;
}

.page-layout-2columns-left .column.main #amasty-shopby-product-list .toolbar-products .sorter #sorter {
	background-image: url("../../frontend/Netsteps/default/it_IT/images/select-down-arrow.png");

	background-size: 14%;

	background-position: right 20%;
	min-width: 160px;
	max-width: 190px;
	width: 100%;
}

.amshopby-fromto-wrap .am-fromto-widget>.amshopby-input-wrapper {
	padding: 0;
}

.catalog-category-view .columns:before,
.catalog-category-view .columns .column.main:after {
	display: none;
}

body.active-filters div#trustbadge-container-98e3dadd90eb493088abdc5597a70810 {
	z-index: 0 !important;
}

html {
	scroll-behavior: smooth;
	scroll-padding-top: 50px;
}

.category-view {
	background-image: linear-gradient(to right, #f0f0ef 70%, #fff);
	position: relative;
}

.category-view-descriptionandimage {
	position: relative;
}

.category-view .category-image img {
	max-height: 65vh;
	object-fit: cover;
	min-height: 70vh;
}

.category-view .page-title-wrapper {
	display: block;
	position: absolute;
	left: 90px;
	top: 50%;
	background: rgb(0 0 0/32%);
	padding: 50px;
	max-width: 50%;
	transform: translateY(-50%);
	z-index: 1;
}

.category-view .page-title-wrapper h1.page-title {
	margin: 0;
	text-align: left;
	padding: 0;
}

.category-view .page-title-wrapper h1.page-title::after,
.category-view .page-title-wrapper h1.page-title::before {
	display: none;
}

.category-view .category-description h2 {
	font-size: 2.5vw;
	font-family: 'Avenir Medium';
	line-height: 1;
}

.category-view .page-title-wrapper h1.page-title span.base {
	font-family: 'Avenir Medium';
	font-size: 4.2vw;
	color: #fff;
	line-height: 1.1;
	text-transform: none;
	text-align: left;
}

.category-view .category-description {
	text-align: left;
	color: #3a3734;
	max-width: 100%;
	margin: 0 45px;
	padding: 8px 0 8px;
}

.category-view .category-description>div {
	max-width: 100%;
}

.category-view .category-description .cat-desc p {
	font-size: 18px;
	margin: 0;
	line-height: 1.8;
}

.category-view .category-description .gallary-info {
	max-height: 410px;
}
.category-view .category-description div.cat-desc {
    background: #efece9;
    padding: 20px !important;
}

.category-view .category-description .gallary-section .colums-img {
	background-color: #fff;
}

#layered-filter-block .filter-options .filter-options-content .item {
	display: flex;
	background: none;
}

.category-view .category-description p br {
	display: none;
}

.category-view .category-description div {
	padding: 0 !important;
}

.catalog-category-view .category-view .breadcrumbs {
	max-width: 100% !important;
	padding: 0 50px;
	margin-bottom: 30px;
}

.catalog-category-view .category-view .breadcrumbs::before {
	display: none;
}

.catalog-category-view .columns {
	padding-bottom: 20px;
	display: flex;
}

.catalog-category-view main#maincontent,
.catalogsearch-result-index main#maincontent {
	/*background-image: linear-gradient(to right, #f0f0ef 70%, #fff);*/
	background-image: linear-gradient(to bottom, #f0f0ef 70%, #fff);
	max-width: 100% !important;
	padding: 0;
}

.catalog-category-view .columns:before,
.catalogsearch-result-index .columns:before {
	content: "";
	height: 100%;
	width: 100%;
	position: absolute;
	max-width: 100%;
	left: 0;
	z-index: -1;
	background-image: radial-gradient(#666666, #9d948c, #d7d7d7, #9c938b, #f0f0ef);
}

.catalog-category-view .columns .column.main:after {
	content: "";
	background: #fff;
	width: 20%;
	height: 100%;
	position: absolute;
	right: 0;
	bottom: 0;
	background-image: linear-gradient(to right, #b2aba5, transparent);
	z-index: -1;
}

.catalog-category-view .columns::after,
.catalogsearch-result-index .columns::after {
	content: "";
	height: 5%;
	width: 100%;
	position: absolute;
	max-width: 100%;
	left: 0;
	z-index: -1;
	visibility: visible;
	background-image: linear-gradient(to bottom, #f0f0ef, transparent);
}

.page-layout-2columns-left .sidebar-main div#layered-filter-block {
	height: 100%;
}

.page-layout-2columns-left .sidebar-main div#layered-filter-block .block-content.filter-content {
	height: 100%;
}

.sidebar.sidebar-main .block-content.filter-content span.layered-navigation-title {
	display: none !important;
}

.catalog-category-view .column.main {
	background: rgb(255 255 255 / 45%);
	padding: 25px;
}

.page-layout-2columns-left .column.main {
	width: 100% !important;
	max-width: calc(100% - 360px);
	padding: 0 !important;
	background: transparent !important;
}

.page-layout-2columns-left .sidebar-main {
	width: 100% !important;
	max-width: 360px;
	padding: 0;
	padding-right: 20px;
	background: transparent;
}

.page-layout-2columns-left .column.main #am-shopby-container {
	background: #FFF;
	padding: 25px 20px;
}

.page-layout-2columns-left .column.main #amasty-shopby-product-list {
	background: #f7f7f7;
	position: relative;
	padding: 20px;
	margin: 0;
}

.page-layout-2columns-left .column.main #amasty-shopby-product-list .toolbar-products {
	position: relative;
	margin-top: 30px;
	z-index: 1;
}

.page-layout-2columns-left .column.main #amasty-shopby-product-list .toolbar-products .pages {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

.page-layout-2columns-left .column.main #amasty-shopby-product-list .toolbar-products .pages .item a,
.page-layout-2columns-left .column.main #amasty-shopby-product-list .toolbar-products .pages .item strong {
	font-size: 18px;
	color: #9f9491;
}

.page-layout-2columns-left .column.main #amasty-shopby-product-list .toolbar-products .pages strong.page {
	color: #4D4A46;
	background: none;
}

.page-layout-2columns-left .column.main #amasty-shopby-product-list .toolbar-products .toolbar-sorter.sorter {
	margin: 0;
	position: relative;
}

/* .additional-info .blog-section {
	background-image: url(../../frontend/Netsteps/default/it_IT/css/images/client-bgc.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
} */

.page-layout-2columns-left .column.main #amasty-shopby-product-list .products.wrapper {
	margin: 0;
	padding-top: 50px;
}

.page-layout-2columns-left .column.main #amasty-shopby-product-list .toolbar-products .pages .action {
	line-height: 25px;
	box-shadow: none;
	margin: 0;
	padding-bottom: 0px;
	width: 25px;
	height: 25px;
	border: 0;
	background: rgb(77 74 70 / 40%);
	border-radius: 30px;
}

.page-layout-2columns-left .column.main #amasty-shopby-product-list .toolbar-products .pages .action.next {
	margin-left: 5px;
}

.page-layout-2columns-left .column.main #amasty-shopby-product-list .toolbar-products .pages .action.next:before {
	content: '\e608';
	font-family: 'luma-icons';
	color: #FFF;
	margin-left: 0;
	font-size: 11px;
}

.page-layout-2columns-left .column.main #amasty-shopby-product-list .toolbar-products .pages .action.previous {
	margin-right: 10px;
}

.page-layout-2columns-left .column.main #amasty-shopby-product-list .toolbar-products .pages .action.previous:before {
	content: '\e608';
	font-family: 'luma-icons';
	color: #FFF;
	transform: rotate(-180deg);
	font-size: 12px;
	position: relative;
	left: -2px;
}

.products.wrapper~.toolbar .pages {
	position: relative !important;
	padding-bottom: 20px;
}

.page-layout-2columns-left .column.main #amasty-shopby-product-list .toolbar-products .sorter .sorter-label {
	font-size: 20px;
	color: #4d4a46;
	text-transform: none;
}

.page-layout-2columns-left .column.main #amasty-shopby-product-list .toolbar-products .toolbar-sorter.sorter label.sorter-label:after {
	content: ":";
	position: relative;
	left: 3px;
}

.page-layout-2columns-left .column.main #amasty-shopby-product-list .toolbar-products .sorter #sorter {
	background-color: transparent;
	color: #4d4a46;
	border-radius: 0;
	border: 0;
	box-shadow: none;
	font-size: 20px;
	font-family: 'Avenir Black';
	font-weight: 600;
	height: auto;
	text-transform: uppercase;
	margin-left: 10px;
	padding-left: 0;
	padding-right: 35px;
	cursor: pointer;
	background-position: right 20%;
}

.page-layout-2columns-left .column.main #amasty-shopby-product-list .toolbar-products .sorter #sorter option {
	font-size: 15px;
	font-family: 'Avenir Book' !important;
}

.page-layout-2columns-left .sidebar-main #layered-filter-block .filter-options {
	padding: 0;
	box-shadow: none;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	height: 100%;
}

.page-layout-2columns-left .sidebar-main #layered-filter-block .filter-options .filter-options-item {
	background: #FFF;
	padding: 20px;
	border: 0;
}

.page-layout-2columns-left .sidebar-main #layered-filter-block .filter-options .filter-options-item:nth-child(2) {
	order: -1;
	padding: 30px 20px 50px 20px;
	background: linear-gradient(to left, #f0f0ef 100%, #b9b3ae 0, #f0f0ef) left bottom #fff no-repeat;
	background-size: 100% 20px;
}

.page-layout-2columns-left .sidebar-main #layered-filter-block .filter-options .filter-options-item:nth-child(2) .filter-options-title {
	display: none;
}

#layered-filter-block .filter-options .filter-options-title {
	padding: 0 40px 0 0;
	color: #4d4a46;
	font-size: 22px;
	line-height: 34px;
	margin-bottom: 10px;
	font-family: 'Avenir Black' !important;
}

#layered-filter-block .filter-options .filter-options-title:after {
	font-size: 20px;
	right: 0;
	color: #4D4A46;
}

#layered-filter-block .filter-options .filter-options-item.allow.active .filter-options-title:after {
	right: 0;
	content: '\f126';
}

.right-image ul.attribute-value li.option {
	padding: 0 1px;
	width: auto;
	display: inline-block !important;
	margin-bottom: 2px;
}

.right-image ul.attribute-value li.option img {
	max-width: 31px;
	width: 100%;
	min-width: 31px;
}

.page-layout-2columns-left .sidebar-main #layered-filter-block .filter-options .filter-options-item:last-child {
	padding-bottom: 40px;
}

#layered-filter-block .filter-options .filter-options-content {
	padding: 0;
	max-height: 400px;
	overflow: auto;
}

.amslider-container {
	display: none;
}


.filter-options .am-labels-folding .item {
	padding: 0;
}

.catalog-category-view #narrow-by-list input[type=radio]+.label:before {
	display: none;
}

.catalog-category-view #narrow-by-list input[type=radio]+.label {
	margin-left: 0;
}

#layered-filter-block .filter-options .filter-options-content .item {
	margin: 6px 0 !important;
}

#layered-filter-block .filter-options .filter-options-content a {
	color: #4d4a46;
	text-transform: none;
	font-size: 17px;
	line-height: 1.5;
	margin: 0;
	display: block;
	font-family: 'Avenir Book';
	font-weight: 500;
	position: relative;
	padding: 0 0 0 6px;
}

.filter-options-item .filter-options-content ol.items.-am-multiselect li.item {
	padding-left: 20px;
}

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

#layered-filter-block .filter-options .filter-options-content a.ui-slider-handle.ui-state-default.ui-corner-all:last-child {
	top: -17px;
}

.filter-options-content .am-filter-items-attr_price li.item {
	margin: 0;
}

.filter-options-content .am-filter-items-attr_materiale li.item {
	margin: 0;
}

.filter-options-content .am-filter-items-attr_manufacturer li.item {
	margin: 0;
}

.page-layout-2columns-left .sidebar-main #layered-filter-block .filter-options .filter-options-item:nth-child(2) .filter-options-content {
	overflow: inherit;
	max-height: 100%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column-reverse;
}

.page-layout-2columns-left .sidebar-main #layered-filter-block .filter-options .filter-options-item:nth-child(2) .filter-options-content .am-ranges {
	height: 180px;
	overflow-y: auto;
}

.amshopby-fromto-wrap .am-fromto-widget .amshopby-input-wrapper {
	background: transparent;
	box-shadow: none;
	border-radius: 0;
	font-size: 14px;
	height: auto;
	border: 0;
	padding: 0;
	display: flex;
	align-items: center;
	max-width: 100px;
	flex-direction: row;
	width: 100%;
}

.amshopby-fromto-wrap .am-fromto-widget .am-filter-price {
	background: rgb(77 74 70/10%);
	border-radius: 0;
	font-size: 14px;
	height: auto;
	border: 0;
	padding: 2px 0;
	margin-left: 0px;
	text-align: center;
	width: 60%;
}

.amshopby-fromto-wrap .am-fromto-widget .amshopby-input-wrapper span.amshopby-currency {
	position: relative;
	background: transparent;
	padding: 0;
	font-size: 15px;
	left: 0;
	top: 0;
	line-height: 1.5;
	font-weight: 500;
}

.filter-options-item .filter-options-content .amshopby-fromto-wrap {
	margin: 0;
}

.amshopby-fromto-wrap .am-fromto-widget>.delimiter {
	padding: 0 4px;
	display: block;
	text-align: center;
	line-height: 35px;
	width: 16px;
	display: none;
}

.range.am-fromto-widget .am-filter-go {
	vertical-align: top;
	padding: 0 15px;
	font-size: 12px;
	height: 30px;
	line-height: 1;
	background: rgb(77 74 70/10%);
	border: 0;
	color: #3a3734;
	min-height: inherit;
	font-weight: 600;
	width: 100%;
	max-width: 115px;
	margin: 0 auto;
	margin-top: 15px;
	border-radius: 30px;
	text-transform: uppercase;
}

.filter-options-item .filter-options-content .range {
	margin: 0 !important;
	justify-content: space-between;
}

.amshopby-fromto-wrap .am-fromto-widget>.amshopby-input-wrapper {
	max-width: 40%;
	width: inherit;
}

.filter-options-content .range {
	margin-top: 0;
	margin-bottom: 18px;
}

.filter-options-content .am-filter-items-attr_price li.item {
	margin: 8px 0;
}

/* category filter css start here */
/*#layered-filter-block .filter-options .filter-options-content ul.items.am-filter-items-category_ids > li.item.-filter-parent > a {
    background: rgb(77 74 70 / 23%);
    display: block;
    width: 100%;
    padding: 14px;
    text-transform: uppercase;
    color: #4D4A46;
}
#layered-filter-block .filter-options .filter-options-content ul.items.am-filter-items-category_ids li.item.-filter-parent span.count {
    display: none;
}
#layered-filter-block .filter-options .filter-options-content ul.items.am-filter-items-category_ids li.item a:before {
    content: "";
    background-image: url(../../frontend/Netsteps/default/it_IT/images/sidebar-l.png);
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    top: -6px;
}
#layered-filter-block .filter-options .filter-options-content ul.items.am-filter-items-category_ids li.item.-filter-parent span.amshopby-choice {
    opacity: 0;
}
#layered-filter-block .filter-options .filter-options-content ul.items.am-filter-items-category_ids > li.item.-filter-parent > a::before {
    content: '\f124';
    font-family: 'Ionicons';
    background: none;
    position: relative;
    top: 0;
    margin-right: 6px;
}
#layered-filter-block .filter-options .filter-options-content ul.items.am-filter-items-category_ids > li.item.-filter-parent .level-1 li.item {
    padding-left: 35px;
}
#layered-filter-block .filter-options .filter-options-content ul.items.am-filter-items-category_ids > li.item.-filter-parent .level-1 li.item a {
    padding-left: 25px;
}
#layered-filter-block .filter-options .filter-options-content ul.items.am-filter-items-category_ids > li.item.-filter-parent .level-1 > li.item.-is-collapsible > a {
    background: rgb(77 74 70 / 65%);
    color: #fff;
    display: block;
    width: 100%;
    padding: 14px;
    font-family: 'Avenir Black';
}
#layered-filter-block .filter-options .filter-options-content ul.items.am-filter-items-category_ids > li.item.-filter-parent .level-1 > li.item.-is-collapsible > a::before{
	display: none;
}
.page-layout-2columns-left .sidebar-main #layered-filter-block .filter-options .filter-options-item:first-child .filter-options-title {
    display: none;
}
.page-layout-2columns-left .sidebar-main #layered-filter-block .filter-options .filter-options-item:first-child li.item {
    margin: 5px 0 12px !important;
}
.page-layout-2columns-left .sidebar-main #layered-filter-block .filter-options .filter-options-item:first-child ul.items.am-filter-items-category_ids {
    margin-top: -5px;
}
#layered-filter-block .filter-options .filter-options-content ul.items.am-filter-items-category_ids > li.item.-filter-parent .level-1 li.item ul.items.level-2 {
    margin-top: 12px;
}*/
/* category filter css end here */


.gress_wraper {
	padding: 80px 80px 50px;
	background-image: linear-gradient(to right, #f0f0ef 70%, #fff);
}

.gress_text {
	padding: 0 60px 0 0;
}

.gress_text h4 {
	font-size: 25px;
	line-height: 1.2;
	color: #3a3734;
	font-family: 'Avenir Heavy';
	margin-bottom: 40px;
}

.gress_text span {
	font-size: 20px;
	line-height: 1.6;
	margin-top: 20px;
	display: block;
	text-align: left;
	color: #383838;
	font-weight: 400;
}

.gress_video .video {
	width: 100%;
	height: 500px;
}

.question_wraper {
	padding: 80px 0;
	background-image: linear-gradient(to right, #f0f0ef 70%, #fff);
}

.question-title {
	padding: 35px 50px;
	background: RGBA(77, 74, 70, 0.23);
	border-bottom: 3px solid #FFF;
}

.question-title ul li {
	display: inline-block;
	margin-left: 30px;
	margin-bottom: 0;
}

.question-title ul li:nth-child(1) {
	margin-left: 0 !important;
	font-family: 'Avenir Light';
}

.question-title ul li:nth-child(2) {
	padding-left: 30px;
	font-weight: 900;
	border-left: 2px solid #66605a;
	font-family: 'Avenir Black';
	color: #66605a;
}

.question_content {
	background: RGBA(77, 74, 70, 0.11);
	padding: 35px 40px;
	border-bottom: 2px solid #66605a;
	position: relative;
	font-size: 18px;
	font-family: 'Avenir Book';
}

.question_content h4 {
	font-size: 20px;
	font-weight: 500;
	font-family: 'Avenir Black';
	margin: 0 0 10px;
}

.question_content p {
	margin: 0;
}

.export {
	display: none;
	padding-top: 20px;
}

.export p {
	padding-top: 20px;
}

.question_content .plus {
	border: 1px solid #66605a;
	position: absolute;
	left: 50%;
	bottom: -20px;
	height: 40px;
	width: 40px;
	border-radius: 100%;
	background: #e0e0e0;
	z-index: 99;
	cursor: pointer;
}

.question_content .plus:before {
	position: absolute;
	content: "+";
	color: #66605a;
	text-align: center;
	width: 100%;
	display: block;
	font-size: 25px;
	line-height: 37px;
}

.question_content .minus::before {
	content: "-";
	font-size: 35px;
	line-height: 32px;
}

.domande-section {
	padding: 40px 60px;
	background: #fff;
}

.domande-section .row {
	align-items: center;
}

.domande-section .col-3 {
	width: 24%;
	padding: 0 15px;
}

.domande-section .col-4 {
	width: 38%;
	padding: 0 15px;
}

.domande-section .domande-title h2 {
	color: rgb(58 55 49 / 40%);
	font-size: 57px;
	margin: 0;
	line-height: 1.1;
}

.domande-section .domande-item {
	display: flex;
	background-image: linear-gradient(to right, #f0f0ef 60%, #fff);
}

.domande-section .domande-item .item-detail {
	margin-left: 20px;
	padding: 15px 0;
	max-width: 50%;
}

.domande-section .domande-item .item-img img {
	width: 145px;
	height: 100%;
	object-fit: cover;
	border-right: 3px solid #FFF;
}

.domande-section .domande-item .item-detail h5 {
	color: #66605A;
	font-size: 20px;
	margin-bottom: 20px;
	line-height: 28px;
	font-family: 'Avenir Black';
}

.domande-section .domande-item .item-detail h4 {
	color: #C26E65;
	font-size: 25px;
	line-height: 32px;
	font-family: 'Avenir Black';
	margin: 0;
}

.sidebar-main #am-shopby-container,
.sidebar-main .filter-actions {
	display: none;
}

.amshopby-filter-current.filter-current {
	text-align: center;
	margin-bottom: 20px;
	height: 300px;
}

.amshopby-filter-current.filter-current .block-subtitle.filter-current-subtitle {
	font-size: 34px;
	color: #a49a97;
}

.amshopby-filter-current.filter-current .amshopby-items.items {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	max-width: 960px;
	margin: 20px auto 0;
	flex-wrap: wrap;
}

.amshopby-filter-current.filter-current .amshopby-items.items .amshopby-item.item {
	display: flex;
	align-items: center;
	position: relative;
	background: transparent;
	font-size: 15px;
	padding: 7px 50px 7px 20px;
	min-width: 200px;
	border-radius: 50px;
	color: #a49a97;
	border: 1px solid #a49a97;
	margin: 5px;
	justify-content: center;
}

.amshopby-filter-current.filter-current .amshopby-items.items .amshopby-item.item .amshopby-remove {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	width: 20px;
	height: 20px;
	color: #a49a97;
	border: 1px solid #a49a97;
	border-radius: 20px;
	left: auto;
	right: 15px;
	padding: 5px;
}

.amshopby-filter-current .amshopby-filter-name:after {
	margin-left: 3px;
}

.amshopby-filter-current .amshopby-filter-value {
	flex-grow: 0;
}

.amshopby-filter-current.filter-current .amshopby-items.items .amshopby-item.item .amshopby-remove:before,
.amshopby-filter-current.filter-current .amshopby-items.items .amshopby-item.item .amshopby-remove:after {
	width: 56%;
	background-color: #a49a97;
	left: 4px;
}

.catalog-category-view .products-grid .product-items,
.catalogsearch-result-index .products-grid .product-items,
body.wishlist-index-index .products-grid .product-items {
	display: flex;
	flex-wrap: wrap;
	letter-spacing: 0;
}

body.catalog-category-view .products-grid .product-item-photo,
body.catalogsearch-result-index .products-grid .product-item-photo,
body.amshopby-index-index .products-grid .product-item-photo,
body.ambrand-index-index .products-grid .product-item-photo,
body.wishlist-index-index .products-grid .product-item-photo{
	background-color: white;
	display: block;
	text-align: center;
	line-height: 0;
	padding: 10px;
}

.hidePhoto {
	display: none !important;
}

.showCarousal {
	display: block !important;
}

.page-products .product-item-info,
.wishlist-index-index .product-item-info{
	box-sizing: initial;
	border: 1px solid #FFF;
	width: 100%;
}

.catalog-category-view .products-grid .product-items .product-item,
.catalogsearch-result-index .products-grid .product-items .product-item,
.wishlist-index-index .products-grid .product-items .product-item{
	padding: 0 20px;
	width: 33.33% !important;
	margin: 0 !important;
	padding-bottom: 150px;
}
.wishlist-index-index .products-grid .product-items .product-item {
	padding: 0 15px;
}

.catalogsearch-result-index.page-products .product-item-info {
	width: 100%;
}

body.catalog-category-view .products-grid .product-item-info:hover,
body.catalog-category-view .products-grid .product-item-info.active,
body.catalogsearch-result-index .products-grid .product-item-info:hover,
body.catalogsearch-result-index .products-grid .product-item-info.active,
body.amshopby-index-index .products-grid .product-item-info:hover,
body.amshopby-index-index .products-grid .product-item-info.active,
body.ambrand-index-index .products-grid .product-item-info:hover,
body.ambrand-index-index .products-grid .product-item-info.active,
body.wishlist-index-index .products-grid .product-item-info:hover,
body.wishlist-index-index .products-grid .product-item-info.active {
	border: 0;
	box-shadow: none;
	margin: 0;
	padding: 0;
}

body.catalog-category-view .products-grid .product-item-info,
body.catalogsearch-result-index .products-grid .product-item-info,
body.wishlist-index-index .products-grid .product-item-info {
	border: 0 !important;
}

body.catalog-category-view .products-grid .product-item-photo,
body.catalogsearch-result-index .products-grid .product-item-photo,
body.amshopby-index-index .products-grid .product-item-photo,
body.ambrand-index-index .products-grid .product-item-photo,
body.wishlist-index-index  .products-grid .product-item-photo {
	padding: 0;
}

.catalog-category-view .products-grid .product-item-photo .product-image-container,
.catalogsearch-result-index .products-grid .product-item-photo .product-image-container,
body.wishlist-index-index  .products-grid  .product-item-photo .product-image-container{
	width: 100% !important;
}

img#freeshipping-lable {
	display: none;
}

body.catalog-category-view .products-grid .product.details,
body.catalog-category-view .products-grid .product.details.configurable,
body.catalogsearch-result-index .products-grid .product.details,
body.catalogsearch-result-index .products-grid .product.details.configurable,
body.amshopby-index-index .products-grid .product.details,
body.amshopby-index-index .products-grid .product.details.configurable,
body.ambrand-index-index .products-grid .product.details,
body.ambrand-index-index .products-grid .product.details.configurable,
body.wishlist-index-index  .products-grid  .product.details,
body.wishlist-index-index  .products-grid  .product.details.configurable{
	background: #f0f0ef;
	border: 0;
	background-image: linear-gradient(to right, #f2f2f1, #fff);
}

body.catalog-category-view .products-grid .product.details .product-item-name,
body.catalog-category-view .products-grid .product.details.configurable .product-item-name,
body.catalogsearch-result-index .products-grid .product.details .product-item-name,
body.catalogsearch-result-index .products-grid .product.details.configurable .product-item-name,
body.amshopby-index-index .products-grid .product.details .product-item-name,
body.amshopby-index-index .products-grid .product.details.configurable .product-item-name,
body.ambrand-index-index .products-grid .product.details .product-item-name,
body.ambrand-index-index .products-grid .product.details.configurable .product-item-name,
body.wishlist-index-index .products-grid .product.details .product-item-name,
body.wishlist-index-index .products-grid .product.details.configurable .product-item-name {
	padding: 15px 15px 10px !important;
	height: auto !important;
}

body.catalog-category-view .products-grid .product.details .product-item-name>a,
body.catalog-category-view .products-grid .product.details.configurable .product-item-name>a,
body.catalogsearch-result-index .products-grid .product.details .product-item-name>a,
body.catalogsearch-result-index .products-grid .product.details.configurable .product-item-name>a,
body.amshopby-index-index .products-grid .product.details .product-item-name>a,
body.amshopby-index-index .products-grid .product.details.configurable .product-item-name>a,
body.ambrand-index-index .products-grid .product.details .product-item-name>a,
body.ambrand-index-index .products-grid .product.details.configurable .product-item-name>a,
body.catalog-category-view .products-grid .product.details.bundle .product-item-name>a {
	font-family: 'Avenir Book' !important;
	font-weight: 600;
	font-size: 18px !important;
	color: #4d4a46;
	text-align: left;
	line-height: 24px;
	text-decoration: none;
}

body.catalog-category-view .products-grid .product.details.bundle .product-item-name,
body.catalogsearch-result-index .products-grid .product.details.bundle .product-item-name,
body.wishlist-index-index .products-grid .product.details.bundle .product-item-name{
	margin: 0;
}

body.catalog-category-view .products-grid .attriblute-image,
body.catalogsearch-result-index .products-grid .attriblute-image,
body.wishlist-index-index .products-grid .attriblute-image {
	display: block;
	width: 100%;
	min-height: 35px;
	clear: both;
}

body.wishlist-index-index .products-grid .product-item-photo{
	margin-bottom: 0;
}
body.wishlist-index-index .products-grid .attriblute-image{
	margin-top: 10px;
}

body.catalog-category-view .products-grid .product.details.bundle,
body.catalogsearch-result-index .products-grid .attriblute-image>div,
body.wishlist-index-index .products-grid .attriblute-image>div {
	display: block;
}

body.catalog-category-view .products-grid .attriblute-image>div,
body.catalogsearch-result-index .products-grid .attriblute-image>div,
body.wishlist-index-index .products-grid .attriblute-image>div {
	width: 45%;
}

body.catalog-category-view .products-grid .list-btn,
body.catalogsearch-result-index .products-grid .list-btn,
body.wishlist-index-index .products-grid .list-btn {
	display: flex;
	justify-content: space-between;
	padding: 0;
	position: relative;
	margin-top: 10px;
	/* top: 20px; */
}

body.catalog-category-view .products-grid .product-item-actions,
body.catalogsearch-result-index .products-grid .product-item-actions,
body.amshopby-index-index .products-grid .product-item-actions,
body.ambrand-index-index .products-grid .product-item-actions,
body.wishlist-index-index  .products-grid .product-item-actions,
body.wishlist-index-index  .products-grid .product-item-actions {
	margin: 0;
}

body.catalogsearch-result-index .product-item-name,
body.wishlist-index-index .product-item-name {
	margin-top: 0;
}

body.catalog-category-view .products-grid .product-item-inner,
body.catalogsearch-result-index .products-grid .product-item-inner,
body.wishlist-index-index .products-grid .product-item-inner {
	clip: inherit !important;
	height: auto !important;
	margin: 0 !important;
	overflow: inherit !important;
	width: auto !important;
	position: static !important;
	left: 0;
	box-shadow: unset;
	background-color: transparent;
}

body.catalogsearch-result-index .product-item-info:hover .product-item-inner {
	border: 0;
	padding: 0;
}

body.catalog-category-view .products-grid .product-item-info .amquote-addto-button,
body.catalogsearch-result-index .products-grid .product-item-info .amquote-addto-button,
body.wishlist-index-index .products-grid .product-item-info .amquote-addto-button {
	color: #FFF !important;
	background: #5fa895 !important;
	border: 0 !important;
	min-width: 100% !important;
	border-radius: 0px !important;
	width: 100% !important;
	padding: 12px !important;
	font-family: 'Avenir Medium' !important;
	font-weight: 500 !important;
	font-size: 15px !important;
	height: auto !important;
	margin: 0 !important;
	line-height: 1.1;
	position: relative;
	top: 0;
	left: 0;
	display: block !important;
}

.product-item .minimal-price-link {
	display: none;
}

body.catalog-category-view .products-grid .product-item-info .amquote-addto-button span.btn-inner,
body.catalogsearch-result-index .products-grid .product-item-info .amquote-addto-button span.btn-inner,
body.wishlist-index-index .products-grid .product-item-info .amquote-addto-button span.btn-inner {
	display: none;
}

body.catalog-category-view .products-grid .product.product-item,
body.wishlist-index-index .products-grid .product.product-item {
	padding-bottom: 70px;
}
body.wishlist-index-index .products-grid .product.product-item {
	padding-bottom: 50px;
}

body.catalog-category-view .products-grid .product.product-item .product-item-info .product-item-details .product-item-name,
body.wishlist-index-index .products-grid .product.product-item .product-item-info .product-item-details .product-item-name {
	min-height: 73px;
	clear: both;
	display: block;
	text-align: left !important;
}

body.catalog-category-view .products-grid .product-item-info .amquote-addto-button:before,
body.catalogsearch-result-index .products-grid .product-item-info .amquote-addto-button:before,
body.wishlist-index-index .products-grid .product-item-info .amquote-addto-button:before {
	position: absolute;
	bottom: -26px;
	display: block;
	height: 40px;
	width: 40px;
	content: "";
	background-image: url(../../frontend/Netsteps/default/it_IT/images/category-plus.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	left: auto;
	right: 5px;
}

.list-btn .product-price-left .price-box.price-final_price {
	min-width: 186px !important;
	border-radius: 40px;
	border: 1px solid #3a3734;
	display: flex !important;
	justify-content: center;
	align-items: center;
	padding: 10px !important;
	background: #FFF;
}

.product.details.product-item-details.bundle .list-btn .product-price-left .price-box p span {
	font-weight: 400;
	font-size: 15px;
	font-family: 'Avenir Medium' !important;
	color: #66605A;
	display: initial !important;
}

body.catalogsearch-result-index .product.details.product-item-details.bundle .list-btn .product-price-left .price-box p span,
body.wishlist-index-index .product.details.product-item-details.bundle .list-btn .product-price-left .price-box p span {
	font-weight: bold;
	font-family: 'Avenir Black' !important;
}

body.catalogsearch-result-index .product.details.product-item-details.bundle .list-btn .product-price-left .price-box p.price-to span.price-label,
body.wishlist-index-index  .product.details.product-item-details.bundle .list-btn .product-price-left .price-box p.price-to span.price-label {
	margin-left: 8px;
}

.product-item .price-box .price {
	font-size: 14px;
	font-family: 'Avenir Medium' !important;
	color: #3a3734;
}

.price-container span::before {
	display: none;
}

body.catalog-category-view .products-grid .product-item-info .list-btn .product-price-left>.price-box,
body.catalogsearch-result-index .products-grid .product-item-info .list-btn .product-price-left>.price-box,
body.wishlist-index-index  .products-grid .product-item-info .list-btn .product-price-left>.price-box {
	color: #3a3734;
	background: #fff;
	border: 1px solid #3a3734;
	padding: 0 22px;
	border-radius: 0px;
	font-size: 14px;
	position: relative;
	width: 100%;
	margin: 0;
	box-shadow: none;
}

body.catalog-category-view .products-grid .product-item-inner .product-item-actions .action.tocart,
body.catalogsearch-result-index .products-grid .product-item-inner .product-item-actions .action.tocart,
body.wishlist-index-index .products-grid .product-item-inner .product-item-actions .action.tocart {
	position: absolute;
	left: 3px;
	bottom: -26px;
	margin: 0;
	width: 40px !important;
	height: 40px !important;
	border-radius: 40px;
	border: 0 !important;
	background: #3A3734 !important;
	padding: 0;
}

.amshopby-slider-container.-default .am-slider:after {
	display: none;
}

.attriblute-image .right-image {
	float: right;
}

.attriblute-image .left-image h5 {
	font-size: 15px;
	margin-bottom: 0;
	color: #FFF;
	font-family: 'Avenir Medium' !important;
	position: relative;
}

.attriblute-image .left-image h5 span {
	font-family: 'Avenir Medium' !important;
}

.right-image ul.attribute-value {
	display: table;
	width: 100%;
	text-align: right;
}

.right-image ul.attribute-value>li.option {
	display: table-cell;
}

body.catalog-category-view .products-grid .product.details.grouped,
body.catalogsearch-result-index .products-grid .product.details.grouped,
body.wishlist-index-index .products-grid .product.details.grouped {
	display: block;
	background: #f0f0ef;
	border: 0;
}

body.catalog-category-view .products-grid .product.details.grouped .product-item-name,
body.catalogsearch-result-index .products-grid .product.details.grouped .product-item-name,
body.catalogsearch-result-index .products-grid .product.details.grouped .product-item-name,
body.wishlist-index-index .products-grid .product.details.grouped .product-item-name {
	padding: 15px 15px 10px;
	height: auto;
}

body.catalog-category-view .products-grid .product.details.grouped .product-item-name .product-item-link,
body.catalogsearch-result-index .products-grid .product.details.grouped .product-item-name .product-item-link,
body.wishlist-index-index .products-grid .product.details.grouped .product-item-name .product-item-link {
	font-family: 'Avenir Black' !important;
	font-size: 18px !important;
	color: #66605a;
	text-align: left;
	line-height: 24px;
	text-decoration: none;
}

body.catalog-category-view .products-grid .product.details .product-price-left>.price-box,
body.catalogsearch-result-index .products-grid .product.details .product-price-left>.price-box,
body.wishlist-index-index .products-grid .product.details .product-price-left>.price-box {
	width: 100%;
	text-align: center;
}

.catalogsearch-result-index .toolbar-products .pages {
	display: block;
}

body.catalog-category-view .products-grid .product.details.grouped .grouped-price,
body.catalogsearch-result-index .products-grid .product.details.grouped .grouped-price,
body.wishlist-index-index .products-grid .product.details.grouped .grouped-price {
	margin: 0;
	text-align: center;
}

body.catalog-category-view .products-grid .product.details .product-price-left>.price-box .price-box,
body.catalogsearch-result-index .products-grid .product.details .product-price-left>.price-box .price-box,
body.wishlist-index-index .products-grid .product.details .product-price-left>.price-box .price-box {
	width: 100%;
	display: block;
	padding: 0 !important;
	margin: 0;
}

.additional-info .pagebuilder-video-inner {
	margin: 20px 0;
}

body.catalog-category-view .products-grid .product.details.bundle.multi-prices .price-box,
body.wishlist-index-index .products-grid .product.details.bundle.multi-prices .price-box {
	border: 1px solid #66605A;
}

body.catalog-category-view .products-grid .product.details.bundle.multi-prices .price-box span.price-label,
body.wishlist-index-index .products-grid .product.details.bundle.multi-prices .price-box span.price-label {
	display: none !important;
}

body.catalog-category-view .products-grid .product.details.bundle.multi-prices .price-box span.price,
body.wishlist-index-index .products-grid .product.details.bundle.multi-prices .price-box span.price {
	font-size: 16px;
	font-family: 'Avenir Black' !important;
	color: #66605a;
}

body.catalog-category-view .products-grid .product.details.bundle.multi-prices .price-box p::after,
body.wishlist-index-index .products-grid .product.details.bundle.multi-prices .price-box p::after {
	display: none !important;
}

body.catalog-category-view .products-grid .product.details .price-box .product-unit,
body.wishlist-index-index .products-grid .product.details .price-box .product-unit {
	font-size: 15px !important;
	font-family: 'Avenir Medium' !important;
	font-weight: 700;
	white-space: nowrap;
	margin-left: 3px;
}

body.catalog-category-view .products-grid .product.details .price-box .special-price .product-unit,
body.wishlist-index-index .products-grid .product.details .price-box .special-price .product-unit {
	margin-left: 0;
	padding-left: 5px;
}

body.catalog-category-view .products-grid .product.details .price-box .special-price,
body.wishlist-index-index .products-grid .product.details .price-box .special-price {
	display: flex;
	align-items: center;
	justify-content: center;
}

.amshopby-slider-wrapper .amshopby-slider-container {
	border-radius: 10px;
	margin: 15px 0 10px;
}

.filter-options-item .filter-options-content .amshopby-slider-wrapper .ui-slider-handle {
	background: #5fa895 !important;
	cursor: pointer;
}

.filter-options-item .filter-options-content .amshopby-slider-wrapper {
	margin: 0;
}

.filter-options-item .filter-options-content .amshopby-slider-wrapper .ui-slider-range {
	background: rgb(95 168 149 / 20%);
	border-radius: 10px 0 0 10px;
}

.filter-options-item .filter-options-content .amshopby-slider-wrapper .am-slider.ui-slider {
	border-radius: 10px;
}


/* ----- Search Page css start here ----- */
.catalogsearch-result-index .breadcrumbs {
	padding: 0 60px;
	padding-top: 80px;
	max-width: 100% !important;
	margin-bottom: 20px;
}

.catalog-topnav.amasty-catalog-topnav {
	margin: 0;
}

.catalogsearch-result-index main#maincontent .columns {
	display: flex;
	padding-bottom: 20px;
	margin-bottom: 50px;
}

.catalogsearch-result-index main#maincontent .columns div#layered-filter-block {
	background: #fff;
}

div#amasty-shopby-product-list dl.block dd.item {
	font-size: 16px;
}

.catalogsearch-result-index main#maincontent .page-title-wrapper {
	padding: 50px 30px 0;
}

#amsearch-result-tabs .data.title {
	display: none;
}

div#amsearch-result-tabs div#tabs-amasty_search_products_tab {
	margin-top: 0;
	border: 0;
}

#amsearch-result-tabs {
	margin-top: 0;
}

.search.results .products.wrapper li.item.product.product-item {
	padding-bottom: 70px;
}

.search.results .products.wrapper li.item.product.product-item .product-item-details .list-btn .product-item-inner::before {
	display: none;
}

body.catalogsearch-result-index .products-grid .product-item-info .list-btn .product-price-left>.price-box {
	min-width: 150px !important;
}

body.catalogsearch-result-index .products-grid .product-item-info .list-btn .product-price-left>.price-box p {
	margin: 0;
}

.search.results .products.wrapper li.item.product.product-item .product-item-details .product-item-name {
	min-height: 72px;
}

.search.results .products.wrapper li.item.product.product-item .product-item-details .list-btn .price-box span.product-unit:before {
	content: "/";
	position: relative;
}

.search.results .products.wrapper li.item.product.product-item .product-item-details .list-btn .price-box span.product-unit {
	font-size: 14px;
	font-weight: bold;
	margin-left: 5px;
}

.search.results p#toolbar-amount {
	display: none;
}

.search.results div#amasty-shopby-product-list .toolbar.toolbar-products:last-child {
	/* display: none; */
	margin-bottom: 0;
}

.catalogsearch-result-index .columns.sidebarhide .sidebar.sidebar-main {
	display: none;
}

.catalogsearch-result-index .columns.sidebarhide .column.main {
	max-width: 100%;
}

/* ----- Search Page css end here ----- */


div#amasty-shopby-product-list .mobile-filter-options,
button.mobile-filter-close {
	display: none;
}

#layered-filter-block .filter-options .filter-options-content ul.items {
	margin: 0;
	overflow-x: hidden;
	box-shadow: none !important;
}

.page-layout-2columns-left .sidebar-main #layered-filter-block .filter-options .filter-options-item:nth-child(2) .filter-options-content .am-ranges ol.items.am-filter-items-attr_price li.item a {
	text-align: center;
	font-size: 15px;
}

form.am-ranges ol.items.am-filter-items-attr_stile {
	margin: 0 !important;
}

img.mincartnew {
	image-rendering: -webkit-optimize-contrast;
}

.category-title {
	font-family: 'Avenir Heavy';
	text-transform: uppercase;
	font-size: 8vw;
	position: absolute;
	transform: translate(-50%, -50%);
	left: 50%;
	top: 54%;
	color: #fff;
	line-height: 1;
	width: fit-content;
}

.category-image {
	position: relative;
}

body.catalog-category-view .products-grid .product.details .price-box .price-container .price-label,
body.catalogsearch-result-index .products-grid .product.details .price-box .price-container .price-label,
body.amshopby-index-index .products-grid .product.details .price-box .price-container .price-label,
body.ambrand-index-index .products-grid .product.details .price-box .price-container .price-label,
body.wishlist-index-index .products-grid .product.details .price-box .price-container .price-label {
	display: inline-block;
	font-family: 'Avenir Medium';
	font-size: 14px;
	color: #3a3734;
	font-weight: 600;
}

body.catalog-category-view .products-grid .product.details .price-box p.price-to span.price-label,
body.catalogsearch-result-index .products-grid .product.details .price-box p.price-to span.price-label,
body.amshopby-index-index .products-grid .product.details .price-box p.price-to span.price-label,
body.ambrand-index-index .products-grid .product.details .price-box p.price-to span.price-label,
body.wishlist-index-index .products-grid .product.details .price-box p.price-to span.price-label {
	margin-left: 8px;
}

/* Slider css 19-10*/
body.catalog-category-view .products-grid .product.product-item .custom-owl-carousel-hide:hover .custom-owl-carousel,
body.wishlist-index-index .products-grid .product.product-item .custom-owl-carousel-hide:hover .custom-owl-carousel {
	bottom: auto;
}

.product-item-info .slick-slider .slick-arrow.slick-next {
	right: 0;
}

.product-item-info ul.slick-dots {
	bottom: 30px;
	height: 20px !important;
	display: flex;
	justify-content: center;
}

.product-item-info .slick-dots li button {
	background-color: #fff;
	box-shadow: 0 0px 10px 2px #79c1ae !important;
	width: 8px;
	height: 8px !important;
	padding: 3px;
}

.product-item-info .slick-dots li.slick-active button {
	background: #79c1ae;
	box-shadow: 0 0px 10px 5px #fff !important;
	width: 15px;
	height: 15px !important;
}

.product-item-info .slick-dots li[role="presentation"] {
	display: flex;
	align-items: center;
	margin-right: 0px;
	justify-content: center;
}

.product-item-info .custom-owl-carousel .slick-prev:before,
.product-item-info .custom-owl-carousel .slick-next:before {
	width: 24px;
	height: 24px;
	display: inline-block;
	color: #000;
	top: 18px;
	position: relative;
	opacity: 1;
	fill: #000;
	z-index: -4;
}

.product-item-info .custom-owl-carousel-hide .slick-slider .slick-arrow {
	background-image: url("../../frontend/Netsteps/default/it_IT/images/left-arrow.png") !important;
	background-color: #fff !important;
	height: 35px !important;
	width: 35px;
	opacity: 0;
	background-size: 12px !important;
	transform: translateY(-50%);
	position: absolute !important;
	top: 50%;
}

.product-item-info .custom-owl-carousel-hide .slick-slider .slick-arrow.slick-next {
	background-image: url("../../frontend/Netsteps/default/it_IT/images/right-arrow.png") !important;
	right: 0;
}

.product-item-info .custom-owl-carousel-hide .slick-slider .slick-arrow:hover {
	background-color: #79c1ae !important;
}

.product-item-info .custom-owl-carousel-hide .slick-slider {
	transition: all 0.3s ease-in-out;
}

.product-item-info .custom-owl-carousel-hide .slick-slider:hover .slick-arrow {
	opacity: 1;
}

.product-item-info .custom-owl-carousel-hide .slick-slider .slick-next.slick-disabled,
.product-item-info .custom-owl-carousel-hide .slick-slider .slick-prev.slick-disabled {
	opacity: 0 !important;
}

.product-item-info .custom-owl-carousel-hide .slick-slider {
	padding: 0;
}

/*slider css end 19-10*/

div.swatch-option-tooltip {
	display: none !important;
}

.swatch-option.image:not(.disabled):hover,
.swatch-option.color:not(.disabled):hover {
	border: 1px solid #ffffff;
	outline: 1px solid #1979c3;
}

.am-swatch-link:hover .swatch-option {
	outline: 1px solid #1979c3;
}

.filter-options-content .item a:hover .count {
	color: #757575;
}

.filter-options-content .item a:hover {
	color: #4d4a46;
}

.filter-options-item .filter-options-content .am-shopby-swatch-label .count:hover {
	color: #757575;
}
.gallary-section .col-sm-6.col-md-4.col-lg-4.colums-img {
    padding: 0px 6px  6px 0px !important;
}
/* .gallary-section .row {
    margin-left: -1px;
    margin-right: -1px;
} */
.gallary-section .col-lg-4 {
    flex: 0 0 33.33%;
}
.category-description div > p {
    font-size:21px;
    line-height:1.8;
}
@media screen and (max-width: 767px) {
	.gallary-section .col-lg-4 {
	  flex: 0 0 50%;
	  /* margin: 2px; */
  }
  }
  @media screen and (max-width: 600px) {
	.gallary-section .col-lg-4 {
	  flex: 0 0 100%;
	  /* margin: 2px; */
  }
  }
@media screen and (max-width: 1899px) {

	body.catalog-category-view .products-grid .product-item-info .amquote-addto-button,
	body.catalogsearch-result-index .products-grid .product-item-info .amquote-addto-button,
	body.wishlist-index-index .products-grid .product-item-info .amquote-addto-button {
		min-width: auto !important;
	}

	body.catalog-category-view .products-grid .product-item-inner .product-item-actions .action.tocart,
	body.catalogsearch-result-index .products-grid .product-item-inner .product-item-actions .action.tocart,
	body.wishlist-index-index .products-grid .product-item-inner .product-item-actions .action.tocart {
		width: 35px !important;
		height: 35px !important;
		left: 3px;
	}

	body.catalog-category-view .products-grid .product-item-info .amquote-addto-button:before,
	body.catalogsearch-result-index .products-grid .product-item-info .amquote-addto-button:before,
	body.wishlist-index-index .products-grid .product-item-info .amquote-addto-button:before {
		height: 35px;
		width: 35px;
	}

	.list-btn .product-price-left .price-box.price-final_price {
		min-width: 145px !important;
	}

	body.catalog-category-view .products-grid .product-item-inner .product-item-actions .action.tocart:before,
	body.catalogsearch-result-index .products-grid .product-item-inner .product-item-actions .action.tocart:before,
	body.wishlist-index-index .products-grid .product-item-inner .product-item-actions .action.tocart:before {
		width: 144px;
	}
}

@media screen and (max-width: 1699px) {
	.attriblute-image .left-image {
		padding-right: 10px;
	}

	.category-view .category-description p {
		font-size: 21px;
		line-height: 1.6;
	}

	.page-layout-2columns-left .sidebar-main {
		max-width: 320px;
	}

	.page-layout-2columns-left .column.main {
		max-width: calc(100% - 320px);
	}

	#layered-filter-block .filter-options .filter-options-content a {
		font-size: 16px;
		margin: 0;
	}

	.page-layout-2columns-left .sidebar-main #layered-filter-block .filter-options .filter-options-item:first-child {
		padding-top: 30px;
	}

	.page-layout-2columns-left .sidebar-main #layered-filter-block .filter-options .filter-options-item:last-child {
		padding-bottom: 20px;
	}

	#layered-filter-block .filter-options .filter-options-title {
		font-size: 18px;
		line-height: 28px;
	}

	.page-layout-2columns-left .column.main #amasty-shopby-product-list .toolbar-products {
		margin-top: 15px;
	}

	.page-layout-2columns-left .column.main #amasty-shopby-product-list .toolbar-products .sorter .sorter-label,
	.page-layout-2columns-left .column.main #amasty-shopby-product-list .toolbar-products .sorter #sorter {
		font-size: 18px;
	}

	body.catalog-category-view .products-grid .product.details.simple .product-item-name>a,
	body.catalog-category-view .products-grid .product.details.configurable .product-item-name>a,
	body.catalogsearch-result-index .products-grid .product.details.simple .product-item-name>a,
	body.catalogsearch-result-index .products-grid .product.details.configurable .product-item-name>a,
	body.amshopby-index-index .products-grid .product.details.simple .product-item-name>a,
	body.amshopby-index-index .products-grid .product.details.configurable .product-item-name>a,
	body.ambrand-index-index .products-grid .product.details.simple .product-item-name>a,
	body.ambrand-index-index .products-grid .product.details.configurable .product-item-name>a,
	body.wishlist-index-index .products-grid .product.details.simple .product-item-name>a,
	body.wishlist-index-index .products-grid .product.details.configurable .product-item-name>a {
		font-size: 16px;
	}

	.gress_wraper {
		padding: 50px 50px 50px;
	}

	.gress_text {
		padding: 0 20px 0 0;
	}

	.gress_text h4 {
		font-size: 24px;
		margin-bottom: 30px;
	}

	.gress_text span {
		font-size: 18px;
	}

	.domande-section {
		padding: 40px 30px;
	}

	.domande-section .domande-item .item-img img {
		width: 135px;
	}

	.domande-section .domande-title h2 {
		font-size: 48px;
		line-height: 1.1;
	}

	.domande-section .domande-item .item-detail h5 {
		font-size: 18px;
		line-height: 24px;
	}

	.domande-section .domande-item .item-detail h4 {
		font-size: 22px;
		line-height: 30px;
	}

	.question_wraper {
		padding: 50px 0;
	}

	.question-title {
		padding: 30px 40px;
	}

	.question_content {
		padding: 25px 30px;
		font-size: 16px;
	}

	.question_content h4 {
		font-size: 18px;
	}

	.page-layout-2columns-left .sidebar-main #layered-filter-block .filter-options .filter-options-item:nth-child(2) .filter-options-content .am-ranges {
		height: 200px;
	}

	.page-products .products-grid .product-items .product-item {
		padding-bottom: 100px;
	}

	.list-btn .product-price-left .price-box.price-final_price {
		min-width: 125px !important;
	}

	body.page-products .products-grid .product-item-info .amquote-addto-button {
		/* min-width: 135px !important; */
		font-size: 13px !important;
		padding: 12px 12px !important;
	}

	.product-item .price-box .price,
	body.catalog-category-view .products-grid .product.details .price-box .price-container .price-label,
	body.wishlist-index-index .products-grid .product.details .price-box .price-container .price-label {
		font-size: 13px;
	}

	body.catalog-category-view .products-grid .product.details .price-box .product-unit,
	body.wishlist-index-index .products-grid .product.details .price-box .product-unit {
		font-size: 13px !important;
	}

	body.catalog-category-view .products-grid .product-item-inner .product-item-actions .action.tocart:before,
	body.catalogsearch-result-index .products-grid .product-item-inner .product-item-actions .action.tocart:before,
	body.wishlist-index-index .products-grid .product-item-inner .product-item-actions .action.tocart:before {
		top: -28px;
		left: 3px;
		width: 124px;
		height: 42px;
		display: none;
	}

	.attriblute-image .left-image h5 {
		font-size: 12px;
	}

	div#amasty-shopby-product-list .products-grid .attriblute-image>div.left-image,
	form#wishlist-view-form .products-grid .attriblute-image>div.left-image {
		padding: 6px 25px 6px 12px;
	}

	.right-image ul.attribute-value li.option img {
		min-width: 26px;
		max-width: 26px;
	}

	.range.am-fromto-widget .am-filter-go {
		padding: 0px 10px;
		font-size: 12px;
	}
}

@media screen and (max-width:1469px) {
	body.catalogsearch-result-index .products-grid .product-item-info .list-btn .product-price-left>.price-box {
		min-width: 100% !important;
	}

	.page-layout-2columns-left .sidebar-main {
		max-width: 280px;
	}

	.page-layout-2columns-left .column.main {
		max-width: calc(100% - 280px);
	}

	.gress_text h4 br {
		display: none;
	}

	.gress_text h4 {
		font-size: 22px;
		margin-bottom: 10px;
	}

	.gress_text {
		padding: 0;
	}

	.domande-section .domande-title h2 {
		font-size: 38px;
	}

	.domande-section .domande-title {
		padding-left: 20px;
	}

	.domande-section .domande-item .item-img img {
		width: 145px;
	}

	.domande-section .domande-item .item-detail {
		margin-left: 10px;
	}

	.domande-section .domande-item .item-detail h4 {
		font-size: 20px;
	}

	.domande-section .domande-item .item-detail h5 {
		font-size: 16px;
	}

	.category-view .category-description {
		padding: 10px 0 0 0;
	}

	.page-layout-2columns-left .column.main #amasty-shopby-product-list .toolbar-products .sorter .sorter-label,
	.page-layout-2columns-left .column.main #amasty-shopby-product-list .toolbar-products .sorter #sorter {
		font-size: 16px;
	}

	.page-products .products-grid .product-items .product-item {
		padding: 0 10px;
		padding-bottom: 70px;
	}

	body.catalog-category-view .products-grid .product.details.simple .product-item-name,
	body.catalog-category-view .products-grid .product.details.configurable .product-item-name,
	body.catalogsearch-result-index .products-grid .product.details.simple .product-item-name,
	body.catalogsearch-result-index .products-grid .product.details.configurable .product-item-name,
	body.amshopby-index-index .products-grid .product.details.simple .product-item-name,
	body.amshopby-index-index .products-grid .product.details.configurable .product-item-name,
	body.ambrand-index-index .products-grid .product.details.simple .product-item-name,
	body.ambrand-index-index .products-grid .product.details.configurable .product-item-name,
	body.wishlist-index-index .products-grid .product.details.simple .product-item-name,
	body.wishlist-index-index .products-grid .product.details.configurable .product-item-name {
		padding-bottom: 0 !important;
	}

	body.page-products .products-grid .list-btn {
		margin: 2px 0;
	}

	.list-btn .product-price-left .price-box .price,
	body.page-products .products-grid .product.details.bundle.multi-prices .price-box span.price {
		font-size: 13px;
	}
	body.wishlist-index-index .products-grid .product.details.bundle.multi-prices .price-box span.price,
	body.wishlist-index-index .list-btn .product-price-left .price-box .price,
	body.wishlist-index-index .products-grid .product-item-info .list-btn .product-price-left>.price-box{
		font-size: 12px;
	}

	.list-btn .product-price-left .price-box.price-final_price {
		min-width: 120px !important;
	}

	body.page-products .products-grid .product-item-inner .product-item-actions .action.tocart:before {
		top: -29px;
		left: 8px;
		width: 90px;
		height: 40px;
	}

	body.page-products .products-grid .product-item-inner .product-item-actions .action.tocart {
		left: 1px;
		bottom: -17px;
	}

	body.page-products .products-grid .product-item-inner .product-item-actions .action.tocart img {
		max-width: 20px;
	}

	body.page-products .products-grid .product-item-info .amquote-addto-button:before {
		bottom: -17px;
		width: 30px;
		height: 30px;
		line-height: 30px;
		font-size: 23px;
	}

	body.catalog-category-view .products-grid .product.details.simple .product-item-name>a,
	body.catalog-category-view .products-grid .product.details.configurable .product-item-name>a,
	body.catalogsearch-result-index .products-grid .product.details.simple .product-item-name>a,
	body.catalogsearch-result-index .products-grid .product.details.configurable .product-item-name>a,
	body.amshopby-index-index .products-grid .product.details.simple .product-item-name>a,
	body.amshopby-index-index .products-grid .product.details.configurable .product-item-name>a,
	body.ambrand-index-index .products-grid .product.details.simple .product-item-name>a,
	body.ambrand-index-index .products-grid .product.details.configurable .product-item-name>a,
	body.wishlist-index-index .products-grid .product.details.simple .product-item-name>a,
	body.wishlist-index-index .products-grid .product.details.configurable .product-item-name>a{
		font-size: 16px !important;
		line-height: 22px;
	}

	body.page-products .products-grid .product-item-inner .product-item-actions .action.tocart {
		width: 30px !important;
		height: 30px !important;
	}

	body.catalog-category-view .products-grid .product.details .price-box .product-unit,
	body.wishlist-index-index .products-grid .product.details .price-box .product-unit {
		font-size: 13px;
	}

	body.catalog-category-view .products-grid .product.details .price-box .price-container .price-label,
	body.catalogsearch-result-index .products-grid .product.details .price-box .price-container .price-label,
	body.amshopby-index-index .products-grid .product.details .price-box .price-container .price-label,
	body.ambrand-index-index .products-grid .product.details .price-box .price-container .price-label,
	body.wishlist-index-index .products-grid .product.details .price-box .price-container .price-label {
		font-size: 12px;
	}

	.amshopby-fromto-wrap .am-fromto-widget .amshopby-input-wrapper {
		max-width: 49%;
	}

	body.catalog-category-view .products-grid .product-item-info .amquote-addto-button,
	body.wishlist-index-index .products-grid .product-item-info .amquote-addto-button {
		padding: 11px !important;
		font-size: 14px !important;
	}
}

@media screen and (max-width: 1299px) {
	.page-products .products-grid .product-items .product-item,
	.wishlist-index-index .products-grid .product-items .product-item {
		width: 50% !important;
	}

	.page-products .ammenu-nav-sections.nav-sections.-accordion {
		height: auto;
	}

	.page-layout-2columns-left .column.main #amasty-shopby-product-list .toolbar-products .pages {
		left: 0;
		transform: translateX(0%);
		position: relative;
	}

	.gress_text {
		margin-bottom: 30px;
	}

	.category-view .category-description .cat-desc p {
		font-size: 18px;
	}
}

@media screen and (max-width: 1023px) {
	body.catalogsearch-result-index .products-grid .product-item-info .list-btn .product-price-left>.price-box {
		min-width: 100% !important;
		height: auto;
		line-height: initial;
		padding: 10px 10px !important;
	}

	body.page-products .products-grid .attriblute-image>div {
		padding: 7px 8px;
	}

	body.page-products .products-grid .attriblute-image .right-image {
		padding-top: 0;
		padding-right: 0;
	}

	.right-image ul.attribute-value li.option img {
		min-width: 26px;
		max-width: 26px;
	}

	.attriblute-image .left-image h5 {
		font-size: 10px;
	}

	.right-image ul.attribute-value {
		text-align: right;
		margin: 0;
	}

	body.page-products .products-grid .product.details.simple .product-item-name {
		padding: 10px 10px 10px !important;
	}

	.page-products .columns {
		padding-bottom: 0;
	}

	.category-view .category-image {
		background: #4f4c48;
	}

	.list-btn .product-price-left .price-box .price,
	body.page-products .products-grid .product.details.bundle.multi-prices .price-box span.price {
		font-size: 13px;
	}

	body.catalog-category-view .products-grid .product.details .price-box .product-unit,
	body.wishlist-index-index .products-grid .product.details .price-box .product-unit {
		font-size: 12px;
	}

	.search.results .products.wrapper li.item.product.product-item .product-item-details .list-btn .price-box span.product-unit {
		font-size: 13px;
	}
}

@media screen and (max-width: 991px) {
	.catalog-category-view .category-view .breadcrumbs {
		margin-bottom: 0;
	}

	body.catalog-category-view .products-grid .product.details .product-price-left>.price-box,
	body.catalogsearch-result-index .products-grid .product.details .product-price-left>.price-box,
	body.wishlist-index-index .products-grid .product.details .product-price-left>.price-box {
		flex-wrap: wrap;
	}

	body.page-products .products-grid .product-item-info .amquote-addto-button {
		min-height: 39px;
		min-width: 100% !important;
	}

	body.page-products .products-grid .product-item-info .amquote-addto-button span {
		position: relative;
		top: 1px;
	}

	.page-products .products-grid .product-items .product-item,
	.wishlist-index-index .products-grid .product-items .product-item {
		width: 100% !important;
	}

	.domande-section .domande-title h2 {
		font-size: 30px;
	}

	.domande-section .col-4 {
		width: 50%;
	}

	.domande-section .col-3 {
		width: 100%;
	}

	.domande-section .domande-title {
		padding-left: 0;
		padding-bottom: 15px;
	}

	/* .page-products .blog-container {
		padding-left: 40px;
		padding-right: 40px;
	} */

	div#layered-filter-block .block-title.filter-title {
		display: none;
	}

	body.catalog-category-view .products-grid .product.product-item .product-item-info .product-item-details .product-item-name,
	body.wishlist-index-index .products-grid .product.product-item .product-item-info .product-item-details .product-item-name {
		min-height: auto !important;
	}

	.category-view .category-description .cat-desc p {
		font-size: 16px;
	}
}

@media screen and (max-width: 767px) {
	body.catalog-category-view .products-grid .product.details .price-container.price-final_price,
	body.wishlist-index-index .products-grid .product.details .price-container.price-final_price {
		display: block;
	}

	.page-products .columns {
		flex-direction: row-reverse;
	}

	.amshopby-fromto-wrap .am-fromto-widget .amshopby-input-wrapper {
		max-width: 100px;
	}

	.catalog-category-view .category-view .breadcrumbs {
		padding: 0 15px;
		margin-bottom: 0;
	}

	body.catalog-category-view .products-grid .product.product-item,
	body.wishlist-index-index .products-grid .product.product-item {
		padding-bottom: 40px;
	}

	.search.results .products.wrapper li.item.product.product-item {
		padding-bottom: 30px;
	}

	.range.am-fromto-widget .am-filter-go {
		vertical-align: top;
		padding: 0;
		font-size: 14px;
		height: 32px;
		line-height: 1;
		background: rgb(77 74 70 / 10%);
		border: 0;
		color: #3a3734;
		border-radius: 0;
		margin: 0;
		min-height: 15px;
		font-weight: 500;
		width: 100%;
		margin-left: 0;
		margin-top: unset;
		max-width: 150px;
		margin: 0 auto;
		margin-top: 10px;
	}

	.catalog-category-view .columns .column.main:after {
		display: none;
	}

	.catalogsearch-result-index .breadcrumbs {
		padding: 0 20px;
	}

	.page-layout-2columns-left .sidebar-main {
		max-width: 100%;
		margin: 0 !important;
		padding: 0;
	}

	#layered-filter-block .filter-options .filter-options-content {
		max-height: 100%;
	}

	#layered-filter-block .filter-options .filter-options-content ol.items {
		margin: 0;
		max-height: 250px;
		overflow-y: auto;
	}

	/* #layered-filter-block .filter-options .filter-options-content .item {
		padding-left: 15px;
	} */

	#layered-filter-block .filter-options .filter-options-content .item a {
		padding: 0 0 0 12px;
		font-size: 15px;
		font-weight: 400;
	}

	#layered-filter-block .filter-options .filter-options-content a.am-show-more {
		font-family: 'Avenir Black';
		color: #4d4a46;
	}

	#layered-filter-block .filter-options .filter-options-content .item a.amshopby-link-selected {
		font-weight: bold;
		font-family: 'Avenir Black';
	}

	#layered-filter-block .filter-options .filter-options-content a.am-show-more span.am-counter {
		opacity: 1;
	}

	#layered-filter-block .filter-options .filter-options-title:after {
		font-size: 18px;
		right: 8px !important;
		top: 0;
	}

	.page-layout-2columns-left .column.main {
		max-width: 100%;
	}

	.page-layout-2columns-left .sidebar-main {
		margin-bottom: 40px !important;
	}

	.category-view .category-description {
		margin: 0 15px;
	}

	.page-products main#maincontent {
		padding: 20px 15px;
	}

	.gress_wraper {
		padding: 50px 15px;
	}

	.gress_holder .col-sm-12.col-lg-9 {
		width: 100%;
	}

	.gress_video .video {
		width: 100%;
		height: initial;
		min-height: 300px;
	}

	section.domande-section {
		padding: 30px 15px;
	}

	.domande-section .col-3,
	.domande-section .col-4 {
		width: 100%;
		padding: 10px 0;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.domande-section .domande-title {
		padding-left: 0;
	}

	.domande-section .domande-title h2 {
		font-size: 26px;
	}

	.gress_text span {
		font-size: 14px;
		line-height: 1.5;
	}

	.domande-section .domande-item .item-img img {
		width: 120px;
	}

	.domande-section .domande-item .item-detail h5 {
		font-size: 14px;
		line-height: 1.2;
		margin-bottom: 10px;
	}

	.domande-section .domande-item .item-detail h4 {
		font-size: 16px;
		margin: 0;
		line-height: 1;
	}

	.question-title {
		padding: 20px;
	}

	.question-title ul li:nth-child(2) {
		padding-left: 0;
		border-left: 0;
		margin: 0;
	}

	.question_content {
		padding: 20px 20px;
		font-size: 14px;
	}

	.export p {
		padding-top: 0;
	}

	.category-view .category-description p {
		font-size: 16px;
		line-height: 1.5;
	}

	/* .page-products .blog-section {
		padding: 0 15px 40px;
	} */

	.category-view .category-image {
		padding-top: 0;
	}

	.page-layout-2columns-left .sidebar-main #layered-filter-block .filter-options .filter-options-item {
		margin: 5px 15px;
		border-bottom: 1px solid #d9d9d9;
		padding: 6px 0;
	}

	.page-layout-2columns-left .sidebar-main #layered-filter-block .filter-options .filter-options-item:last-child {
		border: 0;
	}

	.page-layout-2columns-left .sidebar-main #layered-filter-block .filter-options .filter-options-item:nth-child(2) {
		background: transparent;
		padding: 20px 0;
	}

	.filter-options-item .filter-options-content .amshopby-slider-wrapper {
		margin: 0;
	}

	.page-layout-2columns-left .sidebar-main #layered-filter-block .filter-options .filter-options-item:first-child {
		padding-top: 0;
	}

	.page-layout-2columns-left .sidebar-main #layered-filter-block .filter-options .filter-options-item:nth-child(2) .filter-options-content .am-ranges {
		height: auto;
	}

	/* .page-products .blog-container {
		padding-left: 0;
		padding-right: 0;
	} */

	section.question_wraper .container {
		max-width: 100%;
	}

	.list-btn .product-price-left .price-box.price-final_price {
		min-width: 115px !important;
	}

	.catalogsearch-result-index main#maincontent .page-title-wrapper h1.page-title {
		font-size: 30px;
	}

	.page-layout-2columns-left .column.main #amasty-shopby-product-list .toolbar-products .toolbar-sorter.sorter {
		width: 50%;
		padding: 9px 0 8px;
		display: flex;
		align-items: center;
		justify-content: center;
		background: #fff;
	}

	.page-layout-2columns-left .column.main #amasty-shopby-product-list .toolbar-products .sorter .sorter-label {
		color: #4D4A46;
		font-size: 16px;
		font-family: 'Avenir Black';
		letter-spacing: .5px;
		line-height: 1.1;
		text-transform: uppercase;
	}

	.page-layout-2columns-left .column.main #amasty-shopby-product-list .toolbar-products .toolbar-sorter.sorter label.sorter-label:after {
		display: none;
	}

	.page-layout-2columns-left .column.main #amasty-shopby-product-list .toolbar-products .toolbar-sorter.sorter label.sorter-label {
		margin: 0 !important;
	}

	div#amasty-shopby-product-list .mobile-filter-options {
		display: block;
		color: #4D4A46;
		padding: 8px 10px 8px 0;
		font-size: 18px;
		font-family: 'Avenir Black';
		letter-spacing: .5px;
		line-height: 1.1;
		width: 48%;
		text-align: left;
		position: relative;
		cursor: pointer;
		background: #fff;
		margin-right: 2.5%;
		text-transform: uppercase;
	}

	div#amasty-shopby-product-list .mobile-filter-options:after {
		content: "";
		background: #fff;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: -20px;
		z-index: -1;
		transform-origin: top left;
	}

	.am_shopby_apply_filters.visible .am-show-button {
		background: #fff;
		color: #fff;
		padding: 18px 10px;
		box-shadow: 0 8px 14px 11px rgb(0 0 0 / 10%);
		border: 0;
	}

	.am_shopby_apply_filters .am-show-button button.amshopby-button {
		color: #3a3734;
		background: #fff;
		border: 1px solid #3a3734;
		border-radius: 0;
		padding: 12px 12px;
		text-transform: uppercase;
		letter-spacing: .5px;
		font-weight: unset;
		font-size: 11px;
		font-family: 'Avenir Medium';
		min-width: 52%;
		margin: 0 5px;
	}

	.am_shopby_apply_filters.visible .am-show-button span.am-items {
		margin-right: 4px;
		margin-left: 4px;
	}

	div#amasty-shopby-product-list .mobile-filter-options span.filter-option {
		width: 100%;
		display: flex;
		align-items: center;
		padding: 0 15px;
	}

	div#amasty-shopby-product-list .mobile-filter-options span.filter-option::before {
		content: "";
		width: 36px;
		height: 36px;
		display: inline-block;
		margin-right: 15px;
		position: relative;
		top: 0;
		background-image: url(../../frontend/Netsteps/default/it_IT/images/filter2.svg);
		background-repeat: no-repeat;
		background-color: #EFEFEF;
		background-size: contain;
		border-radius: 100%;
		background-position: center;
	}

	.page-layout-2columns-left .column.main #amasty-shopby-product-list {
		background: transparent;
		padding: 0;
	}

	.catalog-category-view .columns:before,
	.catalogsearch-result-index .columns:before {
		display: none;
	}

	body.catalog-category-view .products-grid .list-btn,
	body.catalogsearch-result-index .products-grid .list-btn,
	body.wishlist-index-index  .products-grid .list-btn{
		margin-top: 10px;
		margin-bottom: 15px;
	}

	.page-layout-2columns-left .column.main #amasty-shopby-product-list .toolbar-products .pages {
		display: none;
	}

	.page-layout-2columns-left .column.main #amasty-shopby-product-list .toolbar-products {
		display: flex;
		align-items: center;
		justify-content: space-between;
		flex-wrap: nowrap;
		margin: 0;
	}

	.page-layout-2columns-left .column.main #amasty-shopby-product-list .toolbar-products .toolbar-sorter.sorter a.action.sorter-action {
		display: none !important;
	}

	.catalog-category-view .columns::after,
	.catalogsearch-result-index .columns::after {
		display: none;
	}

	.page-layout-2columns-left .column.main #amasty-shopby-product-list .toolbar-products .sorter #sorter {
		font-size: 11px !important;
		background-position: center;
		margin: 0;
		max-width: 25px;
		padding-bottom: 0;
		background-color: #EFEFEF;
		height: 35px;
		width: 25px;
		border-radius: 100%;
		background-size: 26px auto;
		margin-left: 12px;
		min-width: auto;
	}

	.page-layout-2columns-left .column.main #amasty-shopby-product-list .toolbar-products .sorter #sorter option {
		font-size: 11px;
	}

	.page-layout-2columns-left .column.main #amasty-shopby-product-list .products.wrapper {
		padding-top: 0;
	}

	.page-with-filter .columns .sidebar-main {
		display: none;
		position: fixed;
		background: #fff;
		z-index: 1030 !important;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		max-height: 100vh;
		overflow-y: auto;
		min-height: 100vh;
		margin: 0 !important;
	}

	body.active-filters {
		overflow-y: hidden;
	}

	.page-with-filter .columns .sidebar.sidebar-main.active {
		display: block;
	}

	.category-view {
		padding-bottom: 0;
	}

	.page-layout-2columns-left .column.main #am-shopby-container {
		height: auto;
		background: transparent;
		padding: 0;
	}

	.amshopby-filter-current.filter-current .block-subtitle.filter-current-subtitle {
		display: none;
	}

	.amshopby-filter-current.filter-current .amshopby-items.items {
		max-width: 100%;
		margin: 0 auto;
		margin-top: 15px;
		justify-content: flex-start;
	}

	.amshopby-filter-current.filter-current .amshopby-items.items .amshopby-item.item {
		font-size: 12px;
		min-width: initial;
		border: 1px solid #9f9491;
		background: transparent;
		color: #9f9491;
		padding: 7px 35px 5px 15px;
	}

	.amshopby-filter-current.filter-current .amshopby-items.items .amshopby-item.item .amshopby-remove {
		color: #9f9491;
		border: 1px solid #9f9491;
		right: 6px;
		top: 5px;
	}

	.amshopby-filter-current.filter-current .amshopby-items.items .amshopby-item.item .amshopby-remove:before,
	.amshopby-filter-current.filter-current .amshopby-items.items .amshopby-item.item .amshopby-remove:after {
		background-color: #3A3734;
	}

	.sidebar.sidebar-main .block-content.filter-content span.layered-navigation-title {
		display: block !important;
		padding: 20px 15px 15px;
		border-bottom: 1px solid #d9d9d9;
		max-width: 100%;
		margin: 0 auto;
	}

	#layered-filter-block span.layered-navigation-title .block-subtitle.filter-subtitle {
		text-transform: none;
		color: #4d4a46;
		font-size: 30px;
		font-family: 'Avenir Black';
		letter-spacing: 0;
		font-weight: 700;
		display: block;
		padding: 0;
		border: 0;
	}

	button.mobile-filter-close {
		position: absolute;
		right: 15px;
		top: 16px;
		background: transparent;
		font-size: 0;
		line-height: 1;
		padding: 0;
		border: 0;
		background-image: url(../../frontend/Netsteps/default/it_IT/images/filter-close.png);
		width: 45px;
		height: 45px;
		background-repeat: no-repeat;
		background-size: contain;
		z-index: 3;
		display: block;
	}

	/* div#amasty-shopby-product-list .toolbar.toolbar-products:nth-child(3) .pages {
		display: flex !important;
		flex-wrap: wrap;
		justify-content: center;
		margin: 0;
		padding: 0;
	}

	div#amasty-shopby-product-list .toolbar.toolbar-products:nth-child(3) .mobile-filter-options,
	div#amasty-shopby-product-list .toolbar.toolbar-products:nth-child(3) .toolbar-sorter.sorter {
		display: none !important;
	}

	div#amasty-shopby-product-list .toolbar.toolbar-products:nth-child(3) .pages li.item.pages-item-next,
	div#amasty-shopby-product-list .toolbar.toolbar-products:nth-child(3) .pages li.item.pages-item-prev {
		position: relative;
	} */

	div#amasty-shopby-product-list .toolbar.toolbar-products ~ .toolbar.toolbar-products .pages {
		display: flex !important;
		flex-wrap: wrap;
		justify-content: center;
		margin: 0;
		padding: 0;
	}

	div#amasty-shopby-product-list .toolbar.toolbar-products ~ .toolbar.toolbar-products .mobile-filter-options,
	div#amasty-shopby-product-list .toolbar.toolbar-products ~ .toolbar.toolbar-products .toolbar-sorter.sorter {
		display: none !important;
	}

	div#amasty-shopby-product-list .toolbar.toolbar-products ~ .toolbar.toolbar-products .pages li.item.pages-item-next,
	div#amasty-shopby-product-list .toolbar.toolbar-products ~ .toolbar.toolbar-products .pages li.item.pages-item-prev {
		position: relative;
	}

	.page-layout-2columns-left .sidebar-main #layered-filter-block .filter-options .filter-options-item:nth-child(2) .filter-options-content .am-ranges ol.items.am-filter-items-attr_price li.item a {
		font-size: 13px !important;
		padding: 1px 0;
	}

	body.active-filters.catalog-category-view .page-main .columns {
		z-index: 8989898;
	}
}

@media screen and (max-width: 767px) {
	.category-view .page-title-wrapper {
		left: 20px;
		padding: 25px;
		max-width: 80%;
	}

	.category-view .page-title-wrapper h1.page-title span.base {
		font-size: 22px;
	}

	.search.results .products.wrapper li.item.product.product-item .product-item-details .product-item-name {
		min-height: auto;
	}

	.product-item .product-item-info .swiper-button-prev,
	.product-item .product-item-info .swiper-button-next {
		opacity: 0 !important;
	}
}

/* 24-03-2022 css */
.additionalproductsHtml {
	padding: 80px 0;
	background: #f0f0ef;
}

footer.page-footer .additionalproductsHtml ul {
	list-style: disc;
	padding-left: 25px;
}

.additionalproductsHtml div[data-content-type=html]>div {
	scroll-margin-top: 100px;
}

.heading-minerale h3 {
	color: #3A3734;
	font-family: 'Avenir Black';
	margin-bottom: 15px;
}

.heading-minerale {
	padding-bottom: 60px;
}

.block-minerale h2 {
	color: #C0A58A;
	text-align: right;
	font-size: 5.8vw;
	margin-bottom: 10px;
	padding: 0 90px;
}

.block-minerale h3 {
	color: #C0A58A;
	text-align: right;
	font-size: 3.1vw;
	margin-bottom: 10px;
	padding: 0 90px;
	font-family: 'Avenir Black';
}

.contemp-imagesblock {
	position: relative;
}

.tiles-match img {
	width: 115px;
	height: 115px;
	min-width: 115px;
	object-fit: cover;
	border: 4px solid #fff;
}

.tiles-match {
	display: flex;
	align-items: flex-end;
	background-image: linear-gradient(to right, rgb(255 255 255 / 90%) 80%, rgb(255 255 255 / 60%));
	max-width: 450px;
	border-radius: 6px;
}

.tiles-match .pro-disc {
	padding: 5px;
}

.pro-disc p.price,
.tiles-match .pro-disc .price-box {
	background-image: linear-gradient(to right, #5FA895, transparent);
	color: #fff;
	font-family: 'Avenir Black';
	font-size: 15px;
	padding: 4px 12px;
	margin: 0;
}

.tiles-match .pro-disc .price-box {
	display: flex;
	align-items: center;
}

.tiles-match .pro-disc .price-box p {
	margin: 0;
	font-family: 'Avenir Black';
}

.tiles-match .pro-disc .price-box p.price-from {
	padding-right: 5px;
}

.tiles-match .pro-disc .price-box span.product-unit:before {
	content: "/";
	position: relative;
	left: 3px;
}

.pro-disc h5 {
	color: #66605A;
	font-size: 20px;
	font-family: 'Avenir Medium';
}

.tiles-match.right .pro-disc {
	text-align: right;
}

.tiles-match.right .pro-disc p.price {
	background-image: linear-gradient(to left, #5FA895, transparent);
}

.tiles-match.right .pro-disc .price-box {
	background-image: linear-gradient(to left, #5FA895, transparent);
	justify-content: end;
}

.tiles-match.right {
	background-image: linear-gradient(to left, rgb(255 255 255 / 90%) 80%, rgb(255 255 255 / 60%));
}

.block-minerale {
	padding-bottom: 80px;
}

.block-minerale.bohemie-chic h2 {
	color: rgb(61 73 64 / 56%);
	text-align: left;
}

.block-minerale.mininal-art h2 {
	color: rgb(162 159 153 / 50%);
}

.block-minerale.bohemie-chic h3 {
	color: rgb(61 73 64 / 56%);
	text-align: left;
}

.block-minerale.mininal-art h3 {
	color: rgb(162 159 153 / 50%);
}

.treverkview .tiles-match.match1 {
	position: absolute;
	top: 71%;
	left: 35%;
}

.tiles-match.match1 {
	position: absolute;
	top: 80px;
	left: 20%;
}

.tiles-match.match2 {
	position: absolute;
	bottom: 80px;
	left: 34%;
}

.tiles-match.match3 {
	position: absolute;
	top: 50px;
	right: 50px;
}

.tiles-match.match4 {
	position: absolute;
	bottom: 155px;
	right: 55px;
}

.tiles-match.bohem1 {
	position: absolute;
	top: 26%;
	right: 25%;
}

.tiles-match.bohem2 {
	position: absolute;
	bottom: 90px;
	right: 18%;
}

.tiles-match.art1 {
	position: absolute;
	top: 1%;
	left: 40%;
}

.tiles-match.art3 {
	position: absolute;
	right: 8%;
	bottom: 16%;
}

.tiles-match.art2 {
	position: absolute;
	right: 8%;
	bottom: 50%;
}

section.progettaz-vero {
	background: #4D4A46;
	padding: 80px 0 40px;
	background-image: url(../../frontend/Netsteps/default/it_IT/images/gratuita.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.heading-vero h2 {
	color: #fff;
	font-size: 50px;
	margin-bottom: 60px;
}

.marazzivideo-block {
	max-width: 90%;
	background: #fff;
	margin-bottom: 70px;
}

.marazzivideo-block .content {
	padding: 10px 25px 15px;
	font-size: 18px;
}

section.formati-colorproduct {
	background-image: linear-gradient(to right, #F0F0EF, transparent);
	padding: 80px 0;
}

.formati-sec h2 {
	color: #3A3734;
	font-size: 50px;
	margin-bottom: 55px;
}

.formati-data {
	color: #3A3734;
}

.formati-data h5 {
	color: #3A3734;
	font-size: 24px;
	font-family: 'Avenir Black';
	margin-bottom: 15px;
}

.formati-data ul li {
	font-size: 16px;
	margin: 0;
}

.formati-data ul {
	margin-bottom: 55px;
}

.formati-data div:last-child>ul {
	margin: 0;
}

.right-color {
	text-align: right;
}

.formati-data {
	padding: 30px 50px 10px 20px;
}

.formati-image {
	height: 100%;
}

.formati-image img {
	height: 100%;
	object-fit: cover;
}

.superfici {
	width: max-content;
	text-align: right;
}

.formati-data .left-color ul {
	padding-left: 200px;
}

.contemp-imagesblock>img {
	width: 100%;
}

.tiles-match .pro-disc p.price span.product-unit:before {
	content: "/";
	position: relative;
	left: 3px;
}

@media screen and (max-width: 1499px) {
	.tiles-match {
		max-width: 380px;
	}

	.tiles-match img {
		height: 110px;
		width: 110px;
		min-width: 110px;
	}

	.pro-disc h5 {
		font-size: 18px;
		margin-bottom: 10px;
	}

	.superfici {
		width: 100%;
		padding-right: 50px;
	}

	.formati-data {
		padding: 30px 30px 10px 10px;
	}
}

@media screen and (max-width: 1399px) {
	.tiles-match {
		transform: scale(0.7);
	}

	.treverkview .tiles-match.match1 {
		top: 64%;
		left: 26%;
	}

	.tiles-match.match1 {
		top: 20px;
		left: 15%;
	}

	.tiles-match.match3 {
		top: 20px;
		right: 0;
	}

	.tiles-match.match4 {
		right: 0;
		bottom: 60px;
	}

	.tiles-match.match2 {
		bottom: 45px;
		left: 30%;
	}

	.tiles-match.bohem1 {
		top: 23%;
		right: 23%;
	}

	.tiles-match.bohem2 {
		bottom: 40px;
		right: 18%;
	}

	.tiles-match.art1 {
		top: 1%;
		left: 36%;
	}

	.tiles-match.art3 {
		right: 8%;
		bottom: 14%;
	}

	.tiles-match.art2 {
		right: 1%;
		bottom: 48%;
	}
}

@media screen and (max-width: 991px) {
	.tiles-match {
		transform: scale(0.5);
	}

	.tiles-match.match2 {
		bottom: 20px;
		left: 23%;
	}

	.tiles-match.bohem1 {
		top: 17%;
		right: 15%;
	}

	.tiles-match.bohem2 {
		bottom: 20px;
		right: 8%;
	}

	.tiles-match.art1 {
		top: -4%;
		left: 25%;
	}

	.tiles-match.art3 {
		right: -2%;
		bottom: 10%;
	}

	.tiles-match.art2 {
		right: -22px;
		bottom: 48%;
	}

	.heading-vero h2 {
		font-size: 35px;
		margin-bottom: 40px;
	}

	.marazzivideo-block .content {
		padding: 10px 15px 15px;
		font-size: 16px;
	}

	.marazzivideo-block {
		max-width: 100%;
		margin-bottom: 40px;
	}

	.formati-data {
		padding: 0px 0px 10px 0;
	}

	.formati-sec h2 {
		font-size: 35px;
		margin-bottom: 30px;
	}

	.formati-data .left-color ul {
		padding-left: 100px;
	}

	.formati-data h5 {
		font-size: 20px;
		margin-bottom: 10px;
	}
}

@media screen and (max-width: 767px) {
	body .filter-actions {
		margin: 5px 0;
		flex: 1;
		text-align: right;
		width: 100%;
		padding: 0;
	}

	body .filter-actions .filter-clear {
		color: #4d4a46;
		font-size: 13px;
		text-decoration: revert;
		position: relative;
	}

	#layered-filter-block .filter-options .filter-options-title {
		font-family: 'Avenir Book' !important;
	}

	body #layered-filter-block .filter-options .filter-options-title.active:before {
		content: '';
		display: inline-block;
		width: 15px;
		height: 15px;
		background: #5fa895;
		border-radius: 50%;
		margin-left: 12px;
		margin-bottom: 2px;
	}

	body #layered-filter-block .filter-options .filter-options-title.active {
		display: flex;
		flex-direction: row-reverse;
		justify-content: flex-end;
		align-items: center;
	}

	.block-minerale h2 {
		padding: 0 20px;
		font-size: 30px;
		line-height: 1;
	}

	.block-minerale h3 {
		padding: 0 20px;
		font-size: 30px;
		line-height: 1;
	}

	.block-minerale {
		padding-bottom: 50px;
	}

	.contemp-imagesblock>picture img {
		min-height: 250px;
		object-fit: cover;
	}

	.tiles-match {
		transform: scale(0.4);
	}

	.treverkview .tiles-match.match1 {
		top: 60%;
		left: 113px;
	}

	.tiles-match.match1 {
		top: 0;
		left: 0;
	}

	.tiles-match.match2 {
		bottom: 20px;
		left: 18%;
	}

	.tiles-match.match3 {
		top: 0;
		right: -12%;
	}

	.tiles-match.match4 {
		right: -10%;
		bottom: 55px;
	}

	.tiles-match.bohem1 {
		top: 20%;
		right: 7%;
	}

	.tiles-match.bohem2 {
		bottom: 0;
		right: 7%;
	}

	.tiles-match.art1 {
		width: 100%;
		left: 20%;
		top: -7%;
	}

	.tiles-match.art3 {
		right: -4%;
		bottom: 8%;
	}

	.tiles-match.art2 {
		right: -12%;
		bottom: 43%;
	}

	.additionalproductsHtml {
		padding-bottom: 30px;
	}

	section.progettaz-vero {
		padding: 50px 0;
	}

	.heading-vero h2 {
		font-size: 24px;
	}

	.marazzivideo-block .content {
		font-size: 14px;
	}

	.formati-sec h2 {
		font-size: 24px;
	}

	section.formati-colorproduct {
		padding: 50px 0;
	}

	.formati-data .left-color ul {
		padding-left: 0;
	}

	.formati-data h5 {
		font-size: 16px;
	}

	.formati-data ul li {
		font-size: 14px;
	}

	.formati-data ul {
		margin-bottom: 30px;
	}

	.formati-data {
		padding-bottom: 30px;
	}
}


@media screen and (max-width: 575px) {
	.tiles-match {
		transform: scale(0.3);
	}

	.treverkview .tiles-match.match1 {
		top: 55%;
		left: 0%;
	}

	.tiles-match.match1 {
		top: -6%;
		left: 0%;
	}

	.tiles-match.match2 {
		bottom: 0;
		left: 8%;
	}

	.tiles-match.match3 {
		top: -3%;
		right: -20%;
	}

	.tiles-match.match4 {
		right: -18%;
		bottom: 15px;
	}

	.tiles-match.bohem1 {
		top: 2%;
		right: -2%;
	}

	.tiles-match.bohem2 {
		bottom: 0;
		right: -15%;
	}

	.tiles-match.art1 {
		left: 8%;
		top: -25px;
	}

	.tiles-match.art3 {
		right: -18%;
		bottom: 4%;
	}

	.tiles-match.art2 {
		right: -18%;
		bottom: 40%;
	}
}

@media screen and (max-width: 475px) {
	.tiles-match {
		transform: scale(0.3);
	}

	.treverkview .tiles-match.match1 {
		top: 55%;
		left: -4%;
	}

	.tiles-match.match1 {
		top: -6%;
		left: -15%;
	}

	.tiles-match.match2 {
		bottom: 0;
		left: -15%;
	}

	.tiles-match.match3 {
		top: -3%;
		right: -26%;
	}

	.tiles-match.match4 {
		right: -24%;
		bottom: 15px;
	}

	.tiles-match.bohem1 {
		top: 2%;
		right: -8%;
	}

	.tiles-match.bohem2 {
		bottom: 0;
		right: -15%;
	}

	.tiles-match.art1 {
		left: 0%;
		top: -25px;
	}

	.tiles-match.art3 {
		right: -27%;
		bottom: 0%;
	}

	.tiles-match.art2 {
		right: -26%;
		bottom: 40%;
	}
}

@media screen and (max-width: 399px) {
	.tiles-match.match2 {
		left: -12%;
	}

	.treverkview .tiles-match.match1 {
		left: 0;
	}

	.tiles-match.match1 {
		left: -20%;
	}

	.tiles-match.match4 {
		right: -30%;
	}

	.tiles-match.match3 {
		top: -5%;
		right: -30%;
	}

	.tiles-match.bohem2 {
		right: -25%;
	}
}

@media screen and (max-width: 330px) {
	.treverkview .tiles-match.match1 {
		left: -30%;
	}

	.tiles-match.match1 {
		left: -30%;
	}

	.tiles-match.match2 {
		left: -35%;
	}

	.tiles-match.match3 {
		right: -35%;
	}

	.tiles-match.match4 {
		right: -35%;
	}

	.tiles-match.bohem1 {
		right: -15%;
	}
}

.block-actions.filter-actions a.action.clear.filter-clear {
	display: none;
}

.has-tooltip {
	position: relative;
}

.has-tooltip .is-tooltip {
	font-size: 12px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 70%;
	z-index: 99;
	background: #FFF;
	padding: 12px;
	box-shadow: 2px 2px 3px 1px #d8d8d8;
	margin-bottom: 8px;
	min-width: 120px;
	text-align: center;
	transition: .25s ease all;
	pointer-events: none;
	opacity: 0;
}

.has-tooltip .is-tooltip:after {
	content: '';
	position: absolute;
	bottom: -8px;
	left: 50%;
	transform: translateX(-50%);
	width: 0px;
	height: 0px;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 8px solid #fff;
	filter: drop-shadow(2px 2px 1px #d8d8d8);
}

.has-tooltip:hover .is-tooltip {
	opacity: 1;
	pointer-events: all;
	bottom: 100%;
}

@media screen and (max-width: 767px) {
	.has-tooltip .is-tooltip {
		transform: none;
		left: auto;
		right: 0;
	}

	.has-tooltip .is-tooltip:after {
		transform: none;
		right: 8px;
		left: auto;
	}

	.amshopby-slider-container.-default .am-slider .ui-slider-handle {
		width: 27px;
		height: 20px;
	}

	#layered-filter-block .filter-options .filter-options-content a:first-of-type {
		bottom: 5px;
	}

	.amshopby-slider-container.-default .ui-slider-range {
		height: 20px;
	}

	.amshopby-slider-container.-default .am-slider {
		height: 20px;
		margin-bottom: 15px;
	}

	#layered-filter-block .filter-options .filter-options-content a.ui-slider-handle.ui-state-default.ui-corner-all:last-child {
		top: auto;
		bottom: 33px;
		margin-left: -12px !important;
	}

	.filter-options-item .filter-options-content .range {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-gap: 0 10px;
	}

	.range.am-fromto-widget .am-filter-go {
		grid-area: 2 / 1 / 3 / 3;
	}

	.amshopby-fromto-wrap .am-fromto-widget .amshopby-input-wrapper:last-of-type {
		display: block;
		margin-left: auto;
	}
}


#layered-filter-block .filter-options .filter-options-title {
	display: flex;
	align-items: center;
}

#layered-filter-block .filter-options .filter-options-title span.tooltip img {
	width: 21px;
}

#layered-filter-block .filter-options .filter-options-title span.tooltip {
	right: 0;
	top: -3;
	opacity: 1;
	position: relative;
	margin-left: 15px;
	max-width: 100%;
	max-height: 100%;
}

.ui-tooltip {
	font-size: 12px;
	width: 130px;
}

.sidebar-main .filter-options a.am-show-more.-disabled {
	display: none !important;
}

body #layered-filter-block .filter-options .filter-options-title {
	overflow: visible;
	word-break: break-word;
}


.has-tooltip.tooltip.amshopby-filter-tooltip::before {
	content: '';
	position: absolute;
	width: 55px;
	height: 28px;
	left: -15px;
	top: -3px;
}

@media screen and (max-width: 1199px) {
	body.page-products .products-grid .list-btn {
		padding: 0;
	}

	.list-btn .product-price-left .price-box .price,
	body.page-products .products-grid .product.details.bundle.multi-prices .price-box span.price {
		font-size: 12px;
	}

	body.catalog-category-view .products-grid .product.details .price-box .product-unit,
	body.wishlist-index-index .products-grid .product.details .price-box .product-unit {
		font-size: 12px !important;
	}
}

.am-show-button {
	background: #3A3734;
	color: #fff;
}

.am_shopby_apply_filters.visible .am-show-button span.am-items {
	margin-right: 6px;
}

.am_shopby_apply_filters.-fixed {
	top: auto !important;
	bottom: 0;
	left: 45px;
	max-width: 260px;
}

@media (max-width: 1023px) {
	div#layered-filter-block .block-title.filter-title {
		display: none;
	}

	body:before {
		content: '';
		background: url(data:image/gif;base64,R0lGODlhEAALAPQAAP///wAAANra2tDQ0Orq6gYGBgAAAC4uLoKCgmBgYLq6uiIiIkpKSoqKimRkZL6+viYmJgQEBE5OTubm5tjY2PT09Dg4ONzc3PLy8ra2tqCgoMrKyu7u7gAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCwAAACwAAAAAEAALAAAFLSAgjmRpnqSgCuLKAq5AEIM4zDVw03ve27ifDgfkEYe04kDIDC5zrtYKRa2WQgAh+QQJCwAAACwAAAAAEAALAAAFJGBhGAVgnqhpHIeRvsDawqns0qeN5+y967tYLyicBYE7EYkYAgAh+QQJCwAAACwAAAAAEAALAAAFNiAgjothLOOIJAkiGgxjpGKiKMkbz7SN6zIawJcDwIK9W/HISxGBzdHTuBNOmcJVCyoUlk7CEAAh+QQJCwAAACwAAAAAEAALAAAFNSAgjqQIRRFUAo3jNGIkSdHqPI8Tz3V55zuaDacDyIQ+YrBH+hWPzJFzOQQaeavWi7oqnVIhACH5BAkLAAAALAAAAAAQAAsAAAUyICCOZGme1rJY5kRRk7hI0mJSVUXJtF3iOl7tltsBZsNfUegjAY3I5sgFY55KqdX1GgIAIfkECQsAAAAsAAAAABAACwAABTcgII5kaZ4kcV2EqLJipmnZhWGXaOOitm2aXQ4g7P2Ct2ER4AMul00kj5g0Al8tADY2y6C+4FIIACH5BAkLAAAALAAAAAAQAAsAAAUvICCOZGme5ERRk6iy7qpyHCVStA3gNa/7txxwlwv2isSacYUc+l4tADQGQ1mvpBAAIfkECQsAAAAsAAAAABAACwAABS8gII5kaZ7kRFGTqLLuqnIcJVK0DeA1r/u3HHCXC/aKxJpxhRz6Xi0ANAZDWa+kEAA7AAAAAAAAAAAA);
		position: fixed;
		width: 40px;
		height: 40px;
		top: 35vh;
		left: 50%;
		transform: translateX(-50%);
		z-index: 999999999999;
		background-size: contain;
		background-repeat: no-repeat;
		opacity: 0;
		visibility: hidden;
		transition: .25s ease all;
	}

	body.ajax-loading:before {
		visibility: visible;
		opacity: 1;
	}

	body:after {
		content: '';
		position: fixed;
		inset: 0;
		background: #0000002e;
		z-index: 999;
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
	}

	body.ajax-loading:after {
		visibility: visible;
		opacity: 1;
		pointer-events: all;
	}

	.am_shopby_apply_filters {
		display: none !important;
	}
}

body .additional-info .additionalproductsHtml [data-content-type="row"][data-appearance="contained"] {
	box-sizing: border-box;
	margin-left: auto !important;
	margin-right: auto !important;
	max-width: 100% !important;
	text-align: left;
	color: #3a3734;
	margin: 0 45px !important;
	padding: 25px 0 35px;
	font-size: 21px;
	line-height: 1.8;
}

@media screen and (max-width: 768px) {
	.block-actions.filter-actions a.action.clear.filter-clear {
		color: #3a3734;
		background: #fff;
		border-bottom: 1px solid #3a3734;
		border-radius: 0;
		padding: 2px 5px;
		letter-spacing: .5px;
		font-size: 16px;
		font-family: 'Avenir Medium';
		text-decoration: none;
		text-align: center;
		display: inline-block;
	}

	.am_shopby_apply_filters .am-show-button .block-actions {
		margin: 0;
		flex: auto;
		text-align: center;
		min-width: auto;
		padding: 0;
		width: 100%;
		max-width: 50%;
	}

	.column.main #am-shopby-container ol.amshopby-items.items .block-actions.filter-actions a.action.clear.filter-clear {
		padding: 0;
		border: 0;
		display: inline-block;
		background: transparent;
		border-radius: 0;
		text-decoration: underline;
		text-transform: none;
		font-size: 12px;
	}

	.filter-options input[type="checkbox"]+.amshopby-choice {
		top: -2px;
	}

	.am_shopby_apply_filters.visible,
	.am_shopby_apply_filters.-fixed {
		max-width: 100%;
		left: 0 !important;
	}

	.am_shopby_apply_filters {
		display: block !important;
	}

	.additionalproductsHtml p {
		font-size: 16px;
		line-height: 1.5;
	}

	body .additional-info .additionalproductsHtml [data-content-type="row"][data-appearance="contained"] {
		margin: 0 20px !important;
	}

	body .filter-actions {
		margin: 0;
	}

	.cc-color-override-514664696.cc-window {
		left: 50%;
		transform: translateX(-50%);
	}
}

#layered-filter-block .filter-options .filter-options-content .am-filter-items-category_ids .amshopby-filter-top-level-no-arrow-parent span.ui-menu-item-wrapper {
	padding: 0;
}

#layered-filter-block .filter-options .filter-options-content .am-filter-items-category_ids li.-is-expanded.-filter-parent a.amshopby-filter-parent {
	background: #FFFFFF;
	padding-left: 25px;
	display: block;
	width: 100%;
	text-transform: none;
	position: relative;
	line-height: 1;
	pointer-events: none;
	color: #66605a;
}

#layered-filter-block .filter-options .filter-options-content .am-filter-items-category_ids li.-is-expanded.-filter-parent a.amshopby-filter-parent::before {
	content: "";
	left: 0;
	background-image: url(../../frontend/Netsteps/default/it_IT/images/cate_arr.svg);
	width: 7px;
	height: 16px;
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	margin-right: 10px;
	transform: rotate(180deg);
	top: 2px;
	position: relative;
}

#layered-filter-block .filter-options .filter-options-content .am-filter-items-category_ids .amshopby-filter-top-level-parent {
	background: #FFFFFF;
	padding: 5px 20px;
	display: block;
	width: 100%;
	position: relative;
	line-height: 1;
}

#layered-filter-block .filter-options .filter-options-content .am-filter-items-category_ids .amshopby-filter-top-level-parent:before {
	content: "";
	left: 0;
	background-image: url(../../frontend/Netsteps/default/it_IT/images/cate_arr.svg);
	width: 7px;
	height: 16px;
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	margin-right: 5px;
	top: 1px;
	position: relative;
}

#layered-filter-block .filter-options .filter-options-content .am-filter-items-category_ids .amshopby-filter-top-level-no-arrow-current {
	width: 92%;
	color: rgb(255, 255, 255);
	font-weight: 500;
	background: #5fa895;
	padding: 10px 10px 8px;
	margin-left: 0;
	margin-top: 10px;
	display: flex;
	align-items: center;
	text-transform: capitalize;
	margin-bottom: 15px;
}

#layered-filter-block .filter-options .filter-options-content .am-filter-items-category_ids .amshopby-filter-top-level-no-arrow-current:before {
	content: "";
	background-image: url("../../frontend/Netsteps/default/it_IT/images/cate_right.svg");
	width: 18px;
	height: 18px;
	background-repeat: no-repeat;
	background-size: contain;
	z-index: 1;
	margin-right: 8px;
	display: inline-block;
	position: relative;
	top: -1px;
}

#layered-filter-block .filter-options .filter-options-content .am-filter-items-category_ids li.item.withchild.-is-expanded.-filter-parent a:before {
	content: "";
	background-image: url(../../frontend/Netsteps/default/it_IT/images/cate_arr.svg);
	width: 7px;
	height: 16px;
	background-repeat: no-repeat;
	position: absolute;
	left: 25px;
	top: 0px;
	transform: rotate(180deg);
	background-size: contain;
}

#layered-filter-block .filter-options .filter-options-content .am-filter-items-category_ids .amshopby-filter-top-level-no-arrow-parent {
	display: block;
	width: 100%;
	color: rgb(255, 255, 255);
	font-weight: 500;
	background: #5fa895;
	padding: 10px 10px;
	margin-left: 0px;
	text-transform: capitalize;
}

#layered-filter-block .filter-options .filter-options-content .am-filter-items-category_ids .amshopby-filter-top-level-no-arrow-parent::before {
	content: "";
	background-image: url(../../frontend/Netsteps/default/it_IT/images/cate_right.svg);
	width: 18px;
	height: 18px;
	background-repeat: no-repeat;
	background-size: contain;
	z-index: 1;
	margin-right: 8px;
	display: inline-block;
	position: relative;
	top: 3px;
}

#layered-filter-block .filter-options .filter-options-content .am-filter-items-category_ids>.-is-expanded.-filter-parent ul.items li.item {
	position: relative;
}

#layered-filter-block .filter-options .filter-options-content .am-filter-items-category_ids>.withchild.-is-expanded.-filter-parent a.amshopby-filter-parent {
	background: transparent;
	color: #4d4a46;
	padding: 0 0 0 45px;
	margin-left: 0px;
	position: relative;
	text-transform: none;
	line-height: 1.2;
	bottom: 0;
}

#layered-filter-block .filter-options .filter-options-content .am-filter-items-category_ids>.withchild.-is-expanded.-filter-parent a.amshopby-filter-parent::before {
	left: -25px;
}

#layered-filter-block .filter-options .filter-options-content .am-filter-items-category_ids>.-is-expanded.-filter-parent ul.items {
	padding-left: 30px;
}

#layered-filter-block .filter-options .filter-options-content .am-filter-items-category_ids>.-is-expanded.-filter-parent ul.items .amshopby-link-selected {
	display: none;
}

ul.items.items-children.level-1.-folding .amshopby-filter-top-level-no-arrow-parent {
	display: none !important;
}

.product-image-photo {
	width: 100% !important;
	object-fit: contain;
	height: 100%;
}

body.catalog-category-view .products-grid .product-item-details .minimal-price,
body.wishlist-index-index .products-grid .product-item-details .minimal-price {
	flex-wrap: nowrap;
	flex-direction: row-reverse !important;
	justify-content: center;
}

.product-item-details .minimal-price>* {
	width: auto !important;
}

.product-item-info .minimal-price .price-label {
	color: #66605a !important;
}

.product-item-details .minimal-price .product-unit:before {
	content: '/';
	display: inline !important;
}

.product-item-details .minimal-price .price-label:after,
.product-item-details .minimal-price .product-unit:after {
	content: none !important;
}

.product.details.product-item-details.bundle .list-btn .product-price-left .price-box p span {
	font-size: 14px;
	font-family: 'Avenir Black' !important;
	color: #66605a;
}

body.catalog-category-view .products-grid .product.details.bundle .price-box.price-final_price .product-unit,
body.wishlist-index-index .products-grid .product.details.bundle .price-box.price-final_price .product-unit {
	color: #66605A;
}


/* new section */
.gallary-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-around;
}

.gallary-section .row {
	margin: 0;
}

.section-top-info {
	text-align: end;
	padding: 10px 0 15px;
}

.gallary-section .section-top-info a {
	font-size: 16px;
	text-decoration: none;
	color: #62b89f;
	font-weight: 600;
	padding-right: 30px;
}

.gallary-section span.strong-section {
	font-weight: 800;
	font-family: 'Avenir Black';
}

.category-view .gallary-section .section-title h5 {
	margin: 0;
	line-height: 1.2;
	font-size: 40px;
}

.category-view .gallary-section .section-title {
	background: #62b89f;
	color: #fff;
	padding: 15px 40px !important;
	margin-bottom: 10px;
}

.category-view .category-description .gallary-section .colums-img {
	padding: 2px !important;
	padding-bottom: 15px !important;
	display: flex;
    flex-direction: column;
}
.category-view .category-description .gallary-section .colums-img div.cat-desc {
	flex: 1;
}

.gallary-image img {
	object-fit: cover;
	object-position: center;
	max-height: 410px;
	height: 100%;
	width: 100%;
}

.gallary-info {
	position: relative;
}

.category-view .category-description .gallary-content {
	display: flex;
	align-items: center;
	position: absolute;
	flex-wrap: wrap;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(255, 255, 255, 0.8);
	padding: 18px 20px !important;
	font-size: 24px;
}


.category-view .category-description .gallary-content h4:first-child {
	padding: 0 1rem 0 0;
}

.category-view .category-description .gallary-content h4:last-child {
	padding: 0 0 0 1rem;
}

.gallary-content h4 {
	font-size: inherit;
	margin: 0;
	font-weight: 500;
	color: #33302E;
}

.gallary-menu li a {
	text-decoration: none;
	font-size: 20px;
	color: #52A08A;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-family: 'Avenir Medium';
}

.gallary-menu {
	background-color: #fff;
	padding: 5px 0;
}

.gallary-details {
	margin-top: 45px;
}

.gallary-menu li {
	padding: 12px 15px;
	margin: 0;
}

section.gallary-section {
	background: linear-gradient(90deg, #eeeeed, #eeeeed, #eeeeed, transparent);
	padding-bottom: 80px;
}

#layered-filter-block .filter-options .filter-options-content .am-filter-items-category_ids .amshopby-filter-top-level-no-arrow-current span {
	text-transform: lowercase;
}

#layered-filter-block .filter-options .filter-options-content .am-filter-items-category_ids .amshopby-filter-top-level-no-arrow-current span:first-letter {
	text-transform: uppercase;
}

#amasty-shopby-product-list .sorter-action.sort-desc:before {
	display: none;
}

#layered-filter-block .filter-options .filter-options-content .am-filter-items-category_ids .amshopby-filter-top-level-no-arrow-current span {
	text-transform: lowercase;
}

#layered-filter-block .filter-options .filter-options-content .am-filter-items-category_ids .amshopby-filter-top-level-no-arrow-current span:first-letter {
	text-transform: capitalize;
}

.amshopby-slider-container {
	background: #dadada;
	margin: 16px 14px 10px 0px;
}

.amshopby-slider-container.-default .am-slider {
	margin-right: 30px;
}

#amasty-shopby-product-list .product-item-details .tiles-m2-cal,
.products-grid.wishlist .product-item-details .tiles-m2-cal {
	color: #61a896;
	font-family: 'Avenir medium';
	font-weight: bolder;
	padding: 15px;
}

#layered-filter-block .filter-options .filter-options-content a.amshopby-link-selected {
	font-weight: 600;
	color: #5fa895;
	font-family: 'Avenir Black';
}

#layered-filter-block .filter-options .filter-options-content a.amshopby-link-selected .count {
	color: #5fa895;
}

.sidebar-main .filter-options input[type='checkbox']+.amshopby-choice:before,
.sidebar-main .filter-options input[type='checkbox']+.amshopby-choice:after {
	width: 18px;
	height: 18px;
}

.sidebar-main .filter-options input[type='checkbox']+.amshopby-choice {
	min-height: 18px;
	top: 3px;
	word-break: break-word;
	word-wrap: break-word;
	position: absolute;
	left: 0;
	display: block;
	margin: 0;
	padding: 0 0 0 22px;
	min-height: 12px;
	line-height: 1.2;
	cursor: pointer;
}

.sidebar-main .filter-options input[type='checkbox']+.amshopby-choice:after {
	background: #5fa895 url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAxNSAxNSI+CiAgPGRlZnMvPgogIDxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xMS42NjkzIDMuNTAwNjFjLS4yMDc4LjAwNjk1LS40MDQ4LjA5ODg1LS41NDkzLjI1NjItMS45NTcwMyAyLjA2NDE1LTMuNDM4ODMgMy43NzY1NS01LjI4MDQxIDUuNzQ3ODNMMy44MTczIDcuNzA0NzRjLS4wNzk5Mi0uMDcxNi0uMTcyNDUtLjEyNTk1LS4yNzIzMy0uMTU5OTItLjA5OTg3LS4wMzM5Ny0uMjA1MTItLjA0NjktLjMwOTc0LS4wMzgwNi0uMTA0NjIuMDA4ODUtLjIwNjU2LjAzOTI5LS4zLjA4OTYtLjA5MzQ1LjA1MDMtLjE3NjU2LjExOTQ4LS4yNDQ1OS4yMDM2LS4wNjgwNC4wODQxMS0uMTE5NjYuMTgxNTEtLjE1MTkzLjI4NjYyLS4wMzIyNy4xMDUxMS0uMDQ0NTUuMjE1ODgtLjAzNjE1LjMyNTk4LjAwODQxLjExMDExLjAzNzM0LjIxNzQuMDg1MTUuMzE1NzQuMDQ3ODEuMDk4MzMuMTEzNTUuMTg1NzkuMTkzNDguMjU3MzlMNS4zNzc3MSAxMS4yOThjLjE1MzE1LjEzNzkuMzUwMTkuMjA5OC41NTE2LjIwMTMuMjAxNDEtLjAwODYuMzkyMzEtLjA5NjkuNTM0NDQtLjI0NzNDOC42MTA3NCA4Ljk4NzU3IDEwLjE0MiA3LjE3NTQ0IDEyLjI1NiA0Ljk0NTc4Yy4xMTY1LS4xMTgzNy4xOTYtLjI3MTIuMjI4MS0uNDM4MjMuMDMyMS0uMTY3MDMuMDE1My0uMzQwMzgtLjA0ODQtLjQ5NzA5LS4wNjM2LS4xNTY3MS0uMTcwOS0uMjg5MzctLjMwNzgtLjM4MDQyLS4xMzY5LS4wOTEwNS0uMjk2OC0uMTM2MTktLjQ1ODYtLjEyOTQzeiIvPgo8L3N2Zz4K) center / 12px;
	content: none;
}

/* Responsive */
@media screen and (max-width:1499px) {
	.category-view .gallary-section .section-title h5 {
		font-size: 32px;
	}

	.category-view .category-description .gallary-content {
		padding: 15px 20px !important;
		font-size: 20px;
	}

	.gallary-menu li a {
		font-size: 18px;
	}
}

@media screen and (max-width:1024px) {
	.page-products .products-grid .product-items .product-item {
		padding: 0 5px;
	}
}

@media screen and (max-width:991px) {
	.category-view .category-description .gallary-content {
		padding: 12px 20px !important;
		font-size: 18px;
	}

	.category-view .gallary-section .section-title {
		padding: 15px 30px !important;
	}

	.category-view .gallary-section .section-title h5 {
		font-size: 28px;
	}

	.gallary-menu li a {
		font-size: 16px;
	}

	.additionalproductsHtml ul li {
		font-size: 16px;
		line-height: 1.5;
	}
}

@media screen and (max-width:767px) {

	.amsearch-search-page.catalogsearch-result-index main#maincontent .columns {
		padding: 0;
		margin: 0;
	}

	.am_shopby_apply_filters {
		z-index: 99999999;
	}

	.catalog-category-view .footer-main.mobile-footer {
		background-color: #f4f5f5;
	}

	.gallary-menu li {
		margin-bottom: 6px;
		display: block;
		text-align: center;
		background-color: #fff;
		padding: 12px 8px;
	}

	.filter-options input[type='checkbox']:checked+.amshopby-choice:after {
		content: '';
	}

	.sidebar-main .filter-options input[type='checkbox']+.amshopby-choice {
		top: -3px;
	}

	.gallary-menu {
		max-width: 75%;
		display: block;
		margin: 0 auto;
		background-color: transparent;
	}

	section.gallary-section {
		padding-bottom: 40px;
	}

	.category-view .gallary-section .section-title h5 {
		font-size: 18px;
	}

	.category-view .gallary-section .section-title {
		padding: 12px 15px !important;
		background: #62b89f;
	}

	.category-view .category-description .gallary-section .colums-img {
		padding: 2px 0 !important;
		margin-bottom: 10px;
	}

	#layered-filter-block .filter-options .filter-options-content .am-filter-items-category_ids .amshopby-filter-top-level-parent {
		padding: 5px 15px;
	}

	#layered-filter-block .filter-options .filter-options-content .am-filter-items-category_ids .amshopby-filter-top-level-no-arrow-current {
		width: 100%;
		margin-left: 15px;
	}

	body.catalog-category-view .products-grid .product-item-photo,
	body.wishlist-index-index .products-grid .product-item-photo {
		margin-bottom: 15px;
	}

	div#amasty-shopby-product-list .products-grid .attriblute-image>div.left-image,
	.form-wishlist-items .products-grid .attriblute-image>div.left-image {
		padding: 7px 25px 7px 8px;
		width: max-content;
		border-radius: 0 0 12px 0;
	}

	body.catalog-category-view .products-grid .product.details.simple .product-item-name>a,
	body.wishlist-index-index .products-grid .product.details.simple .product-item-name>a {
		color: #3A3734;
		font-weight: 400 !important;
	}

	#amasty-shopby-product-list .product-item-details .tiles-m2-cal,
	.form-wishlist-items .products-grid .product-item-details .tiles-m2-cal{
		padding: 0 10px 10px;
	}

	.amshopby-slider-container.-default .am-slider .ui-slider-handle {
		width: 35px;
		height: 35px;
		border-radius: 35px;
		top: -8px;
		transform: initial;
	}

	.amshopby-slider-container.-default .ui-slider-range {
		height: 20px;
	}

	.amshopby-slider-container.-default .am-slider .ui-slider-handle:nth-child(2) {
		left: -4px !important;
	}

	.amshopby-slider-container.-default .am-slider,
	.amshopby-slider-container.-default .ui-slider-range {
		height: 15px;
	}

	.amshopby-slider-container {
		margin: 16px 10px 10px 0px;
	}

	.amshopby-fromto-wrap .am-fromto-widget .amshopby-input-wrapper {
		background: rgb(77 74 70 / 10%);
		max-width: 90px;
	}

	.amshopby-fromto-wrap .am-fromto-widget .am-filter-price {
		background: initial;
	}

	.filter-options-item .filter-options-content .amshopby-slider-wrapper .amshopby-fromto-wrap {
		margin-top: 25px;
	}

	body.page-products .products-grid .product-item-inner .product-item-actions .action.tocart {
		left: 0px;
	}

	body.catalog-category-view .products-grid .attriblute-image,
	body.catalogsearch-result-index .products-grid .attriblute-image,
	body.wishlist-index-index .products-grid .attriblute-image {
		margin-bottom: 5px;
	}

	.list-btn .product-price-left .price-box.price-final_price {
		padding: 10px 10px 10px 2px !important;
		justify-content: flex-end;
	}

	body.catalog-category-view .products-grid .list-btn .product-price-left,
	body.catalogsearch-result-index .products-grid .list-btn .product-price-left,
	body.wishlist-index-index .products-grid .list-btn .product-price-left {
		flex: 0 0 52%;
	}

	body.catalog-category-view .products-grid .list-btn .product-item-inner,
	body.catalogsearch-result-index .products-grid .list-btn .product-item-inner,
	body.wishlist-index-index .products-grid .list-btn .product-item-inner {
		flex: 0 0 47%;
	}
}

@media screen and (min-width: 1950px) {

	.catalog-category-view main#maincontent .columns.sidebarshow,
	.amsearch-search-page main#maincontent .columns.sidebarshow,
	.catalogsearch-result-index main#maincontent .page-title-wrapper {
		max-width: 1750px;
		margin: 0 auto;
	}

	.catalog-category-view .category-view .breadcrumbs {
		max-width: 1750px !important;
		padding: 0 0;
	}

	.catalogsearch-result-index .breadcrumbs {
		max-width: 1750px !important;
		margin: 0 auto;
		padding: 80px 0 0;
	}

	.category-view .category-description,
	.additionalproductsHtml div#effettolegnobottomblock {
		max-width: 1750px;
		margin: 0 auto;
	}
}

/* =================================================================================
new arredo39 product page css start here
================================================================================= */

body.arredostore .category-view .gallary-section .section-title,
body.arredostore .filter-options-item .filter-options-content .amshopby-slider-wrapper .ui-slider-handle,
body.arredostore #layered-filter-block .filter-options .filter-options-content .am-filter-items-category_ids .amshopby-filter-top-level-no-arrow-parent,
body.arredostore .blog-btn .btn.btn-primary {
	background: #1c4e6f;
}

body.arredostore .filter-options-item .filter-options-content .amshopby-slider-wrapper .ui-slider-range {
	background: rgba(28, 78, 111, 0.2);
}

body.arredostore .category-view .category-description,
body.arredostore .category-view .category-description a,
body.arredostore #layered-filter-block .filter-options .filter-options-content .item,
body.arredostore #layered-filter-block .filter-options .filter-options-content a,
body.arredostore #layered-filter-block .filter-options .filter-options-content .am-filter-items-category_ids li.-is-expanded.-filter-parent a.amshopby-filter-parent,
body.catalog-category-view.arredostore .products-grid .product-item-info .list-btn .product-price-left>.price-box,
body.arredostore .page-layout-2columns-left .column.main #amasty-shopby-product-list .toolbar-products .pages .item a,
body.arredostore .page-layout-2columns-left .column.main #amasty-shopby-product-list .toolbar-products .pages .item strong,
body.arredostore .page-layout-2columns-left .column.main #amasty-shopby-product-list .toolbar-products .pages strong.page,
body.arredostore .category-view .category-description .gallary-content h4 a,
body.arredostore .category-view .category-description .gallary-content {
	color: #1c4e6f !important;
}

body.arredostore .amshopby-slider-container.-default .am-slider .ui-slider-handle {
	border-radius: 0;
}

body.arredostore .catalog-category-view .products-grid .product-item-photo .product-image-container .amasty-label-container:not(.-preview),
body.arredostore .page-layout-2columns-left .column.main #amasty-shopby-product-list .toolbar-products .pages .action {
	background: #1c4e6f !important;
}


body.arredostore div.blog-section h2,
body.arredostore .blog-section .blog-left,
body.arredostore .additional-info .additionalproductsHtml [data-content-type="row"][data-appearance="contained"] {
	color: #1c4e6f;
}

body.arredostore section.amsearch-input-wrapper.-match.-typed+section.amsearch-result-section {
	border: 2px solid #1c4e6f !important;
}


/* 26-5-23 */
body.catalog-category-view.arredostore .products-grid .product-item-inner .product-item-actions .action.tocart,
body.catalogsearch-result-index.arredostore .products-grid .product-item-inner .product-item-actions .action.tocart {
	background: #1c4e6f !important;
}

body.catalog-category-view.arredostore .products-grid .product-item-info .list-btn .product-price-left>.price-box,
body.catalogsearch-result-index.arredostore .products-grid .product-item-info .list-btn .product-price-left>.price-box {
	border-color: #1c4e6f;
}

body.catalog-category-view.arredostore .products-grid .product.details p span {
	color: #1c4e6f !important;
}

/* 29-5-23 */
.product-item-info .slick-slider a {
	margin: 0 !important;
	line-height: 0;
}

.product-item-info .slick-slider .product-image-photo {
	max-height: 500px;
	position: relative;
	height: auto !important;
	min-height: 300px;
}

.products-grid .product-item-photo .product-image-container span.product-image-wrapper {
	padding: 0 !important;
	height: auto;
}

.products-grid .product.product-item .product-image-photo,
.product-item-info .custom-owl-carousel {
	position: relative;
	height: auto;
	max-height: 420px;
	min-height: 420px;
}
.products-grid.wishlist .product.product-item .product-image-photo,
.products-grid.wishlist  .product-item-info .custom-owl-carousel,
.products-grid.wishlist .product-item-info .custom-owl-carousel-hide {
	max-height: 365px;
    min-height: 365px;
}

.products-grid.wishlist .product-item-info .custom-owl-carousel-hide {
    display: flex;
    align-items: center;
    justify-content: center;
}

.products-grid.wishlist .product.product-item .product-image-photo:not(.square-image) {
    object-fit: contain;
    min-height: inherit;
    width: auto !important;
}

.products-grid .product.product-item img.product-image-photo.not-square-image {
	object-fit: contain;
	object-position: center center;
}

.products-grid .product.product-item img.product-image-photo:not(.not-square-image) {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.product-item-info .custom-owl-carousel.hover-slider a.slider-for {
	margin: 0;
	line-height: 0;
}

.product-item-info .custom-owl-carousel.hover-slider a.slider-for:not(:first-child) {
	display: none !important;
	margin: 0;
	line-height: 0;
}

.product-item-info.amquote-action-wrap .custom-owl-carousel {
	padding: 0;
	margin-bottom: 8px;
}


/** Start 18-05-2023 **/
.page-products .products-grid .product-items .product-item-photo {
	position: relative;
}

.page-products .products-grid .product-items .product-item-photo .custom-product-logo {
	position: absolute !important;
	max-width: 40px;
    bottom: 30px;
    right: 20px;
	z-index: 9;
	top: auto;
	height: auto !important;
}

.page-products .products-grid .product-items .product-item-photo .custom-product-logo img {
	display: block;
	width: 41px;
	height: 41px;
}
/** End 18-05-2023 **/



/***** 31-05-2023 Style for collection products listing *****/

/* body.catalog-category-view .products-grid .product.product-item .product-item-photo .product-image-container,
body.catalog-category-view .products-grid .product.product-item .custom-owl-carousel {
	transition: opacity, visibility ease-in 0.3s;
}

body.catalog-category-view .products-grid .product.product-item .custom-owl-carousel-hide:hover .product-item-photo .product-image-container {
	opacity: 0 !important;
} */

/* body.catalog-category-view .products-grid .product.product-item.no-custom-slider .custom-owl-carousel-hide:hover .product-item-photo .product-image-container,
body.catalog-category-view .products-grid .product.product-item.no-custom-slider .custom-owl-carousel-hide .product-item-photo .product-image-container {
	opacity: 1 !important;
} */

body.catalog-category-view .products-grid .product.product-item .custom-owl-carousel .product-image-photo.not-square-image,
body.wishlist-index-index .products-grid .product.product-item .custom-owl-carousel .product-image-photo.not-square-image {
	height: 100% !important;
	width: 100% !important;
	object-fit: contain;
}

body.catalog-category-view .products-grid .product.product-item .custom-owl-carousel .product-image-photo.square-image,
body.wishlist-index-index .products-grid .product.product-item .custom-owl-carousel .product-image-photo.square-image {
	height: 100% !important;
	width: 100% !important;
	object-fit: cover;
}

body.catalog-category-view .products-grid .product.product-item .custom-owl-carousel-hide,
body.wishlist-index-index .products-grid .product.product-item .custom-owl-carousel-hide {
	position: relative;
}

/* body.catalog-category-view .products-grid .product.product-item .custom-owl-carousel {
	opacity: 0 !important;
	visibility: hidden !important;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	padding: 0;
	margin: 0;
}

body.catalog-category-view .products-grid .product.product-item .custom-owl-carousel-hide:hover .custom-owl-carousel {
	opacity: 1 !important;
	visibility: visible !important;
	z-index: 99;
} */

/* body.catalog-category-view .products-grid .product.product-item.no-custom-slider .product-item-photo .product-image-container {
	opacity: 1 !important;
	visibility: visible !important;
} */

body.catalog-category-view .products-grid .product.product-item .custom-owl-carousel *,
body.wishlist-index-index .products-grid .product.product-item .custom-owl-carousel * {
	position: relative;
	height: 100%;
}

.products-grid .product-item-info .amquote-addto-button span {
	clip: initial;
	height: inherit;
	margin: 0;
	padding: 0;
	position: relative;
	width: 100%;
}

.products-grid .product-item-actions .actions-primary+.actions-secondary {
	display: block;
}

.toolbar.wishlist-toolbar .toolbar-number {
    text-transform: capitalize;
}

@media screen and (max-width: 1699px) {

	.products-grid .product.product-item .product-image-photo,
	.product-item-info .custom-owl-carousel {
		max-height: 340px;
		min-height: 340px;
	}
	.products-grid.wishlist .product.product-item .product-image-photo,
	.products-grid.wishlist .product-item-info .custom-owl-carousel,
	.products-grid.wishlist .product-item-info .custom-owl-carousel-hide {
		max-height: 300px;
		min-height: 300px;
	}
}

@media screen and (max-width: 1400px) {
	.products-grid.wishlist .product.product-item .product-image-photo, 
	.products-grid.wishlist .product-item-info .custom-owl-carousel, 
	.products-grid.wishlist .product-item-info .custom-owl-carousel-hide {
		max-height: 280px;
		min-height: 280px;
	}
	.wishlist-index-index .products-grid .product-items .product-item {
		padding-left: 10px;
		padding-right: 10px;
	}
	body.wishlist-index-index .products-grid .product-item-info .amquote-addto-button {
		padding: 13px 5px !important;
		font-size: 12px !important;
	}
	body.wishlist-index-index  .products-grid .product.details.bundle.multi-prices .price-box span.price {
		font-size: 12px;
	}
	body.account .columns .column.main .form-wishlist-items .products-grid.wishlist {
		padding: 25px 15px 5px 15px;
	}
}

@media screen and (max-width: 1299px) {



	.products-grid .product.product-item .product-image-photo,
	.product-item-info .custom-owl-carousel {
		max-height: 320px;
		min-height: 320px;
	}
}

@media (max-width: 1024px){
	body.account .column.main {
		order: 2;
	}
	body.account .columns .sidebar-main {
		order: 1;
	}
}

@media screen and (max-width: 767px) {

	body.account .page-wrapper .page-main form#wishlist-view-form {
		margin: 0 -15px;
	}

	.products-grid .product.product-item .product-image-photo,
	.product-item-info .custom-owl-carousel {
		min-height: 300px;
		max-height: 350px;
	}

	body.catalog-category-view .products-grid .product.product-item .custom-owl-carousel .product-image-photo,
	body.wishlist-index-index .products-grid .product.product-item .custom-owl-carousel .product-image-photo {
		max-height: 350px;
		object-fit: contain;
	}

	.toolbar.wishlist-toolbar {
		font-size: 18px;
		padding: 0 5px;
	}
	.toolbar.wishlist-toolbar select{
		font-size: 16px;
	}
	.toolbar.wishlist-toolbar .toolbar-amoun {
		float: left;
	}

	body.wishlist-index-index .wishlist_pannel {
		display: none;
	}
	body.wishlist-index-index .products-grid .product-item-actions,
	body.wishlist-index-index .products-grid .product-item-actions .actions-primary,
	body.wishlist-index-index .products-grid .product-item-actions .actions-primary form,
	body.catalog-category-view .products-grid .product-item-actions,
	body.catalog-category-view .product-item-actions .actions-primary,
	body.catalog-category-view .products-grid .actions-primary form{
		height: 100%;
	}
	body.wishlist-index-index .products-grid .product-item-info .amquote-addto-button,
	body.page-products .products-grid .product-item-info .amquote-addto-button {
		padding: 12px 5px !important;
		height: 100% !important;
	}

	.page-products .products-grid .product-items .product-item-photo .custom-product-logo {
        bottom: 40px;
    }
	.right-image ul.attribute-value li.option img {
		min-width: 22px;
		max-width: 22px;
	}

	body.wishlist-index-index .products-grid .list-btn {
		margin-bottom: 0;
	}

	body.wishlist-index-index .products-grid .product-item-info .amquote-addto-button {
		padding: 6px 5px !important;
		height: 100%;
	}
	body.wishlist-index-index .products-grid .product.details .product-price-left>.price-box {
		height: 100%;
	}
}

@media screen and (max-width: 360px) {
	.attriblute-image .left-image h5 {
		font-size: 8px;
	}
}

.category-description .discount-block {
	text-align: center;
	margin-bottom: 40px;
}

.category-description .discount-block span {
	background: #e6a226;
	color: #fff;
	display: inline-block;
	padding: 15px 40px;
	border-radius: 15px;
	font-size: 21px !important;
}

.category-description .discount-block span:hover {
	opacity: 0.9;
}

@media screen and (max-width: 1023px) {
	.category-description .discount-block span {
		padding: 10px 28px;
	}
}

@media screen and (min-width: 1850px) and (max-width: 1920px) {
	.catalog-category-view .columns.sidebarshow {
		padding: 0 45px;
	}
}

/* =========== color option sidebar css 11-10-23 =============== */

.block-content.filter-content .am-swatch-options .am-swatch-wrapper {
	width: 100%;
}

.amshopby-filter-value .swatch-option.image {
	padding: 0;
	margin: 0;
	width: 18px;
	height: 18px;
	float: none;
	border-radius: 100%;
	min-width: 18px;
	max-width: 18px;
}

.block-content.filter-content .am-swatch-options .am-swatch-wrapper .swatch-option.image {
	padding: 0;
	margin: 0;
	width: 18px;
	height: 18px;
	float: none;
	border-radius: 100%;
	min-width: 18px;
	max-width: 18px;
}

.block-content.filter-content .am-swatch-options .am-swatch-wrapper a.am-swatch-link {
	padding: 0 0 0 5px !important;
	display: flex !important;
	align-items: center;
	gap: 8px;
	width: 100%;
}

.block-content.filter-content .am-swatch-options .am-swatch-wrapper .am-shopby-swatch-label {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	max-width: initial;
	gap: 3px;
}

.filter-options-item .filter-options-content .am-shopby-form {
	padding: 0;
	margin: 0;
}

.filter-options-content .swatch-option.selected+.am-shopby-swatch-label,
.filter-options-content .swatch-option.selected+.am-shopby-swatch-label .count {
	font-weight: 600 !important;
	color: #5fa895;
	font-family: 'Avenir Black';
}

.swatch-option.selected {
	outline: 2px solid #67a895;
}

.filter-options-item .filter-options-content .am-shopby-swatch-label .label {
	font-weight: 500;
}

@media screen and (max-width: 767px) {
	
	.block-content.filter-content .am-swatch-options .am-swatch-wrapper .swatch-option.image {
		width: 20px;
		height: 20px;
		min-width: 20px;
		max-width: 20px;
	}

	.block-content.filter-content .am-swatch-options .am-swatch-wrapper a.am-swatch-link {
		gap: 6px;
	}
	body.wishlist-index-index .products-grid.wishlist .product-item-photo{
		margin: 0;
	}
}

@media (min-width: 768px){
	.wishlist-index-index.page-layout-2columns-left .sidebar-main {
		padding-right: 60px;
	} 
}

/* =========== color option sidebar css 11-10-23 =============== */


/* ----------------------- swiper slider css -------------------- */
.swiper-pagination.swiper-pagination-bullets {
	position: absolute !important;
	bottom: 10px;
	height: 16px !important;
	padding: 3px;
	z-index: 898989 !important;
}

.swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
	background: #fff;
	opacity: 1;
	box-shadow: 0 0 4px 2px #61a896;
	width: 10px;
	height: 10px !important;
	cursor: pointer;
}

.swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #61a896;
	box-shadow: 0 0 4px 2px #d0cfcf;
}

.product-item .swiper-button-next:after,
.product-item .swiper-button-prev:after {
	display: none;
}

.product-item .swiper-button-prev {
	background: url("../../frontend/Netsteps/default/it_IT/images/left-arrow.png") no-repeat center;
	box-shadow: none !important;
	margin: 0;
	height: 30px !important;
	width: 30px;
	background-size: 10px !important;
	transform: translateY(-50%) scale(1) !important;
	position: absolute !important;
	top: 50%;
	left: 15px;
	transition: all 0.3s linear;
	opacity: 0;
}

/* .product-item .swiper-button-prev::before {
	content: "\f053";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: #fff;
	font-size: 20px;
} */

.product-item .swiper-button-next {
	background: url("../../frontend/Netsteps/default/it_IT/images/right-arrow.png") no-repeat center;
	right: 15px;
	box-shadow: none !important;
	margin: 0;
	height: 30px !important;
	width: 30px;
	background-size: 10px !important;
	transform: translateY(-50%) scale(1) !important;
	position: absolute !important;
	top: 50%;
	transition: all 0.3s linear;
	opacity: 0;
}

/* .product-item .swiper-button-next::before {
	content: "\f054";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: #fff;
	font-size: 20px;
} */

.product-item .swiper-button-prev:hover,
.product-item .swiper-button-next:hover {
	filter: none !important;
}

.product-item .product-item-info:hover .swiper-button-prev,
.product-item .product-item-info:hover .swiper-button-next {
	opacity: 1;
}

.product-item .product-item-info .swiper-button-next.swiper-button-disabled,
.product-item .product-item-info .swiper-button-prev.swiper-button-disabled {
	opacity: 0;
}

/*Shipping info box*/
.product-item-info .custom-owl-carousel .swiper-slide {
	padding: 0 1px;
}





@media (max-width: 767px) {
    body.wishlist-index-index .products-grid .product.details .product-item-name {
        margin-left: 0;
    }
	body.wishlist-index-index .products-grid .product.details.simple .product-item-name>a {
		font-weight: 600 !important;
	}
	.toolbar-wishlist-heading {
		position: absolute;
		top: 20px;
	}
    body.account.wishlist-index-index .page-wrapper .columns {
        padding-top: 90px;
		position: relative;
    }
    body.account.wishlist-index-index .block .title{display: none;}
    body.account.wishlist-index-index .columns .sidebar.sidebar-main .block-collapsible-nav .content {
        display: block;
    }
    .toolbar-wishlist-heading {
        font-size: 28px;
    }
    body.account.wishlist-index-index .toolbar.wishlist-toolbar .toolbar-amount{
        float: left;
    }
}

@media (max-width: 380px) {
	.toolbar.wishlist-toolbar {
		font-size: 16px;
	}
	body.account.wishlist-index-index .column.main .actions-toolbar .primary button {
		font-size: 13px;
		padding: 8px 11px;
	}
}@CHARSET "UTF-8";

*, *:before, *:after { box-sizing: border-box; }

select.tax_display_select { background-color: #f0f0f0;  border-radius: 3px; padding:0px 20px 0px 5px; height:24px; cursor:pointer; }
select.tax_display_select option { cursor:pointer }

.price-including-tax::before 
{
    content: attr(data-label) ': ';
    font-size: 1.1rem;
}

[data-label="Excl. tax"]::before 
{
	content: attr(data-label) ': ';
    font-size: 1.1rem;
}

[data-label="Incl. tax"]::before 
{
	content: attr(data-label) ': ';
    font-size: 1.1rem;
}

input[type="radio"][name="tax_display"] { margin:2px; }