/**
 * 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: #374957;
  font-family: 'Montserrat', 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 #68758f;
  cursor: help;
}
b,
strong {
  font-weight: 700;
}
em,
i {
  font-style: italic;
}
mark {
  background: #374957;
  color: #374957;
}
small,
.small {
  font-size: 12px;
}
hr {
  border: 0;
  border-top: 1px solid #68758f;
  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-family: 'Montserrat', Georgia, 'Times New Roman', Times, serif;
  font-weight: 500;
  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: #374957;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
a,
.alink {
  color: #374957;
  text-decoration: none;
}
a:visited,
.alink:visited {
  color: #374957;
  text-decoration: none;
}
a:hover,
.alink:hover {
  color: #a3b1c8;
  /*.lib-css(text-decoration, @_link-text-decoration-hover);*/
}
a:active,
.alink:active {
  color: #374957;
  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: #374957;
  color: #68758f;
  padding: 2px 4px;
  font-size: 1.2rem;
  white-space: nowrap;
}
kbd {
  background: #374957;
  color: #68758f;
  padding: 2px 4px;
  font-size: 1.2rem;
}
pre {
  background: #374957;
  border: 1px solid #68758f;
  color: #68758f;
  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 #68758f;
  margin: 0 0 20px 40px;
  padding: 0;
  color: #374957;
  font-family: 'Montserrat', 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: #374957;
  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: #374957;
  border: 1px solid #374957;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Montserrat', 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 #374957;
  color: #ffffff;
}
button:hover {
  background: #e2e2e2;
  border: 1px solid #374957;
  color: #ffffff;
}
button.disabled,
button[disabled],
fieldset[disabled] button {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type*="date"],
input[type="email"] {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #a3b1c8;
  border-radius: 4px;
  font-family: 'Montserrat', 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: #374957;
}
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: #374957;
}
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: #374957;
}
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/NeWS/luma_child/it_IT//images/select-bg.svg') no-repeat 100% 45%;
  background-clip: padding-box;
  border: 1px solid #68758f;
  border-radius: 4px;
  font-family: 'Montserrat', 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 #a3b1c8;
}
select:disabled {
  opacity: 0.5;
  background: #ffffff;
  border: 1px solid #a3b1c8;
}
select[multiple] {
  height: auto;
  background-image: none;
}
textarea {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #a3b1c8;
  border-radius: 4px;
  font-family: 'Montserrat', 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: #374957;
}
textarea::-webkit-input-placeholder {
  color: #374957;
}
textarea:-ms-input-placeholder {
  color: #374957;
}
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 #a3b1c8;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 *   Copyright Ne.W.S. - New Web Solutions S.r.l. - All rights reserved.
**/
.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;
}
.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:focus,
.action-primary:active {
  background: #a3b1c8;
  border: 1px solid #a3b1c8;
  color: #ffffff;
}
.action-primary:hover {
  background: #374957;
  border: 1px solid #a3b1c8;
  color: #ffffff;
}
.action-primary.disabled,
.action-primary[disabled],
fieldset[disabled] .action-primary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.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,
.magento-payments-review-discount .actions-toolbar .action.primary,
.magento-payments-review-discount .actions-toolbar .action.cancel,
.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-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),
.magento-payments-review-discount .actions-toolbar .action.primary:not(:focus),
.magento-payments-review-discount .actions-toolbar .action.cancel: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(104, 117, 143, 0.3);
}
.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,
.magento-payments-review-discount .actions-toolbar .action.primary:active,
.magento-payments-review-discount .actions-toolbar .action.cancel: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(104, 117, 143, 0.8), inset 0 -1px 0 0 rgba(104, 117, 143, 0.3);
}
.block-event .slider-panel .slider .item .action.event {
  background-image: none;
  background: #374957;
  border: 1px solid #374957;
  color: #ffffff;
  cursor: pointer;
  font-family: 'Montserrat', 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 #374957;
  color: #ffffff;
}
.abs-action-link-button:hover,
.block-event .slider-panel .slider .item .action.event:hover {
  background: #e2e2e2;
  border: 1px solid #374957;
  color: #ffffff;
}
.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-remove,
.abs-discount-block .action.check,
.popup .actions-toolbar .action.cancel,
.paypal-button-widget .paypal-button,
.bundle-options-container .action.back,
.block.related .action.select,
.cart.table-wrapper .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,
.magento-payments-review-discount .action.check,
.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: #374957;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  font-weight: 400;
  border-radius: 0;
}
.abs-action-button-as-link:visited,
.abs-action-remove:visited,
.abs-discount-block .action.check:visited,
.popup .actions-toolbar .action.cancel:visited,
.paypal-button-widget .paypal-button:visited,
.bundle-options-container .action.back:visited,
.block.related .action.select:visited,
.cart.table-wrapper .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,
.magento-payments-review-discount .action.check: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: #374957;
  text-decoration: none;
}
.abs-action-button-as-link:hover,
.abs-action-remove:hover,
.abs-discount-block .action.check:hover,
.popup .actions-toolbar .action.cancel:hover,
.paypal-button-widget .paypal-button:hover,
.bundle-options-container .action.back:hover,
.block.related .action.select:hover,
.cart.table-wrapper .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,
.magento-payments-review-discount .action.check: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: #a3b1c8;
  /*.lib-css(text-decoration, @_link-text-decoration-hover);*/
}
.abs-action-button-as-link:active,
.abs-action-remove:active,
.abs-discount-block .action.check:active,
.popup .actions-toolbar .action.cancel:active,
.paypal-button-widget .paypal-button:active,
.bundle-options-container .action.back:active,
.block.related .action.select:active,
.cart.table-wrapper .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,
.magento-payments-review-discount .action.check: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: #374957;
  text-decoration: underline;
}
.abs-action-button-as-link:hover,
.abs-action-button-as-link:active,
.abs-action-button-as-link:focus,
.abs-action-remove:hover,
.abs-action-remove:active,
.abs-action-remove:focus,
.abs-discount-block .action.check:hover,
.abs-discount-block .action.check:active,
.abs-discount-block .action.check:focus,
.popup .actions-toolbar .action.cancel:hover,
.popup .actions-toolbar .action.cancel:active,
.popup .actions-toolbar .action.cancel:focus,
.paypal-button-widget .paypal-button:hover,
.paypal-button-widget .paypal-button:active,
.paypal-button-widget .paypal-button:focus,
.bundle-options-container .action.back:hover,
.bundle-options-container .action.back:active,
.bundle-options-container .action.back:focus,
.block.related .action.select:hover,
.block.related .action.select:active,
.block.related .action.select:focus,
.cart.table-wrapper .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,
.magento-payments-review-discount .action.check:hover,
.magento-payments-review-discount .action.check:active,
.magento-payments-review-discount .action.check:focus,
.paypal-review-discount .action.check:hover,
.paypal-review-discount .action.check:active,
.paypal-review-discount .action.check:focus,
.cart-discount .action.check:hover,
.cart-discount .action.check:active,
.cart-discount .action.check:focus,
.form-giftregistry-share .action.remove:hover,
.form-giftregistry-share .action.remove:active,
.form-giftregistry-share .action.remove:focus,
.form-giftregistry-edit .action.remove:hover,
.form-giftregistry-edit .action.remove:active,
.form-giftregistry-edit .action.remove:focus,
.form-add-invitations .action.remove:hover,
.form-add-invitations .action.remove:active,
.form-add-invitations .action.remove:focus,
.form-create-return .action.remove:hover,
.form-create-return .action.remove:active,
.form-create-return .action.remove:focus,
.form.send.friend .action.remove:hover,
.form.send.friend .action.remove:active,
.form.send.friend .action.remove:focus {
  background: none;
  border: 0;
}
.abs-action-button-as-link.disabled,
.abs-action-button-as-link[disabled],
fieldset[disabled] .abs-action-button-as-link,
.abs-action-remove.disabled,
.abs-action-remove[disabled],
fieldset[disabled] .abs-action-remove,
.abs-discount-block .action.check.disabled,
.abs-discount-block .action.check[disabled],
fieldset[disabled] .abs-discount-block .action.check,
.popup .actions-toolbar .action.cancel.disabled,
.popup .actions-toolbar .action.cancel[disabled],
fieldset[disabled] .popup .actions-toolbar .action.cancel,
.paypal-button-widget .paypal-button.disabled,
.paypal-button-widget .paypal-button[disabled],
fieldset[disabled] .paypal-button-widget .paypal-button,
.bundle-options-container .action.back.disabled,
.bundle-options-container .action.back[disabled],
fieldset[disabled] .bundle-options-container .action.back,
.block.related .action.select.disabled,
.block.related .action.select[disabled],
fieldset[disabled] .block.related .action.select,
.cart.table-wrapper .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,
.magento-payments-review-discount .action.check.disabled,
.magento-payments-review-discount .action.check[disabled],
fieldset[disabled] .magento-payments-review-discount .action.check,
.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: #374957;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.abs-action-remove:active,
.abs-action-remove:not(:focus),
.abs-discount-block .action.check:active,
.abs-discount-block .action.check:not(:focus),
.popup .actions-toolbar .action.cancel:active,
.popup .actions-toolbar .action.cancel:not(:focus),
.paypal-button-widget .paypal-button:active,
.paypal-button-widget .paypal-button:not(:focus),
.bundle-options-container .action.back:active,
.bundle-options-container .action.back:not(:focus),
.block.related .action.select:active,
.block.related .action.select:not(:focus),
.cart.table-wrapper .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),
.magento-payments-review-discount .action.check:active,
.magento-payments-review-discount .action.check: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-to-action-secondary,
.magento-payments-review .block .actions-toolbar .action.primary,
.paypal-review .block .actions-toolbar .action.primary,
.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,
.magento-payments-review-discount .actions-toolbar .action.primary,
.magento-payments-review-discount .actions-toolbar .action.cancel,
.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: #374957;
  border: 1px solid #374957;
  color: #ffffff;
}
.abs-revert-secondary-color:focus,
.abs-revert-secondary-color:active,
.abs-revert-to-action-secondary:focus,
.abs-revert-to-action-secondary:active,
.magento-payments-review .block .actions-toolbar .action.primary:focus,
.magento-payments-review .block .actions-toolbar .action.primary: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,
.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,
.magento-payments-review-discount .actions-toolbar .action.primary:focus,
.magento-payments-review-discount .actions-toolbar .action.primary:active,
.magento-payments-review-discount .actions-toolbar .action.cancel:focus,
.magento-payments-review-discount .actions-toolbar .action.cancel: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 #374957;
  color: #ffffff;
}
.abs-revert-secondary-color:hover,
.abs-revert-to-action-secondary:hover,
.magento-payments-review .block .actions-toolbar .action.primary: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,
.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,
.magento-payments-review-discount .actions-toolbar .action.primary:hover,
.magento-payments-review-discount .actions-toolbar .action.cancel: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: #e2e2e2;
  border: 1px solid #374957;
  color: #ffffff;
}
.products-grid.wishlist .product-item .box-tocart .tocart {
  font-size: 1.4rem;
  line-height: 1.6rem;
  padding: 7px 15px;
}
#store-selector .form-continue .actions-toolbar .action.primary,
.order-review-form .action.primary,
.order-review-form .action.primary,
.bundle-actions .action.primary.customize,
.bundle-options-container .block-bundle-summary .box-tocart .action.primary,
.box-tocart .action.tocart,
.cart-summary .checkout-methods-items .action.primary.checkout,
.block-minicart .block-content > .actions > .primary .action.primary,
.methods-shipping .actions-toolbar .action.primary,
.block-authentication .action.action-register,
.block-authentication .action.action-login,
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary,
.form-address-edit .actions-toolbar .action.primary,
.box-tocart .action.instant-purchase,
.multicheckout .action.primary {
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
}
.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;
}
.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: ': ';
}
.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;
}
.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 {
  width: 100%;
}
.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;
}
.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;
}
.product.media .product.photo .photo.image {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
}
.login-container .block .block-title {
  border-bottom: 1px solid #374957;
  font-size: 1.8rem;
  margin-bottom: 15px;
  padding-bottom: 12px;
}
.login-container .block .block-title strong {
  font-weight: 500;
}
.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: 103;
  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;
}
.giftregisty-dropdown ul.items,
.wishlist-dropdown ul.items {
  padding: 6px 0;
}
.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;
}
.block,
.customer-review .product-details,
.block-banners,
.block-banners-inline {
  margin-bottom: 40px;
}
.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;
}
.product-item-name,
.product.name a {
  font-weight: 400;
}
.product-item-name > a,
.product.name a > a {
  color: #374957;
  text-decoration: none;
}
.abs-product-link > a:visited,
.product-item-name > a:visited,
.product.name a > a:visited {
  color: #374957;
  text-decoration: underline;
}
.abs-product-link > a:hover,
.product-item-name > a:hover,
.product.name a > a:hover {
  color: #374957;
  /*.lib-css(text-decoration, @_link-text-decoration-hover);*/
}
.abs-product-link > a:active,
.product-item-name > a:active,
.product.name a > a:active {
  color: #374957;
  text-decoration: underline;
}
.abs-like-link:visited {
  color: #374957;
  text-decoration: none;
}
.abs-like-link:hover {
  color: #a3b1c8;
  /*.lib-css(text-decoration, @_link-text-decoration-hover);*/
}
.abs-like-link:active {
  color: #374957;
  text-decoration: underline;
}
.form.giftregistry.items .actions-toolbar,
.form.wishlist.items .actions-toolbar {
  margin-left: 0;
}
.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;
}
.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%;
}
.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;
}
.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;
}
.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;
}
.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;
}
.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;
}
.order-details-items .order-items .order-gift-message:not(.expanded-content) {
  height: 0;
  visibility: 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;
}
.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-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:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 34px;
  line-height: 1.2;
  color: #374957;
  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:hover:after {
  color: #a3b1c8;
}
.abs-navigation-icon:active:after {
  color: #a3b1c8;
}
.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: 103;
  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;
}
.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: #374957;
  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:before,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:hover:before,
.product-item-actions .actions-secondary > .action:hover:before,
.product-social-links .action.tocompare:hover:before,
.wishlist.split.button > .action.split:hover:before,
.product-social-links .action.mailto.friend:hover:before,
.product-social-links .action.towishlist:hover:before,
.block-bundle-summary .action.towishlist:hover:before,
.product-item .action.towishlist:hover:before,
.table-comparison .action.towishlist:hover:before {
  color: #a3b1c8;
}
.abs-actions-addto:active:before,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:active:before,
.product-item-actions .actions-secondary > .action:active:before,
.product-social-links .action.tocompare:active:before,
.wishlist.split.button > .action.split:active:before,
.product-social-links .action.mailto.friend:active:before,
.product-social-links .action.towishlist:active:before,
.block-bundle-summary .action.towishlist:active:before,
.product-item .action.towishlist:active:before,
.table-comparison .action.towishlist:active:before {
  color: #a3b1c8;
}
.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: #374957;
  text-decoration: none;
}
.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;
}
.bundle-options-container .block-bundle-summary .box-tocart,
.box-tocart {
  margin: 0 0 30px;
}
.abs-cart-block > .title,
.minicart-items .product .toggle,
.abs-discount-block .block > .title,
.cart-summary .block > .title,
.magento-payments-review-discount .block > .title,
.paypal-review-discount .block > .title,
.cart-discount .block > .title {
  border-top: 1px solid #68758f;
  cursor: pointer;
  margin-bottom: 0;
  position: relative;
  padding: 10px 40px 10px 15px;
  display: block;
  text-decoration: none;
}
.abs-cart-block > .title:after,
.minicart-items .product .toggle:after,
.abs-discount-block .block > .title:after,
.cart-summary .block > .title:after,
.magento-payments-review-discount .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,
.magento-payments-review-discount .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,
.magento-payments-review-discount .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: #374957;
  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-toggling-title:hover:after,
.abs-cart-block > .title:hover:after,
.minicart-items .product .toggle:hover:after,
.abs-discount-block .block > .title:hover:after,
.cart-summary .block > .title:hover:after,
.magento-payments-review-discount .block > .title:hover:after,
.paypal-review-discount .block > .title:hover:after,
.cart-discount .block > .title:hover:after {
  color: #a3b1c8;
}
.abs-toggling-title:active:after,
.abs-cart-block > .title:active:after,
.minicart-items .product .toggle:active:after,
.abs-discount-block .block > .title:active:after,
.cart-summary .block > .title:active:after,
.magento-payments-review-discount .block > .title:active:after,
.paypal-review-discount .block > .title:active:after,
.cart-discount .block > .title:active:after {
  color: #a3b1c8;
}
.abs-discount-block .block,
.cart-summary .block,
.magento-payments-review-discount .block,
.paypal-review-discount .block,
.cart-discount .block {
  margin: 0;
}
.abs-discount-block .block > .title:after,
.cart-summary .block > .title:after,
.magento-payments-review-discount .block > .title:after,
.paypal-review-discount .block > .title:after,
.cart-discount .block > .title:after {
  color: #858585;
}
.abs-discount-block .block .content,
.cart-summary .block .content,
.magento-payments-review-discount .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,
.magento-payments-review-discount .block.active > .title:after,
.paypal-review-discount .block.active > .title:after,
.cart-discount .block.active > .title:after {
  content: '\e621';
}
.abs-discount-block .block.active .content,
.cart-summary .block.active .content,
.magento-payments-review-discount .block.active .content,
.paypal-review-discount .block.active .content,
.cart-discount .block.active .content {
  display: block;
}
.multicheckout .table-wrapper .cart-price {
  color: #a3b1c8;
  font-size: 1.6rem;
  font-weight: 700;
}
.multicheckout .table-wrapper .product-item-name {
  font-size: 1.8rem;
  font-weight: 300;
  margin: 0;
}
.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,
.magento-payments-review .block .block-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-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,
.magento-payments-review .block .block-title > strong,
.magento-payments-review .block .block-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;
}
.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;
}
.order-details-items tfoot td {
  background: #f5f5f5;
}
.magento-payments-review .table-magento-payments-review-items .col.price .price-including-tax,
.magento-payments-review .table-magento-payments-review-items .col.price .price-excluding-tax,
.magento-payments-review .table-magento-payments-review-items .col.subtotal .price-including-tax,
.magento-payments-review .table-magento-payments-review-items .col.subtotal .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;
}
.magento-payments-review .table-magento-payments-review-items .col.price .price-including-tax .price,
.magento-payments-review .table-magento-payments-review-items .col.price .price-excluding-tax .price,
.magento-payments-review .table-magento-payments-review-items .col.subtotal .price-including-tax .price,
.magento-payments-review .table-magento-payments-review-items .col.subtotal .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;
}
.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;
}
.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;
}
.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) ': ';
}
.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: ')';
}
.price-including-tax .cart-tax-total,
.price-excluding-tax .cart-tax-total,
.magento-payments-review .table-magento-payments-review-items .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,
.magento-payments-review .table-magento-payments-review-items .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: #374957;
  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:hover:after,
.price-including-tax .cart-tax-total:hover:after,
.price-excluding-tax .cart-tax-total:hover:after,
.magento-payments-review .table-magento-payments-review-items .cart-tax-total:hover:after,
.paypal-review .table-paypal-review-items .cart-tax-total:hover:after,
.cart.table-wrapper .cart-tax-total:hover:after,
.order-details-items .cart-tax-total:hover:after {
  color: #a3b1c8;
}
.abs-tax-total:active:after,
.price-including-tax .cart-tax-total:active:after,
.price-excluding-tax .cart-tax-total:active:after,
.magento-payments-review .table-magento-payments-review-items .cart-tax-total:active:after,
.paypal-review .table-paypal-review-items .cart-tax-total:active:after,
.cart.table-wrapper .cart-tax-total:active:after,
.order-details-items .cart-tax-total:active:after {
  color: #a3b1c8;
}
.price-including-tax .cart-tax-total:after,
.price-excluding-tax .cart-tax-total:after,
.magento-payments-review .table-magento-payments-review-items .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,
.magento-payments-review .table-magento-payments-review-items .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';
}
.giftcard-account .form-giftcard-redeem .fieldset,
.form-giftregistry-create .fieldset {
  margin-bottom: 20px;
}
.review-ratings .rating-summary,
.customer-review .review-details .customer-review-rating .rating-summary {
  display: table-row;
}
.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;
}
.review-ratings .rating-result,
.customer-review .review-details .customer-review-rating .rating-result {
  display: table-cell;
  vertical-align: top;
}
.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 #dde3ef;
  content: '';
  display: inline-block;
  height: 12px;
  margin: 0 10px;
  vertical-align: -1px;
}
.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;
}
.magento-payments-review .block .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;
}
.magento-payments-review .block .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;
}
.magento-payments-review .block .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;
}
.magento-payments-review .block .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;
}
.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-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: #374957;
  content: '\e61c';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-icon-add:hover:before,
.abs-dropdown-items-new .action.new:hover:before,
.wishlist.split.button .action.new:hover:before,
.wishlist-dropdown .action.new:hover:before {
  color: #a3b1c8;
}
.abs-icon-add:active:before,
.abs-dropdown-items-new .action.new:active:before,
.wishlist.split.button .action.new:active:before,
.wishlist-dropdown .action.new:active:before {
  color: #a3b1c8;
}
.wishlist.split.button .items .item:last-child:hover,
.wishlist-dropdown .items .item:last-child:hover {
  background: #e8e8e8;
}
.wishlist.split.button .action.new:before,
.wishlist-dropdown .action.new:before {
  margin-left: -17px;
  margin-right: 5px;
}
.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;
}
.return-status,
.order-status {
  border: 2px solid #68758f;
  border-radius: 3px;
  display: inline-block;
  margin: 3px 0 0;
  padding: 2px 10px;
  text-transform: uppercase;
  vertical-align: top;
}
.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;
}
.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;
}
.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;
}
.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: #374957;
}
.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 #68758f;
}
.block-compare .counter,
.block-wishlist .counter {
  color: #6d6d6d;
  font-size: 1.2rem;
  vertical-align: middle;
  white-space: nowrap;
}
.block-compare .counter:before,
.block-wishlist .counter:before {
  content: '(';
}
.block-compare .counter:after,
.block-wishlist .counter:after {
  content: ')';
}
.block-compare .block-title,
.block-reorder .block-title,
.widget .block-title,
.block-wishlist .block-title {
  margin: 0 0 20px;
}
.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;
}
.block-cart-failed,
.cart-container .form-cart {
  margin-bottom: 20px;
}
.block-cart-failed .actions.main .continue,
.cart-container .form-cart .actions.main .continue {
  display: none;
}
.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: #374957;
  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: #374957;
  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: #a3b1c8;
  /*.lib-css(text-decoration, @_link-text-decoration-hover);*/
}
.abs-shopping-cart-items .actions.main .clear:active,
.block-cart-failed .actions.main .clear:active,
.cart-container .form-cart .actions.main .clear:active {
  color: #374957;
  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: #374957;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.form.search.advanced .fields.range .field.date .control,
.form-giftregistry-edit .field.date .control {
  position: relative;
}
.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);
}
.field .control._with-tooltip {
  position: relative;
}
.field .control._with-tooltip input {
  margin-right: 10px;
  width: calc(100% - 36px);
}
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content,
.shipping-policy-block.field-tooltip .field-tooltip-content {
  right: -10px;
  top: 40px;
  left: auto;
}
.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;
}
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:before,
.shipping-policy-block.field-tooltip .field-tooltip-content:before {
  border-bottom-color: #666666;
}
.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;
}
.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: #374957;
  font-weight: 300;
  font-size: 2.6rem;
}
.cart-totals,
.opc-block-summary .table-totals {
  border-top: 1px solid #68758f;
  padding-top: 10px;
}
.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;
}
.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;
}
.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;
}
.cart-totals .grand strong,
.opc-block-summary .table-totals .grand strong {
  display: inline-block;
  font-weight: 600;
  padding: 3px 0 0;
}
.cart-totals .grand .mark,
.opc-block-summary .table-totals .grand .mark {
  font-size: 1.8rem;
  border-top: 1px solid #68758f;
  padding-right: 10px;
}
.cart-totals .grand .amount,
.opc-block-summary .table-totals .grand .amount {
  font-size: 1.8rem;
  border-top: 1px solid #68758f;
}
.cart-totals .msrp,
.opc-block-summary .table-totals .msrp {
  margin-bottom: 10px;
}
.cart-totals tbody tr:last-child td,
.opc-block-summary .table-totals tbody tr:last-child td {
  padding-bottom: 19px;
}
.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 #68758f;
  border-top: 1px solid #68758f;
  cursor: pointer;
}
.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: #374957;
  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:hover:after,
.cart-totals .totals-tax-summary .amount .price:hover:after,
.opc-block-summary .table-totals .totals-tax-summary .amount .price:hover:after {
  color: #a3b1c8;
}
.abs-sidebar-totals .totals-tax-summary .amount .price:active:after,
.cart-totals .totals-tax-summary .amount .price:active:after,
.opc-block-summary .table-totals .totals-tax-summary .amount .price:active:after {
  color: #a3b1c8;
}
.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;
}
.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';
}
.cart-totals .totals-tax-details,
.opc-block-summary .table-totals .totals-tax-details {
  border-bottom: 1px solid #68758f;
  display: none;
}
.cart-totals .totals-tax-details.shown,
.opc-block-summary .table-totals .totals-tax-details.shown {
  display: table-row;
}
.cart-totals .table-wrapper,
.opc-block-summary .table-totals .table-wrapper {
  margin-bottom: 0;
}
.magento-payments-review-discount .block > .title strong,
.paypal-review-discount .block > .title strong,
.cart-discount .block > .title strong {
  color: #374957;
  font-weight: 400;
}
.magento-payments-review-discount .actions-toolbar,
.paypal-review-discount .actions-toolbar,
.cart-discount .actions-toolbar {
  display: table-cell;
  vertical-align: top;
  width: 1%;
}
.magento-payments-review-discount .actions-toolbar .action.primary,
.magento-payments-review-discount .actions-toolbar .action.cancel,
.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;
}
.magento-payments-review-discount .actions-toolbar .secondary,
.paypal-review-discount .actions-toolbar .secondary,
.cart-discount .actions-toolbar .secondary {
  bottom: 5px;
  left: 15px;
  position: absolute;
}
.magento-payments-review-discount .action.check,
.paypal-review-discount .action.check,
.cart-discount .action.check {
  font-weight: 400;
}
.magento-payments-review-discount .fieldset,
.paypal-review-discount .fieldset,
.cart-discount .fieldset {
  display: table;
  width: 100%;
}
.magento-payments-review-discount .fieldset > .field > .label,
.paypal-review-discount .fieldset > .field > .label,
.cart-discount .fieldset > .field > .label {
  display: none;
}
.magento-payments-review-discount .field,
.paypal-review-discount .field,
.cart-discount .field {
  display: table-cell;
}
/**
 *   Copyright Ne.W.S. - New Web Solutions S.r.l. - All rights reserved.
**/
/* ============================================ *
 * Typography
 * ============================================ */
@font-face {
  font-family: 'Montserrat';
  src: url('../../frontend/NeWS/luma_child/it_IT/fonts/Montserrat/regular/Montserrat-Regular.woff2') format('woff2'), url('../../frontend/NeWS/luma_child/it_IT/fonts/Montserrat/regular/Montserrat-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../../frontend/NeWS/luma_child/it_IT/fonts/Montserrat/semibold/Montserrat-SemiBold.woff2') format('woff2'), url('../../frontend/NeWS/luma_child/it_IT/fonts/Montserrat/semibold/Montserrat-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../../frontend/NeWS/luma_child/it_IT/fonts/Montserrat/bold/Montserrat-Bold.woff2') format('woff2'), url('../../frontend/NeWS/luma_child/it_IT/fonts/Montserrat/bold/Montserrat-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../../frontend/NeWS/luma_child/it_IT/fonts/Montserrat/extrabold/Montserrat-ExtraBold.woff2') format('woff2'), url('../../frontend/NeWS/luma_child/it_IT/fonts/Montserrat/extrabold/Montserrat-ExtraBold.woff') format('woff');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../../frontend/NeWS/luma_child/it_IT/fonts/Montserrat/medium/Montserrat-Medium.woff2') format('woff2'), url('../../frontend/NeWS/luma_child/it_IT/fonts/Montserrat/medium/Montserrat-Medium.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../../frontend/NeWS/luma_child/it_IT/fonts/Montserrat/light/Montserrat-Light.woff2') format('woff2'), url('../../frontend/NeWS/luma_child/it_IT/fonts/Montserrat/light/Montserrat-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../../frontend/NeWS/luma_child/it_IT/fonts/Montserrat/extralight/Montserrat-ExtraLight.woff2') format('woff2'), url('../../frontend/NeWS/luma_child/it_IT/fonts/Montserrat/extralight/Montserrat-ExtraLight.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Segoe';
  src: url('../../frontend/NeWS/luma_child/it_IT/fonts/Segoe/bold/Segoe-Bold.eot');
  src: url('../../frontend/NeWS/luma_child/it_IT/fonts/Segoe/bold/Segoe-Bold.eot') format('embedded-opentype'), url('../../frontend/NeWS/luma_child/it_IT/fonts/Segoe/bold/Segoe-Bold.woff2') format('woff2'), url('../../frontend/NeWS/luma_child/it_IT/fonts/Segoe/bold/Segoe-Bold.woff') format('woff'), url('../../frontend/NeWS/luma_child/it_IT/fonts/Segoe/bold/Segoe-Bold.ttf') format('truetype'), url('../../frontend/NeWS/luma_child/it_IT/fonts/Segoe/bold/Segoe-Bold.svg#Segoe-Bold') format('svg');
  font-weight: 700;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'icomoon';
  src: url('../../frontend/NeWS/luma_child/it_IT/fonts/icomoon/icomoon.eot?8eifyp');
  src: url('../../frontend/NeWS/luma_child/it_IT/fonts/icomoon/icomoon.eot?8eifyp#iefix') format('embedded-opentype'), url('../../frontend/NeWS/luma_child/it_IT/fonts/icomoon/icomoon.ttf?8eifyp') format('truetype'), url('../../frontend/NeWS/luma_child/it_IT/fonts/icomoon/icomoon.woff?8eifyp') format('woff'), url('../../frontend/NeWS/luma_child/it_IT/fonts/icomoon/icomoon.svg?8eifyp#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.farcomi-cart:after,
.farcomi-cart:before,
.farcomi-account:after,
.farcomi-account:before,
.farcomi-guide:after,
.farcomi-guide:before,
.farcomi-facebook:after,
.farcomi-facebook:before,
.farcomi-instagram:after,
.farcomi-instagram:before,
.farcomi-linkedin:after,
.farcomi-linkedin:before,
.farcomi-twitter:after,
.farcomi-twitter:before,
.farcomi-plus-circle:after,
.farcomi-plus-circle:before,
.farcomi-minus-circle:after,
.farcomi-minus-circle:before,
.farcomi-book:after,
.farcomi-book:before,
.farcomi-laptop:after,
.farcomi-laptop:before,
.farcomi-book-laptop:after,
.farcomi-book-laptop:before,
.farcomi-icon-download:after,
.farcomi-icon-download:before,
.farcomi-major-circle:after,
.farcomi-major-circle:before,
.minus-circle:after,
.minus-circle:before,
.plus-circle:after,
.plus-circle:before {
  color: #a3b1c8;
  font-family: 'icomoon';
  font-size: 20px;
}
.farcomi-cart:hover,
.farcomi-account:hover,
.farcomi-guide:hover,
.farcomi-facebook:hover,
.farcomi-instagram:hover,
.farcomi-linkedin:hover,
.farcomi-twitter:hover,
.farcomi-plus-circle:hover,
.farcomi-minus-circle:hover,
.farcomi-book:hover,
.farcomi-laptop:hover,
.farcomi-book-laptop:hover,
.farcomi-icon-download:hover,
.farcomi-major-circle:hover,
.minus-circle:hover,
.plus-circle:hover {
  text-decoration: none;
}
.farcomi-cart:hover:before,
.farcomi-account:hover:before,
.farcomi-guide:hover:before,
.farcomi-facebook:hover:before,
.farcomi-instagram:hover:before,
.farcomi-linkedin:hover:before,
.farcomi-twitter:hover:before,
.farcomi-plus-circle:hover:before,
.farcomi-minus-circle:hover:before,
.farcomi-book:hover:before,
.farcomi-laptop:hover:before,
.farcomi-book-laptop:hover:before,
.farcomi-icon-download:hover:before,
.farcomi-major-circle:hover:before,
.minus-circle:hover:before,
.plus-circle:hover:before,
.farcomi-cart:hover:after,
.farcomi-account:hover:after,
.farcomi-guide:hover:after,
.farcomi-facebook:hover:after,
.farcomi-instagram:hover:after,
.farcomi-linkedin:hover:after,
.farcomi-twitter:hover:after,
.farcomi-plus-circle:hover:after,
.farcomi-minus-circle:hover:after,
.farcomi-book:hover:after,
.farcomi-laptop:hover:after,
.farcomi-book-laptop:hover:after,
.farcomi-icon-download:hover:after,
.farcomi-major-circle:hover:after,
.minus-circle:hover:after,
.plus-circle:hover:after {
  color: #374957;
}
.farcomi-cart:before {
  content: "\e901";
}
.farcomi-account:before {
  content: "\e902";
}
.farcomi-guide:before {
  content: "\e90d";
}
.farcomi-facebook:before {
  content: "\e903";
}
.farcomi-instagram:before {
  content: "\e904";
}
.farcomi-linkedin:before {
  content: "\e905";
}
.farcomi-twitter:before {
  content: "\e906";
}
.farcomi-plus-circle:before,
.plus-circle:before {
  content: "\e907";
}
.farcomi-minus-circle:before,
.minus-circle:before {
  content: "\e90a";
}
.farcomi-book:after {
  content: "\e908";
}
.farcomi-laptop:after {
  content: "\e909";
}
.farcomi-book-laptop:after {
  content: "\e90b";
}
.farcomi-icon-download:after {
  content: "\e90c";
}
.farcomi-major-circle:before {
  content: "\e900";
}
body,
p {
  font-size: 1.6669rem;
  line-height: 2.6669rem;
  font-weight: 400;
}
h1 {
  font-family: 'Segoe';
  font-size: 4.3331rem;
  line-height: normal;
  font-weight: 700;
  margin-top: 2rem;
  margin-bottom: 2.50rem;
}
h2 {
  font-family: 'Segoe';
  font-size: 3.3331rem;
  line-height: normal;
  font-weight: 700;
}
h3,
.text-h3 {
  font-family: 'Segoe';
  font-size: 2.6669rem;
  line-height: 3.3331rem;
  font-weight: 700;
  margin-top: 0rem;
  margin-bottom: 1rem;
}
.h-display-flex,
.page-title-wrapper h1.page-title:before,
h1:before,
.page-title-wrapper h1.page-title:after,
h1:after,
.page-title-wrapper h1,
h1,
h2,
h2:after {
  display: flex !important;
  align-items: center !important;
}
h1.page-title:after,
h1:after,
h2:after {
  margin-left: .6em;
}
.page-title-wrapper h1.page-title:before,
h1:before,
h2:before {
  margin-right: .6em;
}
.line,
.page-title-wrapper h1:before,
h1:before,
.page-title-wrapper h1:after,
h1:after,
h2:after {
  content: '';
  display: none;
  height: 1px;
  flex-grow: 1;
  background-color: #dde3ef;
}
.block .title,
.block.widget .block-title {
  text-align: center;
}
.block .title strong {
  font-size: 1.2em;
}
p {
  margin-bottom: 1rem;
}
.block.widget .block-title strong {
  font-weight: 700;
}
.text-bold {
  font-weight: 900;
}
.text-regular {
  font-weight: 400;
}
.text-thin {
  font-weight: 300;
}
.text-horeca {
  color: #ce1c27;
}
.text-cucina {
  color: #00529d;
}
.text-darkgray {
  color: #374957;
}
.text-gray {
  color: #68758f;
}
.text-graylight {
  color: #a3b1c8;
}
.text-silver {
  color: #dde3ef;
}
.text-silverlight {
  color: #f0f2f5;
}
.text-darkwhite {
  color: #f8f9fc;
}
.text-white {
  color: #ffffff;
}
.text-black {
  color: #000000;
}
/**
 *   Copyright Ne.W.S. - New Web Solutions S.r.l. - All rights reserved.
**/
.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;
}
.customer-menu {
  display: inline-block;
  position: relative;
}
.customer-menu:before,
.customer-menu:after {
  content: '';
  display: table;
}
.customer-menu:after {
  clear: both;
}
.customer-menu .action.toggle {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.customer-menu .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;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.customer-menu .action.toggle:hover:after {
  color: inherit;
}
.customer-menu .action.toggle:active:after {
  color: inherit;
}
.customer-menu .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.customer-menu .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;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.customer-menu .action.toggle.active:hover:after {
  color: inherit;
}
.customer-menu .action.toggle.active:active:after {
  color: inherit;
}
.customer-menu ul.dropdown {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 100%;
  z-index: 103;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.customer-menu ul.dropdown li {
  margin: 0;
  padding: 3px 5px;
}
.customer-menu ul.dropdown li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.customer-menu ul.dropdown:before,
.customer-menu ul.dropdown:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.customer-menu ul.dropdown:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.customer-menu ul.dropdown:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.customer-menu ul.dropdown:before {
  left: 10px;
  top: -12px;
}
.customer-menu ul.dropdown:after {
  left: 9px;
  top: -14px;
}
.customer-menu.active {
  overflow: visible;
}
.customer-menu.active ul.dropdown {
  display: block;
}
.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 #68758f;
  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: #374957;
}
.message.info a:hover {
  color: #a3b1c8;
}
.message.info a:active {
  color: #a3b1c8;
}
.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: #374957;
}
.message.error a:hover {
  color: #a3b1c8;
}
.message.error a:active {
  color: #a3b1c8;
}
.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: #374957;
}
.message.warning a:hover {
  color: #a3b1c8;
}
.message.warning a:active {
  color: #a3b1c8;
}
.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: #374957;
}
.message.notice a:hover {
  color: #a3b1c8;
}
.message.notice a:active {
  color: #a3b1c8;
}
.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: #374957;
}
.message.success a:hover {
  color: #a3b1c8;
}
.message.success a:active {
  color: #a3b1c8;
}
.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;
}
/**
 *   Copyright Ne.W.S. - New Web Solutions S.r.l. - All rights reserved.
**/
.panel.header .links,
.panel.header .switcher {
  display: none;
}
.nav-sections {
  background: #374957;
}
.nav-toggle {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  display: block;
  font-size: 0;
  /*
        top: 15px;
        left: 15px;
        position: absolute;
        */
  z-index: 14;
  float: right;
  margin-top: -2px;
}
.nav-toggle:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: inherit;
  color: #374957;
  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: #a3b1c8;
}
.nav-toggle:active:before {
  color: #a3b1c8;
}
.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: #374957;
  line-height: 1.4;
  border: 1px solid #bbbbbb;
  margin-top: 5px;
  left: 0;
  top: 100%;
}
.tooltip.wrapper .tooltip.content:after,
.tooltip.wrapper .tooltip.content:before {
  border: solid transparent;
  content: '';
  height: 0;
  position: absolute;
  width: 0;
}
.tooltip.wrapper .tooltip.content:after {
  border-width: 5px;
  border-color: transparent;
}
.tooltip.wrapper .tooltip.content:before {
  border-width: 6px;
  border-color: transparent;
}
.tooltip.wrapper .tooltip.content:after,
.tooltip.wrapper .tooltip.content:before {
  bottom: 100%;
}
.tooltip.wrapper .tooltip.content:after {
  border-bottom-color: #ffffff;
  left: 15px;
  margin-left: -5px;
}
.tooltip.wrapper .tooltip.content:before {
  border-bottom-color: #bbbbbb;
  left: 15px;
  margin-left: -6px;
}
.tooltip.wrapper .tooltip.toggle {
  cursor: help;
}
.tooltip.wrapper .tooltip.toggle:hover + .tooltip.content,
.tooltip.wrapper .tooltip.toggle:focus + .tooltip.content,
.tooltip.wrapper:hover .tooltip.content {
  display: block;
}
.tooltip.wrapper .tooltip.content dl {
  margin-bottom: 0;
}
.tooltip.wrapper .tooltip.content dd {
  white-space: normal;
}
.tooltip.wrapper .tooltip.content .subtitle {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
}
.tooltip.wrapper .tooltip.content .label {
  margin-top: 10px;
}
.tooltip.wrapper .tooltip.content .label:first-child {
  margin-top: 0;
}
.tooltip.wrapper .tooltip.content .values {
  margin: 0;
}
.ui-tooltip {
  position: absolute;
  z-index: 9999;
}
.load.indicator {
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 9999;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  position: absolute;
}
.load.indicator:before {
  background: transparent url('../../frontend/NeWS/luma_child/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 #a3b1c8;
  border-radius: 4px;
  font-family: 'Montserrat', 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: #374957;
}
.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: #374957;
}
.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: #374957;
}
.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: #374957;
  line-height: 1.4;
  border: 1px solid #bbbbbb;
  margin-left: 5px;
  left: 100%;
  top: 0;
}
.field .tooltip .tooltip-content:after,
.field .tooltip .tooltip-content:before {
  border: solid transparent;
  content: '';
  height: 0;
  position: absolute;
  width: 0;
}
.field .tooltip .tooltip-content:after {
  border-width: 5px;
  border-color: transparent;
}
.field .tooltip .tooltip-content:before {
  border-width: 6px;
  border-color: transparent;
}
.field .tooltip .tooltip-content:after,
.field .tooltip .tooltip-content:before {
  right: 100%;
}
.field .tooltip .tooltip-content:after {
  border-right-color: #ffffff;
  margin-top: -5px;
  top: 15px;
}
.field .tooltip .tooltip-content:before {
  border-right-color: #bbbbbb;
  margin-top: -6px;
  top: 15px;
}
.field .tooltip .tooltip-toggle {
  cursor: help;
}
.field .tooltip .tooltip-toggle:hover + .tooltip-content,
.field .tooltip .tooltip-toggle:focus + .tooltip-content,
.field .tooltip:hover .tooltip-content {
  display: block;
}
.field .tooltip .tooltip-content {
  min-width: 200px;
  white-space: normal;
}
input:focus ~ .tooltip .tooltip-content,
select:focus ~ .tooltip .tooltip-content {
  display: block;
}
._has-datepicker ~ .ui-datepicker-trigger {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  display: block;
  text-decoration: none;
  display: inline-block;
  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: #a3b1c8;
  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:hover:before {
  color: #a3b1c8;
}
._has-datepicker ~ .ui-datepicker-trigger:active:before {
  color: #a3b1c8;
}
._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/NeWS/luma_child/it_IT/fonts/Luma-Icons.woff2') format('woff2'), url('../../frontend/NeWS/luma_child/it_IT/fonts/Luma-Icons.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
button,
a.action.primary {
  border-radius: 3px;
}
button:not(.primary) {
  box-shadow: none;
}
button:not(.primary):active {
  box-shadow: inset 0 1px 0 0 rgba(104, 117, 143, 0.8), inset 0 -1px 0 0 rgba(104, 117, 143, 0.3);
}
body:not(._keyfocus) button:focus {
  box-shadow: none;
}
a.action.primary {
  display: inline-block;
  text-decoration: none;
}
a.action.primary:hover,
a.action.primary:active,
a.action.primary:focus {
  text-decoration: none;
}
.action.primary,
.action-primary {
  background-image: none;
  background: #374957;
  border: 1px solid #374957;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Montserrat', 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 {
  background: #a3b1c8;
  border: 1px solid #a3b1c8;
  color: #ffffff;
}
.action.primary:hover,
.action-primary:hover {
  background: #374957;
  border: 1px solid #a3b1c8;
  color: #ffffff;
}
.action.primary.disabled,
.action-primary.disabled,
.action.primary[disabled],
.action-primary[disabled],
fieldset[disabled] .action.primary,
fieldset[disabled] .action-primary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.product.data.items {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #68758f;
  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 #68758f;
  height: 40px;
  padding: 1px 10px 1px 10px;
  font-weight: 600;
  line-height: 40px;
  font-size: 1.4rem;
  color: #374957;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:visited {
  color: #6d6d6d;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:hover {
  color: #374957;
  /*.lib-css(text-decoration, @_link-text-decoration-hover);*/
}
.product.data.items > .item.title > .switch:active {
  color: #374957;
  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: #374957;
  text-decoration: none;
  padding-bottom: 1px;
}
.product.data.items > .item.content {
  background: #557086;
  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: #374957;
  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:hover:after {
  color: #a3b1c8;
}
.product.data.items .item.title a:active:after {
  color: #a3b1c8;
}
.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: #374957;
  display: inline-block;
  padding: 0 5px;
  text-decoration: none;
}
.pages a.page:visited {
  color: #374957;
}
.pages a.page:hover {
  color: #a3b1c8;
  text-decoration: none;
}
.pages a.page:active {
  color: #374957;
}
.pages strong.page {
  background: #e5e5e5;
  font-size: 1.2rem;
  line-height: 3rem;
  letter-spacing: normal;
  color: #374957;
  display: inline-block;
  font-weight: 700;
  padding: 0 5px;
}
.pages .action {
  background: #f0f0f0;
  border: 1px solid #68758f;
  color: #a3b1c8;
  display: inline-block;
  padding: 0;
  text-decoration: none;
}
.pages .action:visited {
  color: #a3b1c8;
}
.pages .action:hover {
  background: #dedede;
  color: #a3b1c8;
  text-decoration: none;
}
.pages .action:active {
  color: #a3b1c8;
}
.pages .action.next {
  display: inline-block;
  text-decoration: none;
}
.pages .action.next:visited:before {
  color: #a3b1c8;
}
.pages .action.next:active:before {
  color: #a3b1c8;
}
.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: #a3b1c8;
  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: #a3b1c8;
}
.pages .action.next:active:before {
  color: #a3b1c8;
}
.pages .action.previous {
  display: inline-block;
  text-decoration: none;
}
.pages .action.previous:visited:before {
  color: #a3b1c8;
}
.pages .action.previous:active:before {
  color: #a3b1c8;
}
.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: #a3b1c8;
  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: #a3b1c8;
}
.pages .action.previous:active:before {
  color: #a3b1c8;
}
.pages .action {
  box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(104, 117, 143, 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;
  min-height: 24px;
}
.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: #374957;
  text-decoration: none;
}
.breadcrumbs a:visited {
  color: #374957;
  text-decoration: none;
}
.breadcrumbs a:hover {
  color: #374957;
  text-decoration: underline;
}
.breadcrumbs a:active {
  color: #374957;
  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;
}
.breadcrumbs .item:not(:last-child):hover:after {
  color: #a3b1c8;
}
.breadcrumbs .item:not(:last-child):active:after {
  color: #a3b1c8;
}
.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: #374957;
  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: #232f38;
}
.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;
}
/**
     * @codingStandardsIgnoreStart
     */
#store-pickup.selected-shipping ~ #store-selector {
  display: none;
}
#store-pickup.selected-store-pickup ~ #shipping,
#store-pickup.selected-store-pickup ~ #opc-shipping_method {
  visibility: hidden;
  height: 0;
  overflow: hidden;
}
#delivery-method-selector {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#delivery-method-selector .action {
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
}
#delivery-method-selector .action.selected {
  background: #ffffff;
}
#delivery-method-selector .action-select-shipping {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
#delivery-method-selector .action-select-store-pickup {
  border-bottom-left-radius: 0;
  border-left: 0;
  border-top-left-radius: 0;
}
/**
      * @codingStandardsIgnoreStart
      */
#store-selector .form-login {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
#store-selector .form-continue {
  margin: 20px 0 0;
}
.location-details .location-name {
  font-size: 18px;
  font-weight: 700;
}
.store-selector-popup .modal-title {
  border-bottom: 0;
}
.store-selector-popup .modal-header {
  padding-bottom: 0;
}
/**
      * @codingStandardsIgnoreStart
      */
#opc-store-selector-popup {
  display: none;
}
#opc-store-selector-popup .block-search {
  float: none;
  width: 100%;
  margin: 0 0 20px;
  padding: 0 0 10px;
  border-bottom: 1px solid #c1c1c1;
}
.modal-content #opc-store-selector-popup {
  display: block;
}
.store-selector-popup-table thead th {
  display: none;
}
.store-selector-popup-table tbody .location .location-name {
  font-size: 18px;
}
.store-selector-popup-table tbody .location + .location {
  border-top: 1px solid #cccccc;
}
.store-selector-popup-table tbody .col-location-details {
  padding-left: 0;
}
.store-selector-popup-table tbody .col-location-details p:last-child {
  margin-bottom: 0;
}
.store-selector-popup-table tbody .col-location-actions {
  padding-right: 0;
  vertical-align: middle;
}
.store-selector-popup-table tbody .col-location-actions .action {
  float: right;
}
.store-selector-popup-empty-query,
.store-selector-popup-no-locations {
  margin: 0 0 20px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.lac-notification-sticky {
  position: relative;
  z-index: 999;
}
.lac-notification-sticky .lac-notification {
  background-color: #373330;
  color: #ffffff;
  font-size: 16px;
}
.lac-notification-sticky .lac-notification .lac-notification-icon {
  float: left;
  margin: 10px 25px 10px 10px;
}
.lac-notification-sticky .lac-notification .lac-notification-icon .logo-img {
  display: block;
}
.lac-notification-sticky .lac-notification .lac-notification-text {
  float: left;
  padding: 15px 0;
}
.lac-notification-sticky .lac-notification .lac-notification-links {
  float: right;
  padding: 15px 0;
}
.lac-notification-sticky .lac-notification .lac-notification-links a {
  color: #ffffff;
  font-size: 14px;
}
.lac-notification-sticky .lac-notification .lac-notification-links .lac-notification-close-link:after {
  background: url('../../frontend/NeWS/luma_child/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/NeWS/luma_child/it_IT/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.eot');
  src: url('../../frontend/NeWS/luma_child/it_IT/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.eot?#iefix') format('embedded-opentype'), url('../../frontend/NeWS/luma_child/it_IT/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.woff') format('woff'), url('../../frontend/NeWS/luma_child/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: #374957;
  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: #374957;
  text-decoration: none;
}
a.pagebuilder-button-link:hover,
button.pagebuilder-button-link:hover,
div.pagebuilder-button-link:hover {
  color: #a3b1c8;
  /*.lib-css(text-decoration, @_link-text-decoration-hover);*/
}
a.pagebuilder-button-link:active,
button.pagebuilder-button-link:active,
div.pagebuilder-button-link:active {
  color: #374957;
  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: #374957;
  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: #374957;
  border: 1px solid #374957;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Montserrat', 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: #a3b1c8;
  border: 1px solid #a3b1c8;
  color: #ffffff;
}
a.pagebuilder-button-primary:hover,
button.pagebuilder-button-primary:hover,
div.pagebuilder-button-primary:hover {
  background: #374957;
  border: 1px solid #a3b1c8;
  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: #374957;
  border: 1px solid #374957;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Montserrat', 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 #374957;
  color: #ffffff;
}
a.pagebuilder-button-secondary:hover,
button.pagebuilder-button-secondary:hover,
div.pagebuilder-button-secondary:hover {
  background: #e2e2e2;
  border: 1px solid #374957;
  color: #ffffff;
}
a.pagebuilder-button-secondary.disabled,
button.pagebuilder-button-secondary.disabled,
div.pagebuilder-button-secondary.disabled,
a.pagebuilder-button-secondary[disabled],
button.pagebuilder-button-secondary[disabled],
div.pagebuilder-button-secondary[disabled],
fieldset[disabled] a.pagebuilder-button-secondary,
fieldset[disabled] button.pagebuilder-button-secondary,
fieldset[disabled] div.pagebuilder-button-secondary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.pagebuilder-column {
  box-sizing: border-box;
}
[data-content-type='heading'] {
  word-wrap: break-word;
}
[data-content-type='html'] {
  word-wrap: break-word;
}
figure[data-content-type='image'] {
  box-sizing: border-box;
}
figure[data-content-type='image'] > [data-element='link'],
figure[data-content-type='image'] > [data-element='link'] img {
  border-radius: inherit;
}
figure[data-content-type='image'] figcaption {
  word-wrap: break-word;
}
[data-content-type='map'] {
  box-sizing: border-box;
  height: 300px;
}
[data-content-type='row'] li.product-item {
  text-align: left;
}
.pagebuilder-column .widget-product-grid .product-item {
  max-width: 100%;
  min-width: 50px;
}
.pagebuilder-column .widget-product-grid .product-item .price-box {
  word-wrap: break-word;
}
.pagebuilder-column .widget-product-grid .product-item .price-box .price {
  white-space: normal;
}
.pagebuilder-column .widget-product-grid .product-item .product-item-actions .actions-primary {
  display: inline-block;
  max-width: 100%;
}
.pagebuilder-column .widget-product-grid .product-item .product-item-actions .actions-secondary {
  display: inline-block;
  width: auto;
}
.pagebuilder-column .widget-product-grid .product-item .product-item-actions .tocart {
  max-width: 100%;
  white-space: normal;
}
.pagebuilder-column [data-content-type='products'] .block.widget .products-grid .widget-product-grid.product-items .product-item {
  width: 200px;
}
[data-content-type='products'][data-appearance='carousel'] .slick-initialized li.product-item {
  display: block;
}
[data-content-type='products'][data-appearance='carousel'] .slick-initialized li.product-item:first-child {
  visibility: visible;
}
[data-content-type='products'][data-appearance='carousel'] .product-item-info {
  width: auto;
}
[data-content-type='products'][data-appearance='carousel'] li.product-item {
  display: none;
}
[data-content-type='products'][data-appearance='carousel'] li.product-item:first-child {
  display: block;
  visibility: hidden;
}
[data-content-type='products'][data-appearance='carousel'].center-mode .product-item {
  opacity: .5;
  transition: all 300ms ease;
}
[data-content-type='products'][data-appearance='carousel'].center-mode .product-item:hover {
  opacity: 1;
}
[data-content-type='products'][data-appearance='carousel'].center-mode .slick-current .product-item {
  opacity: 1;
}
[data-content-type='row'][data-appearance='contained'] {
  box-sizing: border-box;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 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%;
}
div[data-content-type='slider'] a.button {
  -moz-appearance: button;
  -webkit-appearance: button;
  appearance: button;
  color: initial;
  padding: 10px;
  text-decoration: none;
}
div[data-content-type='tabs'] .tabs-navigation {
  display: block;
  font-size: 0;
  margin: 0 0 -1px;
  padding: 0;
}
div[data-content-type='tabs'] .tabs-navigation li:first-child {
  margin-left: 0 !important;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header {
  background: #f6f6f6;
  border: 1px solid #cccccc;
  border-bottom: 0;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow-wrap: break-word;
  position: relative;
  word-wrap: break-word;
  z-index: 1;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header:not(:first-child) {
  margin-left: -1px;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title {
  border-right: 0;
  color: #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 #68758f;
  height: 40px;
  padding: 1px 10px 1px 10px;
  font-weight: 600;
  line-height: 40px;
  font-size: 1.4rem;
  color: #374957;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:visited {
  color: #6d6d6d;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:hover {
  color: #374957;
  /*.lib-css(text-decoration, @_link-text-decoration-hover);*/
}
.pagebuilder-accordion > .item.title > .switch:active {
  color: #374957;
  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: #374957;
  text-decoration: none;
  padding-bottom: 1px;
}
.pagebuilder-accordion > .item.content {
  background: #557086;
  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.
 */
.block.newsletter .field-recaptcha .field .control:before {
  content: none;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.review-form .field-recaptcha {
  margin-bottom: 10px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form.send.friend .g-recaptcha {
  margin-top: 40px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form.wishlist.share .g-recaptcha {
  margin-bottom: 40px;
}
.payment-method .flex-center {
  align-items: center;
  display: flex;
  gap: 5px;
}
.payment-method .payment-type-icon {
  height: 40px;
}
.card-grid {
  display: grid;
}
.card-aux {
  gap: 20px;
  grid-template-columns: minmax(auto, 400px);
}
.card-aux .actions-toolbar {
  justify-self: start;
}
.card-container {
  margin-top: 20px;
  align-items: center;
}
.card-container .card-layout {
  column-gap: 10px;
  display: grid;
  grid-template-areas: 'card-number-field-area card-number-field-area' 'expiration-date-field-area cvv-field-area';
  max-width: 400px;
  row-gap: 10px;
  grid-template-columns: repeat(2, 1fr);
}
.card-container .card-layout .display-lock {
  align-items: center;
  display: flex;
  flex-direction: row-reverse;
}
.card-container .card-layout .display-lock .lock-icon:hover::before {
  color: #757575;
}
.card-container .card-layout .display-lock .lock-icon:before {
  color: #bbbbbb;
  content: '\e629';
  display: inline-block;
  font-family: 'luma-icons';
  font-size: 18px;
  font-weight: normal;
  line-height: inherit;
  overflow: hidden;
  speak: none;
  text-align: center;
  vertical-align: middle;
}
.card-container .card-layout .card-number-field-area {
  grid-area: card-number-field-area;
}
.card-container .card-layout .expiration-date-field-area {
  grid-area: expiration-date-field-area;
}
.card-container .card-layout .cvv-field-area {
  grid-area: cvv-field-area;
}
.card-container .field div.error {
  border-color: #ed8380;
}
.card-container .field .label {
  display: block;
  font-weight: 600;
}
.card-container .field .card-field {
  border: 1px solid #c2c2c2;
  height: 32px;
  padding: 8px 15px;
}
.card-container .field .field-wrapper {
  position: relative;
}
.card-container .field .field-wrapper .field-tooltip {
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 10px;
}
.checkout-index-index > .loading-mask {
  z-index: 999;
}
axo-auth,
paypal-shipping-address-selector {
  position: fixed;
  z-index: 10000;
}
.paypal-fastlane-powered-by {
  display: block;
  margin: 5px 0;
  width: 150px;
}
.paypal-fastlane-shipping-change-address-form {
  margin-bottom: 30px;
}
.paypal-fastlane-shipping-change-address-form button {
  width: 100%;
}
.paypal-fastlane-divider {
  margin-top: 30px;
  position: relative;
  text-align: center;
  width: 100%;
}
.paypal-fastlane-divider:before {
  border-bottom: 1px solid #cccccc;
  content: '';
  left: 0;
  position: absolute;
  top: 50%;
  width: 100%;
}
.paypal-fastlane-divider span {
  background-color: #f4f4f4;
  padding: 0 10px;
  position: relative;
}
#payment-services-paypal-fastlane paypal-payment {
  display: block;
  margin-bottom: 20px;
}
#payment-services-paypal-fastlane + .checkout-agreements-block .recaptcha-checkout-place-order {
  margin-bottom: 20px;
}
.magento-payments-review .actions-toolbar {
  margin-top: 10px;
}
.magento-payments-review .magento-payments-review-title {
  padding: 0 0 10px;
}
.magento-payments-review .magento-payments-review-title > strong {
  font-size: 2.4rem;
  font-weight: 300;
}
.magento-payments-review .magento-payments-review-title .action {
  display: inline-block;
  margin: 12px 0 0 30px;
}
.magento-payments-review .table-magento-payments-review-items .col.name {
  padding-top: 16px;
}
.magento-payments-review .table-magento-payments-review-items .col.qty {
  text-align: center;
}
.magento-payments-review .item-options dt {
  display: inline-block;
}
.magento-payments-review .item-options dt:after {
  content: ': ';
}
.magento-payments-review .item-options dd {
  margin: 0;
}
.magento-payments-review .payment-source-logo {
  margin-top: 10px;
}
.magento-payments-review .payment-source-logo[alt='googlepay'] {
  height: 40px;
}
.magento-payments-review .payment-source-logo[alt='applepay'] {
  height: 40px;
}
.magento-payments-review .payment-source-logo[alt='paypal'],
.magento-payments-review .payment-source-logo[alt='paylater'] {
  height: 26px;
}
.magento-payments-review .payment-source-logo[alt='venmo'] {
  height: 20px;
}
.magento-payments-review-discount {
  border-bottom: 1px solid #68758f;
  margin: 0 0 40px;
  padding: 10px 0 0;
}
.block-minicart .block-content > .actions .smart-buttons {
  margin-top: 15px;
}
.pay-later-message {
  margin-top: 10px;
}
.smart-buttons > div > div {
  vertical-align: bottom;
}
.apple-pay {
  margin-top: 14px;
}
.cart-summary .apple-pay {
  margin-top: 11px;
}
.google-pay {
  margin-top: 14px;
}
.google-pay button {
  background-origin: content-box;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 0;
}
.cart-summary .google-pay {
  margin-bottom: 14px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.product-info-stock-sku .configurable-variation-qty {
  display: none;
}
.amslick-slider-container {
  /* phpcs:ignore Magento2.Less.SemicolonSpacing.NotAtEnd */
}
.amslick-slider-container .slick-dots li button:focus,
.amslick-slider-container .slick-dots li button:hover,
.amslick-slider-container .slick-list:focus {
  outline: 0;
}
.amslick-slider-container .slick-list,
.amslick-slider-container .slick-slider,
.amslick-slider-container .slick-track {
  display: block;
  position: relative;
}
.amslick-slider-container .slick-loading .slick-slide,
.amslick-slider-container .slick-loading .slick-track {
  visibility: hidden;
}
.amslick-slider-container .slick-list {
  margin: 0;
  overflow: hidden;
  padding: 0;
}
.amslick-slider-container .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.amslick-slider-container .slick-slider .slick-list,
.amslick-slider-container .slick-slider .slick-track {
  transform: translate3d(0, 0, 0);
}
.amslick-slider-container .slick-track {
  left: 0;
  margin: 0 auto;
  top: 0;
}
.amslick-slider-container .slick-track:after,
.amslick-slider-container .slick-track:before {
  content: '';
  display: table;
}
.amslick-slider-container .slick-track:after {
  clear: both;
}
.amslick-slider-container .slick-slide,
.amslick-slider-container .slick-slide.slick-loading img {
  display: none;
}
.amslick-slider-container .slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  vertical-align: middle;
}
.amslick-slider-container [dir=rtl] .slick-slide {
  float: right;
}
.amslick-slider-container .slick-slide.dragging img {
  pointer-events: none;
}
.amslick-slider-container .slick-vertical .slick-slide {
  border: 1px solid transparent;
  display: block;
  height: auto;
}
.amslick-slider-container .slick-arrow.slick-hidden {
  display: none;
}
.amslick-slider-container .slick-loading .slick-list {
  background: 0 0;
  position: relative;
}
.amslick-slider-container .slick-loading .slick-list:before {
  animation: loading 1s infinite linear;
  border-color: rgba(0, 0, 0, 0.2);
  border-radius: 100%;
  border-style: solid;
  border-top-color: #5c5c5c;
  border-width: 3px;
  content: '';
  display: block;
  height: 25px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 25px;
}
.amslick-slider-container .slick-next.slick-disabled,
.amslick-slider-container .slick-prev.slick-disabled {
  opacity: 0.25;
}
.amslick-slider-container .slick-dotted.slick-slider {
  margin-bottom: 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);
  }
}
.am-recaptcha-container .messages-container {
  margin-top: 15px;
}
.am-recaptcha-container .hidden {
  left: -10000px;
  position: absolute;
  visibility: hidden;
}
.am-recaptcha-place-order .grecaptcha-badge {
  z-index: 1000;
}
.recaptcha-error {
  border: 1px solid #dd4b39;
  padding: 5px;
}
.recaptcha-error .recaptcha-error-message {
  color: #dd4b39;
  font-size: 12px;
  padding: 4px 0;
}
/* phpcs:ignore Magento2.Less.AvoidId.IdSelectorUsage */
.am-submit-summary #checkout-payment-method-load .actions-toolbar:has(#am-recaptcha-block) {
  /* phpcs:ignore Magento2.Less.AvoidId.IdSelectorUsage */
  display: block;
}
.am-submit-summary #checkout-payment-method-load .actions-toolbar:has(#am-recaptcha-block) .primary > *:not(#am-recaptcha-block) {
  display: none;
}
.am-submit-summary #checkout-payment-method-load .actions-toolbar:has(#am-recaptcha-block) .primary:has(.grecaptcha-badge) {
  display: none;
}
body.skeleton-page {
  overflow: hidden;
}
@media (min-width: 1921px) {
  .grid-slider:not([class*=initialized])[data-visible="8"] .item {
    width: calc(12.5%);
  }
  .grid-slider:not([class*=initialized])[data-visible="7"] .item {
    width: calc(14.28571429%);
  }
  .grid-slider:not([class*=initialized])[data-visible="6"] .item {
    width: calc(16.66666667%);
  }
  .grid-slider:not([class*=initialized])[data-visible="5"] .item {
    width: calc(20%);
  }
  .grid-slider:not([class*=initialized])[data-visible="4"] .item {
    width: calc(25%);
  }
  .grid-slider:not([class*=initialized])[data-visible="3"] .item {
    width: calc(33.33333333%);
  }
  .grid-slider:not([class*=initialized])[data-visible="2"] .item {
    width: calc(50%);
  }
  .grid-slider:not([class*=initialized])[data-visible="1"] .item {
    width: calc(100%);
  }
}
@media (min-width: 1481px) and (max-width: 1920px) {
  .grid-slider:not([class*=initialized])[data-widescreen="8"] .item {
    width: calc(12.5%);
  }
  .grid-slider:not([class*=initialized])[data-widescreen="7"] .item {
    width: calc(14.28571429%);
  }
  .grid-slider:not([class*=initialized])[data-widescreen="6"] .item {
    width: calc(16.66666667%);
  }
  .grid-slider:not([class*=initialized])[data-widescreen="5"] .item {
    width: calc(20%);
  }
  .grid-slider:not([class*=initialized])[data-widescreen="4"] .item {
    width: calc(25%);
  }
  .grid-slider:not([class*=initialized])[data-widescreen="3"] .item {
    width: calc(33.33333333%);
  }
  .grid-slider:not([class*=initialized])[data-widescreen="2"] .item {
    width: calc(50%);
  }
  .grid-slider:not([class*=initialized])[data-widescreen="1"] .item {
    width: calc(100%);
  }
}
@media (min-width: 1200px) and (max-width: 1480px) {
  .grid-slider:not([class*=initialized])[data-desktop="8"] .item {
    width: calc(12.5%);
  }
  .grid-slider:not([class*=initialized])[data-desktop="7"] .item {
    width: calc(14.28571429%);
  }
  .grid-slider:not([class*=initialized])[data-desktop="6"] .item {
    width: calc(16.66666667%);
  }
  .grid-slider:not([class*=initialized])[data-desktop="5"] .item {
    width: calc(20%);
  }
  .grid-slider:not([class*=initialized])[data-desktop="4"] .item {
    width: calc(25%);
  }
  .grid-slider:not([class*=initialized])[data-desktop="3"] .item {
    width: calc(33.33333333%);
  }
  .grid-slider:not([class*=initialized])[data-desktop="2"] .item {
    width: calc(50%);
  }
  .grid-slider:not([class*=initialized])[data-desktop="1"] .item {
    width: calc(100%);
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .grid-slider:not([class*=initialized])[data-laptop="8"] .item {
    width: calc(12.5%);
  }
  .grid-slider:not([class*=initialized])[data-laptop="7"] .item {
    width: calc(14.28571429%);
  }
  .grid-slider:not([class*=initialized])[data-laptop="6"] .item {
    width: calc(16.66666667%);
  }
  .grid-slider:not([class*=initialized])[data-laptop="5"] .item {
    width: calc(20%);
  }
  .grid-slider:not([class*=initialized])[data-laptop="4"] .item {
    width: calc(25%);
  }
  .grid-slider:not([class*=initialized])[data-laptop="3"] .item {
    width: calc(33.33333333%);
  }
  .grid-slider:not([class*=initialized])[data-laptop="2"] .item {
    width: calc(50%);
  }
  .grid-slider:not([class*=initialized])[data-laptop="1"] .item {
    width: calc(100%);
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .grid-slider:not([class*=initialized])[data-notebook="8"] .item {
    width: calc(12.5%);
  }
  .grid-slider:not([class*=initialized])[data-notebook="7"] .item {
    width: calc(14.28571429%);
  }
  .grid-slider:not([class*=initialized])[data-notebook="6"] .item {
    width: calc(16.66666667%);
  }
  .grid-slider:not([class*=initialized])[data-notebook="5"] .item {
    width: calc(20%);
  }
  .grid-slider:not([class*=initialized])[data-notebook="4"] .item {
    width: calc(25%);
  }
  .grid-slider:not([class*=initialized])[data-notebook="3"] .item {
    width: calc(33.33333333%);
  }
  .grid-slider:not([class*=initialized])[data-notebook="2"] .item {
    width: calc(50%);
  }
  .grid-slider:not([class*=initialized])[data-notebook="1"] .item {
    width: calc(100%);
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .grid-slider:not([class*=initialized])[data-tablet="8"] .item {
    width: calc(12.5%);
  }
  .grid-slider:not([class*=initialized])[data-tablet="7"] .item {
    width: calc(14.28571429%);
  }
  .grid-slider:not([class*=initialized])[data-tablet="6"] .item {
    width: calc(16.66666667%);
  }
  .grid-slider:not([class*=initialized])[data-tablet="5"] .item {
    width: calc(20%);
  }
  .grid-slider:not([class*=initialized])[data-tablet="4"] .item {
    width: calc(25%);
  }
  .grid-slider:not([class*=initialized])[data-tablet="3"] .item {
    width: calc(33.33333333%);
  }
  .grid-slider:not([class*=initialized])[data-tablet="2"] .item {
    width: calc(50%);
  }
  .grid-slider:not([class*=initialized])[data-tablet="1"] .item {
    width: calc(100%);
  }
}
@media (min-width: 480px) and (max-width: 576px) {
  .grid-slider:not([class*=initialized])[data-landscape="6"] .item {
    width: calc(16.66666667%);
  }
  .grid-slider:not([class*=initialized])[data-landscape="5"] .item {
    width: calc(20%);
  }
  .grid-slider:not([class*=initialized])[data-landscape="4"] .item {
    width: calc(25%);
  }
  .grid-slider:not([class*=initialized])[data-landscape="3"] .item {
    width: calc(33.33333333%);
  }
  .grid-slider:not([class*=initialized])[data-landscape="2"] .item {
    width: calc(50%);
  }
  .grid-slider:not([class*=initialized])[data-landscape="1"] .item {
    width: calc(100%);
  }
}
@media (min-width: 360px) and (max-width: 480px) {
  .grid-slider:not([class*=initialized])[data-portrait="6"] .item {
    width: calc(16.66666667%);
  }
  .grid-slider:not([class*=initialized])[data-portrait="5"] .item {
    width: calc(20%);
  }
  .grid-slider:not([class*=initialized])[data-portrait="4"] .item {
    width: calc(25%);
  }
  .grid-slider:not([class*=initialized])[data-portrait="3"] .item {
    width: calc(33.33333333%);
  }
  .grid-slider:not([class*=initialized])[data-portrait="2"] .item {
    width: calc(50%);
  }
  .grid-slider:not([class*=initialized])[data-portrait="1"] .item {
    width: calc(100%);
  }
}
@media (max-width: 360px) {
  .grid-slider:not([class*=initialized])[data-mobile="4"] .item {
    width: calc(25%);
  }
  .grid-slider:not([class*=initialized])[data-mobile="3"] .item {
    width: calc(33.33333333%);
  }
  .grid-slider:not([class*=initialized])[data-mobile="2"] .item {
    width: calc(50%);
  }
  .grid-slider:not([class*=initialized])[data-mobile="1"] .item {
    width: calc(100%);
  }
}
.magepow_core {
  display: block;
}
.grid-slider {
  opacity: 0;
}
.grid-init .grid-slider,
.grid-slider.grid-init,
.grid-slider.slick-initialized,
.content-products .product-items.grid-init,
.content-products .grid-init .product-items,
.content-products .product-items.slick-initialized {
  opacity: 1;
}
.grid-init .product-item-info,
.slick-initialized .product-item-info {
  width: auto;
}
.magicmenu {
  position: relative;
}
.magicmenu .nav-desktop {
  position: static;
  margin: 0;
  padding: 0;
}
.magicmenu .nav-desktop.menufullwidth .full-width .content-mega-horizontal {
  margin: 0 auto;
}
.magicmenu .nav-desktop.click .level0:hover .level-top-mega {
  opacity: 0;
  visibility: hidden;
  top: 130%;
}
.magicmenu .nav-desktop.click .level0.over .level-top-mega {
  opacity: 1;
  top: 50px;
  visibility: visible;
}
.magicmenu .nav-desktop.click .level0.dropdown.over > .level0 {
  opacity: 1;
  top: 50px;
  visibility: visible;
}
.magicmenu .nav-desktop.click .level0.dropdown .hasChild.over > ul {
  opacity: 1;
  visibility: visible;
}
.magicmenu .nav-desktop .level0.over .level-top-mega {
  opacity: 1;
  top: 50px;
  visibility: visible;
}
.magicmenu .nav-desktop .level0.dropdown.over > .level0 {
  opacity: 1;
  top: 50px;
  visibility: visible;
}
.magicmenu .nav-desktop .level0.dropdown .hasChild.over > ul {
  opacity: 1;
  visibility: visible;
}
.magicmenu .nav-desktop .level0.dropdown > .level0 {
  border-style: solid;
  border-width: 0px;
  padding: 0px 15px;
  position: absolute;
  z-index: 99999;
  display: block;
  opacity: 0;
  top: 130%;
  visibility: hidden;
  transition: all 300ms ease-in-out 0s;
  -moz-transition: all 300ms ease-in-out 0s;
  -webkit-transition: all 300ms ease-in-out 0s;
  -o-transition: all 300ms ease-in-out 0s;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
  width: 215px;
  padding: 20px 0px;
  line-height: 38px;
  text-align: left;
  background-color: #ffffff;
}
.magicmenu .nav-desktop .level0.dropdown > .level0 li a span {
  font-size: 14px;
}
.magicmenu .nav-desktop .level0.dropdown:hover > .level0 {
  opacity: 1;
  top: 50px;
  visibility: visible;
}
.magicmenu .nav-desktop .level0.dropdown .dropdown .level1 a {
  font-size: 14px;
}
.magicmenu .nav-desktop .level0.dropdown li {
  margin: 0;
}
.magicmenu .nav-desktop .level0.dropdown .hasChild {
  position: relative;
  margin: 0;
}
.magicmenu .nav-desktop .level0.dropdown .hasChild > a:before {
  content: "\f105";
  display: block;
  line-height: 38px;
  font-size: 13px;
  position: absolute;
  right: 15px;
  text-align: right;
  font-family: 'luma-icons';
}
.magicmenu .nav-desktop .level0.dropdown .hasChild ul {
  position: absolute;
  left: 100%;
  top: 0;
  opacity: 0;
  visibility: hidden;
  border-width: 1px;
  border-style: solid;
  padding: 20px 0px;
  min-width: 200px;
  z-index: 1;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
  list-style: none;
}
.magicmenu .nav-desktop .level0.dropdown .hasChild:hover > ul {
  opacity: 1;
  visibility: visible;
}
.magicmenu .nav-desktop .level0.dropdown .level1 a {
  padding: 0 18px;
  display: block;
}
.magicmenu .nav-desktop .level0 {
  padding: 0px;
  margin: 0px;
  display: inline-block;
}
.magicmenu .nav-desktop .level0 .level-top-mega {
  border-style: solid;
  border-width: 0px;
  padding: 0px 15px;
  position: absolute;
  z-index: 99999;
  display: block;
  opacity: 0;
  top: 130%;
  visibility: hidden;
  transition: all 300ms ease-in-out 0s;
  -moz-transition: all 300ms ease-in-out 0s;
  -webkit-transition: all 300ms ease-in-out 0s;
  -o-transition: all 300ms ease-in-out 0s;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
  background-color: #ffffff;
}
.magicmenu .nav-desktop .level0 .level-top-mega .children ul.level1 .hasChild.over > ul {
  opacity: 1;
  left: 90%;
  visibility: visible;
}
.magicmenu .nav-desktop .level0 .level-top-mega .children ul.level1 .hasChild {
  position: relative;
}
.magicmenu .nav-desktop .level0 .level-top-mega .children ul.level1 .hasChild:before {
  color: #666;
  content: "\f105";
  display: block;
  line-height: 32px;
  font-size: 13px;
  position: absolute;
  right: 30px;
  text-align: right;
  font-family: 'luma-icons';
}
.magicmenu .nav-desktop .level0 .level-top-mega .children ul.level1 .hasChild ul {
  position: absolute;
  left: 100%;
  opacity: 0;
  visibility: hidden;
  top: 0;
  background-color: #fff;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
  padding: 5px 0 5px 30px;
  min-width: 200px;
  z-index: 1;
}
.magicmenu .nav-desktop .level0 .level-top-mega .children ul.level1 .hasChild:hover > ul {
  opacity: 1;
  left: 90%;
  visibility: visible;
}
.magicmenu .nav-desktop .level0 .level-top-mega .children a {
  position: relative;
  display: block;
  text-align: left;
  text-decoration: none;
  font-size: 14px;
  line-height: 30px;
}
.magicmenu .nav-desktop .level0 .level-top-mega .children a span {
  font-size: 14px;
}
.magicmenu .nav-desktop .level0 .level-top-mega .children a .cat_label.sale {
  color: #00bd33;
}
.magicmenu .nav-desktop .level0 .level-top-mega .children a .cat_label.Sale {
  color: #00bd33;
}
.magicmenu .nav-desktop .level0 .level-top-mega .children .nav:last-child {
  border: 0 none;
}
.magicmenu .nav-desktop .level0 .level-top-mega .children .nav a .cat_label:before {
  display: none;
}
.magicmenu .nav-desktop .level0 .level-top-mega .children .level-3 a .cat_label:before {
  display: none;
}
.magicmenu .nav-desktop .level0 .level-top-mega .children.level1 > a {
  border-width: 0 0 0;
  border-style: solid;
  position: relative;
  font-size: 14px;
  font-weight: bold;
  padding: 28px 0 8px;
  display: block;
  line-height: 25px;
  margin: 0px;
  text-transform: uppercase;
}
.magicmenu .nav-desktop .level0 .level-top-mega .children.level1 > a span {
  font-size: 14px;
  position: relative;
}
.magicmenu .nav-desktop .level0 .level-top-mega .children.level1 > a span:after {
  border-width: 0 0 1px;
  border-style: solid;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  bottom: 0px;
  width: 0px;
  transition: all 0.35s ease 0s;
  display: none;
}
.magicmenu .nav-desktop .level0 .level-top-mega .children.level1 > a:hover span:after {
  width: 100%;
}
.magicmenu .nav-desktop .level0 .level-top-mega .children.level1 > a.a-image::before {
  display: none;
  padding: 0;
}
.magicmenu .nav-desktop .level0 .level-top-mega .mega-block-top {
  width: 100%;
  clear: both;
  padding: 30px 0 0px;
  margin: 0px;
  overflow: hidden;
}
.magicmenu .nav-desktop .level0 .level-top-mega .mega-block-bottom {
  width: 100%;
  clear: both;
  padding: 30px 0 0px;
}
.magicmenu .nav-desktop .level0 .level-top-mega .content-mega-horizontal .cat-mega {
  padding-bottom: 0px;
}
.magicmenu .nav-desktop .level0 .level-top-mega .mage-column.cat-mega {
  float: left;
}
.magicmenu .nav-desktop .level0 .level-top-mega .mage-column .children {
  float: left;
  text-align: left;
  width: 235px;
  padding: 0 15px;
}
.magicmenu .nav-desktop .level0 .level-top-mega .mage-column .children ul {
  margin-right: 0px;
  padding: 0px;
}
.magicmenu .nav-desktop .level0 .level-top-mega .mage-column .children > ul {
  padding: 22px 0 20px;
  position: relative;
  list-style: none;
}
.magicmenu .nav-desktop .level0 .level-top-mega .mage-column li {
  margin: 0;
}
.magicmenu .nav-desktop .level0 .level-top-mega .content-mega-custom .children.level1 > a {
  padding: 0px;
  margin-bottom: 10px;
}
.magicmenu .nav-desktop .level0 > a:hover .short_desc {
  color: #888888;
}
.magicmenu .nav-desktop .level0 .level-top {
  padding: 15px 13px;
  font-size: 14px;
  position: relative;
  text-decoration: none;
  outline: medium none;
  display: block;
  text-align: left;
  line-height: normal;
  font-weight: bold;
  text-transform: uppercase;
}
.magicmenu .nav-desktop .level0 .level-top span.icon-text {
  padding: 0;
  text-decoration: none;
  outline: medium none;
  text-align: left;
}
.magicmenu .nav-desktop .level0 .level-top span.cat_label {
  right: 20px;
  top: -8px;
}
.magicmenu .nav-desktop .level0 .level-top > span {
  white-space: nowrap;
  font-size: 14px;
}
.magicmenu .nav-desktop .level0 .level-top .short_desc {
  display: block;
  font-size: 13px;
  font-weight: 300;
  line-height: 13px;
  text-transform: capitalize;
  color: #999;
}
.magicmenu .nav-desktop .level0 .level-top .cat_label {
  background-color: #009966;
  color: #fff;
  font-size: 11px !important;
  line-height: 16px;
  font-weight: 700;
  padding: 0px 5px;
  margin: 0 0 0 3px;
  position: absolute !important;
  text-transform: uppercase;
}
.magicmenu .nav-desktop .level0:hover .level-top-mega {
  opacity: 1;
  top: 50px;
  visibility: visible;
}
.magicmenu .nav-desktop .level0 .cat_label {
  background-color: #009966;
  color: #fff;
  font-size: 11px !important;
  line-height: 16px;
  font-weight: 700;
  padding: 0px 5px;
  margin: 0 0 0 3px;
  position: absolute !important;
  text-transform: uppercase;
}
.magicmenu .nav-desktop .level0 .cat_label:after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-bottom-color: transparent !important;
  border-right-color: transparent !important;
  border-right-width: 5px;
  border-top-width: 5px;
  display: none;
}
.magicmenu .nav-desktop .level0 .cat_label:before {
  border-color: transparent;
  border-style: solid;
  border-top-color: #009966;
  border-width: 6px 10px 0 0;
  content: "";
  height: 0;
  position: absolute;
  left: 10px;
  top: 17px;
  transition: border-color 450ms ease-in-out 0s;
  width: 0;
  display: none;
}
.magicmenu .nav-desktop .level0 .cat_label.Hot {
  color: #fff;
  background-color: #ff0000;
}
.magicmenu .nav-desktop .level0 .cat_label.Hot:before {
  border-color: #dc1212 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.magicmenu .nav-desktop .level0 .cat_label.hot {
  color: #ff3d49;
  background-color: #dc1212;
}
.magicmenu .nav-desktop .level0 .cat_label.hot:before {
  border-color: #dc1212 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.magicmenu .nav-desktop .level0 .cat_label.HOT {
  color: #ff3d49;
}
.magicmenu .nav-desktop .level0 .cat_label.HOT:before {
  border-color: #dc1212 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.magicmenu .nav-desktop .level0 .cat_label.Sale {
  color: #00bd33;
  background-color: #ff6600;
}
.magicmenu .nav-desktop .level0 .cat_label.Sale:before {
  border-color: #ff6600 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.magicmenu .nav-desktop .level0 .cat_label.sale {
  color: #00bd33;
  background-color: #ff6600;
}
.magicmenu .nav-desktop .level0 .cat_label.sale:before {
  border-color: #ff6600 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.magicmenu .nav-desktop .level0 .cat_label.New:before {
  border-top-color: #009966;
}
.magicmenu .nav-desktop .level0 .cat_label.SALE {
  background-color: #ff6600;
}
.magicmenu .nav-desktop .level0 .cat_label.SALE:before {
  border-color: #ff6600 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.magicmenu .nav-desktop .level0.logo.display {
  display: none;
  border: 0;
}
.magicmenu .nav-desktop .level0.home {
  margin-left: 20px;
  position: static;
}
.magicmenu .nav-desktop .level0.home .level-top .icon {
  display: none;
}
.magicmenu .nav-desktop .level0.home .level-top .icon-home {
  font-size: 15px;
}
.magicmenu .nav-desktop .level0.home .level-top-mega {
  padding: 20px 25px 25px;
  min-width: 175px;
  text-align: left;
}
.magicmenu .nav-desktop .level0.home .level-top-mega div a span {
  font-size: 14px;
  line-height: 27px;
}
.magicmenu .nav-desktop p {
  text-align: left;
  text-decoration: none;
  font-size: 14px;
  line-height: 30px;
}
.magicmenu .nav-desktop .level0.ext .level0.dropdown {
  width: 215px;
  padding: 20px 0px;
  line-height: 38px;
  text-align: left;
}
.magicmenu .nav-desktop .level0.ext .level0.dropdown li a span {
  font-size: 14px;
}
.magicmenu .nav-desktop .level-top a {
  color: #000;
  font-size: 14px;
  text-decoration: none;
  text-align: left;
}
.magicmenu .nav-desktop .level0.dropdown.home > .level0 {
  width: 200px;
}
.magicmenu .nav-desktop .level0.hasChild .level-top:after {
  content: '\e622';
  font-family: 'luma-icons';
  font-size: 12px;
  padding-left: 5px;
  font-weight: normal;
}
.magicmenu .level0 .level-top img {
  display: none;
  padding-right: 15px;
  vertical-align: middle;
}
.vmagicmenu {
  display: block !important;
  position: relative;
  padding: 0px;
  z-index: 90;
  width: 270px;
  float: left;
}
.vmagicmenu .vmagicmenu-narrow {
  position: absolute;
  margin: 0px;
  padding: 5px 0 25px;
  list-style: outside none none;
  width: 270px;
  display: none;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
}
.vmagicmenu .vmagicmenu-narrow .level0.dropdown .hasChild.over > ul {
  opacity: 1;
  visibility: visible;
}
.vmagicmenu .vmagicmenu-narrow .level0.dropdown > .level0 {
  width: 215px;
  padding: 20px 0px;
  line-height: 38px;
  text-align: left;
  border-width: 0px;
  border-style: solid;
  position: absolute;
  left: 100%;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  top: 0 !important;
  min-height: 100%;
  top: 0;
}
.vmagicmenu .vmagicmenu-narrow .level0.dropdown > .level0 li a span {
  font-size: 14px;
}
.vmagicmenu .vmagicmenu-narrow .level0.dropdown .hasChild {
  position: relative;
  margin: 0;
}
.vmagicmenu .vmagicmenu-narrow .level0.dropdown .hasChild > a:before {
  content: "\f105";
  display: block;
  line-height: 38px;
  font-size: 13px;
  position: absolute;
  right: 15px;
  text-align: right;
  font-family: 'luma-icons';
}
.vmagicmenu .vmagicmenu-narrow .level0.dropdown .hasChild ul {
  position: absolute;
  left: 100%;
  top: 0;
  opacity: 0;
  visibility: hidden;
  border-width: 1px;
  border-style: solid;
  padding: 20px 0px;
  min-width: 200px;
  z-index: 1;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
  list-style: none;
}
.vmagicmenu .vmagicmenu-narrow .level0.dropdown .hasChild ul li {
  margin: 0;
}
.vmagicmenu .vmagicmenu-narrow .level0.dropdown .hasChild:hover > ul {
  opacity: 1;
  visibility: visible;
}
.vmagicmenu .vmagicmenu-narrow .level0.dropdown li {
  margin: 0;
}
.vmagicmenu .vmagicmenu-narrow .level0.dropdown .level1 a {
  padding: 0 18px;
  display: block;
  text-transform: uppercase;
}
.vmagicmenu .vmagicmenu-narrow .level0.dropdown .level1 a span {
  font-size: 14px;
}
.vmagicmenu .vmagicmenu-narrow .level0.dropdown.hasChild.over > ul {
  opacity: 1;
  visibility: visible;
}
.vmagicmenu .vmagicmenu-narrow .level0.dropdown.hasChild:hover > ul {
  opacity: 1;
  visibility: visible;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
}
.vmagicmenu .vmagicmenu-narrow > li:nth-child(n+12) {
  display: none;
}
.vmagicmenu .vmagicmenu-narrow > li.all-cat {
  display: block;
  margin-top: 15px;
  float: left;
  width: 100%;
  clear: both;
  padding: 0 18px;
}
.vmagicmenu .nav-desktop .level0 .level-top-mega {
  background-color: #ffffff;
}
.vmagicmenu .nav-desktop .level0 .level-top-mega .children ul.level1 .hasChild.over ul {
  opacity: 1;
  left: 90%;
  visibility: visible;
}
.vmagicmenu .nav-desktop .level0 .level-top-mega .children ul.level1 .hasChild:before {
  color: #666;
  content: "\f105";
  display: block;
  line-height: 32px;
  font-size: 13px;
  position: absolute;
  right: 30px;
  text-align: right;
  font-family: 'luma-icons';
}
.vmagicmenu .nav-desktop .level0 .level-top-mega .children ul.level1 .hasChild ul {
  position: absolute;
  left: 100%;
  opacity: 0;
  visibility: hidden;
  top: 0;
  background-color: #fff;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
  padding: 5px 0 5px 30px;
  min-width: 200px;
  z-index: 1;
}
.vmagicmenu .nav-desktop .level0 .level-top-mega .children ul.level1 .hasChild:hover > ul {
  opacity: 1;
  left: 90%;
  visibility: visible;
}
.vmagicmenu .nav-desktop .level0.dropdown.over > .level0 {
  opacity: 1;
  visibility: visible;
}
.vmagicmenu .nav-desktop .level0.home .level-top .icon {
  display: none;
}
.vmagicmenu .nav-desktop .level0.dropdown:hover > .level0 {
  opacity: 1;
  visibility: visible;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
}
.vmagicmenu .nav-desktop .level0.dropdown > .level0 {
  background-color: #ffffff;
}
.vmagicmenu .level0.over .level-top-mega {
  opacity: 1;
  visibility: visible;
}
.vmagicmenu .level0 {
  padding: 0;
  margin: 0;
  float: left;
  line-height: 39px;
  width: 100%;
  list-style: none;
  position: static;
}
.vmagicmenu .level0 .level-top-mega {
  border-width: 0px;
  border-style: solid;
  position: absolute;
  left: 100%;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  top: 0 !important;
  min-height: 100%;
  padding: 0 15px;
}
.vmagicmenu .level0 .level-top-mega .children > a {
  border-width: 0px 0 0;
  border-style: solid;
  display: block;
  padding-top: 28px;
  padding-bottom: 8px;
  position: relative;
  font-weight: bold;
  line-height: 25px;
  text-transform: uppercase;
}
.vmagicmenu .level0 .level-top-mega .children > a span {
  font-size: 14px;
}
.vmagicmenu .level0 .level-top-mega .children > a span:after {
  border-width: 0 0 1px;
  border-style: solid;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  bottom: 0px;
  width: 0px;
  transition: all 0.35s ease 0s;
  display: none;
}
.vmagicmenu .level0 .level-top-mega .children > a:hover span:after {
  width: 100%;
}
.vmagicmenu .level0 .level-top-mega .children a {
  line-height: 30px;
  text-align: left;
  text-decoration: none;
  position: relative;
  display: block;
}
.vmagicmenu .level0 .level-top-mega .children a span {
  font-size: 14px;
}
.vmagicmenu .level0 .level-top-mega .children .level-3 {
  font-size: 100%;
  padding: 0 0 5px;
  line-height: 30px;
}
.vmagicmenu .level0 .level-top-mega .children .level-3 a {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
}
.vmagicmenu .level0 .level-top-mega .children .nav {
  line-height: 26px;
  border-bottom: 1px solid #ececec;
}
.vmagicmenu .level0 .level-top-mega .children .nav:last-child {
  border: none;
}
.vmagicmenu .level0 .level-top-mega .children .nav a {
  font-weight: 300;
}
.vmagicmenu .level0 .level-top-mega .children > .nav {
  border: none;
}
.vmagicmenu .level0 .level-top-mega .children .cat_label {
  background-color: #009966;
  color: #fff;
  font-size: 11px !important;
  line-height: 16px;
  font-weight: 700;
  padding: 0px 5px;
  margin: 0 0 0 3px;
  position: absolute !important;
  text-transform: uppercase;
}
.vmagicmenu .level0 .level-top-mega .children .cat_label:after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-bottom-color: transparent !important;
  border-right-color: transparent !important;
  border-right-width: 5px;
  border-top-width: 5px;
  display: none;
}
.vmagicmenu .level0 .level-top-mega .children .cat_label.hot {
  color: #ff3d49;
}
.vmagicmenu .level0 .level-top-mega .children .cat_label.Hot {
  color: #ff3d49;
}
.vmagicmenu .level0 .level-top-mega .children .cat_label.HOT {
  color: #ff3d49;
}
.vmagicmenu .level0 .level-top-mega .children .cat_label.sale {
  color: #00bd33;
}
.vmagicmenu .level0 .level-top-mega .children .cat_label.Sale {
  color: #00bd33;
}
.vmagicmenu .level0 .level-top-mega .children.level1 > a.a-image::before {
  display: none;
  padding: 0;
}
.vmagicmenu .level0 .level-top-mega .content-mega {
  margin: 0;
  padding: 0px;
}
.vmagicmenu .level0 .level-top-mega .mega-block-top {
  width: 100%;
}
.vmagicmenu .level0 .level-top-mega .mega-block-bottom {
  width: 100%;
  clear: both;
  padding: 25px 0 0px;
}
.vmagicmenu .level0 .level-top-mega .mega-block-bottom img {
  margin: 0 auto;
}
.vmagicmenu .level0 .level-top-mega .mage-column .children {
  float: left;
  width: 235px;
  text-align: left;
  padding: 0 15px;
  margin: 0;
}
.vmagicmenu .level0 .level-top-mega .mage-column .children ul {
  list-style: outside none none;
}
.vmagicmenu .level0 .level-top-mega .mage-column .children ul li {
  margin: 0;
  position: relative;
}
.vmagicmenu .level0 .level-top-mega .mage-column li {
  margin: 0;
}
.vmagicmenu .level0:hover .level0 {
  background-color: transparent;
}
.vmagicmenu .level0:hover .level-top-mega {
  opacity: 1;
  visibility: visible;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
}
.vmagicmenu .level0 .level-top {
  border-bottom: 1px solid #e6e6e6;
  margin: 0px 18px;
  padding: 0px;
  font-size: 100%;
  text-decoration: none;
  display: block;
  outline: medium none;
  position: relative;
}
.vmagicmenu .level0 .level-top img {
  vertical-align: middle;
  margin-right: 10px;
  display: inline-block;
}
.vmagicmenu .level0 .level-top span {
  font-size: 14px;
  vertical-align: middle;
}
.vmagicmenu .level0 .level0 .children > ul {
  margin: 0;
  padding: 20px 0 35px;
  position: relative;
}
.vmagicmenu .level0 .cat_label {
  background-color: #009966;
  color: #fff;
  font-size: 11px !important;
  line-height: 16px;
  font-weight: 700;
  padding: 0px 5px;
  margin: 0 0 0 3px;
  position: absolute !important;
  text-transform: uppercase;
}
.vmagicmenu .level0 .cat_label:after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-bottom-color: transparent !important;
  border-right-color: transparent !important;
  border-right-width: 5px;
  border-top-width: 5px;
  display: none;
}
.vmagicmenu .level0 .cat_label:before {
  border-color: transparent;
  border-style: solid;
  border-top-color: #009966;
  border-width: 6px 10px 0 0;
  content: "";
  height: 0;
  position: absolute;
  left: 10px;
  top: 17px;
  transition: border-color 450ms ease-in-out 0s;
  width: 0;
  display: none;
}
.vmagicmenu .level0 .cat_label.Hot {
  color: #ff3d49;
  background-color: #dc1212;
}
.vmagicmenu .level0 .cat_label.Hot:before {
  border-color: #dc1212 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.vmagicmenu .level0 .cat_label.hot {
  color: #ff3d49;
  background-color: #dc1212;
}
.vmagicmenu .level0 .cat_label.hot:before {
  border-color: #dc1212 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.vmagicmenu .level0 .cat_label.HOT {
  color: #ff3d49;
}
.vmagicmenu .level0 .cat_label.HOT:before {
  border-color: #dc1212 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.vmagicmenu .level0 .cat_label.Sale {
  color: #00bd33;
  background-color: #ff6600;
}
.vmagicmenu .level0 .cat_label.Sale:before {
  border-color: #ff6600 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.vmagicmenu .level0 .cat_label.sale {
  color: #00bd33;
  background-color: #ff6600;
}
.vmagicmenu .level0 .cat_label.sale:before {
  border-color: #ff6600 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.vmagicmenu .level0 .cat_label.New {
  border-top-color: #009966;
}
.vmagicmenu .level0 .cat_label.SALE {
  background-color: #ff6600;
}
.vmagicmenu .level0 .cat_label.SALE:before {
  border-color: #ff6600 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.vmagicmenu .block-vmagicmenu-content {
  padding: 0px;
  position: absolute;
}
.vmagicmenu .vmagicmenu-narrow.over {
  display: block;
}
.vmagicmenu .block-title {
  padding: 0 30px;
  line-height: 49px;
}
.vmagicmenu .block-title span {
  font-size: 24px;
  vertical-align: middle;
}
.vmagicmenu .block-title span.fa:before {
  content: "\e871";
  font-family: 'Linearicons-Free';
}
.vmagicmenu .block-title .vmagicmenu-subtitle {
  padding: 0 0 0 15px;
  font-size: 14px;
  text-transform: uppercase;
}
.vmagicmenu .level0.last {
  border: none;
}
.vmagicmenu .level0.hasChild .level-top:after {
  content: "\f105";
  font-family: 'luma-icons';
  float: right;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  vertical-align: middle;
  font-size: 14px;
  position: relative;
}
.vmagicmenu p {
  line-height: 30px;
  text-align: left;
  text-decoration: none;
  position: relative;
  display: block;
}
.vmagicmenu .level-top a {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  text-align: left;
  color: #000;
}
.vmagicmenu .banner-menu-position img {
  margin-left: -30px;
}
.sections .nav-sections-item-content > .navigation {
  display: none;
}
.nav-sections-item-content {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  padding-left: 20px;
  padding-right: 20px;
  width: auto;
}
.nav-sections-item-content .magicmenu {
  position: relative;
  display: block;
  text-align: left;
}
.mage-column.mega-block-left {
  float: left;
}
.mage-column.mega-block-right {
  float: right;
  padding: 10px 0 0;
}
.block-left {
  float: left;
}
.block-right {
  float: left;
}
.cat-mega {
  float: left;
}
.block-bottom {
  clear: both;
}
.mage-column-custom {
  padding-top: 32px;
}
.header-container-fixed .magicmenu .nav-desktop .level0 .level-top span.cat_label {
  top: 0px;
}
.all-cat {
  display: block;
  margin-top: 10px;
}
.all-cat span {
  padding: 0px;
  cursor: pointer;
  display: block;
  line-height: normal;
  width: 100%;
  clear: both;
  font-size: 14px;
}
.all-cat span:after {
  content: "\f0d7";
  font-family: 'luma-icons';
  padding-left: 5px;
}
.all-cat:hover span {
  color: #333;
}
.sidebar .accordion-container {
  margin-bottom: 30px;
}
.sidebar .accordion-container .all-cat {
  margin-top: 20px;
  padding: 0 18px;
}
.sidebar .accordion-container .level0 .level-top img {
  display: none;
}
.sidebar .accordion-container .meanmenu-accordion {
  border-style: solid;
  border-width: 1px;
  border-color: #e6e6e6;
  padding: 0px 0px 34px;
}
.sidebar .nav-accordion {
  padding: 13px 18px 0;
}
.accor-title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.35;
  margin: 0;
  padding: 15px 18px;
  position: relative;
  text-align: left;
  text-transform: uppercase;
  border-bottom: 1px solid #e6e6e6;
}
ul.nav-accordion {
  line-height: 0.5em;
  list-style: none;
  margin: 0;
  padding: 0 0 30px;
}
ul.nav-accordion li {
  position: relative;
  margin: 0;
}
ul.nav-accordion li a {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 30px;
  margin: 0;
  padding: 5px 0;
  text-align: left;
  text-decoration: none;
  text-shadow: none;
  color: #333e48;
  outline: medium none;
}
ul.nav-accordion li a span {
  font-size: 14px;
}
ul.nav-accordion li a:hover {
  color: #333;
}
ul.nav-accordion li a span.cat_label {
  background-color: #009966;
  color: #fff;
  font-size: 11px !important;
  line-height: 16px;
  font-weight: 700;
  padding: 0px 5px;
  margin: 0 0 0 3px;
  position: absolute !important;
  text-transform: uppercase;
}
ul.nav-accordion li a span.cat_label:after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-bottom-color: transparent !important;
  border-right-color: transparent !important;
  border-right-width: 5px;
  border-top-width: 5px;
  display: none;
}
ul.nav-accordion li a.level-top {
  border-bottom: 1px solid #e6e6e6;
  padding: 10px 0;
}
ul.nav-accordion li a.level-top span {
  font-size: 14px;
}
ul.nav-accordion li > ul.submenu > li > a {
  padding-left: 20px;
}
ul.nav-accordion li ul li ul li.parent > a {
  padding: 0 0 0 20px;
}
ul.nav-accordion li ul li.parent > a span:before {
  display: none;
}
ul.nav-accordion li.last {
  border-bottom: 0 none;
}
ul.nav-accordion ul {
  margin: 0;
  padding: 0px;
  list-style: none;
}
ul.nav-accordion ul ul li:hover a:before {
  color: #333;
}
ul.nav-accordion ul ul li a:before {
  color: #cccccc;
  content: "\f105";
  display: inline-block;
  font-family: 'luma-icons';
  font-size: 13px;
  padding-right: 15px;
  text-align: right;
}
ul.nav-accordion ul ul ul li a {
  margin-left: 20px;
}
ul.nav-accordion ul li {
  clear: both;
  margin: 0;
  padding: 0;
}
ul.nav-accordion ul li a {
  outline: none;
}
ul.nav-accordion ul li.active {
  font-weight: normal;
}
ul.nav-accordion ul.submenu {
  display: none;
}
ul.nav-accordion .expand {
  border: 0;
  cursor: pointer;
  display: block;
  font-size: 0 !important;
  height: 19px;
  position: absolute;
  right: 0px;
  top: 10px;
  width: 19px;
  padding: 0 !important;
}
ul.nav-accordion .expand:before {
  content: '\e621';
  color: #333;
  font-family: 'luma-icons';
  display: inline-block;
  font-size: 1.6rem;
  text-align: center;
  width: 18px;
  line-height: 30px;
  font-weight: normal;
}
ul.nav-accordion .collapse {
  border: 0;
  cursor: pointer;
  display: block;
  font-size: 0 !important;
  height: 19px;
  position: absolute;
  right: 0px;
  top: 10px;
  width: 19px;
  padding: 0 !important;
}
ul.nav-accordion .collapse:before {
  font-family: 'luma-icons';
  display: inline-block;
  font-size: 1.6rem;
  text-align: center;
  width: 18px;
  line-height: 30px;
  font-weight: normal;
  content: '\e622';
  color: #7f7f7f;
}
ul.nav-accordion .collapse:hover:before {
  color: #333;
}
ul.nav-accordion li.level0 > a > span > .cat-label {
  position: inherit;
}
ul.nav-accordion li.level0 > a > span > .pin-bottom:before {
  position: inherit;
  right: 6px;
  top: 22px;
  width: 0;
  height: 0;
  content: "";
  border-style: solid;
  border-width: 0;
}
ul.nav-mobile ul.submenu {
  display: none;
}
.nav-accordion > li:nth-child(n+10) {
  display: none;
}
.magicmenu .nav-desktop .level0.dropdown > .level0 {
  list-style: none;
}
.magicmenu .nav-desktop .level0.dropdown .hasChild ul {
  background-color: #fff;
  border-width: 0;
}
.magicmenu .nav-desktop .level0.dropdown .hasChild > a:before {
  content: '\e608';
  font-family: 'luma-icons';
  font-size: 1rem;
  padding-left: 5px;
  font-weight: normal;
}
.magicmenu .nav-desktop .level0 .level-top-mega .children ul li.hasChild > a:after {
  content: '\e608';
  font-family: 'luma-icons';
  font-size: 1rem;
  padding-left: 5px;
  font-weight: normal;
}
.magicmenu .nav-desktop .level0 .level-top-mega .children ul.level1 .hasChild ul {
  list-style: none;
}
.vmagicmenu .nav-desktop .level0.dropdown > .level0 {
  list-style: none;
}
.vmagicmenu .nav-desktop .level0.dropdown .hasChild ul {
  background-color: #fff;
  border-width: 0;
}
.vmagicmenu .nav-desktop .level0.dropdown .hasChild > a:before {
  content: '\e608';
  font-family: 'luma-icons';
  font-size: 1rem;
  padding-left: 5px;
  font-weight: normal;
}
.vmagicmenu .nav-desktop .level0 .level-top-mega .children ul li.hasChild > a:after {
  content: '\e608';
  font-family: 'luma-icons';
  font-size: 1rem;
  padding-left: 5px;
  font-weight: normal;
}
.vmagicmenu .nav-desktop .level0 .level-top-mega .children ul.level1 .hasChild ul {
  list-style: none;
}
.level-top-mega .mage-column.cat-mega {
  margin: 0;
  list-style: outside none none;
}
.fixed {
  z-index: 999;
  width: 100%;
}
.fixed .custom-menu {
  padding-bottom: 7px;
  padding-top: 10px;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
}
.fixed .quick-access {
  display: none;
}
.nav-sections .mean-nav {
  float: left;
  width: 100%;
  position: absolute;
  z-index: 2;
  left: 0;
}
.nav-sections .mean-nav .mobi-title {
  color: #242628;
  font-size: 16px;
  line-height: 52px;
  margin: 0;
  padding: 0 0 0 50px;
  text-align: left;
  text-transform: uppercase;
  font-weight: 400;
  position: absolute;
  top: -56px;
  z-index: 0;
  display: none;
}
.nav-sections .mean-nav ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
}
.nav-sections .mean-nav ul li {
  position: relative;
  float: left;
  width: 100%;
  margin: 0;
}
.nav-sections .mean-nav ul li a span {
  font-size: 15px;
  padding: 0 14px;
}
.nav-sections .mean-nav ul li a span.icon.fa-home {
  padding-right: 0;
}
.nav-sections .mean-nav ul li a span.cat_label {
  background-color: #009966;
  color: #fff;
  font-size: 11px !important;
  line-height: 16px;
  font-weight: 700;
  padding: 0px 5px;
  margin: 0 0 0 3px;
  position: absolute !important;
  text-transform: uppercase;
}
.nav-sections .mean-nav ul li a span.cat_label:after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-bottom-color: transparent !important;
  border-right-color: transparent !important;
  border-right-width: 5px;
  border-top-width: 5px;
  display: none;
}
.nav-sections .mean-nav ul li a span.cat_label:before {
  border-color: transparent;
  border-style: solid;
  border-top-color: #009966;
  border-width: 6px 10px 0 0;
  content: "";
  height: 0;
  position: absolute;
  left: 10px;
  top: 17px;
  transition: border-color 450ms ease-in-out 0s;
  width: 0;
  display: none;
}
.nav-sections .mean-nav ul li a .cat_label.HOT {
  background-color: #dc1212;
}
.nav-sections .mean-nav ul li a .cat_label.HOT:before {
  border-color: #dc1212 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.nav-sections .mean-nav ul li a .cat_label.Hot {
  background-color: #dc1212;
}
.nav-sections .mean-nav ul li a .cat_label.Hot:before {
  border-color: #dc1212 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.nav-sections .mean-nav ul li a .cat_label.hot {
  background-color: #dc1212;
}
.nav-sections .mean-nav ul li a .cat_label.hot:before {
  border-color: #dc1212 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.nav-sections .mean-nav ul li a .cat_label.SALE {
  background-color: #ff6600;
}
.nav-sections .mean-nav ul li a .cat_label.SALE:before {
  border-color: #ff6600 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.nav-sections .mean-nav ul li a .cat_label.Sale {
  background-color: #ff6600;
}
.nav-sections .mean-nav ul li a .cat_label.Sale:before {
  border-color: #ff6600 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.nav-sections .mean-nav ul li a .cat_label.sale {
  background-color: #ff6600;
}
.nav-sections .mean-nav ul li a .cat_label.sale:before {
  border-color: #ff6600 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.nav-sections .mean-nav ul li .level-top span {
  font-size: 15px;
  padding: 0 14px;
}
.nav-sections .mean-nav ul li li a {
  font-size: 14px;
  padding: 10px 0 10px 25px;
  filter: alpha(opacity=75);
  visibility: visible;
}
.nav-sections .mean-nav ul li li li a {
  font-size: 14px;
  padding: 10px 0 10px 40px;
}
.nav-sections .mean-nav ul li li li li a {
  padding: 1em 20%;
}
.nav-sections .mean-nav ul li li li li li a {
  padding: 1em 25%;
}
.nav-sections .mean-nav ul li .expand {
  cursor: pointer;
  top: 0;
  right: 0px;
  width: 40px;
  height: 45px;
  line-height: 45px;
  padding: 0px !important;
  text-align: center;
  position: absolute;
  z-index: 2;
  font-weight: 300;
  border: none !important;
  display: block;
  font-size: 0;
}
.nav-sections .mean-nav ul li .expand:before {
  font-family: 'luma-icons';
  display: inline-block;
  font-size: 1.6rem;
  text-align: center;
  width: 18px;
  line-height: 45px;
  font-weight: normal;
  content: '\e621';
  color: #ccc;
}
.nav-sections .mean-nav ul li .collapse {
  cursor: pointer;
  top: 0;
  right: 0px;
  width: 40px;
  height: 45px;
  line-height: 45px;
  padding: 0px !important;
  text-align: center;
  position: absolute;
  z-index: 2;
  font-weight: 300;
  border: none !important;
  display: block;
  font-size: 0;
}
.nav-sections .mean-nav ul li .collapse:before {
  font-family: 'luma-icons';
  display: inline-block;
  font-size: 1.6rem;
  text-align: center;
  width: 18px;
  line-height: 45px;
  font-weight: normal;
  content: '\e622';
  color: #ccc;
}
.nav-sections .mean-nav ul li span.level-top span.cat_label:before {
  border-color: transparent;
  border-style: solid;
  border-top-color: #009966;
  border-width: 6px 10px 0 0;
  content: "";
  height: 0;
  position: absolute;
  left: 10px;
  top: 17px;
  transition: border-color 450ms ease-in-out 0s;
  width: 0;
  display: none;
}
.nav-sections .mean-nav ul li span.level-top span.cat_label.HOT {
  background-color: #dc1212;
}
.nav-sections .mean-nav ul li span.level-top span.cat_label.HOT:before {
  border-color: #dc1212 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.nav-sections .mean-nav ul li span.level-top span.cat_label.Hot {
  background-color: #dc1212;
}
.nav-sections .mean-nav ul li span.level-top span.cat_label.Hot:before {
  border-color: #dc1212 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.nav-sections .mean-nav ul li span.level-top span.cat_label.hot {
  background-color: #dc1212;
}
.nav-sections .mean-nav ul li span.level-top span.cat_label.hot:before {
  border-color: #dc1212 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.nav-sections .navigation .parent .level-top:after {
  display: none !important;
}
.mean-nav ul li a span.cat_label.hot {
  color: #ff3d49;
}
.mean-nav ul li a span.cat_label.Hot {
  color: #ff3d49;
}
.mean-nav ul li a span.cat_label.HOT {
  color: #ff3d49;
}
.mean-nav ul li a span.cat_label.sale {
  color: #00bd33;
}
.mean-nav ul li a span.cat_label.Sale {
  color: #00bd33;
}
.page-wrapper {
  overflow-x: hidden;
}
.nav-open .navigation .level0 .submenu {
  position: static;
}
@media only screen and (min-width: 991px) {
  .nav-mobile {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .nav-sections-item-content > .navigation .nav-mobile {
    display: block !important;
    padding: 0;
  }
  .nav-sections-item-content .vmagicmenu {
    display: none !important;
    visibility: hidden;
  }
  .nav-sections-item-content .magicmenu .nav-desktop {
    display: none !important;
    visibility: hidden;
  }
  .sections .nav-sections-item-content > .navigation {
    display: block !important;
    padding: 0;
  }
  .nav-sections {
    height: 100%;
    left: calc(-1 * (100% - 54px));
    overflow: auto;
    position: fixed;
    top: 0px;
    transition: left 0.3s ease 0s;
    -moz-transition: left 0.3s ease 0s;
    -webkit-transition: left 0.3s ease 0s;
    -o-transition: left 0.3s ease 0s;
    -ms-transition: left 0.3s ease 0s;
    width: calc(100% - 54px);
  }
  .nav-sections .mean-container .mean-nav ul li.home a span.icon {
    display: none !important;
    visibility: hidden;
  }
  .nav-sections .navigation .level0 > .level-top {
    display: block;
  }
  .header .magicmenu .level0 .level-top img {
    display: none !important;
    visibility: hidden;
  }
  .navigation .level0.active > a:not(.ui-state-active) {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    color: #333;
  }
  .navigation .level0.has-active > a:not(.ui-state-active) {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    color: #333;
  }
  .navigation .submenu:not(:first-child) ul {
    display: block;
    padding-left: 15px;
  }
  .page-header .logo {
    margin: 0 0 10px 40px;
  }
  .page-header .nav-toggle {
    display: inline-block;
    line-height: normal;
    padding: 0px;
    vertical-align: middle;
    top: calc(35%);
    left: 15px;
    width: 30px;
  }
  .nav-toggle {
    cursor: pointer;
    display: block;
    font-size: 0;
    text-decoration: none;
    top: 0px;
    z-index: 14;
    right: 50px;
  }
  .nav-toggle:before {
    display: inline-block;
    font-size: 30px;
    font-weight: normal;
    line-height: inherit;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
  }
  .menu-mobile .nav-toggle {
    display: inline-block;
    line-height: normal;
    padding: 0px;
    vertical-align: middle;
    top: calc(35%);
    left: 15px;
  }
  .nav-open .nav-sections {
    left: 0;
    z-index: 99;
    box-shadow: 0;
  }
  .nav-open .nav-toggle:after {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    content: "";
    display: block;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
  }
  .nav-open .navigation .level0 .submenu {
    border: none;
    background: transparent;
    box-shadow: none;
  }
  .nav-before-open .nav-toggle:before {
    position: static;
    content: "\f00d";
    font-family: 'luma-icons';
    content: '\e609';
    font-family: 'icons-blank-theme';
    color: #fff;
    font-size: 20px;
  }
}
/*Zoe Trinh*/
body .magicmenu .nav-desktop .level0 span.cat_label:after {
  width: 100%;
  height: 100%;
  line-height: 20px;
  border: 0;
  padding: 0;
  display: block;
  content: attr(rel);
  text-align: center;
  position: static;
}
body ul.nav-accordion li a span.cat_label:after {
  width: 100%;
  height: 100%;
  line-height: 20px;
  border: 0;
  padding: 0;
  display: block;
  content: attr(rel);
  text-align: center;
  position: static;
}
body .nav-sections .mean-nav li a span.cat_label:after {
  width: 100%;
  height: 100%;
  line-height: 20px;
  border: 0;
  padding: 0;
  display: block;
  content: attr(rel);
  text-align: center;
  position: static;
}
.block-category-event {
  background: #f0f0f0;
  color: #374957;
  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 #68758f;
  margin: 0 0 40px;
  padding: 10px 0 0;
}
.fotorama-video-container:after {
  background: url('../../frontend/NeWS/luma_child/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/NeWS/luma_child/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 #a3b1c8;
}
.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 #374957;
  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 #1f2a32;
}
.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/NeWS/luma_child/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 #a3b1c8;
}
.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: 500;
}
.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-family: 'Montserrat', Georgia, 'Times New Roman', Times, serif;
  font-weight: 500;
  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-family: 'Montserrat', Georgia, 'Times New Roman', Times, serif;
  font-weight: 500;
  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 #68758f;
  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(104, 117, 143, 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:active:before {
  color: #a3b1c8;
}
.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: #a3b1c8;
  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: #374957;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
.ui-dialog-titlebar-close:visited {
  color: #374957;
  text-decoration: none;
}
.ui-dialog-titlebar-close:hover {
  color: #a3b1c8;
  /*.lib-css(text-decoration, @_link-text-decoration-hover);*/
}
.ui-dialog-titlebar-close:active {
  color: #374957;
  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: #374957;
  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: #a3b1c8;
  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;
}
/**
 * @codingStandardsIgnoreStart
 */
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 #68758f;
}
.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 #68758f;
}
.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 #68758f;
}
.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;
}
/**
 * @codingStandardsIgnoreStart
 */
.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 #68758f;
  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 #a3b1c8;
  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 {
  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 {
  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 #68758f;
  padding-bottom: 15px;
  padding-top: 24px;
}
.cart.table-wrapper .cart tbody td {
  border: 0;
}
.cart.table-wrapper .cart > .item {
  border-bottom: 1px solid #68758f;
  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: #a3b1c8;
  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: #374957;
  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: #374957;
}
.cart.table-wrapper .actions-toolbar > .action-edit:active:before,
.cart.table-wrapper .actions-toolbar > .action-delete:active:before {
  color: #374957;
}
.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 #68758f;
}
.cart-discount {
  border-bottom: 1px solid #68758f;
  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 {
  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: #374957;
  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: #a3b1c8;
}
.minicart-wrapper .action.showcart:active:before {
  color: #374957;
}
.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: #374957;
  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: #a3b1c8;
}
.minicart-wrapper .action.showcart.active:active:before {
  color: #374957;
}
.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: #374957;
  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: #374957;
  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: #374957;
}
.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: #374957;
  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 .toggle.tooltip:hover:after {
  color: #a3b1c8;
}
.minicart-items .product.options .toggle.tooltip:active:after {
  color: #a3b1c8;
}
.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: #374957;
  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: #374957;
}
.minicart-items .action.edit:active:before,
.minicart-items .action.delete:active:before {
  color: #374957;
}
.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/NeWS/luma_child/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 .action-remove:active:before {
  color: #a3b1c8;
}
.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:active:before {
  color: #a3b1c8;
}
.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:active:before {
  color: #a3b1c8;
}
.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:active:before {
  color: #a3b1c8;
}
.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:active:before {
  color: #a3b1c8;
}
.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:active:before {
  color: #a3b1c8;
}
.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 .file-uploader-button:active:before {
  color: #a3b1c8;
}
.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: #374957;
}
.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: #374957;
}
.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: #374957;
}
.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: #374957;
}
.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: #374957;
}
.opc-wrapper .shipping-address-item.selected-item:after {
  background: #374957;
  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 {
  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: #374957;
  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: #374957;
  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: #374957;
}
.opc-block-shipping-information .shipping-information-title .action-edit:active:before {
  color: #374957;
}
.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;
  white-space: normal;
}
.opc-block-summary .items-in-cart > .title {
  border-bottom: 1px solid #68758f;
  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: #374957;
  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:hover:after {
  color: #a3b1c8;
}
.opc-block-summary .items-in-cart > .title:active:after {
  color: #a3b1c8;
}
.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 #68758f;
  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: #374957;
  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: #374957;
  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: #374957;
}
.checkout-payment-method .payment-option-title .action-toggle:active:after {
  color: #374957;
}
.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: #374957;
  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;
}
.table-downloadable-products .action.download:hover:before {
  color: #a3b1c8;
}
.table-downloadable-products .action.download:active:before {
  color: #a3b1c8;
}
.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: #374957;
  text-decoration: none;
  cursor: pointer;
}
.field.downloads-all .label:visited {
  color: #374957;
  text-decoration: none;
}
.field.downloads-all .label:hover {
  color: #a3b1c8;
  /*.lib-css(text-decoration, @_link-text-decoration-hover);*/
}
.field.downloads-all .label:active {
  color: #374957;
  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: #374957;
  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: #374957;
}
.gift-summary .action-edit:active:before,
.gift-summary .action-delete:active:before {
  color: #374957;
}
.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: #374957;
  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: #374957;
}
.action-gift:active:after {
  color: #374957;
}
.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: #374957;
  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: #374957;
}
.gift-item-block .title:active:after {
  color: #a3b1c8;
}
.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: #374957;
}
.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 #68758f;
}
.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:hover:after {
  color: #a3b1c8;
}
.gift-wrapping-list .no-image:active:after {
  color: #a3b1c8;
}
.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: #374957;
  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: #374957;
}
.gift-wrapping-title .action-remove:active:before {
  color: #374957;
}
.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(104, 117, 143, 0.3);
  border: 1px solid #68758f;
  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: #dde3ef;
  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 #68758f;
  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 #68758f;
  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: #374957;
  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:hover:after {
  color: #a3b1c8;
}
.filter-options-title:active:after {
  color: #a3b1c8;
}
.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-family: 'Montserrat', Georgia, 'Times New Roman', Times, serif;
  font-weight: 500;
  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 {
  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: #374957;
  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: #374957;
  text-decoration: none;
}
button.map-show-info:hover {
  color: #a3b1c8;
  /*.lib-css(text-decoration, @_link-text-decoration-hover);*/
}
button.map-show-info:active {
  color: #374957;
  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: #374957;
  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: #374957;
}
.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: #374957;
}
.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: 103;
  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: #374957;
}
.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: #374957;
}
.cart.table-wrapper .wishlist.split.button > .action.split,
.cart.table-wrapper .wishlist.split.button > .action.toggle {
  color: #374957;
}
.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-family: 'Montserrat', Georgia, 'Times New Roman', Times, serif;
  font-weight: 500;
  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: #374957;
}
.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: #a3b1c8;
  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: #d3dae5;
  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-notice.private:hover:before {
  color: #a3b1c8;
}
.block-wishlist-management .wishlist-notice.private:active:before {
  color: #a3b1c8;
}
.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: #374957;
}
.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: #374957;
}
.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 #68758f;
  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: #dde3ef;
}
.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: #374957;
  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:hover:before {
  color: #a3b1c8;
}
.block.newsletter .field .control:active:before {
  color: #a3b1c8;
}
.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: #a3b1c8;
}
.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: #374957;
  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: #374957;
  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: #374957;
  border: 1px solid #374957;
  color: #ffffff;
  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 #374957;
  color: #ffffff;
}
.review-form .action.submit.primary:hover {
  background: #e2e2e2;
  border: 1px solid #374957;
  color: #ffffff;
}
.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-family: 'Montserrat', Georgia, 'Times New Roman', Times, serif;
  font-weight: 500;
  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: #dde3ef;
}
.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: #374957;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
.magento-rma-guest-create .order-links .item a:visited {
  color: #374957;
  text-decoration: none;
}
.magento-rma-guest-create .order-links .item a:hover {
  color: #a3b1c8;
  /*.lib-css(text-decoration, @_link-text-decoration-hover);*/
}
.magento-rma-guest-create .order-links .item a:active {
  color: #374957;
  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: #374957;
  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: #557086;
  border: 1px solid #68758f;
  display: block;
  font-weight: 400;
  padding: 0 20px;
}
.order-links .item a {
  background: #374957;
  color: #6d6d6d;
  border: 1px solid #68758f;
  display: block;
  font-weight: 400;
  padding: 0 20px;
}
.order-links .item a:hover {
  background: #415667;
  text-decoration: none;
}
.order-details-items {
  border: 1px solid #68758f;
  margin-bottom: 40px;
  padding: 10px;
}
.order-details-items .order-title {
  border-bottom: 1px solid #68758f;
  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 #68758f;
}
.order-details-items .table-order-items tbody + tbody {
  border-top: 1px solid #68758f;
}
.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: #374957;
}
.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: #374957;
  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:hover:after {
  color: #a3b1c8;
}
.order-details-items .action.show:active:after {
  color: #a3b1c8;
}
.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 #68758f;
}
.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: #374957;
  color: #000000;
  font-weight: 600;
}
.block-collapsible-nav .item.current a {
  border-color: #374957;
}
.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 #68758f;
  margin-bottom: 20px;
}
.page-header .panel.wrapper {
  background-color: #dde3ef;
  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;
  /*.lib-css(text-decoration, @_link-text-decoration-hover);*/
}
.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: #374957;
  margin: 0;
}
.message.global.noscript a,
.message.global.cookie a {
  color: #374957;
}
.message.global.noscript a:hover,
.message.global.cookie a:hover {
  color: #a3b1c8;
}
.message.global.noscript a:active,
.message.global.cookie a:active {
  color: #374957;
}
.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: #374957;
}
.message.global.demo a:hover {
  color: #a3b1c8;
}
.message.global.demo a:active {
  color: #374957;
}
.page-footer {
  margin-top: 25px;
}
.footer.content {
  border-top: 1px solid #cecece;
  padding-top: 20px;
}
.footer.content .links > li {
  background: #374957;
  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: #dde3ef;
  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;
  /*.lib-css(text-decoration, @_link-text-decoration-hover);*/
}
.footer.content .links a:active {
  color: #333333;
  text-decoration: underline;
}
.copyright {
  background-color: #374957;
  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: 103;
  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;
  /*.lib-css(text-decoration, @_link-text-decoration-hover);*/
}
.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 #bbbbbb;
  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: #374957;
  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: #374957;
  text-decoration: none;
}
.my-credit-cards .action.delete:hover {
  color: #a3b1c8;
  /*.lib-css(text-decoration, @_link-text-decoration-hover);*/
}
.my-credit-cards .action.delete:active {
  color: #374957;
  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: #374957;
  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: #374957;
  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: #374957;
  text-decoration: none;
}
.my-credit-cards-popup .action.secondary:hover {
  color: #a3b1c8;
  /*.lib-css(text-decoration, @_link-text-decoration-hover);*/
}
.my-credit-cards-popup .action.secondary:active {
  color: #374957;
  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: #374957;
  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 #68758f;
}
.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 #68758f;
}
.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 #68758f;
}
.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 {
  vertical-align: top;
}
.account .table-wrapper .data.table.wishlist .price {
  font-weight: 700;
}
.link.wishlist .counter {
  color: #a3b1c8;
  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: #374957;
  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: #374957;
}
.products-grid.wishlist .product-item-actions .action.edit:active:before,
.products-grid.wishlist .product-item-actions .action.delete:active:before {
  color: #374957;
}
.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: #374957;
  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:hover:before,
.block-event .block-content > .action.forward:hover:before {
  color: #a3b1c8;
}
.block-event .block-content > .action.backward:active:before,
.block-event .block-content > .action.forward:active:before {
  color: #a3b1c8;
}
.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: #374957;
  border: 1px solid #374957;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Montserrat', 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: #a3b1c8;
  border: 1px solid #a3b1c8;
  color: #ffffff;
}
.block-event .slider-panel .slider .item .action.event:hover {
  background: #374957;
  border: 1px solid #a3b1c8;
  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;
}
/**
 *   Copyright Ne.W.S. - New Web Solutions S.r.l. - All rights reserved.
**/
/* ============================================ *
 * COLOR
 * ============================================ */
/**
 *   Copyright Ne.W.S. - New Web Solutions S.r.l. - All rights reserved.
**/
/*!
 * 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 {
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}
@-ms-viewport {
  width: device-width;
}
.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-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.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-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.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-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.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-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.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-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.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%;
  }
}
@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: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  background-clip: padding-box;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control:disabled,
.form-control[readonly] {
  opacity: 1;
}
select.form-control:not([size]):not([multiple]) {
  height: calc(4.25rem);
}
.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}
.col-form-label {
  padding-top: calc(1.375rem);
  padding-bottom: calc(1.375rem);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}
.col-form-label-lg {
  padding-top: calc(1.5rem);
  padding-bottom: calc(1.5rem);
  font-size: 1.25rem;
  line-height: 1.5;
}
.col-form-label-sm {
  padding-top: calc(1.25rem);
  padding-bottom: calc(1.25rem);
  font-size: 0.875rem;
  line-height: 1.5;
}
.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm,
.input-group-sm > .form-control-plaintext.form-control,
.input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text,
.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-append > .form-control-plaintext.btn,
.form-control-plaintext.form-control-lg,
.input-group-lg > .form-control-plaintext.form-control,
.input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text,
.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-append > .form-control-plaintext.btn {
  padding-right: 0;
  padding-left: 0;
}
.form-control-sm,
.input-group-sm > .form-control,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
select.form-control-sm:not([size]):not([multiple]),
.input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.input-group-text: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-append > select.btn:not([size]):not([multiple]) {
  height: calc(3.8125rem);
}
.form-control-lg,
.input-group-lg > .form-control,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
select.form-control-lg:not([size]):not([multiple]),
.input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.input-group-text: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-append > select.btn:not([size]):not([multiple]) {
  height: calc(4.875rem);
}
.form-group {
  margin-bottom: 1rem;
}
.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-transparent {
  background-color: transparent !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;
}
.rounded {
  border-radius: 0.25rem !important;
}
.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}
.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}
.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.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 iframe,
.embed-responsive embed,
.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: 0.25rem !important;
}
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
  margin-left: 0.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: 0.25rem !important;
}
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
  padding-left: 0.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: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.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: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.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: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.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: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.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: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.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: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.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: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.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: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.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-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 {
  *,
  *::before,
  *::after {
    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;
  }
  pre,
  blockquote {
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
}
/**
 *   Copyright Ne.W.S. - New Web Solutions S.r.l. - All rights reserved.
**/
/*Vertical Sliding*/
.slidingVertical {
  display: inline;
  text-indent: 8px;
}
.slidingVertical span {
  animation: topToBottom 12.5s linear infinite 0s;
  -ms-animation: topToBottom 12.5s linear infinite 0s;
  -webkit-animation: topToBottom 12.5s linear infinite 0s;
  opacity: 0;
  overflow: hidden;
  position: absolute;
}
.slidingVertical span:nth-child(2) {
  animation-delay: 2.5s;
  -ms-animation-delay: 2.5s;
  -webkit-animation-delay: 2.5s;
}
.slidingVertical span:nth-child(3) {
  animation-delay: 5s;
  -ms-animation-delay: 5s;
  -webkit-animation-delay: 5s;
}
.slidingVertical span:nth-child(4) {
  animation-delay: 7.5s;
  -ms-animation-delay: 7.5s;
  -webkit-animation-delay: 7.5s;
}
.slidingVertical span:nth-child(5) {
  animation-delay: 10s;
  -ms-animation-delay: 10s;
  -webkit-animation-delay: 10s;
}
/*topToBottom Animation*/
@-moz-keyframes topToBottom {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 0;
    -moz-transform: translateY(-50px);
  }
  10% {
    opacity: 1;
    -moz-transform: translateY(0px);
  }
  25% {
    opacity: 1;
    -moz-transform: translateY(0px);
  }
  30% {
    opacity: 0;
    -moz-transform: translateY(50px);
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes topToBottom {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
  }
  10% {
    opacity: 1;
    -webkit-transform: translateY(0px);
  }
  25% {
    opacity: 1;
    -webkit-transform: translateY(0px);
  }
  30% {
    opacity: 0;
    -webkit-transform: translateY(50px);
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-ms-keyframes topToBottom {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 0;
    -ms-transform: translateY(-50px);
  }
  10% {
    opacity: 1;
    -ms-transform: translateY(0px);
  }
  25% {
    opacity: 1;
    -ms-transform: translateY(0px);
  }
  30% {
    opacity: 0;
    -ms-transform: translateY(50px);
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
/*Horizontal Sliding*/
.slidingHorizontal {
  display: inline;
  text-indent: 8px;
}
.slidingHorizontal span {
  animation: leftToRight 12.5s linear infinite 0s;
  -ms-animation: leftToRight 12.5s linear infinite 0s;
  -webkit-animation: leftToRight 12.5s linear infinite 0s;
  opacity: 0;
  overflow: hidden;
  position: absolute;
}
.slidingHorizontal span:nth-child(2) {
  animation-delay: 2.5s;
  -ms-animation-delay: 2.5s;
  -webkit-animation-delay: 2.5s;
}
.slidingHorizontal span:nth-child(3) {
  animation-delay: 5s;
  -ms-animation-delay: 5s;
  -webkit-animation-delay: 5s;
}
.slidingHorizontal span:nth-child(4) {
  animation-delay: 7.5s;
  -ms-animation-delay: 7.5s;
  -webkit-animation-delay: 7.5s;
}
.slidingHorizontal span:nth-child(5) {
  animation-delay: 10s;
  -ms-animation-delay: 10s;
  -webkit-animation-delay: 10s;
}
/*leftToRight Animation*/
@-moz-keyframes leftToRight {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 0;
    -moz-transform: translateX(-50px);
  }
  10% {
    opacity: 1;
    -moz-transform: translateX(0px);
  }
  25% {
    opacity: 1;
    -moz-transform: translateX(0px);
  }
  30% {
    opacity: 0;
    -moz-transform: translateX(50px);
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes leftToRight {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
  }
  10% {
    opacity: 1;
    -webkit-transform: translateX(0px);
  }
  25% {
    opacity: 1;
    -webkit-transform: translateX(0px);
  }
  30% {
    opacity: 0;
    -webkit-transform: translateX(50px);
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-ms-keyframes leftToRight {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 0;
    -ms-transform: translateX(-50px);
  }
  10% {
    opacity: 1;
    -ms-transform: translateX(0px);
  }
  25% {
    opacity: 1;
    -ms-transform: translateX(0px);
  }
  30% {
    opacity: 0;
    -ms-transform: translateX(50px);
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
/*FadeIn*/
.fadeIn {
  display: inline;
  text-indent: 8px;
}
.fadeIn span {
  animation: fadeEffect 12.5s linear infinite 0s;
  -ms-animation: fadeEffect 12.5s linear infinite 0s;
  -webkit-animation: fadeEffect 12.5s linear infinite 0s;
  opacity: 0;
  overflow: hidden;
  position: absolute;
}
.fadeIn span:nth-child(2) {
  animation-delay: 2.5s;
  -ms-animation-delay: 2.5s;
  -webkit-animation-delay: 2.5s;
}
.fadeIn span:nth-child(3) {
  animation-delay: 5s;
  -ms-animation-delay: 5s;
  -webkit-animation-delay: 5s;
}
.fadeIn span:nth-child(4) {
  animation-delay: 7.5s;
  -ms-animation-delay: 7.5s;
  -webkit-animation-delay: 7.5s;
}
.fadeIn span:nth-child(5) {
  animation-delay: 10s;
  -ms-animation-delay: 10s;
  -webkit-animation-delay: 10s;
}
/*FadeIn Animation*/
@-moz-keyframes fadeEffect {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 0;
    -moz-transform: translateY(0px);
  }
  10% {
    opacity: 1;
    -moz-transform: translateY(0px);
  }
  25% {
    opacity: 1;
    -moz-transform: translateY(0px);
  }
  30% {
    opacity: 0;
    -moz-transform: translateY(0px);
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fadeEffect {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 0;
    -webkit-transform: translateY(0px);
  }
  10% {
    opacity: 1;
    -webkit-transform: translateY(0px);
  }
  25% {
    opacity: 1;
    -webkit-transform: translateY(0px);
  }
  30% {
    opacity: 0;
    -webkit-transform: translateY(0px);
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-ms-keyframes fadeEffect {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 0;
    -ms-transform: translateY(0px);
  }
  10% {
    opacity: 1;
    -ms-transform: translateY(0px);
  }
  25% {
    opacity: 1;
    -ms-transform: translateY(0px);
  }
  30% {
    opacity: 0;
    -ms-transform: translateY(0px);
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
/*Vertical Flip*/
.verticalFlip {
  display: inline;
  text-indent: 8px;
}
.verticalFlip span {
  animation: vertical 12.5s linear infinite 0s;
  -ms-animation: vertical 12.5s linear infinite 0s;
  -webkit-animation: vertical 12.5s linear infinite 0s;
  opacity: 0;
  overflow: hidden;
  position: absolute;
}
.verticalFlip span:nth-child(2) {
  animation-delay: 2.5s;
  -ms-animation-delay: 2.5s;
  -webkit-animation-delay: 2.5s;
}
.verticalFlip span:nth-child(3) {
  animation-delay: 5s;
  -ms-animation-delay: 5s;
  -webkit-animation-delay: 5s;
}
.verticalFlip span:nth-child(4) {
  animation-delay: 7.5s;
  -ms-animation-delay: 7.5s;
  -webkit-animation-delay: 7.5s;
}
.verticalFlip span:nth-child(5) {
  animation-delay: 10s;
  -ms-animation-delay: 10s;
  -webkit-animation-delay: 10s;
}
/*Vertical Flip Animation*/
@-moz-keyframes vertical {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 0;
    -moz-transform: rotateX(180deg);
  }
  10% {
    opacity: 1;
    -moz-transform: translateY(0px);
  }
  25% {
    opacity: 1;
    -moz-transform: translateY(0px);
  }
  30% {
    opacity: 0;
    -moz-transform: translateY(0px);
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes vertical {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 0;
    -webkit-transform: rotateX(180deg);
  }
  10% {
    opacity: 1;
    -webkit-transform: translateY(0px);
  }
  25% {
    opacity: 1;
    -webkit-transform: translateY(0px);
  }
  30% {
    opacity: 0;
    -webkit-transform: translateY(0px);
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-ms-keyframes vertical {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 0;
    -ms-transform: rotateX(180deg);
  }
  10% {
    opacity: 1;
    -ms-transform: translateY(0px);
  }
  25% {
    opacity: 1;
    -ms-transform: translateY(0px);
  }
  30% {
    opacity: 0;
    -ms-transform: translateY(0px);
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
/*Horizontal Flip*/
.horizontalFlip {
  display: inline;
  text-indent: 8px;
}
.horizontalFlip span {
  animation: horizontal 12.5s linear infinite 0s;
  -ms-animation: horizontal 12.5s linear infinite 0s;
  -webkit-animation: horizontal 12.5s linear infinite 0s;
  opacity: 0;
  overflow: hidden;
  position: absolute;
}
.horizontalFlip span:nth-child(2) {
  animation-delay: 2.5s;
  -ms-animation-delay: 2.5s;
  -webkit-animation-delay: 2.5s;
}
.horizontalFlip span:nth-child(3) {
  animation-delay: 5s;
  -ms-animation-delay: 5s;
  -webkit-animation-delay: 5s;
}
.horizontalFlip span:nth-child(4) {
  animation-delay: 7.5s;
  -ms-animation-delay: 7.5s;
  -webkit-animation-delay: 7.5s;
}
.horizontalFlip span:nth-child(5) {
  animation-delay: 10s;
  -ms-animation-delay: 10s;
  -webkit-animation-delay: 10s;
}
/*Horizontal Flip Animation*/
@-moz-keyframes horizontal {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 0;
    -moz-transform: rotateY(180deg);
  }
  10% {
    opacity: 1;
    -moz-transform: translateX(0px);
  }
  25% {
    opacity: 1;
    -moz-transform: translateX(0px);
  }
  30% {
    opacity: 0;
    -moz-transform: translateX(0px);
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes horizontal {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 0;
    -webkit-transform: rotateY(180deg);
  }
  10% {
    opacity: 1;
    -webkit-transform: translateX(0px);
  }
  25% {
    opacity: 1;
    -webkit-transform: translateX(0px);
  }
  30% {
    opacity: 0;
    -webkit-transform: translateX(0px);
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-ms-keyframes horizontal {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 0;
    -ms-transform: rotateY(180deg);
  }
  10% {
    opacity: 1;
    -ms-transform: translateX(0px);
  }
  25% {
    opacity: 1;
    -ms-transform: translateX(0px);
  }
  30% {
    opacity: 0;
    -ms-transform: translateX(0px);
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
/*AntiClockWise Effect*/
.antiClock {
  display: inline;
  text-indent: 8px;
}
.antiClock span {
  animation: anti 12.5s linear infinite 0s;
  -ms-animation: anti 12.5s linear infinite 0s;
  -webkit-animation: anti 12.5s linear infinite 0s;
  opacity: 0;
  overflow: hidden;
  position: absolute;
}
.antiClock span:nth-child(2) {
  animation-delay: 2.5s;
  -ms-animation-delay: 2.5s;
  -webkit-animation-delay: 2.5s;
}
.antiClock span:nth-child(3) {
  animation-delay: 5s;
  -ms-animation-delay: 5s;
  -webkit-animation-delay: 5s;
}
.antiClock span:nth-child(4) {
  animation-delay: 7.5s;
  -ms-animation-delay: 7.5s;
  -webkit-animation-delay: 7.5s;
}
.antiClock span:nth-child(5) {
  animation-delay: 10s;
  -ms-animation-delay: 10s;
  -webkit-animation-delay: 10s;
}
/*AntiClockWise Effect Animation*/
@-moz-keyframes anti {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 0;
    -moz-transform: rotateX(180deg);
  }
  10% {
    opacity: 1;
    -moz-transform: translateY(0px);
  }
  25% {
    opacity: 1;
    -moz-transform: translateY(0px);
  }
  30% {
    opacity: 0;
    -moz-transform: translateY(0px);
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes anti {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 0;
    -webkit-transform: rotate(180deg);
  }
  10% {
    opacity: 1;
    -webkit-transform: translateY(0px);
  }
  25% {
    opacity: 1;
    -webkit-transform: translateY(0px);
  }
  30% {
    opacity: 0;
    -webkit-transform: translateY(0px);
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-ms-keyframes anti {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 0;
    -ms-transform: rotate(180deg);
  }
  10% {
    opacity: 1;
    -ms-transform: translateY(0px);
  }
  25% {
    opacity: 1;
    -ms-transform: translateY(0px);
  }
  30% {
    opacity: 0;
    -ms-transform: translateY(0px);
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
/*ClockWise Effect*/
.clockWise {
  display: inline;
  text-indent: 8px;
}
.clockWise span {
  animation: clock 12.5s linear infinite 0s;
  -ms-animation: clock 12.5s linear infinite 0s;
  -webkit-animation: clock 12.5s linear infinite 0s;
  opacity: 0;
  overflow: hidden;
  position: absolute;
}
.clockWise span:nth-child(2) {
  animation-delay: 2.5s;
  -ms-animation-delay: 2.5s;
  -webkit-animation-delay: 2.5s;
}
.clockWise span:nth-child(3) {
  animation-delay: 5s;
  -ms-animation-delay: 5s;
  -webkit-animation-delay: 5s;
}
.clockWise span:nth-child(4) {
  animation-delay: 7.5s;
  -ms-animation-delay: 7.5s;
  -webkit-animation-delay: 7.5s;
}
.clockWise span:nth-child(5) {
  animation-delay: 10s;
  -ms-animation-delay: 10s;
  -webkit-animation-delay: 10s;
}
/*ClockWise Effect Animation*/
@-moz-keyframes clock {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 0;
    -moz-transform: rotate(-180deg);
  }
  10% {
    opacity: 1;
    -moz-transform: translateX(0px);
  }
  25% {
    opacity: 1;
    -moz-transform: translateX(0px);
  }
  30% {
    opacity: 0;
    -moz-transform: translateX(0px);
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes clock {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 0;
    -webkit-transform: rotate(-180deg);
  }
  10% {
    opacity: 1;
    -webkit-transform: translateX(0px);
  }
  25% {
    opacity: 1;
    -webkit-transform: translateX(0px);
  }
  30% {
    opacity: 0;
    -webkit-transform: translateX(0px);
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-ms-keyframes clock {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 0;
    -ms-transform: rotate(-180deg);
  }
  10% {
    opacity: 1;
    -ms-transform: translateX(0px);
  }
  25% {
    opacity: 1;
    -ms-transform: translateX(0px);
  }
  30% {
    opacity: 0;
    -ms-transform: translateX(0px);
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
/*Pop Effect*/
.popEffect {
  display: inline;
  text-indent: 8px;
}
.popEffect span {
  animation: pop 12.5s linear infinite 0s;
  -ms-animation: pop 12.5s linear infinite 0s;
  -webkit-animation: pop 12.5s linear infinite 0s;
  opacity: 0;
  overflow: hidden;
  position: absolute;
}
.popEffect span:nth-child(2) {
  animation-delay: 2.5s;
  -ms-animation-delay: 2.5s;
  -webkit-animation-delay: 2.5s;
}
.popEffect span:nth-child(3) {
  animation-delay: 5s;
  -ms-animation-delay: 5s;
  -webkit-animation-delay: 5s;
}
.popEffect span:nth-child(4) {
  animation-delay: 7.5s;
  -ms-animation-delay: 7.5s;
  -webkit-animation-delay: 7.5s;
}
.popEffect span:nth-child(5) {
  animation-delay: 10s;
  -ms-animation-delay: 10s;
  -webkit-animation-delay: 10s;
}
/*Pop Effect Animation*/
@-moz-keyframes pop {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 0;
    -moz-transform: rotate(0deg) scale(0.1) skew(0deg) translate(0px);
  }
  10% {
    opacity: 1;
    -moz-transform: translateY(0px);
  }
  25% {
    opacity: 1;
    -moz-transform: translateY(0px);
  }
  30% {
    opacity: 0;
    -moz-transform: translateY(0px);
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes pop {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 0;
    -webkit-transform: rotate(0deg) scale(0.1) skew(0deg) translate(0px);
  }
  10% {
    opacity: 1;
    -webkit-transform: translateY(0px);
  }
  25% {
    opacity: 1;
    -webkit-transform: translateY(0px);
  }
  30% {
    opacity: 0;
    -webkit-transform: translateY(0px);
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-ms-keyframes pop {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 0;
    -ms-transform: rotate(0deg) scale(0.1) skew(0deg) translate(0px);
  }
  10% {
    opacity: 1;
    -ms-transform: translateY(0px);
  }
  25% {
    opacity: 1;
    -ms-transform: translateY(0px);
  }
  30% {
    opacity: 0;
    -ms-transform: translateY(0px);
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
/*Push Effect*/
.pushEffect {
  display: inline;
  text-indent: 8px;
}
.pushEffect span {
  animation: push 12.5s linear infinite 0s;
  -ms-animation: push 12.5s linear infinite 0s;
  -webkit-animation: push 12.5s linear infinite 0s;
  opacity: 0;
  overflow: hidden;
  position: absolute;
}
.pushEffect span:nth-child(2) {
  animation-delay: 2.5s;
  -ms-animation-delay: 2.5s;
  -webkit-animation-delay: 2.5s;
}
.pushEffect span:nth-child(3) {
  animation-delay: 5s;
  -ms-animation-delay: 5s;
  -webkit-animation-delay: 5s;
}
.pushEffect span:nth-child(4) {
  animation-delay: 7.5s;
  -ms-animation-delay: 7.5s;
  -webkit-animation-delay: 7.5s;
}
.pushEffect span:nth-child(5) {
  animation-delay: 10s;
  -ms-animation-delay: 10s;
  -webkit-animation-delay: 10s;
}
/*Push Effect Animation*/
@-moz-keyframes push {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 0;
    -moz-transform: rotate(0deg) scale(2) skew(0deg) translate(0px);
  }
  10% {
    opacity: 1;
    -moz-transform: translateX(0px);
  }
  25% {
    opacity: 1;
    -moz-transform: translateX(0px);
  }
  30% {
    opacity: 0;
    -moz-transform: translateX(0px);
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes push {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 0;
    -webkit-transform: rotate(0deg) scale(2) skew(0deg) translate(0px);
  }
  10% {
    opacity: 1;
    -webkit-transform: translateX(0px);
  }
  25% {
    opacity: 1;
    -webkit-transform: translateX(0px);
  }
  30% {
    opacity: 0;
    -webkit-transform: translateX(0px);
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-ms-keyframes push {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 0;
    -ms-transform: rotate(0deg) scale(2) skew(0deg) translate(0px);
  }
  10% {
    opacity: 1;
    -ms-transform: translateX(0px);
  }
  25% {
    opacity: 1;
    -ms-transform: translateX(0px);
  }
  30% {
    opacity: 0;
    -ms-transform: translateX(0px);
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes scroll {
  0% {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(calc(-1375px));
    -moz-transform: translateX(calc(-1375px));
    transform: translateX(calc(-1375px));
  }
}
.slider {
  background: #ffffff;
  box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.125);
  height: 100px;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.slider:before,
.slider:after {
  background: linear-gradient(to right, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  content: "";
  height: 100px;
  position: absolute;
  width: 30px;
  z-index: 2;
}
.slider:after {
  right: 0;
  top: 0;
  transform: rotateZ(180deg);
}
.slider:before {
  left: 0;
  top: 0;
}
.slider .slide-track {
  animation: scroll 40s linear infinite;
  display: flex;
  width: calc(2750px);
}
.slider .slide {
  height: 100px;
  width: 250px;
}
.class-section {
  position: relative;
  width: 100%;
  height: 90vh;
  background: transparent;
  overflow: hidden;
}
.class-section .air {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: url(../../frontend/NeWS/luma_child/it_IT/images/wave.png);
  background-size: 1000px 100px;
}
.class-section .air.air1 {
  animation: wave 30s linear infinite;
  z-index: 900;
  opacity: 1;
  animation-delay: 0s;
  bottom: 0;
}
.class-section .air.air2 {
  animation: wave2 15s linear infinite;
  z-index: 899;
  opacity: 0.5;
  animation-delay: -5s;
  bottom: 10px;
}
.class-section .air.air3 {
  animation: wave 30s linear infinite;
  z-index: 898;
  opacity: 0.2;
  animation-delay: -2s;
  bottom: 15px;
}
.class-section .air.air4 {
  animation: wave2 5s linear infinite;
  z-index: 897;
  opacity: 0.7;
  animation-delay: -5s;
  bottom: 20px;
}
@keyframes wave {
  0% {
    background-position-x: 0px;
  }
  100% {
    background-position-x: 1000px;
  }
}
@keyframes wave2 {
  0% {
    background-position-x: 0px;
  }
  100% {
    background-position-x: -1000px;
  }
}
/**
 *   Copyright Ne.W.S. - New Web Solutions S.r.l. - All rights reserved.
**/
/* ============================================ *
    * Layout
    * ============================================ */
input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type*="date"],
input[type="email"] {
  border: 1px solid #dde3ef;
}
.page-header .widget.block,
.page-footer .widget.block,
.page-layout-1column .column.main,
.page-layout-2columns-left .column.main,
.sticky {
  margin-left: auto;
  margin-right: auto;
}
.block-static-block.widget,
.block-cms-link.widget {
  margin-bottom: 0px;
}
.fieldset > .legend,
.abs-block-widget-title strong,
.block-compare .block-title strong,
.block-reorder .block-title strong,
.widget .block-title strong,
.block-wishlist .block-title strong,
.block-compare .block-title strong,
.block-reorder .block-title strong,
.widget .block-title strong,
.block-wishlist .block-title strong {
  font-weight: 500 !important;
}
.radius50 {
  -webkit-border-radius: 50px !important;
  -moz-border-radius: 50px !important;
  border-radius: 50px !important;
}
.radius5,
.actions-toolbar > .primary .action,
.actions-toolbar > .secondary .action,
.action.primary,
.page-main .actions button,
.actions-toolbar > .secondary .action,
a.pagebuilder-button-primary,
button.pagebuilder-button-primary,
div.pagebuilder-button-primary,
a.pagebuilder-button-secondary,
button.pagebuilder-button-secondary,
div.pagebuilder-button-secondary,
.secondary .action.remind,
.secondary .action.back,
.secondary .action span,
.minicart-wrapper .block-minicart .block-content > .actions > .secondary a.viewcart span {
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  border-radius: 5px !important;
}
.actions-toolbar > .primary .action,
.actions-toolbar > .secondary .action,
.action.primary,
.page-main .actions button,
.actions-toolbar > .secondary .action,
a.pagebuilder-button-primary,
button.pagebuilder-button-primary,
div.pagebuilder-button-primary,
a.pagebuilder-button-secondary,
button.pagebuilder-button-secondary,
div.pagebuilder-button-secondary {
  background-color: #374957;
  border-color: #374957;
  color: #ffffff !important;
  text-decoration: none !important;
  transition: all .3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.actions-toolbar > .primary .action:after,
.actions-toolbar > .secondary .action:after,
.action.primary:after,
.page-main .actions button:after,
.actions-toolbar > .secondary .action:after,
a.pagebuilder-button-primary:after,
button.pagebuilder-button-primary:after,
div.pagebuilder-button-primary:after,
a.pagebuilder-button-secondary:after,
button.pagebuilder-button-secondary:after,
div.pagebuilder-button-secondary:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #374957;
  z-index: -2;
}
.actions-toolbar > .primary .action:before,
.actions-toolbar > .secondary .action:before,
.action.primary:before,
.page-main .actions button:before,
.actions-toolbar > .secondary .action:before,
a.pagebuilder-button-primary:before,
button.pagebuilder-button-primary:before,
div.pagebuilder-button-primary:before,
a.pagebuilder-button-secondary:before,
button.pagebuilder-button-secondary:before,
div.pagebuilder-button-secondary:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #192228;
  transition: all .3s;
  z-index: -1;
}
.actions-toolbar > .primary .action:hover,
.actions-toolbar > .secondary .action:hover,
.action.primary:hover,
.page-main .actions button:hover,
.actions-toolbar > .secondary .action:hover,
a.pagebuilder-button-primary:hover,
button.pagebuilder-button-primary:hover,
div.pagebuilder-button-primary:hover,
a.pagebuilder-button-secondary:hover,
button.pagebuilder-button-secondary:hover,
div.pagebuilder-button-secondary:hover {
  color: #ffffff !important;
  text-decoration: none !important;
}
.actions-toolbar > .primary .action:hover:before,
.actions-toolbar > .secondary .action:hover:before,
.action.primary:hover:before,
.page-main .actions button:hover:before,
.actions-toolbar > .secondary .action:hover:before,
a.pagebuilder-button-primary:hover:before,
button.pagebuilder-button-primary:hover:before,
div.pagebuilder-button-primary:hover:before,
a.pagebuilder-button-secondary:hover:before,
button.pagebuilder-button-secondary:hover:before,
div.pagebuilder-button-secondary:hover:before {
  width: 100%;
}
.actions-toolbar > .primary .action:visited,
.actions-toolbar > .secondary .action:visited,
.action.primary:visited,
.page-main .actions button:visited,
.actions-toolbar > .secondary .action:visited,
a.pagebuilder-button-primary:visited,
button.pagebuilder-button-primary:visited,
div.pagebuilder-button-primary:visited,
a.pagebuilder-button-secondary:visited,
button.pagebuilder-button-secondary:visited,
div.pagebuilder-button-secondary:visited,
.actions-toolbar > .primary .action .alink,
.actions-toolbar > .secondary .action .alink,
.action.primary .alink,
.page-main .actions button .alink,
.actions-toolbar > .secondary .action .alink,
a.pagebuilder-button-primary .alink,
button.pagebuilder-button-primary .alink,
div.pagebuilder-button-primary .alink,
a.pagebuilder-button-secondary .alink,
button.pagebuilder-button-secondary .alink,
div.pagebuilder-button-secondary .alink,
.actions-toolbar > .primary .action .alink:visited,
.actions-toolbar > .secondary .action .alink:visited,
.action.primary .alink:visited,
.page-main .actions button .alink:visited,
.actions-toolbar > .secondary .action .alink:visited,
a.pagebuilder-button-primary .alink:visited,
button.pagebuilder-button-primary .alink:visited,
div.pagebuilder-button-primary .alink:visited,
a.pagebuilder-button-secondary .alink:visited,
button.pagebuilder-button-secondary .alink:visited,
div.pagebuilder-button-secondary .alink:visited {
  color: #ffffff !important;
}
.secondary .action.remind,
.secondary .action.back,
.secondary .action span {
  padding: 0.50rem 1rem;
  color: #ffffff !important;
}
.secondary .action.remind a,
.secondary .action.back a,
.secondary .action span a {
  color: #ffffff !important;
  text-decoration: none !important;
}
.secondary .action.remind a:hover,
.secondary .action.back a:hover,
.secondary .action span a:hover {
  color: #ffffff !important;
}
.secondary .action.remind a:visited,
.secondary .action.back a:visited,
.secondary .action span a:visited,
.secondary .action.remind a .alink,
.secondary .action.back a .alink,
.secondary .action span a .alink,
.secondary .action.remind a .alink:visited,
.secondary .action.back a .alink:visited,
.secondary .action span a .alink:visited {
  color: #ffffff !important;
}
.columns .column.main {
  background: #ffffff;
  padding-bottom: 0px;
}
a {
  text-decoration: none;
}
a:hover {
  color: #374957;
  text-decoration: underline;
}
a:visited,
a .alink,
a .alink:visited {
  color: #68758f;
}
.stock.available {
  color: #01a501;
}
.stock.unavailable {
  color: #ff0101;
  display: none;
}
/**Tooltip**/
.my-tooltip {
  position: relative;
}
.my-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: #374957;
  line-height: 1.4;
  border: 1px solid #bbbbbb;
  margin-bottom: 5px;
  bottom: 100%;
  left: 0;
}
.my-tooltip .tooltip-content:after,
.my-tooltip .tooltip-content:before {
  border: solid transparent;
  content: '';
  height: 0;
  position: absolute;
  width: 0;
}
.my-tooltip .tooltip-content:after {
  border-width: 5px;
  border-color: transparent;
}
.my-tooltip .tooltip-content:before {
  border-width: 6px;
  border-color: transparent;
}
.my-tooltip .tooltip-content:after,
.my-tooltip .tooltip-content:before {
  top: 100%;
}
.my-tooltip .tooltip-content:after {
  border-top-color: #ffffff;
  left: 15px;
  margin-left: -5px;
}
.my-tooltip .tooltip-content:before {
  border-top-color: #bbbbbb;
  left: 15px;
  margin-left: -6px;
}
.my-tooltip .tooltip-toggle {
  cursor: help;
}
.my-tooltip .tooltip-toggle:hover + .tooltip-content,
.my-tooltip .tooltip-toggle:focus + .tooltip-content,
.my-tooltip:hover .tooltip-content {
  display: block;
}
.my-tooltip .tooltip-content {
  font-size: 1.50rem;
  font-weight: 400;
}
.tooltip-toggle {
  background-image: url("../../frontend/NeWS/luma_child/it_IT/images/info.svg");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 100% 100%;
  margin-right: 1.50rem;
  padding: 0rem 0.80rem;
  vertical-align: baseline;
}
/**Magento Core**/
.message.success :first-child::before,
.message.error :first-child::before,
.message.warning :first-child::before,
.message.info :first-child::before,
.message.notice :first-child::before {
  font-size: 0.938em;
  color: #374957;
}
.message.notice > :first-child:before {
  content: '' !important;
  font-size: 0.938em;
}
.message.notice {
  background-color: #dde3ef /*url('../../frontend/NeWS/luma_child/it_IT/images/ico-gift.svg')*/;
  background-size: 20px 20px;
  background-position: 20px 10px;
  background-repeat: no-repeat;
  padding-left: 50px;
  color: #374957;
}
.abs-product-link:hover,
.product-item-name:hover,
.product.name a:hover,
.abs-product-link:visited,
.product-item-name:visited,
.product.name a:visited,
.product-item-name:hover,
.product-item-name:visited,
.product.name a:hover,
.product.name a:visited {
  color: #374957;
  text-decoration: underline;
}
.abs-product-link:visited,
.product-item-name:visited,
.product.name a:visited,
.product-item-name:visited,
.product.name a:visited {
  color: #374957;
  text-decoration: underline;
}
button:focus {
  outline: 0px dotted !important;
  outline: 0px auto -webkit-focus-ring-color !important;
}
.slick-prev,
.slick-next {
  z-index: 1 !important;
  color: #000000 !important;
  background-color: #ffffff !important;
}
.slick-prev:after,
.slick-next:after,
.slick-prev:before,
.slick-next:before {
  color: #000000 !important;
}
.slick-prev:hover,
.slick-next:hover {
  background-color: #d9d9d9 !important;
}
.slick-prev {
  left: 3px !important;
}
.slick-next {
  right: 3px !important;
}
.slick-dots {
  bottom: 0px !important;
}
.slick-dots li button {
  border: 1px solid #374957 !important;
}
.slick-dots li button,
.slick-dots li button::before {
  width: 10px !important;
  height: 10px !important;
  border-radius: 50% !important;
}
/*Modal*/
.modals-wrapper .modal-inner-wrap,
.modals-wrapper .modal-header,
.modals-wrapper .modal-footer {
  background: #ffffff;
}
/* ============================================ *
    * BKG Farcomi
    * ============================================ */
.bkg-darkgray {
  background: #374957;
}
.bkg-gray {
  background: #68758f;
}
.bkg-graylight {
  background: #a3b1c8;
}
.bkg-silver {
  background: #dde3ef;
}
.bkg-silverlight {
  background: #f0f2f5;
}
.bkg-darkwhite {
  background: #f8f9fc;
}
.bkg-white {
  background: #ffffff;
}
.bkg-white-opacity {
  background: rgba(255, 255, 255, 0.85);
  padding: 3rem;
}
.bkg-gray-opacity {
  background: rgba(55, 73, 87, 0.85);
  padding: 3rem;
}
.bkg-color-opacity {
  background: rgba(55, 73, 87, 0.85);
  padding: 3rem;
}
/* ============================================ *
    * Generic Icon Farcomi
    * ============================================ */
.farcomi-fb {
  background-image: url("../../frontend/NeWS/luma_child/it_IT/images/farcomi-facebook.svg");
}
.farcomi-li {
  background-image: url("../../frontend/NeWS/luma_child/it_IT/images/farcomi-linkedin.svg");
}
.block-search .action.search {
  background-image: url("../../frontend/NeWS/luma_child/it_IT/images/farcomi-search.svg") !important;
}
.block-search .action.search:before {
  content: "" !important;
}
.block-search .action.search {
  background-repeat: no-repeat !important;
  background-size: 30px 30px !important;
  background-position: top left !important;
  width: 30px !important;
  height: 30px !important;
  margin-top: 1rem !important;
}
/* ============================================ *
    * Generic Icon White
    * ============================================ */
.white-facebook {
  background-image: url("../../frontend/NeWS/luma_child/it_IT/images/white-facebook.svg");
}
.white-instagram {
  background-image: url("../../frontend/NeWS/luma_child/it_IT/images/white-instagram.svg");
}
.white-pinterest {
  background-image: url("../../frontend/NeWS/luma_child/it_IT/images/white-pinterest.svg");
}
.white-mail {
  background-image: url("../../frontend/NeWS/luma_child/it_IT/images/white-mail.svg");
}
.white-delivery {
  background-image: url("../../frontend/NeWS/luma_child/it_IT/images/white-delivery.svg");
}
.white-return {
  background-image: url("../../frontend/NeWS/luma_child/it_IT/images/white-return.svg");
}
.white-order {
  background-image: url("../../frontend/NeWS/luma_child/it_IT/images/white-phone.svg");
}
.white-payment {
  background-image: url("../../frontend/NeWS/luma_child/it_IT/images/white-payment.svg");
}
/* ============================================ *
    * Generic Icon Black
    * ============================================ */
.black-facebook {
  background-image: url("../../frontend/NeWS/luma_child/it_IT/images/black-facebook.svg");
}
.black-instagram {
  background-image: url("../../frontend/NeWS/luma_child/it_IT/images/black-instagram.svg");
}
.black-pinterest {
  background-image: url("../../frontend/NeWS/luma_child/it_IT/images/black-pinterest.svg");
}
.black-mail {
  background-image: url("../../frontend/NeWS/luma_child/it_IT/images/black-mail.svg");
}
.black-delivery {
  background-image: url("../../frontend/NeWS/luma_child/it_IT/images/black-delivery.svg");
}
.black-return {
  background-image: url("../../frontend/NeWS/luma_child/it_IT/images/black-return.svg");
}
.black-order {
  background-image: url("../../frontend/NeWS/luma_child/it_IT/images/black-phone.svg");
}
.black-payment {
  background-image: url("../../frontend/NeWS/luma_child/it_IT/images/black-payment.svg");
}
.farcomi-fb,
.farcomi-li,
.white-facebook,
.white-instagram,
.white-pinterest,
.white-mail,
.white-delivery,
.white-return,
.white-order,
.white-payment,
.black-facebook,
.black-instagram,
.black-pinterest,
.black-facebook,
.black-linkedin,
.black-mail,
.black-delivery,
.black-return,
.black-order,
.black-payment {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: top left;
}
/* ============================================ *
    * Header
    * ============================================ */
.icons-class,
.page-header .header.content .header-icon .account,
.page-header .header.content .header-icon .wishlist,
.minicart-wrapper .action.showcart.active,
.minicart-wrapper .action.showcart {
  vertical-align: top;
  background-size: 35px 35px;
  background-repeat: no-repeat;
  background-position: top center;
  padding-top: 40px;
  margin-left: 2rem;
  width: 35px;
}
.page-header {
  border-bottom: 0px solid #dde3ef;
  background: #ffffff;
  color: #374957;
}
.page-header .panel.wrapper {
  border-bottom: 0px solid #dde3ef !important;
  background: #f0f2f5 !important;
  color: #374957 !important;
}
.page-header .panel.wrapper .switcher .options .action.toggle:after {
  margin-top: 1.00rem;
}
.page-header .panel.wrapper .panel.header {
  padding-bottom: 0.40rem;
  padding-top: 0.40rem;
}
.page-header .panel.wrapper .panel.header p {
  font-size: 1.00rem;
  line-height: 1.50rem;
  margin-bottom: 0rem;
  color: #374957;
}
.page-header .header.panel {
  padding-bottom: 0;
  padding-top: 0;
}
.page-header .header.panel .header.links li {
  margin: 0 0 0 0px;
}
.page-header .header.panel .header.links li a {
  color: #374957;
  font-size: 0.90em;
  padding: 0 0.75rem;
  font-weight: 600 !important;
}
.page-header .header.panel .header.links li a:hover {
  color: #68758f;
  text-decoration: none;
}
.page-header .header.panel .header.links .authorization-link:after {
  display: none;
}
.page-header .header.panel .header.links li.welcome {
  display: none;
}
.page-header .header.content {
  padding-top: 0rem;
  padding-bottom: 0rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  background: #ffffff;
}
.page-header .header.content .conteiner-switch-site .switch-site {
  display: flex;
  font-size: 1.30rem !important;
}
.page-header .header.content .header-icon .account,
.page-header .header.content .header-icon .wishlist {
  overflow: visible;
  display: block;
  position: relative;
  font-size: 0.80em;
  line-height: 1.00em;
  height: inherit;
  color: #374957;
  text-decoration: none;
}
.page-header .header.content .header-icon .account .text,
.page-header .header.content .header-icon .wishlist .text {
  white-space: nowrap;
}
.page-header .header.content .header-icon .account {
  background-image: url("../../frontend/NeWS/luma_child/it_IT/images/farcomi-user.svg");
}
.page-header .header.content .header-icon .wishlist {
  background-image: url("../../frontend/NeWS/luma_child/it_IT/images/farcomi-heart.svg");
}
.page-header .header.content li {
  list-style: none;
  display: inline-block;
  margin-left: 2rem;
}
.page-header .header.content .logo {
  margin: 0px auto 1rem 0px;
}
.page-header .header.content .logo img {
  width: 180px;
  margin-top: 0.5rem;
}
.page-header .header.content .nav-toggle:before {
  color: #374957;
}
.page-header .header.content .logo {
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.page-header .header.content .block.block-search {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  margin-top: 2rem;
}
.page-header .header.content .conteiner-switch-site {
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
  margin-top: 2.5rem;
  margin-left: 2rem;
}
.page-header .header.content .header-icon {
  -ms-flex-order: 4;
  -webkit-order: 4;
  order: 4;
  margin-top: 3rem;
  margin-bottom: 0rem;
}
.page-header .header.content .minicart-wrapper {
  -ms-flex-order: 5;
  -webkit-order: 5;
  order: 5;
  margin-top: 3rem;
}
/* ============================================ *
    * Header Sticky
    * ============================================ */
.page-header.sticky,
.sections.nav-sections.sticky,
.block.block-minicart.sticky {
  position: fixed;
  width: 100%;
  max-width: 100%;
  padding: 0;
}
.page-header.sticky {
  top: 0px !important;
  z-index: 999 !important;
}
.sections.nav-sections.sticky {
  top: 127px !important;
  z-index: 998 !important;
}
.page-header .minicart-wrapper {
  position: relative !important;
}
.block.block-minicart.sticky {
  position: absolute !important;
  top: 60px !important;
  z-index: 9999 !important;
  min-width: 390px !important;
  max-width: 390px !important;
  right: -10px !important;
  padding: 25px 20px !important;
}
.block.block-minicart {
  z-index: 9999 !important;
}
/* ============================================ *
    * Minicart
    * ============================================ */
.minicart-wrapper {
  float: inherit !important;
}
.minicart-wrapper .action.showcart.active,
.minicart-wrapper .action.showcart {
  background-image: url("../../frontend/NeWS/luma_child/it_IT/images/farcomi-cart.svg");
}
.minicart-wrapper .action.showcart.active:before,
.minicart-wrapper .action.showcart:before {
  display: none;
}
.minicart-wrapper .action.showcart.active .counter.qty,
.minicart-wrapper .action.showcart .counter.qty {
  background: #374957;
  position: absolute;
  top: -10px;
  right: -10px;
  line-height: 20px;
  width: 20px;
  height: 20px;
  vertical-align: middle;
}
.minicart-wrapper .action.showcart.active .counter.qty .loader > img,
.minicart-wrapper .action.showcart .counter.qty .loader > img {
  display: none;
}
.minicart-wrapper .action.showcart.active .counter-number,
.minicart-wrapper .action.showcart .counter-number {
  line-height: 2rem;
  color: #ffffff;
  font-weight: bold;
}
.minicart-wrapper .action.close {
  color: #000000 !important;
}
.minicart-wrapper .action.close:before,
.minicart-wrapper .action.close:hover {
  color: #000000 !important;
  line-height: 28px;
}
.minicart-wrapper .secondary .action span {
  color: #374957 !important;
}
.minicart-wrapper .secondary .action span:hover {
  color: #ffffff !important;
}
.minicart-wrapper .block-minicart .subtitle.empty {
  text-align: left;
}
.minicart-wrapper .block-minicart .block-content > .actions > .secondary a.viewcart {
  text-decoration: none;
}
.minicart-wrapper .block-minicart .block-content > .actions > .secondary a.viewcart span {
  display: block;
  width: 100%;
  background-color: #dde3ef;
  color: #374957;
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
  font-weight: 600;
}
.minicart-wrapper .block-minicart .block-content > .actions > .secondary a.viewcart span:hover {
  background-color: #68758f;
  color: #ffffff;
}
.minicart-wrapper .block-minicart .items-total span {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5em;
}
.minicart-wrapper .block-minicart .subtotal .price-container {
  display: inline-block;
}
.minicart-wrapper .block-minicart .items-total {
  margin: 5px 10px;
}
.minicart-wrapper .block-minicart .items-total span.count {
  padding-right: 1em;
}
.minicart-wrapper .minicart-items-wrapper {
  height: 250px !important;
}
.minicart-wrapper .minicart-items-wrapper .minicart-items li {
  width: 95%;
}
/* ============================================ *
    * Breadcrumbs
    * ============================================ */
.breadcrumbs {
  background: #f0f2f5;
  max-width: 100% !important;
  padding-top: 0.50rem;
  padding-bottom: 0.50rem;
  color: #374957;
  text-transform: uppercase;
  font-weight: 600 !important;
}
.breadcrumbs strong {
  font-weight: 700 !important;
}
.breadcrumbs a {
  color: #000000 !important;
  font-weight: 600 !important;
}
.breadcrumbs .item:not(:last-child):after {
  line-height: inherit !important;
}
/* ============================================ *
    * Footer
    * ============================================ */
.page-footer {
  margin-top: 0px !important;
  padding-bottom: 0px !important;
  background: #ffffff !important;
}
.page-footer .footer-logo {
  max-width: 180px;
}
.page-footer .copyright {
  padding: 2rem;
  clear: both;
}
.page-footer .footer.content {
  padding-bottom: 0rem;
}
.page-footer .footer.content a,
.page-footer .footer.content .alink,
.page-footer .footer.content .links a,
.page-footer .footer.content .copyright-container a {
  font-size: 1.4rem;
  font-weight: 400;
  color: #374957;
  text-decoration: none;
  padding-right: 1.3rem;
}
.page-footer .footer.content a:hover,
.page-footer .footer.content .alink:hover,
.page-footer .footer.content .links a:hover,
.page-footer .footer.content .copyright-container a:hover {
  color: #a3b1c8;
}
.page-footer .footer.content .block-title {
  margin-top: 3rem;
  margin-bottom: 2rem;
  font-size: 1.15em;
  font-weight: 700;
  text-transform: uppercase;
}
.page-footer .footer.content .footer-container,
.page-footer .footer.content .copyright-container {
  margin: 0px auto;
  max-width: inherit !important;
}
.page-footer .footer.content .footer-info p,
.page-footer .footer.content .block.footer p,
.page-footer .footer.content .copyright-container p,
.page-footer .footer.content .footer.content .links li {
  font-size: 1em;
  margin-bottom: 0rem;
  color: #000000;
}
.page-footer .footer.content .footer-container {
  padding-top: 0rem !important;
  font-size: 1.30rem;
  padding-bottom: 0rem;
}
.page-footer .footer.content .footer-container .social-icons a {
  float: left;
  margin-right: 15px;
}
.page-footer .footer.content .footer-container .social-icons .black-facebook,
.page-footer .footer.content .footer-container .social-icons .black-instagram,
.page-footer .footer.content .footer-container .social-icons .black-pinterest {
  width: 20px;
  height: 20px;
}
.page-footer .footer.content .footer-info {
  margin: 1.875rem 0rem;
}
.page-footer .footer.content .copyright-container {
  background: #f0f2f5;
  color: #000000;
  padding-left: 1.3rem !important;
  padding-top: 1.5rem !important;
  padding-bottom: 1rem !important;
  font-size: 1.30rem !important;
}
/* ============================================ *
    * Newsletter
    * ============================================ */
.newsletter-container {
  margin: 0px auto;
  max-width: inherit !important;
}
.newsletter-container a {
  text-decoration: underline !important;
}
.newsletter-container .newsletter-section h4 {
  font-size: 1.25em;
}
.newsletter-container .newsletter-section p.text-newsletter {
  color: #ffffff;
  font-size: 0.90em;
  line-height: 1.20em;
  margin: 0;
}
.newsletter-container .block.newsletter {
  float: none;
  margin: 0px auto;
  max-width: inherit;
}
.newsletter-container .block.newsletter .action.subscribe {
  float: right;
  height: 40px;
  float: none;
}
.newsletter-container .block.newsletter button.action.subscribe.primary {
  background: #374957;
  border-color: #374957;
}
.newsletter-container .block.newsletter button.action.subscribe.primary:after {
  background-color: #374957;
}
.newsletter-container .block.newsletter button.action.subscribe.primary:before {
  background-color: #192228;
}
.newsletter-container .block.newsletter .field .control:before {
  margin: 3px 0 0 8px;
}
.newsletter-container .block.newsletter .field.newsletter .control > input {
  padding-left: 40px;
}
.newsletter-container .block.newsletter .field.newsletter {
  max-width: 400px;
}
.newsletter-container .block.newsletter .field.newsletter .control > input {
  height: 40px;
  font-style: italic;
  font-size: 0.75em;
  padding-left: 2rem;
  box-shadow: none;
  background-color: #ffffff;
  color: #374957;
  border: 0;
  width: 400px;
}
/* ============================================ *
    * Menu
    * ============================================ */
.sections.nav-sections {
  margin-bottom: 0px;
}
.sections.nav-sections .nav-sections-item-content {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.sections.nav-sections .section-item-title a.nav-sections-item-switch,
.sections.nav-sections .header.links a {
  color: #ffffff !important;
}
.sections.nav-sections .section-item-title a.nav-sections-item-switch:hover,
.sections.nav-sections .header.links a:hover {
  color: #ffffff !important;
}
/* ============================================ *
    * Search
    * ============================================ */
.block-search {
  margin-top: 0px;
  float: inherit;
  width: 450px !important;
}
.block-search input {
  border: 0px solid #374957;
  border-bottom: 1px solid #374957;
  padding: 2.5rem 1rem;
  border-radius: 0px;
}
.block-search .action.search.disabled,
.block-search .action.search[disabled],
fieldset[disabled] .block-search .action.search {
  opacity: 1 !important;
}
/* ============================================ *
    * Sidebar
    * ============================================ */
.sidebar-main,
.sidebar-additional {
  padding-left: 2% !important;
  padding-right: 2% !important;
  margin-top: 0px !important;
  padding-top: 1rem !important;
}
.sidebar {
  background: #f0f2f5;
}
.sidebar.sidebar-main .block.filter {
  margin-top: 0rem;
}
.sidebar .product-items .product-item-details,
.sidebar-additional .product-items .product-item-details {
  margin-left: 0px !important;
}
.sidebar .product-items .product-item-info .product-item-photo,
.sidebar-additional .product-items .product-item-info .product-item-photo {
  position: relative !important;
}
.sidebar .products-grid .product-item-name,
.sidebar-additional .products-grid .product-item-name {
  min-height: auto !important;
  height: auto !important;
  overflow-y: inherit;
}
.sidebar .products-grid .price-box.price-final_price,
.sidebar-additional .products-grid .price-box.price-final_price {
  min-height: auto !important;
}
.sidebar .products-grid .product-item-inner,
.sidebar-additional .products-grid .product-item-inner {
  display: none;
}
.sidebar .products-grid .product-item-info:hover .product-item-photo,
.sidebar-additional .products-grid .product-item-info:hover .product-item-photo {
  left: 0px !important;
  top: 0px !important;
}
.sidebar .block-wishlist .actions-toolbar,
.sidebar-additional .block-wishlist .actions-toolbar {
  display: none;
}
/* ============================================ *
    * Home
    * ============================================ */
.cms-home {
  background: #f0f2f5 !important;
}
.cms-home .page-main,
.cms-home .column.main {
  max-width: 100%;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
}
.cms-home .row {
  margin-right: 0;
  margin-left: 0;
}
.cms-home .product-item-info {
  padding-bottom: 2rem;
}
.itemslider .block-title,
.block-title-line {
  border-bottom: 1px solid #e5e5e5;
  padding-top: 5px;
  padding-bottom: 5px;
}
.responsive-image {
  width: 100%;
}
.container-info {
  background-color: #dde3ef;
}
.line-top {
  border-bottom: 1px solid #a3b1c8;
}
.line-bottom {
  border-bottom: 1px solid #a3b1c8;
}
/** Banner **/
.banner-border > .outer {
  padding: 0.3125rem;
  margin: 0rem;
  font-size: 1.875rem;
  letter-spacing: 0rem;
  line-height: normal;
  font-family: 'Segoe';
  font-weight: 700;
  border-radius: 0.3125rem;
  background: linear-gradient(rgba(55, 73, 87, 0.7), #192228);
  color: #374957;
}
.banner-border > .outer > .inner {
  padding: 1.25rem 7.5rem;
  background: #ffffff;
}
/** Special Offers Section **/
.special-offers-section {
  background: #f0f2f5;
}
.special-offers-section .container-offers-section {
  background: #ffffff;
  margin: 0px auto;
  text-align: center;
  padding: 1rem 2rem;
  margin-top: 3.70rem;
}
.sicon-box.left-icon,
.sicon-box.right-icon {
  display: -ms-flexbox;
  display: flex;
}
.sicon-box {
  margin-bottom: 20px;
}
.left-icon .sicon-body,
.right-icon .sicon-body {
  -ms-flex: 1;
  flex: 1;
  max-width: 100%;
}
.filterproduct-title {
  font-size: 2.1875em;
  text-align: center;
  background: none;
  margin-bottom: 2rem;
  font-weight: 300;
  background: transparent;
}
.filterproduct-title .content {
  padding: 0;
  text-transform: none;
}
.filterproduct-title .content strong {
  font-weight: 300;
}
.filterproducts-tab .data.items > .item {
  min-height: 400px;
}
.filterproducts-tab .product-items .product-item-details .product-item-inner {
  display: none;
}
/* ============================================ *
    * Category
    * ============================================ */
.catalog-category-view .columns {
  background: #f0f2f5;
}
.catalog-category-view .columns .column.main {
  padding-top: 2rem;
}
.catalog-category-view .pages a.page {
  color: inherit;
}
.catalog-category-view h1 {
  margin-top: 0rem;
}
.catalog-category-view h2:after {
  height: 0px;
}
.catalog-category-view .category-view {
  background: #f0f2f5;
  display: flex;
  margin-top: 1.10rem;
  font-size: 0.90em;
}
.catalog-category-view .category-image,
.catalog-category-view .category-description {
  background: #f0f2f5;
  margin-bottom: 0px;
  padding: 2rem 3rem;
}
.catalog-category-view .filter .block-subtitle {
  font-weight: 400;
  font-size: 1.1875em;
  line-height: 1.1875em;
}
.catalog-category-view .filter .filter-options-title {
  font-size: 0.99em;
}
.catalog-category-view .filter ol.items {
  font-size: 1.5rem;
  padding-left: 0px;
}
.catalog-category-view .filter ol.items li.item {
  margin-top: 0rem;
  margin-bottom: 0rem;
  list-style: none;
}
.catalog-category-view .filter ol.items li.item .count {
  font-weight: 800;
}
.catalog-category-view product-info-main .product-info-details {
  border-bottom: 1px solid #dde3ef;
  padding: 2rem 2.5rem;
}
.catalog-category-view .products-list .product-item {
  border-bottom: 1px solid #374957;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
  margin-bottom: 2rem;
}
.catalog-category-view .products-list .product-item .price-box,
.catalog-category-view .products-list .product-item .product-item-inner {
  text-align: left;
  width: 20%;
  align-self: center;
  justify-content: center;
  text-align: center;
}
.catalog-category-view .products-list .product-item .price-box .price,
.catalog-category-view .products-list .product-item .product-item-inner .price {
  font-size: 2.10rem;
  padding-top: 0.80rem;
}
.catalog-category-view .products-list .product-item-details {
  display: flex;
  margin-top: 2rem;
}
.catalog-category-view .products-list .product-item-name {
  text-align: left;
  width: 50%;
}
.catalog-category-view .products-list .product-item-name .product-item-link {
  font-weight: 600;
}
.catalog-category-view .products-list .product-item-name .product-item-description {
  text-transform: none;
  font-size: 1.00em;
}
.catalog-category-view .products-list .product-item-info .more {
  color: #374957;
}
.catalog-category-view .product-item .price-box {
  margin: 1rem 0rem 2rem !important;
}
/* ============================================ *
    * Delete Products Effect Hover Luma 
    * ============================================ */
.products-grid .product-item-info:not(:hover):not(.active) .product-item-inner {
  position: relative !important;
  height: auto !important;
  width: 100% !important;
  border: none !important;
  box-shadow: none !important;
  overflow: unset !important;
  z-index: 2 !important;
  margin: 0px !important;
}
.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,
.products-grid .product-item-info:hover,
.products-grid .product-item-info.active {
  box-shadow: none !important;
  transition: none !important;
}
.products-grid .product-item-info:hover .product-item-inner,
.products-grid .product-item-info.active .product-item-inner {
  display: block !important;
}
.products-grid .product-item-inner {
  box-shadow: none !important;
  left: 0px !important;
  right: 0px !important;
  padding: 0px !important;
  position: relative;
  border: none !important;
}
.products-grid .product-item-actions {
  margin: 0 !important;
}
.products-grid .product-item-info:hover,
.products-grid .product-item-info.active {
  border: 0px solid #ffffff !important;
  margin: 0px !important;
  padding: 0px !important;
}
/* ============================================ *
    * Generic Product Style
    * ============================================ */
.block.related {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-top: 5rem;
}
.block.related block-title.title,
.block.related #block-related-heading {
  margin-top: 0 !important;
  font-size: 2.4rem !important;
}
.block.related .block-content .block-actions,
.block.related .field.choice {
  display: none;
}
.block.related .product.name.product-item-name {
  margin-left: 0px;
  min-height: 60px;
}
.block.related .product-item-info {
  width: 100% !important;
}
.product-item-info,
.product-item-name,
.product-item .price-box,
.product-item,
.product-item-details .product-item-inner {
  text-align: center !important;
  margin-left: auto;
  margin-right: auto;
}
.product-item-name {
  min-height: 60px !important;
  height: 60px;
  overflow-y: hidden;
}
.product-item .price-box {
  margin: 1rem 2rem !important;
}
.minimal-price {
  display: flex;
  margin-bottom: 0px;
  justify-content: center;
}
.minimal-price .price-label {
  margin-right: 2rem;
}
.products-grid .product-item-info {
  box-shadow: 0px 0px 0px 0px #ffffff;
  border: 0px solid #ffffff;
}
.products-grid .product-item-info:hover {
  border: 0px solid #ffffff;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  background: #ffffff;
  transition: 0.3s;
}
.products-grid .product-item-info .more {
  display: none;
}
.products-grid .product-item-info .product-item-inner {
  box-shadow: 0px 0px 0px 0px #ffffff;
  border: 0px solid #ffffff;
}
.products-grid .product-item-info .product-item-inner:hover {
  border: 0px solid #ffffff;
  border-left: 0px solid #ffffff;
  border-right: 0px solid #ffffff;
  background: #ffffff;
  transition: 0.3s;
}
.price-container.price-final_price.tax.weee > span.price-label,
.product-item-actions .actions-secondary > .action.tocompare,
.product-social-links .action.tocompare,
.fotorama-item .fotorama__caption {
  display: none;
}
/* ============================================ *
    * Product
    * ============================================ */
.catalog-product-view {
  /**Grouped**/
  /**Disponibilità Prodotti**/
}
.catalog-product-view h1 {
  margin-top: 0rem;
}
.catalog-product-view h1:before,
.catalog-product-view h2:before,
.catalog-product-view h1.page-title:before,
.catalog-product-view h1:after,
.catalog-product-view h2:after,
.catalog-product-view h1.page-title:after {
  margin-left: 0em;
  margin-right: 0em;
}
.catalog-product-view h2:after {
  height: 0px;
}
.catalog-product-view .product-info-main {
  border-left: 1px solid #dde3ef;
  border-right: 1px solid #dde3ef;
  padding-right: 0rem;
}
.catalog-product-view .product-info-main .product-add-form,
.catalog-product-view .product-info-main .product-reviews-summary,
.catalog-product-view .product-info-main .product-info-stock-sku,
.catalog-product-view .product-info-main .block-static-block.widget,
.catalog-product-view .product-info-main .block-cms-link.widget,
.catalog-product-view .product-info-main .product.attribute.overview,
.catalog-product-view .product-info-main .msg_price_guest.ex1 {
  padding-left: 0rem;
}
.catalog-product-view .product-info-main .product-reviews-summary {
  margin-bottom: 0px !important;
}
.catalog-product-view .product-info-main .product-add-form {
  padding-top: 0px !important;
}
.catalog-product-view .product-info-main .product.attribute.overview {
  margin-top: 0;
  margin-bottom: 0rem;
}
.catalog-product-view .product-info-main .page-title-wrapper .page-title {
  font-size: 3.2rem;
}
.catalog-product-view .product-info-main .page-title-wrapper.product {
  padding-left: 0rem;
  padding-right: 0rem;
}
.catalog-product-view .product-info-main .product-info-stock-sku {
  display: block;
  float: none;
  padding-left: 0;
  padding-top: 1rem;
  text-align: left;
  border-top: 1px solid #dde3ef !important;
  margin-top: 0.5rem;
}
.catalog-product-view .product-info-main .price-box {
  display: inline-flex;
  flex-direction: row-reverse;
}
.catalog-product-view .product-info-main .price-box .price-container .price {
  color: #374957;
  font-size: 1.80rem;
  font-weight: 800 !important;
  margin-left: 0rem;
}
.catalog-product-view .product-info-main .price-box .price-container [data-price-type="oldPrice"] .price {
  margin-right: 0.50rem !important;
  color: #a3b1c8;
  font-weight: 400 !important;
}
.catalog-product-view .product-info-main .product-info-price {
  border-bottom: 1px solid #ffffff;
  margin-bottom: 0px;
}
.catalog-product-view .product-info-main .product.attribute.sku .type:after {
  content: ':';
}
.catalog-product-view .old-price .price {
  text-decoration: line-through;
}
.catalog-product-view .product-info-main .block-static-block.widget,
.catalog-product-view .block-cms-link.widget,
.catalog-product-view .product-info-main .product-info-price > .priceBox {
  padding-top: 2rem;
}
.catalog-product-view .swatch-option:hover,
.catalog-product-view .swatch-option.image:not(.disabled):hover,
.catalog-product-view .swatch-option.color:not(.disabled):hover {
  border: 1px solid #ffffff;
}
.catalog-product-view .swatch-option.selected {
  outline: 2px solid #333333;
}
.catalog-product-view .swatch-option.text {
  padding: 0.7rem 2rem;
  height: auto;
}
.catalog-product-view .product.data.items {
  margin-top: 1rem;
}
.catalog-product-view .product.data.items .item.title .switch {
  background: #dde3ef !important;
  color: #374957 !important;
  border: 0px solid #cccccc;
  font-size: 1.2em;
}
.catalog-product-view .product.data.items .item.title .switch:hover {
  background: #68758f !important;
  color: #ffffff !important;
}
.catalog-product-view .product.data.items .item.title.active .switch,
.catalog-product-view .product.data.items .item.title.active .switch:focus {
  background: #68758f !important;
  color: #ffffff !important;
}
.catalog-product-view .product.data.items .item.content {
  border-bottom: 1px solid #374957;
  border-left: 0px solid #dde3ef;
  border-right: 0px solid #dde3ef;
  border-top: 1px solid #374957;
  background: #dde3ef !important;
}
.catalog-product-view .fotorama__thumb-border {
  border: 1px solid #333333;
}
.catalog-product-view .fotorama__stage__frame .fotorama__img {
  padding-bottom: 3rem;
}
.catalog-product-view .product.media .fotorama .fotorama__stage {
  height: 500px !important;
}
.catalog-product-view .box-tocart {
  text-align: right;
}
.catalog-product-view .box-tocart .fieldset .field.qty,
.catalog-product-view .box-tocart .fieldset .field.qty .control {
  display: inline-block;
}
.catalog-product-view .box-tocart .fieldset .field.qty {
  width: 40%;
  vertical-align: bottom;
  margin-bottom: 2rem;
  text-align: left;
}
.catalog-product-view .box-tocart .fieldset .input-text.qty {
  vertical-align: middle;
}
.catalog-product-view .box-tocart .fieldset .field.qty .control button {
  padding: 2px 10px;
}
.catalog-product-view .box-tocart .actions {
  display: inline-block;
  width: 60%;
}
.catalog-product-view .box-tocart .action.tocart {
  width: 100%;
  vertical-align: top;
}
.catalog-product-view .box-tocart .action.tocart:hover {
  background-color: #dde3ef;
  border-color: #dde3ef;
}
.catalog-product-view .additional-attributes-wrapper.table-wrapper {
  border-top: 1px solid #dde3ef !important;
  padding: 2rem 0rem !important;
  margin-bottom: 0px !important;
}
.catalog-product-view .additional-attributes-wrapper .additional-attributes {
  width: 100% !important;
  margin-bottom: 0px !important;
}
.catalog-product-view .additional-attributes-wrapper tbody > tr > th,
.catalog-product-view .additional-attributes-wrapper tbody > tr > td {
  padding: 2px 30px 2px 8px !important;
}
.catalog-product-view .additional-attributes-wrapper .additional-attributes > tbody > tr:nth-child(even) {
  background: #f8f9fc !important;
}
.catalog-product-view .additional-attributes-wrapper .additional-attributes > tbody > tr:nth-child(odd) {
  background: #f0f2f5 !important;
}
.catalog-product-view .estimatedDeliveryDate.message {
  margin-left: 0rem !important;
  margin-right: 0rem !important;
  min-height: 80px;
  margin: 0px !important;
  margin-bottom: 1.5rem !important;
}
.catalog-product-view .bundle-options-container .block-bundle-summary .product-addto-links > .action,
.catalog-product-view .product-item-actions .actions-secondary > .action,
.catalog-product-view .product-social-links .action.tocompare,
.catalog-product-view .wishlist.split.button > .action.split,
.catalog-product-view .product-social-links .action.mailto.friend,
.catalog-product-view .product-social-links .action.towishlist,
.catalog-product-view .block-bundle-summary .action.towishlist,
.catalog-product-view .product-item .action.towishlist,
.catalog-product-view .table-comparison .action.towishlist {
  text-transform: inherit;
  font-weight: 400;
}
.catalog-product-view .table > :not(caption) > * > * {
  border-bottom-width: 0px;
}
.catalog-product-view .table.grouped .thead-width {
  width: 100%;
  display: grid;
}
.catalog-product-view .table.grouped .col.image[data-th="Product Image"] {
  width: 40%;
}
.catalog-product-view .table.grouped .col.item[data-th="Nome prodotto"] {
  width: 50%;
  text-align: left;
  padding-left: 0;
  padding-right: 0;
  vertical-align: middle;
}
.catalog-product-view .table.grouped td.col.qty {
  width: 10%;
  text-align: left;
  font-weight: 700;
  position: relative;
  padding-right: 3rem;
  padding-top: 1rem;
  vertical-align: top;
}
.catalog-product-view .table.grouped .tbody-height {
  width: 100%;
  height: 200px;
  flex-wrap: wrap;
  overflow: auto;
  overflow-x: hidden;
  overflow-y: scroll;
  padding-right: 1rem;
  display: block;
}
.catalog-product-view .table.grouped .product-item-name {
  text-align: left !important;
  margin-bottom: 0px !important;
  min-height: inherit !important;
  height: inherit !important;
  overflow-y: inherit !important;
  margin-bottom: 1rem !important;
}
.catalog-product-view .table.grouped .price {
  font-weight: 800 !important;
  margin-left: 0rem !important;
}
.catalog-product-view .product.info.detailed {
  clear: both !important;
  margin-bottom: 2rem !important;
  padding-top: 2rem !important;
}
.catalog-product-view .available_color_0 {
  color: #000000 !important;
}
.catalog-product-view .available_color_1 {
  color: #ff0101 !important;
}
.catalog-product-view .available_color_2 {
  color: #fc5e10 !important;
}
.catalog-product-view .available_color_3 {
  color: #01a501 !important;
}
/**Product Selling Point**/
.product-selling-point figure[data-content-type='image'] {
  text-align: center;
  color: #374957;
}
.product-selling-point figure[data-content-type='image'] img {
  width: 80px;
}
.product-selling-point p,
.product-selling-point [data-content-type='heading'],
.product-selling-point [data-content-type='text'] {
  text-align: center;
  color: #374957;
}
/**Product FINAL PRICE**/
.product-item .price-box.price-final_price {
  display: flex;
  flex-direction: column-reverse;
}
.product-item .old-price {
  text-decoration: line-through;
}
/* ============================================ *
    * CART
    * ============================================ */
.checkout-cart-index .cart.table-wrapper .actions-toolbar > .action-edit,
.checkout-cart-index .cart.table-wrapper .actions-toolbar > .action-delete,
.checkout-cart-index .gift-options-cart-item + .towishlist {
  position: relative;
}
.checkout-cart-index .cart.table-wrapper .actions-toolbar {
  background: #f5f5f5;
  min-height: 20px;
  padding: 1rem;
  position: relative;
  margin-left: 0px;
  margin-bottom: 0.5rem;
  text-align: right;
}
.checkout-cart-index .cart.table-wrapper .actions-toolbar > .action-delete {
  right: 12px;
}
.checkout-cart-index .gift-options-cart-item + .towishlist {
  float: left;
}
/* ============================================ *
    * Multistore Horeca e Cucina Colors
    * ============================================ */
body.horeca .bkg-primary {
  background: #ce1c27;
}
body.cucina .bkg-primary {
  background: #00529d;
}
body.horeca .color-primary {
  color: #ce1c27;
}
body.cucina .color-primary {
  color: #00529d;
}
body.horeca .sections.nav-sections,
body.horeca .navigation,
body.horeca .actions-toolbar > .primary .action,
body.horeca .actions-toolbar > .secondary .action,
body.horeca .action.primary,
body.horeca .page-main .actions button,
body.horeca .actions-toolbar > .secondary .action,
body.horeca a.pagebuilder-button-primary,
body.horeca button.pagebuilder-button-primary,
body.horeca div.pagebuilder-button-primary,
body.horeca .minicart-wrapper .action.showcart.active .counter.qty,
body.horeca .minicart-wrapper .action.showcart .counter.qty {
  background-color: #ce1c27;
  border-color: #ce1c27;
}
body.horeca .sections.nav-sections:after,
body.horeca .navigation:after,
body.horeca .actions-toolbar > .primary .action:after,
body.horeca .actions-toolbar > .secondary .action:after,
body.horeca .action.primary:after,
body.horeca .page-main .actions button:after,
body.horeca .actions-toolbar > .secondary .action:after,
body.horeca a.pagebuilder-button-primary:after,
body.horeca button.pagebuilder-button-primary:after,
body.horeca div.pagebuilder-button-primary:after,
body.horeca .minicart-wrapper .action.showcart.active .counter.qty:after,
body.horeca .minicart-wrapper .action.showcart .counter.qty:after {
  background-color: #ce1c27;
}
body.horeca .sections.nav-sections:before,
body.horeca .navigation:before,
body.horeca .actions-toolbar > .primary .action:before,
body.horeca .actions-toolbar > .secondary .action:before,
body.horeca .action.primary:before,
body.horeca .page-main .actions button:before,
body.horeca .actions-toolbar > .secondary .action:before,
body.horeca a.pagebuilder-button-primary:before,
body.horeca button.pagebuilder-button-primary:before,
body.horeca div.pagebuilder-button-primary:before,
body.horeca .minicart-wrapper .action.showcart.active .counter.qty:before,
body.horeca .minicart-wrapper .action.showcart .counter.qty:before {
  background-color: #8b131a;
}
body.cucina .sections.nav-sections,
body.cucina .navigation,
body.cucina .actions-toolbar > .primary .action,
body.cucina .actions-toolbar > .secondary .action,
body.cucina .action.primary,
body.cucina .page-main .actions button,
body.cucina .actions-toolbar > .secondary .action,
body.cucina a.pagebuilder-button-primary,
body.cucina button.pagebuilder-button-primary,
body.cucina div.pagebuilder-button-primary,
body.cucina .minicart-wrapper .action.showcart.active .counter.qty,
body.cucina .minicart-wrapper .action.showcart .counter.qty {
  background-color: #00529d;
  border-color: #00529d;
}
body.cucina .sections.nav-sections:after,
body.cucina .navigation:after,
body.cucina .actions-toolbar > .primary .action:after,
body.cucina .actions-toolbar > .secondary .action:after,
body.cucina .action.primary:after,
body.cucina .page-main .actions button:after,
body.cucina .actions-toolbar > .secondary .action:after,
body.cucina a.pagebuilder-button-primary:after,
body.cucina button.pagebuilder-button-primary:after,
body.cucina div.pagebuilder-button-primary:after,
body.cucina .minicart-wrapper .action.showcart.active .counter.qty:after,
body.cucina .minicart-wrapper .action.showcart .counter.qty:after {
  background-color: #00529d;
}
body.cucina .sections.nav-sections:before,
body.cucina .navigation:before,
body.cucina .actions-toolbar > .primary .action:before,
body.cucina .actions-toolbar > .secondary .action:before,
body.cucina .action.primary:before,
body.cucina .page-main .actions button:before,
body.cucina .actions-toolbar > .secondary .action:before,
body.cucina a.pagebuilder-button-primary:before,
body.cucina button.pagebuilder-button-primary:before,
body.cucina div.pagebuilder-button-primary:before,
body.cucina .minicart-wrapper .action.showcart.active .counter.qty:before,
body.cucina .minicart-wrapper .action.showcart .counter.qty:before {
  background-color: #002a51;
}
body.horeca .bkg-color-opacity {
  background: rgba(207, 33, 41, 0.7);
}
body.cucina .bkg-color-opacity {
  background: rgba(8, 83, 158, 0.7);
}
body.horeca .class-section .air {
  background: url(../../frontend/NeWS/luma_child/it_IT/images/wave-horeca.png);
}
body.cucina .class-section .air {
  background: url(../../frontend/NeWS/luma_child/it_IT/images/wave-cucina.png);
}
body.horeca .banner-border > .outer {
  background: linear-gradient(rgba(207, 33, 41, 0.7), #8b131a);
  color: #ce1c27;
}
body.cucina .banner-border > .outer {
  background: linear-gradient(rgba(8, 83, 158, 0.7), #002a51);
  color: #00529d;
}
/**
 *   Copyright Ne.W.S. - New Web Solutions S.r.l. - All rights reserved.
**/
/**
 *   Copyright Ne.W.S. - New Web Solutions S.r.l. - All rights reserved.
**/
/* ============================================ *
    * Login Area
    * ============================================ */
.customer-account-login .block-customer-login {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  float: inherit;
  clear: inherit;
}
/* ============================================ *
    * Reserved Area
    * ============================================ */
.account .block-collapsible-nav .nav {
  display: inherit !important;
}
.account .block-collapsible-nav .item.current a,
.account .block-collapsible-nav .item.current > strong {
  border-color: #374957;
}
/**
 *   Copyright Ne.W.S. - New Web Solutions S.r.l. - All rights reserved.
**/
.qty-minus,
.qty-add {
  min-width: 20px;
  border-radius: 0px;
  height: 32px;
}
.qty-minus {
  position: absolute;
  margin-left: -20px;
}
.qty-add {
  position: absolute;
  margin-left: 59px;
}
.box-tocart .qty label.label {
  padding-right: 30px;
}
.control.qty .input-text.qty {
  margin-left: 2px;
  margin-right: 2px;
}
.table.grouped .product-item-name {
  margin-right: 15px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.account.vault-cards-listaction .page-title-wrapper {
  display: none;
}
.account.vault-cards-listaction .address-select-modal__form-container {
  margin-bottom: 20px;
}
.account.vault-cards-listaction .address-select-modal__form-container > div {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
.account.vault-cards-listaction .address-select-modal__form-container > div > div {
  margin-top: 10px;
}
.account.vault-cards-listaction .field.company,
.account.vault-cards-listaction .field.choice.set.billing,
.account.vault-cards-listaction .field.choice.set.shipping,
.account.vault-cards-listaction .primary[data-action='save-address'] {
  display: none !important;
}
.account.vault-cards-listaction #form-validate {
  display: none;
}
.account.vault-cards-listaction [for='repeat_order_cc_number'] + .control {
  position: relative;
}
.account.vault-cards-listaction .account-section__title-view-all-link {
  display: block;
  margin-bottom: 30px;
}
.account.vault-cards-listaction .braintree-credit-card-types {
  display: flex;
  flex-wrap: wrap;
}
.account.vault-cards-listaction .braintree-credit-card-types .item {
  margin-right: 5px;
  margin-top: 5px;
}
.account.vault-cards-listaction .braintree-credit-card-types .item:last-child {
  margin-right: 0;
}
.account.vault-cards-listaction .braintree-credit-card-types img {
  height: 24px;
}
.account.vault-cards-listaction .separator {
  margin: 10px 10px 0;
}
.account.vault-cards-listaction .address-select-container {
  border: 1px solid #cccccc;
  border-radius: 2px;
  padding: 25px;
}
.account.vault-cards-listaction #braintree_submit {
  font-size: 1.6rem;
  border-radius: 3px;
  box-shadow: none;
  box-sizing: border-box;
  color: #ffffff;
  height: 40px;
  margin: 10px 0;
  padding: 0 20px;
}
.account.vault-cards-listaction .subs-modal-overlay {
  background-color: #000000;
  height: 100%;
  left: 0;
  opacity: 0.3;
  position: fixed;
  top: 0;
  width: 100%;
}
.account.vault-cards-listaction #paypal_container {
  margin: auto;
  max-width: 360px;
}
.account.vault-cards-listaction .add-methods {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.account.vault-cards-listaction .add-method {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  border: 1px solid #cccccc;
  border-radius: 2px;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  padding: 3px;
  width: 50%;
}
.account.vault-cards-listaction .add-method:hover {
  border-color: #797777;
}
.account.vault-cards-listaction .add-method:first-child {
  margin-right: 35px;
}
.account.vault-cards-listaction .add-method > div {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px 10px;
}
.account.vault-cards-listaction .add-method > div p {
  font-weight: 700;
  padding-top: 15px;
}
.account.vault-cards-listaction .add-method .icon-container {
  background: #f0f0f0;
  border-radius: 0 0 1px 1px;
  height: 100%;
  padding: 15px 0;
  width: 100%;
}
.account.vault-cards-listaction .add-method .icon-container ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  list-style: none;
  margin: 0;
  max-width: 160px;
  padding: 0;
  width: 100%;
}
.account.vault-cards-listaction .add-method .icon-container ul li {
  margin: 0;
  width: 25%;
}
.account.vault-cards-listaction .add-method .icon-container ul li img {
  height: 24px;
}
.account.vault-cards-listaction .subs-modal {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  height: 100%;
  justify-content: center;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
.account.vault-cards-listaction .subs-modal__box {
  -moz-box-shadow: 0 4px 15px 5px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 4px 15px 5px rgba(0, 0, 0, 0.25);
  background-color: #ffffff;
  box-shadow: 0 4px 15px 5px rgba(0, 0, 0, 0.25);
  margin: 20px;
  max-width: 610px;
  overflow-y: auto;
  padding: 40px 20px;
  position: relative;
  text-align: center;
  width: 100%;
}
.account.vault-cards-listaction .subs-modal__close-button {
  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;
  box-shadow: none !important;
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 20px;
}
.account.vault-cards-listaction .subs-modal__close-button:focus,
.account.vault-cards-listaction .subs-modal__close-button:active {
  background: none;
  border: none;
}
.account.vault-cards-listaction .subs-modal__close-button:hover {
  background: none;
  border: none;
}
.account.vault-cards-listaction .subs-modal__close-button.disabled,
.account.vault-cards-listaction .subs-modal__close-button[disabled],
fieldset[disabled] .account.vault-cards-listaction .subs-modal__close-button {
  pointer-events: none;
  opacity: 0.5;
}
.account.vault-cards-listaction .subs-modal__screen-reader-label {
  display: none;
}
.account.vault-cards-listaction .subs-modal__title {
  text-align: center;
}
.account.vault-cards-listaction .add-card-modal .subs-modal__box {
  padding: 20px;
}
.account.vault-cards-listaction .add-card-modal form {
  margin: 0;
}
.account.vault-cards-listaction .add-card-modal legend {
  border-bottom: none !important;
  margin-bottom: 20px !important;
  padding-bottom: 0 !important;
}
.account.vault-cards-listaction .add-paypal-modal span,
.account.vault-cards-listaction .add-paypal-modal p {
  font-weight: 500;
  margin: 30px 0;
}
.account.vault-cards-listaction #co-transparent-form-braintree .fieldset {
  max-width: 400px;
}
.braintree-three-d-modal {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  visibility: visible;
  width: 100vw;
  z-index: #000000;
}
.braintree-three-d-modal .bt-modal-frame {
  background-color: #ffffff;
  border-radius: 6px;
  height: 420px;
  margin: auto;
  width: 440px;
  z-index: 2;
}
.braintree-three-d-modal .bt-modal-body {
  background-color: #ffffff;
  border: 1px solid lightgray;
  height: 380px;
  margin: 20px;
}
.braintree-three-d-modal .bt-mask {
  background-color: #000000;
  height: 100%;
  left: 0;
  opacity: 0.75;
  position: absolute;
  top: 0;
  width: 100%;
}
.braintree-applepay-container-product {
  display: inline-block;
}
.braintree-applepay-container-product .braintree-apple-pay-button {
  margin: 0;
  margin-bottom: 15px;
  padding: 10px 0;
}
.braintree-apple-pay-button {
  -apple-pay-button-type: plain;
  -webkit-appearance: -apple-pay-button;
  background-color: #000000;
  background-image: -webkit-named-image(apple-pay-logo-black);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100% calc(60% + 2px);
  border: 1px solid #000000;
  border-radius: 5px;
  cursor: pointer;
  display: block;
  margin: 20px auto;
  min-height: 40px;
  padding: 2px;
  transition: background-color 0.15s;
  width: 200px;
}
.braintree-applepay-minicart.minicart .braintree-apple-pay-button,
.braintree-applepay-minicart.cart .braintree-apple-pay-button {
  width: 100%;
}
.ppcredit-summary {
  background: linear-gradient(to right, #009cde, braintree_color-ppcredit-dark);
  color: #ffffff;
  margin: 10px 0;
  padding: 15px;
  text-align: center;
}
.ppcreditcalc-container {
  background: #ffffff;
  border: 1px solid #dedede;
}
.ppcreditcalc-header {
  background: #ffffff;
  padding: 15px;
}
.ppcreditcalc-legal {
  background-color: #eeeeee;
  border-top: 1px solid #dedede;
  font-size: 1.2rem;
  line-height: 2rem;
  padding: 15px;
}
.ppcreditcalc-instalments {
  background-color: #eeeeee;
  border-bottom: 1px solid #dedede;
  border-top: 1px solid #dedede;
  list-style: none;
  margin: 0;
  padding: 0;
}
.ppcreditcalc-instalments li {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.ppcreditcalc-instalments-term {
  color: #000000;
  display: block;
  padding: 10px 15px;
}
.ppcreditcalc-instalments-term:hover {
  background: braintree_color-ppcredit-light;
  color: #ffffff;
  text-decoration: none;
}
.ppcreditcalc-instalments-term.active {
  background: braintree_color-ppcredit-dark;
  color: #ffffff;
}
.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: #000000;
  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.minicart .braintree-googlepay-button.long,
.googlepay-minicart-logo.cart .braintree-googlepay-button.long {
  width: 100%;
}
.googlepay-minicart-logo {
  margin-top: 15px;
  text-align: center;
}
.checkout-payment-method .credit-card-types.braintree-credit-card-types img {
  -webkit-filter: none;
  -webkit-transition: none;
  width: 30px;
}
.braintree-card-control {
  position: relative;
}
.braintree-credit-card-selected {
  left: 10px;
  position: absolute;
  z-index: 10;
}
.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 {
  color: #e02b27;
  content: '*';
  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-applepay #braintree_applepay_enable_vault {
  padding-top: 20px;
}
#payment-method-braintree-cc-vault .field.required .label,
#payment-method-braintree-applepay-vault .field.required .label {
  font-weight: 600;
}
#payment-method-braintree-cc-vault .field.required .label:after,
#payment-method-braintree-applepay-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,
#payment-method-braintree-applepay-vault .field .hosted-control {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  box-sizing: border-box;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  height: 32px;
  padding: 0 9px;
  position: relative;
  vertical-align: baseline;
  width: 5rem;
}
#payment-method-braintree-cc-vault .field .hosted-control.braintree-hosted-fields-invalid:not(.braintree-hosted-fields-focused) ~ .hosted-error,
#payment-method-braintree-applepay-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,
#payment-method-braintree-applepay-vault .field .hosted-error {
  clear: both;
  color: #e02b27;
  font-size: 1.2rem;
  height: 0;
  margin-top: 7px;
  opacity: 0;
}
.braintree-paypal-fieldset {
  display: none;
}
.braintree-paypal-buttons,
.braintree-paypal-vault {
  margin-top: 20px;
}
.payment-method-braintree .hosted-control {
  border: 1px solid #c2c2c2;
  height: 32px;
  max-width: 300px;
  padding: 8px 15px;
}
.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 {
  right: 30px;
  top: 10px;
}
#braintree_cc_number {
  padding-left: 68px;
}
.braintree-express-payments {
  display: flex;
  flex-wrap: wrap;
}
.braintree-express-payments > div {
  display: flex;
  flex-wrap: wrap;
}
.braintree-express-payments span {
  display: block;
  font-size: 18px;
  margin: 20px 0;
}
.braintree-express-payments span.express-payment-title {
  width: 100%;
}
.braintree-express-payments span.express-payment-subtitle {
  align-items: center;
  display: flex;
  position: relative;
  width: 100%;
}
.braintree-express-payments span.express-payment-subtitle > span {
  background: #ffffff;
  display: block;
  margin: 0 auto;
  padding: 0 5px;
}
.braintree-express-payments span.express-payment-subtitle:before {
  background: #cccccc;
  content: '';
  display: block;
  height: 1px;
  position: absolute;
  width: 100%;
  z-index: -1;
}
.braintree-express-payments > div > div {
  margin-top: 5px;
  padding-right: 5px;
  width: 240px;
}
.braintree-express-payments .braintree-googlepay-button,
.braintree-express-payments .braintree-apple-pay-button {
  margin: 0;
  min-height: 30px;
}
.braintree-express-payments .braintree-googlepay-button {
  height: 35px;
}
.braintree-express-payments .braintree-apple-pay-button {
  height: 29px;
  width: 234px;
}
/**
 *   Copyright Ne.W.S. - New Web Solutions S.r.l. - All rights reserved.
**/
/* ============================================ *
    * Blog Homepage
    * ============================================ */
.cms-home .blog-widget-recent .post-holder {
  margin-left: 0rem !important;
}
.blog-widget-recent ul.post-list {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.blog .post-list-wrapper.blog-widget-recent:not(.blog-widget-recent-masonry) .post-holder {
  width: 25%;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  border-bottom: none;
}
.blog .post-list-wrapper.blog-widget-recent:not(.blog-widget-recent-masonry) .post-holder .post-header {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  background: #374957;
  padding: 1rem 0.5rem;
  margin-bottom: 0.5rem;
  max-height: 145px;
  min-height: 145px;
}
.blog .post-list-wrapper.blog-widget-recent:not(.blog-widget-recent-masonry) .post-holder:nth-child(2n+1) {
  clear: none;
  display: flex;
  flex-direction: column;
  max-width: 100%;
}
.blog .post-list-wrapper.blog-widget-recent:not(.blog-widget-recent-masonry) .post-holder:nth-child(2) {
  margin-left: 0rem;
}
.blog .post-list .post-header .post-title-holder {
  display: block;
  min-height: 3.125rem;
  height: 3.125rem;
}
.blog .post-list .post-header .post-title {
  height: 130px;
  overflow-y: hidden;
}
.blog .post-list .post-header .post-title,
.blog .post-list .post-header a {
  vertical-align: middle;
  display: table-cell;
  font-size: 1em;
  line-height: 1.3em;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
  color: #ffffff;
}
.blog .post-list .post-content {
  margin-bottom: 0rem;
}
.blog .post-list .post-content .post-description .post-ftimg-hld {
  width: 100% !important;
  padding: 0;
  margin: 0;
}
.blog .post-list .post-content .post-description .post-ftimg-hld img {
  max-height: 200px !important;
}
.blog .post-list .post-content .post-read-more,
.blog .post-holder .post-header .post-info,
.blog .post-holder .post-content .post-text-hld {
  display: none;
}
/* ============================================ *
    * Blog Page
    * ============================================ */
.blog-page.blog-page-list .post-list-wrapper {
  width: 80%;
}
.blog-page.blog-page-list .post-list.modern .post-info {
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
}
.blog-page.blog-page-list .page-title-wrapper {
  text-align: center !important;
  margin-bottom: 1rem;
}
.blog-page.blog-page-list .page-title-wrapper h1.page-title {
  font-weight: 600 !important;
  text-transform: uppercase !important;
}
.blog-page.blog-page-list .post-list .post-description,
.blog-page.blog-page-list .post-list .post-title-wrap {
  width: 70%;
}
.blog-page.blog-page-list .post-list .post-description {
  font-size: 1em;
  padding-right: 2rem;
}
.blog-page.blog-page-list .post-list .post-description p {
  line-height: 1.5em;
  color: #000000;
}
.blog-page.blog-page-list .post-list .post-container .image-container .post-category {
  display: none;
}
.blog-page.blog-page-list .post-list .post-container .post-image {
  flex: 0 0 50%;
}
.blog-page.blog-page-list .post-list .post-container .post-info .post-title-wrap h3 a {
  font-size: 0.7em;
  font-weight: 600;
  color: #374957;
}
.blog-page.blog-page-list .post-list .post-container .post-info .post-title-wrap h3 {
  padding-bottom: 0.65rem;
  line-height: 1em !important;
}
.blog-page.blog-page-list .post-list .post-container .post-info .post-data-wrap {
  display: none;
}
.blog-page.blog-page-list .post-list .post-item.post-holder {
  padding: 3rem 0rem;
  border-bottom: 1px solid #f0f2f5;
  margin: 0rem !important;
}
.blog-page.blog-page-list .post-list li.post-item.post-holder:nth-child(1) {
  padding-top: 0rem;
}
.blog-page.blog-page-list .post-read-more .btn-white,
.blog-page.blog-page-list .post-read-more:visited {
  background-color: #374957 !important;
  color: #ffffff !important;
  border-color: #374957 !important;
  font-weight: 700;
}
.blog-page.blog-page-list .post-read-more a.post-read:hover {
  background-color: #ffffff !important;
  border-color: #374957 !important;
  color: #374957 !important;
  text-decoration: none;
}
/* ============================================ *
    * Single Blog Post
    * ============================================ */
.blog-page.blog-post-view .page-title-wrapper h1.page-title {
  padding-left: 0rem !important;
  text-align: center !important;
}
.blog-page.blog-post-view .post-featured-image,
.blog-page.blog-post-view .post-sharing-bottom,
.blog-page.blog-post-view .post-header .post-info,
.blog-page.blog-post-view .post-view .post-holder .post-date,
.blog-page.blog-post-view .post-header {
  display: none !important;
}
.blog-page.blog-post-view .post-view .post-holder .post-content {
  padding: 2rem 4rem 0rem 0rem;
}
.blog-page.blog-post-view .post-description h2 {
  font-size: 1.9rem;
  padding: 1rem 0rem;
}
.blog-page.blog-post-view .post-description h3 {
  font-size: 1.4rem;
  padding: 1rem 0rem;
}
.blog-page.blog-post-view .post-description h4 {
  font-size: 1.20em;
  font-weight: 700 !important;
  padding: 1rem 0rem;
}
.blog-page.blog-post-view .post-description p {
  font-size: 1.15em !important;
  line-height: 1.7 !important;
  margin-bottom: 0.85rem;
  color: #000000;
}
.blog-page.blog-post-view .post-description img {
  padding-left: 0rem;
}
.blog-page.blog-post-view .post-description .container.blog-post {
  margin: 0rem;
  max-width: 100% !important;
}
.blog-page.blog-post-view .page-title-wrapper h1.page-title {
  color: #374957 !important;
  text-align: left;
  padding-left: 3.7rem;
}
.blog-page.blog-post-view .post-bottom .block.related .block-title strong {
  border-bottom: none !important;
  font-size: 1.75em !important;
}
.blog-page.blog-post-view .post-bottom .block-content a.post-item-link {
  font-size: 1.25em;
  text-decoration: none;
}
.blog-page.blog-post-view .post-list-wrapper.blog-widget-recent {
  -ms-flex-order: 1 !important;
  -webkit-order: 1 !important;
  order: 1 !important;
  width: 100%;
}
.blog-page.blog-post-view .post-list-wrapper.blog-widget-recent h3.title {
  color: #374957 !important;
  font-size: 1.15em;
  font-weight: 600 !important;
}
.blog-page.blog-post-view .post-list li.post-holder {
  margin-left: 0rem;
  margin-bottom: 0rem;
  padding-top: 1.5rem;
}
.blog-page.blog-post-view .post-list .post-header .post-title {
  font-size: 1.25em;
}
.blog-page.blog-post-view .post-content .post-description {
  font-size: 0.85em;
  width: 100%;
  padding-right: 0rem;
}
.blog-page.blog-post-view .post-content .post-description .post-text-hld {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.blog-page.blog-post-view .post-content .post-description .post-ftimg-hld {
  margin: 0 0.75rem 0 0rem;
  width: 45%;
}
.blog-page.blog-post-view .post-content .post-description .post-ftimg-hld img {
  padding: 2px;
  background-color: #a3b1c8;
  border: 1px solid #dde3ef;
}
/* ============================================ *
    * Sidebar
    * ============================================ */
.sidebar .widget.block:not(:last-child),
.sidebar .widget:not(:last-child) {
  margin-bottom: 0px !important;
}
.post-sharing-bottom {
  border-top: 0px solid #374957 !important;
}
.sidebar.sidebar-additional {
  border-left: 1px solid #f0f2f5;
  padding-left: 1.5rem !important;
  display: flex !important;
  flex-direction: column !important;
  max-width: 100% !important;
  top: 0rem !important;
}
.sidebar.sidebar-additional .post-item-link {
  font-size: 0.90em !important;
  line-height: 0.8em !important;
}
.sidebar.sidebar-additional .post-item-link a {
  color: #374957 !important;
}
.sidebar.sidebar-additional .post-item-date {
  font-size: 0.90em;
  line-height: 0.8em !important;
  margin-bottom: 1rem;
  border-bottom: 1px solid #a3b1c8;
  padding-bottom: 1rem;
  padding-top: 1rem;
}
.sidebar.sidebar-additional .block-categories {
  -ms-flex-order: 2 !important;
  -webkit-order: 2 !important;
  order: 2 !important;
}
.sidebar.sidebar-additional .block-tagclaud {
  -ms-flex-order: 3 !important;
  -webkit-order: 3 !important;
  order: 3 !important;
}
.sidebar.sidebar-additional .widget.block-categories li a {
  color: #000000;
  text-transform: uppercase;
}
.sidebar.sidebar-additional .widget.block-categories li a:hover {
  text-decoration: none;
  font-weight: 700;
  color: #333333;
}
.sidebar.sidebar-additional .widget.block-recent-posts ul li div.post-time {
  display: none;
}
.sidebar.sidebar-additional .widget.block-recent-posts ul li div.post-image {
  width: 40%;
}
.sidebar.sidebar-additional .widget.block-recent-posts ul li a {
  color: #374957;
  font-weight: 600;
  font-size: 0.8rem;
  text-decoration: none;
}
.sidebar.sidebar-additional .widget .block-title {
  margin: 0rem 0rem 1rem 0rem;
}
.sidebar.sidebar-additional .widget .block-title strong {
  color: #374957;
  font-size: 1.15em;
}
/* ============================================ *
    * Tag e Categorie
    * ============================================ */
.post-list-wrapper .post-list.modern .post-image .post-category a:hover {
  background: #374957;
}
.blog-category-view .post-list .post-container .post-image,
.blog-tag-view .post-list .post-container .post-image {
  flex: 0 0 35% !important;
}
.blog-category-view .column.main .category-content {
  font-size: 1em;
  margin-bottom: 4rem;
  padding: 2rem;
  border-bottom: 1px solid #f0f2f5;
}
.blog-category-view .columns .category-content p {
  color: #000000;
}
.blog-category-view #maincontent {
  visibility: hidden;
}
/**
 *   Copyright Ne.W.S. - New Web Solutions S.r.l. - All rights reserved.
**/
/* ============================================ *
 * Import Extend CSS
 * ============================================ */
/**
 *   Copyright Ne.W.S. - New Web Solutions S.r.l. - All rights reserved.
**/
.container-msrp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  font-weight: 400 !important;
}
.container-msrp .msrp-pieces {
  margin-top: 1.50rem;
}
.container-msrp .vat {
  font-size: 0.8em;
  font-weight: 700;
  color: #68758f;
}
.container-msrp .text-iva {
  font-size: 0.8em;
  font-weight: 700;
  text-transform: uppercase;
  color: #575757;
}
.container-msrp .padding-product-page-top {
  margin-top: 1.50rem;
}
.container-msrp .padding-product-page-bottom {
  margin-bottom: 1.50rem;
}
.container-msrp .price.color-primary.big {
  font-size: 1.4em;
}
.container-msrp .discount {
  padding-right: 0.50rem;
  font-size: 0.8em;
}
.container-msrp .tooltip-toggle {
  margin-left: 0.50rem;
}
.container-msrp .txt-small {
  font-size: 1.20rem;
}
.grouped .container-msrp .no-category {
  display: block;
}
/* ============================================ *
    * Category / Carousel / Related Products
    * ============================================ */
.catalog-category-view .no-category,
.widget-product-carousel .no-category,
.products-related .no-category {
  display: none;
}
.catalog-category-view .padding-product-page-top,
.widget-product-carousel .padding-product-page-top,
.products-related .padding-product-page-top,
.catalog-category-view .msrp-pieces,
.widget-product-carousel .msrp-pieces,
.products-related .msrp-pieces {
  margin-top: 0.70rem;
}
.catalog-category-view .padding-product-page-bottom,
.widget-product-carousel .padding-product-page-bottom,
.products-related .padding-product-page-bottom {
  margin-bottom: 0.70rem;
}
.catalog-category-view .category-block,
.widget-product-carousel .category-block,
.products-related .category-block {
  display: block;
  text-align: center;
}
/* ============================================ *
    * Category 
    * ============================================ */
.catalog-category-view .product-item .price-box.price-final_price {
  min-height: 50px;
}
/* ============================================ *
    * Multistore Cucina Personalization
    * ============================================ */
body.cucina .msrp-final-price {
  font-size: 2.4449rem;
  line-height: 2.6669rem;
}
/**
 *   Copyright Ne.W.S. - New Web Solutions S.r.l. - All rights reserved.
**/
.onestepcheckout-index-index {
  /*Amasty Order Attribute Position*/
}
.onestepcheckout-index-index .checkout-container {
  font-size: 1.50rem;
}
.onestepcheckout-index-index .abs-checkout-title,
.onestepcheckout-index-index .opc-wrapper .step-title,
.onestepcheckout-index-index .opc-block-shipping-information .shipping-information-title,
.onestepcheckout-index-index .opc-block-summary > .title,
.onestepcheckout-index-index .checkout-agreements-items .checkout-agreements-item-title,
.onestepcheckout-index-index .opc-block-summary .items-in-cart > .title strong,
.onestepcheckout-index-index .opc-wrapper .step-title,
.onestepcheckout-index-index .opc-block-shipping-information .shipping-information-title,
.onestepcheckout-index-index .opc-block-summary > .title,
.onestepcheckout-index-index .checkout-agreements-items .checkout-agreements-item-title {
  font-weight: 700;
}
.onestepcheckout-index-index .opc-block-summary .table-totals tbody .totals.discount th.mark::before {
  content: '(IL TUO SCONTO DI BENVENUTO)';
}
.onestepcheckout-index-index .opc-block-summary .table-totals tbody .totals.discount span.title {
  display: none;
}
.onestepcheckout-index-index .form .fieldset > .field > .label {
  text-align: left;
}
.onestepcheckout-index-index .form .fieldset > .field {
  flex-wrap: wrap !important;
}
.onestepcheckout-index-index .form .fieldset > .field.checkout-agreement {
  flex-wrap: nowrap !important;
}
.onestepcheckout-index-index .form .fieldset > .field.checkout-agreement input {
  opacity: 1 !important;
  border: 3px solid #5a5a5a !important;
}
.onestepcheckout-index-index input[type="text"],
.onestepcheckout-index-index input[type="password"],
.onestepcheckout-index-index input[type="email"] {
  width: 100% !important;
}
.onestepcheckout-index-index .checkout-payment-method .ccard .cvv .input-text {
  width: 100%;
}
.onestepcheckout-index-index .checkout-payment-method .ccard.fieldset > .field .fields.group.group-2 .field {
  width: inherit !important;
}
.onestepcheckout-index-index #checkout-step-payment hr {
  display: none;
}
.onestepcheckout-index-index #checkout-step-shipping .form .fieldset > .field[name="amastyShippingAttributes.codfisc"],
.onestepcheckout-index-index #checkout-step-shipping .form .fieldset > .field[name="amastyShippingAttributes.richiedifatt"],
.onestepcheckout-index-index #checkout-step-shipping .form .fieldset > .field[name="amastyShippingAttributes.richiedifatth"],
.onestepcheckout-index-index #checkout-step-shipping .form .fieldset > .field[name="amastyShippingAttributes.ragsoc"] {
  clear: both !important;
}
.onestepcheckout-index-index #checkout-step-shipping .form .fieldset > .field[name="amastyShippingAttributes.codfisc"],
.onestepcheckout-index-index #checkout-step-shipping .form .fieldset > .field[name="amastyShippingAttributes.partiva"] {
  width: 45%;
  display: inline-flex;
  flex-direction: row;
}
.onestepcheckout-index-index #checkout-step-shipping .form .fieldset > .field[name="amastyShippingAttributes.codfisc"],
.onestepcheckout-index-index #checkout-step-shipping .form .fieldset > .field[name="amastyShippingAttributes.partiva"],
.onestepcheckout-index-index #checkout-step-shipping .form .fieldset > .field[name="amastyShippingAttributes.codicesdi"] {
  margin: 0 0 0 20px;
}
.onestepcheckout-index-index #checkout-step-shipping .form .fieldset > .field[name="amastyShippingAttributes.richiedifatt"],
.onestepcheckout-index-index #checkout-step-shipping .form .fieldset > .field[name="amastyShippingAttributes.richiedifatth"],
.onestepcheckout-index-index #checkout-step-shipping .form .fieldset > .field[name="amastyShippingAttributes.codicesdi"],
.onestepcheckout-index-index #checkout-step-shipping .form .fieldset > .field[name="amastyShippingAttributes.ragsoc"] {
  margin: 0 20px;
}
.onestepcheckout-index-index .table-checkout-shipping-method tbody tr td.col.col-method:nth-child(1) {
  -ms-flex-order: 1 !important;
  -webkit-order: 1 !important;
  order: 1 !important;
  width: 10% !important;
  max-width: 10% !important;
  text-align: center !important;
}
.onestepcheckout-index-index .table-checkout-shipping-method tbody tr td.col.col-price {
  -ms-flex-order: 2 !important;
  -webkit-order: 2 !important;
  order: 2 !important;
  width: 20% !important;
  max-width: 20% !important;
}
.onestepcheckout-index-index .table-checkout-shipping-method tbody tr td.col.col-method:nth-child(3) {
  -ms-flex-order: 4 !important;
  -webkit-order: 4 !important;
  order: 4 !important;
  max-width: 100% !important;
  flex: 1 0 100% !important;
  background: #f0f2f5;
}
.onestepcheckout-index-index .table-checkout-shipping-method tbody tr td.col.col-carrier {
  -ms-flex-order: 3 !important;
  -webkit-order: 3 !important;
  order: 3 !important;
  width: 70% !important;
  max-width: 70% !important;
  font-weight: 700;
}
/**
 *   Copyright Ne.W.S. - New Web Solutions S.r.l. - All rights reserved.
**/
.magicmenu .nav-desktop .level0.home {
  margin-left: 0px !important;
}
.magicmenu .nav-desktop .level0 .level-top {
  padding: 1rem 1.2rem !important;
}
.magicmenu .nav-desktop .level0.level-top > a {
  color: #ffffff;
  font-size: 1.1rem;
}
.magicmenu .nav-desktop p {
  font-size: inherit;
  line-height: inherit;
}
.magicmenu .nav-desktop .level0 .level-top-mega {
  top: 100% !important;
}
.magicmenu .nav-desktop .level0 .children a:hover {
  color: #68758f !important;
}
@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 #68758f;
    cursor: pointer;
    margin-bottom: 0;
    position: relative;
    border-bottom: 1px solid #68758f;
    padding: 10px 40px 10px 15px;
    display: block;
    text-decoration: none;
  }
  .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: #374957;
    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:hover:after,
  .block-wishlist-management .wishlist-select .wishlist-name:hover:after,
  .block-collapsible-nav .title:hover:after {
    color: #a3b1c8;
  }
  .abs-toggling-title-mobile:active:after,
  .block-wishlist-management .wishlist-select .wishlist-name:active:after,
  .block-collapsible-nav .title:active:after {
    color: #a3b1c8;
  }
  .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: #374957;
    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-icon-add-mobile:hover:before,
  .block-wishlist-management .wishlist-add.item .add:hover:before {
    color: #a3b1c8;
  }
  .abs-icon-add-mobile:active:before,
  .block-wishlist-management .wishlist-add.item .add:active:before {
    color: #a3b1c8;
  }
  .abs-checkout-tooltip-content-position-top-mobile,
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
  .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;
  }
  .field-tooltip .field-tooltip-content:before {
    border-bottom-color: #666666;
  }
  .field-tooltip .field-tooltip-content:after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
  h1 {
    font-size: 3.3331rem;
    line-height: normal;
    margin-top: 1.50rem;
    margin-bottom: 1.50rem;
  }
  h2 {
    font-size: 2.3331rem;
    line-height: normal;
  }
  h3,
  .text-h3 {
    font-size: 1.6669rem;
    line-height: normal;
  }
  .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: #374957;
    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:hover:after {
    color: #a3b1c8;
  }
  .navigation .parent .level-top:active:after {
    color: #a3b1c8;
  }
  .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: #374957;
    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:hover:after {
    color: #a3b1c8;
  }
  .nav-sections .switcher-trigger strong:active:after {
    color: #a3b1c8;
  }
  .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 #68758f;
    -moz-box-shadow: 0 0 5px 0 #68758f;
    -ms-box-shadow: 0 0 5px 0 #68758f;
    box-shadow: 0 0 5px 0 #68758f;
    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: #2d3c47;
    border: solid #232f38;
    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: #374957;
    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: 500;
    padding: 8px 40px 8px 15px;
    text-transform: uppercase;
    word-wrap: break-word;
  }
  .navigation .level0 > .level-top:hover {
    color: #374957;
  }
  .navigation .level0.active .all-category .ui-state-focus {
    border-color: #374957;
    border-style: solid;
    border-width: 0 0 0 8px;
    color: #374957;
    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: #374957;
    border-style: solid;
    border-width: 0 0 0 8px;
    color: #374957;
  }
  .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: #374957;
  }
  .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: #374957;
  }
  .navigation .submenu:not(:first-child).expanded {
    display: block !important;
    padding-right: 0;
    top: 0 !important;
  }
  .navigation .submenu:not(:first-child) .active > a {
    border-color: #374957;
    border-style: solid;
    border-width: 0 0 0 8px;
    color: #374957;
    padding-left: 7px;
  }
  .navigation .submenu:not(:first-child) .level1.active > a {
    padding-left: 7px;
  }
  .product.data.items .item.title > .switch {
    padding: 1px 15px 1px;
  }
  .product.data.items > .item.content {
    padding: 10px 15px 30px;
  }
  .breadcrumbs {
    display: none;
  }
  .modal-popup.modal-slide {
    left: 44px;
    z-index: 900;
  }
  .modal-popup.modal-slide._show .modal-inner-wrap {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .modal-popup.modal-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    width: auto;
  }
  .modal-popup.modal-slide .modal-inner-wrap {
    margin: 0;
    max-height: 90vh;
    /** iOS webkit fix height problem when added long content **/
  }
  .custom-slide {
    bottom: 0;
    left: 0;
    min-width: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s .3s, opacity .3s ease;
    transition: visibility 0s .3s, opacity .3s ease;
    left: 44px;
    z-index: 900;
  }
  .custom-slide._show {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
  }
  .custom-slide._show .modal-inner-wrap {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .custom-slide .modal-inner-wrap {
    background-color: #ffffff;
    box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
    opacity: 1;
    pointer-events: auto;
  }
  .custom-slide._show .modal-inner-wrap {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .custom-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    width: auto;
  }
  .custom-slide._show {
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .custom-slide .modal-inner-wrap {
    background-color: #f4f4f4;
    box-sizing: border-box;
    height: auto;
    min-height: 100%;
  }
  body._has-modal-custom {
    height: 100vh;
    overflow: hidden;
    width: 100vw;
  }
  body._has-modal-custom .modal-custom-overlay {
    background-color: rgba(51, 51, 51, 0.55);
  }
  .modal-popup {
    pointer-events: auto;
  }
  .modal-popup.modal-slide .modal-inner-wrap[class] {
    background-color: #f4f4f4;
  }
  .modal-popup.modal-slide._inner-scroll._show {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
  }
  .modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
    height: auto;
    min-height: 100%;
  }
  .modal-popup .modal-title {
    font-size: 14px;
    font-weight: 700;
  }
  .lac-notification {
    padding: 5px 0;
  }
  .lac-notification .lac-notification-icon {
    display: none;
  }
  .lac-notification .lac-notification-text,
  .lac-notification .lac-notification-links {
    float: none;
    padding: 5px 0;
    text-align: center;
  }
  .pagebuilder-banner-wrapper {
    background-attachment: scroll !important;
  }
  .pagebuilder-banner-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
    max-width: none;
  }
  .pagebuilder-column {
    background-attachment: scroll !important;
    flex-basis: 100%;
    max-width: 100%;
  }
  .pagebuilder-column-group {
    flex-wrap: wrap;
  }
  .pagebuilder-column-line {
    flex-wrap: wrap;
  }
  [data-content-type='row'][data-appearance='contained'] [data-element='inner'] {
    background-attachment: scroll !important;
  }
  [data-content-type='row'][data-appearance='full-bleed'] {
    background-attachment: scroll !important;
  }
  [data-content-type='row'][data-appearance='full-width'] {
    background-attachment: scroll !important;
  }
  .pagebuilder-slide-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
    max-width: none;
  }
  [data-content-type='tab-item'] {
    background-attachment: scroll !important;
  }
  .pagebuilder-mobile-hidden {
    display: none !important;
  }
  .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;
  }
  /**
     * @codingStandardsIgnoreStart
     */
  .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 #68758f;
  }
  .cart.table-wrapper {
    border-top: 1px solid #68758f;
  }
  .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: #374957;
    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: #374957;
  }
  .cart .action-gift:active:after {
    color: #374957;
  }
  .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: #374957;
  }
  .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: #374957;
    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: #374957;
  }
  .cart.table-wrapper .action-giftregistry:active:before {
    color: #374957;
  }
  .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 #68758f;
    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: #a3b1c8;
    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-title strong:hover:after {
    color: #a3b1c8;
  }
  .filter.active .filter-title strong:active:after {
    color: #a3b1c8;
  }
  .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 #68758f;
    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: #374957;
    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:hover:before {
    color: #a3b1c8;
  }
  .filter .filter-current-subtitle:active:before {
    color: #a3b1c8;
  }
  .filter .filter-current-subtitle:before {
    position: absolute;
    right: 10px;
    top: 10px;
  }
  .filter .filter-current-subtitle:after {
    color: #a3b1c8;
    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 #68758f;
    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: #374957;
    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 #68758f;
    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: #374957;
    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: #68758f;
    font-weight: 700;
  }
  .cms-content .data-table > tbody > tr > th {
    background-color: #374957;
  }
  .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: #374957;
    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: #374957;
  }
  .cart.table-wrapper .towishlist:active:before {
    color: #374957;
  }
  .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;
  }
  .class-section .air {
    background: #ffffff !important;
    display: none !important;
  }
  /* ============================================ *
    * Layout
    * ============================================ */
  .navigation,
  .page-header .header.panel,
  .header.content,
  .page-header .panel.wrapper,
  .footer.content,
  .widget,
  .page-bottom,
  .block.category.event,
  .top-container {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .column.main {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .footer.content .footer-container {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  h1 {
    margin-top: 2rem;
  }
  /* ============================================ *
    * Header
    * ============================================ */
  .sticky,
  .slidingHorizontal {
    display: none !important;
  }
  .icons-class,
  .page-header .header.content .header-icon .account,
  .page-header .header.content .header-icon .wishlist,
  .minicart-wrapper .action.showcart.active,
  .minicart-wrapper .action.showcart {
    background-size: 30px 30px !important;
    padding-top: 30px !important;
    width: 30px !important;
    height: inherit !important;
  }
  .page-header {
    margin-bottom: 0px;
    /** Header Order **/
  }
  .page-header .panel.wrapper {
    padding-left: 3rem !important;
    padding-right: 2rem !important;
  }
  .page-header .header.content .logo {
    max-width: 42%;
  }
  .page-header .header.content .logo img {
    width: auto !important;
  }
  .page-header .header.content li {
    margin-left: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .page-header .header.content .nav-toggle {
    -ms-flex-order: 1 !important;
    -webkit-order: 1 !important;
    order: 1 !important;
  }
  .page-header .header.content .logo {
    -ms-flex-order: 2 !important;
    -webkit-order: 2 !important;
    order: 2 !important;
    flex: 100% !important;
  }
  .page-header .header.content .minicart-wrapper {
    -ms-flex-order: 4 !important;
    -webkit-order: 4 !important;
    order: 4 !important;
    margin-top: 2rem !important;
    margin-right: 1rem !important;
  }
  .page-header .header.content .header-icon {
    -ms-flex-order: 3 !important;
    -webkit-order: 3 !important;
    order: 3 !important;
    margin-top: 2rem !important;
    padding-left: 0px !important;
    margin-bottom: 0px !important;
  }
  .page-header .header.content .conteiner-switch-site {
    margin-left: 0rem !important;
  }
  .page-header .header.content .conteiner-switch-site .switch-site {
    justify-content: flex-end;
  }
  .page-header .header.content .conteiner-switch-site {
    -ms-flex-order: 5 !important;
    -webkit-order: 5 !important;
    order: 5 !important;
    flex: 5 0 100% !important;
    margin-top: 0rem !important;
    padding-right: 1rem;
  }
  .page-header .header.content .block.block-search {
    -ms-flex-order: 6 !important;
    -webkit-order: 6 !important;
    order: 6 !important;
    flex: 6 0 100% !important;
    margin-top: 0rem !important;
  }
  /* ============================================ *
    * Breadcrumbs
    * ============================================ */
  .breadcrumbs {
    display: block;
  }
  /* ============================================ *
    * Footer
    * ============================================ */
  .footer.content .links > li {
    background: #ffffff !important;
    color: #000000 !important;
  }
  .footer.content .newsletter-container,
  .footer.content footer-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .footer.content .block-title {
    margin-bottom: 0rem;
  }
  .footer.content .block-title h4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* ============================================ *
    * Menu Mobile
    * ============================================ */
  .nav-sections .header.links #maplist_navmenu,
  .nav-sections .header.links .greet.welcome {
    display: none !important;
  }
  .nav-sections .mean-nav ul li a span {
    font-size: 1.2rem;
    color: #ffffff !important;
    padding: 0 1rem;
  }
  .navigation .level0 {
    margin: 0px 0px;
  }
  /* ============================================ *
    * Newsletter
    * ============================================ */
  .block.newsletter {
    margin: 1.60rem 0px;
  }
  .block.newsletter .field.newsletter .control > input {
    width: 100% !important;
  }
  .block.newsletter .action.subscribe {
    margin-left: -4rem;
  }
  /* ============================================ *
    * Search
    * ============================================ */
  .header.content .block.block-search .block.block-content {
    position: relative;
    background: #dde3ef;
  }
  .header.content .block.block-search .block.block-content .field.search {
    height: 80px;
  }
  .header.content .block.block-search .block.block-content .form.minisearch {
    width: 90%;
    margin: 0 auto;
  }
  .header.content .block.block-search .block.block-content .field.search .label {
    position: absolute;
    border-bottom: 1px solid #000000;
    top: 0px;
    left: 20px;
    margin: 18px auto;
    width: 90%;
  }
  .header.content .block.block-search .block.block-content .field.search .label:before {
    color: #000000;
    font-size: 25px;
    padding: 9px 0px;
    padding-right: 3px;
    float: right;
  }
  /* ============================================ *
    * Home
    * ============================================ */
  .banner-border > .outer > .inner {
    padding: 1.25rem 2rem !important;
  }
  /* ============================================ *
    * Contact
    * ============================================ */
  .contact-index-index .form.contact {
    padding-bottom: 3rem;
  }
  /* ============================================ *
    * Registration
    * ============================================ */
  .form-create-account .fieldset > .field:last-child,
  .form-create-account .fieldset.create.account:after {
    display: none !important;
  }
  .form .actions-toolbar > .secondary,
  .form .secondary {
    float: none;
  }
  .form .actions-toolbar > .secondary .action.back,
  .form .secondary .action.back {
    display: block !important;
  }
  .form .actions-toolbar > .secondary .action span,
  .form .secondary .action span {
    color: #333333;
  }
  .form .actions-toolbar > .secondary .action,
  .form .secondary .action {
    background-color: #ffffff !important;
  }
  .form .fieldset > .field > .control {
    width: 100%;
  }
  /** Form Send to Friend **/
  .form.send.friend .actions-toolbar {
    margin-left: 0px;
  }
  /* ============================================ *
    * Generic Product Style
    * ============================================ */
  .product-item-name {
    min-height: 100px !important;
    height: 100px !important;
    overflow-y: inherit !important;
  }
  .minimal-price {
    display: block !important;
  }
  .product-item .tocart {
    white-space: inherit !important;
    line-height: normal !important;
  }
  /* ============================================ *
    * Product
    * ============================================ */
  .catalog-product-view .page-title-wrapper.product,
  .catalog-product-view .product-info-main .block-static-block.widget,
  .block-cms-link.widget,
  .catalog-product-view .product-info-main .product-info-price > .priceBox {
    padding-top: 0rem;
  }
  .catalog-product-view {
    /** Grouped **/
  }
  .catalog-product-view .page-title-wrapper .page-title {
    font-size: 2.5rem;
  }
  .catalog-product-view .additional-attributes-wrapper.table-wrapper {
    padding: 1rem 2.5rem;
  }
  .catalog-product-view .additional-attributes-wrapper.table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody > tr > td:last-child {
    padding-bottom: 0px;
  }
  .catalog-product-view .product-info-main .product-add-form {
    padding-top: 0px;
  }
  .catalog-product-view .product-info-main .product-info-stock-sku {
    padding-left: 10% !important;
  }
  .catalog-product-view .box-tocart .fieldset .actions {
    width: 100%;
  }
  .catalog-product-view .product-info-main {
    border-left: 0px solid #ffffff !important;
    border-right: 0px solid #ffffff !important;
  }
  .catalog-product-view .fotorama__stage__frame .fotorama__img {
    padding-bottom: 0rem;
  }
  .catalog-product-view .fotorama .fotorama__stage {
    height: 300px !important;
  }
  .catalog-product-view .table.grouped .thead-width > tr > th {
    display: block;
  }
  .catalog-product-view .table.grouped .thead-width th.col.item {
    margin-top: 1rem;
    border-bottom-width: thin;
  }
  .catalog-product-view .table.grouped .col.image[data-th="Product Image"],
  .catalog-product-view .table.grouped .col.item[data-th="Nome prodotto"],
  .catalog-product-view .table.grouped td.col.qty {
    width: 100% !important;
  }
  .catalog-product-view .table.grouped .tbody-height tr {
    border-bottom: 1px solid #dde3ef;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > thead > tr > th {
    display: block;
  }
  .control.qty {
    margin-left: 1rem;
  }
  .account.vault-cards-listaction .add-methods {
    flex-direction: column;
  }
  .account.vault-cards-listaction .add-methods > div {
    width: calc(100% - 6px);
  }
  .account.vault-cards-listaction .add-methods > div > div:first-child {
    flex-direction: row;
  }
  .account.vault-cards-listaction .add-methods > div > div:first-child img {
    margin-right: 20px;
  }
  .account.vault-cards-listaction .add-methods > div:first-child {
    margin-bottom: 20px;
    margin-right: 0;
  }
  .account.vault-cards-listaction .braintree-credit-card-types {
    max-width: 130px;
  }
  .braintree-applepay-container-product {
    display: block;
  }
  .braintree-applepay-container-product .braintree-apple-pay-button {
    width: 100%;
  }
  div.braintree-express-payments > div > div {
    width: 100%;
  }
  div.braintree-express-payments .braintree-googlepay-button.long {
    height: 45px;
    width: 100%;
  }
  div.braintree-express-payments .braintree-apple-pay-button {
    height: 45px;
    width: calc(100% - 10px);
  }
  /* ============================================ *
    * Blog Homepage
    * ============================================ */
  .blog-widget-recent ul.post-list {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  }
  .row.blog-title p.content {
    text-align: center !important;
    padding-bottom: 1rem;
  }
  .blog .post-list-wrapper.blog-widget-recent:not(.blog-widget-recent-masonry) .post-holder,
  .blog .post-list-wrapper.blog-widget-recent:not(.blog-widget-recent-masonry) .post-holder:nth-child(2),
  .blog .post-list-wrapper.blog-widget-recent:not(.blog-widget-recent-masonry) .post-holder:nth-child(2n+1) {
    margin: 0rem;
    width: 100%;
    padding: 0rem 1rem;
  }
  .blog .post-list-wrapper.blog-widget-recent:not(.blog-widget-recent-masonry) .post-holder-2,
  .blog .post-list-wrapper.blog-widget-recent:not(.blog-widget-recent-masonry) .post-holder-1 {
    display: none !important;
  }
  /* ============================================ *
    * Blog Page
    * ============================================ */
  .blog-page.blog-page-list .post-list .post-description,
  .blog-page.blog-page-list .post-list .post-title-wrap,
  .blog-category-view .post-list .post-description,
  .blog-category-view .post-list .post-title-wrap {
    width: 100%;
  }
  .blog-post-view .post-featured-image,
  .blog-page.blog-page-list .sidebar-additional div.fix-sticky-blog,
  .blog-post-view .sidebar-additional div.fix-sticky-blog {
    display: none !important;
  }
  .blog-page.blog-page-list .post-list-wrapper {
    width: 100%;
  }
  .blog-page.blog-page-list .post-list .post-item.post-holder {
    padding: 2rem 0rem;
  }
  .blog-page.blog-page-list .post-list .post-container {
    display: flex;
    flex-direction: column !important;
    flex-wrap: wrap !important;
  }
  .blog-page.blog-page-list .post-list .post-container .post-image {
    width: 100%;
    margin-bottom: 1.5rem;
  }
  .blog-page.blog-page-list .post-list .post-container .post-info .post-title-wrap h3 a {
    line-height: 1.3;
    font-size: 0.85em;
  }
  .blog-page.blog-page-list .post-list .post-description p {
    margin-bottom: 0rem !important;
  }
  .blog-page.blog-page-list .post-list.modern .post-info {
    width: 100%;
    max-width: 100%;
    padding-left: 0rem;
  }
  .blog-page.blog-page-list .post-list.modern .post-description {
    display: -webkit-box !important;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 0rem !important;
  }
  .blog-page.blog-page-list div.page-title-wrapper {
    margin: 2.5rem auto;
  }
  .blog-page .sidebar.sidebar-additional {
    border-left: none;
    padding-left: 0rem !important;
  }
  /* ============================================ *
    * Single Blog Post
    * ============================================ */
  .blog-page.blog-post-view .page-title-wrapper h1.page-title {
    padding-left: 0rem;
    padding-top: 2.5rem;
  }
  .blog-page.blog-post-view .post-view .post-holder {
    border-bottom: none;
    margin-left: 0rem;
    margin-bottom: 0rem;
    padding-bottom: 0rem;
  }
  .blog-page.blog-post-view .post-view .post-holder .post-content {
    padding: 0rem;
  }
  .blog-page.blog-post-view .post-view .post-holder .post-date {
    float: none;
    position: relative;
    margin: auto;
  }
  .blog-page.blog-post-view .post-content .post-description img {
    margin: 0rem;
    padding: 0.5rem 0rem;
  }
  .blog-page.blog-post-view .column-blog-product {
    padding-left: 0rem;
  }
  .blog-page.blog-post-view .product-items.widget-product-grid {
    display: block !important;
  }
  /* ============================================ *
    * Tag e Categoria
    * ============================================ */
  .blog-category-view .column.main .category-content {
    padding: 0.5rem;
  }
  .blog-category-view .column.main .category-content h2 {
    padding-top: 0rem;
  }
  .blog-category-view div.page-title-wrapper {
    margin: 2.5rem auto 0rem auto;
  }
  /* ============================================ *
    * Blog Homepage
    * ============================================ */
  .blog .post-list-wrapper.blog-widget-recent:not(.blog-widget-recent-masonry) .post-holder-2,
  .blog .post-list-wrapper.blog-widget-recent:not(.blog-widget-recent-masonry) .post-holder-1 {
    display: none !important;
  }
  .blog .post-list-wrapper.blog-widget-recent:not(.blog-widget-recent-masonry) .post-holder,
  .blog .post-list-wrapper.blog-widget-recent:not(.blog-widget-recent-masonry) .post-holder:nth-child(2),
  .blog .post-list-wrapper.blog-widget-recent:not(.blog-widget-recent-masonry) .post-holder:nth-child(2n+1) {
    margin: 0rem !important;
    width: 100% !important;
    padding: 0rem 1rem !important;
  }
  .blog-widget-recent ul.post-list {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  }
  .blog .post-list-wrapper.blog-widget-recent:not(.blog-widget-recent-masonry) .post-holder .post-header {
    max-height: auto;
    min-height: auto;
  }
  .blog .post-list .post-header .post-title {
    height: auto !important;
    overflow-y: inherit !important;
  }
  .blog .post-list .post-header .post-title a {
    font-size: 1.1em !important;
    text-transform: none !important;
  }
  .blog .post-content .post-description .post-ftimg-hld img {
    min-height: 120px !important;
  }
  .row.blog-title p.content {
    text-align: center !important;
    padding-bottom: 1rem;
  }
  /* ============================================ *
    * Blog Page
    * ============================================ */
  .blog-page.blog-page-list .post-list .post-description,
  .blog-page.blog-page-list .post-list .post-title-wrap,
  .blog-category-view .post-list .post-description,
  .blog-category-view .post-list .post-title-wrap {
    width: 100% !important;
  }
  .blog-page.blog-page-list .sidebar-additional div.fix-sticky-blog,
  .blog-post-view .sidebar-additional div.fix-sticky-blog {
    display: none !important;
  }
  .blog-page.blog-page-list .post-list-wrapper {
    width: 100% !important;
  }
  .blog-page.blog-page-list .post-list.modern .post-info {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 0rem !important;
  }
  .blog-page.blog-page-list .post-list.modern .post-description {
    display: -webkit-box !important;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 0rem !important;
  }
  .blog-page.blog-page-list .post-list .post-item.post-holder {
    padding: 2rem 0rem;
  }
  .blog-page.blog-page-list .post-list .post-container {
    display: flex;
    flex-direction: column !important;
    flex-wrap: wrap !important;
  }
  .blog-page.blog-page-list .post-list .post-container .post-info .post-title-wrap h3 a {
    line-height: 1.3em;
    font-size: 0.85em;
  }
  .blog-page.blog-page-list .post-list .post-image {
    width: 100%;
    margin-bottom: 1.5rem;
  }
  .blog-page.blog-page-list .post-list .post-description p {
    margin-bottom: 0rem !important;
  }
  .blog-page.blog-page-list div.page-title-wrapper {
    margin: 2.5rem auto;
  }
  .blog-page.blog-page-list .blog-page .sidebar.sidebar-additional {
    border-left: none;
    padding-left: 0rem !important;
  }
  /* ============================================ *
    * Single Blog Post
    * ============================================ */
  .blog-page.blog-post-view .page-title-wrapper h1.page-title {
    padding-left: 0rem;
    padding-top: 0rem;
  }
  .blog-page.blog-post-view .post-view .post-holder {
    border-bottom: none;
    margin-left: 0rem;
    margin-bottom: 0rem;
    padding-bottom: 0rem;
  }
  .blog-page.blog-post-view .post-view .post-holder .post-content {
    padding: 0rem;
  }
  .blog-page.blog-post-view .post-view .post-holder .post-content .post-description img {
    margin: 0rem;
    padding: 0.5rem 0rem;
  }
  .blog-page.blog-post-view .post-view .post-holder .post-date {
    float: none;
    position: relative;
    margin: auto;
  }
  .blog-page.blog-post-view .column-blog-product {
    padding-left: 0rem;
  }
  .blog-page.blog-post-view .product-items.widget-product-grid {
    display: block !important;
  }
  /* ============================================ *
    * Tag e Categoria
    * ============================================ */
  .blog-category-view .column.main .category-content h2 {
    padding-top: 0rem;
  }
  .blog-category-view .column.main .category-content {
    padding: 0.5rem;
  }
  .blog-category-view div.page-title-wrapper {
    margin: 2.5rem auto 0rem auto;
  }
  .catalog-category-view .product-item .price-box.price-final_price {
    min-height: auto !important;
  }
  .onestepcheckout-index-index #checkout-step-shipping .form .fieldset > .field[name="amastyShippingAttributes.codfisc"],
  .onestepcheckout-index-index #checkout-step-shipping .form .fieldset > .field[name="amastyShippingAttributes.partiva"] {
    width: 90% !important;
  }
  .onestepcheckout-index-index .one-step-checkout-wrapper [type=radio]:not(:checked) + label {
    padding-left: 0px !important;
  }
}
@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;
  }
  .multicheckout.order-review .data.table tbody > tr:not(:last-child) {
    border-bottom: 1px solid #68758f;
  }
  .multicheckout.order-review .data.table tbody > tr > td.col.item:before {
    display: none;
  }
  .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%;
  }
  .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;
  }
  .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 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-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 #68758f;
    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: #68758f;
    font-weight: 700;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr > th {
    background-color: #374957;
  }
  .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 #68758f;
    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;
  }
  .table-magento-payments-review-items .col.subtotal {
    text-align: left;
  }
  .table-magento-payments-review-items .product-item-name {
    display: inline-block;
  }
  .cart-summary .apple-pay {
    margin-top: 14px;
  }
  .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: #374957;
    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: #374957;
    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: #374957;
  }
  .opc-wrapper .edit-address-link:active:before {
    color: #374957;
  }
  .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 #68758f;
    display: table-cell;
  }
  .table.grouped > tbody {
    border-bottom: 1px solid #68758f;
  }
  .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: #374957;
    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 #374957;
    margin: 0;
    width: 100%;
  }
  .products-grid.wishlist .product-item:first-child {
    border-top: 1px solid #374957;
  }
  .braintree-three-d-modal .bt-modal-frame {
    width: 100%;
  }
}
@media only screen and (max-width: 479px) {
  .tooltip.wrapper .tooltip.content {
    min-width: 10rem;
  }
  .sorter-options {
    margin: 0 2px;
  }
  .minicart-wrapper .block-minicart {
    width: 290px;
  }
  .modal-popup .field-tooltip .field-tooltip-content {
    width: 200px;
  }
}
@media all and (min-width: 640px) {
  .abs-blocks-2columns-s {
    width: 48%;
  }
  .abs-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 .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: #374957;
    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:before {
    color: #a3b1c8;
  }
  .abs-action-print-s:active:before {
    color: #a3b1c8;
  }
  .table > tbody > tr > th,
  .table > tbody > tr > td {
    border-top: 1px solid #68758f;
  }
  .table > tbody + tbody {
    border-top: 1px solid #68758f;
  }
  .ui-dialog.popup {
    width: 420px;
  }
  .paypal-fastlane-divider span {
    background-color: #ffffff;
  }
  .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: #374957;
    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: #374957;
    text-decoration: none;
  }
  .column .block-addbysku .action.remove:hover {
    color: #a3b1c8;
    /*.lib-css(text-decoration, @_link-text-decoration-hover);*/
  }
  .column .block-addbysku .action.remove:active {
    color: #374957;
    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: #374957;
    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;
  }
}
/** css related to Uppy **/
.uppy-Dashboard-progressindicators,
.uppy-Dashboard-close,
.uppy-Dashboard-dropFilesHereHint,
.uppy-Dashboard-inner{
    display:none;
}

.image.image-placeholder #fileUploader{
    border:500px solid transparent;
    bottom:0;
    cursor:pointer;
    font-size:10em;
    height:100%;
    left:0;
    opacity:0;
    position:absolute;
    right:0;
    top:0;
    width:100%;
    z-index:3
}
/*============================================================================
 Copyright © 2020 Messages Popup Modal (MPM) Extension. All rights reserved.
 MageBees.com | Capacity Web Solutions Pvt. Ltd.
/*============================================================================*/

*,::before,::after{ -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; }

/* Messages Popup Modal */
.page.messages  { position:fixed; left:0; top:0; margin:0 auto; padding:0; text-align:left; width:100%; z-index:9999; }
.page.messages .message{ position:inherit; font-size:14px; margin:0; padding:25px 40px 25px 25px; -ms-flex-align:center; align-items:center; display:-webkit-box; display:-moz-box; display:-webkit-flex; display:-ms-flexbox; display:flex; border-radius:0; background:#e5efe5; z-index:999; -webkit-box-shadow:0px 0px 3px 0px rgba(32,33,36,0.28); box-shadow:0px 0px 3px 0px rgba(32,33,36,0.28); }
.page.messages .messages .message:before{ content:''; position:fixed; top:0; bottom:0; left:0; right:0; background-color:rgba(0,0,0,0.5); z-index:-1; }
.page.messages div[data-bind="scope: 'messages'"] { position:relative; }
.page.messages div[data-bind="html: message.text"] { position:relative; padding-left:35px; }

/* Close Button Popup */
.page.messages .messages .message:after { content:'\e616'; font-family:'luma-icons'; position:absolute; top:21px; right:10px; display:block; padding:2px; text-align:center; font-size:18px; font-weight:400; text-transform:uppercase; width:40px; height:auto; color:#000; background-color:transparent; cursor:pointer; }
.page.messages .message-success.message:after{ color:#006400; }
.page.messages .message-error.message:after{ color:#b30000; }
.page.messages .message-notice.message:after{ color:#c07600; }
.page.messages .message-warning.message:after{ color:#6f4400; }

/* Top Messages Popup */
.page.messages.Top { top:0; right:0; padding:0; text-align:center; width:100% !important; }
.page.messages.Top .message{ -ms-flex-pack:center; justify-content:center; }
/* Top Left Messages Popup */
.page.messages.TopLeft { top:0; left:0; right:auto; }
/* Top Right Messages Popup */
.page.messages.TopRight { top:0; left:auto; right:0; }

/* Bottom Messages Popup */
.page.messages.Bottom { top:auto; bottom:0; right:0; padding:0; text-align:center; width:100% !important; }
.page.messages.Bottom .message{ -ms-flex-pack:center; justify-content:center; }
/* Bottom Left Messages Popup */
.page.messages.BottomLeft { top:auto; bottom:0; }
/* Bottom Right Messages Popup */
.page.messages.BottomRight { top:auto; bottom:0; left:auto; right:0; }

/* Middle Messages Popup */
.page.messages.Middle { left:0; right:0; top:50%; margin-top:-30px; padding: 0 10px; }
/* Middle Left Messages Popup */
.page.messages.MiddleLeft { left:0; right:auto; top:50%; }
/* Middle Right Messages Popup */
.page.messages.MiddleRight { left:auto; right:0; top:50%; }

/* Messages Alert Icon */
.page.messages .message.success > :first-child:before,
.page.messages .message.error > :first-child:before,
.page.messages .message.notice > :first-child:before,
.page.messages .message.warning > :first-child:before { content:'\e60e'; color:#006400; font-family:'luma-icons'; float:left; -webkit-font-smoothing:antialiased; -moz-osx-font-smoothing:grayscale; font-size:24px; line-height:24px; margin:0; vertical-align:middle; display:inline-block; font-weight:normal; overflow:hidden; speak:none; left:0; top:0; width:32px; position:inherit; text-align:left; }
.page.messages .message.error > :first-child:before { content:'\e61f'; color:#b30000; }
.page.messages .message.notice > :first-child:before { content:'\e602'; color:#c07600; }
.page.messages .message.warning > :first-child:before{ content:'\e602'; color:#6f4400; }

/* Messages Shopping Cart Link */
.page.messages .message a { color:#006bb4; font-weight:bold; border:none; outline:none; }
.page.messages .message a:hover { text-decoration:underline; }
.page.messages .message-success.message a{ color:#0b2e13; }
.page.messages .message-error.message a{ color:#491217; }
.page.messages .message-notice.message a{ color:#533f03; }
.page.messages .message-warning.message a{ color:#533f03; }

/*
.page.messages.Top{
	-webkit-transition:all 0.3s 0.12s;
	transition:all 0.3s 0.12s;
	-webkit-transform:translateY(-72px);
	transform:translateY(-72px);
	opacity:0;
}
.page.messages.Top.mpm-modal-open{
	-webkit-transform:translateY(0);
	transform:translateY(0);
	opacity:1;
}
.page.messages.Topleft{
	left:-50%;
	-webkit-transition:opacity 0.3s linear, left 0.3s ease-out;
	-moz-transition:opacity 0.3s linear, left 0.3s ease-out;
	-o-transition:opacity 0.3s linear, left 0.3s ease-out;
	transition:opacity 0.3s linear, left 0.3s ease-out;
}
.page.messages.Topleft.mpm-modal-open{ left:0; }
.page.messages.	{
	right:-50%;
	-webkit-transition:opacity 0.3s linear, right 0.3s ease-out;
	-moz-transition:opacity 0.3s linear, right 0.3s ease-out;
	-o-transition:opacity 0.3s linear, right 0.3s ease-out;
	transition:opacity 0.3s linear, right 0.3s ease-out;
}
.page.messages.TopRight.mpm-modal-open{	right:0; }
*/


/*============================================================================
  Responsive CSS
/*============================================================================*/

@media only screen and (max-width:767px) {
	div.page.messages { width:100% !important; padding:0 10px; }
	.page.messages .message{ padding:16px 32px 16px 16px; font-size:14px !important; }
	
	.page.messages .message.success > :first-child:before, 
	.page.messages .message.error > :first-child:before, 
	.page.messages .message.notice > :first-child:before, 
	.page.messages .message.warning > :first-child:before { top:0; font-size:22px; line-height:22px; }
	.page.messages div[data-bind="html: message.text"]{ padding-left:30px; }
	.page.messages .messages .message:after { top:13px; right:0; font-size:15px; }

}


/**
 * Sella Payment Module
 *
 * @author      iPlusService S.r.l. <assistenza@iplusservice.it>
 * @category    Payment Module
 * @package     Ecommerce Sella
 * @version     1.5.0
 * @copyright   2024 Banca Sella
 * @license     GNU General Public License v3.0
 */

div.sella-payment-method-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

div.sella-payment-method-container div.img-sella-container {
    display: inline-block;
    vertical-align: middle;
    width: 70px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: 50%;
    background-image: url('data:image/png;base64,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');
}

div.card-logos-container {
    display: flex;
    flex-direction: row;
    column-gap: 10px;
    margin-bottom: 20px;
}

div.card-logos-container img {
    height: 100%;
    max-height: 17px;
}

div.sella-card-form {
    display: grid;
    grid-column-gap: 10px;
    max-width: 350px;
    margin-bottom: 30px;
    grid-template-areas:
        "number number"
        "expiration security";
}

div.sella-card-form div.field-container:first-of-type {
    grid-area: number;
    margin-bottom: 10px;
}

div.sella-card-form div.field-container:nth-of-type(2) {
    grid-area: expiration;
}

div.sella-card-form  div.field-container:nth-of-type(3) {
    grid-area: security;
}

div.sella-card-form div.field-container {
    position: relative;
}

div.sella-card-form svg.ccicon {
    height: 42px;
    position: absolute;
    right: 5px;
    top: calc(50% - 11px);
    width: 37px;
}

div.sella-error-form-message-container span {
    color: #f9423a;
}/**
 * Copyright © Magefan (support@magefan.com). All rights reserved.
 * Please visit Magefan.com for license details (https://magefan.com/end-user-license-agreement).
 *
 * Glory to Ukraine! Glory to the heroes!
 */

.clearfix:after {
    content:"";
    display:table;
    clear:both;
}

.post-holder {
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.blog-page-list .post-holder {border-bottom: 1px solid #eee}
.blog-page-list .blog-top-image {padding-bottom: 20px}

.post-holder .post-header {position:relative;}

.post-holder .post-header .post-info {padding: 0 0 20px 0;}
.post-holder .post-header .post-info .item {display: inline-block}
.post-holder .post-header .post-info .dash {display: none; /* fix for old templates */}
.post-holder .post-header .post-info .label {font-weight: 600;}
.post-holder .post-header .post-info .value {font-style: italic;}
.post-holder .post-header .post-info .item::after {display: inline-block; content: ' | ';color:#b9b9b9}
.post-holder .post-header .post-info .item:last-child::after{display: none}

.post-list {
    margin-top: 0px;
    margin-bottom: 20px;
    list-style: none;
}
.post-list-wrapper .post-list {padding-left: 0}

.post-list .post-content .post-read-more {padding-top:10px; float:right;}

.subcategory-links-wrapper ul,
.post-links-wrapper ul {list-style: none}

.post-content .post-description img {margin: 15px 0;max-width: 100%;height: auto}
.post-content .post-description ul,
.post-content .post-description ol {list-style-position: outside;}

.post-content .post-description .mfblog-contents li {display: list-item;}
.post-content .post-description .mfblog-contents li li {margin-left: 15px;}

.post-content .post-description .post-ftimg-hld {margin: 0 0 10px 0;}
.post-content .post-description .post-ftimg-hld img {width:100%; padding:0; margin:0;}

.post-content .post-description .mfblog-contents-toc {list-style: decimal;}
.post-content .post-description .mfblog-contents-toc li {margin-bottom: 1rem;}
.post-content .post-description .mfblog-contents-toc li > ol {margin-top: 1rem;}
.post-content .post-description .mfblog-contents-toc li:before {content: none;}
.post-content .post-description .mfblog-contents-toc li a {display: inline;}


/* Post Title */
.post-list .post-header .post-title-holder {display: flex;align-items: center;justify-content: space-between;flex-wrap: wrap;}
.post-list .post-header .post-title {margin: 0;padding: 10px 10px 10px 0;}
.post-list .post-header .post-title a {text-decoration: none;font-size: 22px;font-weight: 400;}
.post-list .post-holder .post-header .addthis_toolbox a {margin-bottom: 0;}

.post-list .hidden {display:none;}
.post-view .post-bottom {margin-top:30px;}

.post-view .post-nextprev-hld  {margin-bottom: 30px;}
.post-view .post-nextprev-hld .nextprev-link {font-weight: 700;}
.post-view .post-nextprev-hld .prev-link {float:left}
.post-view .post-nextprev-hld .next-link {float:right}

/* Post Gallery */
.post-view .post-gallery {margin:15px 0 15px 0}
.post-view .post-gallery .gallery-image-hld {margin: 0 14px 14px 0; border:1px solid #ccc; display: block; float:left}
.post-view .post-gallery .gallery-image{padding: 0; margin:0; display:block}

.post-view .block {margin-bottom: 30px;}

/* Widget Gallery */
.widget.block-categories ul {padding: 0;margin: 0;list-style: none;}
.widget.block-categories ul li {padding: 5px 0 5px 9px;margin: 0;}
.widget.block-categories ul li a {font-weight: 600;}
.widget.block-categories ul ul {margin: 0;}

/* Widget RSS */
.widget.block-rss .rss-icon {float: left; width: 23px; padding-right: 10px;}

/* Widget Search */
.widget.blog-search {width:100%;margin-bottom: 40px;position: relative;float: right;}
.widget.blog-search .block-content {margin-bottom: 0;}
.widget.blog-search .block-content .form {position: relative;}
.widget.blog-search label {border: 0;clip: rect(0, 0, 0, 0);height: 1px;margin: -1px;overflow: hidden;padding: 0;position: absolute;width: 1px;text-decoration: none;display: inline-block;float: right;}
.widget.blog-search .control {border-top: 0;margin: 0;padding: 0;clear: both;}
.widget.blog-search input {position: static;padding-right: 35px;margin: 0;left: -300%;}
.widget.blog-search .action.search {position: absolute;right: 10px;top: 0;bottom: 0;z-index: 1;height: 100%;margin: 0;padding: 0;display: inline-block;background-image: none;background: none;-moz-box-sizing: content-box;border: 0;box-shadow: none;line-height: inherit;text-decoration: none;text-shadow: none;font-weight: 400;}
.widget.blog-search .action.search:before {-webkit-font-smoothing: antialiased;content: '';margin: 0;vertical-align: top;display: inline-block;overflow: hidden;speak: none;width: 16px;height: 32px;background: url(../../frontend/NeWS/luma_child/it_IT/Magefan_Blog/images/search-icon.svg) no-repeat -10px -7px;background-size: 35px;opacity: 0.5;}
.widget.blog-search .action.search > span {border: 0;clip: rect(0, 0, 0, 0);height: 1px;margin: -1px;overflow: hidden;padding: 0;position: absolute;width: 1px;}

/* Widget Tag Claud */
.widget.block-tagclaud .smallest{font-size: 0.75em}
.widget.block-tagclaud .small{font-size:1em}
.widget.block-tagclaud .medium{font-size:1.25em}
.widget.block-tagclaud .large{font-size:1.5em}
.widget.block-tagclaud .largest{font-size:2em}

/* Widget Archive */
.widget.block-archive .item {margin: 5px 0;}
.widget.block-archive .item {display: inline-block}
.widget.block-archive .item:after {content: "\\"; display:inline-block;padding-left: 5px}

/* Widget Recent */
.blog-widget-recent .post-list {padding: 0;margin: 0;}
.blog-widget-recent .post-holder {width: 31.2%;float: left;margin: 1%;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.post-list-wrapper.blog-widget-recent:not(.blog-widget-recent-masonry) .post-holder {width: 48%;}
.post-list-wrapper.blog-widget-recent:not(.blog-widget-recent-masonry) .post-holder:nth-child(2n+1) {clear: both;}
@media (max-width: 767px) {
    .post-list-wrapper.blog-widget-recent:not(.blog-widget-recent-masonry) .post-holder {width: 98%;}
}
@media (max-width: 1024px) {
    .blog-widget-recent .post-holder {
        width: 48%;
    }
}
@media (max-width: 767px) {
    .blog-widget-recent .post-holder {
        width: 98%;
    }
}

.blog-widget-recent .post-description .post-text-hld {
    min-height: 150px;
    overflow-y: auto;
}

.blog-widget-recent-masonry .post-description .post-text-hld {
    max-height: none;
    min-height: 0;
}
.blog-widget-recent-masonry .post-description .post-ftimg-hld {
    width: 100%;
    margin: 0;
}

.mfblog-autoloader {text-align: center;}
.mfblog-autoloader .mfblog-show-onload {display: none;}


@media (max-width: 420px) {
    #mfblog_gcomments {max-width:345px; overflow-y: scroll;}
}

.blog-category-view .category-content,
.blog-index-index .index-description,
.blog-tag-view .tag-content {padding-left: 0}

/* Posts List */
.widget.block-list-posts .block-content .item {
    padding: 8px 0 0 0;
}
.widget.block-list-posts .block-content .item .post-image {
    width: 60px;
    float: left;
    border-radius: 0;
    padding: 2px;
    background-color: #fff;
    border: 1px solid #e9e9e9;
    margin-right: 12px;
}
.widget.block-list-posts .block-content .item .post-image .post-item-link {
    display: inline-block;
}
.widget.block-list-posts .block-content .item .post-image .post-item-link img {
    width: 100%;
    height: auto;
    vertical-align: middle;
}
/* END Posts List */

/* Fix Related Products */
.blog-post-view .products-grid .product-item {
    display: inline-block;
    margin-left: 2%;
    width: calc((100% - 2%)/2);
}
.blog-post-view .product-item:nth-child(2n+1) {
    margin-left: 0;
}
.blog-post-view .products-grid .product-item .product-item-info {
    width: auto;
}
@media (min-width: 640px){
    .blog-post-view .products-grid .product-item {
        display: inline-block;
        margin-left: 2%;
        width: calc((100% - 4%)/3);
    }
    .blog-post-view .products-grid .product-item:nth-child(2n+1) {
        margin-left: 2%;
    }
    .blog-post-view .products-grid .product-item:nth-child(3n+1) {
        margin-left: 0;
    }
}
@media (min-width: 1024px){
    .blog-post-view .products-grid .product-item {
        width: calc((100% - 8%)/5);
        margin-left: 2%;
    }
    .blog-post-view .products-grid .product-item:nth-child(3n+1) {
        margin-left: 2%;
    }
    .blog-post-view .products-grid .product-item:nth-child(5n+1) {
        margin-left: 0;
    }
}

/* Icons */
.mf-blog-icon {width: 15px;height: 15px;display: inline-block;position: relative;top: 2px;background-size: cover;}
.mf-blog-icon.mfbi-calendar {background-image: url('../../frontend/NeWS/luma_child/it_IT/Magefan_Blog/images/calendar-icon.svg')}
.mf-blog-icon.mfbi-folder {background-image: url('../../frontend/NeWS/luma_child/it_IT/Magefan_Blog/images/folder-icon.svg')}
.mf-blog-icon.mfbi-comments {background-image: url('../../frontend/NeWS/luma_child/it_IT/Magefan_Blog/images/comments-icon.svg')}
.mf-blog-icon.mfbi-tags {background-image: url('../../frontend/NeWS/luma_child/it_IT/Magefan_Blog/images/tags-icon.svg')}
.mf-blog-icon.mfbi-user {background-image: url('../../frontend/NeWS/luma_child/it_IT/Magefan_Blog/images/user-icon.svg')}
.mf-blog-icon.mfbi-views {background-image: url('../../frontend/NeWS/luma_child/it_IT/Magefan_Blog/images/views-icon.svg')}
.mf-blog-icon.mfbi-reading-time {background-image: url('../../frontend/NeWS/luma_child/it_IT/Magefan_Blog/images/time-icon.svg')}
/* END Fix Related Products */


/* Post Sharing Top */
/*.post-sharing-top {padding: 10px 0 10px 0;}*/
.post-sharing-top .share-elements {display: flex;flex-wrap: wrap;align-items: center;}
.post-sharing-top .icon-wrapper {display: inline-block;cursor: pointer;margin: 0 4px 0 0;overflow: hidden;border: 0;text-decoration: none;text-transform: none;background-color: transparent;color: inherit;transition: all .2s ease-in-out;border-radius: 0;vertical-align: middle;line-height: 16px;}
.post-sharing-top .icon-wrapper:last-child {margin-right: 0;}
.post-sharing-top .icon-wrapper.icon-facebook {background-color: rgb(59, 89, 152);}
.post-sharing-top .icon-wrapper.icon-twitter {background-color: rgb(0, 0, 0);}
.post-sharing-top .icon-wrapper.icon-pinterest {background-color: rgb(203, 32, 39);}
.post-sharing-top .icon-wrapper.icon-linkedin {background-color: rgb(2, 136, 209);}
.post-sharing-top .icon-wrapper .icon {line-height: 16px;height: 16px;width: 16px;display: inline-block;overflow: hidden;vertical-align: top;}
.post-sharing-top .icon-wrapper .icon svg {width: 16px;height: 16px;line-height: 16px;}
.post-sharing-top .icon-wrapper:hover {transform: translateY(-2px);}

/*.post-list .post-sharing-top {}*/
/*.post-view .post-sharing-top .icon-wrapper .icon svg {width: 16px;height: 16px;line-height: 16px;}*/
/*.post-list.modern {}*/
/* END Post Sharing Top */
/* All Widget Templates ************************************************************************************************
***********************************************************************************************************************/
body.blog-page {
    --color-white: #ffffff;
    --color-green: #28a745;
    --color-yellow: #ffc107;
    --color-blue: #4db2ec;
    --color-black: #222222;
    --color-gray: #6c757d;
    --color-red: #dc3545;
    --border-color: #d5d6da;
}

/* Buttons */
.btn-white {background-color: #fff !important;color: #7d7d7d !important;border: 1px solid #bbb !important;}
.btn-white:hover {background-color: #4db2ec !important;color: #fff !important; border: 1px solid #4db2ec !important;}
.btn-black {background-color: #222 !important;color: #fff !important;border: 1px solid #222 !important;}
.btn-black:hover {background-color: #4db2ec !important;color: #fff !important;border: 1px solid #4db2ec !important;}
.btn-blue {background-color: #4db2ec !important;color: #fff !important;border: 1px solid #4db2ec !important;}
.btn-blue:hover {background-color: #222 !important;color: #fff !important;border: 1px solid #222 !important;}


/* Slider *************************************************************************************************************/
.post-slider .post-block .image-wrap {padding-bottom: 450px;}
/* END Slider *********************************************************************************************************/


.clearfix:after {content:"";display:table;clear:both;}

.post-holder {margin-bottom: 40px;border-radius: 0;}

.blog-page-list .index-description {margin-bottom: 15px}

/* Blog Post List *****************************************************************************************************/
.post-list {margin-top: 0;margin-bottom: 20px;list-style: none;padding-left: 0}
.post-list .post-item.post-holder {margin: 0 0 30px 0;padding: 0;display: block;}
.post-list .post-container {display: -ms-flexbox;display: flex;}

/* Post Image ************************************/
.post-list .post-image {-ms-flex: 0 0 30%;flex: 0 0 30%;width: 30%;order: 0;}
.post-list .post-image .image-container {position: relative;}
.post-list .post-image .image-wrap {display: block;line-height: 0;overflow: hidden;position: relative;padding-bottom: 70%;}
.post-list .post-image .image-wrap .bg-img {position: absolute;display: block;width: 100%;height: 100%;background-size: cover;background-position: center;}
.post-list .post-image .image-wrap img {width: 100%;height: auto;vertical-align: middle;}
/* Post Category */
.post-list .post-image .post-category {position: absolute;left: 0;bottom: 0;display: block;font-size: 0;line-height: 1;}
.post-list .post-image .post-category a {display: inline-block;margin: 0 5px 0 0;padding: 5px 10px;background: #000;color: #fff;font-size: 11px;line-height: 12px;font-weight: 500;text-decoration: none;text-transform: uppercase;
    /*-webkit-transition: all 0.3s;-ms-transition: all 0.3s;transition: all .3s ease;*/}
.post-list .post-image .post-category a:hover {background: #4db2ec;}

/* Post Info **************************************/
/* Post Title */
.post-list .post-info .post-title-wrap h3 {margin: 0;}
.post-list .post-info .post-title-wrap h3 a {font-size: 20px;line-height: 25px;font-weight: 500;}
/* Post Data */
.post-list .post-info .post-data-wrap {font-size: 11px;font-family: sans-serif;}
.post-list .post-info .post-data-wrap .post-date {font-size: 11px; margin: 0;padding: 0;box-shadow: none;float: none;width: auto;}
.post-list .post-info .post-data-wrap a {font-weight: 600;}
/* Post Description */
.post-list .post-description {line-height: 21px;font-size: 13px;}
/* Post View */
.post-list .post-view {display: block;background: #000;color: #fff;font-size: 10px;font-weight: 600;text-align: center;line-height: 11px;position: relative;top: -5px;padding: 4px 6px;}
.post-list .post-view:after {position: absolute;left: 0;bottom: -3px;content: '';width: 0;height: 0;border-style: solid;border-width: 3px 3px 0 0;border-color: #000 transparent transparent;}
/* Read More */
.post-read-more a.post-read {display: inline-block;color: #fff;background-color: #4db2ec;font-size: 13px;font-weight: 500;line-height: 1;padding: 10px 15px;}
.post-read-more a.post-read:hover {color: #fff; text-decoration: none;}

@media (max-width: 768px) {
    .post-list .post-item.post-holder {margin-bottom: 1.5rem;}
}
@media (max-width: 767px) {
    .post-list .post-image .post-category {display: none;}
    .post-list .post-info {padding: 0 0 0 15px;}
    .post-read-more a.post-read {display: none;}
}
@media (max-width: 640px) {
    .post-list .post-info .post-title-wrap h3 a {font-size: 14px;font-weight: 600;line-height: 1.4;display: inline-block;
        /*max-height: 39px;overflow: hidden;*/}
}


/* Images Format *******************************************/
.post-image .image-wrap._16x9 {padding-bottom: 35% !important;}
.post-image .image-wrap._4x3 {padding-bottom: 67% !important;}
.post-image .image-wrap._3x2 {padding-bottom: 55% !important;}
.post-image .image-wrap._1x1 {padding-bottom: 100% !important;}
@media (max-width: 768px) {

}
/* Blog Post List *****************************************************************************************************/


/* Blog Post List Modern **********************************************************************************************/
.post-list.modern .post-item.post-holder {margin: 0 0 30px 0;padding: 0 0 30px 0;}
.post-list.modern .post-info {padding: 0 0 0 25px;flex: 0 0 70%;max-width: 70%;width: 70%;order: 1;box-sizing: border-box;}
.post-list.modern .post-info .post-title-wrap h3 a:hover {text-decoration: none;transition: all .2s ease;}
.post-list.modern .post-info .post-data-wrap a:hover {text-decoration: none;transition: all .2s ease;}
@media (max-width: 1024px) {
    .post-list.modern .post-info .post-read-more {display: none;}
}
@media (max-width: 639px) {
    .post-list.modern .post-container {flex-direction: column;}
    .post-list.modern .post-image {flex: 0 0 100%;width: 100%;}
    .post-list.modern .post-info {flex: 0 0 100%;max-width: 100%;width: 100%;padding: 25px 0 0;}
    /*.post-list.modern .post-description {display: none;}*/
}
/* Blog Post List Modern **********************************************************************************************/


/* Post View **********************************************************************************************************/
/* Page Title */
/*.blog-post-view .page-title-wrapper .page-title {font-size: 35px;line-height: 1.2;margin-bottom: 20px;}*/
/* Category */
.blog-post-view .post-category a {display: inline-block;margin: 0 5px 0 0;padding: 5px 10px;background: #000;color: #fff;font-size: 11px;line-height: 12px;font-weight: 500;text-decoration: none;text-transform: uppercase;}

/* Post Data */
.blog-post-view .post-data-wrap {font-size: 13px;font-family: sans-serif;margin-bottom: 30px;}
.blog-post-view .post-data-wrap a {font-weight: 600;}
.blog-post-view .post-data {color: #bbbbbb;}
/* Post View */
/* Post Comments */
.blog-post-view .post-comments {margin-right: 20px;}
/* Social */
.blog-post-view .post-sharing {margin-bottom: 20px;}
/* Image */
.blog-post-view .post-featured-image {font-size: 0;margin-bottom: 20px;}
/* Tags */
.blog-post-view .post-tag {margin-bottom: 20px;}
.blog-post-view .post-tag .post-tag-title {display: inline-block;padding: 7px 12px;border: 1px solid #222;background: #222;color: #fff;line-height: 1;margin: 0 10px 10px 0;text-transform: uppercase;font-size: 11px;}
.blog-post-view .post-tag .post-tags a {display: inline-block;border: 1px solid var(--border-color); /*color: #222; */background: #fff;padding: 7px 12px;margin-right: 10px;line-height: 1;font-weight: 600;letter-spacing: 1px;font-size: 11px;text-transform: capitalize;}
.blog-post-view .post-tag .post-tags a.current,
.blog-post-view .post-tag .post-tags a:hover {text-decoration: none;opacity: .9;background: #333;color: #fff;}

/* Post Text */
.blog-post-view .post-description {margin-bottom: 30px;}
.blog-post-view .post-description p {font-size: 1.4rem;line-height: 1.7;}

/* Post Bottom *****************************************/
.post-view .post-bottom {margin-top:30px;}

/* Post Sharing Bottom */
.post-view-modern .post-sharing-bottom {}
.post-sharing-bottom {padding: 30px 0;margin-bottom: 30px;border-top: 1px solid var(--border-color);border-bottom: 1px solid var(--border-color);}
.post-sharing-bottom .share-elements {text-align: center;}
.post-sharing-bottom .share-elements .icon-wrapper {display: inline-block;cursor: pointer;margin: 0 5px 5px 0;overflow: hidden;border: 0;text-decoration: none;text-transform: none;background-color: transparent;color: inherit;transition: all .2s ease-in-out;border-radius: 0;}
.post-sharing-bottom .share-elements .icon-wrapper.icon-facebook {background-color: rgb(59, 89, 152);}
.post-sharing-bottom .share-elements .icon-wrapper.icon-twitter {background-color: rgb(0, 0, 0);}
.post-sharing-bottom .share-elements .icon-wrapper.icon-pinterest {background-color: rgb(203, 32, 39);}
.post-sharing-bottom .share-elements .icon-wrapper.icon-linkedin {background-color: rgb(2, 136, 209);}
.post-sharing-bottom .share-elements .icon-wrapper .icon {line-height: 48px;height: 48px;width: 48px;display: inline-block;overflow: hidden;vertical-align: top;}
.post-sharing-bottom .share-elements .icon-wrapper .label {font-size: 13px;line-height: 48px;height: 48px;color: #ffffff;display: inline-block;padding: 0 15px 0 3px;vertical-align: top;}
.post-sharing-bottom .share-elements .icon-wrapper:hover {transform: translateY(-4px);}

/* Post Gallery */
/*.blog-post-view .post-gallery {display: flex;flex-wrap: wrap;}*/
.blog-post-view .post-gallery {display: grid;grid-template-columns: repeat(auto-fill, minmax(16rem, 1fr));grid-gap: 1rem;margin-bottom: 20px;}
.blog-post-view .post-gallery .gallery-image-hld {display: inline-block;}
.blog-post-view .post-gallery .gallery-image-hld img {}

/* Post Navigation */
.blog-post-view .post-nextprev  {display: flex;padding: 20px 0;margin-bottom: 30px;border-top: 1px solid var(--border-color);border-bottom: 1px solid var(--border-color);}
.blog-post-view .post-nextprev .nextprev-link {display: block;font-size: 20px;/*color: #222222;*/font-weight: 600;text-align: right;opacity: 0.7;}
.blog-post-view .post-nextprev .nextprev-link:hover {text-decoration: none;}
.blog-post-view .post-nextprev .nextprev-link span {display: block;color: #bbbbbb;font-size: 14px;font-weight: normal;}

/* Block Related */
.blog-post-view .post-bottom .block.related {margin-bottom: 0;}
.blog-post-view .post-bottom .block.related .block-title {margin: 0 0 25px;padding: 0;border-bottom: 1px solid #222222;line-height: 1.42857143;}
.blog-post-view .post-bottom .block.related .block-title strong {border-bottom: 3px solid #222222;padding-bottom: 2px;font-weight: 400;font-size: 18px;display: inline-block;margin: 0;}

/* Related Posts */
.mfblog-related-posts-block.block.related .post-list {display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;
    position: relative;overflow: hidden;margin-left: -10px;margin-right: -10px;}
.mfblog-related-posts-block.block.related .post-list .post-item {-webkit-flex-direction: column;-ms-flex-direction: column;flex-direction: column;margin-bottom: 2rem !important;-ms-flex: 0 0 25%;flex: 0 0 25%;max-width: 25%;padding-left: 10px;padding-right: 10px;width: 25%; box-sizing: border-box;}

.mfblog-related-posts-block.block.related .post-list .post-item .image-container {
    -ms-flex: 0 0;flex: 0 0;width: 100%;display: block;order: 0;margin-bottom: 10px;}
.mfblog-related-posts-block.block.related .post-list .image-container .image-wrap {display: block;line-height: 0;overflow: hidden;position: relative;padding-bottom: 70%;}
.mfblog-related-posts-block.block.related .post-list .image-container .image-wrap .bg-img {position: absolute;display: block;width: 100%;height: 100%;background-size: cover;background-position: center;}
.mfblog-related-posts-block.block.related .post-list .post-item .block-info {padding-left: 0 !important;padding-right: 0 !important;}
.mfblog-related-posts-block.block.related .post-list .block-info h3.post-title a {font-size: 14px !important;line-height: 20px !important;font-weight: 600 !important; /*color: #222222; */}
@media (max-width: 767px) {
    .mfblog-related-posts-block.block.related .post-list .post-item {flex: 0 0 50%;max-width: 50%;}
}

/* Related Products */
.mfblog-related-products-block.block.related .block-title {margin: 0 0 25px;padding: 5px 0;border-bottom: 1px solid #222222;line-height: 1.42857143;}
.mfblog-related-products-block.block.related .block-title strong {border-bottom: 3px solid #222222;padding-bottom: 2px;font-weight: 400;font-size: 18px;}

/* Block Comments */
.block.comments .c-count {margin: 0 0 20px;padding: 0;border-bottom: 1px solid #222222;font-weight: 400;}
.block.comments .c-count strong {border-bottom: 3px solid #222222;padding-bottom: 2px;font-weight: 400;font-size: 18px;display: inline-block;}
/* END Post Bottom *************************************/

@media (max-width: 767px) {
    .blog-post-view .page-title-wrapper .page-title {font-size: 20px;}
    .blog-post-view .post-nextprev .nextprev-link {font-size: 14px;line-height: 1.4;}
}
/* END Post View ******************************************************************************************************/


/* Animation Zoom */
.image-wrap .animation-type-zoom {display: block;line-height: 0;overflow: hidden;position: relative;}
.image-container .animation-type-zoom {-webkit-transition: transform .3s ease,opacity .3s;transition: transform .3s ease,opacity .3s;}
.image-container:hover .animation-type-zoom {transform: scale3d(1.1,1.1,1);  -webkit-transform: scale3d(1.1,1.1,1);}


/* Sidebar ************************************************************************************************************/
/* Block Search */
.widget.blog-search {width:100%;margin-bottom: 40px;position: relative;float: right;}
.widget.blog-search .block-content {margin-bottom: 0;}
.widget.blog-search .block-content .form {position: relative;}
.widget.blog-search  label {border: 0;clip: rect(0, 0, 0, 0);height: 1px;margin: -1px;overflow: hidden;padding: 0;position: absolute;width: 1px;text-decoration: none;display: inline-block;float: right;}
.widget.blog-search .control {border-top: 0;margin: 0;padding: 0;clear: both;}
.widget.blog-search input {position: static;padding-right: 35px;margin: 0;left: -300%;}
.widget.blog-search .action.search {position: absolute;top: 0;right: 0;bottom: 0;height: 100%;z-index: 1;display: inline-block;-moz-box-sizing: content-box;border: 0;box-shadow: none;line-height: inherit;margin: 0;padding: 0 10px;text-decoration: none;text-shadow: none;font-weight: 400;border-radius: 0;}
.widget.blog-search .action.search:before {-webkit-font-smoothing: antialiased;content: '';margin: 0;vertical-align: top;display: inline-block;overflow: hidden;speak: none;width: 16px;height: 32px;background: url(../../frontend/NeWS/luma_child/it_IT/Magefan_Blog/images/search-icon-white.svg) no-repeat -10px -7px;background-size: 35px;opacity: 1;}
.widget.blog-search .action.search > span {border: 0;clip: rect(0, 0, 0, 0);height: 1px;margin: -1px;overflow: hidden;padding: 0;position: absolute;width: 1px;}
.blog-search .actions .action.search {background: #222222;right: 0;padding: 0 10px;border-radius: 0;}

/* Posts List */
.widget.block-list-posts .post-list .post-item .image-container {flex: 0 0 30%;width: 30%;display: block;order: 0;}
/* Images */
/* Span Background */
.widget.block-list-posts .post-list .image-container .image-wrap {display: block;line-height: 0;overflow: hidden;position: relative;padding-bottom: 70%;}
.widget.block-list-posts .post-list .image-container .image-wrap .bg-img {position: absolute;display: block;width: 100%;height: 100%;background-size: cover;background-position: center;}
/* Post Info */
.widget.block-list-posts .post-list .post-item .block-info .post-item-name {font-size: 14px;line-height: 20px;font-weight: 600;text-decoration: none;color: #333333;}
.widget.block-list-posts .post-list .post-item .block-info .block-date {color: #bbbbbb;}
.widget.block-list-posts .post-list .post-item .block-info .block-date .post-data {font-size: 11px;}

/* Post Grid */
.widget.block-list-posts .post-list .post-item {-webkit-flex-direction: column;-ms-flex-direction: column;flex-direction: column;margin-bottom: 2rem !important;}
.widget.block-list-posts .post-list .post-item .image-container {-ms-flex: 0 0;flex: 0 0;width: 100%;display: block;order: 0;margin-bottom: 10px;}
.widget.block-list-posts .post-list .post-item .block-info {padding-left: 0 !important;padding-right: 0 !important;}
/* END Posts List */

/* New Post List */
.widget.block-posts-list .post-item {display: flex;gap: 1.5rem;}
.widget.block-posts-list .post-item .image-container {flex: 0 0 33.333333%;width: 33.333333%;align-self: flex-start;display: block;order: 0;margin-bottom: 10px;}
.widget.block-posts-list .post-item .image-container .image-wrap {display: block;position: relative;overflow: hidden;}
.widget.block-posts-list .post-item .image-container .image-wrap._4x3 {padding-bottom: 70%;}
.widget.block-posts-list .post-item .image-container .image-wrap .bg-img {display: block;position: absolute;width: 100%;height: 100%;max-width: 100%;background-size: cover;background-position: center;}
.widget.block-posts-list .post-item .block-info .post-title {margin: 0 0 0.5rem 0 !important;}
.widget.block-posts-list .post-item .block-info .post-title .post-item-name {display: block;font-size: 16px;line-height: 22px;font-weight: 500;text-decoration: none;-webkit-transition: all 300ms ease-in-out;-moz-transition: all 300ms ease-in-out;-o-transition: all 300ms ease-in-out;transition: all 300ms ease-in-out;}
.widget.block-posts-list .post-item .block-info .block-date {line-height: 1rem;}
.widget.block-posts-list .post-item .block-info .block-date .post-date {font-size: 11px;line-height: 1.2rem;color: #bbbbbb;font-family: sans-serif;}
.widget.block-posts-list .post-item .block-info .post-description {display: none;line-height: 21px;font-size: 13px;}
.widget.block-posts-list .post-item .block-info .read-more {display: none;}
/* END New Post List */

/* Archive */
.widget.block-archive .archive-item-link {font-weight: 600}

/* RSS Feed */
.widget.block-rss .rss-icon {width: 23px;filter: grayscale(100%);vertical-align: middle;}
/* End Sidebar ********************************************************************************************************/
/**
 * Copyright © Magefan (support@magefan.com). All rights reserved.
 * Please visit Magefan.com for license details (https://magefan.com/end-user-license-agreement).
 *
 * Glory to Ukraine! Glory to the heroes!
 *//**
 * Copyright © Magefan (support@magefan.com). All rights reserved.
 * Please visit Magefan.com for license details (https://magefan.com/end-user-license-agreement).
 *
 * Glory to Ukraine! Glory to the heroes!
 */

#post-comments * {box-sizing: border-box;font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;}

/* Styles For All Blocks*/
.c-count {margin-bottom: 15px;font-weight: 700;padding-bottom: 10px;font-size: 16px;border-bottom: 1px solid #bbbbbb;color: #222;}
.c-img {width: 48px;position: absolute; left: 0;top: 0;z-index: 5;}
.c-img img {width: 100%;}
.c-reply, .c-comment {position: relative;margin-bottom: 18px;}
/*.c-replyform, .c-post {margin-left: 25px;}*/
.c-allcomments,
.c-allcomments:visited {display: block;width: 100%;font-weight: 700;font-size: 14px;color: #fff;background: #1979c3;margin-top: 24px;line-height: 40px;text-align: center;border-radius: 3px;transition: 200ms cubic-bezier(.08,.52,.52,1) background-color;text-decoration: none;}
.c-allcomments:hover {background-color: #e2e2e2;color: #fff;text-decoration: none;}

/* Reply Form */
.c-replyform textarea,
.c-replyform input {color: #222;background: #fff !important;display: block;}
.c-replyform textarea {padding: 8px;height: 70px;border: 1px solid #bbbbbb;}
.c-replyform.no-active textarea {border-bottom: 1px solid #bbbbbb;height: 60px;}
.c-replyform textarea:focus,
.c-replyform input:focus {box-shadow:none;}
.c-replyform button {-webkit-transition: all 0.2s;-ms-transition: all 0.2s;transition: all 0.2s;}
.c-replyform button:hover {-webkit-transition: all 0.2s;-ms-transition: all 0.2s;transition: all 0.2s;}

/* Message */
.c-replyform div.mage-error[generated] {display: none!important;}
.c-replyform .mage-error {background-color: #fff3f3!important;border-color:#d5d6da;}

/* Form */
.c-replyform .c-btn-hld {margin-top: 20px;}
.c-replyform.no-active .c-btn-hld {display: none;}
.c-replyform .c-btn-hld .lr-hld {
    display: -webkit-flex;display: -ms-flexbox;display: flex;
    -webkit-justify-content: center;-ms-flex-pack: justify;justify-content: space-between;
}
.c-replyform .left-hld,
.c-replyform .right-hld {
    width: 49%;padding: 0;-webkit-flex: 0 0 49%;-ms-flex: 0 0 49%;flex: 0 0 49%;
}
@media screen and (max-width: 480px) {
    .c-replyform .c-btn-hld {
        display: -webkit-flex;display: -ms-flexbox;display: flex;
        -webkit-flex-direction: column;-ms-flex-direction: column;flex-direction: column;
    }
    .c-replyform .lr-hld {
        -webkit-order: 0;-ms-flex-order: 0;order: 0;
        -webkit-flex-direction: column;-ms-flex-direction: column;flex-direction: column;
    }
    .c-replyform form .c-btn-hld .input-box {
        -webkit-order: 1;-ms-flex-order: 1;order: 1;
    }
    #recaptcha-append-to {
        -webkit-order: 2;-ms-flex-order: 2;order: 2;
    }
    .c-replyform button {
        -webkit-order: 3;-ms-flex-order: 3;order: 3;
    }
    .c-replyform .left-hld {padding: 0 0 20px 0;}
}


/* Button */
.c-replyform button {display: inline-block;color: #fff;background-color: #4db2ec;border: none;border-radius: 0;font-size: 13px;font-weight: 500;line-height: 1;padding: 10px 15px;margin-top: 20px;}
.c-replyform button:hover {color: #ffffff;background-color: #222222;}
.c-replyform button.cancel {background-color: #f6f7f9;border-color: #ced0d4;color: #4b4f56;}
.c-replyform button.cancel:hover {background-color: #e9ebee;}


.c-replyform form .c-btn-hld .input-box {width: 100%;text-align: left;padding: 6px 0;display: inline-block;float: left;margin: 20px 0;}
.c-replyform form .c-btn-hld .input-box .checkbox.required-entry {float: left;margin: 2px 10px 0 0;}
.c-replyform form .c-btn-hld .input-box .checkbox.required-entry.mage-error {
    -webkit-box-shadow: 0 0 5px 0 rgb(250, 166, 166);
    -moz-box-shadow: 0 0 5px 0 rgb(250, 166, 166);
    box-shadow: 0 0 5px 0 rgb(250, 166, 166);
}

/* Comment */
.c-comments {margin-top: 20px;border-top: 1px solid #ddd;padding-top: 30px;padding-left: 25px;}
.c-comments .c-comment {border-bottom: 1px dashed #eee;}
.c-comments .c-comment:last-child{border-bottom: none}
.c-post .p-info {margin-bottom: 10px;}
.c-post .p-name {font-weight: 700;/*color: #222222;*/display: inline-block;margin-right: 10px;font-size: 14px;line-height: 20px;}
.c-post .publish-date {font-size: 11px;color: #bbbbbb;display: inline-block;line-height: 20px;}
.c-post .p-actions {padding: 8px 0 10px;}
.c-post .p-actions {font-size: 12px;}
.c-post .p-actions a {color: #bbbbbb;}
.c-post .p-actions a:hover {text-decoration: underline; }
.c-post .p-actions span {color: #90949c;}

/* Post's replies and reply form */
.p-replies {border-left: 1px dotted #bdbdbd; padding-left: 10px;}
.p-replies .c-img {width: 36px;}
.p-replies .c-post, .p-replies .c-replyform {margin-left: 20px;}
.p-replies .c-comment {margin-bottom: 10px;}
.p-replies .c-more {background: #d7eaf9;padding: 5px;font-size: 12px;border-radius: 3px;margin-bottom: 10px;}
.p-replies .c-more a {color: #4267b2; font-weight: 700; font-size: 11px;}
.p-replies .c-more a:hover {text-decoration: underline;}
.p-replies .c-more i{width: 0;height: 0;border-left: 3px solid rgba(0, 0, 0, 0);border-right: 3px solid rgba(0, 0, 0, 0);border-top: 3px solid #768196;vertical-align: middle;margin-left: 3px;position: relative;top: 7px;}

/* MSP recaptcha */
#post-comments .c-replyform .c-btn-hld #msp-recaptcha-container {margin-top: 20px;}

@media screen and (max-width: 450px) {
    .c-img {width: 38px;}
    .c-post {font-size: 13px;}
    .c-post .p-actions {font-size: 11px;}
    .c-reply, .c-comment {position: relative;margin-bottom: 18px;}
    .c-replyform, .c-post {margin-left: 0}
    .p-replies {padding-left: 5px;}
    .p-replies .c-img {width: 28px;}
    .p-replies .c-post, .p-replies .c-replyform {margin-left: 34px;}
    .p-replies .c-more a {font-size: 10px;padding: 3px;}
    .c-replyform .left-hld,
    .c-replyform .right-hld {float:none;width: 100%;}
}

