@import url('https://fonts.googleapis.com/css?family=Roboto');
/* The above import directives are aggregated from content. */
body {
  margin: 0;
  padding: 0;
}
article,
aside,
details,
figcaption,
figure,
main,
footer,
header,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
nav ul,
nav ol {
  list-style: none none;
}
img {
  max-width: 100%;
  height: auto;
  border: 0;
}
video,
embed,
object {
  max-width: 100%;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size-adjust: 100%;
}
body {
  color: #333333;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  font-size: 1.4rem;
}
p {
  margin-top: 0rem;
  margin-bottom: 1rem;
}
abbr[title] {
  border-bottom: 1px dotted #d1d1d1;
  cursor: help;
}
b,
strong {
  font-weight: 700;
}
em,
i {
  font-style: italic;
}
mark {
  background: #f0f0f0;
  color: #000000;
}
small,
.small {
  font-size: 12px;
}
hr {
  border: 0;
  border-top: 1px solid #d1d1d1;
  margin-bottom: 20px;
  margin-top: 20px;
}
sub,
sup {
  font-size: 71.42857143000001%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
dfn {
  font-style: italic;
}
h1 {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
}
h2 {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
h3 {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
h4 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
h5 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.2rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
h6 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small {
  color: #333333;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
a,
.alink {
  color: #1979c3;
  text-decoration: none;
}
a:visited,
.alink:visited {
  color: #1979c3;
  text-decoration: none;
}
a:hover,
.alink:hover {
  color: #006bb4;
  text-decoration: underline;
}
a:active,
.alink:active {
  color: #ff5501;
  text-decoration: underline;
}
ul,
ol {
  margin-top: 0rem;
  margin-bottom: 2.5rem;
}
ul > li,
ol > li {
  margin-top: 0rem;
  margin-bottom: 1rem;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
dl {
  margin-bottom: 20px;
  margin-top: 0;
}
dt {
  font-weight: 700;
  margin-bottom: 5px;
  margin-top: 0;
}
dd {
  margin-bottom: 10px;
  margin-top: 0;
  margin-left: 0;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, 'Courier New', monospace;
}
code {
  background: #f0f0f0;
  color: #111111;
  padding: 2px 4px;
  font-size: 1.2rem;
  white-space: nowrap;
}
kbd {
  background: #f0f0f0;
  color: #111111;
  padding: 2px 4px;
  font-size: 1.2rem;
}
pre {
  background: #f0f0f0;
  border: 1px solid #d1d1d1;
  color: #111111;
  line-height: 1.42857143;
  margin: 0 0 10px;
  padding: 10px;
  font-size: 1.2rem;
  display: block;
  word-wrap: break-word;
}
pre code {
  background-color: transparent;
  border-radius: 0;
  color: inherit;
  font-size: inherit;
  padding: 0;
  white-space: pre-wrap;
}
blockquote {
  border-left: 0 solid #d1d1d1;
  margin: 0 0 20px 40px;
  padding: 0;
  color: #333333;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: italic;
  font-weight: 400;
  line-height: 1.42857143;
  font-size: 1.4rem;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  color: #333333;
  line-height: 1.42857143;
  font-size: 1rem;
  display: block;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
blockquote cite {
  font-style: normal;
}
blockquote:before,
blockquote:after {
  content: '';
}
q {
  quotes: none;
}
q:before,
q:after {
  content: '';
  content: none;
}
cite {
  font-style: normal;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%;
}
table th {
  text-align: left;
}
table > tbody > tr > th,
table > tfoot > tr > th,
table > tbody > tr > td,
table > tfoot > tr > td {
  vertical-align: top;
}
table > thead > tr > th,
table > thead > tr > td {
  vertical-align: bottom;
}
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
  padding: 8px 10px;
}
button,
.storelocator-list .storelocator-item .button,
.modal-popup.storelocator-store-detail .modal-inner-wrap .modal-content .button,
.modal-slide.storelocator-store-detail .modal-inner-wrap .modal-content .button,
.google-map .storelocator-map-infowindow .buttons-set a.button,
.cart.table-wrapper .actions-toolbar > .action,
.action-gift {
  background-image: none;
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
}
button:focus,
button:active,
.cart.table-wrapper .actions-toolbar > .action:focus,
.cart.table-wrapper .actions-toolbar > .action:active,
.action-gift:focus,
.action-gift:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #333333;
}
button:hover,
.cart.table-wrapper .actions-toolbar > .action:hover,
.action-gift:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555555;
}
button.disabled,
button[disabled],
fieldset[disabled] button,
.cart.table-wrapper .actions-toolbar > .action.disabled,
.cart.table-wrapper .actions-toolbar > .action[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action,
.action-gift.disabled,
.action-gift[disabled],
fieldset[disabled] .action-gift {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
button::-moz-focus-inner,
.cart.table-wrapper .actions-toolbar > .action::-moz-focus-inner,
.action-gift::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type*="date"],
input[type="email"] {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 32px;
  line-height: 1.42857143;
  padding: 0 9px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
}
input[type="text"]:disabled,
input[type="password"]:disabled,
input[type="url"]:disabled,
input[type="tel"]:disabled,
input[type="search"]:disabled,
input[type="number"]:disabled,
input[type*="date"]:disabled,
input[type="email"]:disabled {
  opacity: 0.5;
}
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type*="date"]::-moz-placeholder,
input[type="email"]::-moz-placeholder {
  color: #c2c2c2;
}
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: #c2c2c2;
}
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: #c2c2c2;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}
select {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 32px;
  line-height: 1.42857143;
  padding: 5px 10px 4px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
}
select:disabled {
  opacity: 0.5;
}
select[multiple] {
  height: auto;
  background-image: none;
}
textarea {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: auto;
  line-height: 1.42857143;
  margin: 0;
  padding: 10px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  resize: vertical;
}
textarea:disabled {
  opacity: 0.5;
}
textarea::-moz-placeholder {
  color: #c2c2c2;
}
textarea::-webkit-input-placeholder {
  color: #c2c2c2;
}
textarea:-ms-input-placeholder {
  color: #c2c2c2;
}
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 #68a8e0;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.bundle-options-container .block-bundle-summary .bundle.items,
.product-items,
.prices-tier,
.cart-container .checkout-methods-items,
.opc-wrapper .opc,
.opc-progress-bar,
.checkout-agreements-items,
.items,
.block-wishlist-management .wishlist-select-items,
.paypal-review .items-qty,
.order-details-items .items-qty,
.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,
.cart-container .checkout-methods-items > li,
.opc-wrapper .opc > li,
.opc-progress-bar > li,
.checkout-agreements-items > li,
.items > li,
.block-wishlist-management .wishlist-select-items > li,
.paypal-review .items-qty > li,
.order-details-items .items-qty > li,
.footer.content ul > li,
.block-banners .banner-items > li,
.block-banners-inline .banner-items > li,
.block-event .slider-panel .slider > li {
  margin: 0;
}
.abs-action-addto-product,
.block-event .slider-panel .slider .item .action.event,
.bundle-options-container .block-bundle-summary .product-addto-links > .action,
.product-info-main .action.tocompare,
.product-options-bottom .action.tocompare,
.product-info-main .action.towishlist,
.product-options-bottom .action.towishlist,
.block-bundle-summary .action.towishlist {
  background-image: none;
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #333333;
  cursor: pointer;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  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,
.abs-action-addto-product:focus,
.abs-action-addto-product:active,
.block-event .slider-panel .slider .item .action.event:focus,
.block-event .slider-panel .slider .item .action.event:active,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:focus,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:active,
.product-info-main .action.tocompare:focus,
.product-info-main .action.tocompare:active,
.product-options-bottom .action.tocompare:focus,
.product-options-bottom .action.tocompare:active,
.product-info-main .action.towishlist:focus,
.product-info-main .action.towishlist:active,
.product-options-bottom .action.towishlist:focus,
.product-options-bottom .action.towishlist:active,
.block-bundle-summary .action.towishlist:focus,
.block-bundle-summary .action.towishlist:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #333333;
}
.abs-action-link-button:hover,
.abs-action-addto-product:hover,
.block-event .slider-panel .slider .item .action.event:hover,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:hover,
.product-info-main .action.tocompare:hover,
.product-options-bottom .action.tocompare:hover,
.product-info-main .action.towishlist:hover,
.product-options-bottom .action.towishlist:hover,
.block-bundle-summary .action.towishlist:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555555;
}
.abs-action-link-button.disabled,
.abs-action-link-button[disabled],
fieldset[disabled] .abs-action-link-button,
.abs-action-addto-product.disabled,
.abs-action-addto-product[disabled],
fieldset[disabled] .abs-action-addto-product,
.block-event .slider-panel .slider .item .action.event.disabled,
.block-event .slider-panel .slider .item .action.event[disabled],
fieldset[disabled] .block-event .slider-panel .slider .item .action.event,
.bundle-options-container .block-bundle-summary .product-addto-links > .action.disabled,
.bundle-options-container .block-bundle-summary .product-addto-links > .action[disabled],
fieldset[disabled] .bundle-options-container .block-bundle-summary .product-addto-links > .action,
.product-info-main .action.tocompare.disabled,
.product-info-main .action.tocompare[disabled],
fieldset[disabled] .product-info-main .action.tocompare,
.product-options-bottom .action.tocompare.disabled,
.product-options-bottom .action.tocompare[disabled],
fieldset[disabled] .product-options-bottom .action.tocompare,
.product-info-main .action.towishlist.disabled,
.product-info-main .action.towishlist[disabled],
fieldset[disabled] .product-info-main .action.towishlist,
.product-options-bottom .action.towishlist.disabled,
.product-options-bottom .action.towishlist[disabled],
fieldset[disabled] .product-options-bottom .action.towishlist,
.block-bundle-summary .action.towishlist.disabled,
.block-bundle-summary .action.towishlist[disabled],
fieldset[disabled] .block-bundle-summary .action.towishlist {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.abs-action-link-button:hover,
.abs-action-link-button:active,
.abs-action-link-button:focus,
.abs-action-addto-product:hover,
.abs-action-addto-product:active,
.abs-action-addto-product:focus,
.block-event .slider-panel .slider .item .action.event:hover,
.block-event .slider-panel .slider .item .action.event:active,
.block-event .slider-panel .slider .item .action.event:focus,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:hover,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:active,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:focus,
.product-info-main .action.tocompare:hover,
.product-info-main .action.tocompare:active,
.product-info-main .action.tocompare:focus,
.product-options-bottom .action.tocompare:hover,
.product-options-bottom .action.tocompare:active,
.product-options-bottom .action.tocompare:focus,
.product-info-main .action.towishlist:hover,
.product-info-main .action.towishlist:active,
.product-info-main .action.towishlist:focus,
.product-options-bottom .action.towishlist:hover,
.product-options-bottom .action.towishlist:active,
.product-options-bottom .action.towishlist:focus,
.block-bundle-summary .action.towishlist:hover,
.block-bundle-summary .action.towishlist:active,
.block-bundle-summary .action.towishlist:focus {
  text-decoration: none;
}
.cart.table-wrapper .item-options dt,
.opc-block-summary .items-in-cart .product .item-options dt,
.block-giftregistry-shared-items .product .item-options dt,
.multicheckout .item-options dt {
  clear: left;
  float: left;
  margin: 0 10px 5px 0;
}
.cart.table-wrapper .item-options dt:after,
.opc-block-summary .items-in-cart .product .item-options dt:after,
.block-giftregistry-shared-items .product .item-options dt:after,
.multicheckout .item-options dt:after {
  content: ': ';
}
.cart.table-wrapper .item-options dd,
.opc-block-summary .items-in-cart .product .item-options dd,
.block-giftregistry-shared-items .product .item-options dd,
.multicheckout .item-options dd {
  display: inline-block;
  float: left;
  margin: 0 0 5px;
  word-break: break-all;
}
.actions-toolbar > .primary .action,
.actions-toolbar > .secondary .action {
  width: 100%;
}
.cart.table-wrapper .product-image-wrapper,
.minicart-items .product-image-wrapper,
.block-giftregistry-shared-items .product-image-wrapper {
  height: auto;
  padding: 0 !important;
}
.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 {
  font-size: 1.8rem;
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 15px;
  padding-bottom: 12px;
}
.login-container .block .block-title strong {
  font-weight: 500;
}
.block-compare .block-title,
.block-giftregistry-results .block-title,
.block-giftregistry-shared-items .block-title,
.block-wishlist-search-results .block-title,
.block-reorder .block-title,
.widget .block-title,
.block-wishlist .block-title {
  margin-bottom: 15px;
}
.block-compare .block-title > strong,
.block-giftregistry-results .block-title > strong,
.block-giftregistry-shared-items .block-title > strong,
.block-wishlist-search-results .block-title > strong,
.block-reorder .block-title > strong,
.widget .block-title > strong,
.block-wishlist .block-title > strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.magento-payments-review .block .block-title,
.account .column.main .block:not(.widget) .block-title,
.multicheckout .block-title,
.paypal-review .block .block-title,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title,
.sales-guest-view .column.main .block:not(.widget) .block-title {
  margin-bottom: 15px;
}
.magento-payments-review .block .block-title > strong,
.account .column.main .block:not(.widget) .block-title > strong,
.multicheckout .block-title > strong,
.paypal-review .block .block-title > strong,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title > strong,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title > strong,
.sales-guest-view .column.main .block:not(.widget) .block-title > strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.magento-payments-review .block .block-title > .action,
.account .column.main .block:not(.widget) .block-title > .action,
.multicheckout .block-title > .action,
.paypal-review .block .block-title > .action,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title > .action,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title > .action,
.sales-guest-view .column.main .block:not(.widget) .block-title > .action {
  margin-left: 15px;
}
.magento-payments-review .block .box-title,
.account .column.main .block:not(.widget) .box-title,
.multicheckout .box-title,
.paypal-review .block .box-title,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title,
[class^='sales-guest-'] .column.main .block:not(.widget) .box-title,
.sales-guest-view .column.main .block:not(.widget) .box-title {
  display: inline-block;
  margin: 0 0 5px;
}
.magento-payments-review .block .box-title > span,
.account .column.main .block:not(.widget) .box-title > span,
.multicheckout .box-title > span,
.paypal-review .block .box-title > span,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title > span,
[class^='sales-guest-'] .column.main .block:not(.widget) .box-title > span,
.sales-guest-view .column.main .block:not(.widget) .box-title > span {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.magento-payments-review .block .box-title > .action,
.account .column.main .block:not(.widget) .box-title > .action,
.multicheckout .box-title > .action,
.paypal-review .block .box-title > .action,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title > .action,
[class^='sales-guest-'] .column.main .block:not(.widget) .box-title > .action,
.sales-guest-view .column.main .block:not(.widget) .box-title > .action {
  font-weight: 400;
  margin-left: 10px;
}
.magento-payments-review .block .block-content p:last-child,
.account .column.main .block:not(.widget) .block-content p:last-child,
.multicheckout .block-content p:last-child,
.paypal-review .block .block-content p:last-child,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-content p:last-child,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-content p:last-child,
.sales-guest-view .column.main .block:not(.widget) .block-content p:last-child {
  margin-bottom: 0;
}
.magento-payments-review .block .block-content .box,
.account .column.main .block:not(.widget) .block-content .box,
.multicheckout .block-content .box,
.paypal-review .block .block-content .box,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box,
.sales-guest-view .column.main .block:not(.widget) .block-content .box {
  margin-bottom: 20px;
}
.giftregisty-dropdown,
.wishlist-dropdown {
  display: inline-block;
  position: relative;
}
.abs-dropdown-simple:before,
.abs-dropdown-simple:after,
.giftregisty-dropdown:before,
.giftregisty-dropdown:after,
.wishlist-dropdown:before,
.wishlist-dropdown:after {
  content: '';
  display: table;
}
.abs-dropdown-simple:after,
.giftregisty-dropdown:after,
.wishlist-dropdown:after {
  clear: both;
}
.abs-dropdown-simple .action.toggle,
.giftregisty-dropdown .action.toggle,
.wishlist-dropdown .action.toggle {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.abs-dropdown-simple .action.toggle:after,
.giftregisty-dropdown .action.toggle:after,
.wishlist-dropdown .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e607';
  font-family: 'icons-blank-theme';
  margin: 0 0 0 5px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-dropdown-simple .action.toggle:hover:after,
.giftregisty-dropdown .action.toggle:hover:after,
.wishlist-dropdown .action.toggle:hover:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle:active:after,
.giftregisty-dropdown .action.toggle:active:after,
.wishlist-dropdown .action.toggle:active:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle.active,
.giftregisty-dropdown .action.toggle.active,
.wishlist-dropdown .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.abs-dropdown-simple .action.toggle.active:after,
.giftregisty-dropdown .action.toggle.active:after,
.wishlist-dropdown .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e618';
  font-family: 'icons-blank-theme';
  margin: 0 0 0 5px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-dropdown-simple .action.toggle.active:hover:after,
.giftregisty-dropdown .action.toggle.active:hover:after,
.wishlist-dropdown .action.toggle.active:hover:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle.active:active:after,
.giftregisty-dropdown .action.toggle.active:active:after,
.wishlist-dropdown .action.toggle.active:active:after {
  color: inherit;
}
.abs-dropdown-simple ul.dropdown,
.giftregisty-dropdown ul.dropdown,
.wishlist-dropdown ul.dropdown {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 200px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.abs-dropdown-simple ul.dropdown li,
.giftregisty-dropdown ul.dropdown li,
.wishlist-dropdown ul.dropdown li {
  margin: 0;
  padding: 5px 5px 5px 23px;
}
.abs-dropdown-simple ul.dropdown li:hover,
.giftregisty-dropdown ul.dropdown li:hover,
.wishlist-dropdown ul.dropdown li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.abs-dropdown-simple ul.dropdown:before,
.abs-dropdown-simple ul.dropdown:after,
.giftregisty-dropdown ul.dropdown:before,
.giftregisty-dropdown ul.dropdown:after,
.wishlist-dropdown ul.dropdown:before,
.wishlist-dropdown ul.dropdown:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.abs-dropdown-simple ul.dropdown:before,
.giftregisty-dropdown ul.dropdown:before,
.wishlist-dropdown ul.dropdown:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.abs-dropdown-simple ul.dropdown:after,
.giftregisty-dropdown ul.dropdown:after,
.wishlist-dropdown ul.dropdown:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.abs-dropdown-simple ul.dropdown:before,
.giftregisty-dropdown ul.dropdown:before,
.wishlist-dropdown ul.dropdown:before {
  left: 10px;
  top: -12px;
}
.abs-dropdown-simple ul.dropdown:after,
.giftregisty-dropdown ul.dropdown:after,
.wishlist-dropdown ul.dropdown:after {
  left: 9px;
  top: -14px;
}
.abs-dropdown-simple.active,
.giftregisty-dropdown.active,
.wishlist-dropdown.active {
  overflow: visible;
}
.abs-dropdown-simple.active ul.dropdown,
.giftregisty-dropdown.active ul.dropdown,
.wishlist-dropdown.active ul.dropdown {
  display: block;
}
.column .block-addbysku .qty .qty,
.bundle-options-container .input-text.qty,
.cart.table-wrapper .col.qty .input-text,
.account .table-return-items .qty .input-text,
.table-giftregistry-items .field.qty .qty,
.block-giftregistry-shared-items .qty .qty,
.table.grouped .control .qty,
.block-wishlist-info-items .input-text.qty,
.multicheckout .table-wrapper .col .qty .input-text,
.account .table-wrapper .data.table.wishlist .box-tocart .qty,
.products-grid.wishlist .product-item .box-tocart input.qty,
.sidebar .block-addbysku .fieldset .fields .field.qty .qty {
  text-align: center;
  width: 47px;
}
.block,
.sidebar .widget.block:not(:last-child),
.sidebar .widget:not(:last-child),
.block-banners,
.block-banners-inline {
  margin-bottom: 40px;
}
.sidebar .action.delete,
.table-comparison .cell.remove .action.delete,
.block-compare .action.delete,
.filtered .item .action.remove {
  display: inline-block;
  text-decoration: none;
}
.abs-remove-button-for-blocks > span,
.sidebar .action.delete > span,
.table-comparison .cell.remove .action.delete > span,
.block-compare .action.delete > span,
.filtered .item .action.remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-remove-button-for-blocks:before,
.sidebar .action.delete:before,
.table-comparison .cell.remove .action.delete:before,
.block-compare .action.delete:before,
.filtered .item .action.remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 26px;
  line-height: 15px;
  color: #303030;
  content: '\e616';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-remove-button-for-blocks:hover:before,
.sidebar .action.delete:hover:before,
.table-comparison .cell.remove .action.delete:hover:before,
.block-compare .action.delete:hover:before,
.filtered .item .action.remove:hover:before {
  color: #303030;
}
.abs-remove-button-for-blocks:active:before,
.sidebar .action.delete:active:before,
.table-comparison .cell.remove .action.delete:active:before,
.block-compare .action.delete:active:before,
.filtered .item .action.remove:active:before {
  color: #303030;
}
.product-item-name,
.product.name a {
  font-weight: 400;
}
.product-item-name > a,
.product.name a > a {
  color: #333333;
  text-decoration: none;
}
.abs-product-link > a:visited,
.product-item-name > a:visited,
.product.name a > a:visited {
  color: #333333;
  text-decoration: underline;
}
.abs-product-link > a:hover,
.product-item-name > a:hover,
.product.name a > a:hover {
  color: #333333;
  text-decoration: underline;
}
.abs-product-link > a:active,
.product-item-name > a:active,
.product.name a > a:active {
  color: #333333;
  text-decoration: underline;
}
.form.giftregistry.items .actions-toolbar,
.form-new-agreement .actions-toolbar,
.fieldset .review-legend.legend,
.form.wishlist.items .actions-toolbar {
  margin-left: 0;
}
.cart.table-wrapper .action.help.map,
.opc-wrapper .edit-address-link,
.opc-block-shipping-information .shipping-information-title .action-edit,
.action-auth-toggle,
.checkout-payment-method .checkout-billing-address .action-cancel,
.checkout-agreements-block .action-show,
.cart-summary .block.giftcard .action.check,
.gift-options .actions-toolbar .action-cancel,
.table-comparison .wishlist.split.button > .action,
.product-items .wishlist.split.button > .action,
.paypal-button-widget .paypal-button {
  line-height: 1.42857143;
  padding: 0;
  color: #1979c3;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  border-radius: 0;
  font-size: inherit;
  font-weight: 400;
}
.abs-action-button-as-link:visited,
.cart.table-wrapper .action.help.map:visited,
.opc-wrapper .edit-address-link:visited,
.opc-block-shipping-information .shipping-information-title .action-edit:visited,
.action-auth-toggle:visited,
.checkout-payment-method .checkout-billing-address .action-cancel:visited,
.checkout-agreements-block .action-show:visited,
.cart-summary .block.giftcard .action.check:visited,
.gift-options .actions-toolbar .action-cancel:visited,
.table-comparison .wishlist.split.button > .action:visited,
.product-items .wishlist.split.button > .action:visited,
.paypal-button-widget .paypal-button:visited {
  color: #1979c3;
  text-decoration: none;
}
.abs-action-button-as-link:hover,
.cart.table-wrapper .action.help.map:hover,
.opc-wrapper .edit-address-link:hover,
.opc-block-shipping-information .shipping-information-title .action-edit:hover,
.action-auth-toggle:hover,
.checkout-payment-method .checkout-billing-address .action-cancel:hover,
.checkout-agreements-block .action-show:hover,
.cart-summary .block.giftcard .action.check:hover,
.gift-options .actions-toolbar .action-cancel:hover,
.table-comparison .wishlist.split.button > .action:hover,
.product-items .wishlist.split.button > .action:hover,
.paypal-button-widget .paypal-button:hover {
  color: #006bb4;
  text-decoration: underline;
}
.abs-action-button-as-link:active,
.cart.table-wrapper .action.help.map:active,
.opc-wrapper .edit-address-link:active,
.opc-block-shipping-information .shipping-information-title .action-edit:active,
.action-auth-toggle:active,
.checkout-payment-method .checkout-billing-address .action-cancel:active,
.checkout-agreements-block .action-show:active,
.cart-summary .block.giftcard .action.check:active,
.gift-options .actions-toolbar .action-cancel:active,
.table-comparison .wishlist.split.button > .action:active,
.product-items .wishlist.split.button > .action:active,
.paypal-button-widget .paypal-button:active {
  color: #ff5501;
  text-decoration: underline;
}
.abs-action-button-as-link:hover,
.abs-action-button-as-link:active,
.abs-action-button-as-link:focus,
.cart.table-wrapper .action.help.map:hover,
.cart.table-wrapper .action.help.map:active,
.cart.table-wrapper .action.help.map:focus,
.opc-wrapper .edit-address-link:hover,
.opc-wrapper .edit-address-link:active,
.opc-wrapper .edit-address-link:focus,
.opc-block-shipping-information .shipping-information-title .action-edit:hover,
.opc-block-shipping-information .shipping-information-title .action-edit:active,
.opc-block-shipping-information .shipping-information-title .action-edit:focus,
.action-auth-toggle:hover,
.action-auth-toggle:active,
.action-auth-toggle:focus,
.checkout-payment-method .checkout-billing-address .action-cancel:hover,
.checkout-payment-method .checkout-billing-address .action-cancel:active,
.checkout-payment-method .checkout-billing-address .action-cancel:focus,
.checkout-agreements-block .action-show:hover,
.checkout-agreements-block .action-show:active,
.checkout-agreements-block .action-show:focus,
.cart-summary .block.giftcard .action.check:hover,
.cart-summary .block.giftcard .action.check:active,
.cart-summary .block.giftcard .action.check:focus,
.gift-options .actions-toolbar .action-cancel:hover,
.gift-options .actions-toolbar .action-cancel:active,
.gift-options .actions-toolbar .action-cancel:focus,
.table-comparison .wishlist.split.button > .action:hover,
.table-comparison .wishlist.split.button > .action:active,
.table-comparison .wishlist.split.button > .action:focus,
.product-items .wishlist.split.button > .action:hover,
.product-items .wishlist.split.button > .action:active,
.product-items .wishlist.split.button > .action:focus,
.paypal-button-widget .paypal-button:hover,
.paypal-button-widget .paypal-button:active,
.paypal-button-widget .paypal-button:focus {
  background: none;
  border: 0;
}
.abs-action-button-as-link.disabled,
.abs-action-button-as-link[disabled],
fieldset[disabled] .abs-action-button-as-link,
.cart.table-wrapper .action.help.map.disabled,
.cart.table-wrapper .action.help.map[disabled],
fieldset[disabled] .cart.table-wrapper .action.help.map,
.opc-wrapper .edit-address-link.disabled,
.opc-wrapper .edit-address-link[disabled],
fieldset[disabled] .opc-wrapper .edit-address-link,
.opc-block-shipping-information .shipping-information-title .action-edit.disabled,
.opc-block-shipping-information .shipping-information-title .action-edit[disabled],
fieldset[disabled] .opc-block-shipping-information .shipping-information-title .action-edit,
.action-auth-toggle.disabled,
.action-auth-toggle[disabled],
fieldset[disabled] .action-auth-toggle,
.checkout-payment-method .checkout-billing-address .action-cancel.disabled,
.checkout-payment-method .checkout-billing-address .action-cancel[disabled],
fieldset[disabled] .checkout-payment-method .checkout-billing-address .action-cancel,
.checkout-agreements-block .action-show.disabled,
.checkout-agreements-block .action-show[disabled],
fieldset[disabled] .checkout-agreements-block .action-show,
.cart-summary .block.giftcard .action.check.disabled,
.cart-summary .block.giftcard .action.check[disabled],
fieldset[disabled] .cart-summary .block.giftcard .action.check,
.gift-options .actions-toolbar .action-cancel.disabled,
.gift-options .actions-toolbar .action-cancel[disabled],
fieldset[disabled] .gift-options .actions-toolbar .action-cancel,
.table-comparison .wishlist.split.button > .action.disabled,
.table-comparison .wishlist.split.button > .action[disabled],
fieldset[disabled] .table-comparison .wishlist.split.button > .action,
.product-items .wishlist.split.button > .action.disabled,
.product-items .wishlist.split.button > .action[disabled],
fieldset[disabled] .product-items .wishlist.split.button > .action,
.paypal-button-widget .paypal-button.disabled,
.paypal-button-widget .paypal-button[disabled],
fieldset[disabled] .paypal-button-widget .paypal-button {
  color: #1979c3;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.cart.table-wrapper .action.help.map:active,
.cart.table-wrapper .action.help.map:not(:focus),
.opc-wrapper .edit-address-link:active,
.opc-wrapper .edit-address-link:not(:focus),
.opc-block-shipping-information .shipping-information-title .action-edit:active,
.opc-block-shipping-information .shipping-information-title .action-edit:not(:focus),
.action-auth-toggle:active,
.action-auth-toggle:not(:focus),
.checkout-payment-method .checkout-billing-address .action-cancel:active,
.checkout-payment-method .checkout-billing-address .action-cancel:not(:focus),
.checkout-agreements-block .action-show:active,
.checkout-agreements-block .action-show:not(:focus),
.cart-summary .block.giftcard .action.check:active,
.cart-summary .block.giftcard .action.check:not(:focus),
.gift-options .actions-toolbar .action-cancel:active,
.gift-options .actions-toolbar .action-cancel:not(:focus),
.table-comparison .wishlist.split.button > .action:active,
.table-comparison .wishlist.split.button > .action:not(:focus),
.product-items .wishlist.split.button > .action:active,
.product-items .wishlist.split.button > .action:not(:focus),
.paypal-button-widget .paypal-button:active,
.paypal-button-widget .paypal-button:not(:focus) {
  box-shadow: none;
}
.abs-add-fields .action.remove,
.form-giftregistry-share .action.remove,
.form-giftregistry-edit .action.remove,
.form-add-invitations .action.remove,
.form-create-return .action.remove,
.form.send.friend .action.remove {
  line-height: 1.42857143;
  padding: 0;
  color: #1979c3;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  border-radius: 0;
  font-size: inherit;
  font-weight: 400;
  left: 10px;
  margin-left: 70%;
  position: absolute;
  top: 31px;
  width: auto;
}
.abs-action-remove:visited,
.abs-add-fields .action.remove:visited,
.form-giftregistry-share .action.remove:visited,
.form-giftregistry-edit .action.remove:visited,
.form-add-invitations .action.remove:visited,
.form-create-return .action.remove:visited,
.form.send.friend .action.remove:visited {
  color: #1979c3;
  text-decoration: none;
}
.abs-action-remove:hover,
.abs-add-fields .action.remove:hover,
.form-giftregistry-share .action.remove:hover,
.form-giftregistry-edit .action.remove:hover,
.form-add-invitations .action.remove:hover,
.form-create-return .action.remove:hover,
.form.send.friend .action.remove:hover {
  color: #006bb4;
  text-decoration: underline;
}
.abs-action-remove:active,
.abs-add-fields .action.remove:active,
.form-giftregistry-share .action.remove:active,
.form-giftregistry-edit .action.remove:active,
.form-add-invitations .action.remove:active,
.form-create-return .action.remove:active,
.form.send.friend .action.remove:active {
  color: #ff5501;
  text-decoration: underline;
}
.abs-action-remove:hover,
.abs-action-remove:active,
.abs-action-remove:focus,
.abs-add-fields .action.remove:hover,
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove:focus,
.form-giftregistry-share .action.remove:hover,
.form-giftregistry-share .action.remove:active,
.form-giftregistry-share .action.remove:focus,
.form-giftregistry-edit .action.remove:hover,
.form-giftregistry-edit .action.remove:active,
.form-giftregistry-edit .action.remove:focus,
.form-add-invitations .action.remove:hover,
.form-add-invitations .action.remove:active,
.form-add-invitations .action.remove:focus,
.form-create-return .action.remove:hover,
.form-create-return .action.remove:active,
.form-create-return .action.remove:focus,
.form.send.friend .action.remove:hover,
.form.send.friend .action.remove:active,
.form.send.friend .action.remove:focus {
  background: none;
  border: 0;
}
.abs-action-remove.disabled,
.abs-action-remove[disabled],
fieldset[disabled] .abs-action-remove,
.abs-add-fields .action.remove.disabled,
.abs-add-fields .action.remove[disabled],
fieldset[disabled] .abs-add-fields .action.remove,
.form-giftregistry-share .action.remove.disabled,
.form-giftregistry-share .action.remove[disabled],
fieldset[disabled] .form-giftregistry-share .action.remove,
.form-giftregistry-edit .action.remove.disabled,
.form-giftregistry-edit .action.remove[disabled],
fieldset[disabled] .form-giftregistry-edit .action.remove,
.form-add-invitations .action.remove.disabled,
.form-add-invitations .action.remove[disabled],
fieldset[disabled] .form-add-invitations .action.remove,
.form-create-return .action.remove.disabled,
.form-create-return .action.remove[disabled],
fieldset[disabled] .form-create-return .action.remove,
.form.send.friend .action.remove.disabled,
.form.send.friend .action.remove[disabled],
fieldset[disabled] .form.send.friend .action.remove {
  color: #1979c3;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove:not(:focus),
.form-giftregistry-share .action.remove:active,
.form-giftregistry-share .action.remove:not(:focus),
.form-giftregistry-edit .action.remove:active,
.form-giftregistry-edit .action.remove:not(:focus),
.form-add-invitations .action.remove:active,
.form-add-invitations .action.remove:not(:focus),
.form-create-return .action.remove:active,
.form-create-return .action.remove:not(:focus),
.form.send.friend .action.remove:active,
.form.send.friend .action.remove:not(:focus) {
  box-shadow: none;
}
.form-giftregistry-share .fieldset,
.form-giftregistry-edit .fieldset,
.form-add-invitations .fieldset,
.form-create-return .fieldset,
.form.send.friend .fieldset {
  margin-bottom: 50px;
}
.form-giftregistry-share .fieldset .field:not(.choice) .control,
.form-giftregistry-edit .fieldset .field:not(.choice) .control,
.form-add-invitations .fieldset .field:not(.choice) .control,
.form-create-return .fieldset .field:not(.choice) .control,
.form.send.friend .fieldset .field:not(.choice) .control {
  width: 70%;
}
.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child) > .secondary,
.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child) > .secondary,
.form-add-invitations .fieldset .actions-toolbar:not(:first-child) > .secondary,
.form-create-return .fieldset .actions-toolbar:not(:first-child) > .secondary,
.form.send.friend .fieldset .actions-toolbar:not(:first-child) > .secondary {
  float: left;
}
.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add,
.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add,
.form-add-invitations .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add,
.form-create-return .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add,
.form.send.friend .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add {
  margin-top: 30px;
}
.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 .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;
}
.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;
}
.order-details-items .order-items .order-gift-message:not(.expanded-content) {
  height: 0;
  visibility: hidden;
}
.fieldset > .field.no-label > .label,
.fieldset > .fields > .field.no-label > .label,
.product-item-actions .actions-secondary > .action span,
.table-comparison .cell.label.remove span,
.table-comparison .cell.label.product span,
.cart.table-wrapper .col.qty .label,
.minicart-wrapper .action.showcart .text,
.minicart-wrapper .action.showcart .counter-label,
.checkout-index-index .page-title-wrapper,
.checkout-payment-method .field-select-billing > .label,
.checkout-payment-method .payments .legend,
.checkout-payment-method .ccard .legend,
.fieldset .fullname.field > .label,
.account .column.main .limiter > .label,
.field.street .field .label,
.account-nav .title,
.page-product-downloadable .product-options-wrapper .fieldset .legend.links-title,
.page-product-giftcard .fieldset.giftcard > .legend,
.opc-wrapper .form-giftcard-account .field .label,
.filter-options-content .filter-count-label,
.block-wishlist-search-form .form-wishlist-search .fieldset > .legend,
.page-multiple-wishlist .page-title-wrapper .page-title,
.multicheckout .table-wrapper .col .label,
.multicheckout .block .methods-shipping .item-content .fieldset > .legend,
.block.newsletter .label,
.block-reorder .product-item .label,
.opc-wrapper .form-discount .field .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;
}
.shipping-policy-block.field-tooltip .field-tooltip-action span {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.abs-add-clearfix:before,
.abs-add-clearfix:after,
.abs-add-fields .fieldset .actions-toolbar:not(:first-child):before,
.abs-add-fields .fieldset .actions-toolbar:not(:first-child):after,
.toolbar:before,
.toolbar:after,
.toolbar-products:before,
.toolbar-products:after,
.sidebar .product-items-images:before,
.sidebar .product-items-images:after,
.cart.table-wrapper .actions-toolbar:before,
.cart.table-wrapper .actions-toolbar:after,
.cart.table-wrapper .item-options:before,
.cart.table-wrapper .item-options:after,
.minicart-items .product-item > .product:before,
.minicart-items .product-item > .product:after,
.checkout-container:before,
.checkout-container:after,
.checkout-onepage-success:before,
.checkout-onepage-success:after,
.opc-estimated-wrapper:before,
.opc-estimated-wrapper:after,
.opc-wrapper .field.addresses:before,
.opc-wrapper .field.addresses:after,
.opc-block-summary .items-in-cart .product .item-options:before,
.opc-block-summary .items-in-cart .product .item-options:after,
.fieldset .fullname .field:before,
.fieldset .fullname .field:after,
.page-product-downloadable .product-add-form:before,
.page-product-downloadable .product-add-form:after,
.gift-options:before,
.gift-options:after,
.gift-item-block .content:before,
.gift-item-block .content:after,
.order-details-items .order-gift-message:before,
.order-details-items .order-gift-message:after,
.order-details-items .block-order-details-gift-message:before,
.order-details-items .block-order-details-gift-message:after,
.block-giftregistry-shared-items .product .item-options:before,
.block-giftregistry-shared-items .product .item-options:after,
.gift-wrapping-list:before,
.gift-wrapping-list:after,
.opc-wrapper .data.table .gift-wrapping:before,
.opc-wrapper .data.table .gift-wrapping:after,
.table-order-items .gift-wrapping:before,
.table-order-items .gift-wrapping:after,
.table-order-review .gift-wrapping:before,
.table-order-review .gift-wrapping:after,
.order-options .product:before,
.order-options .product:after,
.map-popup .map-info-price:before,
.map-popup .map-info-price:after,
.multicheckout .item-options:before,
.multicheckout .item-options:after,
.multicheckout .block:before,
.multicheckout .block:after,
.multicheckout .block-content:before,
.multicheckout .block-content:after,
.customer-review .product-details:before,
.customer-review .product-details:after,
.header.content:before,
.header.content:after,
.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child):before,
.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child):after,
.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child):before,
.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child):after,
.form-add-invitations .fieldset .actions-toolbar:not(:first-child):before,
.form-add-invitations .fieldset .actions-toolbar:not(:first-child):after,
.form-create-return .fieldset .actions-toolbar:not(:first-child):before,
.form-create-return .fieldset .actions-toolbar:not(:first-child):after,
.form.send.friend .fieldset .actions-toolbar:not(:first-child):before,
.form.send.friend .fieldset .actions-toolbar:not(:first-child):after {
  content: '';
  display: table;
}
.abs-add-clearfix:after,
.abs-add-fields .fieldset .actions-toolbar:not(:first-child):after,
.toolbar:after,
.toolbar-products:after,
.sidebar .product-items-images:after,
.cart.table-wrapper .actions-toolbar:after,
.cart.table-wrapper .item-options:after,
.minicart-items .product-item > .product:after,
.checkout-container:after,
.checkout-onepage-success:after,
.opc-estimated-wrapper:after,
.opc-wrapper .field.addresses:after,
.opc-block-summary .items-in-cart .product .item-options:after,
.fieldset .fullname .field:after,
.page-product-downloadable .product-add-form:after,
.gift-options:after,
.gift-item-block .content:after,
.order-details-items .order-gift-message:after,
.order-details-items .block-order-details-gift-message:after,
.block-giftregistry-shared-items .product .item-options:after,
.gift-wrapping-list:after,
.opc-wrapper .data.table .gift-wrapping:after,
.table-order-items .gift-wrapping:after,
.table-order-review .gift-wrapping:after,
.order-options .product:after,
.map-popup .map-info-price:after,
.multicheckout .item-options:after,
.multicheckout .block:after,
.multicheckout .block-content:after,
.customer-review .product-details:after,
.header.content:after,
.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child):after,
.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child):after,
.form-add-invitations .fieldset .actions-toolbar:not(:first-child):after,
.form-create-return .fieldset .actions-toolbar:not(:first-child):after,
.form.send.friend .fieldset .actions-toolbar:not(:first-child):after {
  clear: both;
}
.abs-field-date .control,
.abs-field-tooltip,
.columns .column.main,
.columns .sidebar-main,
.columns .sidebar-additional,
.column .block-addbysku .sku,
.bundle-options-container .block-bundle-summary,
.product-item,
.sidebar .product-items-images .product-item,
.search-autocomplete,
.cart-summary,
.opc-wrapper .shipping-address-item,
.shipping-policy-block.field-tooltip .field-tooltip-content,
.opc-block-summary,
.sidebar .block-addbysku .fieldset .fields .field.sku,
.block-event .slider-panel .slider .item .action.show,
.field.date .control,
.field .control._with-tooltip {
  box-sizing: border-box;
}
.abs-navigation-icon:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 34px;
  line-height: 1.2;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button:before,
.abs-split-button:after {
  content: '';
  display: table;
}
.abs-split-button:after {
  clear: both;
}
.abs-split-button .action.split {
  float: left;
  margin: 0;
}
.abs-split-button .action.toggle {
  float: right;
  margin: 0;
}
.abs-split-button button.action.split,
.abs-split-button .cart.table-wrapper .actions-toolbar > .action.action.split,
.abs-split-button .action-gift.action.split {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.abs-split-button button + .action.toggle,
.abs-split-button .cart.table-wrapper .actions-toolbar > .action + .action.toggle,
.abs-split-button .action-gift + .action.toggle {
  border-bottom-left-radius: 0;
  border-left: 0;
  border-top-left-radius: 0;
}
.abs-split-button .action.toggle {
  padding: 4px 5px;
  display: inline-block;
  text-decoration: none;
}
.abs-split-button .action.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-split-button .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e607';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button .action.toggle:hover:after {
  color: inherit;
}
.abs-split-button .action.toggle:active:after {
  color: inherit;
}
.abs-split-button .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.abs-split-button .action.toggle.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-split-button .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e618';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button .action.toggle.active:hover:after {
  color: inherit;
}
.abs-split-button .action.toggle.active:active:after {
  color: inherit;
}
.abs-split-button .items {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 100%;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.abs-split-button .items li {
  margin: 0;
  padding: 3px 5px;
}
.abs-split-button .items li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.abs-split-button .items:before,
.abs-split-button .items:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.abs-split-button .items:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.abs-split-button .items:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.abs-split-button .items:before {
  right: 10px;
  top: -12px;
}
.abs-split-button .items:after {
  right: 9px;
  top: -14px;
}
.abs-split-button.active {
  overflow: visible;
}
.abs-split-button.active .items {
  display: block;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action,
.product-info-main .action.tocompare,
.product-options-bottom .action.tocompare,
.product-info-main .action.towishlist,
.product-options-bottom .action.towishlist,
.block-bundle-summary .action.towishlist {
  line-height: 1.2rem;
  padding: 5px 8px;
  font-size: 1.1rem;
}
.product-item-actions .actions-secondary > .action,
.table-comparison .wishlist.split.button > .action.split,
.product-items .wishlist.split.button > .action.split,
.product-items .action.towishlist,
.products.list.items .action.towishlist,
.table-comparison .action.towishlist {
  display: inline-block;
  text-decoration: none;
}
.abs-actions-addto-gridlist > span,
.product-item-actions .actions-secondary > .action > span,
.table-comparison .wishlist.split.button > .action.split > span,
.product-items .wishlist.split.button > .action.split > span,
.product-items .action.towishlist > span,
.products.list.items .action.towishlist > span,
.table-comparison .action.towishlist > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-actions-addto-gridlist:before,
.product-item-actions .actions-secondary > .action:before,
.table-comparison .wishlist.split.button > .action.split:before,
.product-items .wishlist.split.button > .action.split:before,
.product-items .action.towishlist:before,
.products.list.items .action.towishlist:before,
.table-comparison .action.towishlist:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 29px;
  line-height: 24px;
  color: #7d7d7d;
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-actions-addto-gridlist:hover:before,
.product-item-actions .actions-secondary > .action:hover:before,
.table-comparison .wishlist.split.button > .action.split:hover:before,
.product-items .wishlist.split.button > .action.split:hover:before,
.product-items .action.towishlist:hover:before,
.products.list.items .action.towishlist:hover:before,
.table-comparison .action.towishlist:hover:before {
  color: #333333;
}
#store-selector .form-continue .actions-toolbar .action.primary,
.order-review-form .action.primary,
.bundle-actions .action.primary,
.bundle-options-container .block-bundle-summary .box-tocart .action.primary,
.product-info-main .box-tocart .action.tocart,
.product-options-bottom .box-tocart .action.tocart,
.cart-container .checkout-methods-items .action.primary,
.block-minicart .block-content > .actions > .primary .action.primary,
.methods-shipping .actions-toolbar .action.primary,
.block-authentication .action.action-register,
.block-authentication .action.action-login,
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary,
.form-address-edit .actions-toolbar .action.primary,
.multicheckout .action.primary {
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
}
.magento-payments-review .block .actions-toolbar .action.primary,
.block-compare .action.compare,
.cart-summary .actions-toolbar > .primary button,
.cart-summary .form.giftregistry .fieldset .action.primary,
.paypal-review .block .actions-toolbar .action.primary,
.cart-summary .actions-toolbar > .primary .cart.table-wrapper .actions-toolbar > .action,
.cart-summary .actions-toolbar > .primary .action-gift {
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #333333;
}
.abs-revert-secondary-color:focus,
.abs-revert-secondary-color:active,
.magento-payments-review .block .actions-toolbar .action.primary:focus,
.magento-payments-review .block .actions-toolbar .action.primary:active,
.block-compare .action.compare:focus,
.block-compare .action.compare:active,
.cart-summary .actions-toolbar > .primary button:focus,
.cart-summary .actions-toolbar > .primary button:active,
.cart-summary .form.giftregistry .fieldset .action.primary:focus,
.cart-summary .form.giftregistry .fieldset .action.primary:active,
.paypal-review .block .actions-toolbar .action.primary:focus,
.paypal-review .block .actions-toolbar .action.primary:active,
.cart-summary .actions-toolbar > .primary .cart.table-wrapper .actions-toolbar > .action:focus,
.cart-summary .actions-toolbar > .primary .cart.table-wrapper .actions-toolbar > .action:active,
.cart-summary .actions-toolbar > .primary .action-gift:focus,
.cart-summary .actions-toolbar > .primary .action-gift:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #333333;
}
.abs-revert-secondary-color:hover,
.magento-payments-review .block .actions-toolbar .action.primary:hover,
.block-compare .action.compare:hover,
.cart-summary .actions-toolbar > .primary button:hover,
.cart-summary .form.giftregistry .fieldset .action.primary:hover,
.paypal-review .block .actions-toolbar .action.primary:hover,
.cart-summary .actions-toolbar > .primary .cart.table-wrapper .actions-toolbar > .action:hover,
.cart-summary .actions-toolbar > .primary .action-gift:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555555;
}
.cart-summary .form.giftregistry .fieldset .action.primary {
  font-size: 1.4rem;
  line-height: 1.6rem;
  padding: 7px 15px;
}
.bundle-actions {
  margin: 10px 0;
}
.bundle-options-container .price-notice .price-including-tax,
.bundle-options-container .price-notice .price-excluding-tax,
.bundle-options-container .price-notice .weee,
.product-options-wrapper .field .price-notice .price-including-tax,
.product-options-wrapper .field .price-notice .price-excluding-tax,
.product-options-wrapper .field .price-notice .weee,
.cart-summary .price-including-tax,
.cart-summary .price-excluding-tax,
.cart-summary .weee,
.gift-summary .price-including-tax,
.gift-summary .price-excluding-tax,
.gift-summary .weee,
.gift-options .price-including-tax,
.gift-options .price-excluding-tax,
.gift-options .weee {
  font-size: 1.4rem;
  display: inline-block;
  white-space: nowrap;
}
.bundle-options-container .price-notice .price-including-tax + .price-excluding-tax,
.product-options-wrapper .field .price-notice .price-including-tax + .price-excluding-tax,
.cart-summary .price-including-tax + .price-excluding-tax,
.gift-summary .price-including-tax + .price-excluding-tax,
.gift-options .price-including-tax + .price-excluding-tax {
  display: inline-block;
  font-size: 1.1rem;
}
.bundle-options-container .price-notice .price-including-tax + .price-excluding-tax:before,
.product-options-wrapper .field .price-notice .price-including-tax + .price-excluding-tax:before,
.cart-summary .price-including-tax + .price-excluding-tax:before,
.gift-summary .price-including-tax + .price-excluding-tax:before,
.gift-options .price-including-tax + .price-excluding-tax:before {
  content: '(' attr(data-label) ': ';
}
.bundle-options-container .price-notice .price-including-tax + .price-excluding-tax:after,
.product-options-wrapper .field .price-notice .price-including-tax + .price-excluding-tax:after,
.cart-summary .price-including-tax + .price-excluding-tax:after,
.gift-summary .price-including-tax + .price-excluding-tax:after,
.gift-options .price-including-tax + .price-excluding-tax:after {
  content: ')';
}
.price-including-tax .cart-tax-total,
.price-excluding-tax .cart-tax-total,
.magento-payments-review .table-magento-payments-review-items .cart-tax-total {
  cursor: pointer;
  padding-right: 12px;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.abs-tax-total:after,
.price-including-tax .cart-tax-total:after,
.price-excluding-tax .cart-tax-total:after,
.magento-payments-review .table-magento-payments-review-items .cart-tax-total:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 26px;
  line-height: 10px;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 3px 0 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.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 {
  position: absolute;
  right: -10px;
  top: 3px;
}
.abs-tax-total-expanded:after {
  content: '\e621';
}
.abs-tax-total-expanded:after,
.price-including-tax .cart-tax-total-expanded:after,
.price-excluding-tax .cart-tax-total-expanded:after,
.magento-payments-review .table-magento-payments-review-items .cart-tax-total-expanded:after {
  content: '\e621';
}
.form-giftregistry-search .legend,
.block-wishlist-search-form .block-title,
.multicheckout .block-title,
.multicheckout .block-content .title {
  border-bottom: 1px solid #d1d1d1;
  margin-bottom: 25px;
  padding-bottom: 10px;
}
.form-giftregistry-search .legend > strong,
.form-giftregistry-search .legend > span,
.block-wishlist-search-form .block-title > strong,
.block-wishlist-search-form .block-title > span,
.multicheckout .block-title > strong,
.multicheckout .block-title > span,
.multicheckout .block-content .title > strong,
.multicheckout .block-content .title > span {
  font-size: 2.2rem;
  font-weight: 300;
}
.review-ratings .rating-summary {
  display: table-row;
}
.review-ratings .rating-label {
  display: table-cell;
  padding-bottom: 5px;
  padding-right: 25px;
  padding-top: 1px;
  vertical-align: top;
}
.review-ratings .rating-result {
  display: table-cell;
  vertical-align: top;
}
.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: inherit;
  content: '\e61c';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.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,
.sidebar-main .block-reorder .subtitle,
.sidebar-additional .block-reorder .subtitle,
.no-display,
.cart-totals .table-caption,
.opc-block-summary .table-totals .table-caption {
  display: none;
}
.return-status,
.order-status {
  display: inline-block;
  margin-bottom: 20px;
}
.block-compare .counter,
.block-wishlist .counter {
  color: #7d7d7d;
  font-size: 1.2rem;
  white-space: nowrap;
}
.block-cart-failed .action.continue,
.cart-container .form-cart .action.continue {
  border-radius: 3px;
  background-image: none;
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #333333;
  cursor: pointer;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 0;
  padding: 7px 15px 7px 0;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
}
.abs-shopping-cart-items .action.continue:hover,
.abs-shopping-cart-items .action.continue:active,
.abs-shopping-cart-items .action.continue:focus,
.block-cart-failed .action.continue:hover,
.block-cart-failed .action.continue:active,
.block-cart-failed .action.continue:focus,
.cart-container .form-cart .action.continue:hover,
.cart-container .form-cart .action.continue:active,
.cart-container .form-cart .action.continue:focus {
  text-decoration: none;
}
.abs-shopping-cart-items .action.continue:before,
.block-cart-failed .action.continue:before,
.cart-container .form-cart .action.continue:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: inherit;
  content: '\e617';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-shopping-cart-items .action.continue:hover:before,
.block-cart-failed .action.continue:hover:before,
.cart-container .form-cart .action.continue:hover:before {
  color: inherit;
}
.abs-shopping-cart-items .action.continue:active:before,
.block-cart-failed .action.continue:active:before,
.cart-container .form-cart .action.continue:active:before {
  color: inherit;
}
.abs-shopping-cart-items .action.continue:focus,
.abs-shopping-cart-items .action.continue:active,
.block-cart-failed .action.continue:focus,
.block-cart-failed .action.continue:active,
.cart-container .form-cart .action.continue:focus,
.cart-container .form-cart .action.continue:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #333333;
}
.abs-shopping-cart-items .action.continue:hover,
.block-cart-failed .action.continue:hover,
.cart-container .form-cart .action.continue:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555555;
}
.abs-shopping-cart-items .action.continue.disabled,
.abs-shopping-cart-items .action.continue[disabled],
fieldset[disabled] .abs-shopping-cart-items .action.continue,
.block-cart-failed .action.continue.disabled,
.block-cart-failed .action.continue[disabled],
fieldset[disabled] .block-cart-failed .action.continue,
.cart-container .form-cart .action.continue.disabled,
.cart-container .form-cart .action.continue[disabled],
fieldset[disabled] .cart-container .form-cart .action.continue {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.block-cart-failed .action.continue:active,
.cart-container .form-cart .action.continue:active {
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.12);
}
.block-cart-failed .action.update,
.cart-container .form-cart .action.update {
  display: inline-block;
  text-decoration: none;
  padding-left: 5px;
}
.abs-shopping-cart-items .action.update:before,
.block-cart-failed .action.update:before,
.cart-container .form-cart .action.update:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: inherit;
  content: '\e603';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-shopping-cart-items .action.update:hover:before,
.block-cart-failed .action.update:hover:before,
.cart-container .form-cart .action.update:hover:before {
  color: inherit;
}
.abs-shopping-cart-items .action.update:active:before,
.block-cart-failed .action.update:active:before,
.cart-container .form-cart .action.update:active:before {
  color: inherit;
}
.field.date .control {
  position: relative;
}
.abs-field-date input,
.form-giftregistry-search .fields-specific-options .datetime-picker,
.field.date input {
  margin-right: 10px;
  width: calc(100% - 50px);
}
.field .control._with-tooltip {
  position: relative;
}
.field .control._with-tooltip input {
  margin-right: 10px;
  width: calc(100% - 39px);
}
.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: #999999;
}
.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 {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 10px;
  color: #333333;
  font-weight: 300;
  font-size: 2.6rem;
}
.cart-totals .mark,
.opc-block-summary .table-totals .mark {
  font-weight: 400;
  padding-left: 4px;
}
.cart-totals .mark strong,
.opc-block-summary .table-totals .mark strong {
  font-weight: 400;
}
.cart-totals .amount,
.opc-block-summary .table-totals .amount {
  padding-right: 4px;
  text-align: right;
  white-space: nowrap;
}
.cart-totals .amount strong,
.opc-block-summary .table-totals .amount strong {
  font-weight: 400;
}
.cart-totals .grand .mark,
.cart-totals .grand .amount,
.opc-block-summary .table-totals .grand .mark,
.opc-block-summary .table-totals .grand .amount {
  padding-top: 20px;
}
.cart-totals .grand .amount,
.opc-block-summary .table-totals .grand .amount {
  padding-right: 4px;
  text-align: right;
}
.cart-totals .grand .amount strong,
.opc-block-summary .table-totals .grand .amount strong {
  font-weight: 700;
}
.cart-totals .msrp,
.opc-block-summary .table-totals .msrp {
  margin-bottom: 10px;
}
.cart-totals .totals-tax-summary .mark,
.cart-totals .totals-tax-summary .amount,
.opc-block-summary .table-totals .totals-tax-summary .mark,
.opc-block-summary .table-totals .totals-tax-summary .amount {
  border-top: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
  cursor: pointer;
}
.cart-totals .totals-tax-summary .amount .price,
.opc-block-summary .table-totals .totals-tax-summary .amount .price {
  display: block;
  text-decoration: none;
  padding-right: 25px;
  position: relative;
}
.abs-sidebar-totals .totals-tax-summary .amount .price > span,
.cart-totals .totals-tax-summary .amount .price > span,
.opc-block-summary .table-totals .totals-tax-summary .amount .price > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-sidebar-totals .totals-tax-summary .amount .price:after,
.cart-totals .totals-tax-summary .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary .amount .price:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.cart-totals .totals-tax-summary .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary .amount .price:after {
  position: absolute;
  right: -5px;
  top: -12px;
}
.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 #d1d1d1;
  display: none;
}
.cart-totals .totals-tax-details.shown,
.opc-block-summary .table-totals .totals-tax-details.shown {
  display: table-row;
}
.magento-payments-review-discount > .title,
.cart-summary .block > .title,
.paypal-review-discount .block > .title {
  border-top: 1px solid #d1d1d1;
  cursor: pointer;
  font-weight: 600;
  display: block;
  text-decoration: none;
  margin-bottom: 0;
  overflow: hidden;
  padding: 7px 30px 7px 5px;
  position: relative;
}
.abs-discount-block > .title:after,
.magento-payments-review-discount > .title:after,
.cart-summary .block > .title:after,
.paypal-review-discount .block > .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.magento-payments-review-discount > .title:after,
.cart-summary .block > .title:after,
.paypal-review-discount .block > .title:after {
  position: absolute;
  right: -5px;
  top: -5px;
}
.column.main .magento-payments-review-discount > .title strong,
.column.main .cart-summary .block > .title strong,
.column.main .paypal-review-discount .block > .title strong {
  font-size: 1.8rem;
  font-weight: 400;
}
.magento-payments-review-discount > .content,
.cart-summary .block > .content,
.paypal-review-discount .block > .content {
  display: none;
}
.abs-discount-block.active > .title:after,
.magento-payments-review-discount.active > .title:after,
.cart-summary .block.active > .title:after,
.paypal-review-discount .block.active > .title:after {
  content: '\e621';
}
.magento-payments-review-discount.active > .content,
.cart-summary .block.active > .content,
.paypal-review-discount .block.active > .content {
  display: block;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../../frontend/Codazon/unlimited_miamo/it_IT/fonts/opensans/light/opensans-300.woff2') format('woff2'), url('../../frontend/Codazon/unlimited_miamo/it_IT/fonts/opensans/light/opensans-300.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../../frontend/Codazon/unlimited_miamo/it_IT/fonts/opensans/regular/opensans-400.woff2') format('woff2'), url('../../frontend/Codazon/unlimited_miamo/it_IT/fonts/opensans/regular/opensans-400.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../../frontend/Codazon/unlimited_miamo/it_IT/fonts/opensans/semibold/opensans-600.woff2') format('woff2'), url('../../frontend/Codazon/unlimited_miamo/it_IT/fonts/opensans/semibold/opensans-600.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../../frontend/Codazon/unlimited_miamo/it_IT/fonts/opensans/bold/opensans-700.woff2') format('woff2'), url('../../frontend/Codazon/unlimited_miamo/it_IT/fonts/opensans/bold/opensans-700.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
.items {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.columns {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.columns:after {
  clear: both;
  content: ' ';
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.columns .column.main {
  padding-bottom: 40px;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  width: 100%;
}
.columns .sidebar-main {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.columns .sidebar-additional {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.table-wrapper {
  margin-bottom: 20px;
}
table > caption {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.table:not(.cart):not(.totals) {
  border: none;
}
.table:not(.cart):not(.totals) > thead > tr > th,
.table:not(.cart):not(.totals) > tbody > tr > th,
.table:not(.cart):not(.totals) > tfoot > tr > th,
.table:not(.cart):not(.totals) > thead > tr > td,
.table:not(.cart):not(.totals) > tbody > tr > td,
.table:not(.cart):not(.totals) > tfoot > tr > td {
  border: none;
}
.table:not(.cart):not(.totals) > thead > tr > th,
.table:not(.cart):not(.totals) > thead > tr > td {
  border-bottom: 1px solid #d1d1d1;
}
.table:not(.cart):not(.totals) tfoot > tr:first-child th,
.table:not(.cart):not(.totals) tfoot > tr:first-child td {
  border-top: 1px solid #d1d1d1;
  padding-top: 20px;
}
.table:not(.cart):not(.totals) tfoot .mark {
  font-weight: 400;
  text-align: right;
}
.message.info {
  margin: 0 0 10px;
  padding: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 40px;
  position: relative;
}
.message.info a {
  color: #1979c3;
}
.message.info a:hover {
  color: #006bb4;
}
.message.info a:active {
  color: #006bb4;
}
.message.info > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #c07600;
  content: '\e602';
  font-family: 'icons-blank-theme';
  margin: -14px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 18px;
  width: 40px;
  position: absolute;
  text-align: center;
}
.message.error {
  margin: 0 0 10px;
  padding: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #fae5e5;
  color: #e02b27;
  padding-left: 40px;
  position: relative;
}
.message.error a {
  color: #1979c3;
}
.message.error a:hover {
  color: #006bb4;
}
.message.error a:active {
  color: #006bb4;
}
.message.error > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #b30000;
  content: '\e602';
  font-family: 'icons-blank-theme';
  margin: -14px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 18px;
  width: 40px;
  position: absolute;
  text-align: center;
}
.message.warning {
  margin: 0 0 10px;
  padding: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 40px;
  position: relative;
}
.message.warning a {
  color: #1979c3;
}
.message.warning a:hover {
  color: #006bb4;
}
.message.warning a:active {
  color: #006bb4;
}
.message.warning > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #c07600;
  content: '\e602';
  font-family: 'icons-blank-theme';
  margin: -14px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 18px;
  width: 40px;
  position: absolute;
  text-align: center;
}
.message.notice {
  margin: 0 0 10px;
  padding: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 40px;
  position: relative;
}
.message.notice a {
  color: #1979c3;
}
.message.notice a:hover {
  color: #006bb4;
}
.message.notice a:active {
  color: #006bb4;
}
.message.notice > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #c07600;
  content: '\e602';
  font-family: 'icons-blank-theme';
  margin: -14px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 18px;
  width: 40px;
  position: absolute;
  text-align: center;
}
.message.success {
  margin: 0 0 10px;
  padding: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #e5efe5;
  color: #006400;
  padding-left: 40px;
  position: relative;
}
.message.success a {
  color: #1979c3;
}
.message.success a:hover {
  color: #006bb4;
}
.message.success a:active {
  color: #006bb4;
}
.message.success > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #006400;
  content: '\e610';
  font-family: 'icons-blank-theme';
  margin: -14px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 18px;
  width: 40px;
  position: absolute;
  text-align: center;
}
.panel.header .links,
.panel.header .switcher {
  display: none;
}
.nav-sections {
  background: #f5f5f5;
}
.nav-toggle {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  display: block;
  font-size: 0;
  left: 15px;
  position: absolute;
  top: 15px;
  z-index: 14;
}
.nav-toggle:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: inherit;
  color: #8f8f8f;
  content: '\e609';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.nav-toggle:hover:before {
  color: #333333;
}
.nav-toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.tooltip.wrapper {
  position: relative;
}
.tooltip.wrapper .tooltip.content {
  background: #ffffff;
  max-width: 360px;
  min-width: 210px;
  padding: 12px 16px;
  z-index: 100;
  display: none;
  position: absolute;
  text-align: left;
  color: #333333;
  line-height: 1.4;
  border: 1px solid #bbbbbb;
  margin-top: 5px;
  left: 0;
  top: 100%;
}
.tooltip.wrapper .tooltip.content:after,
.tooltip.wrapper .tooltip.content:before {
  border: solid transparent;
  content: '';
  height: 0;
  position: absolute;
  width: 0;
}
.tooltip.wrapper .tooltip.content:after {
  border-width: 5px;
  border-color: transparent;
}
.tooltip.wrapper .tooltip.content:before {
  border-width: 6px;
  border-color: transparent;
}
.tooltip.wrapper .tooltip.content:after,
.tooltip.wrapper .tooltip.content:before {
  bottom: 100%;
}
.tooltip.wrapper .tooltip.content:after {
  border-bottom-color: #ffffff;
  left: 15px;
  margin-left: -5px;
}
.tooltip.wrapper .tooltip.content:before {
  border-bottom-color: #bbbbbb;
  left: 15px;
  margin-left: -6px;
}
.tooltip.wrapper .tooltip.toggle {
  cursor: help;
}
.tooltip.wrapper .tooltip.toggle:hover + .tooltip.content,
.tooltip.wrapper .tooltip.toggle:focus + .tooltip.content,
.tooltip.wrapper:hover .tooltip.content {
  display: block;
}
.tooltip.wrapper .tooltip.content dl {
  margin-bottom: 0;
}
.tooltip.wrapper .tooltip.content dd {
  white-space: normal;
}
.tooltip.wrapper .tooltip.content .subtitle {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
}
.tooltip.wrapper .tooltip.content .label {
  margin-top: 10px;
}
.tooltip.wrapper .tooltip.content .label:first-child {
  margin-top: 0;
}
.tooltip.wrapper .tooltip.content .values {
  margin: 0;
}
.ui-tooltip {
  position: absolute;
  z-index: 9999;
}
.load.indicator {
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 9999;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  position: absolute;
}
.load.indicator:before {
  background: transparent url('../../frontend/Codazon/unlimited_miamo/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 25px;
  padding: 0;
  box-sizing: border-box;
  float: left;
  line-height: 1.2;
  font-size: 2rem;
}
.fieldset > .legend + br {
  clear: both;
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.fieldset:last-child {
  margin-bottom: 20px;
}
.fieldset > .field,
.fieldset > .fields > .field {
  margin: 0 0 20px;
}
.fieldset > .field > .label,
.fieldset > .fields > .field > .label {
  margin: 0 0 5px;
  display: inline-block;
}
.fieldset > .field:last-child,
.fieldset > .fields > .field:last-child {
  margin-bottom: 0;
}
.fieldset > .field > .label,
.fieldset > .fields > .field > .label {
  font-weight: 700;
}
.fieldset > .field > .label + br,
.fieldset > .fields > .field > .label + br {
  display: none;
}
.fieldset > .field .choice input,
.fieldset > .fields > .field .choice input {
  vertical-align: top;
}
.fieldset > .field .fields.group:before,
.fieldset > .fields > .field .fields.group:before,
.fieldset > .field .fields.group:after,
.fieldset > .fields > .field .fields.group:after {
  content: '';
  display: table;
}
.fieldset > .field .fields.group:after,
.fieldset > .fields > .field .fields.group:after {
  clear: both;
}
.fieldset > .field .fields.group .field,
.fieldset > .fields > .field .fields.group .field {
  box-sizing: border-box;
  float: left;
}
.fieldset > .field .fields.group.group-2 .field,
.fieldset > .fields > .field .fields.group.group-2 .field {
  width: 50% !important;
}
.fieldset > .field .fields.group.group-3 .field,
.fieldset > .fields > .field .fields.group.group-3 .field {
  width: 33.3% !important;
}
.fieldset > .field .fields.group.group-4 .field,
.fieldset > .fields > .field .fields.group.group-4 .field {
  width: 25% !important;
}
.fieldset > .field .fields.group.group-5 .field,
.fieldset > .fields > .field .fields.group.group-5 .field {
  width: 20% !important;
}
.fieldset > .field .addon,
.fieldset > .fields > .field .addon {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 0;
  width: 100%;
}
.fieldset > .field .addon textarea,
.fieldset > .fields > .field .addon textarea,
.fieldset > .field .addon select,
.fieldset > .fields > .field .addon select,
.fieldset > .field .addon input,
.fieldset > .fields > .field .addon input {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: inline-block;
  margin: 0;
  width: auto;
}
.fieldset > .field .addon .addbefore,
.fieldset > .fields > .field .addon .addbefore,
.fieldset > .field .addon .addafter,
.fieldset > .fields > .field .addon .addafter {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 32px;
  line-height: 1.42857143;
  padding: 0 9px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  width: auto;
}
.fieldset > .field .addon .addbefore:disabled,
.fieldset > .fields > .field .addon .addbefore:disabled,
.fieldset > .field .addon .addafter:disabled,
.fieldset > .fields > .field .addon .addafter:disabled {
  opacity: 0.5;
}
.fieldset > .field .addon .addbefore::-moz-placeholder,
.fieldset > .fields > .field .addon .addbefore::-moz-placeholder,
.fieldset > .field .addon .addafter::-moz-placeholder,
.fieldset > .fields > .field .addon .addafter::-moz-placeholder {
  color: #c2c2c2;
}
.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: #c2c2c2;
}
.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: #c2c2c2;
}
.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;
  content: '\e618';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.fieldset > .field.choice .label,
.fieldset > .fields > .field.choice .label {
  display: inline;
  font-weight: normal;
}
.column:not(.main) .fieldset > .field .label,
.column:not(.main) .fieldset > .fields > .field .label {
  font-weight: normal;
}
.fieldset > .field .field.choice,
.fieldset > .fields > .field .field.choice {
  margin-bottom: 10px;
}
.fieldset > .field .field.choice:last-child,
.fieldset > .fields > .field .field.choice:last-child {
  margin-bottom: 0;
}
.fieldset > .field input[type=file],
.fieldset > .fields > .field input[type=file] {
  margin: 5px 0;
}
.legend + .fieldset,
.legend + div {
  clear: both;
}
.legend strong {
  margin-left: 5px;
}
fieldset.field {
  border: 0;
  padding: 0;
}
.field.date .time-picker {
  display: inline-block;
  margin-top: 10px;
  white-space: nowrap;
}
.field .message.warning {
  margin-top: 10px;
}
.field-error,
div.mage-error {
  margin-top: 7px;
}
.field-error {
  color: #e02b27;
  font-size: 1.2rem;
}
.product-options-wrapper .date.required div[for*='options'].mage-error {
  display: none !important;
}
.field .tooltip {
  position: relative;
}
.field .tooltip .tooltip-content {
  background: #ffffff;
  max-width: 360px;
  min-width: 210px;
  padding: 12px 16px;
  z-index: 100;
  display: none;
  position: absolute;
  text-align: left;
  color: #333333;
  line-height: 1.4;
  border: 1px solid #bbbbbb;
  margin-left: 5px;
  left: 100%;
  top: 0;
}
.field .tooltip .tooltip-content:after,
.field .tooltip .tooltip-content:before {
  border: solid transparent;
  content: '';
  height: 0;
  position: absolute;
  width: 0;
}
.field .tooltip .tooltip-content:after {
  border-width: 5px;
  border-color: transparent;
}
.field .tooltip .tooltip-content:before {
  border-width: 6px;
  border-color: transparent;
}
.field .tooltip .tooltip-content:after,
.field .tooltip .tooltip-content:before {
  right: 100%;
}
.field .tooltip .tooltip-content:after {
  border-right-color: #ffffff;
  margin-top: -5px;
  top: 15px;
}
.field .tooltip .tooltip-content:before {
  border-right-color: #bbbbbb;
  margin-top: -6px;
  top: 15px;
}
.field .tooltip .tooltip-toggle {
  cursor: help;
}
.field .tooltip .tooltip-toggle:hover + .tooltip-content,
.field .tooltip .tooltip-toggle:focus + .tooltip-content,
.field .tooltip:hover .tooltip-content {
  display: block;
}
.field .tooltip .tooltip-content {
  min-width: 200px;
  white-space: normal;
}
input:focus ~ .tooltip .tooltip-content,
select:focus ~ .tooltip .tooltip-content {
  display: block;
}
._has-datepicker ~ .ui-datepicker-trigger {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  display: block;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
}
._has-datepicker ~ .ui-datepicker-trigger:focus,
._has-datepicker ~ .ui-datepicker-trigger:active {
  background: none;
  border: none;
}
._has-datepicker ~ .ui-datepicker-trigger:hover {
  background: none;
  border: none;
}
._has-datepicker ~ .ui-datepicker-trigger.disabled,
._has-datepicker ~ .ui-datepicker-trigger[disabled],
fieldset[disabled] ._has-datepicker ~ .ui-datepicker-trigger {
  pointer-events: none;
  opacity: 0.5;
}
._has-datepicker ~ .ui-datepicker-trigger > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
._has-datepicker ~ .ui-datepicker-trigger:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 40px;
  line-height: 40px;
  color: #7d7d7d;
  content: '\e612';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
._has-datepicker ~ .ui-datepicker-trigger:focus {
  box-shadow: none;
  outline: 0;
}
.sidebar .fieldset {
  margin: 0;
}
.sidebar .fieldset > .field:not(.choice):not(:last-child),
.sidebar .fieldset .fields > .field:not(:last-child) {
  margin: 0 0 20px;
}
.sidebar .fieldset > .field:not(.choice) .label,
.sidebar .fieldset .fields > .field .label {
  margin: 0 0 4px;
  padding: 0 0 5px;
  text-align: left;
  width: 100%;
}
.sidebar .fieldset > .field:not(.choice) .control,
.sidebar .fieldset .fields > .field .control {
  width: 100%;
}
@font-face {
  font-family: 'icons-blank-theme';
  src: url('../../frontend/Codazon/unlimited_miamo/it_IT/fonts/Blank-Theme-Icons/Blank-Theme-Icons.woff2') format('woff2'), url('../../frontend/Codazon/unlimited_miamo/it_IT/fonts/Blank-Theme-Icons/Blank-Theme-Icons.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
button,
a.action.primary,
.storelocator-list .storelocator-item .button,
.modal-popup.storelocator-store-detail .modal-inner-wrap .modal-content .button,
.modal-slide.storelocator-store-detail .modal-inner-wrap .modal-content .button,
.google-map .storelocator-map-infowindow .buttons-set a.button,
.cart.table-wrapper .actions-toolbar > .action,
.action-gift {
  border-radius: 3px;
}
button:active,
.cart.table-wrapper .actions-toolbar > .action:active,
.action-gift:active {
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.12);
}
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: #1979c3;
  border: 1px solid #1979c3;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  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: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.action.primary:hover,
.action-primary:hover {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.action.primary.disabled,
.action-primary.disabled,
.action.primary[disabled],
.action-primary[disabled],
fieldset[disabled] .action.primary,
fieldset[disabled] .action-primary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.product.data.items {
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}
.product.data.items > .item.title {
  box-sizing: border-box;
  float: none;
  width: 100%;
}
.product.data.items > .item.title > .switch {
  display: block;
}
.product.data.items > .item.content {
  box-sizing: border-box;
  display: block;
  float: none;
  margin: 0;
}
.product.data.items > .item.content:before,
.product.data.items > .item.content:after {
  content: '';
  display: table;
}
.product.data.items > .item.content:after {
  clear: both;
}
.product.data.items > .item.content.active {
  display: block;
}
.product.data.items > .item.title {
  margin: 0 0 5px;
}
.product.data.items > .item.title > .switch {
  background: #f0f0f0;
  border-bottom: 1px solid #d1d1d1;
  border-left: 1px solid #d1d1d1;
  border-right: 1px solid #d1d1d1;
  border-top: 1px solid #d1d1d1;
  height: 40px;
  padding: 5px 20px 5px 20px;
  font-weight: 600;
  line-height: 40px;
  font-size: 1.8rem;
  color: #7d7d7d;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:visited {
  color: #7d7d7d;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:hover {
  color: #7d7d7d;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:active {
  color: #333333;
  text-decoration: none;
}
.product.data.items > .item.title:not(.disabled) > .switch:focus,
.product.data.items > .item.title:not(.disabled) > .switch:hover {
  background: #fcfcfc;
}
.product.data.items > .item.title:not(.disabled) > .switch:active,
.product.data.items > .item.title.active > .switch,
.product.data.items > .item.title.active > .switch:focus,
.product.data.items > .item.title.active > .switch:hover {
  background: #ffffff;
  color: #333333;
  text-decoration: none;
  padding-bottom: 5px;
}
.product.data.items > .item.content {
  background: #ffffff;
  border: 1px solid #d1d1d1;
  margin: 0 0 5px;
  padding: 20px 20px 20px 20px;
}
.pages > .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages .items {
  font-size: 0;
  letter-spacing: -1px;
  line-height: 0;
  white-space: nowrap;
  margin: 0;
  padding: 0;
  list-style: none none;
  display: inline-block;
  font-weight: 700;
}
.pages .item {
  font-size: 1.2rem;
  line-height: 3.2rem;
  letter-spacing: normal;
  margin: 0 2px 0 0;
  display: inline-block;
}
.pages .item .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages a.page {
  color: #1979c3;
  display: inline-block;
  padding: 0 4px;
  text-decoration: none;
}
.pages a.page:visited {
  color: #1979c3;
}
.pages a.page:hover {
  color: #006bb4;
  text-decoration: none;
}
.pages a.page:active {
  color: #ff5501;
}
.pages strong.page {
  font-size: 1.2rem;
  line-height: 3.2rem;
  letter-spacing: normal;
  color: #333333;
  display: inline-block;
  font-weight: 700;
  padding: 0 4px;
}
.pages .action {
  border: 1px solid #d1d1d1;
  color: #7d7d7d;
  display: inline-block;
  padding: 0;
  text-decoration: none;
}
.pages .action:visited {
  color: #7d7d7d;
}
.pages .action:hover {
  color: #7d7d7d;
  text-decoration: none;
}
.pages .action:active {
  color: #7d7d7d;
}
.pages .action.next {
  display: inline-block;
  text-decoration: none;
}
.pages .action.next:visited:before {
  color: #7d7d7d;
}
.pages .action.next:active:before {
  color: #7d7d7d;
}
.pages .action.next > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages .action.next:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 46px;
  line-height: inherit;
  color: #7d7d7d;
  content: '\e608';
  font-family: 'icons-blank-theme';
  margin: 0 0 0 -6px;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.pages .action.next:hover:before {
  color: #7d7d7d;
}
.pages .action.next:active:before {
  color: #7d7d7d;
}
.pages .action.previous {
  display: inline-block;
  text-decoration: none;
}
.pages .action.previous:visited:before {
  color: #7d7d7d;
}
.pages .action.previous:active:before {
  color: #7d7d7d;
}
.pages .action.previous > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages .action.previous:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 46px;
  line-height: inherit;
  color: #7d7d7d;
  content: '\e617';
  font-family: 'icons-blank-theme';
  margin: 0 0 0 -6px;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.pages .action.previous:hover:before {
  color: #7d7d7d;
}
.pages .action.previous:active:before {
  color: #7d7d7d;
}
.pages .action {
  width: 34px;
}
.pages .action.previous {
  margin-right: 12px;
}
.pages .action.next {
  margin-left: 12px;
}
.actions-toolbar > .primary,
.actions-toolbar > .secondary {
  text-align: center;
  margin-bottom: 10px;
}
.actions-toolbar > .primary .action,
.actions-toolbar > .secondary .action {
  margin-bottom: 10px;
}
.actions-toolbar > .primary .action:last-child,
.actions-toolbar > .secondary .action:last-child {
  margin-bottom: 0;
}
.actions-toolbar > .primary:last-child,
.actions-toolbar > .secondary:last-child {
  margin-bottom: 0;
}
.actions-toolbar > .secondary .action.back {
  display: none;
}
.breadcrumbs {
  margin: 0 0 20px;
  min-height: 24px;
}
.breadcrumbs .items {
  font-size: 1.2rem;
  color: #a3a3a3;
  margin: 0;
  padding: 0;
  list-style: none none;
}
.breadcrumbs .items > li {
  display: inline-block;
  vertical-align: top;
}
.breadcrumbs .item {
  margin: 0;
}
.breadcrumbs a {
  color: #333333;
  text-decoration: none;
}
.breadcrumbs a:visited {
  color: #333333;
  text-decoration: none;
}
.breadcrumbs a:hover {
  color: #333333;
  text-decoration: underline;
}
.breadcrumbs a:active {
  color: #333333;
  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: 24px;
  line-height: 18px;
  content: '\e608';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.ui-dialog.popup .action.close {
  position: absolute;
  height: 40px;
  right: 0;
  top: 0;
  width: 40px;
  z-index: 1001;
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}
.ui-dialog.popup .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-dialog.popup .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e616';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.ui-dialog.popup .action.close:hover:before {
  color: inherit;
}
.ui-dialog.popup .action.close:active:before {
  color: inherit;
}
.ui-dialog.popup .action.close:focus,
.ui-dialog.popup .action.close:active {
  background: none;
  border: none;
}
.ui-dialog.popup .action.close:hover {
  background: none;
  border: none;
}
.ui-dialog.popup .action.close.disabled,
.ui-dialog.popup .action.close[disabled],
fieldset[disabled] .ui-dialog.popup .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.popup-pointer {
  margin-left: -14px;
  position: absolute;
  top: -14px;
}
.popup-pointer:before,
.popup-pointer:after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-bottom-style: solid;
}
.popup-pointer:before {
  left: 2px;
  top: 2px;
  border: solid 6px;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.popup-pointer:after {
  left: 1px;
  top: 0px;
  border: solid 7px;
  border-color: transparent transparent #aeaeae transparent;
  z-index: 98;
}
.price-tier_price .price-excluding-tax,
.price-tier_price .price-including-tax {
  display: inline;
}
.price-including-tax,
.price-excluding-tax {
  display: block;
  font-size: 1.8rem;
  line-height: 1;
}
.price-including-tax .price,
.price-excluding-tax .price {
  font-weight: 700;
}
.price-including-tax + .price-excluding-tax,
.weee[data-label] {
  display: block;
  font-size: 1.8rem;
}
.price-including-tax + .price-excluding-tax:before,
.weee[data-label]:before {
  content: attr(data-label) ': ';
  font-size: 1.1rem;
}
.price-including-tax + .price-excluding-tax .price,
.weee[data-label] .price {
  font-size: 1.1rem;
}
body.rtl-layout {
  margin: 0;
  direction: rtl;
}
body.rtl-layout .pull-right {
  float: left !important;
}
body.rtl-layout .pull-left {
  float: right !important;
}
body.rtl-layout.page-layout-2columns-left .column.main,
body.rtl-layout.page-layout-2columns-right .sidebar-main {
  float: left;
}
body.rtl-layout.page-layout-2columns-right .sidebar-additional {
  float: left;
  clear: left;
}
body.rtl-layout.page-layout-2columns-right .column.main,
body.rtl-layout.page-layout-2columns-left .sidebar-main {
  float: right;
}
body.rtl-layout.page-layout-2columns-left .sidebar-additional {
  float: right;
  clear: right;
}
body.rtl-layout table th {
  text-align: right;
}
body.rtl-layout input[type="radio"] {
  margin: 2px 0 0 5px;
}
body.rtl-layout .field-tooltip {
  right: auto;
  left: 0;
}
body._has-modal {
  height: 100%;
  overflow: hidden;
  width: 100%;
}
.modals-overlay {
  z-index: 899;
}
.modal-slide,
.modal-popup {
  bottom: 0;
  left: 0;
  min-width: 0;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s .3s, opacity .3s ease;
  transition: visibility 0s .3s, opacity .3s ease;
}
.modal-slide._show,
.modal-popup._show {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}
.modal-slide._show .modal-inner-wrap,
.modal-popup._show .modal-inner-wrap {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-slide .modal-inner-wrap,
.modal-popup .modal-inner-wrap {
  background-color: #ffffff;
  box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
  opacity: 1;
  pointer-events: auto;
}
.modal-slide {
  left: 44px;
  z-index: 900;
}
.modal-slide._show .modal-inner-wrap {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.modal-slide .modal-inner-wrap {
  height: 100%;
  overflow-y: auto;
  position: static;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  width: auto;
}
.modal-slide._inner-scroll .modal-inner-wrap {
  overflow-y: visible;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.modal-slide._inner-scroll .modal-header,
.modal-slide._inner-scroll .modal-footer {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.modal-slide._inner-scroll .modal-content {
  overflow-y: auto;
}
.modal-slide._inner-scroll .modal-footer {
  margin-top: auto;
}
.modal-slide .modal-header,
.modal-slide .modal-content,
.modal-slide .modal-footer {
  padding: 0 2.6rem 2.6rem;
}
.modal-slide .modal-header {
  padding-bottom: 2.1rem;
  padding-top: 2.1rem;
}
.modal-popup {
  z-index: 900;
  left: 0;
  overflow-y: auto;
}
.modal-popup.confirm .modal-inner-wrap {
  max-width: 50rem;
}
.modal-popup._show .modal-inner-wrap {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.modal-popup .modal-inner-wrap {
  margin: 5rem auto;
  width: 75%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  box-sizing: border-box;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  -webkit-transform: translateY(-200%);
  transform: translateY(-200%);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: transform .2s ease;
}
.modal-popup._inner-scroll {
  overflow-y: visible;
}
.ie11 .modal-popup._inner-scroll {
  overflow-y: auto;
}
.modal-popup._inner-scroll .modal-inner-wrap {
  max-height: 90%;
}
.ie11 .modal-popup._inner-scroll .modal-inner-wrap {
  max-height: none;
}
.modal-popup._inner-scroll .modal-content {
  overflow-y: auto;
}
.modal-popup .modal-header,
.modal-popup .modal-content,
.modal-popup .modal-footer {
  padding-left: 3rem;
  padding-right: 3rem;
}
.modal-popup .modal-header,
.modal-popup .modal-footer {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.modal-popup .modal-header {
  padding-bottom: 1.2rem;
  padding-top: 3rem;
}
.modal-popup .modal-footer {
  margin-top: auto;
  padding-bottom: 3rem;
  padding-top: 3rem;
}
.modal-popup .modal-footer-actions {
  text-align: right;
}
.modal-custom .action-close,
.modal-popup .action-close,
.modal-slide .action-close {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  display: inline-block;
  text-decoration: none;
  position: absolute;
  right: 0;
  top: 0;
}
.modal-custom .action-close:focus,
.modal-popup .action-close:focus,
.modal-slide .action-close:focus,
.modal-custom .action-close:active,
.modal-popup .action-close:active,
.modal-slide .action-close:active {
  background: none;
  border: none;
}
.modal-custom .action-close:hover,
.modal-popup .action-close:hover,
.modal-slide .action-close:hover {
  background: none;
  border: none;
}
.modal-custom .action-close.disabled,
.modal-popup .action-close.disabled,
.modal-slide .action-close.disabled,
.modal-custom .action-close[disabled],
.modal-popup .action-close[disabled],
.modal-slide .action-close[disabled],
fieldset[disabled] .modal-custom .action-close,
fieldset[disabled] .modal-popup .action-close,
fieldset[disabled] .modal-slide .action-close {
  pointer-events: none;
  opacity: 0.5;
}
.modal-custom .action-close > span,
.modal-popup .action-close > span,
.modal-slide .action-close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.modal-custom .action-close:before,
.modal-popup .action-close:before,
.modal-slide .action-close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 32px;
  color: #8f8f8f;
  content: '\e616';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.modal-custom .action-close:hover:before,
.modal-popup .action-close:hover:before,
.modal-slide .action-close:hover:before {
  color: inherit;
}
.modal-custom .action-close:active:before,
.modal-popup .action-close:active:before,
.modal-slide .action-close:active:before {
  color: inherit;
}
.modal-custom .action-close:hover:before,
.modal-popup .action-close:hover:before,
.modal-slide .action-close:hover:before {
  color: #1a1a1a;
}
.modal-custom .action-close {
  margin: 25px;
}
.modal-popup {
  pointer-events: none;
}
.modal-popup .modal-title {
  border-bottom: 1px solid #c1c1c1;
  font-weight: 300;
  padding-bottom: 10px;
  font-size: 26px;
  margin-bottom: 0;
  min-height: 1em;
  word-wrap: break-word;
}
.modal-popup .action-close {
  padding: 10px;
}
.modal-slide .action-close {
  padding: 1.1rem 2rem;
}
.modal-slide .page-main-actions {
  margin-bottom: -12.9rem;
  margin-top: 2.1rem;
}
.modals-overlay {
  background-color: rgba(51, 51, 51, 0.55);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
}
body._has-modal-custom .modal-custom-overlay {
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 899;
}
/**
     * @codingStandardsIgnoreStart
     */
#store-pickup.selected-shipping ~ #store-selector {
  display: none;
}
#store-pickup.selected-store-pickup ~ #shipping,
#store-pickup.selected-store-pickup ~ #opc-shipping_method {
  visibility: hidden;
  height: 0;
  overflow: hidden;
}
#delivery-method-selector {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#delivery-method-selector .action {
  line-height: 2.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/Codazon/unlimited_miamo/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/Codazon/unlimited_miamo/it_IT/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.eot');
  src: url('../../frontend/Codazon/unlimited_miamo/it_IT/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.eot?#iefix') format('embedded-opentype'), url('../../frontend/Codazon/unlimited_miamo/it_IT/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.woff') format('woff'), url('../../frontend/Codazon/unlimited_miamo/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,
.slick-dots li .cart.table-wrapper .actions-toolbar > .action,
.slick-dots li .action-gift {
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 10px;
  box-shadow: none;
  cursor: pointer;
  display: block;
  height: 14px;
  padding: 0;
  text-indent: -99999px;
  transition: .3s;
  width: 14px;
}
.slick-dots li button:hover,
.slick-dots li .cart.table-wrapper .actions-toolbar > .action:hover,
.slick-dots li .action-gift:hover {
  border: 1px solid #b3b3b3;
}
.slick-dots li button:active,
.slick-dots li button:focus,
.slick-dots li button:not(.primary),
.slick-dots li .cart.table-wrapper .actions-toolbar > .action:active,
.slick-dots li .cart.table-wrapper .actions-toolbar > .action:focus,
.slick-dots li .cart.table-wrapper .actions-toolbar > .action:not(.primary),
.slick-dots li .action-gift:active,
.slick-dots li .action-gift:focus,
.slick-dots li .action-gift:not(.primary) {
  box-shadow: none;
}
.slick-dots li.slick-active button,
.slick-dots li.slick-active .cart.table-wrapper .actions-toolbar > .action,
.slick-dots li.slick-active .action-gift {
  background: #1c1918;
}
[data-content-type='banner'] > [data-element='link'],
[data-content-type='banner'] > [data-element='empty_link'] {
  color: inherit;
  text-decoration: inherit;
}
[data-content-type='banner'] > [data-element='link']:hover,
[data-content-type='banner'] > [data-element='empty_link']:hover {
  color: inherit;
  text-decoration: inherit;
}
.pagebuilder-banner-wrapper {
  background-clip: padding-box;
  border-radius: inherit;
  box-sizing: border-box;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.pagebuilder-banner-wrapper .pagebuilder-overlay {
  -moz-transition: background-color 500ms ease;
  -o-transition: background-color 500ms ease;
  -webkit-transition: background-color 500ms ease;
  box-sizing: border-box;
  padding: 30px;
  position: relative;
  transition: background-color 500ms ease;
}
.pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
  align-items: center;
  display: flex;
  justify-content: center;
}
.pagebuilder-banner-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
  max-width: 540px;
}
.pagebuilder-banner-wrapper.jarallax .video-overlay {
  z-index: 0;
}
.pagebuilder-banner-wrapper [data-element='content'] {
  min-height: 50px;
  overflow: auto;
}
.pagebuilder-banner-wrapper .pagebuilder-banner-button {
  -moz-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  -webkit-transition: opacity 500ms ease;
  margin: 20px 0 0 0;
  max-width: 100%;
  text-align: inherit;
  transition: opacity 500ms ease;
  word-break: break-word;
}
.pagebuilder-banner-wrapper .pagebuilder-poster-content {
  width: 100%;
}
[data-appearance='collage-centered'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-left: auto;
  margin-right: auto;
}
[data-appearance='collage-left'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-right: auto;
}
[data-appearance='collage-right'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-left: auto;
}
[data-content-type$='block'] .block p:last-child {
  margin-bottom: 1rem;
  margin-top: 0;
}
[data-content-type='buttons'] {
  max-width: 100%;
}
[data-content-type='button-item'] {
  max-width: 100%;
}
[data-content-type='button-item'] [data-element='link'],
[data-content-type='button-item'] [data-element='empty_link'] {
  max-width: 100%;
  word-wrap: break-word;
}
[data-content-type='button-item'] [data-element='empty_link'] {
  cursor: default;
}
a.pagebuilder-button-link,
button.pagebuilder-button-link,
div.pagebuilder-button-link,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link,
.action-gift.pagebuilder-button-link {
  line-height: 2.2rem;
  font-size: 1.8rem;
  line-height: 1.42857143;
  margin: 0 10px 10px 0;
  padding: 14px 17px;
  color: #1979c3;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  font-weight: 600;
  box-shadow: none;
  box-sizing: border-box;
  display: inline-block;
}
a.pagebuilder-button-link:visited,
button.pagebuilder-button-link:visited,
div.pagebuilder-button-link:visited,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link:visited,
.action-gift.pagebuilder-button-link:visited {
  color: #1979c3;
  text-decoration: none;
}
a.pagebuilder-button-link:hover,
button.pagebuilder-button-link:hover,
div.pagebuilder-button-link:hover,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link:hover,
.action-gift.pagebuilder-button-link:hover {
  color: #006bb4;
  text-decoration: underline;
}
a.pagebuilder-button-link:active,
button.pagebuilder-button-link:active,
div.pagebuilder-button-link:active,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link:active,
.action-gift.pagebuilder-button-link:active {
  color: #ff5501;
  text-decoration: underline;
}
a.pagebuilder-button-link:hover,
button.pagebuilder-button-link:hover,
div.pagebuilder-button-link:hover,
a.pagebuilder-button-link:active,
button.pagebuilder-button-link:active,
div.pagebuilder-button-link:active,
a.pagebuilder-button-link:focus,
button.pagebuilder-button-link:focus,
div.pagebuilder-button-link:focus,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link:hover,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link:active,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link:focus,
.action-gift.pagebuilder-button-link:hover,
.action-gift.pagebuilder-button-link:active,
.action-gift.pagebuilder-button-link:focus {
  background: none;
  border: 0;
}
a.pagebuilder-button-link.disabled,
button.pagebuilder-button-link.disabled,
div.pagebuilder-button-link.disabled,
a.pagebuilder-button-link[disabled],
button.pagebuilder-button-link[disabled],
div.pagebuilder-button-link[disabled],
fieldset[disabled] a.pagebuilder-button-link,
fieldset[disabled] button.pagebuilder-button-link,
fieldset[disabled] div.pagebuilder-button-link,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link.disabled,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link,
.action-gift.pagebuilder-button-link.disabled,
.action-gift.pagebuilder-button-link[disabled],
fieldset[disabled] .action-gift.pagebuilder-button-link {
  color: #1979c3;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
a.pagebuilder-button-primary,
button.pagebuilder-button-primary,
div.pagebuilder-button-primary,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary,
.action-gift.pagebuilder-button-primary {
  text-decoration: none;
  background-image: none;
  background: #1979c3;
  border: 1px solid #1979c3;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  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,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary:hover,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary:active,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary:focus,
.action-gift.pagebuilder-button-primary:hover,
.action-gift.pagebuilder-button-primary:active,
.action-gift.pagebuilder-button-primary:focus {
  text-decoration: none;
}
a.pagebuilder-button-primary:focus,
button.pagebuilder-button-primary:focus,
div.pagebuilder-button-primary:focus,
a.pagebuilder-button-primary:active,
button.pagebuilder-button-primary:active,
div.pagebuilder-button-primary:active,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary:focus,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary:active,
.action-gift.pagebuilder-button-primary:focus,
.action-gift.pagebuilder-button-primary:active {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
a.pagebuilder-button-primary:hover,
button.pagebuilder-button-primary:hover,
div.pagebuilder-button-primary:hover,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary:hover,
.action-gift.pagebuilder-button-primary:hover {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
a.pagebuilder-button-primary.disabled,
button.pagebuilder-button-primary.disabled,
div.pagebuilder-button-primary.disabled,
a.pagebuilder-button-primary[disabled],
button.pagebuilder-button-primary[disabled],
div.pagebuilder-button-primary[disabled],
fieldset[disabled] a.pagebuilder-button-primary,
fieldset[disabled] button.pagebuilder-button-primary,
fieldset[disabled] div.pagebuilder-button-primary,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary.disabled,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary,
.action-gift.pagebuilder-button-primary.disabled,
.action-gift.pagebuilder-button-primary[disabled],
fieldset[disabled] .action-gift.pagebuilder-button-primary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
a.pagebuilder-button-secondary,
button.pagebuilder-button-secondary,
div.pagebuilder-button-secondary,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary,
.action-gift.pagebuilder-button-secondary {
  text-decoration: none;
  background-image: none;
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  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,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary:hover,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary:active,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary:focus,
.action-gift.pagebuilder-button-secondary:hover,
.action-gift.pagebuilder-button-secondary:active,
.action-gift.pagebuilder-button-secondary:focus {
  text-decoration: none;
}
a.pagebuilder-button-secondary:focus,
button.pagebuilder-button-secondary:focus,
div.pagebuilder-button-secondary:focus,
a.pagebuilder-button-secondary:active,
button.pagebuilder-button-secondary:active,
div.pagebuilder-button-secondary:active,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary:focus,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary:active,
.action-gift.pagebuilder-button-secondary:focus,
.action-gift.pagebuilder-button-secondary:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #333333;
}
a.pagebuilder-button-secondary:hover,
button.pagebuilder-button-secondary:hover,
div.pagebuilder-button-secondary:hover,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary:hover,
.action-gift.pagebuilder-button-secondary:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555555;
}
a.pagebuilder-button-secondary.disabled,
button.pagebuilder-button-secondary.disabled,
div.pagebuilder-button-secondary.disabled,
a.pagebuilder-button-secondary[disabled],
button.pagebuilder-button-secondary[disabled],
div.pagebuilder-button-secondary[disabled],
fieldset[disabled] a.pagebuilder-button-secondary,
fieldset[disabled] button.pagebuilder-button-secondary,
fieldset[disabled] div.pagebuilder-button-secondary,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary.disabled,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary,
.action-gift.pagebuilder-button-secondary.disabled,
.action-gift.pagebuilder-button-secondary[disabled],
fieldset[disabled] .action-gift.pagebuilder-button-secondary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.pagebuilder-column {
  box-sizing: border-box;
}
[data-content-type='heading'] {
  word-wrap: break-word;
}
[data-content-type='html'] {
  word-wrap: break-word;
}
figure[data-content-type='image'] {
  box-sizing: border-box;
}
figure[data-content-type='image'] > [data-element='link'],
figure[data-content-type='image'] > [data-element='link'] img {
  border-radius: inherit;
}
figure[data-content-type='image'] figcaption {
  word-wrap: break-word;
}
[data-content-type='map'] {
  box-sizing: border-box;
  height: 300px;
}
[data-content-type='row'] li.product-item {
  text-align: left;
}
.pagebuilder-column .widget-product-grid .product-item {
  max-width: 100%;
  min-width: 50px;
}
.pagebuilder-column .widget-product-grid .product-item .price-box {
  word-wrap: break-word;
}
.pagebuilder-column .widget-product-grid .product-item .price-box .price {
  white-space: normal;
}
.pagebuilder-column .widget-product-grid .product-item .product-item-actions .actions-primary {
  display: inline-block;
  max-width: 100%;
}
.pagebuilder-column .widget-product-grid .product-item .product-item-actions .actions-secondary {
  display: inline-block;
  width: auto;
}
.pagebuilder-column .widget-product-grid .product-item .product-item-actions .tocart {
  max-width: 100%;
  white-space: normal;
}
.pagebuilder-column [data-content-type='products'] .block.widget .products-grid .widget-product-grid.product-items .product-item {
  width: 200px;
}
[data-content-type='products'][data-appearance='carousel'] .slick-initialized li.product-item {
  display: block;
}
[data-content-type='products'][data-appearance='carousel'] .slick-initialized li.product-item:first-child {
  visibility: visible;
}
[data-content-type='products'][data-appearance='carousel'] .product-item-info {
  width: auto;
}
[data-content-type='products'][data-appearance='carousel'] li.product-item {
  display: none;
}
[data-content-type='products'][data-appearance='carousel'] li.product-item:first-child {
  display: block;
  visibility: hidden;
}
[data-content-type='products'][data-appearance='carousel'].center-mode .product-item {
  opacity: .5;
  transition: all 300ms ease;
}
[data-content-type='products'][data-appearance='carousel'].center-mode .product-item:hover {
  opacity: 1;
}
[data-content-type='products'][data-appearance='carousel'].center-mode .slick-current .product-item {
  opacity: 1;
}
[data-content-type='row'][data-appearance='contained'] {
  box-sizing: border-box;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 100%;
}
[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: 100%;
  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 0 5px;
}
.pagebuilder-accordion > .item.title > .switch {
  background: #f0f0f0;
  border-bottom: 1px solid #d1d1d1;
  border-left: 1px solid #d1d1d1;
  border-right: 1px solid #d1d1d1;
  border-top: 1px solid #d1d1d1;
  height: 40px;
  padding: 5px 20px 5px 20px;
  font-weight: 600;
  line-height: 40px;
  font-size: 1.8rem;
  color: #7d7d7d;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:visited {
  color: #7d7d7d;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:hover {
  color: #7d7d7d;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:active {
  color: #333333;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title:not(.disabled) > .switch:focus,
.pagebuilder-accordion > .item.title:not(.disabled) > .switch:hover {
  background: #fcfcfc;
}
.pagebuilder-accordion > .item.title:not(.disabled) > .switch:active,
.pagebuilder-accordion > .item.title.active > .switch,
.pagebuilder-accordion > .item.title.active > .switch:focus,
.pagebuilder-accordion > .item.title.active > .switch:hover {
  background: #ffffff;
  color: #333333;
  text-decoration: none;
  padding-bottom: 5px;
}
.pagebuilder-accordion > .item.content {
  background: #ffffff;
  border: 1px solid #d1d1d1;
  margin: 0 0 5px;
  padding: 20px 20px 20px 20px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form-discount .g-recaptcha {
  margin-top: 50px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.login-container .g-recaptcha,
.form-login .g-recaptcha,
.form-edit-account .g-recaptcha {
  margin-bottom: 10px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.required-captcha.checkbox {
  position: absolute;
  display: block;
  visibility: visible;
  overflow: hidden;
  opacity: 0;
  width: 1px;
  height: 1px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.block.newsletter .field-recaptcha .field .control:before {
  content: none;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.review-form .field-recaptcha {
  margin-bottom: 10px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form.send.friend .g-recaptcha {
  margin-top: 40px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form.wishlist.share .g-recaptcha {
  margin-bottom: 40px;
}
.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;
}
.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 #d1d1d1;
  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,
.google-pay .cart.table-wrapper .actions-toolbar > .action,
.google-pay .action-gift {
  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;
}
.spinthewheel .info {
  padding-bottom: 8px;
}
.spinthewheel .wheel-message {
  font-weight: 700;
}
.spinthewheel .spinthewheel-container {
  margin: 0 -20px;
  display: flex;
  justify-content: center;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.spinthewheel .spinthewheel-container::before {
  content: '';
  position: absolute;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 25px solid #00577d;
  z-index: 10;
  left: 50%;
  top: 35%;
}
.spinthewheel .spinthewheel-container #wheel {
  display: block;
}
.spinthewheel .spinthewheel-container #spin {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  transform: translate(-50%, -50%);
  border-radius: 100%;
  transition: 0.8s;
  font-family: "semplicitaprobold", sans-serif;
  font-size: 14px;
  box-shadow: 0 8px 9px 3px rgba(126, 126, 126, 0.5);
  background: #00577d;
  z-index: 10;
  padding: 25px;
}
.amslick-slider-container {
  /* phpcs:ignore Magento2.Less.SemicolonSpacing.NotAtEnd */
}
.amslick-slider-container .slick-dots li button:focus,
.amslick-slider-container .slick-dots li button:hover,
.amslick-slider-container .slick-list:focus,
.amslick-slider-container .slick-dots li .cart.table-wrapper .actions-toolbar > .action:focus,
.amslick-slider-container .slick-dots li .cart.table-wrapper .actions-toolbar > .action:hover,
.amslick-slider-container .slick-dots li .action-gift:focus,
.amslick-slider-container .slick-dots li .action-gift:hover {
  outline: 0;
}
.amslick-slider-container .slick-list,
.amslick-slider-container .slick-slider,
.amslick-slider-container .slick-track {
  display: block;
  position: relative;
}
.amslick-slider-container .slick-loading .slick-slide,
.amslick-slider-container .slick-loading .slick-track {
  visibility: hidden;
}
.amslick-slider-container .slick-list {
  margin: 0;
  overflow: hidden;
  padding: 0;
}
.amslick-slider-container .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.amslick-slider-container .slick-slider .slick-list,
.amslick-slider-container .slick-slider .slick-track {
  transform: translate3d(0, 0, 0);
}
.amslick-slider-container .slick-track {
  left: 0;
  margin: 0 auto;
  top: 0;
}
.amslick-slider-container .slick-track:after,
.amslick-slider-container .slick-track:before {
  content: '';
  display: table;
}
.amslick-slider-container .slick-track:after {
  clear: both;
}
.amslick-slider-container .slick-slide,
.amslick-slider-container .slick-slide.slick-loading img {
  display: none;
}
.amslick-slider-container .slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  vertical-align: middle;
}
.amslick-slider-container [dir=rtl] .slick-slide {
  float: right;
}
.amslick-slider-container .slick-slide.dragging img {
  pointer-events: none;
}
.amslick-slider-container .slick-vertical .slick-slide {
  border: 1px solid transparent;
  display: block;
  height: auto;
}
.amslick-slider-container .slick-arrow.slick-hidden {
  display: none;
}
.amslick-slider-container .slick-loading .slick-list {
  background: 0 0;
  position: relative;
}
.amslick-slider-container .slick-loading .slick-list:before {
  animation: loading 1s infinite linear;
  border-color: rgba(0, 0, 0, 0.2);
  border-radius: 100%;
  border-style: solid;
  border-top-color: #5c5c5c;
  border-width: 3px;
  content: '';
  display: block;
  height: 25px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 25px;
}
.amslick-slider-container .slick-next.slick-disabled,
.amslick-slider-container .slick-prev.slick-disabled {
  opacity: 0.25;
}
.amslick-slider-container .slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.amslick-slider-container .slick-dots {
  display: block;
  left: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.amslick-slider-container .slick-dots li {
  cursor: pointer;
  display: inline-block;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  position: relative;
  width: 20px;
}
.amslick-slider-container .slick-dots li button,
.amslick-slider-container .slick-slider .slick-arrow,
.amslick-slider-container .slick-dots li .cart.table-wrapper .actions-toolbar > .action,
.amslick-slider-container .slick-dots li .action-gift {
  box-shadow: none;
  cursor: pointer;
  display: block;
  outline: 0;
}
.amslick-slider-container .slick-dots li button,
.amslick-slider-container .slick-dots li .cart.table-wrapper .actions-toolbar > .action,
.amslick-slider-container .slick-dots li .action-gift {
  background: 0 0;
  border: 0;
  color: transparent;
  font-size: 0;
  height: 20px;
  line-height: 0;
  padding: 5px;
  width: 20px;
}
.amslick-slider-container .slick-dots li button:focus:before,
.amslick-slider-container .slick-dots li button:hover:before,
.amslick-slider-container .slick-dots li .cart.table-wrapper .actions-toolbar > .action:focus:before,
.amslick-slider-container .slick-dots li .cart.table-wrapper .actions-toolbar > .action:hover:before,
.amslick-slider-container .slick-dots li .action-gift:focus:before,
.amslick-slider-container .slick-dots li .action-gift:hover:before {
  opacity: 1;
}
.amslick-slider-container .slick-dots li button:before,
.amslick-slider-container .slick-dots li .cart.table-wrapper .actions-toolbar > .action:before,
.amslick-slider-container .slick-dots li .action-gift:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #000000;
  content: '•';
  font-size: 16px;
  height: 20px;
  left: 0;
  line-height: 20px;
  opacity: 0.25;
  position: absolute;
  text-align: center;
  top: 0;
  width: 20px;
}
.amslick-slider-container .slick-dots li.slick-active button:before,
.amslick-slider-container .slick-dots li.slick-active .cart.table-wrapper .actions-toolbar > .action:before,
.amslick-slider-container .slick-dots li.slick-active .action-gift:before {
  color: #000000;
  opacity: 0.75;
}
.amslick-slider-container .slick-slider {
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  padding: 0 20px;
  touch-action: pan-y;
  user-select: none;
}
.amslick-slider-container .slick-slider .slick-arrow {
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMi40QTEgMSAwIDAgMSAxLjYuMmwxMiAxMGExIDEgMCAwIDEgMCAxLjZsLTEyIDEwYTEgMSAwIDAgMS0xLjItMS42TDExLjMzMyAxMSAuNCAxLjhBMSAxIDAgMCAxIC4yLjR6IiBmaWxsPSIjQzRDNEM0Ii8+PC9zdmc+') center no-repeat !important;
  border: none;
  color: transparent;
  font-size: 0;
  height: 22px;
  line-height: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  transition: background .3s ease;
  width: 15px;
}
.amslick-slider-container .slick-slider .slick-arrow:before,
.amslick-slider-container .slick-slider .slick-arrow:after {
  content: '';
}
.amslick-slider-container .slick-slider .slick-arrow:hover {
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMi40QTEgMSAwIDAgMSAxLjYuMmwxMiAxMGExIDEgMCAwIDEgMCAxLjZsLTEyIDEwYTEgMSAwIDAgMS0xLjItMS42TDExLjMzMyAxMSAuNCAxLjhBMSAxIDAgMCAxIC4yLjR6IiBmaWxsPSIjMTYxNjE2Ii8+PC9zdmc+') center no-repeat;
}
.amslick-slider-container .slick-slider .slick-arrow.slick-next {
  right: 0;
}
.amslick-slider-container .slick-slider .slick-arrow.slick-prev {
  left: 0;
  transform: rotate(180deg) translate(0, 50%);
}
.amslick-slider-container .slick-initialized .slick-slide {
  display: inline-block !important;
  float: none !important;
  height: auto;
}
.amslick-slider-container .product-items.slick-slider > .slick-list {
  padding: 15px 0;
}
.amslick-slider-container .product-items.slick-slider .slick-slide .product-item {
  display: block !important;
  margin: auto !important;
  max-width: 205px;
}
.amslick-slider-container .sidebar.sidebar-additional {
  width: 100%;
}
@keyframes loading {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(359.9deg);
  }
}
.amgdprcookie-cookie-container {
  margin: 0 10px 20px 0;
  padding: 0 0 25px 0;
}
.amgdprcookie-cookie-container.-modal:first-child {
  padding-top: 25px;
}
.amgdprcookie-cookie-container.-modal .amgdprcookie-header,
.amgdprcookie-cookie-container.-modal .amgdprcookie-text {
  padding-left: 25px;
}
.amgdprcookie-cookie-container.-modal {
  box-shadow: none;
  direction: ltr;
  margin-right: 30px;
}
.amgdprcookie-cookie-container .amgdprcookie-header {
  display: flex;
  justify-content: space-between;
}
.amgdprcookie-cookie-container .amgdprcookie-caption {
  font-size: 16px;
  font-weight: bold;
  line-height: 27px;
  margin: 0 0 15px;
}
.amgdprcookie-cookie-container .amgdprcookie-text {
  color: #363636;
  font-size: 12px;
  margin-bottom: 10px;
}
.amgdprcookie-cookie-container .amgdprcookie-options {
  color: #4670c9;
  cursor: pointer;
  font-size: 12px;
}
.amgdprcookie-toggle-cookie {
  padding-left: 50px;
  position: relative;
}
.amgdprcookie-toggle-cookie .amgdprcookie-input {
  height: 0;
  opacity: 0;
  width: 0;
}
.amgdprcookie-toggle-cookie .amgdprcookie-label {
  background: #a5a5a5;
  border-radius: 40px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  height: 29px;
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
}
.amgdprcookie-toggle-cookie .amgdprcookie-label:after {
  background: #ffffff;
  border-radius: 40px;
  content: '';
  height: 25px;
  left: 2px;
  position: absolute;
  top: 2px;
  transition: all .4s ease;
  width: 25px;
}
.amgdprcookie-toggle-cookie .amgdprcookie-input:active + .amgdprcookie-label,
.amgdprcookie-toggle-cookie .amgdprcookie-input:focus + .amgdprcookie-label {
  box-shadow: 0 0 3px 1px #00699d;
}
.amgdprcookie-toggle-cookie .amgdprcookie-input:checked:disabled + .amgdprcookie-label {
  background: #e8e8e8;
}
.amgdprcookie-toggle-cookie .amgdprcookie-input:checked:disabled + .amgdprcookie-label:after {
  left: 95%;
  transform: translateX(-100%);
}
.amgdprcookie-toggle-cookie .amgdprcookie-input:checked:not([disabled]) + .amgdprcookie-label {
  background: #1979c3;
}
.amgdprcookie-toggle-cookie .amgdprcookie-input:checked:not([disabled]) + .amgdprcookie-label:after {
  left: 95%;
  transform: translateX(-100%);
}
.amgdprcookie-toggle-cookie .amgdprcookie-input:not([checked]) + .amgdprcookie-label {
  background: #a5a5a5;
}
.amgdprcookie-toggle-cookie .amgdprcookie-input:disabled + .amgdprcookie-label {
  background: #e8e8e8;
}
.amgdprcookie-toggle-cookie .amgdprcookie-input:disabled + .amgdprcookie-label:after {
  left: 2px;
}
.amgdprcookie-toggle-cookie .amgdprcookie-input:focus + .amgdprcookie-label {
  box-shadow: 0 0 3px 1px #00699d;
}
.amgdprcookie-main-wrapper {
  color: #363636;
}
.amgdprcookie-main-wrapper .amgdprcookie-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
.amgdprcookie-main-wrapper .amgdprcookie-head {
  font-size: 20px;
  line-height: 20px;
}
.amgdprcookie-main-wrapper .amgdprcookie-btn-wrapper {
  display: flex;
}
.amgdprcookie-main-wrapper .amgdprcookie-btn {
  background: #ef7c4a;
  border: 0;
  border-radius: 6px;
  box-shadow: 0 3px 5px rgba(62, 40, 13, 0.15);
  color: #ffffff;
  font-size: 14px;
  padding: 7px 27px;
  text-transform: uppercase;
}
.amgdprcookie-main-wrapper .amgdprcookie-btn:first-child {
  margin: 0 15px;
}
.amgdprcookie-main-wrapper .amgdprcookie-btn:hover {
  background: #eb5a1b;
}
.amgdprcookie-main-wrapper .amgdprcookie-btn:focus,
.amgdprcookie-main-wrapper .amgdprcookie-btn:active {
  box-shadow: 0 0 3px 1px #00699d;
}
.amgdprcookie-cookie-container .amgdprcookie-link {
  color: #2977c2;
  cursor: pointer;
  float: right;
  font-size: 12px;
  letter-spacing: .3px;
  text-transform: capitalize;
}
.amgdprjs-bar-template {
  display: block !important;
  position: fixed;
  /* added to support older browsers */
  position: sticky;
}
.amgdprjs-bar-template .amgdprcookie-buttons-block .amgdprcookie-button {
  margin-right: 5px;
}
.amgdprjs-bar-template.-popup {
  left: 50%;
  margin: 0 auto;
  max-width: 740px;
  position: fixed;
  top: 50%;
  transform: translate(-50%, -50%);
}
.amgdprjs-bar-template.-popup:before {
  background-color: #0a6c9f;
  content: '';
  height: 100%;
  width: 100%;
}
.amgdprjs-bar-template.-popup .amgdprcookie-bar-container {
  padding: 50px;
}
.amgdprjs-bar-template.-popup .amgdprcookie-bar-block {
  width: 100%;
}
.amgdprjs-bar-template .amgdprcookie-buttons-block {
  display: flex;
  justify-content: center;
}
.amgdprcookie-groups-modal {
  z-index: 999;
}
.amgdprcookie-groups-modal .modal-inner-wrap {
  border-radius: 4px;
  box-shadow: 0 -2px 18px rgba(0, 0, 0, 0.06);
  max-width: 740px;
}
.amgdprcookie-groups-modal.-table .modal-inner-wrap {
  max-width: 1290px;
  min-width: 700px;
  overflow-x: auto;
}
.amgdprcookie-groups-modal .modal-title {
  border-bottom: none;
  font-size: 20px;
  font-weight: bold;
}
.amgdprcookie-groups-modal .action-close:focus {
  box-shadow: 0 0 3px 1px #00699d;
}
.amgdprcookie-groups-modal .amgdprcookie-form {
  padding: 0 10px;
}
.amgdprcookie-groups-modal .amgdprcookie-done {
  background-color: #4670c9;
  border-radius: 3px;
  box-shadow: none;
  color: #ffffff;
  font-weight: bold;
  letter-spacing: 1.35px;
  text-transform: uppercase;
  transition: background-color 0.3s ease-out;
  width: 100%;
}
.amgdprcookie-groups-modal .amgdprcookie-done:hover {
  background-color: #1357e6;
}
.amgdprcookie-groups-modal .amgdprcookie-done:focus {
  background-color: #1357e6;
  box-shadow: 0 0 3px 1px #00699d;
}
.amgdprcookie-groups-modal:not(.-table) .modal-footer {
  padding-top: 0;
}
.amgdprcookie-groups-modal .amgdprcookie-form-container,
.amgdprcookie-groups-modal .amgdprcookie-tbody {
  overflow: auto;
  scrollbar-color: #e0e0e0 #ffffff;
  scrollbar-width: thin;
  scrollbar-face-color: #e0e0e0;
  scrollbar-highlight-color: #e0e0e0;
  scrollbar-shadow-color: #e0e0e0;
  scrollbar-track-color: #ffffff;
  display: block;
  max-height: 500px;
  overflow-y: auto;
}
.amgdprcookie-groups-modal .amgdprcookie-form-container::-webkit-scrollbar,
.amgdprcookie-groups-modal .amgdprcookie-tbody::-webkit-scrollbar {
  width: 6px;
}
.amgdprcookie-groups-modal .amgdprcookie-form-container::-webkit-scrollbar-track,
.amgdprcookie-groups-modal .amgdprcookie-tbody::-webkit-scrollbar-track {
  background-color: #ffffff;
  box-shadow: none;
}
.amgdprcookie-groups-modal .amgdprcookie-form-container::-webkit-scrollbar-thumb,
.amgdprcookie-groups-modal .amgdprcookie-tbody::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #e0e0e0;
}
.amgdprcookie-bar-container {
  background: #ffffff;
  box-shadow: 0 -2px 18px rgba(0, 0, 0, 0.06);
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 30px 10px;
  z-index: 10;
}
.amgdprcookie-bar-container.modal-popup {
  bottom: unset;
  left: unset;
  overflow-y: unset;
  pointer-events: auto;
  position: unset;
  right: unset;
  top: unset;
  transition: unset;
}
.amgdprcookie-bar-container .amgdprcookie-buttons-block {
  display: flex;
  flex-direction: column;
}
.amgdprcookie-bar-container .amgdprcookie-policy {
  margin-bottom: 20px;
  max-height: 30vh;
  max-width: 640px;
  overflow-y: auto;
}
.amgdprcookie-bar-container .amgdprcookie-button:first-child {
  margin-bottom: 10px;
}
.amgdprcookie-bar-container .amgdprcookie-buttons-block .amgdprcookie-button {
  margin-bottom: 0;
  padding: 10px 30px;
}
.amgdprcookie-bar-container .action-close {
  line-height: 14px;
  right: 10px;
  top: 10px;
}
.amgdprcookie-bar-container .action-close:focus,
.amgdprcookie-bar-container .action-close:active {
  box-shadow: 0 0 3px 1px #00699d;
  opacity: .9;
}
.amgdprcookie-buttons-block {
  display: flex;
  flex-direction: column;
}
.amgdprcookie-buttons-block.-settings {
  padding-bottom: 30px;
}
.amgdprcookie-buttons-block .amgdprcookie-button {
  background: #ffffff;
  border: none;
  border-radius: 3px;
  box-shadow: none;
  color: #4670c9;
  font-weight: bold;
  letter-spacing: 1.35px;
  margin-top: 15px;
  padding: 10px 15px;
  text-transform: uppercase;
  transition: opacity 0.3s ease, color 0.3s ease-out, background-color 0.3s ease-out, border 0.3s ease-out;
}
.amgdprcookie-buttons-block .amgdprcookie-button:hover {
  opacity: .9;
}
.amgdprcookie-buttons-block .amgdprcookie-button:active,
.amgdprcookie-buttons-block .amgdprcookie-button:focus {
  box-shadow: 0 0 3px 1px #00699d;
  opacity: .9;
}
.amgdprcookie-buttons-block .amgdprcookie-button.-allow,
.amgdprcookie-buttons-block .amgdprcookie-button.-save {
  background: #4670c9;
  color: #ffffff;
  flex-basis: 33%;
}
.amgdprcookie-modal-template {
  background: #ffffff;
  margin-left: 5px;
  overflow-y: auto;
}
.amgdprcookie-modal-template .action-close {
  background: #ffffff;
  line-height: 14px;
  margin: 0;
  padding: 8px;
  right: 0;
  top: 0;
  z-index: 1;
}
.amgdprcookie-modal-template .action-close:focus,
.amgdprcookie-modal-template .action-close:active {
  background: #ffffff;
  box-shadow: 0 0 3px 1px #00699d;
  opacity: .9;
}
.amgdprcookie-modal-template .action-close:hover {
  background: #ffffff;
}
.amgdprcookie-modal-template .amgdprcookie-button.-allow:not(.-save) {
  background: inherit;
  color: #4670c9;
  margin-bottom: 0;
}
.amgdprcookie-modal-container .modal-content {
  padding: 0;
}
.amgdprcookie-groups-container {
  box-shadow: 0 -2px 18px rgba(0, 0, 0, 0.06);
  direction: rtl;
  height: auto;
  overflow-y: scroll;
}
.amgdprcookie-policy-container {
  bottom: 0;
  box-shadow: 0 -2px 18px rgba(0, 0, 0, 0.06);
  padding: 24px;
  position: absolute;
}
.amgdprcookie-text-container .amgdprcookie-policy {
  display: inline;
}
.amgdprcookie-modal-container.modal-popup.modal-slide {
  left: 0;
  pointer-events: none;
}
.amgdprcookie-modal-container .modal-inner-wrap {
  height: 100%;
  margin: 0;
  position: relative;
}
.amgdprcookie-modal-container .modal-inner-wrap .modal-header {
  position: absolute;
  right: 0;
}
.amgdprcookie-modal-container .modal-inner-wrap .action-close {
  margin: 5px;
  padding: 0;
}
.amgdprcookie-modal-container .modal-inner-wrap .action-close:before {
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iOC41IiBjeT0iOC41IiByPSI4IiBzdHJva2U9IiNDQUNBQ0EiLz48cGF0aCBkPSJNNS4yNSA1LjI1bDYuNSA2LjVtMC02LjVsLTYuNSA2LjUiIHN0cm9rZT0iI0NBQ0FDQSIvPjwvc3ZnPg==') no-repeat center;
  content: '';
  height: 25px;
  width: 25px;
}
.amgdprcookie-modal-container .modal-inner-wrap .action-close:focus {
  box-shadow: 0 0 3px 1px #00699d;
}
.amgdprcookie-modal-container .modal-inner-wrap .amgdprcookie-groups-container {
  overflow: auto;
  scrollbar-color: #e8e8e8 #ffffff;
  scrollbar-width: thin;
  scrollbar-face-color: #e8e8e8;
  scrollbar-highlight-color: #e8e8e8;
  scrollbar-shadow-color: #e8e8e8;
  scrollbar-track-color: #ffffff;
}
.amgdprcookie-modal-container .modal-inner-wrap .amgdprcookie-groups-container::-webkit-scrollbar {
  width: 4px;
}
.amgdprcookie-modal-container .modal-inner-wrap .amgdprcookie-groups-container::-webkit-scrollbar-track {
  background-color: #ffffff;
  box-shadow: none;
}
.amgdprcookie-modal-container .modal-inner-wrap .amgdprcookie-groups-container::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #e8e8e8;
}
.amgdprcookie-settings-form .amgdprcookie-toggle-cookie .amgdprcookie-input.disabled + .amgdprcookie-label {
  background: #e8e8e8;
}
.amgdprcookie-groups-modal .amgdprcookie-table .amgdprcookie-row,
.amgdprcookie-groups-modal .amgdprcookie-table thead tr,
.amgdprcookie-groups-modal .amgdprcookie-table thead {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.amgdprcookie-groups-modal .amgdprcookie-cell.-name {
  word-wrap: break-word;
}
.amgdprcookie-modal-container .amgdprcookie-modal-template {
  height: 100%;
  margin-left: 0;
  min-width: 400px;
  pointer-events: auto;
  position: relative;
  width: 20%;
  z-index: 900;
}
.ammodals-overlay {
  background-color: rgba(51, 51, 51, 0.55);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 899;
}
[data-amgdpr-content-from='subscription'] {
  display: table-row-group;
}
.block.newsletter .form.subscribe > [data-amgdpr-content-from='subscription'].amgdpr-checkbox.field {
  float: none;
}
[data-amgdpr-content-from='subscription'] .amgdpr-checkbox {
  margin-top: 8px;
}
[data-amgdpr-content-from='subscription'] .amgdpr-label.label {
  position: inherit;
}
.amgdpr-modal-container {
  z-index: 999;
}
.amgdpr-modal-container .amgdpr-privacy-policy {
  display: none;
}
.amgdpr-modal-container .amgdpr-privacy-policy,
.amgdpr-modal-container .amgdpr-html-content {
  max-height: 500px;
  overflow-y: scroll;
  word-wrap: break-word;
}
.checkout-index-index .amgdpr-modal-container.modal-popup:not(.agreements-modal):not(.popup-authentication) .modal-inner-wrap,
.amgdpr-modal-container .modal-inner-wrap {
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.35);
  max-width: 1130px;
}
.amgdpr-modal-container .modal-header {
  padding: 30px 30px 20px;
}
.amgdpr-modal-container .modal-content {
  padding: 0 30px 0 25px;
}
.amgdpr-modal-container .modal-footer {
  padding: 30px 35px 30px;
}
.amgdpr-modal-container .modal-header .modal-title {
  border-bottom: none;
  color: #5384ec;
  font-size: 26px;
  font-weight: 400;
  margin-left: 10px;
  padding: 0;
}
.amgdpr-modal-container .action.action-primary:hover {
  background-color: #1357e6;
}
.amgdpr-modal-container .action.action-primary {
  background-color: #4670c9;
  border-radius: 3px;
  box-shadow: none;
  color: #ffffff;
  font-weight: bold;
  letter-spacing: 1.35px;
  text-transform: uppercase;
  transition: background-color 0.3s ease-out;
  width: 100%;
}
.amgdpr-modal-container .action-close {
  line-height: 14px;
  right: 10px;
  top: 10px;
}
.amgdpr-modal-container .action-close:focus,
.amgdpr-modal-container .action-primary:focus,
.amgdpr-modal-container .action-close:active,
.amgdpr-modal-container .action-primary:active {
  box-shadow: 0 0 3px 1px #00699d;
  opacity: .9;
}
.amgdpr-modal-container .amgdpr-html-content::-webkit-scrollbar,
.amgdpr-modal-container .amgdpr-privacy-policy::-webkit-scrollbar {
  width: 6px;
}
.amgdpr-modal-container .amgdpr-html-content::-webkit-scrollbar-track,
.amgdpr-modal-container .amgdpr-privacy-policy::-webkit-scrollbar-track {
  background: #ffffff;
  width: 6px;
}
.amgdpr-modal-container .amgdpr-html-content::-webkit-scrollbar-thumb,
.amgdpr-modal-container .amgdpr-privacy-policy::-webkit-scrollbar-thumb {
  background: #e0e0e0;
  border-radius: 2px;
}
.amgdpr-notification-container {
  background: #ffeaac;
  font-weight: 600;
  margin-left: 10px;
  padding: 25px;
}
.amgdpr-cookie-link {
  margin-top: 10px;
}
.amgdpr-cookie-link .amgdpr-link {
  display: none;
}
.amgdpr-cookie-link .amgdpr-link.-show {
  display: block;
}
.amgdpr-settings-container {
  display: inline-flex;
  flex-wrap: wrap;
  margin: -40px 0 40px -40px;
  width: calc(100% + 40px);
}
.amgdpr-settings-container .amgdpr-block {
  display: none;
  margin-top: 20px;
}
.amgdpr-settings-container .amgdpr-block .fieldset {
  margin-bottom: 20px;
}
.amgdpr-settings-container .amgdpr-mail {
  margin-top: 10px;
}
.amgdpr-settings-container .amgdpr-block .amgdpr-checkbox.field,
.amgdpr-settings-container .field.control.checkbox {
  margin-bottom: 20px;
}
.amgdpr-checkbox-container {
  margin: 40px 0 0 40px;
  max-width: 220px;
  position: relative;
}
.amgdpr-checkbox-container > .amgdpr-checkbox:checked ~ .amgdpr-block {
  display: block;
}
.amgdpr-checkbox-container > .amgdpr-checkbox {
  height: 1px;
  opacity: 0;
  position: absolute;
  width: 1px;
}
.amgdpr-checkbox-container > .amgdpr-label {
  background-color: #e8f6ff;
  border: 2px solid #e8f6ff;
  border-radius: 20px;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 220px;
  position: relative;
  transition: border 0.3s ease-in, background-color 0.3s ease-in;
  width: 220px;
}
.amgdpr-checkbox-container > .amgdpr-label:before {
  content: '';
  height: 100px;
  left: 50%;
  position: absolute;
  top: 40%;
  transform: translate(-50%, -50%);
  width: 100px;
}
.amgdpr-checkbox-container > .amgdpr-label.-download:before {
  background: url('../../frontend/Codazon/unlimited_miamo/it_IT/Amasty_Gdpr/images/download.svg') no-repeat center;
}
.amgdpr-checkbox-container > .amgdpr-checkbox:checked + .amgdpr-label.-download:before {
  background: url('../../frontend/Codazon/unlimited_miamo/it_IT/Amasty_Gdpr/images/download_active.svg') no-repeat center;
}
.amgdpr-checkbox-container > .amgdpr-label.-policy:before {
  background: url('../../frontend/Codazon/unlimited_miamo/it_IT/Amasty_Gdpr/images/policy.svg') no-repeat center;
}
.amgdpr-checkbox-container > .amgdpr-checkbox:checked + .amgdpr-label.-policy:before {
  background: url('../../frontend/Codazon/unlimited_miamo/it_IT/Amasty_Gdpr/images/policy_active.svg') no-repeat center;
}
.amgdpr-checkbox-container > .amgdpr-label.-anonymise:before {
  background: url('../../frontend/Codazon/unlimited_miamo/it_IT/Amasty_Gdpr/images/anonymise.svg') no-repeat center;
}
.amgdpr-checkbox-container > .amgdpr-checkbox:checked + .amgdpr-label.-anonymise:before {
  background: url('../../frontend/Codazon/unlimited_miamo/it_IT/Amasty_Gdpr/images/anonymise_active.svg') no-repeat center;
}
.amgdpr-checkbox-container > .amgdpr-label.-delete:before {
  background: url('../../frontend/Codazon/unlimited_miamo/it_IT/Amasty_Gdpr/images/delete.svg') no-repeat center;
}
.amgdpr-checkbox-container > .amgdpr-checkbox:checked + .amgdpr-label.-delete:before {
  background: url('../../frontend/Codazon/unlimited_miamo/it_IT/Amasty_Gdpr/images/delete_active.svg') no-repeat center;
}
.amgdpr-checkbox-container > .amgdpr-label.-consents:before {
  background: url('../../frontend/Codazon/unlimited_miamo/it_IT/Amasty_Gdpr/images/consents.svg') no-repeat center;
}
.amgdpr-checkbox-container > .amgdpr-checkbox:checked + .amgdpr-label.-consents:before {
  background: url('../../frontend/Codazon/unlimited_miamo/it_IT/Amasty_Gdpr/images/consents_active.svg') no-repeat center;
}
.amgdpr-checkbox-container > .amgdpr-label.-dpoinfo:before {
  background: url('../../frontend/Codazon/unlimited_miamo/it_IT/Amasty_Gdpr/images/officer.svg') no-repeat center;
}
.amgdpr-checkbox-container > .amgdpr-checkbox:checked + .amgdpr-label.-dpoinfo:before {
  background: url('../../frontend/Codazon/unlimited_miamo/it_IT/Amasty_Gdpr/images/officer_active.svg') no-repeat center;
}
.amgdpr-checkbox-container > .amgdpr-checkbox:checked + .amgdpr-label {
  background-color: #3d9fe9;
}
.amgdpr-checkbox-container > .amgdpr-checkbox:checked + .amgdpr-label .amgdpr-title {
  color: #fff;
}
.amgdpr-checkbox-container .amgdpr-title {
  color: #333;
  font-size: 16px;
  font-weight: 600;
  left: 50%;
  min-width: 180px;
  position: absolute;
  text-align: center;
  top: 80%;
  transform: translate(-50%, -50%);
  transition: color 0.3s ease-in;
}
.amgdpr-checkbox-container .amgdpr-svg {
  fill: #000;
}
.amgdpr-checkbox-container > .amgdpr-checkbox:focus + .amgdpr-label,
.amgdpr-checkbox-container > .amgdpr-checkbox:active + .amgdpr-label,
.amgdpr-checkbox-container > .amgdpr-label:hover {
  border: 2px solid #1979c2;
  box-shadow: 0 5px 10px #b7dbf7;
}
.amcard-checkbox-container {
  position: relative;
}
.amcard-checkbox-container:first-child {
  margin-right: 30px;
}
.amcard-checkbox-container > .amcard-checkbox {
  display: none;
}
.amcard-checkbox-container > .amcard-name {
  line-height: 20px;
  margin-left: 23px;
}
.amcard-checkbox-container > .amcard-label {
  cursor: pointer;
  padding-left: 21px;
}
.amcard-checkbox-container > .amcard-label:before {
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 3px;
  box-sizing: border-box;
  content: '';
  height: 16px;
  left: 0;
  position: absolute;
  top: 2px;
  width: 16px;
}
.amcard-checkbox-container > .amcard-checkbox:checked + .amcard-label:before {
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHJlY3Qgd2lkdGg9IjE1IiBoZWlnaHQ9IjE1IiByeD0iMSIgZmlsbD0iIzE5NzlDMyIvPjxwYXRoIGQ9Ik0zLjc1IDcuNWwzIDMgNC41LTUuMjUiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPjwvc3ZnPg==') no-repeat left;
  background-size: 16px;
  border: none;
}
.amcard-flex-container {
  display: flex;
  justify-content: space-between;
}
.amcard-flex-container.-checkbox {
  justify-content: flex-start;
}
.amcard-form-container {
  border-top: 1px solid #c1c1c1;
  margin-top: 25px;
  position: relative;
}
.amcard-form-container.-interior {
  border: none;
}
.amcard-form-container .amcard-title {
  color: #363636;
  display: block;
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
  margin: 20px 0 10px;
}
.amcard-form-container > .amcard-button {
  background: #eeeeee;
  border: 1px solid #dadada;
  border-radius: 2px;
  box-sizing: border-box;
  font-size: 14px;
  padding: 7px 10px;
  transition: background-color 0.3s ease;
}
.amcard-form-container > .amcard-button:hover {
  background-color: #1e79c2;
  box-shadow: 0 2px 4px rgba(45, 147, 226, 0.1);
  color: #ffffff;
}
.amcard-form-container .amcard-radio {
  display: none;
}
.amcard-form-container .amcard-input.-hidden {
  display: inline;
  height: 0;
  opacity: 0;
  position: absolute;
  width: 0;
}
.amcard-field-container {
  border: none;
  flex-basis: 48%;
  margin-top: 0;
  text-align: left;
}
.amcard-field-block {
  display: block;
}
.amcard-field-block > .amcard-button {
  border: 1px solid #d4d4d4;
  border-left: none;
  border-radius: 0 2px 2px 0;
  padding: 7px 17px;
}
.amcard-field-block.-datepicker .amcard-label {
  position: relative;
}
.amcard-field-block.-datepicker .amcard-label:before {
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00Ljk4IDEwLjcwNWgxLjYzOFY5LjA2OUg0Ljk4djEuNjM2em0yLjMwNyAyLjE5aDEuNjM2di0xLjYzNkg3LjI4N3YxLjYzNXptLTIuMzA3IDBoMS42Mzh2LTEuNjM2SDQuOTh2MS42MzV6bTAtNC4zOGgxLjYzOFY2Ljg4SDQuOTh2MS42MzR6bTcuMDI4LTQuODIyYS42NzguNjc4IDAgMDAuNjc5LS42NzhWLjY3OGEuNjc4LjY3OCAwIDEwLTEuMzU4IDB2Mi4zMzdjMCAuMzc2LjMwMy42NzguNjc5LjY3OHptLTguMDE5IDBhLjY3OC42NzggMCAwMC42NzgtLjY3OFYuNjc4YS42NzguNjc4IDAgMTAtMS4zNTcgMHYyLjMzN2MwIC4zNzYuMzAzLjY3OC42NzkuNjc4em0tMS4zMTcgNy4wMTJINC4zMVY5LjA2OUgyLjY3MnYxLjYzNnptMCAyLjE5SDQuMzF2LTEuNjM2SDIuNjcydjEuNjM1em00LjYxNS0yLjE5aDEuNjM2VjkuMDY5SDcuMjg3djEuNjM2em00LjYxIDBoMS42MzlWOS4wNjloLTEuNjM4djEuNjM2em0wLTIuMTloMS42MzlWNi44OGgtMS42Mzh2MS42MzR6bTEuMDEzLTcuMzl2Ljc1NkExLjM2MiAxLjM2MiAwIDExMTAuNjQ1IDIuOWMwLS40MDcuMTgtLjc3MS40Ni0xLjAydi0uNzU0SDQuODkxdi43NTVhMS4zNjIgMS4zNjIgMCAxMS0xLjgwNCAwdi0uNzU1SDBWMTZoMTZWMS4xMjZoLTMuMDl6TTEuNTE3IDVoMTIuOTk2djkuNDgzSDEuNTE3VjV6bTUuNzcgMy41MTRoMS42MzZWNi44OEg3LjI4N3YxLjYzNHptMi4zMDcgMGgxLjYzNVY2Ljg4SDkuNTk0djEuNjM0em0wIDQuMzhoMS42MzV2LTEuNjM2SDkuNTk0djEuNjM2em0wLTIuMTloMS42MzVWOS4wN0g5LjU5NHYxLjYzNnoiIGZpbGw9IiM1NzU4NTUiLz48L3N2Zz4=');
  content: '';
  cursor: pointer;
  height: 16px;
  left: 10px;
  position: absolute;
  top: 2px;
  width: 16px;
}
.amcard-field-block.-datepicker {
  margin-bottom: 20px;
}
.amcard-field-block > .amcard-field {
  background: #ffffff;
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  box-sizing: border-box;
}
.amcard-field-block > .amcard-field::-webkit-input-placeholder {
  /* Edge */
  color: #d4d4d4;
}
.amcard-field-block > .amcard-field:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #d4d4d4;
}
.amcard-field-block > .amcard-field::placeholder {
  color: #d4d4d4;
}
.amcard-field-block > .amcard-field:focus {
  z-index: 5;
}
.amcard-field-block > .amcard-field.mage-error {
  border-color: #ed8380;
}
.amcard-field-block.-datepicker .amcard-field {
  height: 32px;
  padding-left: 36px;
}
.amcard-field-block.-double {
  display: flex;
}
.amcard-field-block.-double > .amcard-field {
  border-radius: 2px 0 0 2px;
}
.amcard-price-container {
  display: flex;
  flex-wrap: wrap;
}
.amcard-price-container > .amcard-button {
  margin: 0 10px 5px 0;
}
.amcard-label-block {
  border-radius: 2px;
  cursor: pointer;
  position: relative;
}
.amcard-label-block > .amcard-name {
  margin-left: 25px;
}
.amcard-label-block > .amcard-radio:checked + .amcard-icon {
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iNy41IiBjeT0iNy41IiByPSI3LjUiIGZpbGw9IiMxOTc5QzMiLz48ZyBmaWx0ZXI9InVybCgjZmlsdGVyMF9kKSI+PGNpcmNsZSBjeD0iNy41IiBjeT0iNy41IiBmaWxsPSIjZmZmIiByPSIzIi8+PC9nPjxkZWZzPjxmaWx0ZXIgaWQ9ImZpbHRlcjBfZCIgeD0iMi45MjQiIHk9IjIuOTI0IiB3aWR0aD0iOS4xNTEiIGhlaWdodD0iOS4xNTEiIGZpbHRlclVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY29sb3ItaW50ZXJwb2xhdGlvbi1maWx0ZXJzPSJzUkdCIj48ZmVGbG9vZCBmbG9vZC1vcGFjaXR5PSIwIiByZXN1bHQ9IkJhY2tncm91bmRJbWFnZUZpeCIvPjxmZUNvbG9yTWF0cml4IGluPSJTb3VyY2VBbHBoYSIgdmFsdWVzPSIwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAxMjcgMCIvPjxmZU9mZnNldC8+PGZlR2F1c3NpYW5CbHVyIHN0ZERldmlhdGlvbj0iLjc4OCIvPjxmZUNvbG9yTWF0cml4IHZhbHVlcz0iMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMC4yIDAiLz48ZmVCbGVuZCBpbjI9IkJhY2tncm91bmRJbWFnZUZpeCIgcmVzdWx0PSJlZmZlY3QxX2Ryb3BTaGFkb3ciLz48ZmVCbGVuZCBpbj0iU291cmNlR3JhcGhpYyIgaW4yPSJlZmZlY3QxX2Ryb3BTaGFkb3ciIHJlc3VsdD0ic2hhcGUiLz48L2ZpbHRlcj48L2RlZnM+PC9zdmc+');
  border: none;
}
.amcard-label-block > .amcard-icon {
  border: 1px solid #c2c2c2;
  border-radius: 50%;
  cursor: pointer;
  height: 15px;
  position: absolute;
  top: 2px;
  width: 15px;
}
.amcard-label-block.-price {
  background-color: #f0f0f0;
  border: 1px solid #dadada;
  box-sizing: border-box;
  font-size: 14px;
  margin: 0 10px 5px 0;
  padding: 6px 8px;
  transition: background-color 0.3s ease, border 0.3s ease;
}
.amcard-label-block.-price.-active,
.amcard-label-block.-price:hover {
  background-color: #1e79c2;
  border: 1px solid #1e79c2;
  box-shadow: 0 2px 4px rgba(45, 147, 226, 0.1);
  color: #ffffff;
}
.amcard-radio-container .amcard-label-block:not(:last-child) {
  margin-right: 30px;
}
.amcard-upload-container .amcard-label-block {
  background: #1e79c2;
  color: #ffffff;
  cursor: pointer;
  padding: 5px 13px 5px 38px;
  transition: background-color 0.3s ease-out;
}
.amcard-upload-container .amcard-label-block:hover {
  background: #2d93e5;
}
.amcard-upload-container .amcard-label-block:before {
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTQuODIxIDBsLS44MDMgMi4xNDNIMi4xNDNBMi4xMzggMi4xMzggMCAwMDAgNC4yODZ2Ni40MjhjMCAxLjE4Ny45NTYgMi4xNDMgMi4xNDMgMi4xNDNoMTAuNzE0QTIuMTM4IDIuMTM4IDAgMDAxNSAxMC43MTRWNC4yODZhMi4xMzggMi4xMzggMCAwMC0yLjE0My0yLjE0M2gtMS44NzVMMTAuMTggMEg0Ljgyek03LjUgMy43NWEzLjc2MiAzLjc2MiAwIDAxMy43NSAzLjc1IDMuNzYyIDMuNzYyIDAgMDEtMy43NSAzLjc1QTMuNzYyIDMuNzYyIDAgMDEzLjc1IDcuNSAzLjc2MiAzLjc2MiAwIDAxNy41IDMuNzV6bTAgMS42MDdBMi4xMyAyLjEzIDAgMDA1LjM1NyA3LjUgMi4xMyAyLjEzIDAgMDA3LjUgOS42NDMgMi4xMyAyLjEzIDAgMDA5LjY0MyA3LjUgMi4xMyAyLjEzIDAgMDA3LjUgNS4zNTd6IiBmaWxsPSIjZmZmIi8+PC9zdmc+') no-repeat center;
  content: '';
  height: 15px;
  left: 11px;
  position: absolute;
  top: 7px;
  width: 16px;
}
.amcard-customer-image > .amcard-container,
.amcard-image-container > .amcard-container,
.amcard-customer-image > .amcard-image,
.amcard-image-container > .amcard-image {
  cursor: pointer;
  max-width: 100px;
  padding: 7px;
}
.amcard-customer-image > .amcard-container.-active,
.amcard-image-container > .amcard-container.-active,
.amcard-customer-image > .amcard-image.-active,
.amcard-image-container > .amcard-image.-active,
.amcard-customer-image > .amcard-container:hover,
.amcard-image-container > .amcard-container:hover,
.amcard-customer-image > .amcard-image:hover,
.amcard-image-container > .amcard-image:hover {
  border: 1px solid #026bb3;
  border-radius: 2px;
  box-shadow: 0 4px 4px #e2f0fb;
  padding: 6px;
}
.amcard-upload-container {
  display: flex;
  margin: 10px 0;
  position: relative;
}
.amcard-upload-container .amcard-input {
  display: none;
}
.amcard-customer-image {
  background: #e8f6ff;
  display: flex;
  padding: 15px;
}
.amcard-customer-image > .amcard-container {
  align-items: center;
  cursor: pointer;
  display: flex;
  margin-right: 15px;
  max-width: 100px;
}
.amcard-customer-image .amcard-image {
  height: 100%;
  width: 100%;
}
.amcard-image-information {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.amcard-image-information > .amcard-description,
.amcard-image-information > .amcard-title {
  margin: 0;
}
.amcard-image-information > .amcard-delete {
  align-self: flex-start;
  background: none;
  border: none;
  box-shadow: none;
  color: #1787e0;
  cursor: pointer;
  padding: 0 15px;
  position: relative;
}
.amcard-image-information > .amcard-delete:hover {
  text-decoration: underline;
}
.amcard-image-information > .amcard-delete:before {
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xLjUzNCAxMmg2Ljk1MWwuODc0LTcuMTY2SC43TDEuNTM0IDEyek02Ljk1MiAxLjc4M1YuNDA5QzYuOTUyLjE4MyA2Ljc0MyAwIDYuNDg2IDBIMy41MzVjLS4yNTggMC0uNDY2LjE4My0uNDY2LjQxdjEuMzVjLS45OTcuMDk5LTIuMDM1LjI5LTMuMDY5LjYxN3YxLjI2aDEwVjIuMzQ0cy0xLjIyLS4zNy0zLjA0OS0uNTZoLjAwMXptLS45MjctLjA3NmExOS4xMDcgMTkuMTA3IDAgMDAtMi4wNzctLjAxMlYuOTcxYzAtLjExMi4xMDMtLjIwNC4yMzItLjIwNGgxLjYxMWMuMTMgMCAuMjM0LjA5Mi4yMzQuMjA0di43MzZ6IiBmaWxsPSIjMTc4N0UwIi8+PC9zdmc+') no-repeat center;
  content: '';
  height: 10px;
  left: 0;
  position: absolute;
  top: 3px;
  width: 12px;
}
.amcard-preview-container {
  margin-top: 15px;
}
.amcard-preview-container > .amcard-button {
  background: none;
  border: 1px solid #4190c6;
  border-radius: 2px;
  box-sizing: border-box;
  color: #026bb3;
  font-size: 14px;
  padding: 6px 15px;
  transition: background-color 0.3s ease-out;
}
.amcard-preview-container > .amcard-button:hover {
  background: #026bb3;
  color: #ffffff;
}
.amcard-general-container {
  display: none;
  margin-bottom: 20px;
}
.amcard-general-container.-visible {
  display: block;
}
.amcard-general-container .amcard-warning {
  color: #e02b27;
  font-size: 12px;
}
.amcard-tooltip-container {
  background: #ffffff;
  border-radius: 6px;
  bottom: 25px;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.15);
  display: none;
  left: 98px;
  padding: 10px;
  position: absolute;
  width: 200px;
  z-index: 10;
}
.amcard-question-container:hover .amcard-tooltip-container {
  display: block;
}
.amcard-tooltip-container:after {
  background: #ffffff;
  bottom: -8px;
  content: '';
  height: 18px;
  left: 20px;
  position: absolute;
  transform: rotate(45deg);
  width: 18px;
}
.amcard-tooltip-container > .amgiftcard-text {
  color: #575757;
  font-size: 12px;
  font-weight: 400;
}
.amcard-question-container {
  align-self: center;
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iOC41IiBjeT0iOC41IiByPSI4LjUiIGZpbGw9IiMzODlERkUiLz48cGF0aCBkPSJNNy40ODggMTAuMDc0YzAtLjYwNi4wNzUtMS4wODkuMjI2LTEuNDQ5LjE1LS4zNi40NDYtLjc1NC44ODktMS4xODMuNDQ2LS40MzMuNzI5LS43NC44NDctLjkyMi4xODItLjI3OC4yNzQtLjU4LjI3NC0uOTAzIDAtLjQyOC0uMTA3LS43NTQtLjMyMi0uOTc3LS4yMS0uMjI4LS41Mi0uMzQyLS45My0uMzQyLS4zOTEgMC0uNzA4LjExMi0uOTUuMzM1LS4yMzcuMjE5LS4zNTUuNTE3LS4zNTUuODk1SDUuNTA2Yy4wMDktLjgwNi4yODItMS40NDQuODItMS45MTQuNTQyLS40NyAxLjI1OC0uNzA0IDIuMTQ3LS43MDQuOTE2IDAgMS42MjkuMjMzIDIuMTQuNjk3LjUxNC40NjUuNzcyIDEuMTE1Ljc3MiAxLjk0OSAwIC43NDItLjM0NyAxLjQ3NC0xLjA0IDIuMTk0bC0uODQuODI3Yy0uMy4zNDItLjQ1Ni44NDEtLjQ2NSAxLjQ5N0g3LjQ4OHpNNy4zNzIgMTIuMmMwLS4yNjkuMDg0LS40ODUuMjUzLS42NS4xNjktLjE2OC4zOTYtLjI1Mi42ODQtLjI1Mi4yOTEgMCAuNTIxLjA4Ni42OS4yNmEuODcuODcgMCAwMS4yNTMuNjQyYzAgLjI1LS4wODIuNDYtLjI0Ni42My0uMTY0LjE2OC0uMzk3LjI1Mi0uNjk3LjI1Mi0uMzAxIDAtLjUzNC0uMDg0LS42OTgtLjI1M2EuODguODggMCAwMS0uMjM5LS42Mjl6IiBmaWxsPSIjZmZmIi8+PC9zdmc+') no-repeat center;
  height: 17px;
  margin: 0 20px;
  width: 17px;
}
.amcard-carousel-container .slick-arrow {
  z-index: 10;
}
.amgiftcard-modal-container {
  pointer-events: auto;
}
.amcard-page-product .modal-inner-wrap {
  max-width: 900px;
}
.amcard-page-product .gallery-placeholder:not(.-active) .amasty-main-image,
.amcard-page-product .gallery-placeholder:not(.-active) .gallery-placeholder__image {
  visibility: hidden;
}
.amcard-page-product .product-info-main .price-final_price .price-wrapper .price {
  color: #575757;
  font-size: 36px;
  font-weight: 600;
  line-height: 36px;
}
.amcard-page-product .amgiftcard-price-container .amgiftcard-price-multiple.-hide {
  display: none;
}
.amcard-page-product .amgiftcard-price-container .price-final_price.-hide {
  display: none;
}
.amcard-page-product .amgiftcard-price-container .price-final_price.-multiple .price-wrapper .price {
  font-size: 24px;
  line-height: 24px;
}
.amcard-page-product .amgiftcard-price-container .price-wrapper + .price-wrapper {
  margin-left: 5px;
}
.amcard-page-product .amcard-preview .header {
  display: flex;
  justify-content: center;
}
.amcard-page-product .amcard-preview .footer,
.amcard-page-product .amcard-preview .header {
  background: #ffffff !important;
}
.amcard-page-product .amcard-preview .main {
  border-collapse: separate;
  border-radius: 10px;
  border-top: 6px solid #1787e0;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
}
.amcard-page-product .amcard-preview .logo {
  margin: 0;
}
.amcard-page-product .product-info-main .product-reviews-summary {
  float: none;
}
.amcard-page-product .product-info-main .product-info-price {
  border: 0;
  margin-bottom: 0;
}
.amcard-page-product .product-info-main .product-add-form {
  border: 0;
  clear: none;
  margin-bottom: 20px;
  padding-top: 0;
}
.gallery-placeholder.-amcard {
  align-items: center;
  display: flex;
  justify-content: center;
}
.ammodal-aside-container {
  pointer-events: auto;
}
.am-datepicker .ui-datepicker-header .ui-datepicker-title select {
  width: unset;
}
.am-datepicker .ui-datepicker-header .ui-datepicker-title {
  display: flex;
}
.account .amcard-codes-list .table-wrapper:last-child {
  margin-bottom: 20px;
}
.account .amcard-codes-list .messages {
  margin-bottom: 0;
}
.amcardacc-template-container .amcard-codes-list,
.amcardacc-template-container .amcard-field-container {
  max-width: 360px;
}
.amcard-codes-list.-cart,
.amcard-field-container.-cart {
  max-width: 500px;
}
.amcard-codes-list.-paypal,
.amcard-field-container.-paypal {
  margin: 20px 0;
}
.amcard-codes-list .table .action,
.amcard-field-container .table .action,
.amcard-codes-list .amcard-check,
.amcard-field-container .amcard-check,
.amcard-codes-list .amcard-delete,
.amcard-field-container .amcard-delete {
  position: relative;
  align-self: flex-start;
  padding: 0;
  border: none;
  background: none;
  box-shadow: none;
  color: #1787e0;
  cursor: pointer;
}
.amcard-codes-list .table .action:hover,
.amcard-field-container .table .action:hover,
.amcard-codes-list .amcard-check:hover,
.amcard-field-container .amcard-check:hover,
.amcard-codes-list .amcard-delete:hover,
.amcard-field-container .amcard-delete:hover {
  text-decoration: underline;
}
.amcard-codes-list .amcard-list-btn-container,
.amcard-field-container .amcard-list-btn-container {
  padding: 0 10px;
  display: inline-block;
}
.amcard-codes-list .amcard-list-btn-container:not(:last-child),
.amcard-field-container .amcard-list-btn-container:not(:last-child) {
  border-right: 2px solid #ccc;
}
.amcard-codes-list .amcard-check,
.amcard-field-container .amcard-check {
  margin-top: 10px;
}
.amcard-field-block.-code {
  margin-top: 10px;
}
.amcard-field-block .amcard-button {
  font-weight: 600;
  transition: opacity 0.3s ease-out;
}
.amcard-field-block .amcard-button:hover {
  opacity: .9;
}
.amcard-field-block .amcard-button.-account {
  background: #3a77bd;
  color: #fff;
}
.amcard-field-block .amgcard-datalist-container + .amcard-button {
  align-self: flex-start;
  line-height: 16px;
}
.amcard-card-info {
  display: flex;
  margin-bottom: 10px;
  padding: 10px;
  background: #e8f6ff;
}
.amcard-card-info .amcard-field:not(:last-child) {
  margin-right: 20px;
}
.amcardacc-messages-container {
  display: none;
}
.amcardacc-messages-container.-visible {
  display: block;
}
.amcard-form-container .amcard-field.-validate {
  position: absolute;
  width: 0;
  opacity: 0;
}
.amgcard-datalist-container {
  position: relative;
  width: 100%;
}
.amgcard-datalist-container.-active .amgcard-datalist-ul {
  display: block;
}
.amgcard-datalist-container .amcard-input-arrow:after {
  position: absolute;
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #333 transparent transparent transparent;
  content: '';
}
.amgcard-datalist-container.-active .amcard-input-arrow:after {
  top: 7px;
  border-color: transparent transparent #333 transparent;
}
.amgcard-datalist-container .amcard-datalist-message {
  font-style: italic;
}
.amgcard-datalist-container .amcard-field.-datalist {
  height: 32px;
}
.amgcard-datalist-ul {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 10;
  display: none;
  overflow: hidden;
  overflow-y: auto;
  margin: 5px 0 0 0;
  padding: 0;
  max-height: 200px;
  width: 100%;
  border-radius: 2px;
  background: #fff;
  list-style: none;
}
.amgcard-datalist-ul .amcard-datalist-li {
  display: block;
  margin-bottom: 0;
  padding: 6px 10px;
  color: #333;
  cursor: pointer;
  transition: background-color 0.3s ease-in;
}
.amgcard-datalist-ul .amcard-datalist-li:hover {
  background-color: rgba(239, 239, 239, 0.9);
}
.amcard-field-block .intl-tel-input {
  width: 100%;
  box-sizing: border-box;
  border-radius: 2px;
  background: #fff;
}
.amcard-field-block .intl-tel-input .amcard-field {
  border: 1px solid #d4d4d4;
}
.intl-tel-input {
  position: relative;
  display: inline-block;
}
.intl-tel-input * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.intl-tel-input .hide {
  display: none;
}
.intl-tel-input .v-hide {
  visibility: hidden;
}
.intl-tel-input input {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-right: 36px;
  margin-right: 0;
}
.intl-tel-input input[type=text] {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-right: 36px;
  margin-right: 0;
}
.intl-tel-input input[type=tel] {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-right: 36px;
  margin-right: 0;
}
.intl-tel-input .flag-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 1px;
}
.intl-tel-input .selected-flag {
  z-index: 1;
  position: relative;
  width: 36px;
  height: 100%;
  padding: 0 0 0 8px;
}
.intl-tel-input .selected-flag .iti-flag {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.intl-tel-input .selected-flag .iti-arrow {
  position: absolute;
  top: 50%;
  margin-top: -2px;
  right: 6px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #555;
}
.intl-tel-input .selected-flag .iti-arrow.up {
  border-top: none;
  border-bottom: 4px solid #555;
}
.intl-tel-input .country-list {
  position: absolute;
  z-index: 2;
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0 0 0 -1px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  background-color: white;
  border: 1px solid #CCC;
  white-space: nowrap;
  max-height: 200px;
  overflow-y: scroll;
}
.intl-tel-input .country-list .flag-box {
  display: inline-block;
  width: 20px;
  vertical-align: middle;
  margin-right: 6px;
}
.intl-tel-input .country-list .divider {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #CCC;
}
.intl-tel-input .country-list .country {
  padding: 5px 10px;
}
.intl-tel-input .country-list .country .dial-code {
  color: #999;
}
.intl-tel-input .country-list .country.highlight {
  background-color: rgba(0, 0, 0, 0.05);
}
.intl-tel-input .country-list .country-name {
  vertical-align: middle;
  margin-right: 6px;
}
.intl-tel-input .country-list .dial-code {
  vertical-align: middle;
}
.intl-tel-input .country-list.dropup {
  bottom: 100%;
  margin-bottom: -1px;
}
.intl-tel-input.allow-dropdown input {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0;
}
.intl-tel-input.allow-dropdown input[type=text] {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0;
}
.intl-tel-input.allow-dropdown input[type=tel] {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0;
}
.intl-tel-input.allow-dropdown .flag-container {
  right: auto;
  left: 0;
}
.intl-tel-input.allow-dropdown .flag-container:hover {
  cursor: pointer;
}
.intl-tel-input.allow-dropdown .flag-container:hover .selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}
.intl-tel-input.allow-dropdown .selected-flag {
  width: 46px;
}
.intl-tel-input.allow-dropdown input[disabled] + .flag-container:hover {
  cursor: default;
}
.intl-tel-input.allow-dropdown input[disabled] + .flag-container:hover .selected-flag {
  background-color: transparent;
}
.intl-tel-input.allow-dropdown input[readonly] + .flag-container:hover {
  cursor: default;
}
.intl-tel-input.allow-dropdown input[readonly] + .flag-container:hover .selected-flag {
  background-color: transparent;
}
.intl-tel-input.allow-dropdown.separate-dial-code .selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
  display: table;
}
.intl-tel-input.allow-dropdown.separate-dial-code .selected-dial-code {
  display: table-cell;
  vertical-align: middle;
  padding-left: 28px;
}
.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-2 input {
  padding-left: 76px;
}
.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-2 input[type=text] {
  padding-left: 76px;
}
.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-2 input[type=tel] {
  padding-left: 76px;
}
.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-2 .selected-flag {
  width: 70px;
}
.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-3 input {
  padding-left: 84px;
}
.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-3 input[type=text] {
  padding-left: 84px;
}
.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-3 input[type=tel] {
  padding-left: 84px;
}
.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-3 .selected-flag {
  width: 78px;
}
.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-4 input {
  padding-left: 92px;
}
.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-4 input[type=text] {
  padding-left: 92px;
}
.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-4 input[type=tel] {
  padding-left: 92px;
}
.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-4 .selected-flag {
  width: 86px;
}
.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-5 input {
  padding-left: 100px;
}
.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-5 input[type=text] {
  padding-left: 100px;
}
.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-5 input[type=tel] {
  padding-left: 100px;
}
.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-5 .selected-flag {
  width: 94px;
}
.intl-tel-input.iti-container {
  position: absolute;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: 1px;
}
.intl-tel-input.iti-container:hover {
  cursor: pointer;
}
.iti-mobile .intl-tel-input.iti-container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed;
}
.iti-mobile .intl-tel-input .country-list {
  max-height: 100%;
  width: 100%;
}
.iti-mobile .intl-tel-input .country-list .country {
  padding: 10px 10px;
  line-height: 1.5em;
}
.iti-flag {
  width: 20px;
  height: 15px;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: url("../../frontend/Codazon/img/flags.png");
  background-repeat: no-repeat;
  background-color: #DBDBDB;
  background-position: 20px 0;
}
.iti-flag.be {
  width: 18px;
  height: 15px;
  background-position: -440px 0px;
}
.iti-flag.ch {
  width: 15px;
  height: 15px;
  background-position: -944px 0px;
}
.iti-flag.mc {
  width: 19px;
  height: 15px;
  background-position: -3139px 0px;
}
.iti-flag.ne {
  width: 18px;
  height: 15px;
  background-position: -3666px 0px;
}
.iti-flag.np {
  width: 13px;
  height: 15px;
  background-position: -3796px 0px;
  background-color: transparent;
}
.iti-flag.va {
  width: 15px;
  height: 15px;
  background-position: -5307px 0px;
}
.iti-flag.ac {
  height: 10px;
  background-position: 0px 0px;
}
.iti-flag.ad {
  height: 14px;
  background-position: -22px 0px;
}
.iti-flag.ae {
  height: 10px;
  background-position: -44px 0px;
}
.iti-flag.af {
  height: 14px;
  background-position: -66px 0px;
}
.iti-flag.ag {
  height: 14px;
  background-position: -88px 0px;
}
.iti-flag.ai {
  height: 10px;
  background-position: -110px 0px;
}
.iti-flag.al {
  height: 15px;
  background-position: -132px 0px;
}
.iti-flag.am {
  height: 10px;
  background-position: -154px 0px;
}
.iti-flag.ao {
  height: 14px;
  background-position: -176px 0px;
}
.iti-flag.aq {
  height: 14px;
  background-position: -198px 0px;
}
.iti-flag.ar {
  height: 13px;
  background-position: -220px 0px;
}
.iti-flag.as {
  height: 10px;
  background-position: -242px 0px;
}
.iti-flag.at {
  height: 14px;
  background-position: -264px 0px;
}
.iti-flag.au {
  height: 10px;
  background-position: -286px 0px;
}
.iti-flag.aw {
  height: 14px;
  background-position: -308px 0px;
}
.iti-flag.ax {
  height: 13px;
  background-position: -330px 0px;
}
.iti-flag.az {
  height: 10px;
  background-position: -352px 0px;
}
.iti-flag.ba {
  height: 10px;
  background-position: -374px 0px;
}
.iti-flag.bb {
  height: 14px;
  background-position: -396px 0px;
}
.iti-flag.bd {
  height: 12px;
  background-position: -418px 0px;
}
.iti-flag.bf {
  height: 14px;
  background-position: -460px 0px;
}
.iti-flag.bg {
  height: 12px;
  background-position: -482px 0px;
}
.iti-flag.bh {
  height: 12px;
  background-position: -504px 0px;
}
.iti-flag.bi {
  height: 12px;
  background-position: -526px 0px;
}
.iti-flag.bj {
  height: 14px;
  background-position: -548px 0px;
}
.iti-flag.bl {
  height: 14px;
  background-position: -570px 0px;
}
.iti-flag.bm {
  height: 10px;
  background-position: -592px 0px;
}
.iti-flag.bn {
  height: 10px;
  background-position: -614px 0px;
}
.iti-flag.bo {
  height: 14px;
  background-position: -636px 0px;
}
.iti-flag.bq {
  height: 14px;
  background-position: -658px 0px;
}
.iti-flag.br {
  height: 14px;
  background-position: -680px 0px;
}
.iti-flag.bs {
  height: 10px;
  background-position: -702px 0px;
}
.iti-flag.bt {
  height: 14px;
  background-position: -724px 0px;
}
.iti-flag.bv {
  height: 15px;
  background-position: -746px 0px;
}
.iti-flag.bw {
  height: 14px;
  background-position: -768px 0px;
}
.iti-flag.by {
  height: 10px;
  background-position: -790px 0px;
}
.iti-flag.bz {
  height: 14px;
  background-position: -812px 0px;
}
.iti-flag.ca {
  height: 10px;
  background-position: -834px 0px;
}
.iti-flag.cc {
  height: 10px;
  background-position: -856px 0px;
}
.iti-flag.cd {
  height: 15px;
  background-position: -878px 0px;
}
.iti-flag.cf {
  height: 14px;
  background-position: -900px 0px;
}
.iti-flag.cg {
  height: 14px;
  background-position: -922px 0px;
}
.iti-flag.ci {
  height: 14px;
  background-position: -961px 0px;
}
.iti-flag.ck {
  height: 10px;
  background-position: -983px 0px;
}
.iti-flag.cl {
  height: 14px;
  background-position: -1005px 0px;
}
.iti-flag.cm {
  height: 14px;
  background-position: -1027px 0px;
}
.iti-flag.cn {
  height: 14px;
  background-position: -1049px 0px;
}
.iti-flag.co {
  height: 14px;
  background-position: -1071px 0px;
}
.iti-flag.cp {
  height: 14px;
  background-position: -1093px 0px;
}
.iti-flag.cr {
  height: 12px;
  background-position: -1115px 0px;
}
.iti-flag.cu {
  height: 10px;
  background-position: -1137px 0px;
}
.iti-flag.cv {
  height: 12px;
  background-position: -1159px 0px;
}
.iti-flag.cw {
  height: 14px;
  background-position: -1181px 0px;
}
.iti-flag.cx {
  height: 10px;
  background-position: -1203px 0px;
}
.iti-flag.cy {
  height: 13px;
  background-position: -1225px 0px;
}
.iti-flag.cz {
  height: 14px;
  background-position: -1247px 0px;
}
.iti-flag.de {
  height: 12px;
  background-position: -1269px 0px;
}
.iti-flag.dg {
  height: 10px;
  background-position: -1291px 0px;
}
.iti-flag.dj {
  height: 14px;
  background-position: -1313px 0px;
}
.iti-flag.dk {
  height: 15px;
  background-position: -1335px 0px;
}
.iti-flag.dm {
  height: 10px;
  background-position: -1357px 0px;
}
.iti-flag.do {
  height: 13px;
  background-position: -1379px 0px;
}
.iti-flag.dz {
  height: 14px;
  background-position: -1401px 0px;
}
.iti-flag.ea {
  height: 14px;
  background-position: -1423px 0px;
}
.iti-flag.ec {
  height: 14px;
  background-position: -1445px 0px;
}
.iti-flag.ee {
  height: 13px;
  background-position: -1467px 0px;
}
.iti-flag.eg {
  height: 14px;
  background-position: -1489px 0px;
}
.iti-flag.eh {
  height: 10px;
  background-position: -1511px 0px;
}
.iti-flag.er {
  height: 10px;
  background-position: -1533px 0px;
}
.iti-flag.es {
  height: 14px;
  background-position: -1555px 0px;
}
.iti-flag.et {
  height: 10px;
  background-position: -1577px 0px;
}
.iti-flag.eu {
  height: 14px;
  background-position: -1599px 0px;
}
.iti-flag.fi {
  height: 12px;
  background-position: -1621px 0px;
}
.iti-flag.fj {
  height: 10px;
  background-position: -1643px 0px;
}
.iti-flag.fk {
  height: 10px;
  background-position: -1665px 0px;
}
.iti-flag.fm {
  height: 11px;
  background-position: -1687px 0px;
}
.iti-flag.fo {
  height: 15px;
  background-position: -1709px 0px;
}
.iti-flag.fr {
  height: 14px;
  background-position: -1731px 0px;
}
.iti-flag.ga {
  height: 15px;
  background-position: -1753px 0px;
}
.iti-flag.gb {
  height: 10px;
  background-position: -1775px 0px;
}
.iti-flag.gd {
  height: 12px;
  background-position: -1797px 0px;
}
.iti-flag.ge {
  height: 14px;
  background-position: -1819px 0px;
}
.iti-flag.gf {
  height: 14px;
  background-position: -1841px 0px;
}
.iti-flag.gg {
  height: 14px;
  background-position: -1863px 0px;
}
.iti-flag.gh {
  height: 14px;
  background-position: -1885px 0px;
}
.iti-flag.gi {
  height: 10px;
  background-position: -1907px 0px;
}
.iti-flag.gl {
  height: 14px;
  background-position: -1929px 0px;
}
.iti-flag.gm {
  height: 14px;
  background-position: -1951px 0px;
}
.iti-flag.gn {
  height: 14px;
  background-position: -1973px 0px;
}
.iti-flag.gp {
  height: 14px;
  background-position: -1995px 0px;
}
.iti-flag.gq {
  height: 14px;
  background-position: -2017px 0px;
}
.iti-flag.gr {
  height: 14px;
  background-position: -2039px 0px;
}
.iti-flag.gs {
  height: 10px;
  background-position: -2061px 0px;
}
.iti-flag.gt {
  height: 13px;
  background-position: -2083px 0px;
}
.iti-flag.gu {
  height: 11px;
  background-position: -2105px 0px;
}
.iti-flag.gw {
  height: 10px;
  background-position: -2127px 0px;
}
.iti-flag.gy {
  height: 12px;
  background-position: -2149px 0px;
}
.iti-flag.hk {
  height: 14px;
  background-position: -2171px 0px;
}
.iti-flag.hm {
  height: 10px;
  background-position: -2193px 0px;
}
.iti-flag.hn {
  height: 10px;
  background-position: -2215px 0px;
}
.iti-flag.hr {
  height: 10px;
  background-position: -2237px 0px;
}
.iti-flag.ht {
  height: 12px;
  background-position: -2259px 0px;
}
.iti-flag.hu {
  height: 10px;
  background-position: -2281px 0px;
}
.iti-flag.ic {
  height: 14px;
  background-position: -2303px 0px;
}
.iti-flag.id {
  height: 14px;
  background-position: -2325px 0px;
}
.iti-flag.ie {
  height: 10px;
  background-position: -2347px 0px;
}
.iti-flag.il {
  height: 15px;
  background-position: -2369px 0px;
}
.iti-flag.im {
  height: 10px;
  background-position: -2391px 0px;
}
.iti-flag.in {
  height: 14px;
  background-position: -2413px 0px;
}
.iti-flag.io {
  height: 10px;
  background-position: -2435px 0px;
}
.iti-flag.iq {
  height: 14px;
  background-position: -2457px 0px;
}
.iti-flag.ir {
  height: 12px;
  background-position: -2479px 0px;
}
.iti-flag.is {
  height: 15px;
  background-position: -2501px 0px;
}
.iti-flag.it {
  height: 14px;
  background-position: -2523px 0px;
}
.iti-flag.je {
  height: 12px;
  background-position: -2545px 0px;
}
.iti-flag.jm {
  height: 10px;
  background-position: -2567px 0px;
}
.iti-flag.jo {
  height: 10px;
  background-position: -2589px 0px;
}
.iti-flag.jp {
  height: 14px;
  background-position: -2611px 0px;
}
.iti-flag.ke {
  height: 14px;
  background-position: -2633px 0px;
}
.iti-flag.kg {
  height: 12px;
  background-position: -2655px 0px;
}
.iti-flag.kh {
  height: 13px;
  background-position: -2677px 0px;
}
.iti-flag.ki {
  height: 10px;
  background-position: -2699px 0px;
}
.iti-flag.km {
  height: 12px;
  background-position: -2721px 0px;
}
.iti-flag.kn {
  height: 14px;
  background-position: -2743px 0px;
}
.iti-flag.kp {
  height: 10px;
  background-position: -2765px 0px;
}
.iti-flag.kr {
  height: 14px;
  background-position: -2787px 0px;
}
.iti-flag.kw {
  height: 10px;
  background-position: -2809px 0px;
}
.iti-flag.ky {
  height: 10px;
  background-position: -2831px 0px;
}
.iti-flag.kz {
  height: 10px;
  background-position: -2853px 0px;
}
.iti-flag.la {
  height: 14px;
  background-position: -2875px 0px;
}
.iti-flag.lb {
  height: 14px;
  background-position: -2897px 0px;
}
.iti-flag.lc {
  height: 10px;
  background-position: -2919px 0px;
}
.iti-flag.li {
  height: 12px;
  background-position: -2941px 0px;
}
.iti-flag.lk {
  height: 10px;
  background-position: -2963px 0px;
}
.iti-flag.lr {
  height: 11px;
  background-position: -2985px 0px;
}
.iti-flag.ls {
  height: 14px;
  background-position: -3007px 0px;
}
.iti-flag.lt {
  height: 12px;
  background-position: -3029px 0px;
}
.iti-flag.lu {
  height: 12px;
  background-position: -3051px 0px;
}
.iti-flag.lv {
  height: 10px;
  background-position: -3073px 0px;
}
.iti-flag.ly {
  height: 10px;
  background-position: -3095px 0px;
}
.iti-flag.ma {
  height: 14px;
  background-position: -3117px 0px;
}
.iti-flag.md {
  height: 10px;
  background-position: -3160px 0px;
}
.iti-flag.me {
  height: 10px;
  background-position: -3182px 0px;
}
.iti-flag.mf {
  height: 14px;
  background-position: -3204px 0px;
}
.iti-flag.mg {
  height: 14px;
  background-position: -3226px 0px;
}
.iti-flag.mh {
  height: 11px;
  background-position: -3248px 0px;
}
.iti-flag.mk {
  height: 10px;
  background-position: -3270px 0px;
}
.iti-flag.ml {
  height: 14px;
  background-position: -3292px 0px;
}
.iti-flag.mm {
  height: 14px;
  background-position: -3314px 0px;
}
.iti-flag.mn {
  height: 10px;
  background-position: -3336px 0px;
}
.iti-flag.mo {
  height: 14px;
  background-position: -3358px 0px;
}
.iti-flag.mp {
  height: 10px;
  background-position: -3380px 0px;
}
.iti-flag.mq {
  height: 14px;
  background-position: -3402px 0px;
}
.iti-flag.mr {
  height: 14px;
  background-position: -3424px 0px;
}
.iti-flag.ms {
  height: 10px;
  background-position: -3446px 0px;
}
.iti-flag.mt {
  height: 14px;
  background-position: -3468px 0px;
}
.iti-flag.mu {
  height: 14px;
  background-position: -3490px 0px;
}
.iti-flag.mv {
  height: 14px;
  background-position: -3512px 0px;
}
.iti-flag.mw {
  height: 14px;
  background-position: -3534px 0px;
}
.iti-flag.mx {
  height: 12px;
  background-position: -3556px 0px;
}
.iti-flag.my {
  height: 10px;
  background-position: -3578px 0px;
}
.iti-flag.mz {
  height: 14px;
  background-position: -3600px 0px;
}
.iti-flag.na {
  height: 14px;
  background-position: -3622px 0px;
}
.iti-flag.nc {
  height: 10px;
  background-position: -3644px 0px;
}
.iti-flag.nf {
  height: 10px;
  background-position: -3686px 0px;
}
.iti-flag.ng {
  height: 10px;
  background-position: -3708px 0px;
}
.iti-flag.ni {
  height: 12px;
  background-position: -3730px 0px;
}
.iti-flag.nl {
  height: 14px;
  background-position: -3752px 0px;
}
.iti-flag.no {
  height: 15px;
  background-position: -3774px 0px;
}
.iti-flag.nr {
  height: 10px;
  background-position: -3811px 0px;
}
.iti-flag.nu {
  height: 10px;
  background-position: -3833px 0px;
}
.iti-flag.nz {
  height: 10px;
  background-position: -3855px 0px;
}
.iti-flag.om {
  height: 10px;
  background-position: -3877px 0px;
}
.iti-flag.pa {
  height: 14px;
  background-position: -3899px 0px;
}
.iti-flag.pe {
  height: 14px;
  background-position: -3921px 0px;
}
.iti-flag.pf {
  height: 14px;
  background-position: -3943px 0px;
}
.iti-flag.pg {
  height: 15px;
  background-position: -3965px 0px;
}
.iti-flag.ph {
  height: 10px;
  background-position: -3987px 0px;
}
.iti-flag.pk {
  height: 14px;
  background-position: -4009px 0px;
}
.iti-flag.pl {
  height: 13px;
  background-position: -4031px 0px;
}
.iti-flag.pm {
  height: 14px;
  background-position: -4053px 0px;
}
.iti-flag.pn {
  height: 10px;
  background-position: -4075px 0px;
}
.iti-flag.pr {
  height: 14px;
  background-position: -4097px 0px;
}
.iti-flag.ps {
  height: 10px;
  background-position: -4119px 0px;
}
.iti-flag.pt {
  height: 14px;
  background-position: -4141px 0px;
}
.iti-flag.pw {
  height: 13px;
  background-position: -4163px 0px;
}
.iti-flag.py {
  height: 11px;
  background-position: -4185px 0px;
}
.iti-flag.qa {
  height: 8px;
  background-position: -4207px 0px;
}
.iti-flag.re {
  height: 14px;
  background-position: -4229px 0px;
}
.iti-flag.ro {
  height: 14px;
  background-position: -4251px 0px;
}
.iti-flag.rs {
  height: 14px;
  background-position: -4273px 0px;
}
.iti-flag.ru {
  height: 14px;
  background-position: -4295px 0px;
}
.iti-flag.rw {
  height: 14px;
  background-position: -4317px 0px;
}
.iti-flag.sa {
  height: 14px;
  background-position: -4339px 0px;
}
.iti-flag.sb {
  height: 10px;
  background-position: -4361px 0px;
}
.iti-flag.sc {
  height: 10px;
  background-position: -4383px 0px;
}
.iti-flag.sd {
  height: 10px;
  background-position: -4405px 0px;
}
.iti-flag.se {
  height: 13px;
  background-position: -4427px 0px;
}
.iti-flag.sg {
  height: 14px;
  background-position: -4449px 0px;
}
.iti-flag.sh {
  height: 10px;
  background-position: -4471px 0px;
}
.iti-flag.si {
  height: 10px;
  background-position: -4493px 0px;
}
.iti-flag.sj {
  height: 15px;
  background-position: -4515px 0px;
}
.iti-flag.sk {
  height: 14px;
  background-position: -4537px 0px;
}
.iti-flag.sl {
  height: 14px;
  background-position: -4559px 0px;
}
.iti-flag.sm {
  height: 15px;
  background-position: -4581px 0px;
}
.iti-flag.sn {
  height: 14px;
  background-position: -4603px 0px;
}
.iti-flag.so {
  height: 14px;
  background-position: -4625px 0px;
}
.iti-flag.sr {
  height: 14px;
  background-position: -4647px 0px;
}
.iti-flag.ss {
  height: 10px;
  background-position: -4669px 0px;
}
.iti-flag.st {
  height: 10px;
  background-position: -4691px 0px;
}
.iti-flag.sv {
  height: 12px;
  background-position: -4713px 0px;
}
.iti-flag.sx {
  height: 14px;
  background-position: -4735px 0px;
}
.iti-flag.sy {
  height: 14px;
  background-position: -4757px 0px;
}
.iti-flag.sz {
  height: 14px;
  background-position: -4779px 0px;
}
.iti-flag.ta {
  height: 10px;
  background-position: -4801px 0px;
}
.iti-flag.tc {
  height: 10px;
  background-position: -4823px 0px;
}
.iti-flag.td {
  height: 14px;
  background-position: -4845px 0px;
}
.iti-flag.tf {
  height: 14px;
  background-position: -4867px 0px;
}
.iti-flag.tg {
  height: 13px;
  background-position: -4889px 0px;
}
.iti-flag.th {
  height: 14px;
  background-position: -4911px 0px;
}
.iti-flag.tj {
  height: 10px;
  background-position: -4933px 0px;
}
.iti-flag.tk {
  height: 10px;
  background-position: -4955px 0px;
}
.iti-flag.tl {
  height: 10px;
  background-position: -4977px 0px;
}
.iti-flag.tm {
  height: 14px;
  background-position: -4999px 0px;
}
.iti-flag.tn {
  height: 14px;
  background-position: -5021px 0px;
}
.iti-flag.to {
  height: 10px;
  background-position: -5043px 0px;
}
.iti-flag.tr {
  height: 14px;
  background-position: -5065px 0px;
}
.iti-flag.tt {
  height: 12px;
  background-position: -5087px 0px;
}
.iti-flag.tv {
  height: 10px;
  background-position: -5109px 0px;
}
.iti-flag.tw {
  height: 14px;
  background-position: -5131px 0px;
}
.iti-flag.tz {
  height: 14px;
  background-position: -5153px 0px;
}
.iti-flag.ua {
  height: 14px;
  background-position: -5175px 0px;
}
.iti-flag.ug {
  height: 14px;
  background-position: -5197px 0px;
}
.iti-flag.um {
  height: 11px;
  background-position: -5219px 0px;
}
.iti-flag.us {
  height: 11px;
  background-position: -5241px 0px;
}
.iti-flag.uy {
  height: 14px;
  background-position: -5263px 0px;
}
.iti-flag.uz {
  height: 10px;
  background-position: -5285px 0px;
}
.iti-flag.vc {
  height: 14px;
  background-position: -5324px 0px;
}
.iti-flag.ve {
  height: 14px;
  background-position: -5346px 0px;
}
.iti-flag.vg {
  height: 10px;
  background-position: -5368px 0px;
}
.iti-flag.vi {
  height: 14px;
  background-position: -5390px 0px;
}
.iti-flag.vn {
  height: 14px;
  background-position: -5412px 0px;
}
.iti-flag.vu {
  height: 12px;
  background-position: -5434px 0px;
}
.iti-flag.wf {
  height: 14px;
  background-position: -5456px 0px;
}
.iti-flag.ws {
  height: 10px;
  background-position: -5478px 0px;
}
.iti-flag.xk {
  height: 15px;
  background-position: -5500px 0px;
}
.iti-flag.ye {
  height: 14px;
  background-position: -5522px 0px;
}
.iti-flag.yt {
  height: 14px;
  background-position: -5544px 0px;
}
.iti-flag.za {
  height: 14px;
  background-position: -5566px 0px;
}
.iti-flag.zm {
  height: 14px;
  background-position: -5588px 0px;
}
.iti-flag.zw {
  height: 10px;
  background-position: -5610px 0px;
}
@media (max-width: 500px) {
  .intl-tel-input .country-list {
    white-space: normal;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .iti-flag {
    background-size: 5630px 15px;
    background-image: url("../../frontend/Codazon/img/flags@2x.png");
  }
}
@media only screen and (min--moz-device-pixel-ratio: 2) {
  .iti-flag {
    background-size: 5630px 15px;
    background-image: url("../../frontend/Codazon/img/flags@2x.png");
  }
}
@media only screen and (-o-min-device-pixel-ratio: 2 / 1) {
  .iti-flag {
    background-size: 5630px 15px;
    background-image: url("../../frontend/Codazon/img/flags@2x.png");
  }
}
@media only screen and (min-device-pixel-ratio: 2) {
  .iti-flag {
    background-size: 5630px 15px;
    background-image: url("../../frontend/Codazon/img/flags@2x.png");
  }
}
@media only screen and (min-resolution: 192dpi) {
  .iti-flag {
    background-size: 5630px 15px;
    background-image: url("../../frontend/Codazon/img/flags@2x.png");
  }
}
@media only screen and (min-resolution: 2dppx) {
  .iti-flag {
    background-size: 5630px 15px;
    background-image: url("../../frontend/Codazon/img/flags@2x.png");
  }
}
.ampromo-item .ampromo-options {
  margin-bottom: 20px;
  overflow: hidden;
  padding: 0 5px;
  transition: max-height 0.2s ease;
}
.ampromo-gallery {
  margin: 0 30px;
  width: 850px;
}
.ampromo-gallery[data-count='1'] {
  width: 280px;
}
.ampromo-gallery[data-count='2'] {
  width: 570px;
}
.ampromo-slick .slick-prev,
.ampromo-slick .slick-next {
  height: 42px !important;
  width: 42px !important;
}
.ampromo-slick .slick-prev:focus,
.ampromo-slick .slick-next:focus {
  box-shadow: 0 0 3px 1px #68a8e0;
}
.ampromo-slick .slick-prev {
  left: -45px !important;
}
.ampromo-slick .slick-next {
  right: -45px !important;
}
.ampromo-slick .slick-dots {
  padding: 0 !important;
}
.ampromo-slick .slick-dots button,
.ampromo-slick .slick-dots button:hover,
.ampromo-slick .slick-dots .cart.table-wrapper .actions-toolbar > .action,
.ampromo-slick .slick-dots .cart.table-wrapper .actions-toolbar > .action:hover,
.ampromo-slick .slick-dots .action-gift,
.ampromo-slick .slick-dots .action-gift:hover {
  background: transparent !important;
  border: none !important;
  height: 20px;
  padding: 5px !important;
  text-indent: 0 !important;
  width: 20px;
}
.ampromo-slick .slick-slide {
  vertical-align: top;
}
.ampromo-slick.slick-slider .slick-arrow.slick-next,
.ampromo-slick.slick-slider .slick-arrow.slick-prev {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMi40QTEgMSAwIDAgMSAxLjYuMmwxMiAxMGExIDEgMCAwIDEgMCAxLjZsLTEyIDEwYTEgMSAwIDAgMS0xLjItMS42TDExLjMzMyAxMSAuNCAxLjhBMSAxIDAgMCAxIC4yLjR6IiBmaWxsPSIjNzU3NTc1Ii8+PC9zdmc+Cg==) center no-repeat;
}
.ampromo-items-add {
  border: 1px solid #ededed;
  display: none;
  margin-bottom: 12px;
  padding: 7px;
  text-align: center;
}
.ampromo-items-add > a {
  border-bottom: 1px dashed;
  text-decoration: none;
}
.checkout-index-index .ampromo-items-add:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNTEyIDI1NmMwIDE0MS4zODctMTE0LjYxMyAyNTYtMjU2IDI1NlMwIDM5Ny4zODcgMCAyNTYgMTE0LjYxMyAwIDI1NiAwczI1NiAxMTQuNjEzIDI1NiAyNTZ6bTAgMCIgZmlsbD0iIzYwYjJmYyIvPjxwYXRoIGQ9Ik01MTIgMjU2YzAtMS4xNTItLjAyNy0yLjI5Ny0uMDQzLTMuNDQ1TDM2OS4wNTEgMTA5LjY0OGwtODUuMzU2IDIzLjA2My03LjU4Ni03LjU4Ni00Ni4wNjIgOC44OTgtMjQuNTg2LTI0LjU5Ny02OC4wMDQgNTMuOTU3LTI1LjUzMSA3NC44NDQgNTguMDI3IDU3LjMyLTM5LjMxNiAxMjAuMTIxIDk0LjQ3MiA5NC40NzNBMjU5LjI2IDI1OS4yNiAwIDAgMCAyNTYgNTEyYzE0MS4zODcgMCAyNTYtMTE0LjYxMyAyNTYtMjU2em0wIDAiIGZpbGw9IiMzOTY1Y2MiLz48cGF0aCBkPSJNMjMzLjE4OCAxMzcuNjg4bC0yNy43MjctMjguMjYyYy04LjI4MS04LjQ0Mi0xOS4zNTItMTMuMDk0LTMxLjE2NC0xMy4wOTQtMjQuMDc0IDAtNDMuNjYgMTkuNTg2LTQzLjY2IDQzLjY2IDAgMjQuMDc0IDE5LjU4NiA0My42NiA0My42NiA0My42NkgyNTZ2LTQ1Ljk2NHptMCAwIiBmaWxsPSIjZjY0MjEzIi8+PHBhdGggZD0iTTMzNy43MDMgOTYuMzMyYy0xMS44MTYgMC0yMi44ODMgNC42NTItMzEuMTY0IDEzLjA5NGwtMjcuNzI2IDI4LjI2MUgyNTZ2NDUuOTY1aDgxLjcwM2MyNC4wNzQgMCA0My42Ni0xOS41ODYgNDMuNjYtNDMuNjYgMC0yNC4wNzQtMTkuNTg2LTQzLjY2LTQzLjY2LTQzLjY2em0wIDAiIGZpbGw9IiNlZDI0MDAiLz48cGF0aCBkPSJNMTMwLjYzNyAyMTkuNTE2SDI1NnYxOTYuMTUySDEzMC42Mzd6bTAgMCIgZmlsbD0iI2ZmNiIvPjxwYXRoIGQ9Ik0yNTYgMjE5LjUxNmgxMjUuMzYzdjE5Ni4xNTJIMjU2em0wIDAiIGZpbGw9IiNmZmQxNWUiLz48cGF0aCBkPSJNMTExLjkyNiAxNjMuMzgzSDI1NnY3NC44NDRIMTExLjkyNnptMCAwIiBmaWxsPSIjZmZmZmMyIi8+PHBhdGggZD0iTTI1NiAxNjMuMzgzaDE0NC4wNzR2NzQuODQ0SDI1NnptMCAwIiBmaWxsPSIjZmZlYTdjIi8+PHBhdGggZD0iTTI4NC4wNjYgMTQ0LjY3MmMwLTE1LjUwNC0xMi41NjYtMjguMDY3LTI4LjA2Ni0yOC4wNjdsLTEyLjQ3MyA2NS40ODkgNDAuNTQtMTguNzExem0wIDAiIGZpbGw9IiNmNjQyMTMiLz48cGF0aCBkPSJNMjI3LjkzNCAxNDQuNjcydjE4LjcxTDI1NiAxODIuMDk1di02NS40ODljLTE1LjUgMC0yOC4wNjYgMTIuNTYzLTI4LjA2NiAyOC4wNjd6bTAgMCIgZmlsbD0iI2ZmNjEyNiIvPjxwYXRoIGQ9Ik0yNTYgMTYzLjM4M2wtMTIuNDczIDczLjU5NEwyNTYgMzA4LjcwM2wyOC4wNjYgMTguNzExVjE2My4zODN6bTAgMCIgZmlsbD0iI2VkMjQwMCIvPjxwYXRoIGQ9Ik0yMjcuOTM0IDE2My4zODN2MTY0LjAzMUwyNTYgMzA4LjcwNFYxNjMuMzgyem0wIDAiIGZpbGw9IiNmNjQyMTMiLz48L3N2Zz4=) no-repeat;
  background-size: contain;
  content: '';
  display: inline-block;
  height: 32px;
  margin-right: 12px;
  vertical-align: middle;
  width: 32px;
}
.ampromo-items-form {
  background: #ffffff;
  padding: 5px;
}
.ampromo-items-form .ampromo-qty {
  margin-left: 35%;
  margin-top: 10%;
  width: 30%;
}
.ampromo-items-form .product-info-price {
  padding-bottom: 10px;
  text-align: center;
  word-break: break-all;
}
.ampromo-items-form .price-base-price .price {
  font-size: 25px;
  text-decoration: line-through;
}
.ampromo-items-form .price-new-price .price-wrapper {
  font-size: 36px;
  font-weight: bold;
  line-height: 36px;
}
.ampromo-items-form .ampromo-item-qty-input > .mage-error {
  float: left;
}
.ampromo-loading {
  display: none;
  height: 80px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
}
.ampromo-loading.-show {
  display: inline-block;
}
.ampromo-loading:after {
  animation: load 1.2s linear infinite;
  border: 6px solid #cccccc;
  border-color: #cccccc transparent #cccccc transparent;
  border-radius: 50%;
  content: ' ';
  display: block;
  height: 64px;
  margin: 8px;
  width: 64px;
}
.ampromo-carousel-product.-loading {
  -webkit-filter: blur(10px);
  filter: blur(10px);
  opacity: .3;
  pointer-events: none;
}
@keyframes load {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media only screen and (max-width: 700px) {
  .ampromo-items-form .product-info-price > *:first-child,
  .ampromo-items-form .product-info-price > *:last-child {
    padding: 0;
  }
}
.ampromo-overlay {
  background-color: rgba(0, 0, 0, 0.8);
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  text-align: center;
  top: -9999px;
  transition: opacity .4s linear;
  width: 100%;
  z-index: 10000;
}
.ampromo-overlay.-show {
  opacity: 1;
  top: 0;
}
.ampromo-overlay.-hide {
  display: none;
}
.ampromo-popup-wrapper {
  background-color: #ffffff;
  border: 1px solid #ededed;
  box-sizing: border-box;
  display: inline-block;
  margin: 30px auto;
  max-height: 95vh;
  overflow: auto;
  overflow-x: hidden;
  padding: 24px;
  position: relative;
  text-align: left;
}
.ampromo-popup-wrapper .ampromo-gallery {
  margin: 0 auto;
}
.ampromo-popup-wrapper .ampromo-popup-title,
.ampromo-popup-wrapper .ampromo-item-buttons,
.ampromo-popup-wrapper .ampromo-title {
  text-align: center;
}
.ampromo-popup-wrapper .ampromo-popup-title .ampromo-counter {
  font-weight: bold;
}
.ampromo-popup-wrapper .ampromo-item-wrapper {
  padding: 1rem;
}
.ampromo-popup-wrapper .ampromo-item-wrapper .ampromo-item {
  margin: 0 auto;
  max-width: 250px;
}
.ampromo-popup-wrapper .ampromo-item-wrapper .ampromo-title {
  display: block;
  font-weight: bold;
  margin: 1.33em 0;
  min-height: 3.2rem;
}
.ampromo-popup-wrapper .ampromo-item {
  border: 1px solid #ededed;
  box-sizing: border-box;
  margin: 0 8px 7px;
  padding: 20px;
  position: relative;
  transition: .6s;
}
.ampromo-popup-wrapper .ampromo-item:hover {
  background: #cccccc;
}
.ampromo-popup-wrapper .ampromo-item .fieldset .field {
  margin-bottom: 10px;
}
.ampromo-popup-wrapper .ampromo-item .fieldset .field .label {
  margin-bottom: 3px;
}
.ampromo-popup-wrapper .ampromo-popup-title {
  margin: 0 auto 20px;
}
.ampromo-popup-wrapper .ampromo-close {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgMWwxMCAxMG0wLTEwTDEgMTEiIHN0cm9rZT0iI0IyQjJCMiIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPjwvc3ZnPg==) no-repeat;
  background-size: contain;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 16px;
  margin: 0;
  opacity: .8;
  padding: 0;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 16px;
  z-index: 1;
}
.ampromo-popup-wrapper .ampromo-close:hover {
  opacity: 1;
  transition: opacity .2s ease;
}
.ampromo-popup-wrapper .ampromo-button {
  border: none;
  box-shadow: none;
}
.ampromo-popup-wrapper .ampromo-item.-selected {
  background: #1f78c2;
}
.ampromo-popup-wrapper .ampromo-item.-selected .ampromo-options {
  max-height: 690px;
}
.ampromo-popup-wrapper .ampromo-item-image {
  display: block;
  margin: 7px auto;
}
.ampromo-popup-wrapper .ampromo-title {
  margin: 0;
}
.ampromo-popup-wrapper .slick-dots {
  position: initial;
}
.ampromo-popup-wrapper .slick-dotted.slick-slider {
  margin-bottom: 2rem;
}
.ampromo-popup-wrapper.ampromo-popup-compact .ampromo-title {
  font-size: 1.6rem;
}
.ampromo-popup-wrapper.ampromo-popup-compact .product-info-price .price {
  font-size: 2.7rem;
}
@media only screen and (max-width: 1000px) and (min-width: 701px) {
  .ampromo-overlay .ampromo-gallery {
    width: 570px;
  }
  .ampromo-popup-wrapper {
    padding: 24px 54px;
  }
}
@media only screen and (max-width: 700px) {
  .ampromo-overlay .ampromo-gallery {
    margin: 0 auto;
    width: 280px;
  }
  .ampromo-popup-wrapper {
    padding: 24px 54px;
  }
}
@media only screen and (max-width: 400px) {
  .ampromo-overlay .ampromo-gallery {
    margin: 0 auto 30px auto;
  }
  .ampromo-overlay .slick-prev,
  .ampromo-overlay .slick-next {
    display: none !important;
  }
  .ampromo-popup-wrapper {
    padding: 15px;
  }
}
.ampromo-gift {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style-type: none;
  padding: 0;
}
.ampromo-gift .ampromo-gift-item {
  display: flex;
  margin: 0;
  text-align: center;
}
.ampromo-gift .ampromo-gift-item .product-image {
  text-decoration: none;
}
.ampromo-gift .ampromo-gift-item .ampromo-product-name {
  font-weight: bold;
  max-width: 100px;
}
.flag-icon-background {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}
.flag-icon {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  position: relative;
  display: inline-block;
  width: 1.33333333em;
  line-height: 1em;
}
.flag-icon:before {
  content: "\00a0";
}
.flag-icon.flag-icon-squared {
  width: 1em;
}
.flag-icon-ad {
  background-image: url(/media/flags/4x3/ad.svg);
}
.flag-icon-ad.flag-icon-squared {
  background-image: url(/media/flags/1x1/ad.svg);
}
.flag-icon-ae {
  background-image: url(/media/flags/4x3/ae.svg);
}
.flag-icon-ae.flag-icon-squared {
  background-image: url(/media/flags/1x1/ae.svg);
}
.flag-icon-af {
  background-image: url(/media/flags/4x3/af.svg);
}
.flag-icon-af.flag-icon-squared {
  background-image: url(/media/flags/1x1/af.svg);
}
.flag-icon-ag {
  background-image: url(/media/flags/4x3/ag.svg);
}
.flag-icon-ag.flag-icon-squared {
  background-image: url(/media/flags/1x1/ag.svg);
}
.flag-icon-ai {
  background-image: url(/media/flags/4x3/ai.svg);
}
.flag-icon-ai.flag-icon-squared {
  background-image: url(/media/flags/1x1/ai.svg);
}
.flag-icon-al {
  background-image: url(/media/flags/4x3/al.svg);
}
.flag-icon-al.flag-icon-squared {
  background-image: url(/media/flags/1x1/al.svg);
}
.flag-icon-am {
  background-image: url(/media/flags/4x3/am.svg);
}
.flag-icon-am.flag-icon-squared {
  background-image: url(/media/flags/1x1/am.svg);
}
.flag-icon-ao {
  background-image: url(/media/flags/4x3/ao.svg);
}
.flag-icon-ao.flag-icon-squared {
  background-image: url(/media/flags/1x1/ao.svg);
}
.flag-icon-aq {
  background-image: url(/media/flags/4x3/aq.svg);
}
.flag-icon-aq.flag-icon-squared {
  background-image: url(/media/flags/1x1/aq.svg);
}
.flag-icon-ar {
  background-image: url(/media/flags/4x3/ar.svg);
}
.flag-icon-ar.flag-icon-squared {
  background-image: url(/media/flags/1x1/ar.svg);
}
.flag-icon-as {
  background-image: url(/media/flags/4x3/as.svg);
}
.flag-icon-as.flag-icon-squared {
  background-image: url(/media/flags/1x1/as.svg);
}
.flag-icon-at {
  background-image: url(/media/flags/4x3/at.svg);
}
.flag-icon-at.flag-icon-squared {
  background-image: url(/media/flags/1x1/at.svg);
}
.flag-icon-au {
  background-image: url(/media/flags/4x3/au.svg);
}
.flag-icon-au.flag-icon-squared {
  background-image: url(/media/flags/1x1/au.svg);
}
.flag-icon-aw {
  background-image: url(/media/flags/4x3/aw.svg);
}
.flag-icon-aw.flag-icon-squared {
  background-image: url(/media/flags/1x1/aw.svg);
}
.flag-icon-ax {
  background-image: url(/media/flags/4x3/ax.svg);
}
.flag-icon-ax.flag-icon-squared {
  background-image: url(/media/flags/1x1/ax.svg);
}
.flag-icon-az {
  background-image: url(/media/flags/4x3/az.svg);
}
.flag-icon-az.flag-icon-squared {
  background-image: url(/media/flags/1x1/az.svg);
}
.flag-icon-ba {
  background-image: url(/media/flags/4x3/ba.svg);
}
.flag-icon-ba.flag-icon-squared {
  background-image: url(/media/flags/1x1/ba.svg);
}
.flag-icon-bb {
  background-image: url(/media/flags/4x3/bb.svg);
}
.flag-icon-bb.flag-icon-squared {
  background-image: url(/media/flags/1x1/bb.svg);
}
.flag-icon-bd {
  background-image: url(/media/flags/4x3/bd.svg);
}
.flag-icon-bd.flag-icon-squared {
  background-image: url(/media/flags/1x1/bd.svg);
}
.flag-icon-be {
  background-image: url(/media/flags/4x3/be.svg);
}
.flag-icon-be.flag-icon-squared {
  background-image: url(/media/flags/1x1/be.svg);
}
.flag-icon-bf {
  background-image: url(/media/flags/4x3/bf.svg);
}
.flag-icon-bf.flag-icon-squared {
  background-image: url(/media/flags/1x1/bf.svg);
}
.flag-icon-bg {
  background-image: url(/media/flags/4x3/bg.svg);
}
.flag-icon-bg.flag-icon-squared {
  background-image: url(/media/flags/1x1/bg.svg);
}
.flag-icon-bh {
  background-image: url(/media/flags/4x3/bh.svg);
}
.flag-icon-bh.flag-icon-squared {
  background-image: url(/media/flags/1x1/bh.svg);
}
.flag-icon-bi {
  background-image: url(/media/flags/4x3/bi.svg);
}
.flag-icon-bi.flag-icon-squared {
  background-image: url(/media/flags/1x1/bi.svg);
}
.flag-icon-bj {
  background-image: url(/media/flags/4x3/bj.svg);
}
.flag-icon-bj.flag-icon-squared {
  background-image: url(/media/flags/1x1/bj.svg);
}
.flag-icon-bl {
  background-image: url(/media/flags/4x3/bl.svg);
}
.flag-icon-bl.flag-icon-squared {
  background-image: url(/media/flags/1x1/bl.svg);
}
.flag-icon-bm {
  background-image: url(/media/flags/4x3/bm.svg);
}
.flag-icon-bm.flag-icon-squared {
  background-image: url(/media/flags/1x1/bm.svg);
}
.flag-icon-bn {
  background-image: url(/media/flags/4x3/bn.svg);
}
.flag-icon-bn.flag-icon-squared {
  background-image: url(/media/flags/1x1/bn.svg);
}
.flag-icon-bo {
  background-image: url(/media/flags/4x3/bo.svg);
}
.flag-icon-bo.flag-icon-squared {
  background-image: url(/media/flags/1x1/bo.svg);
}
.flag-icon-bq {
  background-image: url(/media/flags/4x3/bq.svg);
}
.flag-icon-bq.flag-icon-squared {
  background-image: url(/media/flags/1x1/bq.svg);
}
.flag-icon-br {
  background-image: url(/media/flags/4x3/br.svg);
}
.flag-icon-br.flag-icon-squared {
  background-image: url(/media/flags/1x1/br.svg);
}
.flag-icon-bs {
  background-image: url(/media/flags/4x3/bs.svg);
}
.flag-icon-bs.flag-icon-squared {
  background-image: url(/media/flags/1x1/bs.svg);
}
.flag-icon-bt {
  background-image: url(/media/flags/4x3/bt.svg);
}
.flag-icon-bt.flag-icon-squared {
  background-image: url(/media/flags/1x1/bt.svg);
}
.flag-icon-bv {
  background-image: url(/media/flags/4x3/bv.svg);
}
.flag-icon-bv.flag-icon-squared {
  background-image: url(/media/flags/1x1/bv.svg);
}
.flag-icon-bw {
  background-image: url(/media/flags/4x3/bw.svg);
}
.flag-icon-bw.flag-icon-squared {
  background-image: url(/media/flags/1x1/bw.svg);
}
.flag-icon-by {
  background-image: url(/media/flags/4x3/by.svg);
}
.flag-icon-by.flag-icon-squared {
  background-image: url(/media/flags/1x1/by.svg);
}
.flag-icon-bz {
  background-image: url(/media/flags/4x3/bz.svg);
}
.flag-icon-bz.flag-icon-squared {
  background-image: url(/media/flags/1x1/bz.svg);
}
.flag-icon-ca {
  background-image: url(/media/flags/4x3/ca.svg);
}
.flag-icon-ca.flag-icon-squared {
  background-image: url(/media/flags/1x1/ca.svg);
}
.flag-icon-cc {
  background-image: url(/media/flags/4x3/cc.svg);
}
.flag-icon-cc.flag-icon-squared {
  background-image: url(/media/flags/1x1/cc.svg);
}
.flag-icon-cd {
  background-image: url(/media/flags/4x3/cd.svg);
}
.flag-icon-cd.flag-icon-squared {
  background-image: url(/media/flags/1x1/cd.svg);
}
.flag-icon-cf {
  background-image: url(/media/flags/4x3/cf.svg);
}
.flag-icon-cf.flag-icon-squared {
  background-image: url(/media/flags/1x1/cf.svg);
}
.flag-icon-cg {
  background-image: url(/media/flags/4x3/cg.svg);
}
.flag-icon-cg.flag-icon-squared {
  background-image: url(/media/flags/1x1/cg.svg);
}
.flag-icon-ch {
  background-image: url(/media/flags/4x3/ch.svg);
}
.flag-icon-ch.flag-icon-squared {
  background-image: url(/media/flags/1x1/ch.svg);
}
.flag-icon-ci {
  background-image: url(/media/flags/4x3/ci.svg);
}
.flag-icon-ci.flag-icon-squared {
  background-image: url(/media/flags/1x1/ci.svg);
}
.flag-icon-ck {
  background-image: url(/media/flags/4x3/ck.svg);
}
.flag-icon-ck.flag-icon-squared {
  background-image: url(/media/flags/1x1/ck.svg);
}
.flag-icon-cl {
  background-image: url(/media/flags/4x3/cl.svg);
}
.flag-icon-cl.flag-icon-squared {
  background-image: url(/media/flags/1x1/cl.svg);
}
.flag-icon-cm {
  background-image: url(/media/flags/4x3/cm.svg);
}
.flag-icon-cm.flag-icon-squared {
  background-image: url(/media/flags/1x1/cm.svg);
}
.flag-icon-cn {
  background-image: url(/media/flags/4x3/cn.svg);
}
.flag-icon-cn.flag-icon-squared {
  background-image: url(/media/flags/1x1/cn.svg);
}
.flag-icon-co {
  background-image: url(/media/flags/4x3/co.svg);
}
.flag-icon-co.flag-icon-squared {
  background-image: url(/media/flags/1x1/co.svg);
}
.flag-icon-cr {
  background-image: url(/media/flags/4x3/cr.svg);
}
.flag-icon-cr.flag-icon-squared {
  background-image: url(/media/flags/1x1/cr.svg);
}
.flag-icon-cu {
  background-image: url(/media/flags/4x3/cu.svg);
}
.flag-icon-cu.flag-icon-squared {
  background-image: url(/media/flags/1x1/cu.svg);
}
.flag-icon-cv {
  background-image: url(/media/flags/4x3/cv.svg);
}
.flag-icon-cv.flag-icon-squared {
  background-image: url(/media/flags/1x1/cv.svg);
}
.flag-icon-cw {
  background-image: url(/media/flags/4x3/cw.svg);
}
.flag-icon-cw.flag-icon-squared {
  background-image: url(/media/flags/1x1/cw.svg);
}
.flag-icon-cx {
  background-image: url(/media/flags/4x3/cx.svg);
}
.flag-icon-cx.flag-icon-squared {
  background-image: url(/media/flags/1x1/cx.svg);
}
.flag-icon-cy {
  background-image: url(/media/flags/4x3/cy.svg);
}
.flag-icon-cy.flag-icon-squared {
  background-image: url(/media/flags/1x1/cy.svg);
}
.flag-icon-cz {
  background-image: url(/media/flags/4x3/cz.svg);
}
.flag-icon-cz.flag-icon-squared {
  background-image: url(/media/flags/1x1/cz.svg);
}
.flag-icon-de {
  background-image: url(/media/flags/4x3/de.svg);
}
.flag-icon-de.flag-icon-squared {
  background-image: url(/media/flags/1x1/de.svg);
}
.flag-icon-dj {
  background-image: url(/media/flags/4x3/dj.svg);
}
.flag-icon-dj.flag-icon-squared {
  background-image: url(/media/flags/1x1/dj.svg);
}
.flag-icon-dk {
  background-image: url(/media/flags/4x3/dk.svg);
}
.flag-icon-dk.flag-icon-squared {
  background-image: url(/media/flags/1x1/dk.svg);
}
.flag-icon-dm {
  background-image: url(/media/flags/4x3/dm.svg);
}
.flag-icon-dm.flag-icon-squared {
  background-image: url(/media/flags/1x1/dm.svg);
}
.flag-icon-do {
  background-image: url(/media/flags/4x3/do.svg);
}
.flag-icon-do.flag-icon-squared {
  background-image: url(/media/flags/1x1/do.svg);
}
.flag-icon-dz {
  background-image: url(/media/flags/4x3/dz.svg);
}
.flag-icon-dz.flag-icon-squared {
  background-image: url(/media/flags/1x1/dz.svg);
}
.flag-icon-ec {
  background-image: url(/media/flags/4x3/ec.svg);
}
.flag-icon-ec.flag-icon-squared {
  background-image: url(/media/flags/1x1/ec.svg);
}
.flag-icon-ee {
  background-image: url(/media/flags/4x3/ee.svg);
}
.flag-icon-ee.flag-icon-squared {
  background-image: url(/media/flags/1x1/ee.svg);
}
.flag-icon-eg {
  background-image: url(/media/flags/4x3/eg.svg);
}
.flag-icon-eg.flag-icon-squared {
  background-image: url(/media/flags/1x1/eg.svg);
}
.flag-icon-eh {
  background-image: url(/media/flags/4x3/eh.svg);
}
.flag-icon-eh.flag-icon-squared {
  background-image: url(/media/flags/1x1/eh.svg);
}
.flag-icon-er {
  background-image: url(/media/flags/4x3/er.svg);
}
.flag-icon-er.flag-icon-squared {
  background-image: url(/media/flags/1x1/er.svg);
}
.flag-icon-es {
  background-image: url(/media/flags/4x3/es.svg);
}
.flag-icon-es.flag-icon-squared {
  background-image: url(/media/flags/1x1/es.svg);
}
.flag-icon-et {
  background-image: url(/media/flags/4x3/et.svg);
}
.flag-icon-et.flag-icon-squared {
  background-image: url(/media/flags/1x1/et.svg);
}
.flag-icon-fi {
  background-image: url(/media/flags/4x3/fi.svg);
}
.flag-icon-fi.flag-icon-squared {
  background-image: url(/media/flags/1x1/fi.svg);
}
.flag-icon-fj {
  background-image: url(/media/flags/4x3/fj.svg);
}
.flag-icon-fj.flag-icon-squared {
  background-image: url(/media/flags/1x1/fj.svg);
}
.flag-icon-fk {
  background-image: url(/media/flags/4x3/fk.svg);
}
.flag-icon-fk.flag-icon-squared {
  background-image: url(/media/flags/1x1/fk.svg);
}
.flag-icon-fm {
  background-image: url(/media/flags/4x3/fm.svg);
}
.flag-icon-fm.flag-icon-squared {
  background-image: url(/media/flags/1x1/fm.svg);
}
.flag-icon-fo {
  background-image: url(/media/flags/4x3/fo.svg);
}
.flag-icon-fo.flag-icon-squared {
  background-image: url(/media/flags/1x1/fo.svg);
}
.flag-icon-fr {
  background-image: url(/media/flags/4x3/fr.svg);
}
.flag-icon-fr.flag-icon-squared {
  background-image: url(/media/flags/1x1/fr.svg);
}
.flag-icon-ga {
  background-image: url(/media/flags/4x3/ga.svg);
}
.flag-icon-ga.flag-icon-squared {
  background-image: url(/media/flags/1x1/ga.svg);
}
.flag-icon-gb {
  background-image: url(/media/flags/4x3/gb.svg);
}
.flag-icon-gb.flag-icon-squared {
  background-image: url(/media/flags/1x1/gb.svg);
}
.flag-icon-gd {
  background-image: url(/media/flags/4x3/gd.svg);
}
.flag-icon-gd.flag-icon-squared {
  background-image: url(/media/flags/1x1/gd.svg);
}
.flag-icon-ge {
  background-image: url(/media/flags/4x3/ge.svg);
}
.flag-icon-ge.flag-icon-squared {
  background-image: url(/media/flags/1x1/ge.svg);
}
.flag-icon-gf {
  background-image: url(/media/flags/4x3/gf.svg);
}
.flag-icon-gf.flag-icon-squared {
  background-image: url(/media/flags/1x1/gf.svg);
}
.flag-icon-gg {
  background-image: url(/media/flags/4x3/gg.svg);
}
.flag-icon-gg.flag-icon-squared {
  background-image: url(/media/flags/1x1/gg.svg);
}
.flag-icon-gh {
  background-image: url(/media/flags/4x3/gh.svg);
}
.flag-icon-gh.flag-icon-squared {
  background-image: url(/media/flags/1x1/gh.svg);
}
.flag-icon-gi {
  background-image: url(/media/flags/4x3/gi.svg);
}
.flag-icon-gi.flag-icon-squared {
  background-image: url(/media/flags/1x1/gi.svg);
}
.flag-icon-gl {
  background-image: url(/media/flags/4x3/gl.svg);
}
.flag-icon-gl.flag-icon-squared {
  background-image: url(/media/flags/1x1/gl.svg);
}
.flag-icon-gm {
  background-image: url(/media/flags/4x3/gm.svg);
}
.flag-icon-gm.flag-icon-squared {
  background-image: url(/media/flags/1x1/gm.svg);
}
.flag-icon-gn {
  background-image: url(/media/flags/4x3/gn.svg);
}
.flag-icon-gn.flag-icon-squared {
  background-image: url(/media/flags/1x1/gn.svg);
}
.flag-icon-gp {
  background-image: url(/media/flags/4x3/gp.svg);
}
.flag-icon-gp.flag-icon-squared {
  background-image: url(/media/flags/1x1/gp.svg);
}
.flag-icon-gq {
  background-image: url(/media/flags/4x3/gq.svg);
}
.flag-icon-gq.flag-icon-squared {
  background-image: url(/media/flags/1x1/gq.svg);
}
.flag-icon-gr {
  background-image: url(/media/flags/4x3/gr.svg);
}
.flag-icon-gr.flag-icon-squared {
  background-image: url(/media/flags/1x1/gr.svg);
}
.flag-icon-gs {
  background-image: url(/media/flags/4x3/gs.svg);
}
.flag-icon-gs.flag-icon-squared {
  background-image: url(/media/flags/1x1/gs.svg);
}
.flag-icon-gt {
  background-image: url(/media/flags/4x3/gt.svg);
}
.flag-icon-gt.flag-icon-squared {
  background-image: url(/media/flags/1x1/gt.svg);
}
.flag-icon-gu {
  background-image: url(/media/flags/4x3/gu.svg);
}
.flag-icon-gu.flag-icon-squared {
  background-image: url(/media/flags/1x1/gu.svg);
}
.flag-icon-gw {
  background-image: url(/media/flags/4x3/gw.svg);
}
.flag-icon-gw.flag-icon-squared {
  background-image: url(/media/flags/1x1/gw.svg);
}
.flag-icon-gy {
  background-image: url(/media/flags/4x3/gy.svg);
}
.flag-icon-gy.flag-icon-squared {
  background-image: url(/media/flags/1x1/gy.svg);
}
.flag-icon-hk {
  background-image: url(/media/flags/4x3/hk.svg);
}
.flag-icon-hk.flag-icon-squared {
  background-image: url(/media/flags/1x1/hk.svg);
}
.flag-icon-hm {
  background-image: url(/media/flags/4x3/hm.svg);
}
.flag-icon-hm.flag-icon-squared {
  background-image: url(/media/flags/1x1/hm.svg);
}
.flag-icon-hn {
  background-image: url(/media/flags/4x3/hn.svg);
}
.flag-icon-hn.flag-icon-squared {
  background-image: url(/media/flags/1x1/hn.svg);
}
.flag-icon-hr {
  background-image: url(/media/flags/4x3/hr.svg);
}
.flag-icon-hr.flag-icon-squared {
  background-image: url(/media/flags/1x1/hr.svg);
}
.flag-icon-ht {
  background-image: url(/media/flags/4x3/ht.svg);
}
.flag-icon-ht.flag-icon-squared {
  background-image: url(/media/flags/1x1/ht.svg);
}
.flag-icon-hu {
  background-image: url(/media/flags/4x3/hu.svg);
}
.flag-icon-hu.flag-icon-squared {
  background-image: url(/media/flags/1x1/hu.svg);
}
.flag-icon-id {
  background-image: url(/media/flags/4x3/id.svg);
}
.flag-icon-id.flag-icon-squared {
  background-image: url(/media/flags/1x1/id.svg);
}
.flag-icon-ie {
  background-image: url(/media/flags/4x3/ie.svg);
}
.flag-icon-ie.flag-icon-squared {
  background-image: url(/media/flags/1x1/ie.svg);
}
.flag-icon-il {
  background-image: url(/media/flags/4x3/il.svg);
}
.flag-icon-il.flag-icon-squared {
  background-image: url(/media/flags/1x1/il.svg);
}
.flag-icon-im {
  background-image: url(/media/flags/4x3/im.svg);
}
.flag-icon-im.flag-icon-squared {
  background-image: url(/media/flags/1x1/im.svg);
}
.flag-icon-in {
  background-image: url(/media/flags/4x3/in.svg);
}
.flag-icon-in.flag-icon-squared {
  background-image: url(/media/flags/1x1/in.svg);
}
.flag-icon-io {
  background-image: url(/media/flags/4x3/io.svg);
}
.flag-icon-io.flag-icon-squared {
  background-image: url(/media/flags/1x1/io.svg);
}
.flag-icon-iq {
  background-image: url(/media/flags/4x3/iq.svg);
}
.flag-icon-iq.flag-icon-squared {
  background-image: url(/media/flags/1x1/iq.svg);
}
.flag-icon-ir {
  background-image: url(/media/flags/4x3/ir.svg);
}
.flag-icon-ir.flag-icon-squared {
  background-image: url(/media/flags/1x1/ir.svg);
}
.flag-icon-is {
  background-image: url(/media/flags/4x3/is.svg);
}
.flag-icon-is.flag-icon-squared {
  background-image: url(/media/flags/1x1/is.svg);
}
.flag-icon-it {
  background-image: url(/media/flags/4x3/it.svg);
}
.flag-icon-it.flag-icon-squared {
  background-image: url(/media/flags/1x1/it.svg);
}
.flag-icon-je {
  background-image: url(/media/flags/4x3/je.svg);
}
.flag-icon-je.flag-icon-squared {
  background-image: url(/media/flags/1x1/je.svg);
}
.flag-icon-jm {
  background-image: url(/media/flags/4x3/jm.svg);
}
.flag-icon-jm.flag-icon-squared {
  background-image: url(/media/flags/1x1/jm.svg);
}
.flag-icon-jo {
  background-image: url(/media/flags/4x3/jo.svg);
}
.flag-icon-jo.flag-icon-squared {
  background-image: url(/media/flags/1x1/jo.svg);
}
.flag-icon-jp {
  background-image: url(/media/flags/4x3/jp.svg);
}
.flag-icon-jp.flag-icon-squared {
  background-image: url(/media/flags/1x1/jp.svg);
}
.flag-icon-ke {
  background-image: url(/media/flags/4x3/ke.svg);
}
.flag-icon-ke.flag-icon-squared {
  background-image: url(/media/flags/1x1/ke.svg);
}
.flag-icon-kg {
  background-image: url(/media/flags/4x3/kg.svg);
}
.flag-icon-kg.flag-icon-squared {
  background-image: url(/media/flags/1x1/kg.svg);
}
.flag-icon-kh {
  background-image: url(/media/flags/4x3/kh.svg);
}
.flag-icon-kh.flag-icon-squared {
  background-image: url(/media/flags/1x1/kh.svg);
}
.flag-icon-ki {
  background-image: url(/media/flags/4x3/ki.svg);
}
.flag-icon-ki.flag-icon-squared {
  background-image: url(/media/flags/1x1/ki.svg);
}
.flag-icon-km {
  background-image: url(/media/flags/4x3/km.svg);
}
.flag-icon-km.flag-icon-squared {
  background-image: url(/media/flags/1x1/km.svg);
}
.flag-icon-kn {
  background-image: url(/media/flags/4x3/kn.svg);
}
.flag-icon-kn.flag-icon-squared {
  background-image: url(/media/flags/1x1/kn.svg);
}
.flag-icon-kp {
  background-image: url(/media/flags/4x3/kp.svg);
}
.flag-icon-kp.flag-icon-squared {
  background-image: url(/media/flags/1x1/kp.svg);
}
.flag-icon-kr {
  background-image: url(/media/flags/4x3/kr.svg);
}
.flag-icon-kr.flag-icon-squared {
  background-image: url(/media/flags/1x1/kr.svg);
}
.flag-icon-kw {
  background-image: url(/media/flags/4x3/kw.svg);
}
.flag-icon-kw.flag-icon-squared {
  background-image: url(/media/flags/1x1/kw.svg);
}
.flag-icon-ky {
  background-image: url(/media/flags/4x3/ky.svg);
}
.flag-icon-ky.flag-icon-squared {
  background-image: url(/media/flags/1x1/ky.svg);
}
.flag-icon-kz {
  background-image: url(/media/flags/4x3/kz.svg);
}
.flag-icon-kz.flag-icon-squared {
  background-image: url(/media/flags/1x1/kz.svg);
}
.flag-icon-la {
  background-image: url(/media/flags/4x3/la.svg);
}
.flag-icon-la.flag-icon-squared {
  background-image: url(/media/flags/1x1/la.svg);
}
.flag-icon-lb {
  background-image: url(/media/flags/4x3/lb.svg);
}
.flag-icon-lb.flag-icon-squared {
  background-image: url(/media/flags/1x1/lb.svg);
}
.flag-icon-lc {
  background-image: url(/media/flags/4x3/lc.svg);
}
.flag-icon-lc.flag-icon-squared {
  background-image: url(/media/flags/1x1/lc.svg);
}
.flag-icon-li {
  background-image: url(/media/flags/4x3/li.svg);
}
.flag-icon-li.flag-icon-squared {
  background-image: url(/media/flags/1x1/li.svg);
}
.flag-icon-lk {
  background-image: url(/media/flags/4x3/lk.svg);
}
.flag-icon-lk.flag-icon-squared {
  background-image: url(/media/flags/1x1/lk.svg);
}
.flag-icon-lr {
  background-image: url(/media/flags/4x3/lr.svg);
}
.flag-icon-lr.flag-icon-squared {
  background-image: url(/media/flags/1x1/lr.svg);
}
.flag-icon-ls {
  background-image: url(/media/flags/4x3/ls.svg);
}
.flag-icon-ls.flag-icon-squared {
  background-image: url(/media/flags/1x1/ls.svg);
}
.flag-icon-lt {
  background-image: url(/media/flags/4x3/lt.svg);
}
.flag-icon-lt.flag-icon-squared {
  background-image: url(/media/flags/1x1/lt.svg);
}
.flag-icon-lu {
  background-image: url(/media/flags/4x3/lu.svg);
}
.flag-icon-lu.flag-icon-squared {
  background-image: url(/media/flags/1x1/lu.svg);
}
.flag-icon-lv {
  background-image: url(/media/flags/4x3/lv.svg);
}
.flag-icon-lv.flag-icon-squared {
  background-image: url(/media/flags/1x1/lv.svg);
}
.flag-icon-ly {
  background-image: url(/media/flags/4x3/ly.svg);
}
.flag-icon-ly.flag-icon-squared {
  background-image: url(/media/flags/1x1/ly.svg);
}
.flag-icon-ma {
  background-image: url(/media/flags/4x3/ma.svg);
}
.flag-icon-ma.flag-icon-squared {
  background-image: url(/media/flags/1x1/ma.svg);
}
.flag-icon-mc {
  background-image: url(/media/flags/4x3/mc.svg);
}
.flag-icon-mc.flag-icon-squared {
  background-image: url(/media/flags/1x1/mc.svg);
}
.flag-icon-md {
  background-image: url(/media/flags/4x3/md.svg);
}
.flag-icon-md.flag-icon-squared {
  background-image: url(/media/flags/1x1/md.svg);
}
.flag-icon-me {
  background-image: url(/media/flags/4x3/me.svg);
}
.flag-icon-me.flag-icon-squared {
  background-image: url(/media/flags/1x1/me.svg);
}
.flag-icon-mf {
  background-image: url(/media/flags/4x3/mf.svg);
}
.flag-icon-mf.flag-icon-squared {
  background-image: url(/media/flags/1x1/mf.svg);
}
.flag-icon-mg {
  background-image: url(/media/flags/4x3/mg.svg);
}
.flag-icon-mg.flag-icon-squared {
  background-image: url(/media/flags/1x1/mg.svg);
}
.flag-icon-mh {
  background-image: url(/media/flags/4x3/mh.svg);
}
.flag-icon-mh.flag-icon-squared {
  background-image: url(/media/flags/1x1/mh.svg);
}
.flag-icon-mk {
  background-image: url(/media/flags/4x3/mk.svg);
}
.flag-icon-mk.flag-icon-squared {
  background-image: url(/media/flags/1x1/mk.svg);
}
.flag-icon-ml {
  background-image: url(/media/flags/4x3/ml.svg);
}
.flag-icon-ml.flag-icon-squared {
  background-image: url(/media/flags/1x1/ml.svg);
}
.flag-icon-mm {
  background-image: url(/media/flags/4x3/mm.svg);
}
.flag-icon-mm.flag-icon-squared {
  background-image: url(/media/flags/1x1/mm.svg);
}
.flag-icon-mn {
  background-image: url(/media/flags/4x3/mn.svg);
}
.flag-icon-mn.flag-icon-squared {
  background-image: url(/media/flags/1x1/mn.svg);
}
.flag-icon-mo {
  background-image: url(/media/flags/4x3/mo.svg);
}
.flag-icon-mo.flag-icon-squared {
  background-image: url(/media/flags/1x1/mo.svg);
}
.flag-icon-mp {
  background-image: url(/media/flags/4x3/mp.svg);
}
.flag-icon-mp.flag-icon-squared {
  background-image: url(/media/flags/1x1/mp.svg);
}
.flag-icon-mq {
  background-image: url(/media/flags/4x3/mq.svg);
}
.flag-icon-mq.flag-icon-squared {
  background-image: url(/media/flags/1x1/mq.svg);
}
.flag-icon-mr {
  background-image: url(/media/flags/4x3/mr.svg);
}
.flag-icon-mr.flag-icon-squared {
  background-image: url(/media/flags/1x1/mr.svg);
}
.flag-icon-ms {
  background-image: url(/media/flags/4x3/ms.svg);
}
.flag-icon-ms.flag-icon-squared {
  background-image: url(/media/flags/1x1/ms.svg);
}
.flag-icon-mt {
  background-image: url(/media/flags/4x3/mt.svg);
}
.flag-icon-mt.flag-icon-squared {
  background-image: url(/media/flags/1x1/mt.svg);
}
.flag-icon-mu {
  background-image: url(/media/flags/4x3/mu.svg);
}
.flag-icon-mu.flag-icon-squared {
  background-image: url(/media/flags/1x1/mu.svg);
}
.flag-icon-mv {
  background-image: url(/media/flags/4x3/mv.svg);
}
.flag-icon-mv.flag-icon-squared {
  background-image: url(/media/flags/1x1/mv.svg);
}
.flag-icon-mw {
  background-image: url(/media/flags/4x3/mw.svg);
}
.flag-icon-mw.flag-icon-squared {
  background-image: url(/media/flags/1x1/mw.svg);
}
.flag-icon-mx {
  background-image: url(/media/flags/4x3/mx.svg);
}
.flag-icon-mx.flag-icon-squared {
  background-image: url(/media/flags/1x1/mx.svg);
}
.flag-icon-my {
  background-image: url(/media/flags/4x3/my.svg);
}
.flag-icon-my.flag-icon-squared {
  background-image: url(/media/flags/1x1/my.svg);
}
.flag-icon-mz {
  background-image: url(/media/flags/4x3/mz.svg);
}
.flag-icon-mz.flag-icon-squared {
  background-image: url(/media/flags/1x1/mz.svg);
}
.flag-icon-na {
  background-image: url(/media/flags/4x3/na.svg);
}
.flag-icon-na.flag-icon-squared {
  background-image: url(/media/flags/1x1/na.svg);
}
.flag-icon-nc {
  background-image: url(/media/flags/4x3/nc.svg);
}
.flag-icon-nc.flag-icon-squared {
  background-image: url(/media/flags/1x1/nc.svg);
}
.flag-icon-ne {
  background-image: url(/media/flags/4x3/ne.svg);
}
.flag-icon-ne.flag-icon-squared {
  background-image: url(/media/flags/1x1/ne.svg);
}
.flag-icon-nf {
  background-image: url(/media/flags/4x3/nf.svg);
}
.flag-icon-nf.flag-icon-squared {
  background-image: url(/media/flags/1x1/nf.svg);
}
.flag-icon-ng {
  background-image: url(/media/flags/4x3/ng.svg);
}
.flag-icon-ng.flag-icon-squared {
  background-image: url(/media/flags/1x1/ng.svg);
}
.flag-icon-ni {
  background-image: url(/media/flags/4x3/ni.svg);
}
.flag-icon-ni.flag-icon-squared {
  background-image: url(/media/flags/1x1/ni.svg);
}
.flag-icon-nl {
  background-image: url(/media/flags/4x3/nl.svg);
}
.flag-icon-nl.flag-icon-squared {
  background-image: url(/media/flags/1x1/nl.svg);
}
.flag-icon-no {
  background-image: url(/media/flags/4x3/no.svg);
}
.flag-icon-no.flag-icon-squared {
  background-image: url(/media/flags/1x1/no.svg);
}
.flag-icon-np {
  background-image: url(/media/flags/4x3/np.svg);
}
.flag-icon-np.flag-icon-squared {
  background-image: url(/media/flags/1x1/np.svg);
}
.flag-icon-nr {
  background-image: url(/media/flags/4x3/nr.svg);
}
.flag-icon-nr.flag-icon-squared {
  background-image: url(/media/flags/1x1/nr.svg);
}
.flag-icon-nu {
  background-image: url(/media/flags/4x3/nu.svg);
}
.flag-icon-nu.flag-icon-squared {
  background-image: url(/media/flags/1x1/nu.svg);
}
.flag-icon-nz {
  background-image: url(/media/flags/4x3/nz.svg);
}
.flag-icon-nz.flag-icon-squared {
  background-image: url(/media/flags/1x1/nz.svg);
}
.flag-icon-om {
  background-image: url(/media/flags/4x3/om.svg);
}
.flag-icon-om.flag-icon-squared {
  background-image: url(/media/flags/1x1/om.svg);
}
.flag-icon-pa {
  background-image: url(/media/flags/4x3/pa.svg);
}
.flag-icon-pa.flag-icon-squared {
  background-image: url(/media/flags/1x1/pa.svg);
}
.flag-icon-pe {
  background-image: url(/media/flags/4x3/pe.svg);
}
.flag-icon-pe.flag-icon-squared {
  background-image: url(/media/flags/1x1/pe.svg);
}
.flag-icon-pf {
  background-image: url(/media/flags/4x3/pf.svg);
}
.flag-icon-pf.flag-icon-squared {
  background-image: url(/media/flags/1x1/pf.svg);
}
.flag-icon-pg {
  background-image: url(/media/flags/4x3/pg.svg);
}
.flag-icon-pg.flag-icon-squared {
  background-image: url(/media/flags/1x1/pg.svg);
}
.flag-icon-ph {
  background-image: url(/media/flags/4x3/ph.svg);
}
.flag-icon-ph.flag-icon-squared {
  background-image: url(/media/flags/1x1/ph.svg);
}
.flag-icon-pk {
  background-image: url(/media/flags/4x3/pk.svg);
}
.flag-icon-pk.flag-icon-squared {
  background-image: url(/media/flags/1x1/pk.svg);
}
.flag-icon-pl {
  background-image: url(/media/flags/4x3/pl.svg);
}
.flag-icon-pl.flag-icon-squared {
  background-image: url(/media/flags/1x1/pl.svg);
}
.flag-icon-pm {
  background-image: url(/media/flags/4x3/pm.svg);
}
.flag-icon-pm.flag-icon-squared {
  background-image: url(/media/flags/1x1/pm.svg);
}
.flag-icon-pn {
  background-image: url(/media/flags/4x3/pn.svg);
}
.flag-icon-pn.flag-icon-squared {
  background-image: url(/media/flags/1x1/pn.svg);
}
.flag-icon-pr {
  background-image: url(/media/flags/4x3/pr.svg);
}
.flag-icon-pr.flag-icon-squared {
  background-image: url(/media/flags/1x1/pr.svg);
}
.flag-icon-ps {
  background-image: url(/media/flags/4x3/ps.svg);
}
.flag-icon-ps.flag-icon-squared {
  background-image: url(/media/flags/1x1/ps.svg);
}
.flag-icon-pt {
  background-image: url(/media/flags/4x3/pt.svg);
}
.flag-icon-pt.flag-icon-squared {
  background-image: url(/media/flags/1x1/pt.svg);
}
.flag-icon-pw {
  background-image: url(/media/flags/4x3/pw.svg);
}
.flag-icon-pw.flag-icon-squared {
  background-image: url(/media/flags/1x1/pw.svg);
}
.flag-icon-py {
  background-image: url(/media/flags/4x3/py.svg);
}
.flag-icon-py.flag-icon-squared {
  background-image: url(/media/flags/1x1/py.svg);
}
.flag-icon-qa {
  background-image: url(/media/flags/4x3/qa.svg);
}
.flag-icon-qa.flag-icon-squared {
  background-image: url(/media/flags/1x1/qa.svg);
}
.flag-icon-re {
  background-image: url(/media/flags/4x3/re.svg);
}
.flag-icon-re.flag-icon-squared {
  background-image: url(/media/flags/1x1/re.svg);
}
.flag-icon-ro {
  background-image: url(/media/flags/4x3/ro.svg);
}
.flag-icon-ro.flag-icon-squared {
  background-image: url(/media/flags/1x1/ro.svg);
}
.flag-icon-rs {
  background-image: url(/media/flags/4x3/rs.svg);
}
.flag-icon-rs.flag-icon-squared {
  background-image: url(/media/flags/1x1/rs.svg);
}
.flag-icon-ru {
  background-image: url(/media/flags/4x3/ru.svg);
}
.flag-icon-ru.flag-icon-squared {
  background-image: url(/media/flags/1x1/ru.svg);
}
.flag-icon-rw {
  background-image: url(/media/flags/4x3/rw.svg);
}
.flag-icon-rw.flag-icon-squared {
  background-image: url(/media/flags/1x1/rw.svg);
}
.flag-icon-sa {
  background-image: url(/media/flags/4x3/sa.svg);
}
.flag-icon-sa.flag-icon-squared {
  background-image: url(/media/flags/1x1/sa.svg);
}
.flag-icon-sb {
  background-image: url(/media/flags/4x3/sb.svg);
}
.flag-icon-sb.flag-icon-squared {
  background-image: url(/media/flags/1x1/sb.svg);
}
.flag-icon-sc {
  background-image: url(/media/flags/4x3/sc.svg);
}
.flag-icon-sc.flag-icon-squared {
  background-image: url(/media/flags/1x1/sc.svg);
}
.flag-icon-sd {
  background-image: url(/media/flags/4x3/sd.svg);
}
.flag-icon-sd.flag-icon-squared {
  background-image: url(/media/flags/1x1/sd.svg);
}
.flag-icon-se {
  background-image: url(/media/flags/4x3/se.svg);
}
.flag-icon-se.flag-icon-squared {
  background-image: url(/media/flags/1x1/se.svg);
}
.flag-icon-sg {
  background-image: url(/media/flags/4x3/sg.svg);
}
.flag-icon-sg.flag-icon-squared {
  background-image: url(/media/flags/1x1/sg.svg);
}
.flag-icon-sh {
  background-image: url(/media/flags/4x3/sh.svg);
}
.flag-icon-sh.flag-icon-squared {
  background-image: url(/media/flags/1x1/sh.svg);
}
.flag-icon-si {
  background-image: url(/media/flags/4x3/si.svg);
}
.flag-icon-si.flag-icon-squared {
  background-image: url(/media/flags/1x1/si.svg);
}
.flag-icon-sj {
  background-image: url(/media/flags/4x3/sj.svg);
}
.flag-icon-sj.flag-icon-squared {
  background-image: url(/media/flags/1x1/sj.svg);
}
.flag-icon-sk {
  background-image: url(/media/flags/4x3/sk.svg);
}
.flag-icon-sk.flag-icon-squared {
  background-image: url(/media/flags/1x1/sk.svg);
}
.flag-icon-sl {
  background-image: url(/media/flags/4x3/sl.svg);
}
.flag-icon-sl.flag-icon-squared {
  background-image: url(/media/flags/1x1/sl.svg);
}
.flag-icon-sm {
  background-image: url(/media/flags/4x3/sm.svg);
}
.flag-icon-sm.flag-icon-squared {
  background-image: url(/media/flags/1x1/sm.svg);
}
.flag-icon-sn {
  background-image: url(/media/flags/4x3/sn.svg);
}
.flag-icon-sn.flag-icon-squared {
  background-image: url(/media/flags/1x1/sn.svg);
}
.flag-icon-so {
  background-image: url(/media/flags/4x3/so.svg);
}
.flag-icon-so.flag-icon-squared {
  background-image: url(/media/flags/1x1/so.svg);
}
.flag-icon-sr {
  background-image: url(/media/flags/4x3/sr.svg);
}
.flag-icon-sr.flag-icon-squared {
  background-image: url(/media/flags/1x1/sr.svg);
}
.flag-icon-ss {
  background-image: url(/media/flags/4x3/ss.svg);
}
.flag-icon-ss.flag-icon-squared {
  background-image: url(/media/flags/1x1/ss.svg);
}
.flag-icon-st {
  background-image: url(/media/flags/4x3/st.svg);
}
.flag-icon-st.flag-icon-squared {
  background-image: url(/media/flags/1x1/st.svg);
}
.flag-icon-sv {
  background-image: url(/media/flags/4x3/sv.svg);
}
.flag-icon-sv.flag-icon-squared {
  background-image: url(/media/flags/1x1/sv.svg);
}
.flag-icon-sx {
  background-image: url(/media/flags/4x3/sx.svg);
}
.flag-icon-sx.flag-icon-squared {
  background-image: url(/media/flags/1x1/sx.svg);
}
.flag-icon-sy {
  background-image: url(/media/flags/4x3/sy.svg);
}
.flag-icon-sy.flag-icon-squared {
  background-image: url(/media/flags/1x1/sy.svg);
}
.flag-icon-sz {
  background-image: url(/media/flags/4x3/sz.svg);
}
.flag-icon-sz.flag-icon-squared {
  background-image: url(/media/flags/1x1/sz.svg);
}
.flag-icon-tc {
  background-image: url(/media/flags/4x3/tc.svg);
}
.flag-icon-tc.flag-icon-squared {
  background-image: url(/media/flags/1x1/tc.svg);
}
.flag-icon-td {
  background-image: url(/media/flags/4x3/td.svg);
}
.flag-icon-td.flag-icon-squared {
  background-image: url(/media/flags/1x1/td.svg);
}
.flag-icon-tf {
  background-image: url(/media/flags/4x3/tf.svg);
}
.flag-icon-tf.flag-icon-squared {
  background-image: url(/media/flags/1x1/tf.svg);
}
.flag-icon-tg {
  background-image: url(/media/flags/4x3/tg.svg);
}
.flag-icon-tg.flag-icon-squared {
  background-image: url(/media/flags/1x1/tg.svg);
}
.flag-icon-th {
  background-image: url(/media/flags/4x3/th.svg);
}
.flag-icon-th.flag-icon-squared {
  background-image: url(/media/flags/1x1/th.svg);
}
.flag-icon-tj {
  background-image: url(/media/flags/4x3/tj.svg);
}
.flag-icon-tj.flag-icon-squared {
  background-image: url(/media/flags/1x1/tj.svg);
}
.flag-icon-tk {
  background-image: url(/media/flags/4x3/tk.svg);
}
.flag-icon-tk.flag-icon-squared {
  background-image: url(/media/flags/1x1/tk.svg);
}
.flag-icon-tl {
  background-image: url(/media/flags/4x3/tl.svg);
}
.flag-icon-tl.flag-icon-squared {
  background-image: url(/media/flags/1x1/tl.svg);
}
.flag-icon-tm {
  background-image: url(/media/flags/4x3/tm.svg);
}
.flag-icon-tm.flag-icon-squared {
  background-image: url(/media/flags/1x1/tm.svg);
}
.flag-icon-tn {
  background-image: url(/media/flags/4x3/tn.svg);
}
.flag-icon-tn.flag-icon-squared {
  background-image: url(/media/flags/1x1/tn.svg);
}
.flag-icon-to {
  background-image: url(/media/flags/4x3/to.svg);
}
.flag-icon-to.flag-icon-squared {
  background-image: url(/media/flags/1x1/to.svg);
}
.flag-icon-tr {
  background-image: url(/media/flags/4x3/tr.svg);
}
.flag-icon-tr.flag-icon-squared {
  background-image: url(/media/flags/1x1/tr.svg);
}
.flag-icon-tt {
  background-image: url(/media/flags/4x3/tt.svg);
}
.flag-icon-tt.flag-icon-squared {
  background-image: url(/media/flags/1x1/tt.svg);
}
.flag-icon-tv {
  background-image: url(/media/flags/4x3/tv.svg);
}
.flag-icon-tv.flag-icon-squared {
  background-image: url(/media/flags/1x1/tv.svg);
}
.flag-icon-tw {
  background-image: url(/media/flags/4x3/tw.svg);
}
.flag-icon-tw.flag-icon-squared {
  background-image: url(/media/flags/1x1/tw.svg);
}
.flag-icon-tz {
  background-image: url(/media/flags/4x3/tz.svg);
}
.flag-icon-tz.flag-icon-squared {
  background-image: url(/media/flags/1x1/tz.svg);
}
.flag-icon-ua {
  background-image: url(/media/flags/4x3/ua.svg);
}
.flag-icon-ua.flag-icon-squared {
  background-image: url(/media/flags/1x1/ua.svg);
}
.flag-icon-ug {
  background-image: url(/media/flags/4x3/ug.svg);
}
.flag-icon-ug.flag-icon-squared {
  background-image: url(/media/flags/1x1/ug.svg);
}
.flag-icon-um {
  background-image: url(/media/flags/4x3/um.svg);
}
.flag-icon-um.flag-icon-squared {
  background-image: url(/media/flags/1x1/um.svg);
}
.flag-icon-us {
  background-image: url(/media/flags/4x3/us.svg);
}
.flag-icon-us.flag-icon-squared {
  background-image: url(/media/flags/1x1/us.svg);
}
.flag-icon-uy {
  background-image: url(/media/flags/4x3/uy.svg);
}
.flag-icon-uy.flag-icon-squared {
  background-image: url(/media/flags/1x1/uy.svg);
}
.flag-icon-uz {
  background-image: url(/media/flags/4x3/uz.svg);
}
.flag-icon-uz.flag-icon-squared {
  background-image: url(/media/flags/1x1/uz.svg);
}
.flag-icon-va {
  background-image: url(/media/flags/4x3/va.svg);
}
.flag-icon-va.flag-icon-squared {
  background-image: url(/media/flags/1x1/va.svg);
}
.flag-icon-vc {
  background-image: url(/media/flags/4x3/vc.svg);
}
.flag-icon-vc.flag-icon-squared {
  background-image: url(/media/flags/1x1/vc.svg);
}
.flag-icon-ve {
  background-image: url(/media/flags/4x3/ve.svg);
}
.flag-icon-ve.flag-icon-squared {
  background-image: url(/media/flags/1x1/ve.svg);
}
.flag-icon-vg {
  background-image: url(/media/flags/4x3/vg.svg);
}
.flag-icon-vg.flag-icon-squared {
  background-image: url(/media/flags/1x1/vg.svg);
}
.flag-icon-vi {
  background-image: url(/media/flags/4x3/vi.svg);
}
.flag-icon-vi.flag-icon-squared {
  background-image: url(/media/flags/1x1/vi.svg);
}
.flag-icon-vn {
  background-image: url(/media/flags/4x3/vn.svg);
}
.flag-icon-vn.flag-icon-squared {
  background-image: url(/media/flags/1x1/vn.svg);
}
.flag-icon-vu {
  background-image: url(/media/flags/4x3/vu.svg);
}
.flag-icon-vu.flag-icon-squared {
  background-image: url(/media/flags/1x1/vu.svg);
}
.flag-icon-wf {
  background-image: url(/media/flags/4x3/wf.svg);
}
.flag-icon-wf.flag-icon-squared {
  background-image: url(/media/flags/1x1/wf.svg);
}
.flag-icon-ws {
  background-image: url(/media/flags/4x3/ws.svg);
}
.flag-icon-ws.flag-icon-squared {
  background-image: url(/media/flags/1x1/ws.svg);
}
.flag-icon-ye {
  background-image: url(/media/flags/4x3/ye.svg);
}
.flag-icon-ye.flag-icon-squared {
  background-image: url(/media/flags/1x1/ye.svg);
}
.flag-icon-yt {
  background-image: url(/media/flags/4x3/yt.svg);
}
.flag-icon-yt.flag-icon-squared {
  background-image: url(/media/flags/1x1/yt.svg);
}
.flag-icon-za {
  background-image: url(/media/flags/4x3/za.svg);
}
.flag-icon-za.flag-icon-squared {
  background-image: url(/media/flags/1x1/za.svg);
}
.flag-icon-zm {
  background-image: url(/media/flags/4x3/zm.svg);
}
.flag-icon-zm.flag-icon-squared {
  background-image: url(/media/flags/1x1/zm.svg);
}
.flag-icon-zw {
  background-image: url(/media/flags/4x3/zw.svg);
}
.flag-icon-zw.flag-icon-squared {
  background-image: url(/media/flags/1x1/zw.svg);
}
.flag-icon-es-ct {
  background-image: url(/media/flags/4x3/es-ct.svg);
}
.flag-icon-es-ct.flag-icon-squared {
  background-image: url(/media/flags/1x1/es-ct.svg);
}
.flag-icon-eu {
  background-image: url(/media/flags/4x3/eu.svg);
}
.flag-icon-eu.flag-icon-squared {
  background-image: url(/media/flags/1x1/eu.svg);
}
.flag-icon-gb-eng {
  background-image: url(/media/flags/4x3/gb-eng.svg);
}
.flag-icon-gb-eng.flag-icon-squared {
  background-image: url(/media/flags/1x1/gb-eng.svg);
}
.flag-icon-gb-nir {
  background-image: url(/media/flags/4x3/gb-nir.svg);
}
.flag-icon-gb-nir.flag-icon-squared {
  background-image: url(/media/flags/1x1/gb-nir.svg);
}
.flag-icon-gb-sct {
  background-image: url(/media/flags/4x3/gb-sct.svg);
}
.flag-icon-gb-sct.flag-icon-squared {
  background-image: url(/media/flags/1x1/gb-sct.svg);
}
.flag-icon-gb-wls {
  background-image: url(/media/flags/4x3/gb-wls.svg);
}
.flag-icon-gb-wls.flag-icon-squared {
  background-image: url(/media/flags/1x1/gb-wls.svg);
}
.flag-icon-un {
  background-image: url(/media/flags/4x3/un.svg);
}
.flag-icon-un.flag-icon-squared {
  background-image: url(/media/flags/1x1/un.svg);
}
/** Footer styles **/
/** Flag icons **/
.eshopworld-welcome-mat {
  left: 0 !important;
}
.eshopworld-welcome-mat.with-cancel-button .cookies-text,
.eshopworld-welcome-mat.with-cancel-button .welcoming {
  display: none;
}
.eshopworld-welcome-mat.with-cancel-button .cancel-button {
  display: block;
}
.eshopworld-welcome-mat.with-cancel-button form {
  padding-top: 25px;
}
.eshopworld-welcome-mat .modal-inner-wrap {
  background-color: #fff !important;
}
@media (min-width: 768px), print {
  .eshopworld-welcome-mat .modal-inner-wrap {
    display: flex !important;
    justify-content: center;
    align-items: center;
    height: 100% !important;
    margin: 0 !important;
    width: 100% !important;
  }
}
.eshopworld-welcome-mat .modal-content {
  padding: 0;
}
@media (min-width: 768px), print {
  .eshopworld-welcome-mat .modal-content {
    width: 30%;
  }
}
.eshopworld-welcome-mat .modal-header {
  display: none !important;
}
.eshopworld-welcome-mat .welcoming {
  align-items: center;
  background: #fff;
  border-bottom: 1px solid #979797;
  display: flex;
  flex-direction: column;
  padding: 15px 0;
}
@media (min-width: 768px), print {
  .eshopworld-welcome-mat .welcoming {
    border-bottom-width: 0;
  }
}
.eshopworld-welcome-mat .welcoming img {
  margin: 0 auto 15px;
}
.eshopworld-welcome-mat .welcoming span {
  font-weight: bold;
  font-size: 18px;
}
.eshopworld-welcome-mat form {
  padding: 16px 3rem 0;
}
.eshopworld-welcome-mat form .field {
  margin-bottom: 30px;
}
.eshopworld-welcome-mat form button,
.eshopworld-welcome-mat form .cart.table-wrapper .actions-toolbar > .action,
.eshopworld-welcome-mat form .action-gift {
  background-color: #565656 !important;
  border-radius: 0;
  border-width: 0 !important;
  color: #fff !important;
  height: 40px;
  text-transform: uppercase;
}
@media (min-width: 768px), print {
  .eshopworld-welcome-mat form .primary {
    float: none !important;
    display: block !important;
    margin: 0 auto !important;
  }
}
.eshopworld-welcome-mat .cancel-button {
  display: none;
  text-align: center;
}
.eshopworld-welcome-mat .cancel-button a {
  color: #565656;
  text-decoration: underline;
}
.eshopworld-welcome-mat .additions {
  margin-top: 20px;
}
.eshopworld-welcome-mat .additions .cookies-text {
  color: #797979;
  font-size: 9px;
  text-align: center;
}
.eshopworld-welcome-mat .additions .cookies-text p {
  margin-bottom: 0;
}
.eshopworld-welcome-mat .additions .cookies-text a {
  display: block;
  color: #bdbdbd;
  margin-top: 5px;
  text-decoration: underline;
}
.eshopworld-footer-selectors .eshopworld-footer-selector-inner-wrap {
  align-items: center;
  background-color: #ffffff;
  border: 1px solid #a5a5a5;
  border-radius: 5px;
  box-sizing: border-box;
  color: #545456;
  display: inline-flex;
  font-size: 12px;
  height: 30px;
  padding: 0 10px;
  margin-bottom: 25px;
  max-width: 100%;
  width: 100%;
}
@media (min-width: 768px), print {
  .eshopworld-footer-selectors .eshopworld-footer-selector-inner-wrap {
    border-width: 0;
    height: 21px;
    max-width: none;
    width: auto;
  }
}
.eshopworld-footer-selectors .eshopworld-footer-selector-inner-wrap .eshopworld-footer-select {
  align-items: center;
  border-right: 1px solid #a5a5a5;
  display: flex;
  height: 100%;
  justify-content: center;
  flex-grow: 1;
  overflow: hidden;
  position: relative;
  white-space: nowrap;
}
@media (min-width: 768px), print {
  .eshopworld-footer-selectors .eshopworld-footer-selector-inner-wrap .eshopworld-footer-select {
    flex-grow: 0;
    padding: 0 35px;
  }
}
.eshopworld-footer-selectors .eshopworld-footer-selector-inner-wrap .eshopworld-footer-select:last-child,
.eshopworld-footer-selectors .eshopworld-footer-selector-inner-wrap .eshopworld-footer-select:only-child {
  border-right-width: 0;
}
.eshopworld-footer-selectors .eshopworld-footer-selector-inner-wrap .eshopworld-footer-select .flag-icon {
  height: 10px;
  margin-right: 10px;
}
.eshopworld-footer-selectors .eshopworld-footer-selector-inner-wrap .eshopworld-footer-select select {
  border-width: 0;
  cursor: pointer;
  height: 100%;
  font-size: inherit;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0 !important;
  pointer-events: none;
}
@media (min-width: 768px), print {
  .eshopworld-footer-selectors .eshopworld-footer-selector-inner-wrap .eshopworld-footer-select select {
    pointer-events: initial;
  }
}
.eshopworld-footer-selectors .eshopworld-footer-selector-inner-wrap .eshopworld-footer-select .eshopworld-footer-select-arrow {
  display: none !important;
  height: 0;
  border: 3px solid #545456;
  border-right-color: transparent;
  border-left-color: transparent;
  border-bottom-color: transparent;
  left: 30px;
  position: relative;
  top: 2px;
  width: 0;
}
#esw-country-footer-text {
  display: flex;
  align-items: center;
}
/**
 * Common
 */
.klarna-payments-method-cell {
  display: table-cell;
  vertical-align: middle;
}
label.klarna-payments-method-cell > span {
  padding-left: 5px;
}
span.klarna-payments-method-cell > img {
  display: block;
}
/**
 * Desktop
 */
/**
 * Mobile
 */
/*
 * Copyright (c) 2018 MageModule, LLC: All rights reserved
 *
 * LICENSE: This source file is subject to our standard End User License
 * Agreeement (EULA) that is available through the world-wide-web at the
 * following URI: https://www.magemodule.com/magento2-ext-license.html.
 *
 *  If you did not receive a copy of the EULA and are unable to obtain it through
 *  the web, please send a note to admin@magemodule.com so that we can mail
 *  you a copy immediately.
 *
 *  @author        MageModule admin@magemodule.com
 *  @copyright    2018 MageModule, LLC
 *  @license        https://www.magemodule.com/magento2-ext-license.html
 */
/*
 * Copyright (c) 2018 MageModule, LLC: All rights reserved
 *
 * LICENSE: This source file is subject to our standard End User License
 * Agreeement (EULA) that is available through the world-wide-web at the
 * following URI: https://www.magemodule.com/magento2-ext-license.html.
 *
 *  If you did not receive a copy of the EULA and are unable to obtain it through
 *  the web, please send a note to admin@magemodule.com so that we can mail
 *  you a copy immediately.
 *
 *  @author        MageModule admin@magemodule.com
 *  @copyright    2018 MageModule, LLC
 *  @license        https://www.magemodule.com/magento2-ext-license.html
 */
.storelocator-item {
  padding: 1rem 0;
  position: relative;
  margin: 0;
}
.storelocator-item .name {
  display: block;
  font-weight: 700;
}
.storelocator-item .street {
  display: block;
}
.storelocator-item .country-id {
  display: block;
}
.storelocator-item .hours-day {
  font-weight: 600;
}
.storelocator-item .telephone,
.storelocator-item .fax,
.storelocator-item .website,
.storelocator-item .email,
.storelocator-item .schedule {
  display: block;
}
.storelocator-item .telephone .label,
.storelocator-item .fax .label,
.storelocator-item .website .label,
.storelocator-item .email .label,
.storelocator-item .schedule .label {
  font-weight: 600;
}
/*
 * Copyright (c) 2018 MageModule, LLC: All rights reserved
 *
 * LICENSE: This source file is subject to our standard End User License
 * Agreeement (EULA) that is available through the world-wide-web at the
 * following URI: https://www.magemodule.com/magento2-ext-license.html.
 *
 *  If you did not receive a copy of the EULA and are unable to obtain it through
 *  the web, please send a note to admin@magemodule.com so that we can mail
 *  you a copy immediately.
 *
 *  @author        MageModule admin@magemodule.com
 *  @copyright    2018 MageModule, LLC
 *  @license        https://www.magemodule.com/magento2-ext-license.html
 */
.storelocator-list {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.storelocator-list .storelocator-item {
  padding: 1rem 0;
  position: relative;
  margin: 0;
  cursor: pointer;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
}
.storelocator-list .storelocator-item:hover {
  border-top: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
}
.storelocator-list .storelocator-item:first-child {
  padding-top: 0;
  border-top: none;
}
.storelocator-list .storelocator-item:first-child:hover {
  border-top: none;
}
.storelocator-list .storelocator-item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.storelocator-list .storelocator-item:last-child:hover {
  border-bottom: none;
}
.storelocator-list .storelocator-item .name {
  margin-bottom: 0;
}
.storelocator-list .storelocator-item .button {
  text-decoration: none;
  background-image: none;
  background: #1979c3;
  border: 1px solid #1979c3;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  line-height: 1.2rem;
  padding: 5px 8px;
  font-size: 1.1rem;
  text-align: center;
}
.storelocator-list .storelocator-item .button:hover,
.storelocator-list .storelocator-item .button:active,
.storelocator-list .storelocator-item .button:focus {
  text-decoration: none;
}
.storelocator-list .storelocator-item .button:focus,
.storelocator-list .storelocator-item .button:active {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.storelocator-list .storelocator-item .button:hover {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.storelocator-list .storelocator-item .button.disabled,
.storelocator-list .storelocator-item .button[disabled],
fieldset[disabled] .storelocator-list .storelocator-item .button {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
/*
 * Copyright (c) 2018 MageModule, LLC: All rights reserved
 *
 * LICENSE: This source file is subject to our standard End User License
 * Agreeement (EULA) that is available through the world-wide-web at the
 * following URI: https://www.magemodule.com/magento2-ext-license.html.
 *
 *  If you did not receive a copy of the EULA and are unable to obtain it through
 *  the web, please send a note to admin@magemodule.com so that we can mail
 *  you a copy immediately.
 *
 *  @author        MageModule admin@magemodule.com
 *  @copyright    2018 MageModule, LLC
 *  @license        https://www.magemodule.com/magento2-ext-license.html
 */
.modal-popup.storelocator-store-detail,
.modal-slide.storelocator-store-detail {
  left: initial;
  right: 0;
  width: 90%;
  max-width: 600px;
}
.modal-popup.storelocator-store-detail .modal-inner-wrap .modal-title,
.modal-slide.storelocator-store-detail .modal-inner-wrap .modal-title {
  margin-bottom: 0;
}
.modal-popup.storelocator-store-detail .modal-inner-wrap .modal-content .label,
.modal-slide.storelocator-store-detail .modal-inner-wrap .modal-content .label {
  display: inline-block;
}
.modal-popup.storelocator-store-detail .modal-inner-wrap .modal-content .fieldset,
.modal-slide.storelocator-store-detail .modal-inner-wrap .modal-content .fieldset {
  margin: 20px 0;
}
.modal-popup.storelocator-store-detail .modal-inner-wrap .modal-content .fieldset:first-child,
.modal-slide.storelocator-store-detail .modal-inner-wrap .modal-content .fieldset:first-child {
  margin-top: 0;
}
.modal-popup.storelocator-store-detail .modal-inner-wrap .modal-content .fieldset:last-child,
.modal-slide.storelocator-store-detail .modal-inner-wrap .modal-content .fieldset:last-child {
  margin-bottom: 0;
}
.modal-popup.storelocator-store-detail .modal-inner-wrap .modal-content .fieldset-hours .label,
.modal-slide.storelocator-store-detail .modal-inner-wrap .modal-content .fieldset-hours .label {
  width: 20%;
  min-width: 95px;
}
.modal-popup.storelocator-store-detail .modal-inner-wrap .modal-content .fieldset-hours .today .value,
.modal-slide.storelocator-store-detail .modal-inner-wrap .modal-content .fieldset-hours .today .value {
  font-weight: 600;
}
.modal-popup.storelocator-store-detail .modal-inner-wrap .modal-content .legend,
.modal-slide.storelocator-store-detail .modal-inner-wrap .modal-content .legend {
  border-bottom: 1px solid #c5c5c5;
}
.modal-popup.storelocator-store-detail .modal-inner-wrap .modal-content .button,
.modal-slide.storelocator-store-detail .modal-inner-wrap .modal-content .button {
  text-decoration: none;
  background-image: none;
  background: #1979c3;
  border: 1px solid #1979c3;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  line-height: 1.2rem;
  padding: 5px 8px;
  font-size: 1.1rem;
  text-align: center;
  width: 48%;
  max-width: 120px;
}
.modal-popup.storelocator-store-detail .modal-inner-wrap .modal-content .button:hover,
.modal-slide.storelocator-store-detail .modal-inner-wrap .modal-content .button:hover,
.modal-popup.storelocator-store-detail .modal-inner-wrap .modal-content .button:active,
.modal-slide.storelocator-store-detail .modal-inner-wrap .modal-content .button:active,
.modal-popup.storelocator-store-detail .modal-inner-wrap .modal-content .button:focus,
.modal-slide.storelocator-store-detail .modal-inner-wrap .modal-content .button:focus {
  text-decoration: none;
}
.modal-popup.storelocator-store-detail .modal-inner-wrap .modal-content .button:focus,
.modal-slide.storelocator-store-detail .modal-inner-wrap .modal-content .button:focus,
.modal-popup.storelocator-store-detail .modal-inner-wrap .modal-content .button:active,
.modal-slide.storelocator-store-detail .modal-inner-wrap .modal-content .button:active {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.modal-popup.storelocator-store-detail .modal-inner-wrap .modal-content .button:hover,
.modal-slide.storelocator-store-detail .modal-inner-wrap .modal-content .button:hover {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.modal-popup.storelocator-store-detail .modal-inner-wrap .modal-content .button.disabled,
.modal-slide.storelocator-store-detail .modal-inner-wrap .modal-content .button.disabled,
.modal-popup.storelocator-store-detail .modal-inner-wrap .modal-content .button[disabled],
.modal-slide.storelocator-store-detail .modal-inner-wrap .modal-content .button[disabled],
fieldset[disabled] .modal-popup.storelocator-store-detail .modal-inner-wrap .modal-content .button,
fieldset[disabled] .modal-slide.storelocator-store-detail .modal-inner-wrap .modal-content .button {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.modal-popup.storelocator-store-detail .modal-inner-wrap .modal-content .images,
.modal-slide.storelocator-store-detail .modal-inner-wrap .modal-content .images {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.modal-popup.storelocator-store-detail .modal-inner-wrap .modal-content .images .image img,
.modal-slide.storelocator-store-detail .modal-inner-wrap .modal-content .images .image img {
  width: 100%;
}
.modal-popup.storelocator-store-detail .modal-inner-wrap .modal-content .payment-methods .payment-method,
.modal-slide.storelocator-store-detail .modal-inner-wrap .modal-content .payment-methods .payment-method {
  width: 60px;
  height: 36px;
}
.modal-popup.storelocator-store-detail .modal-inner-wrap .modal-content .payment-methods .payment-method img,
.modal-slide.storelocator-store-detail .modal-inner-wrap .modal-content .payment-methods .payment-method img {
  margin: 0;
  width: 60px;
  height: 36px;
}
.modal-popup.storelocator-store-detail .modal-inner-wrap .modal-content .social-media-urls .social-media-url,
.modal-slide.storelocator-store-detail .modal-inner-wrap .modal-content .social-media-urls .social-media-url {
  width: 36px;
  height: 36px;
}
.modal-popup.storelocator-store-detail .modal-inner-wrap .modal-content .social-media-urls .social-media-url img,
.modal-slide.storelocator-store-detail .modal-inner-wrap .modal-content .social-media-urls .social-media-url img {
  width: 36px;
  height: 36px;
}
/*
 * Copyright (c) 2018 MageModule, LLC: All rights reserved
 *
 * LICENSE: This source file is subject to our standard End User License
 * Agreeement (EULA) that is available through the world-wide-web at the
 * following URI: https://www.magemodule.com/magento2-ext-license.html.
 *
 *  If you did not receive a copy of the EULA and are unable to obtain it through
 *  the web, please send a note to admin@magemodule.com so that we can mail
 *  you a copy immediately.
 *
 *  @author        MageModule admin@magemodule.com
 *  @copyright    2018 MageModule, LLC
 *  @license        https://www.magemodule.com/magento2-ext-license.html
 */
.storelocator-toolbar {
  margin-bottom: 20px;
}
/*
 * Copyright (c) 2018 MageModule, LLC: All rights reserved
 *
 * LICENSE: This source file is subject to our standard End User License
 * Agreeement (EULA) that is available through the world-wide-web at the
 * following URI: https://www.magemodule.com/magento2-ext-license.html.
 *
 *  If you did not receive a copy of the EULA and are unable to obtain it through
 *  the web, please send a note to admin@magemodule.com so that we can mail
 *  you a copy immediately.
 *
 *  @author        MageModule admin@magemodule.com
 *  @copyright    2018 MageModule, LLC
 *  @license        https://www.magemodule.com/magento2-ext-license.html
 */
.storelocator-units {
  display: flex;
  align-items: center;
  justify-content: start;
}
.storelocator-units .storelocator-unit {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.12);
  text-decoration: none;
  background-image: none;
  background: #f0f0f0;
  border: 1px solid #d1d1d1;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  margin: 0;
  padding: 7px 10px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
}
.storelocator-units .storelocator-unit:hover,
.storelocator-units .storelocator-unit:active,
.storelocator-units .storelocator-unit:focus {
  text-decoration: none;
}
.storelocator-units .storelocator-unit:focus,
.storelocator-units .storelocator-unit:active {
  background: #dedede;
  border: 1px solid #cdcdcd;
  color: #333333;
}
.storelocator-units .storelocator-unit:hover {
  background: #dedede;
  border: 1px solid #cdcdcd;
  color: #333333;
}
.storelocator-units .storelocator-unit.disabled,
.storelocator-units .storelocator-unit[disabled],
fieldset[disabled] .storelocator-units .storelocator-unit {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.storelocator-units .storelocator-unit:before {
  display: none;
}
.storelocator-units .storelocator-unit.active {
  background-color: #dedede;
}
.storelocator-units .storelocator-unit > span {
  position: initial;
}
.storelocator-units .storelocator-unit:first-child {
  border-radius: 3px 0 0 3px;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-right: none;
}
.storelocator-units .storelocator-unit:last-child {
  border-radius: 0 3px 3px 0;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
}
/*
 * Copyright (c) 2018 MageModule, LLC: All rights reserved
 *
 * LICENSE: This source file is subject to our standard End User License
 * Agreeement (EULA) that is available through the world-wide-web at the
 * following URI: https://www.magemodule.com/magento2-ext-license.html.
 *
 *  If you did not receive a copy of the EULA and are unable to obtain it through
 *  the web, please send a note to admin@magemodule.com so that we can mail
 *  you a copy immediately.
 *
 *  @author        MageModule admin@magemodule.com
 *  @copyright    2018 MageModule, LLC
 *  @license        https://www.magemodule.com/magento2-ext-license.html
 */
.storelocator-sorter {
  display: flex;
  align-items: center;
}
.storelocator-sorter > * {
  display: inline-block;
  white-space: nowrap;
  margin-left: 10px;
}
.storelocator-sorter > label:after {
  content: ':';
}
.storelocator-sorter > select {
  min-width: 100px;
}
/*
 * Copyright (c) 2018 MageModule, LLC: All rights reserved
 *
 * LICENSE: This source file is subject to our standard End User License
 * Agreeement (EULA) that is available through the world-wide-web at the
 * following URI: https://www.magemodule.com/magento2-ext-license.html.
 *
 *  If you did not receive a copy of the EULA and are unable to obtain it through
 *  the web, please send a note to admin@magemodule.com so that we can mail
 *  you a copy immediately.
 *
 *  @author        MageModule admin@magemodule.com
 *  @copyright    2018 MageModule, LLC
 *  @license        https://www.magemodule.com/magento2-ext-license.html
 */
.storelocator-search-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  position: relative;
}
.storelocator-search-wrapper .actions {
  display: flex;
  align-items: center;
  justify-content: end;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}
.storelocator-search-wrapper .actions .action {
  padding: 0;
  margin: 0 0 0 2px;
  height: 32px;
  width: 32px;
  font-size: 20px;
  background-color: transparent;
  border: none;
  box-shadow: none;
  line-height: 22px;
}
.storelocator-search-wrapper .actions .action.search {
  display: inline-block;
  text-decoration: none;
}
.storelocator-search-wrapper .actions .action.search > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.storelocator-search-wrapper .actions .action.search:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  content: '\e615';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.storelocator-search-wrapper .actions .action.current-location {
  display: inline-block;
  text-decoration: none;
}
.storelocator-search-wrapper .actions .action.current-location > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.storelocator-search-wrapper .actions .action.current-location:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  content: '\e60a';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
/*
 * Copyright (c) 2018 MageModule, LLC: All rights reserved
 *
 * LICENSE: This source file is subject to our standard End User License
 * Agreeement (EULA) that is available through the world-wide-web at the
 * following URI: https://www.magemodule.com/magento2-ext-license.html.
 *
 *  If you did not receive a copy of the EULA and are unable to obtain it through
 *  the web, please send a note to admin@magemodule.com so that we can mail
 *  you a copy immediately.
 *
 *  @author        MageModule admin@magemodule.com
 *  @copyright    2018 MageModule, LLC
 *  @license        https://www.magemodule.com/magento2-ext-license.html
 */
.storelocator-map-infowindow {
  display: none;
}
.gm-style-iw > div {
  width: 290px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.google-map .storelocator-map-infowindow {
  display: initial;
  min-width: 300px;
}
.google-map .storelocator-map-infowindow .name {
  display: block;
  font-weight: 700;
  margin-bottom: 0;
}
.google-map .storelocator-map-infowindow .street {
  display: block;
}
.google-map .storelocator-map-infowindow .country-id {
  display: block;
}
.google-map .storelocator-map-infowindow .hours-day {
  font-weight: 600;
}
.google-map .storelocator-map-infowindow .telephone,
.google-map .storelocator-map-infowindow .fax,
.google-map .storelocator-map-infowindow .website,
.google-map .storelocator-map-infowindow .email,
.google-map .storelocator-map-infowindow .schedule {
  display: block;
}
.google-map .storelocator-map-infowindow .telephone .label,
.google-map .storelocator-map-infowindow .fax .label,
.google-map .storelocator-map-infowindow .website .label,
.google-map .storelocator-map-infowindow .email .label,
.google-map .storelocator-map-infowindow .schedule .label {
  font-weight: 600;
}
.google-map .storelocator-map-infowindow .buttons-set a.button {
  text-decoration: none;
  background-image: none;
  background: #1979c3;
  border: 1px solid #1979c3;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  line-height: 1.2rem;
  padding: 5px 8px;
  font-size: 1.1rem;
  text-align: center;
  width: 31%;
  white-space: nowrap;
}
.google-map .storelocator-map-infowindow .buttons-set a.button:hover,
.google-map .storelocator-map-infowindow .buttons-set a.button:active,
.google-map .storelocator-map-infowindow .buttons-set a.button:focus {
  text-decoration: none;
}
.google-map .storelocator-map-infowindow .buttons-set a.button:focus,
.google-map .storelocator-map-infowindow .buttons-set a.button:active {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.google-map .storelocator-map-infowindow .buttons-set a.button:hover {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.google-map .storelocator-map-infowindow .buttons-set a.button.disabled,
.google-map .storelocator-map-infowindow .buttons-set a.button[disabled],
fieldset[disabled] .google-map .storelocator-map-infowindow .buttons-set a.button {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.google-map button,
.google-map .cart.table-wrapper .actions-toolbar > .action,
.google-map .action-gift {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
/*
 * Copyright (c) 2018 MageModule, LLC: All rights reserved
 *
 * LICENSE: This source file is subject to our standard End User License
 * Agreeement (EULA) that is available through the world-wide-web at the
 * following URI: https://www.magemodule.com/magento2-ext-license.html.
 *
 *  If you did not receive a copy of the EULA and are unable to obtain it through
 *  the web, please send a note to admin@magemodule.com so that we can mail
 *  you a copy immediately.
 *
 *  @author        MageModule admin@magemodule.com
 *  @copyright    2018 MageModule, LLC
 *  @license        https://www.magemodule.com/magento2-ext-license.html
 */
.storelocator-group-view .columns .column.main .storelocator {
  margin-top: 10px;
  margin-bottom: 10px;
}
.storelocator-group-view .columns .column.main .storelocator:after {
  clear: both;
  content: '';
  display: table;
}
.storelocator-group-view .columns .column.main .storelocator > *:not(.right) * {
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
}
.storelocator-group-view .columns .column.main .storelocator .storelocator-list-wrapper {
  height: 650px;
  overflow: scroll;
  padding-top: 0;
  padding-bottom: 0;
}
.storelocator-group-view .columns .column.main .storelocator .map {
  width: 100%;
}
.storelocator-group-view .columns .column.main .storelocator .left {
  float: left;
  width: 350px;
  height: 650px;
  overflow: hidden;
  padding-bottom: 0;
  position: relative;
}
.storelocator-group-view .columns .column.main .storelocator .left .loading-mask {
  position: absolute;
}
.storelocator-group-view .columns .column.main .storelocator .left .loading-mask .loader > img {
  position: absolute;
}
.storelocator-group-view .columns .column.main .storelocator .right {
  float: right;
  width: calc(100% - 350px);
  height: 650px;
}
.storelocator-group-view .payment-methods .payment-method {
  display: inline-block;
}
.cartbooster-product-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px;
  border: 1px solid rgba(0, 87, 125, 0.2);
  margin: 15px auto;
}
.cartbooster-product-container .cartbooster-product-details {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.cartbooster-product-container .cartbooster-product-details .cartbooster-product-image {
  flex-shrink: 0;
  margin-right: 15px;
}
.cartbooster-product-container .cartbooster-product-details .cartbooster-product-image img {
  display: block;
  border-radius: 5px;
}
.cartbooster-product-container .cartbooster-product-details .cartbooster-item-title {
  margin: 0;
}
.cartbooster-product-container .cartbooster-product-details .cartbooster-item-title h4 {
  margin: 5px 0;
  font-size: 0.9rem;
}
.cartbooster-product-container .cartbooster-product-details .cartbooster-item-title p {
  margin: 5px 0;
  font-size: 0.8rem;
}
.cartbooster-product-container .cartbooster-box-tocart {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.cartbooster-product-container .cartbooster-box-tocart .cartbooster-product-price {
  font-size: 0.9rem;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
}
.cartbooster-product-container .cartbooster-box-tocart .cartbooster-product-price .new-price > .price {
  font-weight: bold;
  font-family: semplicitaprobold, sans-serif;
}
.cartbooster-product-container .cartbooster-box-tocart .actions {
  text-align: center;
}
div.trustpilotblock,
div.cartbooster-block-cms,
div#trustboxWidgetCheckout {
  margin: 20px auto;
}
span.select2-selection.select2-selection--single {
  border-color: #00577d;
  border-radius: 0;
  height: 45px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 45px !important;
  color: #00577d;
}
span.select2-selection__arrow {
  display: none;
}
.customer-account-create input#telephone_view {
  background-color: white;
  border: 0;
  border-bottom: 1px solid;
}
.customer-account-create span.select2-selection.select2-selection--single {
  border: 0;
  border-bottom: 1px solid;
}
.miamo_dialcode .controls {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
}
.miamo_dialcode .controls .control.dialcode {
  display: flex;
  flex-direction: column;
}
.miamo_dialcode .controls .control.dialcode .mage-error {
  order: 2;
}
.checkout-index-index .field.dialcode-field {
  display: inline-block;
}
.checkout-index-index .field.dialcode-field.dialcode {
  width: calc(40% - 2px);
  margin-right: 3px !important;
}
.checkout-index-index .field.dialcode-field.telephone-view {
  width: calc(60% - 2px);
}
.checkout-index-index .field.dialcode-field .field-error {
  position: absolute;
}
.scratchandgift {
  margin: 20px auto;
}
.scratchandgift #scratchWrapper {
  position: relative;
  width: 350px;
  height: 100px;
}
.scratchandgift #scratchWrapper #scratchCardMessageContainer {
  position: absolute;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  background: white;
  z-index: 0;
  width: 100%;
  border-radius: 10px;
}
.scratchandgift #scratchWrapper #scratchCard {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  cursor: pointer;
  border-radius: 10px;
  box-shadow: 0 5px 10px 1px #d1d1d1;
  margin-bottom: 10px;
}
.scratchandgift #scratchWrapper #winnerGiftMessage {
  display: block;
  font-size: 0.7rem;
  background-color: #3b7da12e;
  color: #00577d;
  font-family: "semplicitaprobold", sans-serif;
  font-weight: 900;
  padding: 2px 50px;
}
.quote_item_scratch_tip {
  background-color: #f2f6f9;
  padding: 3px 5px;
  border-radius: 5px;
  box-shadow: 5px 5px 5px 1px #00577d5c;
}
.mst-banner__placeholder._debug {
  border: 2px dashed #002f56;
  background: #b4edff;
  min-height: 10px;
}
.mst-banner__container-highlight {
  position: absolute;
  background: rgba(255, 0, 0, 0.15);
  border: 3px dashed rgba(252, 84, 84, 0.75);
  min-height: 10px;
  min-width: 10px;
  z-index: 100000000;
  box-sizing: border-box;
}
.mst-banner__debug {
  position: fixed;
  bottom: 0;
  left: 0;
  background: #fff;
  padding: 1rem;
  border-top: 5px solid #eee;
  display: flex;
  flex-wrap: wrap;
  z-index: 100000001;
}
.mst-banner__debug > div {
  padding: .5rem 1rem;
  margin: .2rem;
  cursor: pointer;
  white-space: nowrap;
  border: 1px solid #eee;
  flex-grow: 1;
  text-align: center;
}
.mstBanner-placeholder__popupRenderer {
  background: #fff;
  border-radius: .4rem;
  box-sizing: border-box;
  position: fixed;
  z-index: 10000000;
  box-shadow: 0 0 2rem 0 rgba(0, 0, 0, 0.4);
  overflow: hidden;
  max-width: 40rem;
}
.mstBanner-placeholder__popupRenderer.bottom-right,
.mstBanner-placeholder__popupRenderer.bottom-left {
  bottom: 1rem;
}
.mstBanner-placeholder__popupRenderer.top-right,
.mstBanner-placeholder__popupRenderer.top-left {
  top: 1rem;
}
.mstBanner-placeholder__popupRenderer.bottom-right,
.mstBanner-placeholder__popupRenderer.top-right {
  right: -100%;
  transition: right 1.5s;
}
.mstBanner-placeholder__popupRenderer.bottom-right._active,
.mstBanner-placeholder__popupRenderer.top-right._active {
  right: 1rem;
}
.mstBanner-placeholder__popupRenderer.bottom-left,
.mstBanner-placeholder__popupRenderer.top-left {
  left: -100%;
  transition: left 1.5s;
}
.mstBanner-placeholder__popupRenderer.bottom-left._active,
.mstBanner-placeholder__popupRenderer.top-left._active {
  left: 1rem;
}
.mstBanner-placeholder__popupRenderer .mstBanner__close {
  position: absolute;
  right: 1rem;
  top: 1rem;
  background: #fff;
  border: .2rem solid #eee;
  border-radius: 2rem;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  align-items: center;
  font-weight: bold;
  justify-content: center;
  color: #666;
  cursor: pointer;
}
.mstBanner-placeholder__popupRenderer .mstBanner__close:hover {
  color: #000;
}
.mstBanner-placeholder__popupRenderer img {
  display: block;
}
.mstBanner-placeholder__lightboxRenderer {
  position: fixed;
  display: flex;
  z-index: 100;
  background: rgba(0, 0, 0, 0.7);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: visibility 0s, opacity 1s;
}
.mstBanner-placeholder__lightboxRenderer._active {
  visibility: visible;
  opacity: 1;
}
.mstBanner-placeholder__lightboxRenderer .lightbox-content {
  position: relative;
}
.mstBanner-placeholder__lightboxRenderer .lightbox-content .mstBanner__close {
  position: absolute;
  right: -30px;
  top: 0;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666666;
  cursor: pointer;
  z-index: 1;
  font-size: 30px;
  background: rgba(0, 0, 0, 0.8);
}
.mstBanner-placeholder__lightboxRenderer .lightbox-content .mstBanner__close:hover {
  color: #ffffff;
}
.mstBanner-placeholder__sliderRenderer .swiper-button-next:after,
.mstBanner-placeholder__sliderRenderer .swiper-button-prev:after {
  color: #ffffff;
  text-shadow: 0 0 6px #333;
}
.mstBanner-placeholder__sliderRenderer .swiper-button-next:hover:after,
.mstBanner-placeholder__sliderRenderer .swiper-button-prev:hover:after {
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.page-header .switcher .options .action.toggle:after {
  transform: rotate(-90deg);
}
.switcher-language-content-wrapper {
  margin: 20px 10px;
  border-radius: 20px;
  padding: 0;
}
.switcher-language-content-wrapper .switcher-language-title {
  display: flex;
  justify-content: space-between;
  margin: 10px 0;
  padding: 10px 0 0;
}
.switcher-language-content-wrapper .switcher-language-title span.title {
  font-family: 'semplicitaprobold';
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  margin-left: 10px;
}
.switcher-language-content-wrapper .switcher-language-title span.close {
  position: absolute;
  cursor: pointer;
  text-transform: uppercase;
  right: 15px;
  width: 20px;
  height: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../../frontend/Codazon/unlimited_miamo/it_IT/images/svg/sprite/close.svg) center no-repeat !important;
}
.switcher-language-content-wrapper .switcher-language-content {
  margin: 0;
  padding: 0;
}
.switcher-language-content-wrapper .switcher-language-content .website-group {
  list-style: none;
  margin: 15px 0;
  padding: 15px 0;
  border-bottom: 1px solid #e8e8e8;
}
.switcher-language-content-wrapper .switcher-language-content .website-group:last-child {
  border-bottom: none;
}
.switcher-language-content-wrapper .switcher-language-content .website-group .website-name {
  font-family: 'semplicitaprobold';
  font-weight: bold;
}
.switcher-language-content-wrapper .switcher-language-content .website-group.open .website-toggle .arrow {
  transform: rotate(180deg);
}
.switcher-language-content-wrapper .switcher-language-content .website-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background: transparent;
  border: 0;
  padding: 10px 0;
  cursor: pointer;
  font: inherit;
  text-align: left;
}
.switcher-language-content-wrapper .switcher-language-content .website-toggle:focus,
.switcher-language-content-wrapper .switcher-language-content .website-toggle:hover {
  color: #00577d;
}
.switcher-language-content-wrapper .switcher-language-content .website-toggle:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}
.switcher-language-content-wrapper .switcher-language-content .website-toggle .website-name {
  margin-left: 10px;
}
.switcher-language-content-wrapper .switcher-language-content .website-toggle .arrow {
  transition: transform .2s ease;
  margin-right: 8px;
}
.switcher-language-content-wrapper .switcher-language-content .stores-list {
  margin: 0;
  padding: 0;
  overflow: hidden;
  transition: max-height 0.2s ease;
}
.switcher-language-content-wrapper .switcher-language-content .stores-list > li {
  list-style: none;
  margin: 10px 0;
  padding: 15px 10px;
}
.switcher-language-content-wrapper .switcher-language-content .stores-list > li a span.flag {
  display: inline-block;
  position: relative;
  float: right;
}
.switcher-language-content-wrapper .switcher-language-content .stores-list > li a span.flag img {
  height: 20px;
}
.modal-popup.miamo-mst-geo-ip .modal-content .modal-alternative-stores {
  margin: 10px 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.modal-popup.miamo-mst-geo-ip .modal-content .modal-alternative-stores .alternative-store-item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.modal-popup.miamo-mst-geo-ip .modal-content .modal-alternative-stores .alternative-store-item input[type="radio"] {
  flex-shrink: 0;
}
.modal-popup.miamo-mst-geo-ip .modal-content .modal-alternative-stores .alternative-store-item label {
  flex: 1;
  cursor: pointer;
  margin: 0;
}
.modal-popup.miamo-mst-geo-ip .modal-content .modal-alternative-stores .alternative-store-item label:hover {
  color: #00577d;
}
.modal-popup.miamo-mst-geo-ip .modal-content .modal-alternative-stores .alternative-store-item img {
  width: 20px;
  height: auto;
  flex-shrink: 0;
}
.modal-popup.miamo-mst-geo-ip .modal-content .modal-alternative-stores img {
  width: 20px;
  margin-left: 10px;
}
.modal-popup.miamo-mst-geo-ip .modal-content .modal-alternative-stores a.alternative-store-link.selected {
  font-family: 'semplicitaprobold';
  font-weight: 800;
}
.modal-popup.miamo-mst-geo-ip .modal-footer button:hover span,
.modal-popup.miamo-mst-geo-ip .modal-footer .cart.table-wrapper .actions-toolbar > .action:hover span,
.modal-popup.miamo-mst-geo-ip .modal-footer .action-gift:hover span {
  color: #00577d;
}
@media (prefers-reduced-motion: reduce) {
  .switcher-language-content-wrapper .switcher-language-content .website-toggle .arrow {
    transition: none;
  }
  .switcher-language-content-wrapper .switcher-language-content .stores-list {
    transition: none;
  }
}
.rewardssocial-buttons {
  order: -2;
  font-size: 11px;
  display: inline-block;
  width: 100%;
  line-height: 20px;
  margin-bottom: 10px;
  z-index: 2;
  position: relative;
}
.rewardssocial-buttons > div {
  margin-bottom: 5px;
}
.rewardssocial-buttons #facebook-message,
.rewardssocial-buttons #facebook-share-message,
.rewardssocial-buttons #twitter-message,
.rewardssocial-buttons #referral-message,
.rewardssocial-buttons #pinterest-message {
  display: none;
  position: absolute;
  background: #333;
  padding: 2px 5px;
  color: #fff;
  margin-top: -25px;
}
.rewardssocial-buttons .buttons-facebook-like:hover #facebook-message {
  display: block;
}
.rewardssocial-buttons .buttons-facebook-like .fb-like > span {
  width: 80px !important;
  height: 20px !important;
}
.rewardssocial-buttons .buttons-facebook-like .fb-like > span iframe {
  width: 100% !important;
  height: 100% !important;
}
.rewardssocial-buttons .buttons-pinterest-pin:hover #pinterest-message {
  display: block;
}
.rewardssocial-buttons .buttons-twitter-like:hover #twitter-message {
  margin-top: -50px;
  display: block;
}
.rewardssocial-buttons .buttons-referral-like > a {
  text-decoration: none;
  line-height: 18px;
  border-radius: 2px;
  padding: 0px 3px;
  font-weight: bold;
  color: #333;
  font-size: 11px;
  border: 1px solid #ccc;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #eaeaea 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #eaeaea));
  background: -webkit-linear-gradient(top, #ffffff 0%, #eaeaea 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #eaeaea 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #eaeaea 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #eaeaea 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eaeaea', GradientType=0);
}
.rewardssocial-buttons .buttons-referral-like:hover #referral-message {
  display: block;
}
.rewardssocial-buttons .fb_iframe_widget {
  margin-right: 10px;
  display: block;
  float: left;
}
.rewardssocial-buttons .mst-rewardssocial-tweet {
  margin-right: 10px;
  display: block;
  float: left;
}
.rewardssocial-buttons .referral {
  display: block;
  float: left;
}
.rewardssocial-buttons .status-message {
  float: left;
  margin-left: 10px;
  color: #666;
}
.rewardssocial-buttons .buttons-pinterest-pin > a {
  margin-right: 10px;
  float: left;
}
.rewards-notification-message {
  border-style: solid !important;
  border-width: 1px !important;
  min-height: 24px !important;
  padding: 8px 8px 6px 32px !important;
  color: #3d6611;
  border-color: #446423;
  background-color: #eff5ea;
  margin-bottom: 10px;
}
.rewards-notification-message li {
  margin-top: 2px;
}
.rewards-social-buttons {
  display: inline-block;
  float: left;
}
.rewards-social-buttons > .fb {
  position: relative;
  display: inline-block;
  margin-top: 0px;
}
.rewards-social-buttons > .tw {
  position: relative;
  display: inline-block;
  padding-top: 15px;
}
.rewards-social-buttons > .gp {
  position: relative;
  display: inline-block;
  margin-top: 5px;
}
.block-rewards-referral-list div.rewards-social-buttons {
  height: 20px;
}
.block-rewards-referral-list div.rewards-social-buttons div.tw {
  padding-top: 0px;
  position: relative;
  top: -2px;
}
.block-rewards-referral-list div.rewards-social-buttons div.fb {
  position: relative;
  top: -6px;
}
div.rewardssocial-buttons div.buttons-pinterest-pin,
div.rewardssocial-buttons div.buttons-twitter-like {
  height: 20px;
}
div.rewardssocial-buttons div.buttons-facebook-like,
div.rewardssocial-buttons div.buttons-pinterest-pin,
div.rewardssocial-buttons div.buttons-referral-like {
  float: left;
}
div.rewardssocial-buttons div.buttons-twitter-like {
  float: left;
  margin-right: 10px;
}
div.rewardssocial-buttons div.buttons-twitter-like img {
  width: 20px;
  height: 20px;
}
div.rewardssocial-buttons div.buttons-fb-share {
  float: left;
  margin-right: 10px;
  height: 20px !important;
}
div.rewardssocial-buttons div.buttons-fb-share #rewards_fb_share {
  border-radius: 3px;
  font-size: 11px;
  height: 20px;
  padding: 0 10px 0 10px;
  background: #4267b2;
  border: 0px solid #4267b2;
  color: #fff;
  cursor: pointer;
  font-family: Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  -webkit-user-select: none;
  white-space: nowrap;
  display: inline-block;
  font-weight: bold;
}
div.rewardssocial-buttons div.buttons-fb-share #rewards_fb_share ._49vg {
  vertical-align: text-top;
}
div.rewardssocial-buttons div.buttons-fb-share #rewards_fb_share ._49vg img {
  margin-top: -10px;
}
div.rewardssocial-buttons div.buttons-fb-share #rewards_fb_share .title {
  vertical-align: top;
}
div.rewardssocial-buttons div.buttons-fb-share:hover #facebook-share-message {
  display: block;
  margin-top: -45px;
}
.green {
  color: #1AA941;
}
.red {
  color: #BB1212;
}
.yellow {
  color: #bbaa00;
}
.block-rewards-account-summary {
  margin-bottom: 2rem !important;
  border: none;
}
.block-rewards-account-summary .invite {
  background: url(../../frontend/Codazon/unlimited_miamo/it_IT/Mirasvit_Rewards/images/referral.svg) no-repeat;
  background-size: contain;
  background-position: center;
  display: flex;
  justify-content: flex-end;
  height: 100%;
}
.block-rewards-account-summary .invite .column-referral {
  padding: 150px 50px;
  background: #f4f4f4;
  opacity: 0.9;
  border-radius: 6px;
}
.block-rewards-account-summary .unsubscribe {
  font-size: 14px !important;
  padding-top: 10px;
}
.block-rewards-account-summary .block-title.earn.subtitle > strong {
  font-weight: bold !important;
}
.block-rewards-account-summary .block-title.spend.subtitle > strong {
  font-weight: bold !important;
}
.block-rewards-account-summary .mst-referral-widget {
  text-align: center;
}
.block-rewards-account-summary .mst-referral-widget .block-title {
  font-size: 34px !important;
}
.block-rewards-account-summary .mst-referral-widget .block-content .block .block-content > span {
  font-size: 20px;
}
.block-rewards-account-summary .mst-referral-widget .block-content .table-wrapper {
  margin: 2rem auto;
}
.block-rewards-account-summary .mst-referral-widget .block-content .table-wrapper > strong {
  font-size: 20px;
}
.block-rewards-account-summary .mst-referral-widget .block-content .table-wrapper .buttons-set {
  text-align: right;
}
.block-rewards-account-summary .mst-referral-widget .block-content .table-wrapper .buttons-set > button,
.block-rewards-account-summary .mst-referral-widget .block-content .table-wrapper .buttons-set > .cart.table-wrapper .actions-toolbar > .action,
.block-rewards-account-summary .mst-referral-widget .block-content .table-wrapper .buttons-set > .action-gift {
  background: #eeeeee;
  border: solid 1px #cccccc;
}
.block-rewards-account-summary .mst-referral-widget .block-content .table-wrapper .buttons-set > button > span,
.block-rewards-account-summary .mst-referral-widget .block-content .table-wrapper .buttons-set > .cart.table-wrapper .actions-toolbar > .action > span,
.block-rewards-account-summary .mst-referral-widget .block-content .table-wrapper .buttons-set > .action-gift > span {
  color: #41362f;
}
.block-rewards-account-summary .mst-referral-widget .block-content .table-wrapper .field-name-lastname {
  text-align: left;
}
.block-rewards-account-summary .mst-referral-widget .block-content .table-wrapper .field-name-lastname > span {
  font-size: 20px;
  text-align: left;
}
.block-rewards-account-summary .mst-referral-widget .block-content .table-wrapper > table > thead {
  padding-bottom: 0;
}
.block-rewards-account-summary .mst-referral-widget .block-content .table-wrapper > table > tbody > tr > td {
  border-top: none;
  padding: 0 10px 6px;
}
.block-rewards-account-summary .mst-referral-widget .block-content .table-wrapper > table > tbody > tr > td ::-webkit-input-placeholder {
  color: #cccccc;
}
.block-rewards-account-summary .order-details-items .invitations {
  border: none;
}
.rewards-notification-block {
  list-style-type: none;
  padding: 0;
  background: #ecfdff;
}
.rewards-notification-block > li {
  padding: 1rem;
}
.rewards-referral-link {
  font-weight: 600;
}
.link.rewards .counter {
  color: #7d7d7d;
  white-space: nowrap;
}
.link.rewards .counter:before {
  content: "(";
}
.link.rewards .counter:after {
  content: ")";
}
.mst-rewards-logo {
  height: 14px;
}
.mst-rewards-account-amount-wrapper {
  display: flex;
  align-items: flex-end;
  margin-bottom: 25px;
}
.mst-rewards-account-amount-wrapper .mst-rewards-account-amount {
  display: flex;
  align-items: flex-end;
}
.mst-rewards-account-amount-wrapper .mst-rewards-account-amount .points {
  font-size: 36px;
  font-weight: bold;
  line-height: 36px;
}
.mst-rewards-account-amount-wrapper .mst-rewards-account-amount .unit {
  color: #6d6d6d;
  margin-left: 5px;
}
.mst-rewards-account-amount-wrapper .mst-rewards-account-amount > img {
  height: 28px;
}
.mst-rewards-account-amount-wrapper .mst-rewards-account-subtitle {
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 600;
}
.mst-rewards-account-amount-wrapper .mst-rewards-logo {
  height: 36px;
  margin-left: 15px;
}
.form-discount .checkbox-group {
  margin-bottom: 10px;
}
.rewards-message-block {
  float: left;
  display: inline-block;
  width: 100%;
}
.rewards__checkout-cart-usepoints {
  margin-bottom: 1.5rem;
}
.rewards__checkout-cart-usepoints.magestore-onepagecheckout #points_amount {
  border: 0;
  border-bottom: 1px solid silver;
}
.rewards__checkout-cart-usepoints.magestore-onepagecheckout #points_amount:focus {
  border-bottom: 1px solid black;
}
.rewards__checkout-cart-usepoints.magestore-onepagecheckout #points_amount:focus + label,
.rewards__checkout-cart-usepoints.magestore-onepagecheckout #points_amount:valid + label {
  top: -12px;
  font-size: 12px;
}
.rewards__checkout-cart-usepoints.magestore-onepagecheckout .button {
  background-color: black;
  color: white;
  margin: 5px;
}
.rewards__checkout-cart-usepoints.magestore-onepagecheckout .input-box {
  position: relative;
}
.rewards__checkout-cart-usepoints.magestore-onepagecheckout .input-box label {
  position: absolute;
  top: 5px;
  color: #898989;
}
.rewards__checkout-cart-usepoints .input-box {
  position: relative;
}
.rewards__checkout-cart-usepoints .input-box label {
  position: absolute;
  top: 5px;
  left: 3px;
  color: #898989;
}
.rewards__checkout-cart-usepoints #points_amount:focus + label,
.rewards__checkout-cart-usepoints #points_amount:valid + label {
  top: -18px;
  font-size: 12px;
}
.rewards__checkout-cart-usepoints .discount-form p {
  margin-bottom: 15px;
}
.rewards__checkout-cart-usepoints .discount-form .buttons-container {
  margin-top: 5px;
}
.rewards__checkout-cart-usepoints .discount-form .checkbox-group {
  clear: both;
  padding-top: 10px;
}
.rewards__checkout-cart-usepoints .amount {
  display: table;
  width: 100%;
  margin-bottom: .5rem;
}
.rewards__checkout-cart-usepoints .amount .field {
  display: table-cell;
}
.rewards__checkout-cart-usepoints .amount .actions-toolbar {
  display: table-cell;
  vertical-align: top;
  width: 1%;
}
.rewards__checkout-cart-usepoints .amount .actions-toolbar button,
.rewards__checkout-cart-usepoints .amount .actions-toolbar .cart.table-wrapper .actions-toolbar > .action,
.rewards__checkout-cart-usepoints .amount .actions-toolbar .action-gift {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin: 0 0 0 -1px;
  white-space: nowrap;
  width: auto;
}
.rewards__checkout-cart-usepoints label.magestore-onestepcheckout-lab-fix {
  top: -2px !important;
  left: inherit;
  font-size: 14px !important;
  color: #898989 !important;
}
.rewards__checkout-cart-usepoints .magestore-onestepcheckout-button-fix {
  padding: 0 5px;
  width: 105px;
  height: 35px;
  background-color: black !important;
}
.rewards__checkout-cart-usepoints .magestore-onestepcheckout-button-fix span {
  color: white;
}
.checkbox-group label span.checkout-rewards-all-block {
  position: inherit;
  margin-left: 25px;
}
.checkbox-group label span.checkout-rewards-all-block span {
  position: inherit;
  display: inline-block;
}
.checkbox-group label span.checkout-rewards-all-block b {
  position: inherit;
}
.aw-onestep-sidebar-block .actions-toolbar.rewards-buttons-block {
  max-width: inherit !important;
}
.aw-onestep-sidebar-block .actions-toolbar.rewards-buttons-block .primary button,
.aw-onestep-sidebar-block .actions-toolbar.rewards-buttons-block .primary .cart.table-wrapper .actions-toolbar > .action,
.aw-onestep-sidebar-block .actions-toolbar.rewards-buttons-block .primary .action-gift {
  width: 49% !important;
}
.checkout-payment-method .payment-option-content .actions-toolbar.rewards-checkout-buttons-block {
  display: inline;
  width: inherit;
}
.checkout-payment-method .payment-option-content .actions-toolbar.rewards-checkout-buttons-block .button {
  margin-right: 10px;
}
.catalog-product-view .rewards__product-points {
  display: inline-block;
  font-size: 12px;
  color: #F96B25;
}
.catalog-product-view .rewards__product-points .price {
  font-size: 12px !important;
  line-height: 1em !important;
}
.product-items .product-item-info .rewards__product-points {
  font-size: 12px;
  color: #000;
  margin-top: -10px;
}
.product-items .product-item-info .rewards__product-points .price {
  font-size: 12px;
  color: #F96B25;
}
.rewards__product-earn-points.rewards__product-points .points-loader.loader {
  position: absolute;
  height: 17px;
}
.block-products-list .rewards__product-points {
  margin-top: -2rem;
  margin-bottom: 2rem;
}
.product-info-main .product-info-price {
  position: relative;
}
.product-info-main .product-info-price .rewards__product-points .price {
  font-size: 12px;
  color: #F96B25;
}
.product-info-main .product-info-price .product-info-stock-sku .stock {
  margin-top: 15px;
}
#amasty-shopby-product-list .product-item-details .rewards__product-points,
.widget-product-grid .product-item-details .rewards__product-points {
  display: block;
  width: 100%;
  margin-top: 0px;
  font-size: 12px;
  color: #F96B25;
}
#amasty-shopby-product-list .product-item-details .rewards__product-points .price,
.widget-product-grid .product-item-details .rewards__product-points .price {
  font-size: 12px;
  color: #F96B25;
}
.block-referral {
  width: 100%;
  text-align: center;
  margin-top: 25px;
}
.block-referral li {
  list-style-position: inside;
}
.block-title.earn.subtitle {
  margin-top: 25px;
  padding-top: 10px;
}
.block-content.dashed-border {
  border: 1px dashed #cccccc;
  padding: 5px;
  margin-bottom: 20px;
}
.block-rewards-account-summary .table-wrapper.orders-recent {
  border: none;
}
.rewards-account-share div.rewards-social-buttons {
  height: 20px;
}
.rewards-account-share div.rewards-social-buttons div.fb {
  top: 0px !important;
  float: left;
}
.rewards-account-share div.rewards-social-buttons div.fb .fb-like > span {
  height: 20px !important;
}
.rewards-account-share div.rewards-social-buttons div.fb .fb-like > span iframe {
  height: 20px !important;
}
.rewards-account-share div.rewards-social-buttons div.tw {
  top: 0px !important;
  height: 20px !important;
  float: left;
  margin-left: 4px;
}
.mst__expiring-points {
  margin-bottom: 1rem;
}
.mst__referral-widget {
  margin: 10px 0 25px 0;
}
.mst__referral-widget .mst__referral-widget-items {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
  grid-gap: 25px;
  align-items: center;
}
.rewards-account__tiers {
  margin-bottom: 3rem;
}
.rewards-account__tiers .tier-progress-bar {
  margin-top: 5rem;
  margin-bottom: 5rem;
  margin-left: 3rem;
  margin-right: 3rem;
  position: relative;
  height: 1.1rem;
  background: #ccc;
  border-radius: 100px;
}
.rewards-account__tiers .tier-progress-bar .points {
  width: auto;
  display: flex;
  justify-content: space-between;
}
.rewards-account__tiers .tier-progress-bar .points .tier-point {
  width: 2rem;
  height: 2rem;
  background: #ccc;
  border-radius: 100%;
  margin-top: -.5rem;
  position: relative;
  z-index: 1;
}
.rewards-account__tiers .tier-progress-bar .points .tier-point.closed {
  background: #fe5503;
}
.rewards-account__tiers .tier-progress-bar .points .tier-point .tier-logo {
  position: absolute;
  left: 50%;
  top: -6rem;
  color: #727272;
  margin-left: -1.5rem;
  width: 3rem;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.rewards-account__tiers .tier-progress-bar .points .tier-point .label {
  position: absolute;
  left: 0;
  top: -3rem;
  color: #727272;
  font-weight: bold;
  font-size: 1.2rem;
  margin-left: -4.5rem;
  width: 11rem;
  text-align: center;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.rewards-account__tiers .tier-progress-bar .points .tier-point .label[data-description]:hover {
  text-decoration: underline;
  cursor: pointer;
}
.rewards-account__tiers .tier-progress-bar .points .tier-point .number {
  position: absolute;
  left: 0;
  top: 2.5rem;
  margin-left: -3rem;
  width: 8rem;
  text-align: center;
}
.rewards-account__tiers .tier-progress-bar .points .tier-point .number > span {
  display: inline-block;
  background: #fe5503;
  color: #fff;
  border-radius: 12px;
  font-size: 1.1rem;
  padding: 0.1rem .5rem;
  white-space: nowrap;
}
.rewards-account__tiers .tier-progress-bar .closers {
  width: auto;
  display: flex;
  justify-content: space-between;
}
.rewards-account__tiers .tier-progress-bar .closers .closer {
  position: absolute;
  left: 0;
  top: .3rem;
  height: .5rem;
  padding: 0 2px;
  box-sizing: border-box;
}
.rewards-account__tiers .tier-progress-bar .closers .closer .progress {
  height: .5rem;
  background: #fe5503;
}
.rewards-account__tiers .to-next {
  margin-top: .5rem;
  text-align: center;
  font-size: 1.2rem;
  color: #666;
  margin-bottom: 0;
}
.rewards-account__tiers .to-next .open-popup {
  color: #727272;
  cursor: pointer;
}
.column .block-addbysku .fieldset {
  margin: 0;
}
.column .block-addbysku .fieldset .fields {
  position: relative;
}
.column .block-addbysku .fieldset .fields .field {
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: top;
}
.column .block-addbysku .fieldset .fields .actions-toolbar {
  position: absolute;
  right: 0;
  top: 4px;
}
.column .block-addbysku .sku {
  margin-right: -155px;
  padding-right: 160px;
  width: 100%;
}
.column .block-addbysku .skus > .label {
  margin-top: 10px;
}
.column .block-addbysku .qty .qty + .mage-error {
  width: 80px;
}
.column .block-addbysku .block-content .actions-toolbar {
  clear: both;
  margin: 0 0 20px;
  text-align: left;
}
.column .block-addbysku .block-content .actions-toolbar:before,
.column .block-addbysku .block-content .actions-toolbar:after {
  content: '';
  display: table;
}
.column .block-addbysku .block-content .actions-toolbar:after {
  clear: both;
}
.column .block-addbysku .block-content .actions-toolbar .primary {
  float: left;
}
.column .block-addbysku .block-content .actions-toolbar .primary,
.column .block-addbysku .block-content .actions-toolbar .secondary {
  display: inline-block;
}
.column .block-addbysku .block-content .actions-toolbar .primary a.action,
.column .block-addbysku .block-content .actions-toolbar .secondary a.action {
  display: inline-block;
}
.column .block-addbysku .block-content .actions-toolbar .primary .action {
  margin: 0 5px 0 0;
}
.column .block-addbysku .block-content .actions-toolbar .secondary a.action {
  margin-top: 6px;
}
.column .block-addbysku .block-content .actions-toolbar .primary,
.column .block-addbysku .block-content .actions-toolbar .secondary {
  display: block;
  float: none;
}
.column .block-addbysku .block-content .actions-toolbar > .secondary {
  text-align: left;
}
.column .block-addbysku .reset {
  margin: 10px 0;
}
.column .block-addbysku .note {
  display: block;
  margin: 0 0 20px;
}
.block-cart-failed {
  margin-top: 40px;
}
.block-cart-failed .block-title {
  font-size: 2.6rem;
}
.block-cart-failed .block-title strong {
  font-weight: 300;
}
.block-cart-failed .actions {
  text-align: center;
}
.block-cart-failed .actions .action {
  margin-bottom: 10px;
}
.bundle-options-container {
  clear: both;
  margin-bottom: 40px;
}
.bundle-options-container .legend.title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.bundle-options-container .product-add-form {
  display: none;
}
.bundle-options-container .product-options-wrapper {
  margin-bottom: 30px;
}
.bundle-options-container .action.back {
  margin-bottom: 30px;
}
.bundle-options-container .price-box .price {
  font-size: 18px;
  font-weight: 700;
}
.bundle-options-container .block-bundle-summary {
  background: #e8e8e8;
  padding: 10px 20px;
}
.bundle-options-container .block-bundle-summary > .title > strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.bundle-options-container .block-bundle-summary .bundle-summary {
  margin-top: 30px;
}
.bundle-options-container .block-bundle-summary .bundle-summary.empty {
  display: none;
}
.bundle-options-container .block-bundle-summary .bundle-summary > .subtitle {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  display: block;
}
.bundle-options-container .block-bundle-summary .bundle.items > li {
  margin-bottom: 10px;
}
.bundle-options-container .block-bundle-summary .box-tocart .actions {
  display: inline-block;
  margin-bottom: 10px;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action {
  vertical-align: top;
}
.bundle-options-container .nested .field.qty {
  margin-top: 20px;
}
.bundle-options-container .nested .field.qty .label {
  font-weight: 700;
  margin: 0 0 5px;
  display: inline-block;
}
.bundle-options-container p.required {
  color: #e02b27;
}
.bundle-options-container .product-options-bottom {
  clear: left;
}
.products {
  margin: 30px 0;
}
.product-item {
  vertical-align: top;
}
.products-grid .product-item {
  display: block;
  /*width: 100%/2;*/
}
.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 {
  display: none;
}
.product-item-actions .actions-secondary > .action:before {
  margin: 0;
}
.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;
  text-transform: lowercase;
}
.product-item .price-box {
  margin: 10px 0 25px;
}
.product-item .price-box .price {
  font-size: 1.4rem;
  font-weight: 700;
  white-space: nowrap;
}
.product-item .price-box .price-label {
  font-size: 12px;
}
.product-item .price-box .price-label:after {
  content: ':';
}
.product-item .special-price .price,
.product-item .minimal-price .price {
  font-size: 1.4rem;
  font-weight: 700;
}
.product-item .special-price .price-wrapper,
.product-item .minimal-price .price-wrapper {
  display: inline-block;
}
.product-item .special-price .price-including-tax + .price-excluding-tax,
.product-item .minimal-price .price-including-tax + .price-excluding-tax {
  display: block;
}
.product-item .special-price {
  display: block;
}
.product-item .old-price .price {
  font-weight: 400;
}
.product-item .minimal-price .price-container {
  display: block;
}
.product-item .minimal-price-link {
  margin-top: 5px;
}
.product-item .minimal-price-link .price-label {
  color: #1979c3;
  font-size: 1.4rem;
}
.product-item .minimal-price-link .price {
  font-weight: 400;
}
.product-item .minimal-price-link,
.product-item .price-excluding-tax,
.product-item .price-including-tax {
  display: block;
  white-space: nowrap;
}
.product-item .price-from,
.product-item .price-to {
  margin: 0;
}
.product-item .tocompare:before {
  content: '\e61f';
}
.product-item .tocart {
  white-space: nowrap;
}
.price-container .price {
  font-size: 1.4rem;
}
.price-container .price-including-tax + .price-excluding-tax,
.price-container .weee {
  margin-top: 5px;
}
.price-container .price-including-tax + .price-excluding-tax,
.price-container .weee,
.price-container .price-including-tax + .price-excluding-tax .price,
.price-container .weee .price,
.price-container .weee + .price-excluding-tax:before,
.price-container .weee + .price-excluding-tax .price {
  font-size: 1.1rem;
}
.price-container .weee:before {
  content: '(' attr(data-label) ': ';
}
.price-container .weee:after {
  content: ')';
}
.price-container .weee + .price-excluding-tax:before {
  content: attr(data-label) ': ';
}
.products-list {
  /*.product-image-wrapper {
            &:extend(.abs-reset-image-wrapper all);
        }*/
}
.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;
}
/*.media-width(@extremum, @break) when (@extremum = 'min') and (@break = @screen__m) {
    .page-products {
        .products-grid {
            .product-item {
                width: 100%/3;
            }
        }
    }

    .page-products.page-layout-1column {
        .products-grid {
            .product-item {
                width: 100%/4;
            }
        }
    }

    .page-products.page-layout-3columns {
        .products-grid {
            .product-item {
                width: 100%/2;
            }
        }
    }
}
.media-width(@extremum, @break) when (@extremum = 'min') and (@break = @screen__l) {
    .products-grid {
        .product-item {
            width: 100%/5;
        }
    }

    .page-layout-1column {
        .products-grid {
            .product-item {
                width: 100%/6;
            }
        }
    }

    .page-layout-3columns {
        .products-grid {
            .product-item {
                width: 100%/4;
            }
        }
    }

    .page-products {
        .products-grid {
            .product-items {
                margin: 0;
            }
            
            .product-item {
                margin-left: calc(~'(100% - 4 * 23.233%) / 3');
                padding: 0;
                width: 23.233%;

                &:nth-child(4n + 1) {
                    margin-left: 0;
                }
            }
        }
    }

    .page-products {
        &.page-layout-1column {
            .products-grid {
                .product-item {
                    margin-left: 0;
                    width: 100%/5;
                }
            }
        }

        &.page-layout-3columns {
            .products-grid {
                .product-item {
                    margin-left: 1%;
                    width: 32.667%;

                    &:nth-child(3n) {
                        margin-left: 1%;
                    }

                    &:nth-child(3n + 1) {
                        margin-left: 0;
                    }
                }
            }
        }
    }
}
*/
.page-products .columns {
  position: relative;
  z-index: 1;
}
.toolbar-amount {
  display: block;
  line-height: 26px;
  margin: 0;
  padding: 8px 0 0;
  vertical-align: middle;
}
.products.wrapper ~ .toolbar .toolbar-amount {
  display: none;
}
.toolbar-products {
  margin-bottom: 40px;
  padding: 0 10px;
  text-align: center;
}
.toolbar-products .pages {
  display: none;
}
.products.wrapper ~ .toolbar-products .pages {
  display: block;
}
.toolbar-products .limiter .control {
  display: inline-block;
}
.sorter {
  padding: 4px 0 0;
}
.products.wrapper ~ .toolbar .sorter {
  display: none;
}
.sorter .sorter-action {
  position: relative;
  top: -2px;
}
.sorter-options {
  margin: 0 0 0 7px;
  width: auto;
}
.sorter-action {
  vertical-align: top;
  display: inline-block;
  text-decoration: none;
}
.sorter-action > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sorter-action:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 32px;
  color: #8f8f8f;
  content: '\e613';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sorter-action:hover:before {
  color: #333333;
}
.sorter .sort-desc:before {
  content: '\e614';
}
.modes {
  display: none;
}
.limiter-options {
  margin: 0 5px 0 7px;
  width: auto;
}
.limiter-label {
  font-weight: 400;
}
.page-products .toolbar .limiter {
  display: none;
}
.old-price,
.old.price {
  text-decoration: line-through;
}
.prices-tier .price-container .price-including-tax + .price-excluding-tax:before {
  content: '(' attr(data-label) ': ';
}
.prices-tier .price-container .price-including-tax + .price-excluding-tax:last-child:after {
  content: ')';
}
.prices-tier .price-container .weee[data-label] {
  display: inline;
}
.prices-tier .price-container .weee[data-label] .price {
  font-size: 1.1rem;
}
.prices-tier .price-container .weee[data-label]:before {
  content: ' +' attr(data-label) ': ';
}
.actual-price {
  font-weight: 700;
}
.category-image .image {
  display: block;
  height: auto;
  max-width: 100%;
}
.category-image,
.category-description {
  margin-bottom: 20px;
}
.product-image-container {
  display: inline-block;
  max-width: 100%;
}
.product-image-wrapper {
  display: block;
  height: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.product-image-photo {
  bottom: 0;
  display: block;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}
.product.media .placeholder .photo.container {
  max-width: 100%;
}
.product.media .notice {
  color: #7d7d7d;
  font-size: 1.2rem;
  margin: 10px 0;
}
.product.media .product.thumbs {
  margin: 20px 0 30px;
}
.product.media .items.thumbs {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.product.media .items.thumbs > li {
  display: inline-block;
  vertical-align: top;
}
.product.media .items.thumbs .active {
  display: block;
  line-height: 1;
}
.product.info.detailed {
  clear: both;
  margin-bottom: 30px;
}
.product.info.detailed .additional-attributes {
  width: auto;
}
.product.info.detailed .additional-attributes > thead > tr > td,
.product.info.detailed .additional-attributes > tbody > tr > td,
.product.info.detailed .additional-attributes > tfoot > tr > td {
  padding: 4px 5px 10px 5px;
}
.product.info.detailed .additional-attributes > thead > tr > th,
.product.info.detailed .additional-attributes > tbody > tr > th,
.product.info.detailed .additional-attributes > tfoot > tr > th {
  padding: 4px 30px 10px 0;
}
.product-info-main .page-title-wrapper .page-title {
  line-height: 1.42857143;
  margin-bottom: 10px;
}
.product-info-main .stock.available,
.product-info-main .stock.unavailable {
  display: inline-block;
  font-weight: 700;
  margin-right: 20px;
  text-transform: uppercase;
  vertical-align: top;
}
.product-info-main .product.attribute.sku {
  display: inline-block;
  vertical-align: top;
  color: #7d7d7d;
}
.product-info-main .product.attribute.sku > .value {
  display: inline-block;
  vertical-align: top;
  word-break: break-all;
}
.product-info-main .product.attribute.sku .type {
  margin-right: 5px;
}
.product-info-main .product.attribute.overview {
  margin: 20px 0;
}
.product-info-main .product.alert {
  margin: 10px 0;
}
.product-info-main .price-box {
  margin-top: 10px;
}
.product-info-main .product-reviews-summary .reviews-actions {
  font-size: 1.4rem;
}
.product-options-wrapper .fieldset-product-options-inner .legend {
  font-weight: 700;
  margin: 0 0 5px;
  font-size: 1.4rem;
  border: none;
  display: inline-block;
  float: none;
  padding: 0;
}
.product-options-wrapper .fieldset-product-options-inner input.datetime-picker ~ select.datetime-picker {
  margin-top: 10px;
}
.product-options-wrapper .fieldset-product-options-inner.required .legend:after,
.product-options-wrapper .fieldset-product-options-inner._required .legend:after {
  content: '*';
  color: #e02b27;
  font-size: 1.2rem;
  margin: 0 0 0 5px;
}
.product-options-wrapper .field .note {
  display: block;
}
.product-info-main .price-box .price-including-tax + .price-excluding-tax,
.product-options-bottom .price-box .price-including-tax + .price-excluding-tax,
.product-info-main .price-box .weee + .price-excluding-tax,
.product-options-bottom .price-box .weee + .price-excluding-tax,
.product-info-main .price-box .weee,
.product-options-bottom .price-box .weee {
  font-size: 1.2rem;
  line-height: 14px;
  margin-bottom: 5px;
}
.product-info-main .price-box .price-including-tax + .price-excluding-tax .price,
.product-options-bottom .price-box .price-including-tax + .price-excluding-tax .price,
.product-info-main .price-box .weee + .price-excluding-tax .price,
.product-options-bottom .price-box .weee + .price-excluding-tax .price,
.product-info-main .price-box .weee .price,
.product-options-bottom .price-box .weee .price {
  font-size: 1.2rem;
  font-weight: 700;
}
.product-info-main .price-box .price-wrapper .price,
.product-options-bottom .price-box .price-wrapper .price {
  font-size: 1.8rem;
  font-weight: 700;
}
.product-info-main .price-box .price,
.product-options-bottom .price-box .price {
  white-space: nowrap;
}
.product-info-main .special-price,
.product-options-bottom .special-price {
  display: block;
  margin: 10px 0;
}
.product-info-main .special-price .price-container,
.product-options-bottom .special-price .price-container {
  font-size: 1.4rem;
}
.product-info-main .special-price .price-label + .price-wrapper,
.product-options-bottom .special-price .price-label + .price-wrapper {
  display: inline-block;
}
.product-info-main .old-price .price-label:after,
.product-options-bottom .old-price .price-label:after,
.product-info-main .special-price .price-label:after,
.product-options-bottom .special-price .price-label:after {
  content: ': ';
}
.product-info-main .box-tocart,
.product-options-bottom .box-tocart {
  margin: 20px 0;
}
.product-info-main .box-tocart .field.qty,
.product-options-bottom .box-tocart .field.qty {
  padding-right: 15px;
}
.product-info-main .box-tocart .input-text.qty,
.product-options-bottom .box-tocart .input-text.qty {
  height: 52px;
  text-align: center;
  width: 52px;
}
.product-info-main .box-tocart .actions,
.product-options-bottom .box-tocart .actions {
  text-align: center;
}
.product-info-main .product-addto-links,
.product-options-bottom .product-addto-links {
  margin: 20px 0;
}
.product-info-main .action.tocompare,
.product-options-bottom .action.tocompare {
  vertical-align: top;
}
.prices-tier {
  background: #f5f5f5;
  margin: 10px 0;
  padding: 10px 15px;
}
.prices-tier .price-container {
  display: inline-block;
}
.prices-tier .price-including-tax,
.prices-tier .price-excluding-tax,
.prices-tier .weee {
  display: inline-block;
}
.prices-tier .price-including-tax .price,
.prices-tier .price-excluding-tax .price,
.prices-tier .weee .price {
  font-size: 1.4rem;
  font-weight: 700;
}
.ui-dialog-titlebar-close {
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #1979c3;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
.ui-dialog-titlebar-close:visited {
  color: #1979c3;
  text-decoration: none;
}
.ui-dialog-titlebar-close:hover {
  color: #006bb4;
  text-decoration: underline;
}
.ui-dialog-titlebar-close:active {
  color: #ff5501;
  text-decoration: underline;
}
.ui-dialog-titlebar-close:hover,
.ui-dialog-titlebar-close:active,
.ui-dialog-titlebar-close:focus {
  background: none;
  border: 0;
}
.ui-dialog-titlebar-close.disabled,
.ui-dialog-titlebar-close[disabled],
fieldset[disabled] .ui-dialog-titlebar-close {
  color: #1979c3;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.block.related .action.select {
  margin: 0 5px;
}
.sidebar .product-items .product-item {
  margin-bottom: 20px;
  position: relative;
}
.sidebar .product-items .product-item-info {
  position: relative;
  width: auto;
}
.sidebar .product-items .product-item-info .product-item-photo {
  left: 0;
  position: absolute;
  top: 0;
}
.sidebar .product-items .product-item-name {
  margin-top: 0;
}
.sidebar .product-items .product-item-details {
  margin: 0 0 0 85px;
}
.sidebar .product-items .product-item-actions {
  display: block;
  margin-top: 10px;
}
.sidebar .product-items .price-box {
  display: block;
  margin: 7px 0;
}
.sidebar .product-items .text {
  margin-right: 8px;
}
.sidebar .product-items .counter {
  color: #7d7d7d;
  font-size: 1.2rem;
  white-space: nowrap;
}
.sidebar .product-items .minilist .price {
  display: inline;
  padding: 0;
}
.sidebar .product-items .minilist .weee:before {
  display: inline-block;
}
.sidebar .action.delete {
  position: absolute;
  right: 0;
  top: -1px;
}
.sidebar .block-wishlist .action.delete {
  line-height: unset;
  width: auto;
}
.sidebar .block-compare .action.delete {
  right: initial;
}
.sidebar .product-items-images {
  margin-left: -5px;
}
.sidebar .product-items-images .product-item {
  float: left;
  padding-left: 5px;
}
.sidebar .product-items-names .product-item {
  display: flex;
  margin-bottom: 10px;
}
.sidebar .product-items-names .product-item-name {
  margin: 0;
}
.catalog-category-view.page-layout-1column .column.main {
  min-height: inherit;
}
body.catalog-product-compare-index .action.print {
  float: right;
  margin: 15px 0;
}
.table-wrapper.comparison {
  clear: both;
  max-width: 100%;
  overflow-x: auto;
}
.table-comparison {
  table-layout: fixed;
}
.table-comparison .cell.label,
.table-comparison td:last-child {
  border-right: 1px solid #d1d1d1;
}
.table-comparison .cell {
  padding: 15px;
  width: 140px;
}
.table-comparison .cell .attribute.value {
  overflow: hidden;
  width: 100%;
}
.table-comparison .cell.product.info,
.table-comparison .cell.product.label {
  border-bottom: 1px solid #d1d1d1;
}
.table-comparison .cell.label .attribute.label {
  display: block;
  width: 100%;
  word-wrap: break-word;
}
.table-comparison .cell.attribute {
  font-size: 1.3rem;
}
.table-comparison .cell.attribute img {
  height: auto;
  max-width: 100%;
}
.table-comparison .product-item-photo {
  display: block;
  margin: 0 auto 15px;
}
.table-comparison .product-image-photo {
  margin-left: 0;
}
.table-comparison .product-item-actions,
.table-comparison .price-box,
.table-comparison .product.rating,
.table-comparison .product-item-name {
  display: block;
  margin: 15px 0;
}
.table-comparison .product-addto-links {
  margin-top: 15px;
}
.table-comparison .product-addto-links .action.split,
.table-comparison .product-addto-links .action.toggle {
  line-height: 1.2rem;
  padding: 5px 8px;
  font-size: 1.1rem;
}
.table-comparison .product-addto-links .action.toggle {
  padding: 0;
}
.table-comparison .cell.remove {
  padding-bottom: 0;
  padding-top: 0;
  text-align: right;
}
.table-comparison .product-item-actions > .actions-primary + .actions-secondary {
  margin-top: 10px;
}
.table-comparison .action.tocart {
  white-space: nowrap;
}
.comparison.headings {
  background: #ffffff;
  left: 0;
  position: absolute;
  top: 0;
  width: auto;
  z-index: 2;
}
.block-compare .product-item .product-item-name {
  margin-left: 22px;
}
.block-compare .action.delete {
  left: -6px;
  position: absolute;
  right: 0;
  top: 0;
}
.block-compare .actions-toolbar {
  margin: 17px 0 0;
}
.block-category-event {
  background: #f0f0f0;
  color: #333333;
  padding: 10px 0 15px;
  text-align: center;
}
.block-category-event.block:last-child {
  margin-bottom: 10px;
}
.block-category-event .block-title {
  margin: 0 0 10px;
}
.block-category-event .block-title strong {
  font-size: 1.5rem;
  font-weight: 300;
}
.block-category-event .ticker {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.block-category-event .ticker li {
  display: none;
  margin: 0 15px;
}
.block-category-event .ticker .value {
  font-size: 1.8rem;
  font-weight: 300;
}
.block-category-event .ticker .label {
  font-size: 1rem;
  display: block;
  text-transform: lowercase;
}
.block-category-event .dates {
  display: table;
  margin: 0 auto;
}
.block-category-event .dates .start,
.block-category-event .dates .end {
  display: table-cell;
  vertical-align: top;
}
.block-category-event .dates .date {
  font-size: 1.8rem;
}
.block-category-event .dates .time {
  display: block;
}
.block-category-event .dates .start {
  padding-right: 40px;
  position: relative;
}
.block-category-event .dates .start:after {
  font-size: 1.8rem;
  content: '\2013';
  display: block;
  position: absolute;
  right: 15px;
  top: 0;
}
.block-search {
  margin-bottom: 0;
}
.block-search .block-title {
  display: none;
}
.block-search .block-content {
  margin-bottom: 0;
}
.block-search .label {
  text-decoration: none;
  display: inline-block;
  float: right;
}
.block-search .label > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.block-search .label:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 35px;
  line-height: 33px;
  color: #8f8f8f;
  content: '\e615';
  font-family: 'icons-blank-theme';
  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 #d1d1d1;
  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 li {
  border-top: 1px solid #e5e5e5;
  cursor: pointer;
  margin: 0;
  padding: 5px 40px 5px 10px;
  position: relative;
  text-align: left;
  white-space: normal;
}
.search-autocomplete ul li:not(:empty) {
  border-top: 0;
  border: 1px solid #c2c2c2;
  background: #ffffff;
}
.search-autocomplete ul li:first-child {
  border-top: none;
}
.search-autocomplete ul li:hover,
.search-autocomplete ul li.selected {
  background: #e8e8e8;
}
.search-autocomplete ul li .amount {
  color: #999999;
  position: absolute;
  right: 7px;
  top: 5px;
}
.form.search.advanced .fields.range .field:first-child {
  position: relative;
}
.form.search.advanced .fields.range .field:first-child .control {
  padding-right: 25px;
}
.form.search.advanced .fields.range .field:first-child .control:after {
  content: ' \2013 ';
  display: inline-block;
  position: absolute;
  right: 0;
  text-align: center;
  top: 6px;
  width: 25px;
}
.form.search.advanced .fields.range .field:last-child {
  position: relative;
}
.form.search.advanced .fields.range .field:last-child div.mage-error {
  left: 0;
  position: absolute;
  top: 32px;
}
.form.search.advanced .fields.range .field.with-addon .control {
  padding-right: 45px;
}
.form.search.advanced .group.price .addon .addafter {
  background: none;
  border: 0;
  padding-top: 6px;
  position: absolute;
  right: 0;
  top: 0;
}
.search.summary {
  margin-bottom: 10px;
}
.cart-summary {
  background: #f5f5f5;
  margin-bottom: 25px;
  padding: 1px 15px 25px;
}
.cart-summary > .title {
  display: block;
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.cart-summary .block {
  margin-bottom: 0;
}
.cart-summary .block .item-options {
  margin-left: 0;
}
.cart-summary .block .fieldset {
  margin: 15px 0 25px 5px;
}
.cart-summary .block .fieldset .field {
  margin: 0 0 10px;
}
.cart-summary .block .fieldset .field.note {
  font-size: 12px;
}
.cart-summary .block .fieldset .methods .field > .label {
  display: inline;
}
.cart-totals {
  border-top: 1px solid #d1d1d1;
  padding-top: 10px;
}
.cart-totals .table-wrapper {
  margin-bottom: 0;
  overflow: inherit;
}
.cart-totals .discount.coupon {
  display: none;
}
.cart.table-wrapper .items thead + .item {
  border-top: 1px solid #d1d1d1;
}
.cart.table-wrapper .items > .item {
  border-bottom: 1px solid #d1d1d1;
  position: relative;
}
.cart.table-wrapper .col {
  padding-top: 20px;
}
.cart.table-wrapper .col.qty .input-text {
  margin-top: -5px;
}
.cart.table-wrapper .item-actions td {
  padding-bottom: 10px;
  text-align: center;
  white-space: normal;
}
.cart.table-wrapper .item .col.item {
  display: block;
  min-height: 75px;
  padding: 25px 0 10px 75px;
  position: relative;
}
.cart.table-wrapper .actions-toolbar > .action,
.action-gift {
  display: inline-block;
  text-decoration: none;
  margin-bottom: 10px;
  margin-right: 10px;
}
.cart.table-wrapper .actions-toolbar > .action:hover,
.cart.table-wrapper .actions-toolbar > .action:active,
.cart.table-wrapper .actions-toolbar > .action:focus,
.action-gift:hover,
.action-gift:active,
.action-gift:focus {
  text-decoration: none;
}
.cart.table-wrapper .actions-toolbar > .action:last-child,
.action-gift:last-child {
  margin-right: 0;
}
.cart.table-wrapper .action.help.map {
  font-weight: 400;
}
.cart.table-wrapper .product-item-photo {
  display: block;
  left: 0;
  max-width: 60px;
  padding: 0;
  position: absolute;
  top: 15px;
  width: 100%;
}
.cart.table-wrapper .product-item-details {
  white-space: normal;
}
.cart.table-wrapper .product-item-name {
  display: inline-block;
  font-weight: 400;
  margin-top: -6px;
}
.cart.table-wrapper .gift-registry-name-label:after {
  content: ':';
}
.cart.table-wrapper .item-options {
  font-size: 12px;
  margin-bottom: 10px;
}
.cart.table-wrapper .product-item-name + .item-options {
  margin-top: 10px;
}
.cart.table-wrapper .action.configure {
  display: inline-block;
  margin: 0 0 20px;
}
.cart-container .checkout-methods-items {
  margin-top: 20px;
  text-align: center;
}
.cart-container .checkout-methods-items .action.primary {
  width: 100%;
}
.cart-container .checkout-methods-items .item + .item {
  margin-top: 20px;
}
.cart-products-toolbar .toolbar-amount {
  margin: 25px 0 15px;
  padding: 0;
  text-align: center;
}
.cart-products-toolbar .pages {
  margin: 0 0 25px;
  text-align: center;
}
.cart-products-toolbar .pages .items > .item {
  border-bottom: 0;
}
.cart-products-toolbar-top {
  border-bottom: 1px solid #d1d1d1;
}
.block.crosssell {
  margin-top: 70px;
}
.cart-tax-info + .cart-tax-total,
.cart .cart-tax-info + .cart-tax-total {
  display: block;
}
.cart.table-wrapper .col.price,
.order-items.table-wrapper .col.price,
.cart.table-wrapper .col.qty,
.order-items.table-wrapper .col.qty,
.cart.table-wrapper .col.subtotal,
.order-items.table-wrapper .col.subtotal,
.cart.table-wrapper .col.msrp,
.order-items.table-wrapper .col.msrp {
  text-align: right;
}
.block-minicart .items-total {
  float: left;
  margin: 0 10px;
}
.block-minicart .items-total .count {
  font-weight: 700;
}
.block-minicart .subtotal {
  margin: 0 10px 10px;
  text-align: right;
}
.block-minicart .amount .price-wrapper:first-child .price {
  font-size: 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 .text.empty {
  text-align: center;
}
.block-minicart .block-content > .actions {
  margin-top: 15px;
  text-align: center;
}
.block-minicart .block-content > .actions > .primary {
  margin: 0 10px 15px;
}
.block-minicart .block-content > .actions > .primary .action.primary {
  display: block;
  margin-bottom: 15px;
  width: 100%;
}
.block-minicart .block-content > .actions > .primary .action.primary:last-child {
  margin-bottom: 0;
}
.block-minicart .block-category-link,
.block-minicart .block-product-link,
.block-minicart .block-cms-link,
.block-minicart .block-banners {
  margin: 15px 0 0;
  text-align: center;
}
.minicart-wrapper {
  display: inline-block;
  position: relative;
  float: right;
}
.minicart-wrapper:before,
.minicart-wrapper:after {
  content: '';
  display: table;
}
.minicart-wrapper:after {
  clear: both;
}
.minicart-wrapper .action.showcart {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.minicart-wrapper .action.showcart:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 35px;
  line-height: 33px;
  color: #8f8f8f;
  content: '\e611';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-wrapper .action.showcart:hover:before {
  color: #333333;
}
.minicart-wrapper .action.showcart:active:before {
  color: #8f8f8f;
}
.minicart-wrapper .action.showcart.active {
  display: inline-block;
  text-decoration: none;
}
.minicart-wrapper .action.showcart.active:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 35px;
  line-height: 33px;
  color: #8f8f8f;
  content: '\e611';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-wrapper .action.showcart.active:hover:before {
  color: #333333;
}
.minicart-wrapper .action.showcart.active:active:before {
  color: #8f8f8f;
}
.minicart-wrapper .block-minicart {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 100%;
  width: 320px;
  z-index: 101;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.minicart-wrapper .block-minicart li {
  margin: 0;
}
.minicart-wrapper .block-minicart li:hover {
  cursor: pointer;
}
.minicart-wrapper .block-minicart:before,
.minicart-wrapper .block-minicart:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.minicart-wrapper .block-minicart:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.minicart-wrapper .block-minicart:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.minicart-wrapper .block-minicart:before {
  right: 26px;
  top: -12px;
}
.minicart-wrapper .block-minicart:after {
  right: 25px;
  top: -14px;
}
.minicart-wrapper.active {
  overflow: visible;
}
.minicart-wrapper.active .block-minicart {
  display: block;
}
.minicart-wrapper .block-minicart {
  padding: 25px 20px;
}
.minicart-wrapper .block-minicart .block-title {
  display: none;
}
.minicart-wrapper .product .actions {
  float: right;
  margin: -28px 0 0;
  text-align: right;
}
.minicart-wrapper .product .actions > .primary,
.minicart-wrapper .product .actions > .secondary {
  display: inline;
}
.minicart-wrapper .action.close {
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
}
.minicart-wrapper .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-wrapper .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 32px;
  color: inherit;
  content: '\e616';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-wrapper .action.close:hover:before {
  color: inherit;
}
.minicart-wrapper .action.close:active:before {
  color: inherit;
}
.minicart-wrapper .action.close:focus,
.minicart-wrapper .action.close:active {
  background: none;
  border: none;
}
.minicart-wrapper .action.close:hover {
  background: none;
  border: none;
}
.minicart-wrapper .action.close.disabled,
.minicart-wrapper .action.close[disabled],
fieldset[disabled] .minicart-wrapper .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.minicart-wrapper .action.showcart {
  white-space: nowrap;
}
.minicart-wrapper .action.showcart .counter.qty {
  background: #ff5501;
  color: #ffffff;
  height: 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 .minicart-widgets {
  margin-top: 15px;
}
.minicart-items-wrapper {
  border: 1px solid #cccccc;
  margin: 0 -20px;
  border-left: 0;
  border-right: 0;
  overflow-x: auto;
  padding: 15px;
}
.minicart-items {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.minicart-items .product-item {
  padding: 20px 0;
}
.minicart-items .product-item:not(:first-child) {
  border-top: 1px solid #cccccc;
}
.minicart-items .product-item:first-child {
  padding-top: 0;
}
.minicart-items .product-item-pricing .label {
  display: inline-block;
}
.minicart-items .price-minicart {
  margin-bottom: 5px;
}
.minicart-items .message {
  margin-bottom: 0;
  margin-top: 10px;
}
.minicart-items .product > .product-item-photo,
.minicart-items .product > .product-image-container {
  float: left;
}
.minicart-items .product .toggle {
  display: block;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  white-space: nowrap;
}
.minicart-items .product .toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 16px;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-items .product .toggle:after {
  position: static;
  right: 20px;
  top: 0;
}
.minicart-items .product.active > .toggle:after {
  content: '\e621';
}
.minicart-items .product-item-name {
  font-weight: 400;
  margin: 0 0 10px;
}
.minicart-items .product-item-name a {
  color: #1979c3;
}
.minicart-items .product-item-details {
  padding-left: 88px;
}
.minicart-items .product-item-details .price {
  font-weight: 700;
}
.minicart-items .product-item-details .price-including-tax,
.minicart-items .product-item-details .price-excluding-tax {
  margin: 5px 0 0;
}
.minicart-items .product-item-details .weee[data-label] {
  font-size: 1.1rem;
}
.minicart-items .product-item-details .details-qty {
  margin-top: 10px;
}
.minicart-items .product.options .tooltip.toggle {
  display: inline-block;
  text-decoration: none;
}
.minicart-items .product.options .tooltip.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-items .product.options .tooltip.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: -3px 0 0 7px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-items .product.options .tooltip.toggle .details {
  display: none;
}
.minicart-items .item-qty {
  text-align: center;
  width: 45px;
}
.minicart-items .update-cart-item {
  font-size: 1.1rem;
  margin-left: 5px;
  vertical-align: top;
}
.minicart-items .subtitle {
  display: none;
}
.minicart-items .action.edit,
.minicart-items .action.delete {
  display: inline-block;
  text-decoration: none;
}
.minicart-items .action.edit > span,
.minicart-items .action.delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-items .action.edit:before,
.minicart-items .action.delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #303030;
  content: '\e606';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-items .action.edit:hover:before,
.minicart-items .action.delete:hover:before {
  color: #303030;
}
.minicart-items .action.edit:active:before,
.minicart-items .action.delete:active:before {
  color: #303030;
}
.minicart-items .action.delete:before {
  content: '\e604';
}
.checkout-container {
  margin: 0 0 20px;
}
.opc-wrapper {
  margin: 0 0 20px;
}
.opc-wrapper .step-content {
  margin: 0 0 40px;
}
.checkout-index-index .nav-sections,
.checkout-index-index .nav-toggle {
  display: none;
}
.checkout-index-index .logo {
  margin-left: 0;
}
.checkout-onepage-success .print {
  display: none;
}
.opc-estimated-wrapper {
  border-bottom: 1px solid #cccccc;
  margin: 0 0 15px;
  padding: 18px 15px;
}
.opc-estimated-wrapper .estimated-block {
  font-size: 18px;
  font-weight: 700;
  float: left;
}
.opc-estimated-wrapper .estimated-block .estimated-label {
  display: block;
  margin: 0 0 5px;
}
.opc-estimated-wrapper .minicart-wrapper .action.showcart:before {
  color: #333333;
}
.opc-estimated-wrapper .minicart-wrapper .action.showcart:hover:before {
  color: #555555;
}
.opc-progress-bar {
  margin: 0 0 20px;
  counter-reset: i;
  font-size: 0;
}
.opc-progress-bar-item {
  margin: 0 0 10px;
  display: inline-block;
  position: relative;
  text-align: center;
  vertical-align: top;
  width: 50%;
}
.opc-progress-bar-item:before {
  background: #e4e4e4;
  top: 19px;
  content: '';
  height: 7px;
  left: 0;
  position: absolute;
  width: 100%;
}
.opc-progress-bar-item:first-child:before {
  border-radius: 6px 0 0 6px;
}
.opc-progress-bar-item:last-child:before {
  border-radius: 0 6px 6px 0;
}
.opc-progress-bar-item > span {
  display: inline-block;
  padding-top: 45px;
  width: 100%;
  word-wrap: break-word;
  color: #e4e4e4;
  font-weight: 300;
  font-size: 1.8rem;
}
.opc-progress-bar-item > span:before,
.opc-progress-bar-item > span:after {
  background: #e4e4e4;
  height: 38px;
  margin-left: -19px;
  width: 38px;
  border-radius: 50%;
  content: '';
  left: 50%;
  position: absolute;
  top: 0;
}
.opc-progress-bar-item > span:after {
  background: #ffffff;
  height: 26px;
  margin-left: -13px;
  top: 6px;
  width: 26px;
  content: counter(i);
  counter-increment: i;
  color: #333333;
  font-weight: 600;
  font-size: 1.8rem;
}
.opc-progress-bar-item._active:before {
  background: #ff5501;
}
.opc-progress-bar-item._active > span {
  color: #333333;
}
.opc-progress-bar-item._active > span:before {
  background: #ff5501;
}
.opc-progress-bar-item._active > span:after {
  content: '\e610';
  font-family: 'icons-blank-theme';
  line-height: 1;
  font-size: 2.8rem;
}
.opc-progress-bar-item._complete {
  cursor: pointer;
}
.opc-progress-bar-item._complete > span {
  color: #333333;
}
.opc-progress-bar-item._complete > span:after {
  content: '\e610';
  font-family: 'icons-blank-theme';
  line-height: 1;
  font-size: 2.8rem;
}
.field.choice .field-tooltip {
  display: inline-block;
  margin-left: 10px;
  position: relative;
  top: -3px;
}
.field.choice .field-tooltip-action {
  line-height: 24px;
}
.field._error .control input,
.field._error .control select,
.field._error .control textarea {
  border-color: #ed8380;
}
.opc-wrapper .fieldset > .field > .label {
  font-weight: 400;
}
.field-tooltip {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 1px;
}
.field-tooltip._active {
  z-index: 100;
}
.field-tooltip._active .field-tooltip-content {
  display: block;
}
.field-tooltip._active .field-tooltip-action:before {
  color: #333333;
}
.field-tooltip .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.field-tooltip .field-tooltip-action {
  display: inline-block;
  text-decoration: none;
}
.field-tooltip .field-tooltip-action > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.field-tooltip .field-tooltip-action:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: inherit;
  color: #bbbbbb;
  content: '\e623';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.field-tooltip .field-tooltip-action:hover:before {
  color: #333333;
}
.field-tooltip .field-tooltip-action:before {
  padding-left: 1px;
}
._keyfocus .field-tooltip .field-tooltip-action:focus {
  z-index: 100;
}
._keyfocus .field-tooltip .field-tooltip-action:focus + .field-tooltip-content {
  display: block;
}
._keyfocus .field-tooltip .field-tooltip-action:focus:before {
  color: #333333;
}
.field-tooltip .field-tooltip-content {
  background: #f4f4f4;
  border: 1px solid #999999;
  border-radius: 1px;
  font-size: 14px;
  padding: 12px;
  width: 270px;
  display: none;
  left: 38px;
  position: absolute;
  text-transform: none;
  top: -9px;
  word-wrap: break-word;
  z-index: 2;
}
.field-tooltip .field-tooltip-content:before,
.field-tooltip .field-tooltip-content:after {
  border: 10px solid transparent;
  height: 0;
  width: 0;
  border-right-color: #f4f4f4;
  left: -21px;
  top: 12px;
  content: '';
  display: block;
  position: absolute;
  z-index: 3;
}
.field-tooltip .field-tooltip-content:before {
  border-right-color: #666666;
}
.field-tooltip .field-tooltip-content:after {
  border-right-color: #f4f4f4;
  width: 1px;
  z-index: 4;
}
@media only screen and (max-width: 768px) {
  .field-tooltip .field-tooltip-content {
    left: auto;
    right: -10px;
    top: 40px;
  }
  .field-tooltip .field-tooltip-content::before,
  .field-tooltip .field-tooltip-content::after {
    border: 10px solid transparent;
    height: 0;
    left: auto;
    margin-top: -21px;
    right: 10px;
    top: 0;
    width: 0;
  }
  .field-tooltip .field-tooltip-content::before {
    border-bottom-color: #999999;
  }
  .field-tooltip .field-tooltip-content::after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
}
.opc-wrapper .form-login,
.opc-wrapper .form-shipping-address {
  margin-top: 28px;
  margin-bottom: 20px;
}
.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;
  line-height: 30px;
  margin: 0 0 20px;
  padding: 20px 35px 20px 20px;
  transition: 0.3s border-color;
  width: 50%;
  display: inline-block;
  font-size: 14px;
  position: relative;
  vertical-align: top;
  word-wrap: break-word;
}
.opc-wrapper .shipping-address-item.selected-item {
  border-color: #ff5501;
}
.opc-wrapper .shipping-address-item.selected-item:after {
  background: #ff5501;
  color: #ffffff;
  content: '\e610';
  font-family: 'icons-blank-theme';
  height: 27px;
  width: 29px;
  font-size: 27px;
  line-height: 21px;
  padding-top: 2px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
}
.opc-wrapper .action-show-popup {
  margin: 0 0 20px;
}
.opc-wrapper .action-show-popup > span:before {
  content: '+';
  padding-right: 5px;
}
.opc-wrapper .action-select-shipping-item {
  float: right;
  margin: 20px 0 0;
}
.opc-wrapper .edit-address-link {
  display: block;
  float: left;
  margin: 26px 5px 0 0;
}
.checkout-shipping-method .step-title {
  margin-bottom: 0;
}
.checkout-shipping-method .no-quotes-block {
  margin: 20px 0;
}
.methods-shipping .actions-toolbar .action.primary {
  margin: 20px 0 0;
}
.table-checkout-shipping-method thead th {
  display: none;
}
.table-checkout-shipping-method tbody td {
  border-top: 1px solid #cccccc;
  padding-bottom: 20px;
  padding-top: 20px;
}
.table-checkout-shipping-method tbody td:first-child {
  padding-left: 0;
  padding-right: 0;
  width: 20px;
}
.table-checkout-shipping-method tbody tr:first-child td {
  border-top: none;
}
.table-checkout-shipping-method tbody .row-error td {
  border-top: none;
  padding-bottom: 10px;
  padding-top: 0;
}
.checkout-shipping-method {
  position: relative;
}
.shipping-policy-block.field-tooltip {
  top: 12px;
}
.shipping-policy-block.field-tooltip .field-tooltip-action {
  color: #1979c3;
  cursor: pointer;
}
.shipping-policy-block.field-tooltip .field-tooltip-action:before {
  display: none;
}
.shipping-policy-block.field-tooltip .field-tooltip-content {
  width: 420px;
  top: 30px;
}
.opc-block-shipping-information {
  padding: 0 30px;
}
.opc-block-shipping-information .shipping-information-title {
  border-bottom: 1px solid #cccccc;
  margin: 0 0 20px;
  position: relative;
}
.opc-block-shipping-information .shipping-information-title .action-edit {
  top: 2px;
  display: inline-block;
  text-decoration: none;
  margin: 0;
  position: absolute;
  right: 0;
}
.opc-block-shipping-information .shipping-information-title .action-edit > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.opc-block-shipping-information .shipping-information-title .action-edit:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #8f8f8f;
  content: '\e606';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.opc-block-shipping-information .shipping-information-title .action-edit:hover:before {
  color: #333333;
}
.opc-block-shipping-information .shipping-information-title .action-edit:active:before {
  color: #8f8f8f;
}
.opc-block-shipping-information .shipping-information-content {
  line-height: 27px;
}
.opc-block-shipping-information .shipping-information-content .actions-toolbar {
  margin-left: 0;
}
.opc-block-shipping-information .ship-to,
.opc-block-shipping-information .ship-via {
  margin: 0 0 20px;
}
.opc-block-summary {
  background: #f5f5f5;
  padding: 22px 30px;
  margin: 0 0 20px;
}
.opc-block-summary > .title {
  display: block;
}
.opc-block-summary .mark .value {
  color: #999999;
  display: block;
}
.opc-block-summary .discount.coupon {
  display: none;
}
.opc-block-summary .grand.incl + .grand.excl .mark,
.opc-block-summary .grand.incl + .grand.excl .amount {
  border-top: 0;
  font-size: 1.4rem;
  padding-top: 0;
}
.opc-block-summary .grand.incl + .grand.excl .mark strong,
.opc-block-summary .grand.incl + .grand.excl .amount strong {
  font-weight: 400;
}
.opc-block-summary .not-calculated {
  font-style: italic;
  white-space: normal;
}
.opc-block-summary .items-in-cart > .title {
  border-bottom: 1px solid #d1d1d1;
  padding: 10px 40px 10px 0;
  cursor: pointer;
  display: block;
  text-decoration: none;
  margin-bottom: 0;
  position: relative;
}
.opc-block-summary .items-in-cart > .title > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.opc-block-summary .items-in-cart > .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: 12px;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 3px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.opc-block-summary .items-in-cart > .title:after {
  position: absolute;
  right: 0;
  top: 10px;
}
.opc-block-summary .items-in-cart > .title strong {
  font-size: 1.8rem;
  font-weight: 300;
  margin: 0;
}
.opc-block-summary .items-in-cart.active > .title:after {
  content: '\e621';
}
.opc-block-summary .items-in-cart .product {
  position: relative;
}
.opc-block-summary .minicart-items-wrapper {
  margin: 0 -15px 0 0;
  max-height: 370px;
  padding: 15px 15px 0 0;
  border: 0;
}
.column.main .opc-block-summary .product-item {
  margin: 0;
  padding-left: 0;
}
.opc-block-summary .product-item .product-item-inner {
  display: table;
  margin: 0 0 10px;
  width: 100%;
}
.opc-block-summary .product-item .product-item-name-block {
  display: table-cell;
  padding-right: 5px;
  text-align: left;
}
.opc-block-summary .product-item .subtotal {
  display: table-cell;
  text-align: right;
}
.opc-block-summary .product-item .price {
  font-size: 1.6rem;
  font-weight: 400;
}
.opc-block-summary .product-item .price-including-tax + .price-excluding-tax {
  margin: 0;
}
.opc-block-summary .product-item .price-including-tax + .price-excluding-tax .price {
  font-size: 1rem;
}
.opc-block-summary .actions-toolbar {
  position: relative;
  z-index: 1;
}
.opc-block-summary .actions-toolbar .secondary {
  border-top: 1px solid #d1d1d1;
  display: block;
  float: none;
  margin: -1px 0 0;
  padding: 15px 0 0;
  text-align: left;
}
.opc-block-summary .actions-toolbar .secondary .action {
  margin: 0;
}
.authentication-dropdown {
  box-sizing: border-box;
}
.authentication-dropdown .modal-inner-wrap {
  padding: 25px;
}
.authentication-wrapper {
  float: right;
  margin-top: -60px;
  max-width: 50%;
  position: relative;
  z-index: 1;
}
._has-auth-shown .authentication-wrapper {
  z-index: 900;
}
.block-authentication .block-title {
  font-size: 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-title {
  padding: 20px 0;
  margin: 0;
}
.checkout-payment-method .payment-method-title .payment-icon {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}
.checkout-payment-method .payment-method-title .action-help {
  display: inline-block;
  margin-left: 5px;
}
.checkout-payment-method .payment-method-content {
  display: none;
  padding: 0 0 20px 22px;
}
.checkout-payment-method .payment-method-content .fieldset:not(:last-child) {
  margin: 0 0 20px;
}
.checkout-payment-method .payment-group + .payment-group .step-title {
  margin: 20px 0 0;
}
.checkout-payment-method .field-select-billing,
.checkout-payment-method .billing-address-form {
  max-width: 600px;
}
.checkout-payment-method .billing-address-same-as-shipping-block {
  margin: 0 0 10px;
}
.checkout-payment-method .checkout-billing-address {
  margin: 0 0 20px;
}
.checkout-payment-method .checkout-billing-address .primary .action-update {
  margin-right: 0;
}
.checkout-payment-method .checkout-billing-address .billing-address-details {
  line-height: 27px;
  padding: 0 0 0 23px;
}
.checkout-payment-method .payment-method-note + .checkout-billing-address {
  margin-top: 20px;
}
.checkout-payment-method .payment-method-iframe {
  background-color: transparent;
  display: none;
  width: 100%;
}
.checkout-payment-method .no-payments-block {
  margin: 20px 0;
}
.checkout-payment-method .payment-option._active .payment-option-title .action-toggle:after {
  content: '\e621';
}
.checkout-payment-method .payment-option._collapsible .payment-option-title {
  cursor: pointer;
}
.checkout-payment-method .payment-option._collapsible .payment-option-content {
  display: none;
}
.checkout-payment-method .payment-option-title {
  border-top: 1px solid #cccccc;
  padding: 20px 0;
}
.checkout-payment-method .payment-option-title .action-toggle {
  color: #1979c3;
  display: inline-block;
  text-decoration: none;
}
.checkout-payment-method .payment-option-title .action-toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: #8f8f8f;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.checkout-payment-method .payment-option-title .action-toggle:hover:after {
  color: #333333;
}
.checkout-payment-method .payment-option-title .action-toggle:active:after {
  color: #8f8f8f;
}
.checkout-payment-method .payment-option-content {
  padding: 0 0 20px 22px;
}
.checkout-payment-method .payment-option-inner {
  margin: 0 0 20px;
}
.checkout-payment-method .credit-card-types {
  padding: 0;
}
.checkout-payment-method .credit-card-types .item {
  display: inline-block;
  list-style: none;
  margin: 0 5px 0 0;
  vertical-align: top;
}
.checkout-payment-method .credit-card-types .item._active {
  font-weight: 700;
}
.checkout-payment-method .credit-card-types .item._active img {
  -webkit-filter: grayscale(0%);
}
.checkout-payment-method .credit-card-types .item._inactive {
  opacity: .4;
}
.checkout-payment-method .credit-card-types .item span {
  display: inline-block;
  padding-top: 6px;
  vertical-align: top;
}
.checkout-payment-method .credit-card-types img {
  -webkit-filter: grayscale(100%);
  -webkit-transition: all .6s ease;
}
.checkout-payment-method .ccard .fields > .year {
  padding-left: 5px;
}
.checkout-payment-method .ccard .fields .select {
  padding-left: 5px;
  padding-right: 5px;
}
.checkout-payment-method .ccard .month .select {
  width: 140px;
}
.checkout-payment-method .ccard .year .select {
  width: 80px;
}
.checkout-payment-method .ccard .captcha .input-text,
.checkout-payment-method .ccard .number .input-text {
  width: 225px;
}
.checkout-payment-method .ccard > .field.cvv > .control {
  padding-right: 20px;
  width: auto;
}
.checkout-payment-method .ccard .cvv .input-text {
  width: 55px;
}
.checkout-payment-method .ccard.fieldset > .field .fields.group.group-2 .field {
  width: auto !important;
}
.checkout-agreements-block .checkout-agreements {
  margin-bottom: 20px;
}
.checkout-agreements-block .checkout-agreement.field {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.checkout-agreements-block .checkout-agreement.field.required label:after {
  content: none;
}
.checkout-agreements-block .checkout-agreement.field.required .action-show:after {
  content: '*';
  color: #e02b27;
  font-size: 1.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;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
*/
.contact-index-index .column:not(.sidebar-main) .form.contact {
  float: none;
  width: 50%;
}
.contact-index-index .column:not(.sidebar-additional) .form.contact {
  float: none;
  width: 50%;
}
.login-container .block-new-customer .actions-toolbar {
  margin-top: 25px;
}
.login-container .block .block-title {
  font-size: 1.8rem;
}
.login-container .fieldset:after {
  margin: 10px 0 0;
  content: attr(data-hasrequired);
  display: block;
  letter-spacing: normal;
  word-spacing: normal;
  color: #e02b27;
  font-size: 1.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;
}
.form-address-edit .region_id {
  display: none;
}
.form-edit-account .fieldset.password {
  display: none;
}
.box-billing-address .box-content,
.box-shipping-address .box-content,
.box-information .box-content,
.box-newsletter .box-content {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  line-height: 26px;
}
.fieldset .fullname.field > .label + .control {
  width: 100%;
}
.account .column.main h2 {
  margin-top: 0;
}
.account .column.main .toolbar {
  text-align: center;
}
.account .column.main .toolbar .limiter-options {
  width: auto;
}
.account .sidebar-additional {
  margin-top: 40px;
}
.account .table-wrapper:last-child {
  margin-bottom: 0;
}
.account .table-wrapper .action {
  margin-right: 15px;
}
.account .table-wrapper .action:last-child {
  margin-right: 0;
}
.account-nav .content {
  background: #f5f5f5;
  padding: 15px 0;
}
.account-nav .item {
  margin: 3px 0 0;
}
.account-nav .item:first-child {
  margin-top: 0;
}
.account-nav .item a,
.account-nav .item > strong {
  border-left: 3px solid transparent;
  display: block;
  padding: 5px 18px 5px 15px;
}
.account-nav .item a {
  text-decoration: none;
}
.account-nav .item a:hover {
  background: #e8e8e8;
}
.account-nav .item.current a,
.account-nav .item.current strong {
  border-color: #ff5501;
  font-weight: 600;
}
.account-nav .item.current a {
  border-color: #ff5501;
}
.account-nav .item .delimiter {
  border-top: 1px solid #d1d1d1;
  display: block;
  margin: 10px 1.8rem;
}
.column.main .block:last-child {
  margin-bottom: 0;
}
.block .title {
  margin-bottom: 10px;
}
.block .title strong {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.column.main .block .title strong {
  font-size: 18px;
}
.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;
}
.downloadable.samples {
  margin-bottom: 20px;
}
.downloadable.samples dd {
  margin: 0 0 10px;
}
.table-downloadable-products .product-name {
  margin-right: 15px;
}
.field.downloads .price-container {
  display: inline;
  white-space: nowrap;
}
.field.downloads .price-container:before {
  content: ' + ';
  display: inline;
}
.field.downloads .price-excluding-tax {
  display: inline;
}
.field.downloads .price-excluding-tax:before {
  content: ' (' attr(data-label) ': ';
}
.field.downloads .price-excluding-tax:after {
  content: ')';
}
.field.downloads .price-including-tax {
  font-size: 1.4rem;
  display: inline;
  font-weight: 600;
}
.field.downloads .sample.link {
  float: right;
}
.page-product-downloadable .product-add-form {
  clear: both;
  margin-bottom: 25px;
}
.page-product-downloadable .product-options-bottom .field.qty {
  display: none !important;
}
.cart-summary .block.giftcard .action.check {
  line-height: 1.2rem;
  padding: 5px 8px;
  font-size: 1.1rem;
  margin-top: 20px;
}
.page-product-giftcard .giftcard-amount {
  margin-bottom: 0;
  text-align: left;
}
.page-product-giftcard .giftcard-amount .field:last-child {
  padding-bottom: 20px;
}
.page-product-giftcard .product-options-wrapper .field:first-of-type {
  margin-top: 20px;
}
.giftcard-account .please-wait {
  display: none;
}
.giftcard-account .form-giftcard-redeem .giftcard.info {
  margin-bottom: 30px;
}
.opc-wrapper .form-giftcard-account {
  max-width: 500px;
}
.opc-wrapper .form-giftcard-account .field {
  margin: 0 0 20px;
}
.opc-wrapper .giftcard-account-info {
  margin: 0 0 20px;
}
.opc-wrapper .giftcard-account-info .giftcard-account-number {
  margin: 0 0 10px;
}
.gift-message .field {
  margin-bottom: 20px;
}
.gift-message .field .label {
  color: #666666;
  font-weight: 400;
}
.gift-options .actions-toolbar .action-cancel {
  display: none;
}
.gift-options-title {
  margin: 0 0 20px;
}
.gift-options-content .fieldset {
  margin: 0 0 20px;
}
.gift-summary .actions-toolbar > .secondary {
  float: none;
}
.gift-summary .actions-toolbar > .secondary .action {
  margin: 10px 20px 0 0;
}
.action-gift {
  display: inline-block;
  text-decoration: none;
}
.action-gift:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.action-gift:hover:after {
  color: inherit;
}
.action-gift:active:after {
  color: inherit;
}
.action-gift.active:after,
.action-gift._active:after {
  content: '\e621';
}
.cart.table-wrapper .gift-content {
  box-sizing: border-box;
  clear: left;
  display: none;
  float: left;
  margin: 10px 0 20px;
  text-align: left;
  width: 100%;
}
.cart.table-wrapper .gift-content._active {
  display: block;
}
.gift-item-block {
  margin: 0;
}
.gift-item-block._active .title:after {
  content: '\e621';
}
.gift-item-block .title {
  border-radius: 3px;
  background-image: none;
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #333333;
  cursor: pointer;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 20px 0 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;
}
.gift-item-block .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-item-block .title:hover:after {
  color: inherit;
}
.gift-item-block .title:active:after {
  color: inherit;
}
.gift-item-block .title:focus,
.gift-item-block .title:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #333333;
}
.gift-item-block .title:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555555;
}
.gift-item-block .title.disabled,
.gift-item-block .title[disabled],
fieldset[disabled] .gift-item-block .title {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.gift-item-block .title:active {
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.12);
}
.gift-item-block .content {
  border-bottom: 1px solid #c1c1c1;
  padding: 10px 10px 20px;
  position: relative;
}
.order-details-items .order-gift-message .item-options dt,
.order-details-items .block-order-details-gift-message .item-options dt {
  font-weight: 400;
  margin: 10px 0;
}
.order-details-items .order-gift-message dt:after,
.order-details-items .block-order-details-gift-message dt:after {
  content: '';
}
.order-details-items .order-gift-message .item-message,
.order-details-items .block-order-details-gift-message .item-message {
  clear: left;
}
.order-details-items .order-items .action.show {
  display: inline-block;
  text-decoration: none;
  padding-right: 20px;
  position: relative;
}
.order-details-items .order-items .action.show:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.order-details-items .order-items .action.show:after {
  position: absolute;
  right: 0;
  top: -4px;
}
.order-details-items .order-items .action.show.expanded:after {
  content: '\e621';
}
.block-order-details-gift-message {
  border-top: 1px solid #d1d1d1;
  padding-top: 10px;
}
.form-giftregistry-share .actions-toolbar:not(:last-child),
.form-giftregistry-edit .actions-toolbar:not(:last-child) {
  margin-bottom: 40px;
}
.form-giftregistry-share .fieldset .nested .field:not(.choice) .control,
.form-giftregistry-edit .fieldset .nested .field:not(.choice) .control {
  width: 100%;
}
.table-giftregistry-items .product-image {
  float: left;
  margin-right: 10px;
}
.cart-summary .form.giftregistry .fieldset {
  margin: 25px 0 5px;
}
.cart-summary .form.giftregistry .fieldset .field {
  margin: 0 0 10px;
}
.cart-summary .form.giftregistry .fieldset .field .control {
  float: none;
  width: auto;
}
.cart-summary .form.giftregistry .fieldset .action.primary {
  margin-bottom: 0;
}
.form-giftregistry-search {
  margin-bottom: 60px;
}
.form-giftregistry-search .fields-specific-options .field:nth-last-of-type(1) {
  margin-bottom: 0;
}
.block-giftregistry-results .toolbar-giftregistry-results {
  text-align: center;
}
.block-giftregistry .actions-toolbar {
  margin: 17px 0 0;
}
.block-giftregistry-shared .item-options .item-value {
  margin: 0 0 25px;
}
.block-giftregistry-shared-items .item {
  border-bottom: 1px solid #d1d1d1;
}
.block-giftregistry-shared-items .col {
  padding: 20px 8px 10px;
}
.block-giftregistry-shared-items .col .price-box {
  display: inline-block;
}
.block-giftregistry-shared-items .col .price-wrapper {
  font-size: 1.8rem;
  display: block;
  font-weight: 700;
  white-space: nowrap;
}
.block-giftregistry-shared-items .product .item-options {
  margin-bottom: 0;
}
.block-giftregistry-shared-items .product-item-photo {
  display: block;
  max-width: 65px;
  padding: 10px 0;
}
.block-giftregistry-shared-items .product-item-name {
  display: block;
  margin: 0 0 5px;
}
.gift-wrapping .label {
  margin: 0 0 5px;
  display: inline-block;
}
.gift-wrapping .field {
  margin-bottom: 10px;
}
.gift-wrapping-info {
  font-weight: 300;
  font-size: 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: 38px;
  line-height: 4rem;
  color: #494949;
  content: '\e629';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-wrapping-list .no-image:after {
  display: block;
}
.gift-wrapping-preview,
.gift-wrapping-item > span {
  cursor: pointer;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.gift-wrapping-item {
  float: left;
  margin: 0 10px 10px 0;
}
.gift-wrapping-item:last-child {
  margin-right: 0;
}
.gift-wrapping-item._active span:before {
  border: 3px solid #333333;
  box-sizing: border-box;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 2;
}
.gift-wrapping-item > span {
  height: 4rem;
  width: 4rem;
}
.gift-wrapping-title {
  margin: 10px 0;
}
.gift-wrapping-title .action-remove {
  margin-left: 5px;
}
.gift-options-content .fieldset > .field {
  margin: 0 0 5px;
}
.gift-options-content .fieldset > .field:before {
  display: none;
}
.gift-wrapping-summary .gift-wrapping-title {
  border: 0;
  display: inline-block;
  padding: 0;
}
.opc-wrapper .data.table .gift-wrapping,
.table-order-items .gift-wrapping,
.table-order-review .gift-wrapping {
  margin: 20px 0;
}
.opc-wrapper .data.table .gift-wrapping .title,
.table-order-items .gift-wrapping .title,
.table-order-review .gift-wrapping .title {
  float: none;
}
.opc-wrapper .data.table .gift-wrapping .content,
.table-order-items .gift-wrapping .content,
.table-order-review .gift-wrapping .content {
  margin: 0;
}
.opc-wrapper .data.table .gift-wrapping .content > img,
.table-order-items .gift-wrapping .content > img,
.table-order-review .gift-wrapping .content > img {
  float: left;
  margin: 0 10px 0 0;
  max-height: 50px;
  max-width: 50px;
}
.gift-summary .price-box,
.gift-options .price-box {
  margin-left: 22px;
}
.gift-summary .regular-price:before,
.gift-options .regular-price:before {
  content: attr(data-label) ': ';
}
.gift-summary .regular-price .price,
.gift-options .regular-price .price {
  font-weight: 700;
}
.order-options .item {
  padding-bottom: 20px;
}
.order-options .product {
  margin-bottom: 10px;
}
.order-options .product-image-container {
  float: left;
  padding-right: 10px;
}
.order-options .gift-wrapping {
  margin-bottom: 10px;
}
.table.grouped > thead > tr > th,
.table.grouped > tbody > tr > th,
.table.grouped > tfoot > tr > th,
.table.grouped > thead > tr > td,
.table.grouped > tbody > tr > td,
.table.grouped > tfoot > tr > td {
  border-top: 1px solid #d1d1d1;
}
.table.grouped > caption + thead > tr:first-child > th,
.table.grouped > colgroup + thead > tr:first-child > th,
.table.grouped > thead:first-child > tr:first-child > th,
.table.grouped > caption + thead > tr:first-child > td,
.table.grouped > colgroup + thead > tr:first-child > td,
.table.grouped > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table.grouped > tbody + tbody {
  border-top: 1px solid #d1d1d1;
}
.table.grouped > thead > tr > th {
  border-bottom: 0;
}
.table.grouped .product-item-name {
  font-weight: 400;
}
.table.grouped .price-box .price {
  font-size: 14px;
}
.table.grouped .stock.unavailable {
  font-weight: normal;
  margin: 0;
  text-transform: none;
  white-space: nowrap;
}
.table.grouped .row-tier-price td {
  border-top: 0;
}
.table.grouped .row-tier-price .prices-tier {
  margin: 0 -10px 10px;
}
.form-add-invitations .action.add {
  display: inline-block;
  text-decoration: none;
  line-height: normal;
  padding: 2px 0;
  width: auto;
}
.form-add-invitations .action.add > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.form-add-invitations .action.add:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 31px;
  line-height: 22px;
  color: inherit;
  content: '\e61c';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.form-add-invitations .action.add:hover:before {
  color: inherit;
}
.form-add-invitations .action.add:active:before {
  color: inherit;
}
.block.filter {
  margin-bottom: 40px;
}
.block.filter .filter-title {
  margin-bottom: 20px;
}
.block.filter .filter-title strong {
  font-size: 18px;
}
.block-subtitle {
  display: inline-block;
  margin-bottom: 10px;
}
.filter-current .item {
  margin-bottom: 10px;
}
.filter-current .filter-label {
  display: block;
  font-weight: 700;
}
.filter-current .filter-label:after {
  content: ':';
}
.filter-current + .filter-actions {
  margin-bottom: 30px;
}
.filter-options {
  margin: 0;
}
.filter-options .filter-options-title {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  margin: 0 0 10px;
  word-break: break-all;
}
.filter-options .filter-options-content {
  margin: 0 0 25px;
}
.filter-options .filter-options-content .item {
  margin-bottom: 3px;
}
.filter-options .count {
  color: #7d7d7d;
}
.filter-options .count:before {
  content: '(';
}
.filter-options .count:after {
  content: ')';
}
.filtered .items {
  margin: 15px 0;
}
.filtered .item {
  margin-bottom: 6px;
  padding-left: 22px;
  position: relative;
}
.filtered .item .label {
  font-weight: 700;
}
.filtered .item .action.remove {
  left: -6px;
  position: absolute;
  top: 0;
}
.filtered + .actions {
  margin-bottom: 35px;
}
.map-popup-wrapper.popup .action.close {
  top: 10px;
}
.map-popup {
  background: #ffffff;
  border: 1px solid #aeaeae;
  padding: 22px;
  width: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  transition: opacity 0.3s linear;
  left: 0;
  margin-top: 10px;
  position: absolute;
  top: 0;
  z-index: 1001;
  display: none;
  opacity: 0;
  box-sizing: border-box;
}
.map-popup .popup-header {
  margin: 0 0 25px;
  padding-right: 22px;
}
.map-popup .popup-header .title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.map-popup .popup-content {
  margin: 10px 0 0;
}
.map-popup .popup-actions .action.close {
  position: absolute;
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  right: 10px;
  top: 10px;
}
.map-popup .popup-actions .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.map-popup .popup-actions .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e616';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.map-popup .popup-actions .action.close:hover:before {
  color: inherit;
}
.map-popup .popup-actions .action.close:active:before {
  color: inherit;
}
.map-popup .popup-actions .action.close:focus,
.map-popup .popup-actions .action.close:active {
  background: none;
  border: none;
}
.map-popup .popup-actions .action.close:hover {
  background: none;
  border: none;
}
.map-popup .popup-actions .action.close.disabled,
.map-popup .popup-actions .action.close[disabled],
fieldset[disabled] .map-popup .popup-actions .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.map-popup.active {
  opacity: 1;
}
.map-popup .map-info-price {
  margin-bottom: 15px;
}
.map-popup .map-info-price .price-box {
  margin: 0 0 20px;
}
.map-popup .map-info-price .price-box .label:after {
  content: ': ';
}
.map-popup .regular-price .price-label {
  display: none;
}
.map-old-price:not(:last-child),
.product-info-price .map-show-info:not(:last-child) {
  margin-right: 10px;
}
.map-fallback-price {
  display: none;
}
.map-old-price {
  text-decoration: none;
}
.map-old-price .price-wrapper {
  text-decoration: line-through;
}
.map-form-addtocart {
  display: inline-block;
  text-align: center;
}
.map-form-addtocart img {
  display: block;
  margin: 0 auto;
}
button.map-show-info,
.cart.table-wrapper .actions-toolbar > .action.map-show-info,
.action-gift.map-show-info {
  background-image: none;
  -moz-box-sizing: content-box;
  box-shadow: none;
  line-height: inherit;
  text-shadow: none;
  font-weight: 400;
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #1979c3;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
button.map-show-info:focus,
button.map-show-info:active,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:focus,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:active,
.action-gift.map-show-info:focus,
.action-gift.map-show-info:active {
  background: none;
  border: none;
}
button.map-show-info:hover,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:hover,
.action-gift.map-show-info:hover {
  background: none;
  border: none;
}
button.map-show-info.disabled,
button.map-show-info[disabled],
fieldset[disabled] button.map-show-info,
.cart.table-wrapper .actions-toolbar > .action.map-show-info.disabled,
.cart.table-wrapper .actions-toolbar > .action.map-show-info[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action.map-show-info,
.action-gift.map-show-info.disabled,
.action-gift.map-show-info[disabled],
fieldset[disabled] .action-gift.map-show-info {
  pointer-events: none;
  opacity: 0.5;
}
button.map-show-info:visited,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:visited,
.action-gift.map-show-info:visited {
  color: #1979c3;
  text-decoration: none;
}
button.map-show-info:hover,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:hover,
.action-gift.map-show-info:hover {
  color: #006bb4;
  text-decoration: underline;
}
button.map-show-info:active,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:active,
.action-gift.map-show-info:active {
  color: #ff5501;
  text-decoration: underline;
}
button.map-show-info:hover,
button.map-show-info:active,
button.map-show-info:focus,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:hover,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:active,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:focus,
.action-gift.map-show-info:hover,
.action-gift.map-show-info:active,
.action-gift.map-show-info:focus {
  background: none;
  border: 0;
}
button.map-show-info.disabled,
button.map-show-info[disabled],
fieldset[disabled] button.map-show-info,
.cart.table-wrapper .actions-toolbar > .action.map-show-info.disabled,
.cart.table-wrapper .actions-toolbar > .action.map-show-info[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action.map-show-info,
.action-gift.map-show-info.disabled,
.action-gift.map-show-info[disabled],
fieldset[disabled] .action-gift.map-show-info {
  color: #1979c3;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.wishlist.split.button {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.wishlist.split.button:before,
.wishlist.split.button:after {
  content: '';
  display: table;
}
.wishlist.split.button:after {
  clear: both;
}
.wishlist.split.button .action.split {
  float: left;
  margin: 0;
}
.wishlist.split.button .action.toggle {
  float: right;
  margin: 0;
}
.wishlist.split.button button.action.split,
.wishlist.split.button .cart.table-wrapper .actions-toolbar > .action.action.split,
.wishlist.split.button .action-gift.action.split {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.wishlist.split.button button + .action.toggle,
.wishlist.split.button .cart.table-wrapper .actions-toolbar > .action + .action.toggle,
.wishlist.split.button .action-gift + .action.toggle {
  border-bottom-left-radius: 0;
  border-left: 0;
  border-top-left-radius: 0;
}
.wishlist.split.button .action.toggle {
  display: inline-block;
  text-decoration: none;
}
.wishlist.split.button .action.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wishlist.split.button .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: #7d7d7d;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.split.button .action.toggle:hover:after {
  color: #333333;
}
.wishlist.split.button .action.toggle:active:after {
  color: inherit;
}
.wishlist.split.button .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.wishlist.split.button .action.toggle.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wishlist.split.button .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: #7d7d7d;
  content: '\e621';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.split.button .action.toggle.active:hover:after {
  color: #333333;
}
.wishlist.split.button .action.toggle.active:active:after {
  color: inherit;
}
.wishlist.split.button .items {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 200px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.wishlist.split.button .items li {
  margin: 0;
  padding: 5px 5px 5px 23px;
}
.wishlist.split.button .items li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.wishlist.split.button .items:before,
.wishlist.split.button .items:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.wishlist.split.button .items:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.wishlist.split.button .items:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.wishlist.split.button .items:before {
  left: 10px;
  top: -12px;
}
.wishlist.split.button .items:after {
  left: 9px;
  top: -14px;
}
.wishlist.split.button.active {
  overflow: visible;
}
.wishlist.split.button.active .items {
  display: block;
}
.wishlist.split.button .items {
  text-align: left;
}
.wishlist.split.button .items .item > span {
  display: block;
  padding: 5px 5px 5px 23px;
}
.wishlist.split.button .items .item:last-child:hover {
  background: #e8e8e8;
}
.wishlist.split.button .items li {
  padding: 0;
}
.table-comparison .wishlist.split.button > .action.split:before,
.product-items .wishlist.split.button > .action.split:before {
  content: '\e601';
}
.table-comparison .wishlist.split.button > .action:active,
.product-items .wishlist.split.button > .action:active,
.table-comparison .wishlist.split.button > .action:focus,
.product-items .wishlist.split.button > .action:focus,
.table-comparison .wishlist.split.button > .action:hover,
.product-items .wishlist.split.button > .action:hover {
  color: #333333;
}
.table-comparison .wishlist.split.button > .action.toggle:before,
.product-items .wishlist.split.button > .action.toggle:before {
  border-left: 1px solid #c9c9c9;
  content: '';
  float: left;
  height: 15px;
  margin-top: 3px;
}
.product-info-main .wishlist.split.button .action.split,
.block-bundle-summary .wishlist.split.button .action.split,
.product-add-form .wishlist.split.button .action.split,
.product-info-main .wishlist.split.button .action.toggle,
.block-bundle-summary .wishlist.split.button .action.toggle,
.product-add-form .wishlist.split.button .action.toggle {
  line-height: 1.2rem;
  padding: 5px 8px;
  font-size: 1.1rem;
}
.product-info-main .wishlist.split.button .action.toggle,
.block-bundle-summary .wishlist.split.button .action.toggle,
.product-add-form .wishlist.split.button .action.toggle {
  padding: 0;
}
.cart.table-wrapper .wishlist.split.button {
  margin-bottom: 10px;
}
.cart.table-wrapper .wishlist.split.button > .action.toggle {
  padding: 4px 5px;
}
.wishlist.window.popup {
  box-sizing: border-box;
  background: #ffffff;
  border: 1px solid #aeaeae;
  padding: 22px;
  width: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  transition: opacity 0.3s linear;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1001;
  display: none;
  opacity: 0;
}
.wishlist.window.popup .popup-header {
  margin: 0 0 25px;
  padding-right: 22px;
}
.wishlist.window.popup .popup-header .title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.wishlist.window.popup .popup-actions .action.close {
  position: absolute;
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  right: 10px;
  top: 10px;
}
.wishlist.window.popup .popup-actions .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wishlist.window.popup .popup-actions .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e616';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.window.popup .popup-actions .action.close:hover:before {
  color: inherit;
}
.wishlist.window.popup .popup-actions .action.close:active:before {
  color: inherit;
}
.wishlist.window.popup .popup-actions .action.close:focus,
.wishlist.window.popup .popup-actions .action.close:active {
  background: none;
  border: none;
}
.wishlist.window.popup .popup-actions .action.close:hover {
  background: none;
  border: none;
}
.wishlist.window.popup .popup-actions .action.close.disabled,
.wishlist.window.popup .popup-actions .action.close[disabled],
fieldset[disabled] .wishlist.window.popup .popup-actions .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.wishlist.window.popup.active {
  opacity: 1;
}
.wishlist.window.popup.active {
  display: block;
}
.wishlist.overlay {
  transition: opacity 0.15s linear;
  background: #000000;
  z-index: 899;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
}
.wishlist.overlay.active {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.wishlist.overlay.active {
  display: block;
}
.block-wishlist-management {
  position: relative;
}
.block-wishlist-management .wishlist-select .wishlist-name-label {
  font-weight: 600;
}
.block-wishlist-management .wishlist-title {
  margin-bottom: 10px;
}
.block-wishlist-management .wishlist-title strong {
  font-weight: 300;
  margin-right: 10px;
}
.block-wishlist-management .wishlist-notice {
  color: #7d7d7d;
  display: inline-block;
  margin-right: 20px;
}
.block-wishlist-management .wishlist-toolbar-select,
.block-wishlist-management .wishlist-toolbar-actions {
  display: inline-block;
}
.block-wishlist-management .wishlist-toolbar-select {
  margin-right: 20px;
}
.block-wishlist-management .wishlist-dropdown.move {
  margin-right: 20px;
}
.block-wishlist-search-form .form-wishlist-search {
  margin-bottom: 60px;
  max-width: 500px;
}
.block-wishlist-search-results .toolbar-wishlist-results {
  text-align: center;
}
.block-wishlist-info-items .block-title {
  font-size: 2.2rem;
  margin-bottom: 20px;
}
.block-wishlist-info-items .block-title > strong {
  font-weight: 300;
}
.block-wishlist-info-items .product-item {
  width: 100%;
}
.block-wishlist-info-items .product-item-photo {
  margin-left: 20px;
}
.block-wishlist-info-items .product-item-info {
  width: auto;
}
.block-wishlist-info-items .product-item-info:hover .split {
  visibility: visible;
}
.block-wishlist-info-items .price-wrapper {
  display: block;
  margin: 0 0 10px;
}
.block-wishlist-info-items .split {
  clear: both;
  padding: 10px 0;
}
.block-wishlist-info-items .action.towishlist {
  padding: 10px 0;
}
.block-wishlist-info-items .input-text.qty {
  margin-right: 10px;
}
.multicheckout.results h3,
.multicheckout.success h3 {
  font-size: 1.6rem;
  margin-bottom: 20px;
  margin-top: 30px;
}
.multicheckout.results h3 a,
.multicheckout.success h3 a {
  color: #333333;
}
.multicheckout.results h3 a:hover,
.multicheckout.success h3 a:hover {
  text-decoration: none;
}
.multicheckout.results ul.orders-list,
.multicheckout.success ul.orders-list {
  list-style: none;
  padding-left: 0;
}
.multicheckout.results .orders-list,
.multicheckout.success .orders-list {
  margin-top: 25px;
  padding-left: 16px;
}
.multicheckout.results .orders-list .shipping-list .shipping-item,
.multicheckout.success .orders-list .shipping-list .shipping-item {
  margin-left: 84px;
}
.multicheckout.results .orders-list .shipping-list .shipping-label,
.multicheckout.success .orders-list .shipping-list .shipping-label {
  font-weight: 700;
  margin-right: 10px;
}
.multicheckout.results .orders-list .shipping-list .shipping-address,
.multicheckout.success .orders-list .shipping-list .shipping-address {
  font-weight: 400;
}
.multicheckout.results .orders-list .shipping-list .error-block,
.multicheckout.success .orders-list .shipping-list .error-block {
  color: #e02b27;
}
.multicheckout.results .orders-list .shipping-list .error-block .error-label,
.multicheckout.success .orders-list .shipping-list .error-block .error-label {
  font-weight: 700;
  margin-right: 10px;
}
.multicheckout.results .orders-list .shipping-list .error-block .error-description,
.multicheckout.success .orders-list .shipping-list .error-block .error-description {
  font-weight: 400;
}
.multicheckout.results .orders-succeed .orders-list,
.multicheckout.success .orders-succeed .orders-list {
  margin-top: 0;
}
.multicheckout.results .orders-succeed .orders-list .shipping-list .order-id,
.multicheckout.success .orders-succeed .orders-list .shipping-list .order-id {
  float: left;
}
.multicheckout.results .orders-succeed .orders-list .shipping-list .shipping-item,
.multicheckout.success .orders-succeed .orders-list .shipping-list .shipping-item {
  margin-left: 100px;
}
.multicheckout .title {
  margin-bottom: 30px;
}
.multicheckout .title strong {
  font-weight: 400;
}
.multicheckout .table-wrapper {
  margin-bottom: 0;
}
.multicheckout .table-wrapper .action.delete {
  display: inline-block;
}
.multicheckout .table-wrapper .col .qty {
  display: inline-block;
}
.multicheckout .table-wrapper .col.item .action.edit {
  font-weight: 400;
  margin-left: 10px;
}
.multicheckout:not(.address) .table-wrapper .product-item-name {
  margin: 0;
}
.multicheckout > .actions-toolbar {
  margin-top: 40px;
}
.multicheckout .actions-toolbar > .secondary {
  display: block;
}
.multicheckout .actions-toolbar > .secondary .action {
  margin-bottom: 25px;
}
.multicheckout .actions-toolbar > .secondary .action.back {
  display: block;
  margin-left: 0;
}
.multicheckout .actions-toolbar > .primary {
  margin-right: 10px;
}
.multicheckout .item-options {
  margin: 10px 0 0;
}
.multicheckout .block .methods-shipping .item-content .fieldset > .field:before {
  display: none;
}
.multicheckout .block .methods-shipping .item-content .fieldset > .field .control {
  display: inline-block;
}
.multicheckout .block-title,
.multicheckout .block-content .title {
  border-bottom: 1px solid #d1d1d1;
  padding-bottom: 10px;
}
.multicheckout .block-title strong,
.multicheckout .block-content .title strong {
  font-weight: 400;
}
.multicheckout .block-title strong span,
.multicheckout .block-content .title strong span {
  color: #a6a6a6;
}
.multicheckout .block-content .title {
  border-bottom: none;
  padding-bottom: 0;
}
.multicheckout.order-review .block-title > strong {
  font-size: 2.4rem;
}
.multicheckout.order-review .block-shipping .block-content:not(:last-child) {
  margin-bottom: 40px;
}
.multicheckout.order-review .error-description {
  color: #e02b27;
  font-weight: 400;
  margin-bottom: 10px;
  margin-top: -10px;
}
.multicheckout .box-title span {
  margin-right: 10px;
}
.multicheckout .box-title > .action {
  margin: 0;
}
.multicheckout .box-shipping-method .price {
  font-weight: 700;
}
.multicheckout .box-billing-method .fieldset {
  margin: 0;
}
.multicheckout .box-billing-method .fieldset .legend.box-title {
  margin: 0 0 5px;
}
.multicheckout .checkout-review .grand.totals {
  font-size: 2.1rem;
  margin-bottom: 40px;
}
.multicheckout .checkout-review .grand.totals .mark {
  font-weight: 400;
}
[class^='multishipping-'] .logo {
  margin-left: 0;
}
.multishipping-checkout-success .nav-sections {
  display: block;
}
.block.newsletter {
  margin-bottom: 40px;
}
.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: 35px;
  line-height: 33px;
  color: #c2c2c2;
  content: '\e61d';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block.newsletter .field .control:before {
  position: absolute;
}
.block.newsletter input {
  margin-right: 35px;
  padding: 0 0 0 35px;
}
.block.newsletter .title {
  display: none;
}
.block.newsletter .actions {
  display: table-cell;
  vertical-align: top;
  width: 1%;
}
.block.newsletter .action.subscribe {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-left: -1px;
}
.payment-method-content .pay-later-message {
  margin-bottom: 10px;
  margin-top: 10px;
}
.paypal.after:before {
  content: '- ' attr(data-label) ' -';
  display: block;
  margin: 5px 5px 10px;
  text-transform: uppercase;
}
.paypal.before:before {
  content: '- ' attr(data-label) ' -';
  display: block;
  margin: 10px 5px;
  text-align: center;
  text-transform: uppercase;
}
.paypal.acceptance {
  display: block;
  margin: 0 0 20px;
}
.paypal.acceptance img {
  max-width: 100%;
}
.box-tocart .paypal img,
.block-minicart .paypal img {
  display: block;
  margin: 0 auto;
}
.paypal-review .paypa-review-title > strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  display: inline-block;
}
.paypal-review .items-qty .item {
  white-space: nowrap;
}
.paypal-review .items-qty .title:after {
  content: ': ';
}
.paypal-review .paypal-review-title > strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  display: inline-block;
}
.paypal-review .actions-toolbar {
  margin-top: 10px;
}
.paypal-review .item-options dt {
  display: inline-block;
}
.paypal-review .item-options dt:after {
  content: ': ';
}
.paypal-review .item-options dd {
  margin: 0;
}
.paypal-review-discount {
  border-bottom: 1px solid #d1d1d1;
  margin: 20px 0;
}
.paypal-review-discount .block {
  margin-bottom: 0;
}
.paypal-review-discount .block .fieldset {
  padding: 10px 0 20px;
}
.fotorama-video-container:after {
  background: url('../../frontend/Codazon/unlimited_miamo/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/Codazon/unlimited_miamo/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%;
  }
}
.data.switch .counter {
  color: #7d7d7d;
}
.data.switch .counter:before {
  content: '(';
}
.data.switch .counter:after {
  content: ')';
}
.rating-summary {
  overflow: hidden;
  white-space: nowrap;
}
.rating-summary .rating-result {
  width: 100px;
  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: 'icons-blank-theme';
  font-size: 28px;
  height: 28px;
  letter-spacing: -10px;
  line-height: 28px;
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
}
.rating-summary .rating-result > span {
  display: block;
  overflow: hidden;
}
.rating-summary .rating-result > span:before {
  position: relative;
  z-index: 2;
  -webkit-font-smoothing: antialiased;
  color: #ff5501;
  font-family: 'icons-blank-theme';
  font-size: 28px;
  height: 28px;
  letter-spacing: -10px;
  line-height: 28px;
  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;
}
.rating-summary .rating-result {
  margin-left: -5px;
}
.product-reviews-summary .rating-summary .label,
.table-reviews .rating-summary .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote {
  overflow: hidden;
}
.review-control-vote:before {
  color: #c7c7c7;
  font-family: 'icons-blank-theme';
  font-size: 28px;
  height: 28px;
  letter-spacing: -10px;
  line-height: 28px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
  display: block;
  position: absolute;
  z-index: 1;
}
.review-control-vote input[type="radio"] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote input[type="radio"]:hover + label:before,
.review-control-vote input[type="radio"]:checked + label:before {
  opacity: 1;
}
.review-control-vote label {
  cursor: pointer;
  display: block;
  position: absolute;
}
.review-control-vote label span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote label:before {
  color: #ff5501;
  font-family: 'icons-blank-theme';
  font-size: 28px;
  height: 28px;
  letter-spacing: -10px;
  line-height: 28px;
  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';
}
.block.add.review {
  margin-bottom: 40px;
}
.block.add.review > .title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.block.add.review .legend {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  margin: 0 0 20px;
}
.block.add.review .field.rating {
  display: table-row;
}
.block.add.review .field.rating .label {
  display: table-cell;
  padding: 5px 0;
  vertical-align: middle;
}
.block.add.review .field.rating .control {
  display: table-cell;
  vertical-align: top;
}
.block.reviews.list > .title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.block.reviews.list .review.item {
  margin-bottom: 40px;
}
.block.reviews.list .review.title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.data.table.reviews .rating-summary {
  margin-top: -4px;
}
.customer-review.view {
  margin-bottom: 20px;
}
.customer-review.view .review.title,
.customer-review.view .ratings-summary,
.customer-review.view .product-details {
  margin-bottom: 20px;
}
.product-reviews-summary {
  display: table;
  margin: 10px 0 12px;
}
.products.wrapper.list .product-reviews-summary {
  margin: 0 auto;
}
.product-reviews-summary.empty {
  margin-left: 0;
}
.product-reviews-summary .rating-summary {
  display: table-cell;
  left: -5px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}
.product-reviews-summary .reviews-actions {
  display: table-cell;
  line-height: 28px;
  vertical-align: middle;
}
.product-reviews-summary .reviews-actions a {
  margin-right: 5px;
}
.customer-review .product-details {
  margin-bottom: 40px;
}
.customer-review .product-media {
  float: left;
  margin-right: 3%;
  max-width: 285px;
  width: 30%;
}
.customer-review .review-details .customer-review-rating {
  margin-bottom: 20px;
}
.customer-review .review-details .customer-review-rating .item {
  margin-bottom: 10px;
}
.customer-review .review-details .customer-review-rating .item:last-child {
  margin-bottom: 0;
}
.customer-review .review-details .review-title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-weight: 600;
  margin-bottom: 20px;
}
.customer-review .review-details .review-content {
  margin-bottom: 20px;
}
.customer-review .product-reviews-summary .rating-summary,
.customer-review .product-reviews-summary .reviews-actions {
  display: block;
}
.review-field-ratings .nested {
  display: table;
}
.review-field-ratings .review-field-rating {
  display: table-row;
}
.review-field-ratings .review-field-rating .label,
.review-field-ratings .review-field-rating .control {
  display: table-cell;
  padding-bottom: 10px;
  vertical-align: top;
}
.review-field-ratings .review-field-rating .label {
  padding-right: 10px;
  padding-top: 6px;
}
.review-field-ratings .review-field-rating .control {
  padding-top: 2px;
}
.review-toolbar {
  border-top: 1px solid #c9c9c9;
  margin: 0 0 20px;
  text-align: center;
}
.review-toolbar:first-child {
  display: none;
}
.review-toolbar .pages {
  border-bottom: 1px solid #c9c9c9;
  display: block;
  padding: 20px 0;
  text-align: center;
}
.review-toolbar .limiter {
  display: none;
}
.review-add .block-title {
  display: none;
}
.review-form .action.submit.primary {
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #333333;
}
.review-form .action.submit.primary:focus,
.review-form .action.submit.primary:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #333333;
}
.review-form .action.submit.primary:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555555;
}
.fieldset .review-legend.legend {
  margin-bottom: 20px;
}
.fieldset .review-legend.legend strong {
  display: block;
  margin-left: 0;
}
.review-field-rating .control {
  margin-bottom: 48px;
  margin-top: 10px;
}
.review-list {
  margin-bottom: 30px;
}
.review-list .block-title strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.review-item {
  border-bottom: 1px solid #c9c9c9;
  margin: 0;
  padding: 20px 0;
}
.review-item:after {
  clear: both;
  content: '';
  display: table;
}
.review-item:last-child {
  border-width: 0;
}
.review-ratings {
  display: table;
  margin-bottom: 10px;
  max-width: 100%;
}
.review-author {
  display: inline;
}
.review-title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  margin: 0 0 20px;
}
.review-content {
  margin-bottom: 20px;
}
.block-reward-info .reward-rates:not(:last-child),
.block-reward-info .reward-limit:not(:last-child),
.block-reward-info .reward-expiring:not(:last-child) {
  margin-bottom: 25px;
}
.block-reward-info .reward-rates .title,
.block-reward-info .reward-limit .title,
.block-reward-info .reward-expiring .title {
  display: inline-block;
  margin-bottom: 10px;
}
.form-create-return .field .control > span,
.form-create-return .field address {
  display: inline-block;
  padding-top: 6px;
}
.form-create-return .additional:first-child {
  margin-top: 0;
}
.form-create-return .additional .field:nth-last-child(2) {
  margin-bottom: 0;
}
.form-create-return .additional .field:last-child {
  margin-top: 20px;
}
.form-create-return .field.comment {
  margin-top: 55px;
}
.block-returns-comments .returns-comments dt,
.block-returns-comments .returns-comments dd {
  margin: 0;
}
.block-returns-comments .returns-comments dt {
  font-weight: 400;
}
.block-returns-comments .returns-comments dd {
  margin-bottom: 15px;
}
.block-returns-comments .returns-comments dd:last-child {
  margin-bottom: 0;
}
.block-returns-comments .fieldset {
  margin-bottom: 20px;
}
.magento-rma-returns-returns .page-title-wrapper .page-title,
.magento-rma-guest-returns .page-title-wrapper .page-title,
.magento-rma-returns-view .page-title-wrapper .page-title {
  margin-right: 25px;
}
.order-links {
  border-bottom: 1px solid #d1d1d1;
  margin-bottom: 10px;
}
.order-links .item {
  display: inline-block;
  margin-right: 20px;
}
.order-actions-toolbar .action {
  margin: 0 20px 0 0;
}
.order-details-items {
  border-bottom: 1px solid #d1d1d1;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.order-details-items .order-title > strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  display: inline-block;
}
.order-details-items .items-qty .item {
  white-space: nowrap;
}
.order-details-items .items-qty .title:after {
  content: ': ';
}
.order-details-items .table-order-items .product-item-name {
  margin-top: 0;
}
.order-details-items .table-order-items tbody + tbody {
  border-top: 1px solid #d1d1d1;
}
.order-details-items .item-options dt {
  margin: 0;
}
.order-details-items .item-options dd {
  margin: 0 0 15px;
}
.order-details-items .item-options.links dt {
  display: inline-block;
}
.order-details-items .item-options.links dt:after {
  content: ': ';
}
.order-details-items .item-options.links dd {
  margin: 0;
}
.order-pager-wrapper .toolbar-amount {
  padding-top: 3px;
}
.order-pager-wrapper .pages-items .item:first-child,
.order-pager-wrapper .pages-items .item:last-child {
  margin-right: 0;
}
.order-actions-toolbar {
  margin-bottom: 25px;
}
.order-actions-toolbar .action {
  margin-right: 30px;
}
.order-actions-toolbar .action.print {
  margin: 0;
}
.page-title-wrapper .order-date {
  margin: 0 0 20px;
}
.account .page-title-wrapper .page-title,
[class^='sales-guest-'] .page-title-wrapper .page-title,
.sales-guest-view .page-title-wrapper .page-title {
  margin-right: 25px;
}
.form-orders-search .field.email,
.form-orders-search .field.zip {
  margin-bottom: 0;
}
.block-reorder .product-item .checkbox {
  position: relative;
  top: 2px;
  vertical-align: baseline;
}
.block-reorder .product-item .field.item {
  display: inline-block;
}
.block-reorder .product-item-name {
  display: inline-block;
}
.block-reorder .actions-toolbar {
  margin: 17px 0;
  max-width: 178px;
}
.block-order-details-comments {
  margin: 0 0 40px;
}
.block-order-details-comments .comment-date {
  font-weight: 600;
}
.block-order-details-comments .comment-content {
  line-height: 1.6;
  margin: 0 0 20px;
}
.block-order-details-view .box-content .payment-method .title {
  font-weight: 400;
}
.block-order-details-view .box-content .payment-method .content {
  margin: 0;
}
.block-order-details-view .box-content .payment-method .content > strong {
  font-weight: 400;
}
.block-order-details-view .box-content .payment-method .content > strong:after {
  content: ': ';
}
.order-tracking {
  border-bottom: 1px solid #d1d1d1;
  margin: 0;
  padding: 20px 0;
}
.order-tracking .tracking-title {
  display: inline-block;
}
.order-tracking .tracking-content {
  display: inline-block;
  margin: 0 0 0 5px;
}
.opc-wrapper .form-discount {
  max-width: 500px;
}
.action.mailto.friend {
  margin-left: -7px;
  display: inline-block;
  text-decoration: none;
}
.action.mailto.friend:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: inherit;
  content: '\e61d';
  font-family: 'icons-blank-theme';
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.action.mailto.friend span {
  display: inline-block;
  line-height: 28px;
  vertical-align: top;
}
.swatch-attribute-label {
  font-weight: 700;
  position: relative;
}
.swatch-attribute-label.required {
  padding-right: 10px;
}
.swatch-attribute-label[data-required='1']:after {
  color: #e02b27;
  content: '*';
  font-size: 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 #68a8e0;
}
.swatch-option.text {
  background: #f0f0f0;
  color: #686868;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  margin-right: 7px;
  min-width: 22px;
  padding: 4px 8px;
}
.swatch-option.text.selected {
  background-color: #ffffff;
}
.swatch-option.selected {
  outline: 2px solid #ff5501;
  border: 1px solid #ffffff;
  color: #333333;
}
.swatch-option:not(.disabled):hover {
  border: 1px solid #ffffff;
  color: #333333;
  outline: 1px solid #999999;
}
.swatch-option.image:not(.disabled):hover,
.swatch-option.color:not(.disabled):hover {
  border: 1px solid #ffffff;
  outline: 2px solid #c34000;
}
.swatch-option.disabled {
  box-shadow: unset;
  cursor: default;
  pointer-events: none;
}
.swatch-option.disabled:after {
  background: linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(42%, rgba(255, 255, 255, 0)), color-stop(43%, #ffffff), color-stop(46%, #ffffff), color-stop(47%, #ff5216), color-stop(53%, #ff5216), color-stop(54%, #ffffff), color-stop(57%, #ffffff), color-stop(58%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  bottom: 0;
  content: '';
  filter: 'progid:DXImageTransform.Microsoft.gradient(startColorstr=#00ffffff, endColorstr=#00ffffff, GradientType=1)';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.swatch-option-disabled {
  border: 0;
  cursor: default;
  outline: none !important;
}
.swatch-option-disabled:after {
  -webkit-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  transform: rotate(-30deg);
  background: #e02b27;
  content: '';
  height: 2px;
  left: -4px;
  position: absolute;
  top: 10px;
  width: 42px;
  z-index: 995;
}
.swatch-option-loading {
  content: url('../../frontend/Codazon/unlimited_miamo/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 #68a8e0;
}
.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;
}
.block-collapsible-nav .content {
  background: #f5f5f5;
  padding: 15px 0;
}
.block-collapsible-nav .item {
  margin: 3px 0 0;
}
.block-collapsible-nav .item:first-child {
  margin-top: 0;
}
.block-collapsible-nav .item a,
.block-collapsible-nav .item > strong {
  border-left: 3px solid transparent;
  color: #575757;
  display: block;
  padding: 5px 18px 5px 15px;
}
.block-collapsible-nav .item a {
  text-decoration: none;
}
.block-collapsible-nav .item a:hover {
  background: #e8e8e8;
}
.block-collapsible-nav .item.current a,
.block-collapsible-nav .item.current > strong {
  border-color: #ff5501;
  color: #000000;
  font-weight: 600;
}
.block-collapsible-nav .item.current a {
  border-color: #ff5501;
}
.block-collapsible-nav .item .delimiter {
  border-top: 1px solid #d1d1d1;
  display: block;
  margin: 10px 1.8rem;
}
body {
  background-color: #ffffff;
}
.page-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
}
.page-main {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.page-header {
  border-bottom: 1px solid #d1d1d1;
  margin-bottom: 20px;
}
.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 {
  float: 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: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #ffee9c;
  border-color: #d6ca8e;
  color: #333333;
  margin: 0;
}
.message.global.noscript a,
.message.global.cookie a {
  color: #1979c3;
}
.message.global.noscript a:hover,
.message.global.cookie a:hover {
  color: #006bb4;
}
.message.global.noscript a:active,
.message.global.cookie a:active {
  color: #ff5501;
}
.message.global.cookie {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  z-index: 3;
}
.message.global.cookie .actions {
  margin-top: 10px;
}
.message.global.demo {
  margin: 0 0 10px;
  padding: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #ff0101;
  border-color: none;
  color: #ffffff;
  margin-bottom: 0;
  text-align: center;
}
.message.global.demo a {
  color: #1979c3;
}
.message.global.demo a:hover {
  color: #006bb4;
}
.message.global.demo a:active {
  color: #ff5501;
}
.page-footer {
  margin-top: auto;
}
.footer.content {
  border-top: 1px solid #d1d1d1;
  margin-top: 25px;
  padding-bottom: 25px;
  padding-top: 25px;
}
.footer.content .links > li {
  margin: 0 0 8px;
}
.footer.content .switcher-store {
  margin: 0 0 30px;
}
.footer .copyright,
.footer .bugs {
  display: block;
  margin: 20px 0 0;
}
.page-header .panel.wrapper .switcher,
.page-footer .switcher {
  margin-right: 10px;
}
.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: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  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: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e621';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-header .panel.wrapper .switcher .options .action.toggle.active:hover:after,
.page-footer .switcher .options .action.toggle.active:hover:after {
  color: inherit;
}
.page-header .panel.wrapper .switcher .options .action.toggle.active:active:after,
.page-footer .switcher .options .action.toggle.active:active:after {
  color: inherit;
}
.page-header .panel.wrapper .switcher .options ul.dropdown,
.page-footer .switcher .options ul.dropdown {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 160px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.page-header .panel.wrapper .switcher .options ul.dropdown li,
.page-footer .switcher .options ul.dropdown li {
  margin: 0;
  padding: 0;
}
.page-header .panel.wrapper .switcher .options ul.dropdown li:hover,
.page-footer .switcher .options ul.dropdown li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.page-header .panel.wrapper .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before,
.page-header .panel.wrapper .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.page-header .panel.wrapper .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.page-header .panel.wrapper .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.page-header .panel.wrapper .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before {
  left: 10px;
  top: -12px;
}
.page-header .panel.wrapper .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
  left: 9px;
  top: -14px;
}
.page-header .panel.wrapper .switcher .options.active,
.page-footer .switcher .options.active {
  overflow: visible;
}
.page-header .panel.wrapper .switcher .options.active ul.dropdown,
.page-footer .switcher .options.active ul.dropdown {
  display: block;
}
.page-header .panel.wrapper .switcher .options ul.dropdown a,
.page-footer .switcher .options ul.dropdown a {
  display: block;
  padding: 8px;
}
.page-header .panel.wrapper .switcher .options ul.dropdown a:hover,
.page-footer .switcher .options ul.dropdown a:hover {
  text-decoration: none;
}
.page-header .panel.wrapper .switcher li,
.page-footer .switcher li {
  font-size: 12px;
  margin: 0;
}
.page-header .panel.wrapper .switcher strong,
.page-footer .switcher strong {
  font-weight: 400;
}
.widget {
  clear: both;
}
.page-header .widget.block,
.page-footer .widget.block {
  margin: 20px 0;
}
.ui-datepicker td {
  padding: 0;
}
.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: #1979c3;
  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: #1979c3;
  text-decoration: none;
}
.my-credit-cards .action.delete:hover {
  color: #006bb4;
  text-decoration: underline;
}
.my-credit-cards .action.delete:active {
  color: #ff5501;
  text-decoration: underline;
}
.my-credit-cards .action.delete:hover,
.my-credit-cards .action.delete:active,
.my-credit-cards .action.delete:focus {
  background: none;
  border: 0;
}
.my-credit-cards .action.delete.disabled,
.my-credit-cards .action.delete[disabled],
fieldset[disabled] .my-credit-cards .action.delete {
  color: #1979c3;
  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: #1979c3;
  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: #1979c3;
  text-decoration: none;
}
.my-credit-cards-popup .action.secondary:hover {
  color: #006bb4;
  text-decoration: underline;
}
.my-credit-cards-popup .action.secondary:active {
  color: #ff5501;
  text-decoration: underline;
}
.my-credit-cards-popup .action.secondary:hover,
.my-credit-cards-popup .action.secondary:active,
.my-credit-cards-popup .action.secondary:focus {
  background: none;
  border: 0;
}
.my-credit-cards-popup .action.secondary.disabled,
.my-credit-cards-popup .action.secondary[disabled],
fieldset[disabled] .my-credit-cards-popup .action.secondary {
  color: #1979c3;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.minilist .weee {
  display: table-row;
  font-size: 1.1rem;
}
.minilist .weee:before {
  display: none;
}
.price-container.weee:before {
  display: none;
}
.toolbar.wishlist-toolbar .limiter {
  float: right;
}
.toolbar.wishlist-toolbar .main .pages {
  display: inline-block;
  position: relative;
  z-index: 0;
}
.toolbar.wishlist-toolbar .toolbar-amount,
.toolbar.wishlist-toolbar .limiter {
  display: inline-block;
  z-index: 1;
}
.product-items .action.towishlist:before,
.products.list.items .action.towishlist:before,
.table-comparison .action.towishlist:before {
  content: '\e601';
}
.account .table-wrapper .data.table.wishlist > thead > tr > th,
.account .table-wrapper .data.table.wishlist > tbody > tr > th,
.account .table-wrapper .data.table.wishlist > tfoot > tr > th,
.account .table-wrapper .data.table.wishlist > thead > tr > td,
.account .table-wrapper .data.table.wishlist > tbody > tr > td,
.account .table-wrapper .data.table.wishlist > tfoot > tr > td {
  border-top: 1px solid #d1d1d1;
}
.account .table-wrapper .data.table.wishlist > caption + thead > tr:first-child > th,
.account .table-wrapper .data.table.wishlist > colgroup + thead > tr:first-child > th,
.account .table-wrapper .data.table.wishlist > thead:first-child > tr:first-child > th,
.account .table-wrapper .data.table.wishlist > caption + thead > tr:first-child > td,
.account .table-wrapper .data.table.wishlist > colgroup + thead > tr:first-child > td,
.account .table-wrapper .data.table.wishlist > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.account .table-wrapper .data.table.wishlist > tbody + tbody {
  border-top: 1px solid #d1d1d1;
}
.account .table-wrapper .data.table.wishlist thead > tr > th {
  border-bottom: 0;
}
.account .table-wrapper .data.table.wishlist tbody > tr:last-child > td {
  border-bottom: 1px solid #d1d1d1;
}
.account .table-wrapper .data.table.wishlist .product.name {
  display: inline-block;
  margin-bottom: 10px;
}
.account .table-wrapper .data.table.wishlist .box-tocart {
  margin: 10px 0;
}
.account .table-wrapper .data.table.wishlist .box-tocart .qty {
  vertical-align: middle;
}
.account .table-wrapper .data.table.wishlist .col.item {
  width: 50%;
}
.account .table-wrapper .data.table.wishlist .col.photo {
  max-width: 150px;
}
.account .table-wrapper .data.table.wishlist .col.selector {
  max-width: 15px;
}
.account .table-wrapper .data.table.wishlist textarea {
  margin: 10px 0;
}
.account .table-wrapper .data.table.wishlist .input-text.qty {
  margin-bottom: 10px;
}
.account .table-wrapper .data.table.wishlist .action.primary {
  vertical-align: top;
}
.account .table-wrapper .data.table.wishlist .price {
  font-weight: 700;
}
.block-wishlist .product-item-name {
  margin-right: 25px;
}
.products-grid.wishlist .product-item {
  margin-left: 2%;
  width: calc((100% - 4%) / 3);
}
.products-grid.wishlist .product-item:nth-child(3n + 1) {
  margin-left: 0;
}
.products-grid.wishlist .product-item-photo {
  display: block;
  margin-bottom: 10px;
}
.products-grid.wishlist .product-item-name {
  margin-top: 0;
}
.products-grid.wishlist .product-item .price-box {
  margin: 0;
}
.products-grid.wishlist .product-item-comment {
  display: block;
  height: 42px;
  margin: 10px 0;
}
.products-grid.wishlist .product-item-actions > * {
  margin-right: 15px;
}
.products-grid.wishlist .product-item-actions > *:last-child {
  margin-right: 0;
}
.products-grid.wishlist .product-item .box-tocart input.qty {
  height: 32px;
}
/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Mageplaza.com license that is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_BetterPopup
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */
#mageplaza-betterpopup-block {
  position: relative;
}
.mp-better-popup-click-trigger {
  position: fixed;
  bottom: 0;
  z-index: 999;
}
.click-trigger {
  background-color: #31B0D5;
  color: white;
  padding: 10px 25px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border-color: #46b8da;
}
.click-trigger:hover {
  background-color: #31B0D5;
  color: white;
  border: 1px solid #31B0D5;
}
div#bio_ep_close {
  position: absolute;
  right: 8px;
  top: 0;
  z-index: 99;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
}
#bio_ep {
  text-align: center;
  box-shadow: none !important;
}
.child-label {
  display: block;
  font-size: 25px;
  margin: 20px;
}
#bio_ep_content {
  position: relative;
  width: 100%;
  display: table-cell;
  vertical-align: middle;
}
.better-popup-input-email {
  width: 70% !important;
  height: 35px !important;
}
input.better-popup-input-email::placeholder {
  opacity: 0.5;
}
.better-popup-btn-submit {
  width: 70%;
  margin: 10px 0 0 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 35px;
}
.mageplaza-betterpopup-content {
  width: 100%;
  height: 100%;
  display: table;
}
.success-title {
  font-size: 22px;
}
.mp-popup-coupon-code {
  width: 70%;
  margin: 0 auto;
}
#mp-coupon-code {
  text-align: center;
  max-width: 100%;
  border: 1px dashed #c1bebe;
  background: 0 0;
  font-size: 25px;
  color: #FFF;
  margin-top: 15px;
  height: 50px;
}
button.btn-copy.primary,
.cart.table-wrapper .actions-toolbar > .action.btn-copy.primary,
.action-gift.btn-copy.primary {
  width: 100%;
  margin: 5px 0 15px 0;
  color: #fff;
  background-color: #006bb4;
  border: none;
  height: 35px;
}
button.btn-copy.primary:hover,
.cart.table-wrapper .actions-toolbar > .action.btn-copy.primary:hover,
.action-gift.btn-copy.primary:hover {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
#status {
  color: #e02b27;
  visibility: visible;
  font-size: 13px !important;
}
span.success-lable {
  border: none !important;
  font-size: 16px !important;
}
canvas#screen {
  position: fixed;
  z-index: 10002;
  opacity: 0.5;
  display: none;
  top: 0;
  left: 0;
}
.popup-loader {
  display: none;
  position: absolute;
  width: 100%;
  padding-top: 15px;
}
img.loader {
  width: 3%;
}
.tmp3-img-content {
  float: left;
}
.tmp3-text-content {
  background-color: #FFFFFF;
  font-family: sans-serif;
  float: left;
  width: calc(100% - 460px);
  height: 321px;
}
.tmp3-title {
  color: #0083d0;
  font-size: 50px;
  margin-top: 30px;
}
.tmp3-sub-title {
  color: #000000;
  font-size: 14px;
  font-weight: bold;
  margin-top: -12px;
}
.tmp3-text {
  color: #000000;
  font-size: 14px;
  width: 80%;
  margin: 0 auto;
  line-height: 1.714;
  margin-top: 30px;
}
.tmp3-form {
  position: relative;
  margin-top: 30px;
}
.tmp3-input {
  border: none !important;
  border-radius: 17.5px !important;
  background-color: #e5e5e5 !important;
  height: 35px !important;
  font-family: sans-serif !important;
}
.tmp3_field_newsletter {
  width: 75%;
  margin: 0 auto;
}
.tmp3-button {
  position: absolute;
  top: 0;
  right: 40px;
  border-radius: 17.5px;
  height: 35px;
}
::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #a2a2a2 !important;
  font-size: 12px !important;
  font-style: italic;
  padding-left: 5px;
}
.tm1-popup-loader {
  margin-top: 10px;
}
.tm1-loader {
  width: 7%;
}
#mp-popup-template4 {
  width: 105%;
  height: 105%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.tmp4-text-content {
  width: 50%;
  background-color: #FFFFFF;
  font-family: sans-serif;
  float: left;
  margin: 25px 0 0 35px;
}
.tmp4-img-content {
  position: absolute;
  top: 40px;
  right: 10px;
}
.tmp4-title {
  font-size: 50px;
  color: #0083d0;
  line-height: 1.066;
  text-align: left;
}
.tmp4-sub-title {
  font-size: 14px;
  color: #222222;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.8;
  text-align: left;
}
.tmp4-text {
  font-size: 14px;
  color: #222222;
  line-height: 1.714;
  text-align: left;
  width: 75%;
  margin-top: 20px;
}
.tmp4-form {
  width: 75%;
  margin-left: 9px;
  text-align: left;
}
.tmp4_field_newsletter {
  padding-right: 10%;
}
.tmp4-input {
  background-color: #e5e5e5 !important;
  margin-top: 30px;
  margin-left: 25px;
  border: none !important;
  height: 35px !important;
  font-family: sans-serif !important;
}
.tmp4-input::-webkit-input-placeholder {
  font-size: 14px !important;
  font-style: italic;
  padding-left: 15px;
  color: #a2a2a2 !important;
  line-height: 1.714;
  text-align: left;
}
.tmp4-button {
  background-color: #ff5a15 !important;
  width: 130px;
  height: 30px;
  border-radius: 10px;
  border: none !important;
  font-size: 10px !important;
  font-weight: bold !important;
  padding: 0 !important;
  margin: 15px 0 0 25px;
}
.tmp5-img-content {
  position: absolute;
  z-index: 20;
  bottom: 0;
  left: 35px;
}
.tmp5-img-cap {
  position: absolute;
  z-index: 10;
  bottom: 0;
  left: 0;
}
#mp-popup-template5 img {
  max-height: initial;
}
.tmp5-text-content {
  font-family: sans-serif;
  position: absolute;
  z-index: 40;
  top: -55px;
  left: 65px;
  width: 65%;
}
.tmp5-title {
  font-size: 40px;
  color: #0083d0;
  line-height: 1.2;
  text-align: center;
}
.tmp5-sub-title {
  font-size: 12px;
  color: #222222;
  font-weight: bold;
  text-align: center;
}
.tmp5-text {
  font-size: 14px;
  color: #222222;
  line-height: 1.286;
  text-align: center;
  margin-top: 15px;
}
.tmp5-form {
  width: 100%;
  position: absolute;
  z-index: 30;
  left: 0;
  bottom: 0;
}
.tmp5-img-email {
  position: absolute;
  z-index: 20;
  bottom: 0;
  left: 0;
  pointer-events: none;
}
.tmp5_field_newsletter {
  position: absolute;
  z-index: 10;
  top: -158px;
  left: 80px;
}
.tmp5-input {
  background-color: #e5e5e5 !important;
  width: 200px !important;
  height: 35px !important;
  border: none !important;
  font-family: sans-serif !important;
  padding-left: 30px !important;
}
.tmp5-input::-webkit-input-placeholder {
  font-size: 14px !important;
  font-style: italic;
  color: #a2a2a2 !important;
  line-height: 1.714;
  text-align: center;
  padding-right: 25px;
}
.tmp5-button {
  position: absolute;
  z-index: 30;
  background-color: #ff5a15 !important;
  width: 130px;
  height: 20px;
  border-radius: 10px;
  border: none !important;
  font-size: 10px !important;
  font-weight: bold !important;
  padding: 0 !important;
  margin-top: 10px;
  top: -125px;
  left: 115px;
}
.tmp5-msg-error {
  margin-top: 30px;
  position: absolute;
  z-index: 60;
  width: 100%;
}
.tmp5_field_newsletter #mp-newsletter-error {
  position: absolute;
}
.tmp5-form .popup-loader {
  position: absolute;
  width: 100%;
  padding-top: 15px;
  top: -100px;
  left: 0;
  z-index: 100;
}
.tmp5-form .popup-loader .loader {
  width: 6%;
}
#mp-popup-template6 {
  font-family: sans-serif;
  height: fit-content;
  width: fit-content;
  margin: auto;
}
.tmp6-left-title {
  width: 350px;
  background-color: #0083d0;
  height: 250px;
  float: left;
}
.tmp6-left-title ul {
  list-style-type: none;
  margin-top: 35px;
}
.tmp6-left-title ul li {
  margin-bottom: -5px;
}
.tmp6-left-title ul li:nth-child(1) {
  font-size: 36px;
  color: #ffffff;
  font-weight: bold;
  text-align: left;
}
.tmp6-left-title ul li:nth-child(2) {
  font-size: 36px;
  color: #ffffff;
  text-align: left;
}
.tmp6-left-title ul li:nth-child(3) {
  font-size: 36px;
  color: #51f5ff;
  text-align: left;
}
.tmp6-text-content {
  background-color: #FFFFFF;
  width: 450px;
  height: 250px;
  float: left;
}
.tmp6-text {
  padding-top: 35px;
  width: 85%;
  margin: 0 auto;
  font-size: 20px;
  color: #222222;
  line-height: 1.4;
  text-align: center;
}
.tmp6-form {
  width: 85%;
  margin: 0 auto;
  padding-top: 20px;
  position: relative;
}
.tmp6-input {
  background: #e5e5e5 !important;
  height: 42px !important;
}
.tmp6-input::-webkit-input-placeholder {
  font-size: 14px !important;
  font-style: italic;
  color: #a2a2a2 !important;
  line-height: 1.714;
  text-align: center;
}
.tmp6-button {
  background-color: #ff5a15 !important;
  width: 130px;
  height: 20px;
  border-radius: 10px;
  border: none !important;
  font-size: 10px !important;
  font-weight: bold !important;
  padding: 0 !important;
  margin-top: 20px;
}
.tmp6_field_newsletter #mp-newsletter-error {
  position: absolute;
  top: 57px;
  display: block;
  width: 100%;
}
.tmp6-text-content .popup-loader {
  position: absolute;
  width: 100%;
  padding-top: 15px;
  bottom: 18px;
}
.sidebar .block-addbysku .fieldset {
  margin: 0;
}
.sidebar .block-addbysku .fieldset .fields {
  position: relative;
}
.sidebar .block-addbysku .fieldset .fields .field {
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: top;
}
.sidebar .block-addbysku .fieldset .fields .field.sku {
  margin-right: -85px;
  padding-right: 90px;
  width: 100%;
}
.sidebar .block-addbysku .fieldset .fields .field.qty .qty + .mage-error {
  width: 80px;
}
.sidebar .block-addbysku .fieldset .fields .actions-toolbar {
  position: absolute;
  right: 0;
  top: 6px;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar {
  margin-bottom: 20px;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .primary {
  text-align: left;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .primary .action {
  width: auto;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .secondary {
  float: none;
  text-align: left;
}
.sidebar .block-addbysku .action.add {
  display: inline-block;
  text-decoration: none;
  line-height: normal;
  padding: 2px 0;
  width: auto;
}
.sidebar .block-addbysku .action.add > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sidebar .block-addbysku .action.add:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 31px;
  line-height: 22px;
  color: inherit;
  content: '\e61c';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sidebar .block-addbysku .action.add:hover:before {
  color: inherit;
}
.sidebar .block-addbysku .action.add:active:before {
  color: inherit;
}
.sidebar .block-addbysku .action.links {
  display: inline-block;
  margin: 20px 0 0;
}
.sidebar .block-addbysku .action.reset {
  display: block;
  margin: 10px 0;
}
.sidebar .block-addbysku .action.remove {
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}
.sidebar .block-addbysku .action.remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sidebar .block-addbysku .action.remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 22px;
  color: inherit;
  content: '\e616';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sidebar .block-addbysku .action.remove:hover:before {
  color: inherit;
}
.sidebar .block-addbysku .action.remove:active:before {
  color: inherit;
}
.sidebar .block-addbysku .action.remove:focus,
.sidebar .block-addbysku .action.remove:active {
  background: none;
  border: none;
}
.sidebar .block-addbysku .action.remove:hover {
  background: none;
  border: none;
}
.sidebar .block-addbysku .action.remove.disabled,
.sidebar .block-addbysku .action.remove[disabled],
fieldset[disabled] .sidebar .block-addbysku .action.remove {
  pointer-events: none;
  opacity: 0.5;
}
.block-banners .banner-item,
.block-banners-inline .banner-item {
  display: block;
}
.block-banners .banner-item-content,
.block-banners-inline .banner-item-content {
  margin-bottom: 20px;
}
.block-banners .banner-item-content img,
.block-banners-inline .banner-item-content img {
  display: block;
  margin: 0 auto;
}
.columns .block-event {
  position: relative;
  z-index: 2;
}
.block-event .block-content {
  position: relative;
}
.block-event .block-content > .action {
  cursor: pointer;
  margin-top: -6px;
  position: absolute;
  top: 50%;
  z-index: 3;
}
.block-event .block-content > .action.backward,
.block-event .block-content > .action.forward {
  opacity: .5;
  overflow: hidden;
  width: 20px;
  display: inline-block;
  text-decoration: none;
}
.block-event .block-content > .action.backward > span,
.block-event .block-content > .action.forward > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.block-event .block-content > .action.backward:before,
.block-event .block-content > .action.forward:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 55px;
  line-height: 30px;
  color: inherit;
  content: '\e617';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block-event .block-content > .action.backward:before,
.block-event .block-content > .action.forward:before {
  margin-left: -15px;
}
.block-event .block-content > .action.backward {
  left: 0;
}
.block-event .block-content > .action.forward {
  right: 0;
}
.block-event .block-content > .action.forward:before {
  content: '\e608';
}
.block-event .block-content > .action.forward:before {
  margin-left: -20px;
}
.block-event .block-content > .action.inactive {
  cursor: default;
  display: none;
}
.block-event .block-content > .action:hover {
  opacity: 1;
}
.block-event .slider-panel {
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.block-event .slider-panel .slider {
  white-space: nowrap;
}
.block-event .slider-panel .slider .item {
  background: #f0f0f0;
  display: inline-block;
  text-align: center;
  vertical-align: top;
  white-space: normal;
  width: 16.35%;
}
.sidebar-main .block-event .slider-panel .slider .item,
.sidebar-additional .block-event .slider-panel .slider .item {
  width: 100%;
}
.block-event .slider-panel .slider .item img {
  max-width: 100%;
}
.block-event .slider-panel .slider .item .category-name {
  display: inline-block;
  font-size: 1.8rem;
  padding: 15px 5px 0;
  word-break: break-all;
}
.block-event .slider-panel .slider .item .ticker {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.block-event .slider-panel .slider .item .ticker li {
  display: none;
  margin: 0 5px;
}
.block-event .slider-panel .slider .item .ticker .value {
  font-size: 2.6rem;
  font-weight: 300;
}
.block-event .slider-panel .slider .item .ticker .label {
  display: block;
  font-size: 1.3rem;
}
.block-event .slider-panel .slider .item .dates {
  font-weight: 300;
}
.block-event .slider-panel .slider .item .dates .start,
.block-event .slider-panel .slider .item .dates .end,
.block-event .slider-panel .slider .item .dates .date {
  display: block;
}
.block-event .slider-panel .slider .item .dates .start:after {
  font-size: 1.8rem;
  content: '\2013';
  display: block;
}
.block-event .slider-panel .slider .item .dates .date {
  font-size: 1.8rem;
  font-weight: 300;
}
.block-event .slider-panel .slider .item .dates .time {
  font-size: 1.3rem;
}
.block-event .slider-panel .slider .item .box-event .box-content {
  padding: 5px 0 10px;
}
.block-event .slider-panel .slider .item .box-event .box-title {
  display: block;
  font-weight: 300;
  margin: 10px 0 0;
}
.block-event .slider-panel .slider .item .action.show {
  display: block;
  padding: 0;
}
.block-event .slider-panel .slider .item .action.show .category.name {
  display: inline-block;
  padding: 30px 10px 0;
}
.block-event .slider-panel .slider .item .action.show img {
  display: block;
}
.block-event .slider-panel .slider .item .action.event {
  background-image: none;
  background: #1979c3;
  border: 1px solid #1979c3;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  margin-top: 15px;
}
.block-event .slider-panel .slider .item .action.event:focus,
.block-event .slider-panel .slider .item .action.event:active {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.block-event .slider-panel .slider .item .action.event:hover {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.block-event .slider-panel .slider .item .action.event.disabled,
.block-event .slider-panel .slider .item .action.event[disabled],
fieldset[disabled] .block-event .slider-panel .slider .item .action.event {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.block-event .slider-panel .slider .item .action.event:hover {
  text-decoration: none;
}
.block-static-block.widget,
.block-cms-link.widget {
  margin-bottom: 20px;
}
.links .block-static-block.widget,
.links .block-cms-link.widget {
  margin-bottom: 0;
}
.block-cms-link-inline.widget {
  margin: 0;
}
.block-wishlist-search .form-wishlist-search {
  margin: 20px 0 0;
}
.block-cms-hierarchy-link.widget {
  display: block;
  margin-bottom: 20px;
}
.block-cms-hierarchy-link-inline.widget {
  margin: 0;
}
.block-product-link.widget,
.block-category-link.widget {
  display: block;
  margin-bottom: 20px;
}
.block-product-link-inline.widget {
  margin: 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;
}
/*.media-width(@extremum, @break) when (@extremum = 'min') and (@break = @screen__s) {
    .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: 100%/3;
    }
}
*/
/*
.media-width(@extremum, @break) when (@extremum = 'min') and (@break = @screen__m) {
    .block.widget .products-grid .product-item {
        width: 100%/3;
    }

    .page-layout-1column .block.widget .products-grid .product-item {
        width: 100%/4;
    }

    .page-layout-3columns .block.widget .products-grid .product-item {
        width: 100%/2;
    }
}

.media-width(@extremum, @break) when (@extremum = 'min') and (@break = @screen__l) {
    .block.widget .products-grid .product-item {
        width: 100%/5;
    }

    .page-layout-1column .block.widget .products-grid .product-item {
        margin-left: calc(~'(100% - 5 * (100%/6)) / 4');
        width: 100%/6;

        &:nth-child(4n + 1) {
            margin-left: calc(~'(100% - 5 * (100%/6)) / 4');
        }

        &:nth-child(5n + 1) {
            margin-left: 0;
        }
    }

    .page-layout-3columns .block.widget .products-grid .product-item {
        width: 100%/4;
    }

    .block.widget .products-grid .product-items {
        margin: 0;
    }

    .block.widget .products-grid .product-item {
        margin-left: calc(~'(100% - 4 * 24.439%) / 3');
        padding: 0;
        width: 24.439%;

        &:nth-child(4n + 1) {
            margin-left: 0;
        }
    }
}

.media-width(@extremum, @break) when (@extremum = 'min') and (@break = @screen__m) {
    .sidebar .block.widget .pager {
        .item:not(.pages-item-next):not(.pages-item-previous) {
            &:extend(.abs-no-display-desktop all);
        }

        .pages-item-next {
            padding: 0;

            .action {
                margin: 0;
            }
        }
    }
}
*/
@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-button-responsive-smaller,
  .product-info-main .box-tocart .actions .action.tocart {
    width: 100%;
  }
  .abs-visually-hidden-mobile-m {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-mobile-m:before,
  .abs-add-clearfix-mobile-m:after,
  .form-create-return .fieldset > .actions-toolbar:before,
  .form-create-return .fieldset > .actions-toolbar:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-mobile-m:after,
  .form-create-return .fieldset > .actions-toolbar:after {
    clear: both;
  }
  .abs-icon-add-mobile,
  .block-wishlist-management .wishlist-add.item .add {
    display: block;
    text-decoration: none;
  }
  .abs-icon-add-mobile:before,
  .block-wishlist-management .wishlist-add.item .add:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 10px;
    color: inherit;
    content: '\e61c';
    font-family: 'icons-blank-theme';
    margin: 0 5px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .abs-toggling-title-mobile,
  .block-wishlist-management .wishlist-select .wishlist-name,
  .block-collapsible-nav .title {
    border-bottom: 1px solid #d1d1d1;
    border-top: 1px solid #d1d1d1;
    cursor: pointer;
    margin-bottom: 0;
    padding: 10px 40px 10px 15px;
    position: relative;
    display: block;
    text-decoration: none;
  }
  .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: 28px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .block-wishlist-management .wishlist-select .wishlist-name:after,
  .block-collapsible-nav .title:after {
    position: absolute;
    right: 10px;
    top: 0;
  }
  .abs-toggling-title-mobile.active:after,
  .block-wishlist-management .wishlist-select .wishlist-name.active:after,
  .block-collapsible-nav .title.active:after {
    content: '\e621';
  }
  .abs-pager-toolbar-mobile .toolbar-amount,
  .abs-pager-toolbar-mobile .limiter,
  .abs-pager-toolbar-mobile .pages,
  .account .toolbar .toolbar-amount,
  .account .toolbar .limiter,
  .account .toolbar .pages,
  .toolbar-wishlist-results .toolbar-amount,
  .toolbar-wishlist-results .limiter,
  .toolbar-wishlist-results .pages {
    float: none;
    margin-bottom: 25px;
  }
  .abs-shopping-cart-items-mobile .actions,
  .cart-container .form-cart .actions {
    text-align: center;
  }
  .cart-container .form-cart .action.update,
  .cart-container .form-cart .action.continue,
  .cart-container .form-cart .action.clear {
    margin: 0 auto 10px;
  }
  .cart-container .form-cart .action.update,
  .cart-container .form-cart .action.clear {
    display: block;
  }
  .abs-checkout-tooltip-content-position-top-mobile,
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
  .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: #999999;
  }
  .field-tooltip .field-tooltip-content:after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-main,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .account .page-main,
  .cms-privacy-policy .page-main {
    padding-top: 41px;
    position: relative;
  }
  .product.data.items {
    margin: 0;
    padding: 0;
  }
  .product.data.items > .item.title {
    box-sizing: border-box;
    float: none;
    width: 100%;
  }
  .product.data.items > .item.title > .switch {
    display: block;
  }
  .product.data.items > .item.content {
    box-sizing: border-box;
    display: block;
    float: none;
    margin: 0;
  }
  .product.data.items > .item.content:before,
  .product.data.items > .item.content:after {
    content: '';
    display: table;
  }
  .product.data.items > .item.content:after {
    clear: both;
  }
  .product.data.items > .item.content.active {
    display: block;
  }
  .product.data.items > .item.title {
    margin: 0 0 5px;
  }
  .product.data.items > .item.title > .switch {
    background: #f0f0f0;
    border-bottom: 1px solid #d1d1d1;
    border-left: 1px solid #d1d1d1;
    border-right: 1px solid #d1d1d1;
    border-top: 1px solid #d1d1d1;
    height: 40px;
    padding: 5px 20px 5px 20px;
    font-weight: 600;
    line-height: 40px;
    font-size: 1.8rem;
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:visited {
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:hover {
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:active {
    color: #333333;
    text-decoration: none;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:focus,
  .product.data.items > .item.title:not(.disabled) > .switch:hover {
    background: #fcfcfc;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:active,
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    background: #ffffff;
    color: #333333;
    text-decoration: none;
    padding-bottom: 5px;
  }
  .product.data.items > .item.content {
    background: #ffffff;
    border: 1px solid #d1d1d1;
    margin: 0 0 5px;
    padding: 20px 20px 20px 20px;
  }
  .product.data.items .data.item {
    display: block;
  }
  .product.data.items .item.title > .switch {
    padding: 1px 15px 1px;
  }
  .product.data.items > .item.content {
    padding: 10px 15px 30px;
  }
  .modal-popup.modal-slide {
    left: 44px;
    z-index: 900;
  }
  .modal-popup.modal-slide._show .modal-inner-wrap {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .modal-popup.modal-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    width: auto;
  }
  .modal-popup.modal-slide .modal-inner-wrap {
    margin: 0;
    max-height: 90vh;
    /** iOS webkit fix height problem when added long content **/
  }
  .custom-slide {
    bottom: 0;
    left: 0;
    min-width: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s .3s, opacity .3s ease;
    transition: visibility 0s .3s, opacity .3s ease;
    left: 44px;
    z-index: 900;
  }
  .custom-slide._show {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
  }
  .custom-slide._show .modal-inner-wrap {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .custom-slide .modal-inner-wrap {
    background-color: #ffffff;
    box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
    opacity: 1;
    pointer-events: auto;
  }
  .custom-slide._show .modal-inner-wrap {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .custom-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    width: auto;
  }
  .custom-slide._show {
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .custom-slide .modal-inner-wrap {
    background-color: #f4f4f4;
    box-sizing: border-box;
    height: auto;
    min-height: 100%;
  }
  body._has-modal-custom {
    height: 100vh;
    overflow: hidden;
    width: 100vw;
  }
  body._has-modal-custom .modal-custom-overlay {
    background-color: rgba(51, 51, 51, 0.55);
  }
  .modal-popup {
    pointer-events: auto;
  }
  .modal-popup.modal-slide .modal-inner-wrap[class] {
    background-color: #f4f4f4;
  }
  .modal-popup.modal-slide._inner-scroll._show {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
  }
  .modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
    height: auto;
    min-height: 100%;
  }
  .modal-popup .modal-title {
    font-size: 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;
  }
  div[data-role='am-banners-lite'] {
    order: -2;
  }
  .amgdprcookie-groups-modal.-table .modal-inner-wrap {
    min-width: 95%;
  }
  .amgdprcookie-groups-modal .amgdprcookie-table {
    font-size: 1rem;
  }
  .modal-popup .modal-content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .amgdprcookie-bar-container .action-close {
    padding: 10px;
    right: 0;
    top: 0;
  }
  .amgdprcookie-modal-container .amgdprcookie-modal-template {
    min-width: unset;
    width: unset;
  }
  .amcard-field-container {
    padding: 0 1.5rem;
  }
  .checkout-container .opc-estimated-wrapper {
    margin-top: 10px;
  }
  .checkout-container .authentication-wrapper {
    margin-top: -12px;
  }
  .storelocator-list .storelocator-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .storelocator-list .storelocator-item .buttons-set {
    display: flex;
    flex-direction: column;
    float: right;
  }
  .storelocator-list .storelocator-item .buttons-set > span {
    margin-bottom: .5rem;
  }
  .storelocator-list .storelocator-item .buttons-set > span:last-child {
    margin-bottom: 0;
  }
  .storelocator-list .storelocator-item .buttons-set .button {
    width: 100%;
  }
  .storelocator-list .storelocator-item .index,
  .storelocator-list .storelocator-item .name {
    display: inline-block;
  }
  .storelocator-list .storelocator-item .index:before {
    content: '#';
  }
  .storelocator-list .storelocator-item .index:after {
    content: ' - ';
  }
  .storelocator-list .storelocator-item.selected .index {
    color: #ff0101;
  }
  .storelocator-list .storelocator-item.selected .index:after {
    color: #333333;
  }
  .modal-popup.storelocator-store-detail .modal-inner-wrap,
  .modal-slide.storelocator-store-detail .modal-inner-wrap {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .storelocator-toolbar {
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .storelocator-toolbar:before {
    display: none;
  }
  .storelocator-toolbar .storelocator-search-wrapper {
    width: 100%;
    margin-bottom: 20px;
    order: 1;
  }
  .storelocator-toolbar .storelocator-units {
    order: 2;
  }
  .storelocator-toolbar .storelocator-sorter {
    order: 3;
  }
  .storelocator-toolbar .storelocator-sorter label {
    margin-left: auto;
  }
  .storelocator-toolbar .storelocator-sorter select {
    max-width: 120px;
  }
  .storelocator-group-view .columns .column.main .storelocator {
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
  }
  .storelocator-group-view .columns .column.main .storelocator-toolbar {
    order: 1;
    -webkit-order: 1;
    width: 100%;
    margin-bottom: 10px;
  }
  .storelocator-group-view .columns .column.main .storelocator .right {
    order: 2;
    -webkit-order: 2;
    height: 300px;
    width: 100%;
    margin-bottom: 10px;
  }
  .storelocator-group-view .columns .column.main .storelocator .left {
    order: 3;
    -webkit-order: 3;
    width: 100%;
  }
  .storelocator-group-view .columns .column.main .storelocator .left .storelocator-list-wrapper {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .storelocator-group-view .columns .column.main .storelocator .map {
    height: 300px;
  }
  .tier-progress-bar .tier-point .label,
  .tier-progress-bar .tier-point .number,
  .tier-progress-bar .tier-point .tier-logo {
    display: none;
  }
  .tier-progress-bar .tier-point:first-child .label,
  .tier-progress-bar .tier-point:last-child .label,
  .tier-progress-bar .tier-point:first-child .number,
  .tier-progress-bar .tier-point:last-child .number,
  .tier-progress-bar .tier-point:first-child .tier-logo,
  .tier-progress-bar .tier-point:last-child .tier-logo {
    display: block;
  }
  .catalog-product-view .column.main {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .catalog-product-view .product.media {
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
  }
  .block.related .action.select {
    display: block;
    margin: 5px 0;
  }
  .compare,
  .product-addto-links .action.tocompare,
  .product-item-actions .actions-secondary > .action.tocompare {
    display: none;
  }
  .block-search .block-content {
    margin-bottom: 0;
  }
  .cart.table-wrapper {
    overflow: inherit;
  }
  .cart.table-wrapper thead .col:not(.item) {
    display: none;
  }
  .cart.table-wrapper .col.qty,
  .cart.table-wrapper .col.price,
  .cart.table-wrapper .col.subtotal,
  .cart.table-wrapper .col.msrp {
    box-sizing: border-box;
    display: block;
    float: left;
    text-align: center;
    white-space: nowrap;
    width: 33%;
  }
  .cart.table-wrapper .col.qty[data-th]:before,
  .cart.table-wrapper .col.price[data-th]:before,
  .cart.table-wrapper .col.subtotal[data-th]:before,
  .cart.table-wrapper .col.msrp[data-th]:before {
    content: attr(data-th) ':';
    display: block;
    font-weight: 700;
    padding-bottom: 10px;
  }
  .cart.table-wrapper .col.msrp {
    white-space: normal;
  }
  .cart.table-wrapper .item .col.item {
    padding-bottom: 0;
  }
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
  .checkout-payment-method .payment-methods {
    margin: 0 -15px;
  }
  .checkout-payment-method .step-title {
    padding-left: 15px;
    padding-right: 15px;
  }
  .checkout-payment-method .payment-method-title {
    padding: 15px;
  }
  .checkout-payment-method .payment-method-content {
    padding: 0 15px 20px;
  }
  .checkout-payment-method .checkout-billing-address .action-cancel {
    margin-top: 10px;
  }
  .checkout-payment-method .payment-option {
    margin: 0 -15px;
  }
  .checkout-payment-method .payment-option .payment-option-title {
    padding: 15px;
  }
  .checkout-payment-method .payment-option .payment-option-content {
    padding: 0 15px 20px;
  }
  .contact-index-index .column:not(.sidebar-main) .form.contact {
    float: none;
    width: 100%;
  }
  .contact-index-index .column:not(.sidebar-additional) .form.contact {
    float: none;
    width: 100%;
  }
  .login-container .fieldset:after {
    text-align: center;
  }
  .account .messages {
    margin-bottom: 0;
  }
  .control.captcha-image .captcha-img {
    margin-bottom: 10px;
    display: block;
  }
  .customer-account-index .page-title-wrapper {
    position: relative;
  }
  .form.search.advanced .field.price .with-addon .input-text {
    flex-basis: auto;
    width: 100%;
  }
  .gift-options .actions-toolbar .action-update {
    font-size: 2rem;
    padding: 15px;
    width: 100%;
  }
  .gift-item-block {
    border-top: 1px solid #c1c1c1;
    border-bottom: 0;
  }
  .cart.table-wrapper .gift-content {
    margin-right: -10px;
  }
  .gift-wrapping {
    border-bottom: 1px solid #c1c1c1;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
  .gift-wrapping-list {
    width: 100%;
  }
  .gift-wrapping-preview img {
    width: 100%;
  }
  .item-actions .actions-toolbar .gift-options .gift-wrapping,
  .item-actions .actions-toolbar .gift-options .gift-message {
    display: block;
  }
  .form-add-invitations .additional,
  .form-add-invitations .field.text {
    margin-top: 20px;
  }
  .page-with-filter .columns .sidebar-main {
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
  }
  .map-popup {
    max-width: 100%;
  }
  .map-old-price,
  .map-show-info {
    display: inline-block;
  }
  .map-old-price:not(:last-child),
  .map-show-info:not(:last-child) {
    margin-bottom: 10px;
  }
  .block-wishlist-management {
    clear: both;
    margin-top: -21px;
  }
  .block-wishlist-management .wishlist-select {
    margin: 0 -15px 20px;
  }
  .block-wishlist-management .wishlist-select-items {
    border-bottom: 1px solid #d1d1d1;
    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 {
    display: block;
    padding: 5px 18px;
    text-decoration: none;
  }
  .block-wishlist-management .wishlist-select-items .item a:hover {
    background: #e8e8e8;
  }
  .block-wishlist-management .wishlist-title strong {
    font-size: 2.6rem;
  }
  .block-wishlist-management .wishlist-info {
    margin-bottom: 15px;
  }
  .block-wishlist-management .wishlist-toolbar-select,
  .block-wishlist-management .wishlist-toolbar-actions {
    margin-bottom: 15px;
  }
  .products-grid.wishlist .product-item-checkbox {
    left: 0;
    position: absolute;
    top: 20px;
  }
  .page-multiple-wishlist .products-grid.wishlist .product-item-photo {
    margin-left: 25px;
  }
  .page-multiple-wishlist .products-grid.wishlist .product-item-name,
  .page-multiple-wishlist .products-grid.wishlist .product-item-description,
  .page-multiple-wishlist .products-grid.wishlist .product-item .price-box,
  .page-multiple-wishlist .products-grid.wishlist .product-item-tooltip {
    margin-left: 115px;
  }
  .products-grid.wishlist .wishlist-dropdown {
    display: none;
  }
  .multishipping-checkout-success .nav-toggle {
    display: block;
  }
  .multishipping-checkout-success .logo {
    margin-left: 40px;
  }
  .reward-settings + .actions-toolbar {
    margin-top: 10px;
  }
  .account .column.main .returns-details-items .block-returns-tracking .block-title > .action.track {
    display: block;
    float: none;
    margin: 10px 0 0;
  }
  .order-pager-wrapper .toolbar-amount {
    left: inherit;
    position: relative;
    text-align: center;
    top: inherit;
  }
  .order-pager-wrapper .pages {
    text-align: center;
  }
  .order-pager-wrapper .action.previous,
  .order-pager-wrapper .action.next {
    margin: 0;
  }
  .block-collapsible-nav {
    left: 0;
    position: absolute;
    top: -21px;
    width: 100%;
    z-index: 5;
  }
  .block-collapsible-nav .content {
    border-bottom: 1px solid #d1d1d1;
    display: none;
  }
  .block-collapsible-nav .content.active {
    display: block;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status {
    display: none;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status:before {
    display: none;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status._default {
    display: block;
  }
  .my-credit-cards .card-type img {
    vertical-align: middle;
  }
  .products-grid.wishlist {
    margin-bottom: 30px;
    margin-right: 0;
  }
  .products-grid.wishlist .product-item {
    padding: 20px 0 20px 0;
    position: relative;
  }
  .products-grid.wishlist .product-item-photo {
    float: left;
    margin-right: 20px;
  }
  .products-grid.wishlist .product-item-name {
    font-size: 1.6rem;
  }
  .products-grid.wishlist .product-item-actions {
    display: block;
    float: left;
  }
  .products-grid.wishlist .product-item-actions .action {
    margin-right: 15px;
  }
  .products-grid.wishlist .product-item-actions .action:last-child {
    margin-right: 0;
  }
  .products-grid.wishlist .product-item-actions .action.edit {
    float: left;
  }
  .products-grid.wishlist .product-item-actions .action.delete {
    float: right;
  }
  .products-grid.wishlist .product-item-actions .action.edit,
  .products-grid.wishlist .product-item-actions .action.delete {
    margin-top: 7px;
  }
  .products-grid.wishlist .product-item-name,
  .products-grid.wishlist .product-item-description,
  .products-grid.wishlist .product-item .price-box,
  .products-grid.wishlist .product-item-tooltip {
    margin-left: 95px;
  }
  .products-grid.wishlist .product-item .box-tocart {
    float: left;
    margin-right: 20px;
  }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin-top: 7px;
  }
  .products-grid.wishlist .product-item .giftregisty-dropdown,
  .products-grid.wishlist .product-item .field.qty {
    display: none;
  }
  .products-grid.wishlist .product-image-container {
    max-width: 80px;
  }
  .wishlist-index-index .product-item {
    width: 100%;
  }
  .wishlist-index-index .product-item-info {
    width: auto;
  }
}
@media only screen and (max-width: 639px) {
  .abs-visually-hidden-mobile,
  .table-giftregistry-items .col.product:before {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-mobile:before,
  .abs-add-clearfix-mobile:after,
  .abs-checkout-order-review tbody tr:before,
  .abs-checkout-order-review tbody tr:after,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:before,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:after,
  .table-giftregistry-items .col.product:before,
  .table-giftregistry-items .col.product:after,
  .account .toolbar:before,
  .account .toolbar:after,
  .multicheckout.order-review .data.table tbody tr:before,
  .multicheckout.order-review .data.table tbody tr:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-mobile:after,
  .abs-checkout-order-review tbody tr:after,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:after,
  .table-giftregistry-items .col.product:after,
  .account .toolbar:after,
  .multicheckout.order-review .data.table tbody tr:after {
    clear: both;
  }
  .multicheckout.order-review .data.table tbody tr:not(:last-child) {
    border-bottom: 1px solid #d1d1d1;
  }
  .multicheckout.order-review .data.table tbody tr .col.item:before {
    display: none;
  }
  .multicheckout.order-review .data.table tbody tr .col.qty,
  .multicheckout.order-review .data.table tbody tr .col.price,
  .multicheckout.order-review .data.table tbody tr .col.subtotal {
    box-sizing: border-box;
    float: left;
    text-align: center;
    white-space: nowrap;
    width: 33%;
  }
  .multicheckout.order-review .data.table tbody tr .col.qty[data-th]:before,
  .multicheckout.order-review .data.table tbody tr .col.price[data-th]:before,
  .multicheckout.order-review .data.table tbody tr .col.subtotal[data-th]:before {
    content: attr(data-th) ':';
    display: block;
    font-weight: 700;
    padding-bottom: 10px;
  }
  .abs-checkout-order-review tbody tr .product-item-name,
  .multicheckout.order-review .data.table tbody tr .product-item-name {
    margin: 0;
  }
  .abs-no-display-s,
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison).additional-attributes tbody th {
    display: none;
  }
  .abs-pager-toolbar-mobile-s .toolbar-amount,
  .abs-pager-toolbar-mobile-s .limiter,
  .abs-pager-toolbar-mobile-s .pages,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-giftregistry-results .limiter,
  .toolbar-giftregistry-results .pages {
    margin-bottom: 25px;
  }
  .table-wrapper {
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
    position: relative;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) {
    border: none;
    display: block;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > thead > tr > th {
    display: none;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody {
    display: block;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr {
    display: block;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td,
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr th {
    border-bottom: none;
    display: block;
    padding: 5px 0;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td[data-th]:before,
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr th[data-th]:before {
    padding-right: 10px;
    content: attr(data-th) ': ';
    display: inline-block;
    color: #111111;
    font-weight: 700;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) tbody > tr > td:first-child {
    padding-top: 20px;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) tbody > tr > td:last-child {
    padding-bottom: 20px;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison).additional-attributes tbody td:last-child {
    border: none;
    padding: 0 0 5px;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot {
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr {
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:first-child th,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:first-child td {
    padding-top: 20px;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot th {
    box-sizing: border-box;
    float: left;
    padding-left: 0;
    padding-right: 0;
    text-align: left;
    width: 70%;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot td {
    box-sizing: border-box;
    float: left;
    padding-left: 0;
    padding-right: 0;
    text-align: right;
    width: 30%;
  }
  .data-table-definition-list thead {
    display: none;
  }
  .data-table-definition-list tbody th {
    padding-bottom: 0;
  }
  .data-table-definition-list tbody th,
  .data-table-definition-list tbody td {
    display: block;
    padding-left: 0;
    padding-right: 0;
  }
  .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;
  }
  /* Overwriting Magento's padding for the method title to make
       sure our KP methods have the same height as the core methods */
  .klarna-payments-method > .payment-method-title {
    padding: 6.5px 0 6.5px 15px;
  }
  .storelocator-toolbar .storelocator-search-wrapper {
    margin-bottom: 0;
  }
  .storelocator-toolbar .storelocator-units {
    width: 50%;
  }
  .storelocator-toolbar .storelocator-sorter {
    width: 50%;
  }
  #miamo_cartbooster_cart {
    display: none !important;
  }
  #miamo_cartbooster_cart_wrapper {
    display: block;
  }
  span.select2-selection.select2-selection--single,
  .select2-container--default .select2-results > .select2-results__options {
    font-size: 13px;
  }
  .miamo_dialcode .controls .control.dialcode {
    width: calc(40% - 2px);
  }
  .miamo_dialcode .controls .control.phone {
    width: calc(60% - 2px);
  }
  html[class*='cdz-panel-open-'] .cdz-sidebar.md-sidenav-left {
    top: 0px;
    left: 10px;
    z-index: 991;
    width: 100vw;
    padding: 50px 0 0 10px;
  }
  .switcher-language-content-wrapper {
    box-shadow: 0px 0px 15px 0px #dddddd;
  }
  .switcher-language-content-wrapper .switcher-language-title span.title {
    margin: 0 auto;
  }
  .switcher-language-content-wrapper .switcher-language-title span.close {
    top: 30px;
  }
  .nav-sections .store-language-currency {
    padding: 15px;
    margin: 6px auto 16px;
    text-align: center;
    border: 1px solid #a0bacb;
    border-radius: 5px;
    background-color: #f2f6f9;
  }
  .nav-sections .store-language-currency .switcher.switcher-language {
    margin: 0 !important;
  }
  .nav-sections .store-language-currency .switcher.switcher-language .switcher-trigger {
    padding: 0;
  }
  .nav-sections .store-language-currency .switcher.switcher-language .switcher-trigger:before {
    display: none;
  }
  .nav-sections .store-language-currency .switcher.switcher-language .switcher-trigger > a {
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    justify-content: center;
  }
  .nav-sections .store-language-currency .switcher.switcher-language .switcher-trigger > a span.flag {
    display: block;
    margin-right: 6px;
  }
  .nav-sections .store-language-currency .switcher.switcher-language .switcher-trigger > a span.flag img {
    display: block;
    max-height: 14px;
    width: 20px;
  }
  .nav-sections .store-language-currency .switcher.switcher-language .switcher-trigger > a span:not(.flag) {
    line-height: 16px;
  }
  .nav-sections .store-language-currency .switcher.switcher-language .switcher-trigger > a span:not(.flag):after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 22px;
    line-height: 16px;
    color: inherit;
    content: '\e622';
    font-family: 'icons-blank-theme';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: 800;
    overflow: hidden;
    speak: none;
    text-align: center;
    transform: rotate(270deg);
  }
  .column .block-addbysku .sku {
    margin-right: -85px;
    padding-right: 90px;
  }
  .column .block-addbysku .action.remove {
    display: inline-block;
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
  }
  .column .block-addbysku .action.remove > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .column .block-addbysku .action.remove:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    line-height: 22px;
    color: inherit;
    content: '\e616';
    font-family: 'icons-blank-theme';
    margin: 1px 0 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .column .block-addbysku .action.remove:hover:before {
    color: inherit;
  }
  .column .block-addbysku .action.remove:active:before {
    color: inherit;
  }
  .column .block-addbysku .action.remove:focus,
  .column .block-addbysku .action.remove:active {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove:hover {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove.disabled,
  .column .block-addbysku .action.remove[disabled],
  fieldset[disabled] .column .block-addbysku .action.remove {
    pointer-events: none;
    opacity: 0.5;
  }
  .products-list .product-item {
    table-layout: fixed;
  }
  .products-list .product-item-photo {
    padding: 0 10px 10px 0;
    width: 30%;
  }
  .block-search {
    margin-top: 10px;
  }
  .minicart-wrapper {
    margin-top: 10px;
  }
  .minicart-wrapper:before,
  .minicart-wrapper:after {
    content: '';
    display: table;
  }
  .minicart-wrapper:after {
    clear: both;
  }
  .minicart-wrapper .product .actions {
    float: left;
    margin: 10px 0 0 0;
  }
  .minicart-wrapper .update-cart-item {
    float: right;
    margin-left: 0;
  }
  .opc-wrapper .step-title {
    font-size: 18px;
    border-bottom: 0;
    padding-bottom: 0;
  }
  .opc-wrapper .form-login {
    border-bottom: 1px solid #cccccc;
    margin: 0 0 15px;
    padding: 0 0 15px;
  }
  .opc-wrapper .shipping-address-item {
    border-bottom: 1px solid #cccccc;
    margin: 0 0 15px;
    padding: 0 0 15px;
    width: 100%;
  }
  .opc-wrapper .shipping-address-item.selected-item {
    padding: 15px 35px 15px 18px;
    border-bottom-width: 2px;
  }
  .opc-wrapper .shipping-address-item.selected-item .edit-address-link {
    right: 39px;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address {
    margin-top: 28px;
  }
  .opc-wrapper .action-select-shipping-item {
    float: none;
    margin-top: 10px;
    width: 100%;
  }
  .opc-wrapper .action-show-popup {
    width: 100%;
  }
  .opc-wrapper .edit-address-link {
    display: inline-block;
    text-decoration: none;
    margin: 0;
    position: absolute;
    right: 0;
    top: 1px;
  }
  .opc-wrapper .edit-address-link > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .opc-wrapper .edit-address-link:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    line-height: 28px;
    color: #303030;
    content: '\e606';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .opc-wrapper .edit-address-link:hover:before {
    color: #303030;
  }
  .opc-wrapper .edit-address-link:active:before {
    color: #303030;
  }
  .shipping-policy-block.field-tooltip {
    margin-bottom: 20px;
    position: relative;
    right: auto;
    top: auto;
  }
  .shipping-policy-block.field-tooltip .field-tooltip-content {
    width: 300px;
    right: auto;
  }
  .shipping-policy-block.field-tooltip .field-tooltip-content:before,
  .shipping-policy-block.field-tooltip .field-tooltip-content:after {
    right: auto;
  }
  .opc-block-shipping-information .shipping-information-title {
    font-size: 2.3rem;
  }
  .account .column.main,
  .account .sidebar-additional {
    margin: 0;
  }
  .cart.table-wrapper .gift-content {
    border-bottom: 1px solid #d1d1d1;
    margin-bottom: 20px;
  }
  .table-giftregistry-items .field.choice,
  .table-giftregistry-items .field.qty {
    display: inline-block;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 15px;
  }
  .multicheckout .data.table .address:before {
    margin-bottom: 5px;
  }
  .multicheckout .product-item-name,
  .multicheckout .price-including-tax,
  .multicheckout .price-excluding-tax {
    display: inline-block;
  }
  .multicheckout .block-content .box:not(:last-child) {
    margin-bottom: 40px;
  }
  .multicheckout .block-content .box:last-child {
    margin-bottom: 0;
  }
  .multicheckout.order-review .box-items .data.table thead {
    display: block;
  }
  .multicheckout.order-review .box-items .data.table thead tr {
    display: block;
  }
  .multicheckout.order-review .box-items .data.table thead .col.item {
    display: block;
    padding: 0;
  }
  .multicheckout .actions-toolbar .action {
    margin-bottom: 25px;
  }
  .multicheckout .actions-toolbar > .primary {
    margin-bottom: 25px;
    margin-right: 0;
  }
  .account .order-details-items .table-order-items .product-item-name,
  .account .order-details-items .table-order-items .price-including-tax,
  .account .order-details-items .table-order-items .price-excluding-tax,
  .account .order-details-items .table-order-items .items-qty {
    display: inline-block;
    vertical-align: top;
  }
  .account .toolbar .pages {
    float: right;
  }
  .account .toolbar .limiter {
    clear: both;
  }
  .order-details-items thead {
    display: block;
  }
  .order-details-items thead tr,
  .order-details-items thead td {
    display: block;
  }
  .table-wrapper .table.table-order-items tfoot td.order-pager-wrapper {
    width: 100%;
  }
  .order-items.table-wrapper .col.price,
  .order-items.table-wrapper .col.qty,
  .order-items.table-wrapper .col.subtotal,
  .order-items.table-wrapper .col.msrp {
    text-align: left;
  }
  .products-grid.wishlist .product-item {
    border-bottom: 1px solid #e8e8e8;
    margin: 0;
    width: 100%;
  }
  .products-grid.wishlist .product-item:first-child {
    border-top: 1px solid #e8e8e8;
  }
}
@media only screen and (max-width: 479px) {
  .tooltip.wrapper .tooltip.content {
    min-width: 10rem;
  }
  .amcard-card-info {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .amcard-card-info .amcard-field {
    flex: 0 50%;
  }
  .amcard-card-info .amcard-field:not(:last-child) {
    margin-right: 0;
  }
  .storelocator-toolbar .storelocator-sorter label {
    display: none;
  }
  .storelocator-toolbar .storelocator-sorter select {
    margin-left: auto;
  }
  .storelocator-toolbar .storelocator-sorter .sorter-action {
    margin-left: 3px;
  }
  .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.8%;
  }
  .abs-reset-left-margin-desktop-s,
  .column:not(.sidebar-main) .multicheckout .actions-toolbar,
  .multicheckout .block-shipping .box-shipping-method .fieldset .legend {
    margin-left: 0;
  }
  .abs-margin-for-forms-desktop-s {
    margin-left: 25.8%;
  }
  .abs-visually-hidden-desktop-s {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-desktop-s:before,
  .abs-add-clearfix-desktop-s:after,
  .multicheckout .block-billing:before,
  .multicheckout .block-billing:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop-s:after,
  .multicheckout .block-billing:after {
    clear: both;
  }
  .abs-add-box-sizing-desktop-s,
  .multicheckout .block-shipping .box,
  .multicheckout .block-billing .box-billing-address,
  .multicheckout .block-billing .box-billing-method {
    box-sizing: border-box;
  }
  .ui-dialog.popup {
    width: 420px;
  }
  .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: #1979c3;
    text-decoration: none;
    background: none;
    border: 0;
    display: inline;
    margin-top: 2px;
  }
  .column .block-addbysku .action.remove:focus,
  .column .block-addbysku .action.remove:active {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove:hover {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove.disabled,
  .column .block-addbysku .action.remove[disabled],
  fieldset[disabled] .column .block-addbysku .action.remove {
    pointer-events: none;
    opacity: 0.5;
  }
  .column .block-addbysku .action.remove:visited {
    color: #1979c3;
    text-decoration: none;
  }
  .column .block-addbysku .action.remove:hover {
    color: #006bb4;
    text-decoration: underline;
  }
  .column .block-addbysku .action.remove:active {
    color: #ff5501;
    text-decoration: underline;
  }
  .column .block-addbysku .action.remove:hover,
  .column .block-addbysku .action.remove:active,
  .column .block-addbysku .action.remove:focus {
    background: none;
    border: 0;
  }
  .column .block-addbysku .action.remove.disabled,
  .column .block-addbysku .action.remove[disabled],
  fieldset[disabled] .column .block-addbysku .action.remove {
    color: #1979c3;
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
    text-decoration: underline;
  }
  .products-grid .product-item {
    margin-bottom: 30px;
  }
  .product-item-actions {
    display: block;
  }
  .products-grid .product-item-actions {
    margin: 10px 0;
  }
  .product-item-actions .actions-primary + .actions-secondary {
    display: table-cell;
    padding-left: 5px;
    white-space: nowrap;
    width: 50%;
  }
  .product-item-actions .actions-primary + .actions-secondary > * {
    white-space: normal;
  }
  .product-item-actions .actions-primary {
    display: table-cell;
  }
  .products-grid .product-item {
    /*width: 100%/3;*/
  }
  .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 {
    /*width: 100%/3;*/
  }
  .multicheckout .actions-toolbar .secondary {
    float: none;
    margin-top: 11px;
    text-align: right;
  }
  .multicheckout .actions-toolbar .secondary .action {
    margin-left: 10px;
  }
  .multicheckout .actions-toolbar .secondary .action.back {
    display: block;
    float: left;
  }
  .multicheckout .item-options {
    margin: 20px 0 0;
  }
  .multicheckout .block-content .box {
    margin-bottom: 0;
  }
  .multicheckout .block-shipping .box {
    float: left;
    width: 25%;
  }
  .multicheckout .block-shipping .box-shipping-method {
    padding-left: 25px;
    padding-right: 25px;
    width: 50%;
  }
  .multicheckout .block-shipping .box-shipping-method .fieldset .field:before {
    display: none;
  }
  .multicheckout .block-billing .box-billing-address {
    float: left;
    width: 25%;
  }
  .multicheckout .block-billing .box-billing-method {
    float: left;
    padding-left: 25px;
    width: 50%;
  }
  .multicheckout.form.address .table-wrapper .applicable {
    margin: 7px 0 0;
  }
  .multicheckout.order-review .box-items {
    clear: left;
    float: none;
    padding-top: 40px;
    width: auto;
  }
  .multicheckout.order-review .col.item {
    width: 75%;
  }
  .multicheckout .methods-payment .item-content > .fieldset {
    width: auto;
  }
  .multicheckout .methods-payment .item-content > .fieldset .field.cvv {
    display: inline-block;
    width: auto;
  }
  .multicheckout .methods-payment .fieldset > .field:not(.choice) > .label {
    float: none;
    margin-bottom: 8px;
    text-align: left;
    width: auto;
  }
  .multicheckout .methods-payment .fieldset > .field:not(.choice):not(.cvv) .control {
    width: 100%;
  }
  .review-form {
    max-width: 500px;
  }
  .review-ratings {
    float: left;
    margin-bottom: 0;
    max-width: 240px;
  }
  .review-ratings ~ .review-content,
  .review-ratings ~ .review-details {
    margin-left: 280px;
  }
  .review-toolbar {
    margin: 0 0 30px;
  }
  .review-toolbar .pages {
    padding: 30px 0;
  }
  .fieldset .review-legend.legend {
    margin-bottom: 30px;
  }
  .review-item {
    padding: 30px 0;
  }
  .review-title {
    margin: 0 0 30px;
  }
  .wishlist-index-index .products-grid .product-item {
    margin-bottom: 20px;
  }
  .wishlist-index-index .products-grid .product-item-actions {
    margin: 0;
  }
}
/** 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
}
#esns_background_layer {
    position: absolute;
    z-index: 2147483647;
    background: url(../../frontend/Codazon/unlimited_miamo/it_IT/Magetrend_NewsletterPopup/images/esns_dark2.png);
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-align: center;
    top: 0;
    left: 0;
    display: none;
}


input#esns_email {
    outline: none;
}

/**************************************** BUTTON STYLE **********************************************/
/*button style */
#esnp_button {
    display: none;
    background: #0dc869;
    color: #ffffff;
    z-index: 100;
    position: fixed;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    -webkit-box-shadow: 1px 0px 10px 0px rgba(50, 50, 50, 0.28);
    -moz-box-shadow:    1px 0px 10px 0px rgba(50, 50, 50, 0.28);
    box-shadow:         1px 0px 10px 0px rgba(50, 50, 50, 0.28);
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    padding: 3px 3px 0 3px;
}

#esnp_button:hover {
    background: #0db058;
}

#esnp_button.esnp-leftcenter span {
    display: block;
    border:1px dashed #ffffff;
    border-bottom: 0;
    padding: 10px 20px;
}
#esnp_button.esnp-leftcenter {
    -ms-transform: rotate(-270deg);
    -ms-transform-origin:  bottom left;
    -moz-transform:rotate(-270deg);
    -moz-transform-origin: bottom left;
    -webkit-transform: rotate(-270deg);
    -webkit-transform-origin: bottom left;
    -o-transform: rotate(-270deg);
    -o-transform-origin:  bottom left;
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    left: 0;
    top: 100px;

}

#esnp_button.esnp-rightcenter {
    -ms-transform: rotate(-90deg);
    -ms-transform-origin:  bottom right;
    -moz-transform:rotate(-90deg);
    -moz-transform-origin: bottom right;
    -webkit-transform: rotate(-90deg);
    -webkit-transform-origin: bottom right;
    -o-transform: rotate(-90deg);
    -o-transform-origin:  bottom right;
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    right: 0;
    top: 100px;
}

#esnp_button.esnp-leftbottom {
    left: 0;
    bottom: 0;
}

#esnp_button.esnp-rightbottom {
    right: 0;
    bottom: 0;
}

.mtnp-checkbox-field {
    width: 70%;
    margin: 0 auto 5px;
    min-height: 23px;
    height: auto;
    overflow: hidden;
    clear: both;
    position: relative;
}

.mtnp-checkbox-field label {
    display: inline-block !important;;
    width: auto !important;
    float: left !important;;
    padding-left: 24px;
    text-align: left;

}

.mtnp-checkbox-field input {
    width: auto !important;
    float: left !important;;
    display: inline-block !important;
    position: absolute;
    left: 0;
    top: 0;
}

/**************************************** THEME DEFAULT **********************************************/
.esns_theme_default {
    box-sizing: border-box;
}

.esns_theme_default .esns-container {
    padding: 10px;
}
.esns_theme_default#esns_box_layer {
    z-index: 9999;
    background-color: #ffffff;
    width: 470px;
    height: auto;
    overflow: hidden;
    top: 0;
    text-align: center;
    display: inline-block;

}


.esns_theme_default #esns_box_title {
    width: 440px;
    height: auto;
    overflow: hidden;
    background: url(../../frontend/Codazon/unlimited_miamo/it_IT/Magetrend_NewsletterPopup/images/esns_box_block1.png) no-repeat right top;
}

.esns_theme_default #esns_box_block_1 {
    width: 350px;
    font: 20px/34px "CenturyGothicRegular",Century Gothic,Verdana,sans-serif;
    text-align: left;
}
.esns_theme_default #esns_box_block_2 {
    font: 29px/34px "CenturyGothicRegular",Century Gothic,Verdana,sans-serif;
    height: auto;
    text-align: left;
    margin: 0  0 10px 0 ;
    width: 350px;
}
.esns_theme_default #esns_box_block_3 {
    text-align: justify;
}

.esns_theme_default #esns_box_close {
    height: 22px;
    width: 22px;
    background: url(../../frontend/Codazon/unlimited_miamo/it_IT/Magetrend_NewsletterPopup/images/esns_box_close.png) no-repeat;
    cursor: pointer;
    float: right;
}
.esns_theme_default .esns_box_lines {
    background: url("../../frontend/Codazon/unlimited_miamo/it_IT/Magetrend_NewsletterPopup/images/esns_box_lines.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 1px;
    width: 100%;
    clear: both;
    margin: 5px 0;
}

.esns_theme_default #esns_box_subscribe_form {
    width: auto;
    margin: 5px auto 0;
    height: auto;
    overflow: hidden;
}

.esns_theme_default #esns_box_subscribe {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 0 20px 0;
}
.esns_theme_default #esns_box_subscribe_input {
    width: auto;
    clear: both;
    display: inline-block;
    padding: 3px 0 0 0;
}
.esns_theme_default #esns_box_subscribe_input input {
    width: 290px;
    border: 1px solid #acacac;
    height: 27px;
    line-height: 23px;
    padding-left: 10px;
}

.esns_theme_default #esns_box_subscribe_submit {
    width: auto;
    padding: 0;
    display: inline-block;
}

.esns_theme_default #esns_box_subscribe_submit a {
    background-image: url('../../frontend/Codazon/unlimited_miamo/it_IT/Magetrend_NewsletterPopup/images/esns_box_button.png');
    width: 117px;
    height: 34px;
    display: block;
    line-height: 34px;
    font-size: 12px;
    color: #000000;

    text-decoration: none;
}

.esns_theme_default #esns_box_subscribe_response {
    text-align: left;
    margin: 10px 0 0 30px;
    height: 15px;
}

.esns_theme_default #esns_box_subscribe_response_success {
    display: none;
}

.esns_theme_default #esns_box_subscribe_response_error {
    color: #ea6868;
    text-align: left;
    margin: 0 0 0 20px;
    height: auto;
    overflow: hidden;
}

.esns_theme_default #esns_box_subscribe_response_success {
    color: #35ea49;
    font: 20px/34px "CenturyGothicRegular",Century Gothic,Verdana,sans-serif;
}

.esns_theme_default #esns_box_subscribe_form.esns-with-additional select,
.esns_theme_default #esns_box_subscribe_form.esns-with-additional input {
    width: 70%;
    margin-bottom: 5px;
    border: 1px solid #a7a7a7;
}

.esns_theme_default .mtnp-checkbox-field label {
    line-height: 20px;
    display: inline-block;
    height: auto;
    font-size: 12px;
    font-family: Arial,Helvetica,sans-serif;
}

.esns_theme_default .mtnp-checkbox-field input {
    top:3px
}


.esns_theme_default #esns_box_subscribe_form.esns-with-additional .mtnp-checkbox-field {
    width: 70% !important;
    margin: 0 auto;
}

.esns_theme_default #esns_box_subscribe.esns-with-additional {
    margin-top: 20px;
}

.esns_theme_default #esns_box_subscribe_form.esns-with-additional #esns_box_subscribe_submit {
    display: block;
    margin: 10px auto 0px;
    width: 100%;
    text-align: center;
}

.esns_theme_default #esns_box_subscribe_form.esns-with-additional #esns_box_subscribe_submit #esns_submit{
    margin: 0 auto;
}

.esns_theme_default .esns-with-additional #esns_box_subscribe_response_error {
    width: 70%;
    margin: 0 auto;
}


.esns_theme_default .esns-footer {
    padding: 21px 0;
    font-size: 16px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
}

.esns_theme_default .esns-social {
    padding: 4px 10px 0;
    margin: 0;
    text-align: center;
    display: block;
}

.esns_theme_default .esns-social li {
    float: none;
    display: inline-block;
    margin: 0 7px;
    background: url('../../frontend/Codazon/unlimited_miamo/it_IT/Magetrend_NewsletterPopup/images/social/social_bg.png') no-repeat;
}

.esns_theme_default .esns-social li a {
    display: block;
    width: 29px;
    height: 28px;
    background-position: center center;
    background-repeat: no-repeat;
}

.esns_theme_default .esns-social li a.esns-facebook {
    background-image: url('../../frontend/Codazon/unlimited_miamo/it_IT/Magetrend_NewsletterPopup/images/social/fb_icon.png');
}

.esns_theme_default .esns-social li a.esns-twitter {
    background-image: url('../../frontend/Codazon/unlimited_miamo/it_IT/Magetrend_NewsletterPopup/images/social/twitter_icon.png');
}

.esns_theme_default .esns-social li a.esns-pinterest {
    background-image: url('../../frontend/Codazon/unlimited_miamo/it_IT/Magetrend_NewsletterPopup/images/social/pinterest_icon.png');
}

.esns_theme_default .esns-social li a.esns-gplus {
    background-image: url('../../frontend/Codazon/unlimited_miamo/it_IT/Magetrend_NewsletterPopup/images/social/gplus_icon.png');
}

.esns_theme_default .esns-social li a.esns-instagram {
    background-image: url('../../frontend/Codazon/unlimited_miamo/it_IT/Magetrend_NewsletterPopup/images/social/instagram_icon.png');
}

.esns_theme_default .esns-social li a.esns-tumblr{
    background-image: url('../../frontend/Codazon/unlimited_miamo/it_IT/Magetrend_NewsletterPopup/images/social/tumblr_icon.png');
}

.esns_theme_default .esns-social li a.esns-linkedin{
    background-image: url('../../frontend/Codazon/unlimited_miamo/it_IT/Magetrend_NewsletterPopup/images/social/linkedin_icon.png');
}

.esns_theme_default .esns-social li a.esns-youtube{
    background-image: url('../../frontend/Codazon/unlimited_miamo/it_IT/Magetrend_NewsletterPopup/images/social/youtube_icon.png');
}

@media only screen and (max-width: 530px) {
    .esns_theme_default#esns_box_layer {
        width: 90%;
    }

    .esns_theme_default #esns_box_title{
        background: none;
        width: 100%;
    }

    .esns_theme_default #esns_box_block_2 {
        width: 100%;
    }

    .esns_theme_default #esns_box_subscribe_input {
        width: 100%;
    }

    .esns_theme_default #esns_box_subscribe_input input {
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        height: 35px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .esns_theme_default #esns_box_subscribe_submit {
        width: 100%;
        padding: 0;
    }

    .esns_theme_default #esns_box_subscribe_submit a {
        margin: 10px auto 10px;
    }

    .esns_theme_default .esns-with-additional #esns_box_subscribe_response_error {
        width: 90%;
        margin: 0 auto;
    }

    .esns_theme_default #esns_box_subscribe_form.esns-with-additional select,
    .esns_theme_default #esns_box_subscribe_form.esns-with-additional input {
        width: 90%;
    }

    .esns_theme_default #esns_box_subscribe_form.esns-with-additional .mtnp-checkbox-field {
        width: 90% !important;
    }

    .esns_theme_default .esns-social li {
        margin-bottom: 5px;
    }
}

/**************************************** THEME Label **********************************************/
.esns_theme_label {
    box-sizing: border-box;
}

.esns_theme_label#esns_box_layer {
    z-index: 9999;
    background-color: #ffffff;
    width: 470px;
    height: auto;
    overflow: hidden;
    top: 0;
    text-align: center;
    display: inline-block;
    padding: 10px;
}

.esns_theme_label #esns_box_title {
    width: 440px;
    height: auto;
    overflow: hidden;
    background: url(../../frontend/Codazon/unlimited_miamo/it_IT/Magetrend_NewsletterPopup/images/esns_box_block1.png) no-repeat right top;
}

.esns_theme_label #esns_box_block_1 {
    width: 350px;
    font: 20px/34px "CenturyGothicRegular",Century Gothic,Verdana,sans-serif;
    text-align: left;
    margin: 20px 40px 0 0 ;
}

.esns_theme_label #esns_box_block_2 {
    font: 29px/34px "CenturyGothicRegular",Century Gothic,Verdana,sans-serif;
    height: auto;
    text-align: left;
    width: 350px;
    margin: 0px 40px 0 0 ;
}

.esns_theme_label #esns_box_block_3 {
    text-align: justify;
    color: #000000;
    clear: both;
    float: right;
    margin: 10px 40px 0px 0 ;
    width: 340px;
    height: 68px;
    overflow: hidden;
}

.esns_theme_label #esns_box_close {
    cursor: pointer;
    float: right;
    position: absolute;
    height: 36px;
    width: 36px;
    background: url(../../frontend/Codazon/unlimited_miamo/it_IT/Magetrend_NewsletterPopup/images/esns_box_close2.png) no-repeat;
    right: -10px;
    top:-5px;
}

.esns_theme_label .esns_box_lines {
    background: url("../../frontend/Codazon/unlimited_miamo/it_IT/Magetrend_NewsletterPopup/images/esns_box_lines.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 1px;
    width: 100%;
    clear: both;
    margin: 5px 0;
}

.esns_theme_label #esns_box_subscribe {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 0 20px 0;
    clear: both;
}

.esns_theme_label #esns_box_subscribe_input {
    float: left;
    clear: both;
    width: 340px;
    background: url('../../frontend/Codazon/unlimited_miamo/it_IT/Magetrend_NewsletterPopup/images/esns_input.png') no-repeat 121px 0;
}

.esns_theme_label #esns_box_subscribe_input input {
    padding-left: 10px;
    margin: 0 0 0 127px;
    background: none;
    height: 29px;
    width: 216px;
    border: 0;
}

.esns_theme_label #esns_box_subscribe_submit {
    width: auto;
    float: left;
}

.esns_theme_label #esns_box_subscribe_submit a {
    width: 117px;
    display: block;
    font-size: 12px;
    margin: 1px 0 0 0;
    color: #ffffff;
    height: 29px;
    line-height: 27px;
    background: url('../../frontend/Codazon/unlimited_miamo/it_IT/Magetrend_NewsletterPopup/images/esns_input.png') no-repeat -212px 0;
    text-decoration: none;
}

.esns_theme_label #esns_box_subscribe_response {
    text-align: left;
    margin: 10px 0 0 30px;
    height: 15px;
}

.esns_theme_label #esns_box_subscribe_response_success {
    display: none;
    font: 17px "CenturyGothicRegular",Century Gothic,Verdana,sans-serif;
    color: #FFFFFF;
    float: right;
    margin: 0 50px 0 0;
    width: 340px;
}

.esns_theme_label #esns_box_subscribe_response_error {
    height: 22px;
    line-height: 15px;
    color: #ffffff;
    float: right;
    text-align: left;
    width: 325px;
    margin: 0 40px 0 0;
    overflow: hidden;
}

.esns_theme_label#esns_box_layer {
    height: 263px;
    width: 504px;
    background: url('../../frontend/Codazon/unlimited_miamo/it_IT/Magetrend_NewsletterPopup/images/esns_label.png') no-repeat transparent;
    position: relative;
}
.esns_theme_label #esns_box_block_1, .esns_theme_label #esns_box_block_2 {
    color: #ffffff;
    text-align: right;
    float: right;
    line-height: normal;
}

/**************************************** THEME Clear **********************************************/
.esns_theme_clear {
    font-family: Arial,sans-serif;
}

.esns_theme_clear#esns_box_layer {
    background-color: #fff;
    display: inline-block;
    height: auto;
    overflow: visible;
    padding: 0;
    position: relative;
    text-align: center;
    top: 0;
    width: 445px;
    z-index: 9999;
}
.esns_theme_clear .esns_box_icon {
    background-image: url(../../frontend/Codazon/unlimited_miamo/it_IT/Magetrend_NewsletterPopup/images/esns_mail_icon.png);
    background-repeat: no-repeat;
    background-position: top center;
    margin: 60px auto 0;
    overflow: hidden;
    text-align: center;
    width: 73px;
    height: 73px;
}
.esns_theme_clear #esns_box_block_1 {
    font-size: 18px;
    font-weight: bold;
    padding: 18px 0 0;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    word-spacing: -2px;
}

.esns_theme_clear #esns_box_block_2 {
    clear: both;
    color: #666668;
    height: auto;
    margin: 0 70px;
    overflow: hidden;
    text-align: center;
    width: auto;
    font-size: 12px;
    line-height: 18px;
}

.esns_theme_clear #esns_box_subscribe {
    height: auto;
    margin: 40px 70px 60px;
    overflow: hidden;
    text-align: center;
    width: auto;
}


.esns_theme_clear #esns_submit {
    vertical-align: top;
    text-decoration: none;
    text-transform: uppercase;
    background: none repeat scroll 0 0 #333;
    border: 1px solid #565656;
    color: #fff;
    display: inline-block;
    font-size: 11px;
    font-weight: bold;
    height: 21px;
    line-height: 21px;
    padding: 0 9px;
    width: auto;

}

.esns_theme_clear #esns_box_subscribe.esns-with-additional #esns_submit {
    margin: 15px 0 0 0;
    clear: both;
}

.esns_theme_clear #esns_box_subscribe select,
.esns_theme_clear #esns_box_subscribe textarea,
.esns_theme_clear #esns_box_subscribe input {
    box-sizing: border-box;
    color: #505050;
    height: 23px;
    line-height: 23px;
    padding: 0 8px;
    margin: 0;
    border: 1px dotted #a2a2a2;
    float: none;
    display: inline-block;
    width: 198px;
    overflow: hidden;
    font-size: 12px;
    font-family: Arial,sans-serif;
}

.esns_theme_clear #esns_box_subscribe input[type="checkbox"] {
    height: auto;
}

.esns_theme_clear #esns_box_subscribe textarea {
    height: 50px;
    line-height: 16px;
}

.esns_theme_clear #esns_box_subscribe.esns-with-additional select,
.esns_theme_clear #esns_box_subscribe.esns-with-additional textarea,
.esns_theme_clear #esns_box_subscribe.esns-with-additional input {
    width: 70%;
    margin: 0 auto 5px;
    border: 1px dotted #a2a2a2;
    display: block;
}

.esns_theme_clear #esns_box_subscribe.esns-with-additional textarea {
    padding: 3px 8px;
}
.esns_theme_clear #esns_box_subscribe.esns-with-additional select {
    padding: 0 5px;
}
.esns_theme_clear .mtnp-checkbox-field {
    width: 70% !important;
    vertical-align: middle;
    line-height: 25px;
}
.esns_theme_clear .mtnp-checkbox-field label {
    line-height: 20px;
    display: inline-block;
    height: auto;
    font-size: 12px;
    font-family: Arial,Helvetica,sans-serif;
}

.esns_theme_clear .mtnp-checkbox-field input {
    border: 1px dotted #a2a2a2 !important;
    display: inline-block;
    top: 5px
}

.esns_theme_clear #esns_box_subscribe_response_error {
    margin: 0 0 0 0;
    text-align: center;
    padding: 10px 0 0;
    color: #ea6868;
    height: auto;
    overflow: hidden;
}

.esns_theme_clear #esns_box_subscribe_response_success {
    font: 20px Arial;
}

.esns_theme_clear #esns_box_close {
    background: url('../../frontend/Codazon/unlimited_miamo/it_IT/Magetrend_NewsletterPopup/images/esns_box_close3.png');
    cursor: pointer;
    height: 32px;
    position: absolute;
    right: -12px;
    top: -12px;
    width: 31px;
}

.esns_theme_clear .esns-footer {
    padding: 21px 0;
    font-size: 16px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
}

.esns_theme_clear .esns-social {
    padding: 4px 10px 0;
    margin: 0;
    text-align: center;
    display: block;
}

.esns_theme_clear .esns-social li {
    float: none;
    display: inline-block;
    margin: 0 7px;
    background: url('../../frontend/Codazon/unlimited_miamo/it_IT/Magetrend_NewsletterPopup/images/social/social_bg.png') no-repeat;
}

.esns_theme_clear .esns-social li a {
    display: block;
    width: 29px;
    height: 28px;
    background-position: center center;
    background-repeat: no-repeat;
}

.esns_theme_clear .esns-social li a.esns-facebook {
    background-image: url('../../frontend/Codazon/unlimited_miamo/it_IT/Magetrend_NewsletterPopup/images/social/fb_icon.png');
}

.esns_theme_clear .esns-social li a.esns-twitter {
    background-image: url('../../frontend/Codazon/unlimited_miamo/it_IT/Magetrend_NewsletterPopup/images/social/twitter_icon.png');
}

.esns_theme_clear .esns-social li a.esns-pinterest {
    background-image: url('../../frontend/Codazon/unlimited_miamo/it_IT/Magetrend_NewsletterPopup/images/social/pinterest_icon.png');
}

.esns_theme_clear .esns-social li a.esns-gplus {
    background-image: url('../../frontend/Codazon/unlimited_miamo/it_IT/Magetrend_NewsletterPopup/images/social/gplus_icon.png');
}

.esns_theme_clear .esns-social li a.esns-instagram {
    background-image: url('../../frontend/Codazon/unlimited_miamo/it_IT/Magetrend_NewsletterPopup/images/social/instagram_icon.png');
}

.esns_theme_clear .esns-social li a.esns-tumblr{
    background-image: url('../../frontend/Codazon/unlimited_miamo/it_IT/Magetrend_NewsletterPopup/images/social/tumblr_icon.png');
}

.esns_theme_clear .esns-social li a.esns-linkedin{
    background-image: url('../../frontend/Codazon/unlimited_miamo/it_IT/Magetrend_NewsletterPopup/images/social/linkedin_icon.png');
}

.esns_theme_clear .esns-social li a.esns-youtube{
    background-image: url('../../frontend/Codazon/unlimited_miamo/it_IT/Magetrend_NewsletterPopup/images/social/youtube_icon.png');
}

@media only screen and (max-width: 490px) {
    .esns_theme_clear#esns_box_layer {
        width: 90%;
        padding: 0;
    }

    .esns_theme_clear #esns_box_block_1,
    .esns_theme_clear #esns_box_block_2 {
        margin-left: 10px;
        margin-right: 10px;
        width: auto;
    }

    .esns_theme_clear #esns_box_subscribe {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .esns_theme_clear .mtnp-checkbox-field {
        width: 70%;
        max-width: 200px;
    }

    .esns_theme_clear #esns_box_subscribe textarea ,
    .esns_theme_clear #esns_box_subscribe input ,
    .esns_theme_clear #esns_box_subscribe select {
        height: 34px;
        width: 70%;
        max-width: 200px;
        margin: 0 auto;
        display: block;
    }

    .esns_theme_clear #esns_submit {
        margin: 20px auto 0;
        height: 34px;
        line-height: 36px;
    }

    .esns_theme_clear #esns_box_close {
        right: -4px;
        top: -6px;
    }

    .esns_theme_clear .esns_box_icon {
        margin-top: 20px;
    }

    .esns_theme_clear .esns-social {
        padding-left: 10px;
        padding-right: 10px;
    }
    .esns_theme_clear .esns-social li {
        margin-bottom: 5px;
    }
}

/**************************************** THEME Orange **********************************************/
.esns_theme_orange {
    font-family: "Myriad Pro", Arial, san-serif;
}

.esns_theme_orange#esns_box_layer {
    background-color: #fff;
    display: inline-block;
    height: auto;
    overflow: visible;
    padding: 0;
    position: relative;
    text-align: center;
    top: 0;
    width: 371px;
    z-index: 9999;
}

.esns_theme_orange #esns_box_close {
    background: url('../../frontend/Codazon/unlimited_miamo/it_IT/Magetrend_NewsletterPopup/images/orange/close.png') no-repeat center center;
    cursor: pointer;
    height: 25px;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 25px;
}


.esns_theme_orange .esns_box_icon.esns-icon-letter,
.esns_theme_orange .esns_box_icon.esns-icon-gift_card {
    background-repeat: no-repeat;
    background-position: top center;
    margin: 45px auto 0;
    overflow: hidden;
    text-align: center;

}

.esns_theme_orange .esns_box_icon.esns-icon-letter {
    background-image: url(../../frontend/Codazon/unlimited_miamo/it_IT/Magetrend_NewsletterPopup/images/orange/letter.png);
    width: 148px;
    height: 20px;
    font-size: 0;
}

.esns_theme_orange .esns_box_icon.esns-icon-gift_card {
    background-image: url(../../frontend/Codazon/unlimited_miamo/it_IT/Magetrend_NewsletterPopup/images/orange/giftcard.png);
    width: 180px;
    height: 40px;
    line-height: 47px;
    font-size: 20px;
    font-weight: bold;
    font-style: italic;
}

.esns_theme_orange #esns_box_block_1 {
    font-size: 18px;
    padding: 12px 0 0;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
   font-weight: bold;
}

.esns_theme_orange #esns_box_block_2 {
    clear: both;
    color: #707071;
    height: auto;
    margin: 0 30px;
    overflow: hidden;
    text-align: center;
    width: auto;
    font-size: 13px;
    line-height: 18px;
}

.esns_theme_orange #esns_box_subscribe {
    height: auto;
    margin: 30px 30px 42px;
    overflow: hidden;
    text-align: center;
    width: auto;
    font-size: 0;
}

.esns_theme_orange #esns_submit {
    display: inline-block;
    height: 30px;
    line-height: 32px;
    background: none repeat scroll 0 0 #333;
    border: 0;
    padding: 0 15px;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    width: auto;
    vertical-align: top;
}
.esns_theme_orange #esns_box_subscribe.esns-with-additional #esns_submit {
    margin: 20px 0 0 0;
}

.esns_theme_orange #esns_box_subscribe select,
.esns_theme_orange #esns_box_subscribe textarea,
.esns_theme_orange #esns_box_subscribe input {
    border: 1px solid #a7a7a7;
    border-right: 0;
    color: #b0b0b0;
    display: inline-block;
    height: 30px;
    padding: 0 8px;
    width: 165px;
    box-sizing: border-box;
    font-size: 13px;
    outline: none;
}

.esns_theme_orange #esns_box_subscribe input[type="checkbox"] {
    height: auto;
}

.esns_theme_orange #esns_box_subscribe textarea {
    height: 50px;
    line-height: 15px;
    padding-top: 6px !important;
    padding-bottom: 6px  !important;
}

#esns_box_subscribe select:focus,
#esns_box_subscribe textarea:focus,
#esns_box_subscribe input:focus {
    outline: 0 !important;
    box-shadow: none;
}

.esns_theme_orange #esns_box_subscribe.esns-with-additional select,
.esns_theme_orange #esns_box_subscribe.esns-with-additional textarea,
.esns_theme_orange #esns_box_subscribe.esns-with-additional input {
    width: 80%;
    margin-bottom: 5px;
    border: 1px solid #a7a7a7;
}

.esns_theme_orange #esns_box_subscribe.esns-with-additional textarea,
.esns_theme_orange #esns_box_subscribe.esns-with-additional select {
    padding: 0 5px;
}

.esns_theme_orange #esns_box_subscribe_response_error {
    margin: 0 0 0 0;
    text-align: center;
    padding: 10px 0 0;
    height: auto;
    overflow: hidden;
    color: #ea6868;
    font-size: 13px;
    clear: both;
    width: 100%;
}

.mtnp-checkbox-field {
    width: 80% !important;
}

.esns_theme_orange .mtnp-checkbox-field input {
    top: 3px;
}
.esns_theme_orange .mtnp-checkbox-field label {
    display: inline-block;
    height: auto;
    color: #b0b0b0;
    font-size: 13px;
    font-family: Arial,Helvetica,sans-serif;
    line-height: 18px;
}


.esns_theme_orange #esns_box_subscribe_response_success {
    font-size: 18px;
    clear: both;
    width: 100%;
}

.esns_theme_orange .esns-footer {
    padding: 21px 0;
    font-size: 16px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
}

.esns_theme_orange .esns-social {
    padding: 4px 10px 0;
    margin: 0;
    text-align: center;
    display: block;
}

.esns_theme_orange .esns-social li {
    float: none;
    display: inline-block;
    margin: 0 7px;
    background: url('../../frontend/Codazon/unlimited_miamo/it_IT/Magetrend_NewsletterPopup/images/social/social_bg.png') no-repeat;
}

.esns_theme_orange .esns-social li a {
    display: block;
    width: 29px;
    height: 28px;
    background-position: center center;
    background-repeat: no-repeat;
}

.esns_theme_orange .esns-social li a.esns-facebook {
    background-image: url('../../frontend/Codazon/unlimited_miamo/it_IT/Magetrend_NewsletterPopup/images/social/fb_icon.png');
}

.esns_theme_orange .esns-social li a.esns-twitter {
    background-image: url('../../frontend/Codazon/unlimited_miamo/it_IT/Magetrend_NewsletterPopup/images/social/twitter_icon.png');
}

.esns_theme_orange .esns-social li a.esns-pinterest {
    background-image: url('../../frontend/Codazon/unlimited_miamo/it_IT/Magetrend_NewsletterPopup/images/social/pinterest_icon.png');
}

.esns_theme_orange .esns-social li a.esns-gplus {
    background-image: url('../../frontend/Codazon/unlimited_miamo/it_IT/Magetrend_NewsletterPopup/images/social/gplus_icon.png');
}

.esns_theme_orange .esns-social li a.esns-instagram {
    background-image: url('../../frontend/Codazon/unlimited_miamo/it_IT/Magetrend_NewsletterPopup/images/social/instagram_icon.png');
}

.esns_theme_orange .esns-social li a.esns-tumblr {
    background-image: url('../../frontend/Codazon/unlimited_miamo/it_IT/Magetrend_NewsletterPopup/images/social/tumblr_icon.png');
}

.esns_theme_orange .esns-social li a.esns-linkedin {
    background-image: url('../../frontend/Codazon/unlimited_miamo/it_IT/Magetrend_NewsletterPopup/images/social/linkedin_icon.png');
}

.esns_theme_orange .esns-social li a.esns-youtube {
    background-image: url('../../frontend/Codazon/unlimited_miamo/it_IT/Magetrend_NewsletterPopup/images/social/youtube_icon.png');
}

@media only screen and (max-width: 410px) {

    .esns_theme_orange#esns_box_layer {
        width: 95%;
    }

    .esns_theme_orange #esns_box_block_1,
    .esns_theme_orange #esns_box_block_2 {
        padding-left: 10px;
        padding-right: 10px;
        width: auto;
        margin-left: auto;
        margin-right:  auto;
    }

    .esns_theme_orange #esns_box_subscribe.esns-with-additional textarea,
    .esns_theme_orange #esns_box_subscribe.esns-with-additional select,
    .esns_theme_orange #esns_box_subscribe select,
    .esns_theme_orange #esns_box_subscribe textarea,
    .esns_theme_orange #esns_box_subscribe.esns-with-additional input,
    .esns_theme_orange #esns_box_subscribe input {
        width: 80%;
        border: 1px solid #a7a7a7;
    }

    .esns_theme_orange #esns_box_subscribe #esns_submit {
        margin: 20px 0 0 0;
    }

    .esns_theme_orange #esns_box_subscribe {
        margin-left: 0;
        margin-right: 0;
    }

    .esns_theme_orange .esns_box_icon {
        margin-top: 20px;
    }

    .esns_theme_orange .esns-social li {
        margin-bottom: 5px;
    }
}

/**************************************** CMS STATIC BLOCK **********************************************/

.esns_static_block {
    display: inline-block;
    width: auto;
    margin: 0 auto;
    overflow: hidden;
}

/* Coupon code */

#esns_box_subscribe_response_coupon {
    font-size: 14px;
    margin-top: 20px;
    display: none;
}

#esns_box_coupon_code {
    width: 70%;
    box-sizing: border-box;
    border: 1px dashed #e8e8e8;
    height: auto;
    line-height: 20px;
    padding: 10px;
    text-align: center;
    color: #a7a7a7;
    margin: 0 auto;
}

#esns_copy_to_clipboard {
    font-size: 11px;
    color: #a7a7a7;
}

#esns_box_coupon_code span {
    color: #707071;
}

.esns-box-shop-now-button a:hover {
    color: #ffffff;
    text-decoration: none;
}
.esns-box-shop-now-button a {
    width: 70%;
    border: 0 none;
    color: #fff;
    box-sizing: border-box;
    display: block;
    font-size: 11px;
    font-weight: bold;
    height: 30px;
    line-height: 32px;
    padding: 0 15px;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: top;
    margin: 10px auto;
}


/**************************************** THEME OSOM **********************************************/



.esns_theme_osom {
    font-family: Arial,sans-serif;
}

.esns_theme_osom#esns_box_layer {
    background-color: #fff;
    display: inline-block;
    height: auto;
    overflow: visible;
    padding: 0;
    position: relative;
    text-align: center;
    top: 0;
    width: 765px;
    z-index: 9999;
}

.esns_theme_osom .esns-left-wraper {
    float: left;
    clear: both;
    width: 300px;
    display: block;
    height: auto;
    overflow: hidden;
    font-size: 0;
}

.esns_theme_osom .esns-right-wraper {
    float: left;
    width: 365px;
    margin: 80px 50px 0px;
}


.esns_theme_osom #esns_box_block_1 {
    font-size: 23px;
    font-weight: bold;
    padding: 18px 0 0;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    word-spacing: -2px;
    color: #000000;
}

.esns_theme_osom #esns_box_block_2 {
    clear: both;
    color: #000000;
    height: auto;
    margin: 0 0;
    overflow: hidden;
    text-align: center;
    width: auto;
    font-size: 16px;
    line-height: 18px;
    padding: 9px 0 0 0;
}

.esns_theme_osom.esns-success-true.esns-success-has-coupon  #esns_box_block_1,
.esns_theme_osom.esns-success-true #esns_box_block_1,
.esns_theme_osom.esns-success-true #esns_box_block_2,
.esns_theme_osom.esns-success-true.esns-success-has-coupon  #esns_box_block_2 {
    display: none;
}

.esns_theme_osom.esns-success-true.esns-success-has-coupon #esns_box_subscribe {
    margin-top: 20px;
}

.esns_theme_osom.esns-success-true.esns-success-has-coupon .esns-right-wraper {
    margin-top: 80px;
}

.esns_theme_osom.esns-success-true .esns-right-wraper {
    margin-top: 140px;
}

.esns_theme_osom #esns_box_subscribe {
    height: auto;
    margin: 40px 0 0px;
    overflow: hidden;
    text-align: center;
    width: auto;
}


.esns_theme_osom #esns_submit {
    vertical-align: top;
    text-decoration: none;
    text-transform: uppercase;
    background: none repeat scroll 0 0 #333;
    border: 0;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    height: 38px;
    line-height: 40px;
    padding: 0 9px;
    width: 100%;
}

.esns_theme_osom #esns_box_subscribe.esns-with-additional #esns_submit {
    margin: 15px 0 0 0;
    clear: both;
}

.esns_theme_osom #esns_box_subscribe select,
.esns_theme_osom #esns_box_subscribe textarea,
.esns_theme_osom #esns_box_subscribe input {
    box-sizing: border-box;
    color: #cccccc;
    height: 38px;
    line-height: 23px;
    padding: 0 8px;
    margin: 0 0 15px 0;
    border: 1px solid #cccccc;
    float: none;
    width: 100%;
    overflow: hidden;
    font-size: 15px;
    font-family: Arial,sans-serif;
    display: block;
}

.esns_theme_osom #esns_box_subscribe input[type="checkbox"] {
    height: auto;
    padding-bottom: 15px;
}

.esns_theme_osom #esns_box_subscribe textarea {
    height: 50px;
    line-height: 16px;
}

.esns_theme_osom #esns_box_subscribe.esns-with-additional select,
.esns_theme_osom #esns_box_subscribe.esns-with-additional textarea,
.esns_theme_osom #esns_box_subscribe.esns-with-additional input {
    display: block;
}

.esns_theme_osom #esns_box_subscribe.esns-with-additional textarea {
    padding: 3px 8px;
}
.esns_theme_osom #esns_box_subscribe.esns-with-additional select {
    padding: 0 5px;
}
.esns_theme_osom .mtnp-checkbox-field {
    width: 100% !important;
    vertical-align: middle;
    line-height: normal;
}

.esns_theme_osom .mtnp-checkbox-field label {
    line-height: 21px;
    display: inline-block;
    height: auto;
    font-size: 15px;
    color: #a2a2a2;
    font-family: Arial,Helvetica,sans-serif;
}
.esns_theme_osom .mtnp-checkbox-field label a {
    color: #a2a2a2;
    text-decoration: underline;
}

.esns_theme_osom .mtnp-checkbox-field input {
    border: 1px dotted #a2a2a2 !important;
    display: inline-block;
    top: 6px;
}

.esns_theme_osom #esns_box_subscribe_response_error {
    margin: 0 0 0 0;
    text-align: center;
    padding: 10px 0 0;
    color: #ea6868;
    height: auto;
    min-height: 40px;
    display: inline-block;
    overflow: hidden;
}

.esns_theme_osom #esns_box_subscribe_response_success {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}

.esns_theme_osom #esns_box_close {
    background: url('../../frontend/Codazon/unlimited_miamo/it_IT/Magetrend_NewsletterPopup/images/esns_box_close3.png');
    cursor: pointer;
    height: 32px;
    position: absolute;
    right: -12px;
    top: -12px;
    width: 31px;
}

.esns_theme_osom .esns-footer {
    padding: 0 0 0px;
    font-size: 16px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
}

.esns_theme_osom.esns-success-true .esns-footer {
    margin-top: 40px;
}

.esns_theme_osom .esns-social {
    padding: 4px 10px 0;
    margin: 0;
    text-align: center;
    display: block;
}

.esns_theme_osom .esns-social li {
    float: none;
    display: inline-block;
    margin: 0 7px;
    background: url('../../frontend/Codazon/unlimited_miamo/it_IT/Magetrend_NewsletterPopup/images/social/social_bg.png') no-repeat;
}

.esns_theme_osom .esns-social li a {
    display: block;
    width: 29px;
    height: 28px;
    background-position: center center;
    background-repeat: no-repeat;
}

.esns_theme_osom .esns-social li a.esns-facebook {
    background-image: url('../../frontend/Codazon/unlimited_miamo/it_IT/Magetrend_NewsletterPopup/images/social/fb_icon.png');
}

.esns_theme_osom .esns-social li a.esns-twitter {
    background-image: url('../../frontend/Codazon/unlimited_miamo/it_IT/Magetrend_NewsletterPopup/images/social/twitter_icon.png');
}

.esns_theme_osom .esns-social li a.esns-pinterest {
    background-image: url('../../frontend/Codazon/unlimited_miamo/it_IT/Magetrend_NewsletterPopup/images/social/pinterest_icon.png');
}

.esns_theme_osom .esns-social li a.esns-gplus {
    background-image: url('../../frontend/Codazon/unlimited_miamo/it_IT/Magetrend_NewsletterPopup/images/social/gplus_icon.png');
}

.esns_theme_osom .esns-social li a.esns-instagram {
    background-image: url('../../frontend/Codazon/unlimited_miamo/it_IT/Magetrend_NewsletterPopup/images/social/instagram_icon.png');
}

.esns_theme_osom .esns-social li a.esns-tumblr{
    background-image: url('../../frontend/Codazon/unlimited_miamo/it_IT/Magetrend_NewsletterPopup/images/social/tumblr_icon.png');
}

.esns_theme_osom .esns-social li a.esns-linkedin{
    background-image: url('../../frontend/Codazon/unlimited_miamo/it_IT/Magetrend_NewsletterPopup/images/social/linkedin_icon.png');
}

.esns_theme_osom .esns-social li a.esns-youtube{
    background-image: url('../../frontend/Codazon/unlimited_miamo/it_IT/Magetrend_NewsletterPopup/images/social/youtube_icon.png');
}

.esns_theme_osom.esns-success-true.esns-success-has-coupon .esns-right-wraper {
    margin-top: 100px;
}

.esns_theme_osom .esns-box-shop-now-button a {
    font-size: 13px;
    font-weight: bold;
    height: 38px;
    line-height: 40px;
    padding: 0 9px;
}

@media only screen and (max-width: 805px) {
    .esns_theme_osom#esns_box_layer {
        width: 465px;
    }

    .esns_theme_osom .esns-left-wraper {
        display: none;
    }

    .esns_theme_osom .esns-right-wraper {
        margin-top: 60px;
        margin-bottom: 40px;
    }


    .esns_theme_osom.esns-success-true.esns-success-has-coupon .esns-right-wraper {
        margin-top: 100px;
    }

    .esns_theme_osom.esns-success-true .esns-right-wraper {
        margin-top: 60px;
        margin-bottom: 80px;
    }

    .esns_theme_osom #esns_box_coupon_code {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }

    .esns_theme_osom .esns-box-shop-now-button a {
        width: 100%;
    }

    .esns_theme_osom #esns_box_subscribe_response_coupon {
        width: 70%;
        margin-left: auto;
        margin-right: auto;
    }
}


@media only screen and (max-width: 490px) {
    .esns_theme_osom.esns-success-true.esns-success-has-coupon .esns-right-wraper {
        margin-top: 80px;
    }

    .esns_theme_osom .esns-right-wraper {
        width: auto;
    }

    .esns_theme_osom#esns_box_layer {
        width: 90%;
        padding: 0;
    }

    .esns_theme_osom #esns_box_subscribe_response_coupon {
        width: 100%;
    }

    .esns_theme_osom #esns_box_block_1,
    .esns_theme_osom #esns_box_block_2 {
        margin-left: 10px;
        margin-right: 10px;
        width: auto;
    }

    .esns_theme_osom #esns_box_subscribe {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .esns_theme_osom .mtnp-checkbox-field {
        width: 100%;
    }

    .esns_theme_osom #esns_box_subscribe textarea ,
    .esns_theme_osom #esns_box_subscribe input ,
    .esns_theme_osom #esns_box_subscribe select {
        margin: 0 auto 15px;
        display: block;
    }

    .esns_theme_osom #esns_submit {
        margin: 20px auto 0;
        height: 34px;
        line-height: 36px;
    }

    .esns_theme_osom #esns_box_close {
        right: -4px;
        top: -6px;
    }

    .esns_theme_osom .esns_box_icon {
        margin-top: 20px;
    }

    .esns_theme_osom .esns-social {
        padding-left: 10px;
        padding-right: 10px;
    }
    .esns_theme_osom .esns-social li {
        margin-bottom: 5px;
    }
}


/**** CMS PAGE FORM ******/

.esns-cms-page-container #esns_box_layer {
    display: inline-block;
    margin: 0 auto;
}

/**
@media only screen and (max-width: 991px) {
    #esnp_button {
        display: none;
    }
}
**/.shake-and-hide-element{-moz-animation:hide-element 0s ease-in 5s forwards,shake-element 1s;-webkit-animation:hide-element 0s ease-in 5s forwards,shake-element 1s;-o-animation:hide-element 0s ease-in 5s forwards,shake-element 1s;animation:hide-element 0s ease-in 5s forwards,shake-element 1s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@keyframes shake-element{0%,100%{transform:translateX(0)}
10%,30%,50%,70%,90%{transform:translateX(-5px)}20%,40%,60%,80%{transform:translateX(5px)}}@-webkit-keyframes shake-element{0%,100%{transform:translateX(0)}10%,30%,50%,70%,90%{transform:translateX(-5px)}20%,40%,60%,80%{transform:translateX(5px)}}@keyframes hide-element{to{width:0;height:0;padding:0;margin:0;overflow:hidden}}@-webkit-keyframes hide-element{to{width:0;height:0;padding:0;margin:0;visibility:hidden}}.warning-icon{width:20%;max-width:30px;font-size:21px;display:inline-block;vertical-align:middle}
.trustbox-message-text{width:80%;display:inline-block;vertical-align:middle}.trustbox-message-box{background-color:#fcf8e3;color:#8a6d3b;padding:15px;margin-bottom:20px;border-radius:4px;border:1px solid;border-color:#faebcc}/* Stripe Express */
@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

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

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

.payment-request-button {
    width: 240px;
}

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

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

.catalog-product-view .payment-request-button {
    margin-right: 1%;
    width: 49%;
}

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

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

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

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

a {
  text-underline-offset: 0.25rem;
}

@media (min-width: 768px) {
  .hidden-md {
    display: none !important;
  }
}

body {
  position: relative;
  max-width: 100vw;
  overflow-x: hidden;
}

body.catalog-product-view #back-top {
  bottom: 130px;
}
body #back-top {
  position: fixed;
  right: 20px;
  bottom: 60px;
  z-index: 100;
}
body #back-top a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #00577d;
  border-radius: 0.25rem;
  width: 50px;
  height: 50px;
  background: #ffffff;
  color: #00577d;
  font-size: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media (max-width: 1023.98px) {
  body #back-top a {
    display: none;
  }
}
body #back-top a:hover {
  color: #ffffff;
  border-color: #00577d;
  background: #00577d;
}
body #back-top a::before {
  content: "\e96b";
  display: block;
  font-family: "CodazonFont";
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 1;
}
body > .page-wrapper {
  overflow-x: hidden;
}

input::-webkit-input-placeholder {
  font-style: normal !important;
}

input::-moz-placeholder {
  font-style: normal !important;
}

input:-ms-input-placeholder {
  font-style: normal !important;
}

input::-ms-input-placeholder {
  font-style: normal !important;
}

input::placeholder {
  font-style: normal !important;
}

.mage-error {
  font-size: 0.813rem !important;
  line-height: 1.38em !important;
}

.slider-content__label,
.label-content,
.product-name-1 {
  font-family: "semplicitaprobold", sans-serif !important;
}

.action.showcart .counter.qty {
  position: absolute;
  border-radius: 50% !important;
}

input[type=text],
input[type=password],
input[type=url],
input[type=tel],
input[type=search],
input[type=number],
input[type=datetime],
input[type=email],
textarea,
select {
  border-color: #00577d !important;
}

.message-notice.notice.message,
.cart.item.message.notice {
  display: none !important;
  visibility: hidden;
}

.more-link-arrow {
  display: block;
  width: 1.5rem;
  height: 0.5rem;
  background: url("../../frontend/Codazon/unlimited_miamo/it_IT/images/svg/arrow-cta.svg") center no-repeat;
  background-size: contain;
}

details summary::-webkit-details-marker {
  display: none;
}

/* Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: #00577d #f2f6f9;
}

/* Chrome, Edge and Safari */
*::-webkit-scrollbar {
  width: 0.313rem;
  height: 0.313rem;
}

*::-webkit-scrollbar-track {
  border-radius: 0.313rem;
  background-color: #f2f6f9;
}

*::-webkit-scrollbar-track:hover {
  background-color: #f2f6f9;
}

*::-webkit-scrollbar-track:active {
  background-color: #f2f6f9;
}

*::-webkit-scrollbar-thumb {
  border-radius: 0.313rem;
  background-color: #00577d;
}

*::-webkit-scrollbar-thumb:hover {
  background-color: #00577d;
}

*::-webkit-scrollbar-thumb:active {
  background-color: #00577d;
}

[id*=-slider] *::-webkit-scrollbar {
  width: 0.188rem;
  height: 0.188rem;
}
[id*=-slider] *::-webkit-scrollbar-track {
  border-radius: 0.188rem;
}
[id*=-slider] *::-webkit-scrollbar-thumb {
  border-radius: 0.188rem;
}

button.btn, #collections-slider .collections-slider .owl-item > .item > button.item-title,
a.btn,
#collections-slider .collections-slider .owl-item > .item > a.item-title {
  padding: 0.875rem 1.5rem !important;
  border-radius: 0.25rem !important;
  border: 1px solid #00577d !important;
  font-size: 0.813rem !important;
  line-height: 1.38em !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
button.btn-primary,
a.btn-primary {
  color: #ffffff !important;
  background: #00577d !important;
}
button.btn-primary:hover,
a.btn-primary:hover {
  color: #00577d !important;
  background: #ffffff !important;
}
button.btn-secondary, #collections-slider .collections-slider .owl-item > .item > button.item-title,
a.btn-secondary,
#collections-slider .collections-slider .owl-item > .item > a.item-title {
  color: #00577d !important;
  background: #ffffff !important;
}
button.btn-secondary:hover, #collections-slider .collections-slider .owl-item > .item > button.item-title:hover,
a.btn-secondary:hover,
#collections-slider .collections-slider .owl-item > .item > a.item-title:hover {
  background: #00577d !important;
  color: #ffffff !important;
}

.custom-checkbox-container {
  height: 20px;
  pointer-events: none;
}
.custom-checkbox-container input[type=checkbox]:not(:only-child) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 0 !important;
  border: none !important;
}
.custom-checkbox-container input[type=checkbox]:not(:only-child)::before, .custom-checkbox-container input[type=checkbox]:not(:only-child)::after {
  display: none;
}
.custom-checkbox-container input[type=checkbox]:not(:only-child) + label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  padding-left: 32px;
}
.custom-checkbox-container input[type=checkbox]:not(:only-child) + label::before, .custom-checkbox-container input[type=checkbox]:not(:only-child) + label::after {
  content: "";
  position: absolute;
}
.custom-checkbox-container input[type=checkbox]:not(:only-child) + label::before {
  top: 0;
  left: 0;
  display: block;
  background: white;
  width: 20px;
  height: 20px;
  border: 1px solid #00577d;
  border-radius: 4px;
}
.custom-checkbox-container input[type=checkbox]:not(:only-child) + label::after {
  top: 2px;
  left: 2px;
  width: 16px;
  height: 16px;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  background: #00577d url("/media/codazon/themelayout/images/check-on.svg") no-repeat center center;
  background-size: 14px;
  border-radius: 3px;
  margin: 0;
}
.custom-checkbox-container input[type=checkbox]:not(:only-child):checked + label::after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.custom-checkbox-container input[type=checkbox]:not(:only-child):focus + label:before {
  -webkit-box-shadow: 0 0 3px 1px #68a8e0;
  box-shadow: 0 0 3px 1px #68a8e0;
}
.custom-checkbox-container input[type=checkbox]:not(:only-child).mage-error + label::before {
  border-color: #960000;
}
.custom-checkbox-container input[type=checkbox]:not(:only-child).mage-error ~ .mage-error {
  text-indent: 32px;
}

.custom-radio-container {
  display: block;
  position: relative;
  border: 1px solid #00577d;
  border-radius: 50%;
  background: #f2f6f9;
  height: 1rem;
  width: 1rem;
  cursor: pointer;
  font-size: 1rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.custom-radio-container .custom-radio {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0 !important;
  width: 0 !important;
}
.custom-radio-container .custom-radio:checked ~ .custom-radiomark:after {
  display: block;
}
.custom-radio-container .custom-radiomark {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  height: 100%;
  width: 100%;
  background-color: transparent;
}
.custom-radio-container .custom-radiomark:after {
  content: "";
  display: none;
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 50%;
  background: #00577d;
  position: absolute;
}
.custom-radio-container:hover .custom-radio ~ .custom-radiomark {
  background-color: rgba(0, 87, 125, 0.2);
}

.accordions-wrapper {
  margin-top: 1.5rem;
  border-top: 1px solid rgba(0, 87, 125, 0.2);
}
.accordions-wrapper > .cdz-main-content {
  float: none !important;
}
.accordions-wrapper .accordion-item {
  padding-block: 1rem;
  border-bottom: 1px solid rgba(0, 87, 125, 0.2);
}
.accordions-wrapper .accordion-item:last-of-type {
  border-color: transparent;
}
.accordions-wrapper .accordion-item.active .accordion-title {
  margin-bottom: 1.5rem;
}
.accordions-wrapper .accordion-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0;
  cursor: pointer;
  text-transform: uppercase;
}
.accordions-wrapper .accordion-title span {
  font-size: 0.938rem;
  line-height: 1.4em;
  font-weight: 700;
}
.accordions-wrapper .images-grid .accordion-content > * {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(70px, 1fr));
  gap: 8px;
}
.accordions-wrapper .images-grid .accordion-content > * img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  overflow: hidden;
}

.twentytwenty-handle {
  width: 24px;
  height: 24px;
  top: 50%;
  margin: 0 0 0 -12px;
  background-color: #ffffff !important;
  border: 1px solid #00577d !important;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: -webkit-grab;
  cursor: grab;
}
@media (min-width: 1024px) {
  .twentytwenty-handle {
    width: 40px;
    height: 40px;
    margin-left: -21px;
  }
}

.twentytwenty-wrapper.twentytwenty-horizontal {
  margin: 0;
}
.twentytwenty-wrapper.twentytwenty-horizontal .twentytwenty-container {
  border-radius: 10px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  z-index: 0;
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.twentytwenty-wrapper.twentytwenty-horizontal .twentytwenty-container img {
  max-width: 100%;
  position: absolute;
  top: 0;
  display: block;
  border-radius: 10px;
}
.twentytwenty-wrapper.twentytwenty-horizontal .twentytwenty-handle {
  position: relative;
}
.twentytwenty-wrapper.twentytwenty-horizontal .twentytwenty-handle::before, .twentytwenty-wrapper.twentytwenty-horizontal .twentytwenty-handle::after {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  margin-left: 0;
  background-color: #00577d;
  height: 99999px;
  left: 50%;
}
.twentytwenty-wrapper.twentytwenty-horizontal .twentytwenty-handle::before {
  bottom: 50%;
  margin-bottom: 12px;
}
@media (min-width: 1024px) {
  .twentytwenty-wrapper.twentytwenty-horizontal .twentytwenty-handle::before {
    margin-bottom: 20px;
  }
}
.twentytwenty-wrapper.twentytwenty-horizontal .twentytwenty-handle::after {
  top: 50%;
  margin-top: 12px;
}
@media (min-width: 1024px) {
  .twentytwenty-wrapper.twentytwenty-horizontal .twentytwenty-handle::after {
    margin-top: 20px;
  }
}
.twentytwenty-wrapper.twentytwenty-horizontal .twentytwenty-handle .twentytwenty-left-arrow,
.twentytwenty-wrapper.twentytwenty-horizontal .twentytwenty-handle .twentytwenty-right-arrow {
  display: inline-block !important;
  position: absolute;
  border: none;
  width: 12px;
  height: 12px;
  top: calc(50% + 2.5px);
  margin: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (min-width: 1024px) {
  .twentytwenty-wrapper.twentytwenty-horizontal .twentytwenty-handle .twentytwenty-left-arrow,
  .twentytwenty-wrapper.twentytwenty-horizontal .twentytwenty-handle .twentytwenty-right-arrow {
    top: calc(50% + 1px);
  }
}
.twentytwenty-wrapper.twentytwenty-horizontal .twentytwenty-handle .twentytwenty-left-arrow::before,
.twentytwenty-wrapper.twentytwenty-horizontal .twentytwenty-handle .twentytwenty-right-arrow::before {
  content: "";
  position: absolute;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 8px;
  height: 8px;
  top: 0;
  -webkit-mask: url("../../frontend/Codazon/unlimited_miamo/it_IT/images/svg/arrow-back.svg") no-repeat 50% 50%;
  mask: url("../../frontend/Codazon/unlimited_miamo/it_IT/images/svg/arrow-back.svg") no-repeat 50% 50%;
  -webkit-mask-size: cover;
  mask-size: cover;
  font-size: 0;
  line-height: 0;
  background-color: #00577d;
}
@media (min-width: 1024px) {
  .twentytwenty-wrapper.twentytwenty-horizontal .twentytwenty-handle .twentytwenty-left-arrow::before,
  .twentytwenty-wrapper.twentytwenty-horizontal .twentytwenty-handle .twentytwenty-right-arrow::before {
    width: 12px;
    height: 12px;
  }
}
.twentytwenty-wrapper.twentytwenty-horizontal .twentytwenty-handle .twentytwenty-left-arrow {
  left: 2px;
}
@media (min-width: 1024px) {
  .twentytwenty-wrapper.twentytwenty-horizontal .twentytwenty-handle .twentytwenty-left-arrow {
    left: 5px;
  }
}
.twentytwenty-wrapper.twentytwenty-horizontal .twentytwenty-handle .twentytwenty-left-arrow::before {
  left: 0;
}
.twentytwenty-wrapper.twentytwenty-horizontal .twentytwenty-handle .twentytwenty-right-arrow {
  right: 2px;
}
@media (min-width: 1024px) {
  .twentytwenty-wrapper.twentytwenty-horizontal .twentytwenty-handle .twentytwenty-right-arrow {
    right: 5px;
  }
}
.twentytwenty-wrapper.twentytwenty-horizontal .twentytwenty-handle .twentytwenty-right-arrow::before {
  right: 0;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/*
    zopim: Zendesk Chat (old chat)
    embeddedServiceHelpButton: Salesforce Chat (new chat)
*/
html.nav-before-open .embeddedServiceHelpButton,
html.nav-before-open .zopim,
html.nav-open .embeddedServiceHelpButton,
html.nav-open .zopim,
body._has-modal .embeddedServiceHelpButton,
body._has-modal .zopim {
  display: none !important;
}

body.catalog-product-view .embeddedServiceHelpButton .helpButton {
  bottom: 70px !important;
}

#complete-order-trigger,
#finalize-order-trigger,
#place-order-trigger {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 12px;
  padding: 14px 24px;
  -webkit-box-shadow: none;
  box-shadow: none;
  x-debug: "paragraph-s-bold";
  font-family: "semplicitaprobold", sans-serif;
  font-weight: 700;
  font-size: 0.813rem;
  line-height: 1.38em;
  font-style: normal;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  border-width: 1px;
  border-style: solid;
  border-radius: 4px;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
  background-color: #00577d;
  border-color: #00577d;
  color: #ffffff;
  padding-left: 50px;
  padding-right: 50px;
}
@media (prefers-reduced-motion: reduce) {
  #complete-order-trigger,
  #finalize-order-trigger,
  #place-order-trigger {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
#complete-order-trigger:disabled, #complete-order-trigger[disabled], #complete-order-trigger.disabled,
#finalize-order-trigger:disabled,
#finalize-order-trigger[disabled],
#finalize-order-trigger.disabled,
#place-order-trigger:disabled,
#place-order-trigger[disabled],
#place-order-trigger.disabled {
  cursor: default;
}
#complete-order-trigger:active, #complete-order-trigger:focus,
#finalize-order-trigger:active,
#finalize-order-trigger:focus,
#place-order-trigger:active,
#place-order-trigger:focus {
  background-color: #00577d;
  border-color: #00577d;
  color: #ffffff;
  -webkit-filter: brightness(1.25);
  filter: brightness(1.25);
}
@media (hover: hover) {
  #complete-order-trigger:hover,
  #finalize-order-trigger:hover,
  #place-order-trigger:hover {
    background-color: #00577d;
    border-color: #00577d;
    color: #ffffff;
    -webkit-filter: brightness(1.25);
    filter: brightness(1.25);
  }
}
#complete-order-trigger:disabled, #complete-order-trigger[disabled], #complete-order-trigger.disabled,
#finalize-order-trigger:disabled,
#finalize-order-trigger[disabled],
#finalize-order-trigger.disabled,
#place-order-trigger:disabled,
#place-order-trigger[disabled],
#place-order-trigger.disabled {
  background-color: #00577d;
  border-color: #00577d;
  color: #ffffff;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

html {
  font-size: 16px;
  line-height: 1.25em;
}

:root {
  --header-height: 138px;
  --header-top-height: 38px;
}
@media (min-width: 768px) {
  :root {
    --header-height: 137px;
    --header-top-height: 38px;
  }
}
@media (min-width: 1024px) {
  :root {
    --header-height: 117px;
    --header-top-height: 38px;
  }
}

header.page-header {
  background: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 900;
  border-bottom: 1px solid rgba(0, 87, 125, 0.2) !important;
}
header.page-header * {
  font-size: 0.813rem !important;
  line-height: 1.38em !important;
}
@media (min-width: 1024px) {
  header.page-header * {
    font-size: 0.75rem !important;
    line-height: 1.5em !important;
  }
}
@media (min-width: 1200px) {
  header.page-header * {
    font-size: 0.813rem !important;
    line-height: 1.38em !important;
  }
}
@media (min-width: 768px) {
  header.page-header .logo {
    margin-bottom: 0 !important;
  }
}
header.page-header .main-logo {
  max-width: 7.5rem !important;
}
header.page-header.header-collapsed #header-top {
  max-height: 0 !important;
  padding-block: 0 !important;
}
@media (max-width: 1023.98px) {
  header.page-header .nav-toggle {
    width: 2rem !important;
    height: 2rem !important;
    display: block !important;
    float: none !important;
    position: relative !important;
    background: url("../../frontend/Codazon/unlimited_miamo/it_IT/images/svg/sprite/hamburger.svg") no-repeat !important;
    top: 0 !important;
  }
  header.page-header .nav-toggle:before {
    display: none !important;
  }
}
@media (max-width: 1023.98px) {
  header .header-top {
    display: block !important;
  }
}
header .header-top-row, header .header-top-left, header .header-top-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
header .header-top-left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media (max-width: 1023.98px) {
  header .header-top-left {
    display: none;
  }
}
header .header-top-left .store-language-currency .language {
  font-weight: 700;
}
@media (max-width: 1023.98px) {
  header .header-top-center {
    width: 100%;
  }
}
header .header-top-center .owl-carousel .owl-item .item {
  font-weight: 700;
  text-align: center;
}
header .header-top-right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media (max-width: 1023.98px) {
  header .header-top-right {
    display: none;
  }
}
header .header-top-right .contactus-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 1.5rem;
}
header .header-top-right .contactus-item:before {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  margin-right: 0.5rem;
  background: url("../../frontend/Codazon/unlimited_miamo/it_IT/images/svg/sprite/phone-white.svg") center no-repeat;
  background-size: contain;
  position: relative;
}
header .header-top-right .storelocator-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
}
header .header-top-right .storelocator-item:before {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  margin-right: 0.5rem;
  background: url("../../frontend/Codazon/unlimited_miamo/it_IT/images/svg/sprite/pin-white.svg") center no-repeat;
  background-size: contain;
  position: relative;
}
header .header-top a:hover {
  color: #ffffff !important;
  text-decoration: underline;
}
header .header-panel-row, header .header-panel-left, header .header-panel-center, header .header-panel-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
header .header-panel-left {
  padding: 0 !important;
}
header .header-panel-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
header .header-panel-right {
  padding: 0 !important;
}
header .header-panel-right, header .header-panel-right-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
header .header-panel-right-inner * {
  color: #00577d !important;
}
header .header-panel-right-inner > .header-search,
header .header-panel-right-inner > .features-links {
  margin-right: 1rem !important;
}
header .header-panel-right-inner > .minicart-wrapper {
  margin: 0 !important;
}
header .header-panel-right-inner > [data-role=search_container],
header .header-panel-right-inner > .features-links,
header .header-panel-right-inner > .minicart-wrapper,
header .header-panel-right-inner .account-wrapper {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
header .header-panel-right-inner a.showcart {
  background: url("../../frontend/Codazon/unlimited_miamo/it_IT/images/svg/sprite/bag.svg") !important;
}
header .header-panel-right-inner a.showcart:before {
  display: none !important;
}
header .header-panel-right-inner a.showcart .counter.qty, header .header-panel-right-inner a.showcart .counter.empty {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: -webkit-max-content !important;
  min-width: -moz-max-content !important;
  min-width: max-content !important;
  width: 0.781rem !important;
  min-height: -webkit-max-content !important;
  min-height: -moz-max-content !important;
  min-height: max-content !important;
  height: 0.781rem !important;
  padding: 0 !important;
  background: #00577d !important;
  right: 0 !important;
  top: unset !important;
  bottom: 0 !important;
  left: unset !important;
}
header .header-panel-right-inner a.showcart .counter.qty,
header .header-panel-right-inner a.showcart .counter.qty *, header .header-panel-right-inner a.showcart .counter.empty,
header .header-panel-right-inner a.showcart .counter.empty * {
  font-size: 0.563rem !important;
  line-height: 1em !important;
  color: #ffffff !important;
}
header .header-panel-right-inner a.account-trigger {
  -webkit-mask-image: url("../../frontend/Codazon/unlimited_miamo/it_IT/images/svg/sprite/account.svg") !important;
  mask-image: url("../../frontend/Codazon/unlimited_miamo/it_IT/images/svg/sprite/account.svg") !important;
}
header .header-panel-right-inner a.showcart, header .header-panel-right-inner a.account-trigger {
  width: 1.25rem !important;
  height: 1.25rem !important;
  background-size: 1.25rem !important;
}
header .header-panel-right-inner li.wishlist {
  display: none !important;
}
@media (max-width: 1023.98px) {
  header .header-search .search-toggle {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  header .header-search .search-toggle span {
    display: none;
  }
}
header #header-top {
  max-height: var(--header-height);
  padding: 0.625rem;
  background: #00577d;
  overflow: hidden;
  -webkit-transition: max-height 0.15s ease;
  -o-transition: max-height 0.15s ease;
  transition: max-height 0.15s ease;
}
@media (max-width: 1023.98px) {
  header #header-top {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }
}
header #header-top * {
  color: #ffffff;
}
header #header-middle {
  padding: 0.625rem;
}
@media (max-width: 1023.98px) {
  header #header-middle {
    padding: 0.625rem 0 !important;
  }
}
header #header-middle .header.links {
  display: none;
}
@media (max-width: 1023.98px) {
  header #header-middle .header-panel-left {
    display: grid !important;
    grid-template-columns: -webkit-max-content -webkit-max-content 1fr -webkit-max-content -webkit-max-content;
    grid-template-columns: max-content max-content 1fr max-content max-content;
    grid-template-areas: "menu search logo account cart";
    width: 100%;
  }
}
@media (max-width: 1023.98px) and (max-width: 1023.98px) {
  header #header-middle .header-panel-left {
    padding: 0 !important;
  }
}
@media (max-width: 1023.98px) {
  header #header-middle .header-panel-left .nav-toggle {
    grid-area: menu;
  }
  header #header-middle .header-panel-left .logo {
    grid-area: logo;
    margin-inline: auto !important;
    margin-block: 0.625rem;
  }
  header #header-middle .header-panel-left .header-search {
    grid-area: search;
    right: auto !important;
    margin-left: 1rem !important;
  }
  header #header-middle .header-panel-left .header-search .search-form {
    display: block !important;
    visibility: visible !important;
    position: relative !important;
    top: 0 !important;
    opacity: 1 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  header #header-middle .header-panel-left .header-search .search-form .cdz-cat-search {
    display: none !important;
  }
  header #header-middle .header-panel-left .header-search .search-toggle:before {
    -webkit-mask-image: url("../../frontend/Codazon/unlimited_miamo/it_IT/images/svg/sprite/search.svg") !important;
    mask-image: url("../../frontend/Codazon/unlimited_miamo/it_IT/images/svg/sprite/search.svg") !important;
  }
  header #header-middle .header-panel-left #mobi_cart-wrapper {
    grid-area: cart;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 1rem !important;
    position: relative !important;
  }
  header #header-middle .header-panel-left #mobi_cart-wrapper a {
    width: 1.25rem !important;
    height: 1.25rem !important;
    line-height: 1.25rem !important;
  }
}
@media (max-width: 1023.98px) and (max-width: 1023.98px) {
  header #header-middle .header-panel-left #mobi_cart-wrapper .counter-number {
    font-size: 0.563rem !important;
    line-height: 1em !important;
  }
}
@media (max-width: 1023.98px) {
  header #header-middle .header-panel-left #mobi_cart-wrapper .action.showcart:before {
    -webkit-mask-image: url("../../frontend/Codazon/unlimited_miamo/it_IT/images/svg/sprite/bag.svg") !important;
    mask-image: url("../../frontend/Codazon/unlimited_miamo/it_IT/images/svg/sprite/bag.svg") !important;
    width: 1.25rem !important;
    height: 1.25rem !important;
    font-size: 1.25rem !important;
    line-height: 1.25rem !important;
    top: 0 !important;
  }
  header #header-middle .header-panel-left #mobi_cart-wrapper .action.showcart .counter.qty {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #00577d !important;
    bottom: 0;
    top: unset;
  }
  header #header-middle .header-panel-left #mobi_cart-wrapper .action.showcart .counter.qty.empty {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media (max-width: 1023.98px) and (min-width: 768px) {
  header #header-middle .header-panel-left #mobi_cart-wrapper .action.showcart .counter.qty {
    bottom: 0.313rem;
  }
}
@media (max-width: 1023.98px) {
  header #header-middle .header-panel-left .account-wrapper {
    grid-area: account;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 2.188rem;
    height: 2.188rem;
  }
}
@media (max-width: 1023.98px) and (max-width: 1023.98px) {
  header #header-middle .header-panel-left .account-wrapper.cdz-dropdown {
    display: none !important;
  }
}
@media (max-width: 1023.98px) {
  header #header-middle .header-panel-left .account-wrapper a {
    display: block;
    width: 1.25rem;
    height: 1.25rem;
    background: url("../../frontend/Codazon/unlimited_miamo/it_IT/images/svg/sprite/account.svg") center no-repeat;
    background-size: contain;
  }
  header #header-middle .header-panel-left .account-wrapper a span {
    display: none !important;
  }
  header #header-middle .header-panel-center, header #header-middle .header-panel-right {
    display: none !important;
  }
}
@media (max-width: 1023.98px) {
  header #header-middle .header.panel {
    padding: 0 !important;
  }
  header #header-middle .header.panel > .container-fluid {
    padding-left: 10px;
    padding-right: 10px;
  }
}
header #header-middle .block-search {
  border: none !important;
  width: -webkit-max-content !important;
  width: -moz-max-content !important;
  width: max-content !important;
}
header #header-middle .block-search .search-toggle {
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  padding: 0 !important;
  color: #00577d;
  font-size: 1.25rem;
  -webkit-mask-image: url("../../frontend/Codazon/unlimited_miamo/it_IT/images/svg/sprite/search.svg");
  mask-image: url("../../frontend/Codazon/unlimited_miamo/it_IT/images/svg/sprite/search.svg");
  background-size: 1.25rem;
  background-color: #00577d;
}
header #header-middle .block-search #search_mini_form {
  padding: 4.25rem 1.5rem;
  position: fixed;
  top: var(--header-height);
  left: 0;
  right: 0;
}
header #header-bottom .header-bottom-right {
  display: block !important;
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  header #header-bottom .header-bottom-right {
    width: 100%;
    padding-inline: 0.5rem;
  }
}
@media (min-width: 1024px) {
  header #header-bottom .header-bottom-right {
    display: none !important;
  }
}
header #header-bottom .header-bottom-right > .cdz-main-content {
  width: 100%;
  margin-top: 0;
  padding-bottom: 0.5rem;
  overflow-x: scroll;
  position: relative;
}
header #header-bottom #miamo-subheader-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 1.5rem;
  padding-inline: 0 !important;
}
header #header-bottom #miamo-subheader-slider > div {
  padding-inline: 0 !important;
}
header #header-bottom #miamo-subheader-slider a {
  display: block;
  font-weight: 700;
  white-space: nowrap;
}

#mobi_menu-container {
  display: none;
}
@media (max-width: 1023.98px) {
  #mobi_menu-container {
    display: block;
  }
}

@media (max-width: 1023.98px) {
  html.nav-open body {
    overflow: hidden;
  }
}
html.nav-open .page-wrapper {
  left: unset !important;
}

#desk_menu-container {
  display: block;
}
@media (max-width: 1023.98px) {
  #desk_menu-container {
    display: none;
  }
}
#desk_menu-container .cdz-navigation {
  max-width: 100%;
}
#desk_menu-container .cdz-navigation .groupmenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px;
}
@media (min-width: 1024px) {
  #desk_menu-container .cdz-navigation .groupmenu {
    gap: 10px;
  }
}
@media (min-width: 1100px) {
  #desk_menu-container .cdz-navigation .groupmenu {
    gap: 16px;
  }
}
@media (min-width: 1300px) {
  #desk_menu-container .cdz-navigation .groupmenu {
    gap: 24px;
  }
}
#desk_menu-container .cdz-navigation .groupmenu > .item.level0 {
  position: relative;
}
#desk_menu-container .cdz-navigation .groupmenu > .item.level0:hover .menu-link,
#desk_menu-container .cdz-navigation .groupmenu > .item.level0 a.menu-link:hover {
  color: #00577d;
}
#desk_menu-container .cdz-navigation .groupmenu > .item.level0.open:after {
  content: "";
  display: block;
  width: 100%;
  height: 0.125rem;
  background: #00577d;
  position: absolute;
  top: calc(100% + 28px);
  right: 0;
  left: 0;
}
#desk_menu-container .cdz-navigation .groupmenu > .item.level0.open .menu-link {
  color: #00577d;
}
#desk_menu-container .cdz-navigation .groupmenu > .item.level0 .menu-link {
  padding: 0;
}
#desk_menu-container .cdz-navigation .groupmenu > .item.level0 .menu-link span {
  font-size: 0.75rem !important;
  line-height: 1.5em !important;
  font-family: "semplicitaprobold", sans-serif;
  font-weight: 700;
  text-transform: none;
}
@media (min-width: 1200px) {
  #desk_menu-container .cdz-navigation .groupmenu > .item.level0 .menu-link span {
    font-size: 0.813rem !important;
    line-height: 1.38em !important;
  }
}
#desk_menu-container .cdz-navigation .groupmenu-drop {
  padding: 0;
  padding-top: calc((var(--header-height) - var(--header-top-height) - 15px) / 2);
  background: none !important;
}
@media (min-width: 768px) {
  #desk_menu-container .cdz-navigation .groupmenu-drop {
    -webkit-box-shadow: 0 7px 5px -5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 7px 5px -5px rgba(0, 0, 0, 0.2);
  }
}
#desk_menu-container .cdz-navigation .groupmenu-drop-content h4 {
  display: block;
  margin-bottom: 1.5rem;
  font-size: 0.938rem;
  line-height: 1.4em;
  font-weight: 700;
  text-transform: uppercase;
}
#desk_menu-container .cdz-navigation .groupmenu-drop-content img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
#desk_menu-container .cdz-navigation .groupmenu-drop-content .groupdrop-link > .item {
  margin-bottom: 0.5rem;
}
#desk_menu-container .cdz-navigation .groupmenu-drop-content .groupdrop-link > .item a {
  display: block;
  font-size: 0.938rem;
  line-height: 1.33em;
  font-weight: 400;
}
#desk_menu-container .cdz-navigation .groupmenu-drop > .item.level1 {
  padding: 2.5rem;
  background: #ffffff;
}
#desk_menu-container .cdz-navigation .groupmenu-drop > .item.level1 .layout-five-columns > .row {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
#desk_menu-container .cdz-navigation .groupmenu-drop > .item.level1 .layout-five-columns > .row:before, #desk_menu-container .cdz-navigation .groupmenu-drop > .item.level1 .layout-five-columns > .row:after {
  display: none !important;
}
#desk_menu-container .cdz-navigation .groupmenu-drop > .item.level1 .layout-five-columns > .row > div {
  width: 100% !important;
  float: unset !important;
}

#desk_menu-container .cdz-navigation.desk-menu,
#mobi_menu-container .cdz-navigation.desk-menu {
  display: block;
}
@media (max-width: 1023.98px) {
  #desk_menu-container .cdz-navigation.desk-menu,
  #mobi_menu-container .cdz-navigation.desk-menu {
    display: none;
  }
}
#desk_menu-container .cdz-navigation.mobile-menu,
#mobi_menu-container .cdz-navigation.mobile-menu {
  display: none;
}
@media (max-width: 1023.98px) {
  #desk_menu-container .cdz-navigation.mobile-menu,
  #mobi_menu-container .cdz-navigation.mobile-menu {
    display: block;
  }
}
#desk_menu-container .cdz-menu .groupmenu-drop li.tablet-item,
#mobi_menu-container .cdz-menu .groupmenu-drop li.tablet-item {
  display: none !important;
}

.megamenu__separator:after {
  display: none !important;
}
.megamenu__bests_sellers .groupmenu-drop-content a, .megamenu__novita .groupmenu-drop-content a, .megamenu__offerte-speciali .groupmenu-drop-content a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
.megamenu__bests_sellers .groupmenu-drop-content a img, .megamenu__novita .groupmenu-drop-content a img, .megamenu__offerte-speciali .groupmenu-drop-content a img {
  display: block;
  width: 100%;
  height: auto;
  min-height: 23.75rem;
  margin-bottom: 0.75rem;
  border-radius: 0.625rem;
  overflow: hidden;
}
.megamenu__bests_sellers .groupmenu-drop-content a strong, .megamenu__novita .groupmenu-drop-content a strong, .megamenu__offerte-speciali .groupmenu-drop-content a strong {
  display: block;
  margin-bottom: 0.25rem;
  font-size: 0.813rem;
  line-height: 1.38em;
  font-weight: 700;
}
.megamenu__bests_sellers .groupmenu-drop-content a span, .megamenu__novita .groupmenu-drop-content a span, .megamenu__offerte-speciali .groupmenu-drop-content a span {
  display: block;
  font-size: 0.813rem;
  line-height: 1.38em;
  font-weight: 500;
}
.megamenu__protocolli .cdz-tabs, .megamenu__protocols .cdz-tabs {
  display: grid;
  grid-template-columns: 33% 66%;
  margin-top: 0 !important;
}
.megamenu__protocolli .cdz-tabs:before, .megamenu__protocolli .cdz-tabs:after, .megamenu__protocols .cdz-tabs:before, .megamenu__protocols .cdz-tabs:after {
  display: none;
}
.megamenu__protocolli .cdz-tab-content, .megamenu__protocols .cdz-tab-content {
  width: 100%;
  padding-inline: 2.5rem;
}
.megamenu__protocolli .cdz-tab-link, .megamenu__protocols .cdz-tab-link {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: none !important;
  color: #00577d !important;
  font-size: 0.938rem !important;
  line-height: 1.4em !important;
  font-weight: 700;
}
.megamenu__protocolli .cdz-tab-link::after, .megamenu__protocols .cdz-tab-link::after {
  content: "" !important;
  display: block !important;
  background: url("../../frontend/Codazon/unlimited_miamo/it_IT/images/svg/sprite/arrow-left.svg") no-repeat !important;
  width: 0.75rem;
  height: 0.75rem;
  -webkit-transform: scaleY(1) !important;
  -ms-transform: scaleY(1) !important;
  transform: scaleY(1) !important;
  position: relative !important;
}
@media (max-width: 1023.98px) {
  .megamenu__protocolli .cdz-tab-link::after, .megamenu__protocols .cdz-tab-link::after {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  .megamenu__protocolli .cdz-tab-link.active, .megamenu__protocols .cdz-tab-link.active {
    text-decoration: underline !important;
  }
}
.megamenu__protocolli .cdz-nav-tabs, .megamenu__protocols .cdz-nav-tabs {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: left !important;
  margin: 0 !important;
  background: transparent !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.megamenu__protocolli .groupmenu-drop-content > .row, .megamenu__protocols .groupmenu-drop-content > .row {
  margin: 0 !important;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.megamenu__protocolli .groupmenu-drop-content > .row:before, .megamenu__protocolli .groupmenu-drop-content > .row:after, .megamenu__protocols .groupmenu-drop-content > .row:before, .megamenu__protocols .groupmenu-drop-content > .row:after {
  display: none !important;
}
.megamenu__protocolli .groupmenu-drop-content > .row > div, .megamenu__protocols .groupmenu-drop-content > .row > div {
  width: 100% !important;
}
.megamenu__protocolli .groupmenu-drop-content .groupdrop-banner a, .megamenu__protocols .groupmenu-drop-content .groupdrop-banner a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
.megamenu__protocolli .groupmenu-drop-content .groupdrop-banner a img, .megamenu__protocols .groupmenu-drop-content .groupdrop-banner a img {
  display: block;
  width: 100%;
  height: auto;
  min-height: 23.75rem;
  margin-bottom: 0.75rem;
  border-radius: 0.625rem;
  overflow: hidden;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.megamenu__protocolli .groupmenu-drop-content .groupdrop-banner a strong, .megamenu__protocols .groupmenu-drop-content .groupdrop-banner a strong {
  display: block;
  margin-bottom: 0.25rem;
  font-size: 0.813rem;
  line-height: 1.38em;
  font-weight: 700;
}
.megamenu__protocolli .groupmenu-drop-content .groupdrop-banner a span, .megamenu__protocols .groupmenu-drop-content .groupdrop-banner a span {
  display: block;
  font-size: 0.813rem;
  line-height: 1.38em;
  font-weight: 500;
}
.megamenu__aboutus .groupdrop-banner a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
.megamenu__aboutus .groupdrop-banner a img {
  display: block;
  width: 100%;
  height: auto;
  min-height: 23.75rem;
  margin-bottom: 0.75rem;
  border-radius: 0.625rem;
  overflow: hidden;
}
.megamenu__aboutus .groupdrop-banner a strong {
  display: block;
  margin-bottom: 0.25rem;
  font-size: 0.813rem;
  line-height: 1.38em;
  font-weight: 700;
}
.megamenu__aboutus .groupdrop-banner a span {
  display: block;
  font-size: 0.813rem;
  line-height: 1.38em;
  font-weight: 500;
}

@media (max-width: 1023.98px) {
  #mobi_menu-container .menu-link {
    padding: 1.25rem !important;
    border-bottom: 1px solid rgba(0, 87, 125, 0.2);
  }
  #mobi_menu-container .menu-link i {
    display: block !important;
  }
  #mobi_menu-container .level0 > .menu-link,
  #mobi_menu-container .level0 > .menu-link * {
    text-transform: uppercase;
  }
}
@media (max-width: 1023.98px) and (max-width: 767.98px) {
  #mobi_menu-container .level0 > .menu-link,
  #mobi_menu-container .level0 > .menu-link * {
    x-debug: "h4-mobile";
    font-family: "semplicitaprobold", sans-serif;
    font-weight: 700;
    font-size: 0.938rem;
    line-height: 1.4em;
    font-style: normal;
    color: #00577d;
  }
}
@media (max-width: 1023.98px) and (min-width: 768px) {
  #mobi_menu-container .level0 > .menu-link,
  #mobi_menu-container .level0 > .menu-link * {
    x-debug: "h4-desktop";
    font-family: "semplicitaprobold", sans-serif;
    font-weight: 700;
    font-size: 0.938rem;
    line-height: 1.4em;
    font-style: normal;
    color: #00577d;
  }
}
@media (max-width: 1023.98px) {
  #mobi_menu-container .cdz-menu .cdz-link-wrap {
    padding: 0;
  }
  #mobi_menu-container .cdz-menu.cdz-horizontal-menu > .groupmenu {
    margin-bottom: 0 !important;
  }
  #mobi_menu-container .cdz-menu.cdz-horizontal-menu .item.level0 {
    border: 0;
  }
  #mobi_menu-container .cdz-menu .groupmenu-drop {
    padding-left: 0 !important;
  }
  #mobi_menu-container .cdz-menu .groupmenu-drop li.tab-item {
    padding-block: 1rem !important;
    padding-left: 3rem !important;
    border-bottom: 1px solid rgba(0, 87, 125, 0.2);
  }
  #mobi_menu-container .cdz-menu .groupmenu-drop li.tab-item .active + .dropdown-toggle {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  #mobi_menu-container .cdz-menu .groupmenu-drop li.item {
    padding: 0;
  }
  #mobi_menu-container .cdz-menu .groupmenu-nondrop li.level2:not(.tab-item) {
    border-bottom: 1px solid rgba(0, 87, 125, 0.2);
  }
  #mobi_menu-container .cdz-menu .groupmenu-nondrop li.level2:not(.tab-item) > .menu-link {
    padding-left: 2.5rem !important;
  }
  #mobi_menu-container .cdz-menu .groupmenu-nondrop li.tab-item {
    padding: 1.25rem 1.25rem 1.25rem 2.5rem !important;
  }
  #mobi_menu-container .cdz-menu .groupmenu-nondrop li.tab-item .cdz-tab-link {
    x-debug: "paragraph-m-bold";
    font-family: "semplicitaprobold", sans-serif;
    font-weight: 700;
    font-size: 0.938rem;
    line-height: 1.33em;
    font-style: normal;
    color: #00577d;
  }
  #mobi_menu-container .cdz-menu .groupmenu-nondrop li.tab-item .dropdown-toggle {
    margin-top: 0 !important;
    padding: 0 !important;
    width: 1.25rem !important;
    height: auto;
    line-height: normal;
  }
  #mobi_menu-container .cdz-menu .groupmenu-nondrop li.level3 .menu-link {
    padding: 0.75rem 0 !important;
  }
  #mobi_menu-container .cdz-menu .groupmenu-nondrop li.level3:first-child .menu-link {
    padding-top: 1.5rem !important;
  }
  #mobi_menu-container .cdz-menu .groupmenu-nondrop li.level3:last-child .menu-link {
    padding-bottom: 1.25rem !important;
  }
  #mobi_menu-container .cdz-menu .groupmenu .item {
    margin-bottom: 0 !important;
  }
  #mobi_menu-container .cdz-menu .groupmenu .item:last-of-type .menu-link {
    border-color: transparent !important;
  }
  #mobi_menu-container .cdz-menu .menu-tabs .cdz-tab-pane {
    padding-left: 0 !important;
    margin-bottom: 0 !important;
  }
  #mobi_menu-container .cdz-menu .menu-tabs .cdz-tab-pane .menu-link {
    padding-block: 0.625rem !important;
    border: none !important;
    text-decoration: none !important;
    color: #00577d !important;
  }
  #mobi_menu-container .cdz-menu .item.level-top > .menu-link {
    font-weight: 700 !important;
  }
  #mobi_menu-container .cdz-menu .item.level1 > .menu-link, #mobi_menu-container .cdz-menu .item.level2 > .menu-link {
    padding-left: 3rem !important;
    border: none !important;
  }
  #mobi_menu-container .cdz-menu .item.level2 .dropdown-toggle:before {
    background: url("../../frontend/Codazon/unlimited_miamo/it_IT/images/svg/plus.svg") center no-repeat;
    border: 1px solid;
    border-radius: 50%;
    background-size: contain;
    margin: 0;
  }
  #mobi_menu-container .cdz-menu .item.open > .dropdown-toggle:before {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  #mobi_menu-container .cdz-menu .item .dropdown-toggle {
    width: 3.75rem !important;
    text-align: center !important;
    margin-top: 0.688rem !important;
  }
  #mobi_menu-container .cdz-menu .item .dropdown-toggle:before {
    width: 1rem;
    height: 1rem;
    background: url("../../frontend/Codazon/unlimited_miamo/it_IT/images/svg/sprite/arrow-left.svg") center no-repeat;
    background-size: contain;
  }
  #mobi_menu-container .cdz-menu li.item .cdz-tab-link.active + .dropdown-toggle:before {
    background: url("../../frontend/Codazon/unlimited_miamo/it_IT/images/svg/minus.svg") center no-repeat;
    border: 1px solid;
    border-radius: 50%;
    background-size: contain;
  }
  #mobi_menu-container .cdz-menu li.item .cdz-tab-link.active + .dropdown-toggle:before {
    background: url("../../frontend/Codazon/unlimited_miamo/it_IT/images/svg/minus.svg") center no-repeat;
    border: 1px solid;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    background-size: contain;
  }
  .mobile-menu-logo {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 1.25rem !important;
    border-bottom: 1px solid rgba(0, 87, 125, 0.2);
    position: relative;
    top: 0;
  }
  .mobile-menu-logo img {
    max-width: 92px;
  }
  .mobile-menu-footer {
    display: none !important;
  }
  .nav-open .nav-sections {
    left: 0 !important;
    top: 0 !important;
    background: transparent !important;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .nav-open .nav-sections-items {
    position: unset !important;
    margin-top: var(--header-top-height) !important;
  }
  .nav-close {
    display: block;
    width: 1.25rem;
    height: 1.25rem;
    padding: 0;
    border: none;
    background: url("../../frontend/Codazon/unlimited_miamo/it_IT/images/svg/sprite/close.svg") center no-repeat !important;
    background-size: 1.25rem;
    position: absolute;
    left: 1.25rem;
    top: calc(var(--header-top-height) + 4.625rem / 2);
    z-index: 100;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .nav-sections {
    width: 100% !important;
    left: -100% !important;
    -webkit-transition: left 0.3s;
    -o-transition: left 0.3s;
    transition: left 0.3s;
    height: 100%;
    overflow: auto;
    position: fixed;
  }
  .nav-sections-item::before, .nav-sections-item::after {
    content: "";
    display: table;
  }
  .nav-sections-item-content {
    display: block !important;
  }
  .nav-sections-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #00577d !important;
  }
  .nav-sections-items .section-item-title {
    display: none !important;
  }
  .nav-sections-items .section-item-content {
    display: block !important;
    float: none !important;
    margin: 0 !important;
    background: #ffffff !important;
    padding: 0 !important;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    width: 100% !important;
  }
  .nav-sections-items .section-item-content .link.wishlist {
    display: none !important;
  }
  .nav-sections-footer-content {
    background-color: #ffffff;
    padding: 0.875rem 1.25rem 2.5rem;
  }
  .nav-sections-footer-content > .header-top-left,
  .nav-sections-footer-content > .header-top-right {
    width: unset;
    float: unset;
  }
  .nav-sections-footer-content > .header-top-right {
    padding-inline: 0 !important;
    margin-bottom: 1.875rem;
  }
  .nav-sections-footer-content .contactus-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .nav-sections-footer-content .contactus-item:before {
    content: "";
    display: block;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.5rem;
    background: url("../../frontend/Codazon/unlimited_miamo/it_IT/images/svg/sprite/phone.svg") center no-repeat;
    background-size: contain;
    position: relative;
  }
  .nav-sections-footer-content .storelocator-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
  }
  .nav-sections-footer-content .storelocator-item:before {
    content: "";
    display: block;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.5rem;
    background: url("../../frontend/Codazon/unlimited_miamo/it_IT/images/svg/sprite/pin.svg") center no-repeat;
    background-size: contain;
    position: relative;
  }
  .nav-sections-footer-content .language-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .nav-sections-footer-content .language-icon:before {
    content: "";
    display: inline-block;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.5rem;
    background: url("../../frontend/Codazon/unlimited_miamo/it_IT/images/svg/sprite/globe.svg");
    position: relative;
  }
  .nav-sections-footer-content .language-icon span {
    font-weight: 700;
  }
  .nav-sections-footer-content .language-icon span:first-of-type {
    margin-right: 0.25rem;
    font-weight: 500;
  }
  .nav-sections-footer-content .language-icon,
  .nav-sections-footer-content .contactus-item {
    margin-bottom: 1.5rem !important;
  }
  .nav-sections [id="store.links"] .header.links {
    display: block !important;
    list-style: none;
    padding: 2.5rem 1.25rem !important;
    background: #f2f6f9;
  }
  .nav-sections [id="store.links"] .header.links .item.link.compare {
    display: none;
  }
  .nav-sections [id="store.links"] .header.links li {
    margin-bottom: 1.5rem;
  }
  .nav-sections [id="store.links"] .header.links li:first-child {
    display: none !important;
  }
  .nav-sections [id="store.links"] .header.links li:last-of-type, .nav-sections [id="store.links"] .header.links li:nth-child(6) {
    margin-bottom: 0;
  }
  .nav-sections [id="store.links"] .header.links a {
    padding: 0 !important;
  }
  .nav-sections [id="store.links"] .header.links [href$="/customer/account/"],
  .nav-sections [id="store.links"] .header.links .greet.welcome,
  .nav-sections [id="store.links"] .header.links .mobile-menu-logo {
    display: none !important;
  }
  .nav-sections [id="store.links"] .header.links .authorization-link a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: none !important;
  }
  .nav-sections [id="store.links"] .header.links .authorization-link a:before {
    content: "";
    display: inline-block;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.5rem;
    background: url("../../frontend/Codazon/unlimited_miamo/it_IT/images/svg/sprite/account.svg");
    position: relative;
  }
  .nav-sections [id="store.links"] .header.links [href$="/customer/account/create/"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: none !important;
  }
  .nav-sections [id="store.links"] .header.links [href$="/customer/account/create/"]:before {
    content: "";
    display: inline-block;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.5rem;
    background: url("../../frontend/Codazon/unlimited_miamo/it_IT/images/svg/sprite/email.svg");
    position: relative;
  }
  .nav-sections .switcher.switcher-language {
    margin-top: 30px;
  }
  .nav-sections .switcher.switcher-language .switcher-dropdown {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 24px;
    padding: 40px 20px;
    background: #f2f6f9;
  }
  .nav-sections .switcher.switcher-language .switcher-dropdown .switcher-option {
    margin: 0;
  }
  .nav-sections .switcher.switcher-language .switcher-dropdown .switcher-option,
  .nav-sections .switcher.switcher-language .switcher-dropdown .switcher-option * {
    x-debug: "paragraph-" s;
    font-family: "semplicitaproregular", sans-serif;
    font-weight: 500;
    font-size: 0.813rem;
    line-height: 1.38em;
    font-style: normal;
    color: #00577d;
  }
  .nav-sections .switcher .switcher-trigger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .nav-sections .switcher .switcher-trigger:before {
    content: "";
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.375rem;
    background: url("../../frontend/Codazon/unlimited_miamo/it_IT/images/svg/sprite/globe.svg") center no-repeat;
    background-size: contain;
  }
  .nav-sections .switcher .switcher-trigger a,
  .nav-sections .switcher .switcher-trigger a span {
    color: #00577d !important;
  }
  .nav-sections .switcher .switcher-trigger a span:nth-child(2) {
    font-family: "semplicitaprobold", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
  }
  .nav-sections .switcher .switcher-trigger::after {
    display: none !important;
  }
  .nav-sections .switcher .switcher-trigger.switcher-language {
    margin-top: 1.875rem;
  }
  .nav-sections .switcher:last-child {
    border-bottom: 0;
  }
}
form.minisearch {
  display: block;
  height: calc(100vh - var(--header-height));
  padding: 1.5rem 4.063rem !important;
  background: #ffffff;
}
form.minisearch > div {
  -ms-flex-item-align: start;
  align-self: start;
}
@media (min-width: 768px) {
  form.minisearch .actions button {
    display: none !important;
    visibility: hidden !important;
  }
}
@media (max-width: 1023.98px) {
  form.minisearch {
    padding: 1.75rem 1.25rem !important;
  }
  form.minisearch:not(form.minisearch.hidden) {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  form.minisearch .field.search {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  form.minisearch .field.search > .control {
    padding: 0 !important;
  }
  form.minisearch .actions {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
  }
  form.minisearch .actions .search {
    width: -webkit-max-content !important;
    width: -moz-max-content !important;
    width: max-content !important;
  }
}
@media (max-width: 1023.98px) and (max-width: 1023.98px) {
  form.minisearch .actions .search {
    display: none !important;
  }
}
@media (max-width: 1023.98px) {
  form.minisearch .actions .close {
    display: none !important;
    width: -webkit-max-content !important;
    width: -moz-max-content !important;
    width: max-content !important;
    height: -webkit-max-content !important;
    height: -moz-max-content !important;
    height: max-content !important;
    padding-top: 0 !important;
    padding-bottom: 0.625rem !important;
    font-weight: 700;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
  }
}
@media (max-width: 1023.98px) and (max-width: 1023.98px) {
  form.minisearch .actions .close {
    display: block !important;
    height: 1.75rem !important;
  }
}
@media (max-width: 1023.98px) and (min-width: 768px) {
  form.minisearch .actions button {
    display: none !important;
    visibility: hidden !important;
  }
}

input#search[name=q] {
  padding: 0 !important;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #00577d;
}
@media (max-width: 1023.98px) {
  input#search[name=q] {
    height: 1.75rem !important;
  }
}
input#search[name=q]::-webkit-input-placeholder {
  color: rgba(0, 87, 125, 0.5) !important;
  font-size: 0.938rem !important;
  line-height: 1.33em !important;
  text-transform: none !important;
}
input#search[name=q]::-moz-placeholder {
  color: rgba(0, 87, 125, 0.5) !important;
  font-size: 0.938rem !important;
  line-height: 1.33em !important;
  text-transform: none !important;
}
input#search[name=q]:-ms-input-placeholder {
  color: rgba(0, 87, 125, 0.5) !important;
  font-size: 0.938rem !important;
  line-height: 1.33em !important;
  text-transform: none !important;
}
input#search[name=q]::-ms-input-placeholder {
  color: rgba(0, 87, 125, 0.5) !important;
  font-size: 0.938rem !important;
  line-height: 1.33em !important;
  text-transform: none !important;
}
input#search[name=q]::placeholder {
  color: rgba(0, 87, 125, 0.5) !important;
  font-size: 0.938rem !important;
  line-height: 1.33em !important;
  text-transform: none !important;
}

body.catalogsearch-result-index .page-wrapper > .breadcrumbs {
  display: none;
}
body.catalogsearch-result-index .page-wrapper main > .columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100% !important;
  padding-inline: 4.063rem !important;
}
body.catalogsearch-result-index .page-wrapper main > .columns > div {
  width: 100%;
}
body.catalogsearch-result-index .page-wrapper main > .columns > div.main {
  padding-left: 0;
}
body.catalogsearch-result-index .page-wrapper main > .columns > div.sidebar-additional {
  display: none;
  float: unset;
}
@media (max-width: 1023.98px) {
  body.catalogsearch-result-index .page-wrapper main > .columns {
    padding-inline: 1.25rem !important;
  }
}
body.catalogsearch-result-index .page-title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100% !important;
  min-height: 12.5rem;
  padding: 0;
  background: #f2f6f9;
}
body.catalogsearch-result-index .page-title-wrapper .page-title {
  text-align: center;
}
body.catalogsearch-result-index .page-title-wrapper .page-title,
body.catalogsearch-result-index .page-title-wrapper .page-title span {
  font-size: 2.188rem;
  line-height: 1.29em;
  color: #00577d;
}
@media (max-width: 1023.98px) {
  body.catalogsearch-result-index .page-title-wrapper .page-title,
  body.catalogsearch-result-index .page-title-wrapper .page-title span {
    font-size: 1.563rem;
    line-height: 1.36em;
  }
}
body.catalogsearch-result-index .product-list-container {
  margin-top: -1.25rem;
  padding-top: 5rem;
}
body.catalogsearch-result-index .product-list-container .search.results > * {
  display: none;
}
body.catalogsearch-result-index .product-list-container .search.results > *.products-grid {
  display: block;
}
body.catalogsearch-result-index .products-grid .product-items {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem 0.625rem;
  width: 100%;
  margin-inline: 0 !important;
  margin-right: 0 !important;
}
@media (min-width: 375px) {
  body.catalogsearch-result-index .products-grid .product-items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 768px) {
  body.catalogsearch-result-index .products-grid .product-items {
    grid-template-columns: repeat(3, 1fr);
    gap: 2.5rem 1.625rem;
  }
}

footer.page-footer {
  background: #f2f6f9 !important;
  padding-bottom: 0 !important;
}
footer.page-footer .footer-content-logo {
  width: 2.5rem;
  height: 2.5rem;
  background: url("../../frontend/Codazon/unlimited_miamo/it_IT/images/svg/small-logo.svg") center no-repeat;
  background-size: contain;
}
footer.page-footer .footer-content-socials {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
footer.page-footer .footer-content-socials a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  margin-right: 1.5rem;
}
footer.page-footer .footer-content-socials a:last-of-type {
  margin-right: 0;
}
footer.page-footer .footer-content-socials .icon-miamo {
  width: 1.25rem;
  height: 1.25rem;
  background-size: 1.25rem;
  background-color: #ffffff;
}
footer.page-footer .footer-content-top {
  padding: 5rem 4rem;
  background: #f2f6f9 !important;
}
@media (max-width: 1023.98px) {
  footer.page-footer .footer-content-top {
    padding: 0;
  }
}
footer.page-footer .footer-content-top > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1023.98px) {
  footer.page-footer .footer-content-top > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
  }
}
footer.page-footer .footer-content-bottom {
  padding: 1.5rem 4rem;
  background: #00577d;
}
@media (max-width: 1023.98px) {
  footer.page-footer .footer-content-bottom {
    padding: 1.5rem 1.25rem;
  }
  footer.page-footer .footer-content-bottom > .container-fluid > .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  footer.page-footer .footer-content-bottom > .container-fluid > .row > .col-sm-22 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-bottom: 1.5rem;
  }
  footer.page-footer .footer-content-bottom > .container-fluid > .row .copy,
  footer.page-footer .footer-content-bottom > .container-fluid > .row .copy * {
    text-align: center !important;
  }
}
footer.page-footer .footer-content-bottom p {
  color: #ffffff;
}
footer.page-footer .footer-content-bottom p.copy {
  margin-top: 20px;
  margin-bottom: 0;
}
footer.page-footer .footer-content-bottom p.copy span {
  display: block;
}
footer.page-footer .footer-content-bottom .col-sm-22 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
footer.page-footer .footer-content-bottom .col-sm-22 p,
footer.page-footer .footer-content-bottom .col-sm-22 span {
  font-size: 0.688rem !important;
  line-height: 1.64em !important;
}
footer.page-footer .footer-content-bottom .col-sm-22 span {
  text-align: left !important;
}
footer.page-footer .footer-content-left {
  /* 
   * to avoid refactor of footer structure
   * apply negative margins and change background color of left block
  */
  background-color: #cedde6;
  margin: -5rem -4rem;
  padding: 5rem 4rem;
  max-width: calc(24.688rem + 8rem);
}
@media (max-width: 1023.98px) {
  footer.page-footer .footer-content-left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 100%;
    background-color: #c7dee6;
    padding: 2.5rem 1.25rem;
    margin: 0;
  }
  footer.page-footer .footer-content-left .newsletter-content {
    margin-left: 0;
  }
}
footer.page-footer .footer-content-right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 1023.98px) {
  footer.page-footer .footer-content-right {
    padding: 2.5rem 1.25rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  footer.page-footer .footer-content-right > div {
    width: 100% !important;
    padding: 0 !important;
  }
}
footer.page-footer .footer-content #trustpilot-widget-trustbox-0-wrapper {
  padding-bottom: 36px;
}
footer.page-footer .footer-box {
  padding: 16px 0;
  border-bottom: 1px solid rgba(0, 87, 125, 0.2);
}
@media (min-width: 1024px) {
  footer.page-footer .footer-box {
    padding: 0;
    border: 0;
  }
}
footer.page-footer .footer-box:not([open]) summary::after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
footer.page-footer .footer-box summary {
  text-transform: uppercase;
  text-align: left;
  position: relative;
  cursor: pointer;
}
@media (max-width: 767.98px) {
  footer.page-footer .footer-box summary {
    x-debug: "h4-mobile";
    font-family: "semplicitaprobold", sans-serif;
    font-weight: 700;
    font-size: 0.938rem;
    line-height: 1.4em;
    font-style: normal;
    color: #00577d;
  }
}
@media (min-width: 768px) {
  footer.page-footer .footer-box summary {
    x-debug: "h4-desktop";
    font-family: "semplicitaprobold", sans-serif;
    font-weight: 700;
    font-size: 0.938rem;
    line-height: 1.4em;
    font-style: normal;
    color: #00577d;
  }
}
@media (min-width: 1024px) {
  footer.page-footer .footer-box summary {
    pointer-events: none;
  }
}
footer.page-footer .footer-box summary::before, footer.page-footer .footer-box summary::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 16px;
  height: 1px;
  background-color: #00577d;
  opacity: 1;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media (min-width: 1024px) {
  footer.page-footer .footer-box summary::before, footer.page-footer .footer-box summary::after {
    display: none;
  }
}
footer.page-footer .footer-box .footer-link {
  margin: 0;
  padding: 24px 0 0;
  list-style: none;
  x-debug: "paragraph-" s;
  font-family: "semplicitaproregular", sans-serif;
  font-weight: 500;
  font-size: 0.813rem;
  line-height: 1.38em;
  font-style: normal;
  color: #00577d;
}
footer.page-footer .footer-box .footer-link li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.5rem;
}
footer.page-footer .footer-box .footer-link li:last-of-type {
  margin-bottom: 0;
}
footer.page-footer .footer-box .footer-link li,
footer.page-footer .footer-box .footer-link li * {
  text-align: left;
}

.newsletter .newsletter-title:not(:empty) {
  display: block;
  margin-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 767.98px) {
  .newsletter .newsletter-title:not(:empty) {
    x-debug: "h4-mobile";
    font-family: "semplicitaprobold", sans-serif;
    font-weight: 700;
    font-size: 0.938rem;
    line-height: 1.4em;
    font-style: normal;
    color: #00577d;
  }
}
@media (min-width: 768px) {
  .newsletter .newsletter-title:not(:empty) {
    x-debug: "h4-desktop";
    font-family: "semplicitaprobold", sans-serif;
    font-weight: 700;
    font-size: 0.938rem;
    line-height: 1.4em;
    font-style: normal;
    color: #00577d;
  }
}
.newsletter .newsletter-title:not(:empty) + p {
  x-debug: "paragraph-" s;
  font-family: "semplicitaproregular", sans-serif;
  font-weight: 500;
  font-size: 0.813rem;
  line-height: 1.38em;
  font-style: normal;
  color: #00577d;
  text-align: left;
}
.newsletter .newsletter-title:not(:empty) + p strong {
  x-debug: "paragraph-s-bold";
  font-family: "semplicitaprobold", sans-serif;
  font-weight: 700;
  font-size: 0.813rem;
  line-height: 1.38em;
  font-style: normal;
  color: #00577d;
}
.newsletter .newsletter-content {
  margin-top: 1.5rem;
  padding: 0 !important;
}
.newsletter .newsletter-content .form.subscribe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 12px;
}
.newsletter .newsletter-content .form.subscribe .form-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 12px;
}
.newsletter .newsletter-content .form.subscribe .form-content .mage-error {
  text-align: left;
}
.newsletter .newsletter-content .form.subscribe .field.newsletter {
  -webkit-box-flex: 1 !important;
  -ms-flex: 1 !important;
  flex: 1 !important;
  margin-right: 0 !important;
}
.newsletter .newsletter-content .form.subscribe .field.newsletter input {
  background-color: #ffffff;
  border-radius: 4px 0 0 4px;
  padding: 9px 12px;
  border-right: 0;
  x-debug: "paragraph-" s;
  font-family: "semplicitaproregular", sans-serif;
  font-weight: 500;
  font-size: 0.813rem;
  line-height: 1.38em;
  font-style: normal;
  color: #00577d;
}
.newsletter .newsletter-content .form.subscribe .field.newsletter input::-webkit-input-placeholder {
  color: #00577d !important;
}
.newsletter .newsletter-content .form.subscribe .field.newsletter input::-moz-placeholder {
  color: #00577d !important;
}
.newsletter .newsletter-content .form.subscribe .field.newsletter input:-ms-input-placeholder {
  color: #00577d !important;
}
.newsletter .newsletter-content .form.subscribe .field.newsletter input::-ms-input-placeholder {
  color: #00577d !important;
}
.newsletter .newsletter-content .form.subscribe .field.newsletter input::placeholder {
  color: #00577d !important;
}
.newsletter .newsletter-content .form.subscribe .actions .subscribe {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 12px;
  padding: 14px 24px;
  -webkit-box-shadow: none;
  box-shadow: none;
  x-debug: "paragraph-s-bold";
  font-family: "semplicitaprobold", sans-serif;
  font-weight: 700;
  font-size: 0.813rem;
  line-height: 1.38em;
  font-style: normal;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  border-width: 1px;
  border-style: solid;
  border-radius: 4px;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
  background-color: #ffffff;
  border-color: #00577d;
  color: #00577d;
  border-radius: 0 4px 4px 0;
}
@media (prefers-reduced-motion: reduce) {
  .newsletter .newsletter-content .form.subscribe .actions .subscribe {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.newsletter .newsletter-content .form.subscribe .actions .subscribe:disabled, .newsletter .newsletter-content .form.subscribe .actions .subscribe[disabled], .newsletter .newsletter-content .form.subscribe .actions .subscribe.disabled {
  cursor: default;
}
.newsletter .newsletter-content .form.subscribe .actions .subscribe:active, .newsletter .newsletter-content .form.subscribe .actions .subscribe:focus {
  background-color: #00577d;
  border-color: #00577d;
  color: #ffffff;
}
@media (hover: hover) {
  .newsletter .newsletter-content .form.subscribe .actions .subscribe:hover {
    background-color: #00577d;
    border-color: #00577d;
    color: #ffffff;
  }
}
.newsletter .newsletter-content .form.subscribe .actions .subscribe:disabled, .newsletter .newsletter-content .form.subscribe .actions .subscribe[disabled], .newsletter .newsletter-content .form.subscribe .actions .subscribe.disabled {
  background-color: #ffffff;
  border-color: #00577d;
  color: #00577d;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.newsletter .newsletter-content .form.subscribe .amgdpr-checkbox {
  margin: 0;
  text-align: left;
}
.newsletter .newsletter-content .form.subscribe .amgdpr-checkbox input[type=checkbox]:not(:only-child) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 0 !important;
  border: none !important;
}
.newsletter .newsletter-content .form.subscribe .amgdpr-checkbox input[type=checkbox]:not(:only-child)::before, .newsletter .newsletter-content .form.subscribe .amgdpr-checkbox input[type=checkbox]:not(:only-child)::after {
  display: none;
}
.newsletter .newsletter-content .form.subscribe .amgdpr-checkbox input[type=checkbox]:not(:only-child) + label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  padding-left: 32px;
}
.newsletter .newsletter-content .form.subscribe .amgdpr-checkbox input[type=checkbox]:not(:only-child) + label::before, .newsletter .newsletter-content .form.subscribe .amgdpr-checkbox input[type=checkbox]:not(:only-child) + label::after {
  content: "";
  position: absolute;
}
.newsletter .newsletter-content .form.subscribe .amgdpr-checkbox input[type=checkbox]:not(:only-child) + label::before {
  top: 0;
  left: 0;
  display: block;
  background: white;
  width: 20px;
  height: 20px;
  border: 1px solid #00577d;
  border-radius: 4px;
}
.newsletter .newsletter-content .form.subscribe .amgdpr-checkbox input[type=checkbox]:not(:only-child) + label::after {
  top: 2px;
  left: 2px;
  width: 16px;
  height: 16px;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  background: #00577d url("/media/codazon/themelayout/images/check-on.svg") no-repeat center center;
  background-size: 14px;
  border-radius: 3px;
  margin: 0;
}
.newsletter .newsletter-content .form.subscribe .amgdpr-checkbox input[type=checkbox]:not(:only-child):checked + label::after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.newsletter .newsletter-content .form.subscribe .amgdpr-checkbox input[type=checkbox]:not(:only-child):focus + label:before {
  -webkit-box-shadow: 0 0 3px 1px #68a8e0;
  box-shadow: 0 0 3px 1px #68a8e0;
}
.newsletter .newsletter-content .form.subscribe .amgdpr-checkbox input[type=checkbox]:not(:only-child).mage-error + label::before {
  border-color: #960000;
}
.newsletter .newsletter-content .form.subscribe .amgdpr-checkbox input[type=checkbox]:not(:only-child).mage-error ~ .mage-error {
  text-indent: 32px;
}
.newsletter .newsletter-content .form.subscribe .amgdpr-checkbox input[type=checkbox] {
  visibility: visible !important;
  border: 0;
}
.newsletter .newsletter-content .form.subscribe .amgdpr-checkbox label {
  x-debug: "paragraph-" s;
  font-family: "semplicitaproregular", sans-serif;
  font-weight: 500;
  font-size: 0.813rem;
  line-height: 1.38em;
  font-style: normal;
  color: #00577d;
}
.newsletter .newsletter-content .form.subscribe .amgdpr-checkbox label a {
  display: inline;
  text-decoration: underline;
}
.newsletter p {
  text-align: left;
}

#home-slider {
  background-color: #f3f6f8;
  padding-inline: 0 !important;
}
#home-slider .cdz-slideshow {
  padding: 0 !important;
}
#home-slider .cdz-slideshow .cdz-slideshow-outer {
  padding: 0 !important;
}
#home-slider .cdz-slideshow .cdz-slideshow-outer .cdz-slideshow-inner {
  position: relative;
}
#home-slider .cdz-slideshow .cdz-slideshow-outer .cdz-slideshow-inner .owl-item > .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
@media (max-width: 1023.98px) {
  #home-slider .cdz-slideshow .cdz-slideshow-outer .cdz-slideshow-inner .owl-item > .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
#home-slider .cdz-slideshow .cdz-slideshow-outer .cdz-slideshow-inner .owl-item > .item > a.item-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 !important;
  z-index: 1;
}
#home-slider .cdz-slideshow .cdz-slideshow-outer .cdz-slideshow-inner .owl-item > .item > a.item-image img {
  max-width: 65%;
  height: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  position: relative !important;
}
@media (max-width: 1023.98px) {
  #home-slider .cdz-slideshow .cdz-slideshow-outer .cdz-slideshow-inner .owl-item > .item > a.item-image img {
    max-width: 100%;
  }
}
#home-slider .cdz-slideshow .cdz-slideshow-outer .cdz-slideshow-inner .owl-item > .item > .item-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 35%;
  padding-inline: 3.75rem 1.875rem;
  background: #f2f6f9;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  pointer-events: none;
}
@media (max-width: 1023.98px) {
  #home-slider .cdz-slideshow .cdz-slideshow-outer .cdz-slideshow-inner .owl-item > .item > .item-desc {
    width: 100%;
    padding: 1.5rem 1.25rem;
    position: relative;
  }
}
#home-slider .cdz-slideshow .cdz-slideshow-outer .cdz-slideshow-inner .owl-item > .item > .item-desc .btn-primary {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  pointer-events: all;
}
#home-slider .cdz-slideshow .cdz-slideshow-outer .cdz-slideshow-inner .owl-item > .item > .item-desc .btn-primary:hover {
  color: #00577d;
  background: #ffffff;
}
#home-slider .cdz-slideshow .cdz-slideshow-outer .cdz-slideshow-inner .owl-item .slider-content__label {
  margin-bottom: 0.5rem;
}
#home-slider .cdz-slideshow .cdz-slideshow-outer .cdz-slideshow-inner .owl-item .slider-content__label span {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 0.5rem 0.625rem;
  border: 1px solid #00577d;
  border-radius: 3.125rem;
  color: #00577d;
  font-size: 0.688rem;
  line-height: 0.91em;
  font-weight: 700;
  text-transform: capitalize;
}
#home-slider .cdz-slideshow .cdz-slideshow-outer .cdz-slideshow-inner .owl-item .slider-content__text {
  color: #00577d;
  margin-bottom: 2.5rem;
}
#home-slider .cdz-slideshow .cdz-slideshow-outer .cdz-slideshow-inner .owl-item .slider-content__text h1,
#home-slider .cdz-slideshow .cdz-slideshow-outer .cdz-slideshow-inner .owl-item .slider-content__text h2 {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 3.125rem;
  line-height: 1.2em;
  font-weight: 700;
  color: inherit;
}
@media (max-width: 1023.98px) {
  #home-slider .cdz-slideshow .cdz-slideshow-outer .cdz-slideshow-inner .owl-item .slider-content__text h1,
  #home-slider .cdz-slideshow .cdz-slideshow-outer .cdz-slideshow-inner .owl-item .slider-content__text h2 {
    font-size: 1.875rem;
    line-height: 1.17em;
  }
}
#home-slider .cdz-slideshow .cdz-slideshow-outer .cdz-slideshow-inner .owl-item .slider-content__text h3 {
  display: block;
  margin-bottom: 1.5rem;
  font-size: 1.25rem;
  line-height: 1.35em;
  font-weight: 700;
  color: inherit;
}
@media (max-width: 1023.98px) {
  #home-slider .cdz-slideshow .cdz-slideshow-outer .cdz-slideshow-inner .owl-item .slider-content__text h3 {
    font-size: 0.938rem;
    line-height: 1.4em;
  }
}
#home-slider .cdz-slideshow .cdz-slideshow-outer .cdz-slideshow-inner .owl-item .slider-content__text p {
  color: inherit;
}
@media (max-width: 1023.98px) {
  #home-slider .cdz-slideshow .cdz-slideshow-outer .cdz-slideshow-inner .owl-item .slider-content__text p {
    display: none;
  }
}
#home-slider .cdz-slideshow .cdz-slideshow-outer .cdz-slideshow-inner .owl-item .slider-content__action .btn, #home-slider .cdz-slideshow .cdz-slideshow-outer .cdz-slideshow-inner .owl-item .slider-content__action #collections-slider .collections-slider .owl-item > .item > .item-title, #collections-slider .collections-slider #home-slider .cdz-slideshow .cdz-slideshow-outer .cdz-slideshow-inner .owl-item .slider-content__action .owl-item > .item > .item-title {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 0.875rem 1.5rem;
  border-radius: 0.25rem;
}
#home-slider .cdz-slideshow .cdz-slideshow-outer .cdz-slideshow-inner .owl-item .slider-content__action .btn-primary {
  background: #00577d;
  color: #ffffff;
  font-size: 0.813rem;
  line-height: 1.38em;
  font-weight: 700;
  text-transform: uppercase;
}
#home-slider .cdz-slideshow .owl-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  background: #f2f6f9;
  bottom: 0;
}
#home-slider .cdz-slideshow .owl-dots .owl-dot {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: block;
  height: 0.188rem;
  border-radius: 0 !important;
  background: transparent !important;
}
#home-slider .cdz-slideshow .owl-dots .owl-dot.active {
  background: #00577d !important;
}

#collections-slider {
  padding: 5rem 0 5rem 4.063rem;
}
@media (max-width: 1023.98px) {
  #collections-slider {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    padding: 1.25rem 0 1.25rem 1.25rem;
  }
}
#collections-slider .cdz-block-title {
  text-align: left;
  margin-bottom: 1.5rem;
}
#collections-slider .cdz-block-title .h2,
#collections-slider .cdz-block-title .b-title {
  display: block;
}
#collections-slider .cdz-block-title .h2,
#collections-slider .cdz-block-title .h2 span,
#collections-slider .cdz-block-title .b-title,
#collections-slider .cdz-block-title .b-title span {
  font-size: 2.188rem;
  line-height: 1.29em;
  text-transform: none !important;
}
@media (max-width: 1023.98px) {
  #collections-slider .cdz-block-title .h2,
  #collections-slider .cdz-block-title .h2 span,
  #collections-slider .cdz-block-title .b-title,
  #collections-slider .cdz-block-title .b-title span {
    font-size: 1.563rem;
    line-height: 1.36em;
  }
}
#collections-slider .cdz-block-title .h2:after,
#collections-slider .cdz-block-title .h2 span:after,
#collections-slider .cdz-block-title .b-title:after,
#collections-slider .cdz-block-title .b-title span:after {
  display: none;
}
#collections-slider .collections-slider .owl-stage-outer {
  margin-inline: -0.5rem;
  padding-inline: 0.5rem;
}
#collections-slider .collections-slider .owl-item > .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  position: relative;
}
#collections-slider .collections-slider .owl-item > .item > a.item-image {
  width: 100%;
  aspect-ratio: 395/527;
  margin-bottom: 1rem;
  border-radius: 0.625rem;
  overflow: hidden;
}
#collections-slider .collections-slider .owl-item > .item > a.item-image img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  position: relative;
}
#collections-slider .collections-slider .owl-item > .item > .item-content .card-hover-layer {
  width: 100%;
  aspect-ratio: 395/527;
  border-radius: 0.625rem;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#collections-slider .collections-slider .owl-item > .item > .item-content .card-hover-layer img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  position: relative;
}
#collections-slider .collections-slider .owl-item > .item > .item-content .card-hover-layer:hover {
  opacity: 1;
}
#collections-slider .collections-slider .owl-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-top: 2.5rem;
  max-width: calc(100% - 64px);
  background: #f2f6f9;
}
@media (max-width: 1023.98px) {
  #collections-slider .collections-slider .owl-dots {
    max-width: calc(100% - 20px);
  }
}
#collections-slider .collections-slider .owl-dots .owl-dot {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: block;
  height: 0.188rem;
  border-radius: 0 !important;
  background: transparent !important;
}
#collections-slider .collections-slider .owl-dots .owl-dot.active {
  background: #00577d !important;
}

#best-sellers-slider {
  padding: 5rem 0 2.5rem 4.063rem;
}
@media (max-width: 1023.98px) {
  #best-sellers-slider {
    padding: 1.25rem 0 0 1.25rem !important;
  }
}
#best-sellers-slider .cdz-block-title {
  margin-bottom: 1.5rem;
}
#best-sellers-slider .cdz-block-title .h2,
#best-sellers-slider .cdz-block-title .h2 span {
  text-align: left;
  text-transform: unset !important;
  font-size: 2.188rem;
  line-height: 1.29em;
}
@media (max-width: 1023.98px) {
  #best-sellers-slider .cdz-block-title .h2,
  #best-sellers-slider .cdz-block-title .h2 span {
    font-size: 1.563rem;
    line-height: 1.36em;
  }
}
#best-sellers-slider .cdz-block-title .h2 span:after {
  display: none;
}
#best-sellers-slider .cdz-product-wrap .owl-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-top: 2.5rem;
  background: #f2f6f9;
}
#best-sellers-slider .cdz-product-wrap .owl-dots .owl-dot {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: block;
  height: 0.188rem;
  max-width: calc(100% - 64px);
  border-radius: 0 !important;
  background: transparent !important;
}
#best-sellers-slider .cdz-product-wrap .owl-dots .owl-dot.active {
  background: #00577d !important;
}
#best-sellers-slider .product-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  gap: 1.25rem;
  overflow-x: auto;
  padding-right: 4rem;
  padding-bottom: 1.25rem;
  cursor: default;
}
@media (max-width: 1023.98px) {
  #best-sellers-slider .product-items {
    padding-right: 1.25rem;
  }
}
#best-sellers-slider .product-items .product-item {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 20%;
}
@media (max-width: 1919.98px) {
  #best-sellers-slider .product-items .product-item {
    width: 30%;
  }
}
@media (max-width: 1023.98px) {
  #best-sellers-slider .product-items .product-item {
    width: 44%;
  }
}
@media (max-width: 500px) {
  #best-sellers-slider .product-items .product-item {
    width: 88%;
  }
}
#best-sellers-slider .product-item-description {
  margin-bottom: 1.25rem;
}
#best-sellers-slider .product-item .rating-summary .rating-result > span {
  overflow: visible;
}
#best-sellers-slider .product-item .rating-summary .quantity {
  width: auto;
  height: auto;
  position: relative;
  top: -0.125rem;
  x-debug: "paragraph-" s;
  font-family: "semplicitaproregular", sans-serif;
  font-weight: 500;
  font-size: 0.813rem;
  line-height: 1.38em;
  font-style: normal;
  color: #00577d;
}
#best-sellers-slider .product-item .product-reviews-summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#best-sellers-slider .product-item .product-reviews-summary .reviews-actions {
  display: block !important;
  margin-top: 0;
  margin-left: 0.625rem;
  x-debug: "paragraph-" s;
  font-family: "semplicitaproregular", sans-serif;
  font-weight: 500;
  font-size: 0.813rem;
  line-height: 1.38em;
  font-style: normal;
  color: #00577d;
}
@media (max-width: 1023.98px) {
  #best-sellers-slider .product-item .product-reviews-summary .reviews-actions {
    display: none !important;
  }
}
#best-sellers-slider .product-item .product-reviews-summary .reviews-actions a {
  text-decoration: underline;
}
@media (max-width: 767.98px) {
  #best-sellers-slider .product-item .price-box * {
    x-debug: "paragraph-s-bold";
    font-family: "semplicitaprobold", sans-serif;
    font-weight: 700;
    font-size: 0.813rem;
    line-height: 1.38em;
    font-style: normal;
    color: #00577d;
  }
}
@media (min-width: 768px) {
  #best-sellers-slider .product-item .price-box * {
    x-debug: "h4-desktop";
    font-family: "semplicitaprobold", sans-serif;
    font-weight: 700;
    font-size: 0.938rem;
    line-height: 1.4em;
    font-style: normal;
    color: #00577d;
  }
}
#best-sellers-slider .product-item-price.hidden-md {
  display: block !important;
}
@media (max-width: 1023.98px) {
  #best-sellers-slider .product-item-price.hidden-md {
    display: none !important;
  }
}
#best-sellers-slider .product-item .button-hover-wrap .product-item-actions {
  position: relative;
}
#best-sellers-slider .product-item .button-hover-wrap .product-item-actions .actions-primary {
  width: 100%;
  border: 1px solid #00577d;
  border-radius: 0.25rem;
  position: static;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
#best-sellers-slider .product-item .button-hover-wrap .product-item-actions .actions-primary:hover {
  background: #00577d;
}
#best-sellers-slider .product-item .button-hover-wrap .product-item-actions .actions-primary:hover * {
  color: #ffffff;
}
#best-sellers-slider .product-item .button-hover-wrap .product-item-actions .actions-primary .action.tocart {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0.875rem 1.5rem;
}
#best-sellers-slider .product-item .button-hover-wrap .product-item-actions .actions-secondary {
  position: absolute;
  top: 50%;
  left: 8px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-left: 0;
  width: auto;
}
#best-sellers-slider .product-item .button-hover-wrap .product-item-actions .actions-secondary a {
  position: static;
}
#best-sellers-slider .product-item .button-hover-wrap .product-item-actions .actions-secondary a::after {
  display: none;
}
#best-sellers-slider * {
  text-align: left;
}

.minicartpro-content-wrapper #best-sellers-slider {
  padding: 0;
  margin-top: 30px;
}
@media (max-width: 1023.98px) {
  .minicartpro-content-wrapper #best-sellers-slider {
    padding: 0 !important;
    margin-top: 20px !important;
  }
}
.minicartpro-content-wrapper #best-sellers-slider .cdz-block-title .b-title.h2 {
  font-size: 1.5rem;
}
.minicartpro-content-wrapper #best-sellers-slider .item.product.product-item {
  max-width: 250px !important;
}
.minicartpro-content-wrapper #best-sellers-slider .action.tocart.primary {
  background: #fff;
}
.minicartpro-content-wrapper #best-sellers-slider .action.tocart.primary:hover {
  background: #00577d;
}
.minicartpro-content-wrapper .section-bottom {
  display: block !important;
}

.block.crosssell, .block.related, .block.upsell {
  padding: 2.5rem 0;
  margin-right: -4.688rem;
  margin-bottom: 0;
}
.block.crosssell .block-title, .block.related .block-title, .block.upsell .block-title {
  margin-bottom: 1.5rem;
}
.block.crosssell .block-title .h2,
.block.crosssell .block-title .h2 span, .block.related .block-title .h2,
.block.related .block-title .h2 span, .block.upsell .block-title .h2,
.block.upsell .block-title .h2 span {
  text-align: left;
  text-transform: unset !important;
  font-size: 2.188rem;
  line-height: 1.29em;
}
@media (max-width: 1023.98px) {
  .block.crosssell .block-title .h2,
  .block.crosssell .block-title .h2 span, .block.related .block-title .h2,
  .block.related .block-title .h2 span, .block.upsell .block-title .h2,
  .block.upsell .block-title .h2 span {
    font-size: 1.563rem;
    line-height: 1.36em;
  }
}
.block.crosssell .block-title .h2 span:after, .block.related .block-title .h2 span:after, .block.upsell .block-title .h2 span:after {
  display: none;
}
@media (max-width: 1023.98px) {
  .block.crosssell .product-items, .block.related .product-items, .block.upsell .product-items {
    padding-bottom: 2.5rem;
  }
}
.block.crosssell .product-items .product-item, .block.related .product-items .product-item, .block.upsell .product-items .product-item {
  padding-bottom: 0;
  background: transparent !important;
}
.block.crosssell .product-items .product-item-top, .block.related .product-items .product-item-top, .block.upsell .product-items .product-item-top {
  padding: 0 !important;
}
@media (max-width: 1023.98px) {
  .block.crosssell .product-items .product-item-top, .block.related .product-items .product-item-top, .block.upsell .product-items .product-item-top {
    margin-bottom: 1.25rem;
  }
  .block.crosssell .product-items .product-item-top .product-item-price, .block.related .product-items .product-item-top .product-item-price, .block.upsell .product-items .product-item-top .product-item-price {
    display: none;
  }
}
.block.crosssell .product-items .product-item-name, .block.related .product-items .product-item-name, .block.upsell .product-items .product-item-name {
  max-width: unset;
}
.block.crosssell .product-items .product-item-name .product-name-1, .block.related .product-items .product-item-name .product-name-1, .block.upsell .product-items .product-item-name .product-name-1 {
  font-family: "semplicitaprobold", sans-serif !important;
}
.block.crosssell .product-items .product-item-photo, .block.related .product-items .product-item-photo, .block.upsell .product-items .product-item-photo {
  min-width: unset;
  min-height: unset;
}
@media (max-width: 1023.98px) {
  .block.crosssell .product-items .product-item-price, .block.related .product-items .product-item-price, .block.upsell .product-items .product-item-price {
    margin-top: 0.5rem;
  }
  .block.crosssell .product-items .product-item-price *, .block.related .product-items .product-item-price *, .block.upsell .product-items .product-item-price * {
    font-size: 0.813rem !important;
    line-height: 1.38em !important;
  }
}
.block.crosssell .product-items .product-item .product-reviews-summary, .block.related .product-items .product-item .product-reviews-summary, .block.upsell .product-items .product-item .product-reviews-summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.block.crosssell .product-items .product-item .rating-summary .rating-result > span .quantity, .block.related .product-items .product-item .rating-summary .rating-result > span .quantity, .block.upsell .product-items .product-item .rating-summary .rating-result > span .quantity {
  margin: 0 0 0 0.5rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  position: relative;
  x-debug: "paragraph-" s;
  font-family: "semplicitaproregular", sans-serif;
  font-weight: 500;
  font-size: 0.813rem;
  line-height: 1.38em;
  font-style: normal;
  color: #00577d;
}
.block.crosssell .product-items .product-item .rating-summary .rating-result > span:before, .block.related .product-items .product-item .rating-summary .rating-result > span:before, .block.upsell .product-items .product-item .rating-summary .rating-result > span:before {
  color: #00577d !important;
}
.block.crosssell .product-items .product-item .reviews-actions, .block.related .product-items .product-item .reviews-actions, .block.upsell .product-items .product-item .reviews-actions {
  display: block;
}
@media (max-width: 1023.98px) {
  .block.crosssell .product-items .product-item .reviews-actions, .block.related .product-items .product-item .reviews-actions, .block.upsell .product-items .product-item .reviews-actions {
    display: none;
  }
}
.block.crosssell .product-items .product-item .reviews-actions a, .block.related .product-items .product-item .reviews-actions a, .block.upsell .product-items .product-item .reviews-actions a {
  margin-left: 1rem;
  text-decoration: underline;
}
@media (max-width: 1023.98px) {
  .block.crosssell .product-items .owl-stage-outer, .block.related .product-items .owl-stage-outer, .block.upsell .product-items .owl-stage-outer {
    max-width: calc(100vw - 20px) !important;
  }
}
.block.crosssell .product-items .owl-dots, .block.related .product-items .owl-dots, .block.upsell .product-items .owl-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  bottom: -2.5rem;
  background: #f2f6f9;
}
@media (max-width: 1023.98px) {
  .block.crosssell .product-items .owl-dots, .block.related .product-items .owl-dots, .block.upsell .product-items .owl-dots {
    max-width: calc(100vw - 20px) !important;
    bottom: 0;
  }
}
.block.crosssell .product-items .owl-dots .owl-dot, .block.related .product-items .owl-dots .owl-dot, .block.upsell .product-items .owl-dots .owl-dot {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: block;
  height: 0.188rem;
  max-width: calc(100% - 64px);
  border-radius: 0 !important;
  background: transparent !important;
  margin: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.block.crosssell .product-items .owl-dots .owl-dot.active, .block.related .product-items .owl-dots .owl-dot.active, .block.upsell .product-items .owl-dots .owl-dot.active {
  background: #00577d !important;
}
.block.crosssell *, .block.related *, .block.upsell * {
  text-align: left;
}

[id*=-slider] * {
  scrollbar-width: thin;
  scrollbar-color: #00577d #f2f6f9;
}
[id*=-slider] *::-webkit-scrollbar {
  width: 0.188rem;
  height: 0.188rem;
}
[id*=-slider] *::-webkit-scrollbar-track {
  border-radius: 0.188rem;
  background-color: #f2f6f9;
}
[id*=-slider] *::-webkit-scrollbar-track:hover {
  background-color: #f2f6f9;
}
[id*=-slider] *::-webkit-scrollbar-track:active {
  background-color: #f2f6f9;
}
[id*=-slider] *::-webkit-scrollbar-thumb {
  border-radius: 0.188rem;
  background-color: #00577d;
}
[id*=-slider] *::-webkit-scrollbar-thumb:hover {
  background-color: #00577d;
}
[id*=-slider] *::-webkit-scrollbar-thumb:active {
  background-color: #00577d;
}
[id*=-slider] .list.items {
  cursor: -webkit-grab;
  cursor: grab;
  overflow: auto;
}

.banner-full-size {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 37.5rem;
  padding: 4rem;
  background-position: center;
  background-size: cover;
  position: relative;
}
@media (max-width: 1023.98px) {
  .banner-full-size {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    min-height: 42.188rem;
    padding: 0 !important;
    margin-block: 1.25rem;
  }
}
.banner-full-size.align-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.banner-full-size.position-left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.banner-full-size.position-right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.banner-full-size.image-left .banner-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  place-content: center;
  max-width: 100%;
  padding: 5rem 0;
}
.banner-full-size.image-left .banner-content-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 4rem;
}
.banner-full-size.image-left .banner-content-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-left: 4rem;
}
.banner-full-size.image-left .banner-content__text {
  margin-bottom: 1.5rem;
}
.banner-full-size.image-left .banner-content__text > p {
  display: block;
  max-width: 18rem;
  margin-bottom: 1.5rem;
}
.banner-full-size.image-left .banner-content__text > p span {
  display: block;
}
.banner-full-size.image-left .banner-content__text h2 {
  color: #00577d;
  font-size: 3.125rem;
  line-height: 1.2em;
  font-weight: 700;
}
.banner-full-size.image-left .banner-content__image {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  background-size: contain;
}
.banner-full-size.image-right .banner-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  place-content: center;
  max-width: 100%;
  padding: 5rem 0;
}
@media (max-width: 1023.98px) {
  .banner-full-size.image-right .banner-content {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.banner-full-size.image-right .banner-content-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-right: 4rem;
}
@media (max-width: 1023.98px) {
  .banner-full-size.image-right .banner-content-left {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 1.25rem 2.5rem;
  }
}
.banner-full-size.image-right .banner-content-right {
  padding-left: 4rem;
}
@media (max-width: 1023.98px) {
  .banner-full-size.image-right .banner-content-right {
    padding-left: 0;
    aspect-ratio: 1/1;
  }
}
.banner-full-size.image-right .banner-content__text {
  margin-bottom: 1.5rem;
}
.banner-full-size.image-right .banner-content__text > p {
  display: block;
  max-width: 18rem;
  margin-bottom: 1.5rem;
}
@media (max-width: 1023.98px) {
  .banner-full-size.image-right .banner-content__text > p {
    max-width: 100%;
    text-align: center;
  }
}
.banner-full-size.image-right .banner-content__text > p span {
  display: block;
}
.banner-full-size.image-right .banner-content__text h2 {
  color: #00577d;
  font-size: 3.125rem;
  line-height: 1.2em;
  font-weight: 700;
}
@media (max-width: 1023.98px) {
  .banner-full-size.image-right .banner-content__text h2 {
    font-size: 1.875rem;
    line-height: 1.17em;
    text-align: center;
  }
}
.banner-full-size.image-right .banner-content__image {
  width: 100%;
  min-width: 24.688rem;
  height: 100%;
  min-height: 24.688rem;
  background-size: contain;
}
@media (max-width: 1023.98px) {
  .banner-full-size.image-right .banner-content__image {
    min-width: 100%;
    min-height: 17.188rem;
    background-position: center;
    padding: 0;
    background-size: contain !important;
    aspect-ratio: 1;
    margin-bottom: 2.5rem;
  }
}
.banner-full-size .banner-content {
  width: 100%;
  max-width: 31.25rem;
  position: relative;
  z-index: 2;
}
@media (max-width: 1023.98px) {
  .banner-full-size .banner-content {
    padding: 2.5rem 1.25rem;
  }
}
.banner-full-size .banner-content__label {
  margin-bottom: 0.5rem;
}
.banner-full-size .banner-content__label span {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 0.5rem 0.625rem;
  border: 1px solid #00577d;
  border-radius: 3.125rem;
  color: #00577d;
  font-size: 0.688rem;
  line-height: 0.91em;
  font-weight: 700;
  text-transform: capitalize;
}
.banner-full-size .banner-content__text {
  color: #00577d;
  margin-bottom: 2.5rem;
}
.banner-full-size .banner-content__text h1,
.banner-full-size .banner-content__text h2 {
  font-weight: 700;
  color: inherit;
}
.banner-full-size .banner-content__text h1 .title,
.banner-full-size .banner-content__text h2 .title {
  display: block;
  margin-bottom: 1.5rem;
  font-size: 3.125rem;
  line-height: 1.2em;
}
@media (max-width: 1023.98px) {
  .banner-full-size .banner-content__text h1 .title,
  .banner-full-size .banner-content__text h2 .title {
    font-size: 1.875rem;
    line-height: 1.17em;
  }
}
.banner-full-size .banner-content__text h1 .subtitle,
.banner-full-size .banner-content__text h2 .subtitle {
  display: block;
  margin-bottom: 1.5rem;
  font-size: 1.25rem;
  line-height: 1.35em;
}
@media (max-width: 1023.98px) {
  .banner-full-size .banner-content__text h1 .subtitle,
  .banner-full-size .banner-content__text h2 .subtitle {
    font-size: 1.25rem;
    line-height: 1.35em;
  }
}
.banner-full-size .banner-content__text p {
  color: inherit;
}
@media (max-width: 1023.98px) {
  .banner-full-size .banner-content__action {
    margin: 0 auto;
  }
}
.banner-full-size .banner-content__action .btn, .banner-full-size .banner-content__action #collections-slider .collections-slider .owl-item > .item > .item-title, #collections-slider .collections-slider .banner-full-size .banner-content__action .owl-item > .item > .item-title {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 0.875rem 1.5rem;
  border-radius: 0.25rem;
}
.banner-full-size .banner-content__action .btn-primary {
  background: #00577d;
  color: #ffffff;
  font-size: 0.813rem;
  line-height: 1.38em;
  font-weight: 700;
  text-transform: uppercase;
}
.banner-full-size .banner-image {
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  inset: 0;
  z-index: 1;
}
@media (max-width: 1023.98px) {
  .banner-full-size .banner-image {
    min-height: 22.5rem;
    margin-inline: -10px;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    position: relative;
    aspect-ratio: 390/360;
  }
}
.banner-full-size .banner-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 1023.98px) {
  .banner-full-size .banner-image img {
    -o-object-position: 20%;
    object-position: 20%;
  }
}

.banner-contained {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 37.5rem;
  padding: 4rem;
}
.banner-contained.align-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.banner-contained.position-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.banner-contained .banner-content {
  width: 100%;
  max-width: 64rem;
}
@media (max-width: 1023.98px) {
  .banner-contained .banner-content {
    padding-inline: 0.625rem;
  }
}
.banner-contained .banner-content__head {
  max-width: 36rem;
  margin: 2.5rem auto;
}
.banner-contained .banner-content__head p {
  display: block;
  color: #00577d;
  font-size: 0.938rem;
  line-height: 1.4em;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}
.banner-contained .banner-content__body img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 1.25rem;
  overflow: hidden;
}
@media (max-width: 1023.98px) {
  .banner-contained .banner-content__body img {
    aspect-ratio: 335/251;
  }
}
.banner-contained .banner-content__body p {
  display: block;
  margin: 2.5rem auto;
  padding-inline: 4rem;
  font-size: 3.125rem;
  line-height: 1.2em;
  text-align: center;
}
@media (max-width: 1023.98px) {
  .banner-contained .banner-content__body p {
    padding-inline: 0;
    font-size: 1.875rem;
    line-height: 1.17em;
  }
}
.banner-contained .banner-content__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.banner-contained .banner-content__footer .btn, .banner-contained .banner-content__footer #collections-slider .collections-slider .owl-item > .item > .item-title, #collections-slider .collections-slider .banner-contained .banner-content__footer .owl-item > .item > .item-title {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 0.875rem 1.5rem;
  border-radius: 0.25rem;
}
.banner-contained .banner-content__footer .btn-primary {
  background: #00577d;
  color: #ffffff;
  font-size: 0.813rem;
  line-height: 1.38em;
  font-weight: 700;
  text-transform: uppercase;
}

@media (min-width: 1024px) {
  #beauty-test-wrapper {
    padding: 0 4rem !important;
  }
}

.banner-full-size#beauty-vitamine {
  aspect-ratio: 1366/600;
  background: #f2f6f9;
}
@media (max-width: 1023.98px) {
  .banner-full-size#beauty-vitamine {
    min-height: -webkit-max-content;
    min-height: -moz-max-content;
    min-height: max-content;
    aspect-ratio: unset;
  }
}
.banner-full-size#beauty-test {
  padding: 0 !important;
  max-width: 1235px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1023.98px) {
  .banner-full-size#beauty-test {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.banner-full-size#beauty-test .banner-content {
  display: block;
}
.banner-full-size#beauty-test .banner-content__image {
  background-image: url("../../frontend/Codazon/unlimited_miamo/it_IT/images/svg/mirror-head.svg");
  background-repeat: no-repeat;
  background-position: center;
  width: 275px !important;
  max-width: 100% !important;
  height: auto !important;
  max-height: auto !important;
  min-width: initial !important;
  min-height: initial !important;
  aspect-ratio: 1 !important;
}
@media (min-width: 1024px) {
  .banner-full-size#beauty-test .banner-content__image {
    width: 395px !important;
  }
}
.banner-full-size#instagram {
  max-width: unset !important;
  width: 100%;
  margin-top: 50px !important;
}
@media (max-width: 1023.98px) {
  .banner-full-size#instagram {
    min-height: unset;
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 1024px) {
  .banner-full-size#instagram {
    margin-top: 0 !important;
  }
}
.banner-full-size#instagram.banner-full-size {
  padding-inline: 0 !important;
}
.banner-full-size#instagram .instagram-wrapper {
  width: 100%;
  height: 100%;
}
.banner-full-size#instagram .instagram-block-top {
  margin-bottom: 5rem;
}
@media (max-width: 1023.98px) {
  .banner-full-size#instagram .instagram-block-top {
    margin-bottom: 2.5rem;
  }
}
.banner-full-size#instagram .instagram-block-top h2 {
  color: #00577d;
  font-size: 2.188rem;
  line-height: 1.29em;
  font-weight: 700;
}
.banner-full-size#instagram .instagram-block-top h2,
.banner-full-size#instagram .instagram-block-top h2 * {
  text-transform: uppercase;
}
@media (max-width: 1023.98px) {
  .banner-full-size#instagram .instagram-block-top h2 {
    font-size: 1.563rem;
    line-height: 1.36em;
  }
}
.banner-full-size#instagram .instagram-block-top .title-desc {
  color: #00577d;
  font-size: 1.25rem;
  line-height: 1.35em;
  font-weight: 700;
}
.banner-full-size#instagram .instagram-block-content .photo-wrapper {
  padding: 0 5px;
}
@media (min-width: 1024px) {
  .banner-full-size#instagram .instagram-block-content .photo-wrapper {
    padding: 0 13px;
  }
}
.banner-full-size#instagram .instagram-block-content .photo-item {
  display: block;
  border-radius: 0.313rem;
  overflow: hidden;
  background: #000;
}
.banner-full-size#trustpilot .cdz-block-title h2 {
  color: #00577d;
  font-size: 1.563rem;
  line-height: 1.36em;
  font-weight: 700;
}
.banner-full-size#trustpilot .cdz-block-title h2,
.banner-full-size#trustpilot .cdz-block-title h2 * {
  text-transform: uppercase;
}
@media (max-width: 1023.98px) {
  .banner-full-size#trustpilot .banner-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 1023.98px) {
  .banner-full-size#trustpilot .banner-content-left {
    padding-inline: 2.5rem;
  }
}
@media (max-width: 1023.98px) {
  .banner-full-size#trustpilot .banner-content-right {
    padding: 2.5rem 2.5rem 0;
  }
}
.banner-full-size#trustpilot .banner-content__trustpilot {
  display: block;
  width: 50%;
  max-width: 17.75rem;
  aspect-ratio: 284/30;
  margin-bottom: 2.5rem;
  background: url("../../frontend/Codazon/unlimited_miamo/it_IT/images/svg/trustpilot-stars.svg") center no-repeat;
  background-size: contain;
}
@media (max-width: 1023.98px) {
  .banner-full-size#trustpilot .banner-content__trustpilot {
    width: 80%;
    margin-inline: auto;
    margin-bottom: 1.25rem;
  }
}
.banner-full-size#trustpilot .banner-content__text .text-big {
  display: block;
  max-width: 100%;
  margin-bottom: 2.5rem;
  color: #00577d;
  font-size: 3.125rem;
  line-height: 1.2em;
  font-weight: 400;
}
@media (max-width: 1023.98px) {
  .banner-full-size#trustpilot .banner-content__text .text-big {
    font-size: 1.875rem;
    line-height: 1.17em;
    margin-bottom: 1.25rem;
    text-align: center;
  }
}
.banner-full-size#trustpilot .banner-content__text .text-big strong {
  font-weight: 700;
}
.banner-full-size#trustpilot .banner-content__image {
  max-width: 24.688rem;
  max-height: 24.688rem;
  border-radius: 0.625rem;
  background: url("../../frontend/Codazon/unlimited_miamo/it_IT/images/editorial/miamo-glycolic.jpg") center no-repeat;
  background-size: contain;
  overflow: hidden;
}
@media (max-width: 1023.98px) {
  .banner-full-size#trustpilot .banner-content__image {
    min-width: 17.188rem;
    min-height: 17.188rem;
    aspect-ratio: 1/1;
  }
}
.banner-full-size#trustpilot .banner-content__action {
  margin-left: 0;
}
@media (max-width: 1023.98px) {
  .banner-full-size#trustpilot .banner-content__action {
    margin-inline: auto;
  }
}
.banner-full-size#community .card-content {
  padding-block: 1.5rem 2.5rem;
}

@media (min-width: 1024px) {
  body.cms-index-index #instagram + #blog .blog-wrap {
    padding-top: 2rem;
  }
}

@media (max-width: 1023.98px) {
  #blog {
    padding-inline: 0 !important;
  }
}
#blog .blog-wrap {
  padding: 0;
}
@media (min-width: 1024px) {
  #blog .blog-wrap {
    padding: 5rem 4rem;
  }
}
#blog .blog-wrap .owl-item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#blog .blog-block-top, #blog .blog-block-content {
  max-width: 1235px;
  margin-left: auto;
  margin-right: auto;
}
#blog .blog-block-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 1.5rem;
  padding-right: 1.5rem;
}
@media (max-width: 1023.98px) {
  #blog .blog-block-top {
    padding-inline: 1.25rem;
  }
}
#blog .blog-block-top h2,
#blog .blog-block-top .btn-primary {
  display: block;
  margin-bottom: 0 !important;
  color: #00577d;
  font-size: 2.188rem;
  line-height: 1.29em;
  font-weight: 700;
  text-decoration: none;
}
@media (max-width: 1023.98px) {
  #blog .blog-block-top h2,
  #blog .blog-block-top .btn-primary {
    font-size: 1.563rem;
    line-height: 1.36em;
  }
}
#blog .blog-block-top > a {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  color: #00577d;
  font-size: 0.813rem;
  line-height: 1.62em;
  font-weight: 700;
  position: relative;
  top: -0.188rem;
}
#blog .blog-block-top > a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  color: #00577d;
  background-color: #00577d;
  top: calc(100% + 3px);
  left: 0;
}
@media (max-width: 1023.98px) {
  #blog .blog-block-content {
    padding-left: 1.25rem;
  }
}

#blog .blog-wrap .post-item {
  position: relative;
}
#blog .blog-wrap .post-top {
  margin-bottom: 1.5rem;
}
#blog .blog-wrap .post-img {
  display: block;
  border-radius: 0.625rem;
  background: #000000;
  overflow: hidden;
}
#blog .blog-wrap .post-category {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 0.5rem 0.625rem !important;
  margin-bottom: 1.5rem;
  border: 1px solid #00577d;
  border-radius: 3.125rem;
  background: transparent !important;
  color: #00577d;
  font-size: 0.688rem;
  line-height: 0.91em;
  font-weight: 700;
  text-transform: capitalize;
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
}
@media (max-width: 1023.98px) {
  #blog .blog-wrap .post-category {
    margin-bottom: 1rem;
  }
}
#blog .blog-wrap .post-category:after {
  display: none;
}
#blog .blog-wrap .post-category-link {
  color: #00577d;
  font-size: 0.688rem;
  line-height: 0.91em;
  font-weight: 700;
}
#blog .blog-wrap .post-title {
  display: block;
  margin-bottom: 1rem !important;
  padding-bottom: 0 !important;
  border-bottom: none !important;
  min-height: unset !important;
}
#blog .blog-wrap .post-item-link {
  display: block;
  color: #00577d !important;
  font-size: 1.25rem !important;
  line-height: 1.35em !important;
  font-weight: 700;
  text-transform: lowercase;
}
#blog .blog-wrap .post-item-link::first-letter {
  text-transform: uppercase !important;
}
@media (max-width: 1023.98px) {
  #blog .blog-wrap .post-item-link {
    font-size: 0.938rem !important;
    line-height: 1.4em !important;
  }
}
#blog .blog-wrap .post-desc {
  display: block;
  min-height: unset !important;
  margin-bottom: 1.75rem;
  color: #00577d !important;
  font-size: 0.938rem;
  line-height: 1.33em;
}
@media (max-width: 1023.98px) {
  #blog .blog-wrap .post-desc {
    margin-bottom: 1rem;
  }
}

.section-full-size {
  padding: 5rem 4rem;
}
.section-full-size .cdz-block-title {
  margin-bottom: 2.5rem;
}
.section-full-size .cdz-block-title h2 {
  color: #00577d;
  font-size: 1.563rem;
  line-height: 1.36em;
  font-weight: 700;
}
.section-full-size .row > div {
  border-right: 1px solid rgba(0, 87, 125, 0.2);
}
.section-full-size .row > div:last-of-type {
  border: none;
}

.card-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 20.75rem;
  margin: 0 auto;
}
.card-content-top {
  margin-bottom: 1.5rem;
}
.card-content-bottom h4 {
  color: #00577d;
  font-size: 0.938rem;
  line-height: 1.6em;
  font-weight: 700;
  text-align: center;
}
.card-content-bottom p {
  text-align: center;
}

@media (max-width: 1023.98px) {
  #community .cdz-block-title {
    padding-inline: 1.25rem;
    margin-bottom: 2.5rem !important;
  }
}
@media (max-width: 1023.98px) {
  #community .cdz-block-title .h2 {
    font-size: 1.563rem !important;
    line-height: 1.36em !important;
    text-align: center;
  }
}
#community .card-content {
  padding-top: 24px;
  padding-bottom: 40px;
}
@media (max-width: 1023.98px) {
  #community .card-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-bottom: 2.5rem;
    padding-top: 2.5rem;
    border-top: 1px solid rgba(0, 87, 125, 0.2);
  }
  #community .card-content:last-of-type {
    border-bottom: 1px solid rgba(0, 87, 125, 0.2);
  }
}
#community .card-content-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 4.75rem;
  height: 4.75rem;
  border-radius: 50%;
  background: #f2f6f9;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
@media (max-width: 1023.98px) {
  #community .card-content-top {
    aspect-ratio: 1;
    margin-bottom: 0;
  }
}
@media (max-width: 1023.98px) {
  #community .card-content-bottom {
    padding-left: 1.5rem;
  }
  #community .card-content-bottom * {
    text-align: left;
  }
}
#community .card-content__image {
  font-size: 2.5rem;
  line-height: 1.5em;
  font-weight: 700;
}

form input,
form select {
  height: 2.813rem !important;
  padding-left: 0.75rem !important;
  font-size: 0.813rem !important;
  line-height: 1.38em !important;
  color: #00577d !important;
}
form input::-webkit-input-placeholder, form select::-webkit-input-placeholder {
  font-size: 0.813rem !important;
  line-height: 1.38em !important;
  color: #00577d !important;
}
form input::-moz-placeholder, form select::-moz-placeholder {
  font-size: 0.813rem !important;
  line-height: 1.38em !important;
  color: #00577d !important;
}
form input:-ms-input-placeholder, form select:-ms-input-placeholder {
  font-size: 0.813rem !important;
  line-height: 1.38em !important;
  color: #00577d !important;
}
form input::-ms-input-placeholder, form select::-ms-input-placeholder {
  font-size: 0.813rem !important;
  line-height: 1.38em !important;
  color: #00577d !important;
}
form input::placeholder,
form select::placeholder {
  font-size: 0.813rem !important;
  line-height: 1.38em !important;
  color: #00577d !important;
}
form .actions button {
  height: 2.813rem !important;
}

.image-upload-box {
  margin: 0;
}
.image-upload-box .upload-btn {
  width: 100%;
  line-height: 40px;
  font-size: 13px;
  text-transform: none;
}
.image-upload-box .upload-btn:hover, .image-upload-box .upload-btn:active, .image-upload-box .upload-btn:focus {
  color: #00577d;
}
.image-upload-box .images-preview {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(125px, 1fr));
  gap: 20px;
  margin-top: 20px;
}
.image-upload-box .images-preview .preview-item {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  background-color: white;
}
.image-upload-box .images-preview .preview-item .remove-image {
  position: absolute;
  top: 3px;
  right: 3px;
  padding: 2px 6px;
}
.image-upload-box .images-preview .preview-item:hover {
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}
.image-upload-box .images-preview .preview-item img {
  width: 100%;
  height: 125px;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.image-upload-box .images-preview .preview-item .preview-info {
  padding: 10px;
  background: #f8f9fa;
}
.image-upload-box .images-preview .preview-item .preview-name {
  font-size: 12px;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  margin-bottom: 5px;
}
.image-upload-box .images-preview .preview-item .preview-size {
  font-size: 11px;
  color: #999;
}

@media (max-width: 1023.98px) {
  .ampromo-box {
    padding-bottom: 2.5rem;
  }
}
.ampromo-box h3 {
  font-size: 1.25rem;
  line-height: 1.35em;
  font-weight: 700;
}
@media (max-width: 1023.98px) {
  .ampromo-box h3 {
    font-size: 0.938rem;
    line-height: 1.4em;
  }
}
.ampromo-box .ampromo-gallery {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}
.ampromo-box .ampromo-gallery .slick-track {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75rem;
  width: 100% !important;
  margin: 0 !important;
}
@media (max-width: 1023.98px) {
  .ampromo-box .ampromo-gallery .slick-track {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
.ampromo-box .ampromo-gallery .slick-track:before, .ampromo-box .ampromo-gallery .slick-track:after {
  display: none;
}
.ampromo-box .ampromo-gallery .slick-slide {
  width: 100% !important;
}
.ampromo-box .ampromo-gallery .slick-slide > div {
  height: 100%;
}
.ampromo-box .ampromo-gallery .slick-slide > div > div {
  height: 100%;
}
.ampromo-box .ampromo-gallery .slick-slide > div > div > form {
  height: 100%;
}
.ampromo-box .ampromo-item {
  border-radius: 0.25rem;
  overflow: hidden;
}
.ampromo-box .ampromo-item form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1.25rem;
  background: #f2f6f9 !important;
}
.ampromo-box .ampromo-item-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1.5rem 0;
}
.ampromo-box .ampromo-product-select {
  width: 100%;
  height: 100%;
}
.ampromo-box .ampromo-product-container {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.ampromo-box .ampromo-product-image {
  width: 5.625rem;
  height: 5.625rem;
  margin-right: 1rem;
}
.ampromo-box .ampromo-product-image img {
  display: block;
  border-radius: 0.313rem;
  width: 100%;
  height: 100%;
  background: rgba(0, 87, 125, 0.2);
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  overflow: hidden;
}
.ampromo-box .ampromo-product-details {
  height: 100%;
}
.ampromo-box .ampromo-title,
.ampromo-box .ampromo-title a,
.ampromo-box .ampromo-title p {
  font-size: 0.813rem;
  line-height: 1.38em;
}
.ampromo-box .ampromo-options {
  display: none;
}
.ampromo-box .ampromo-item-qty-input {
  display: none;
}

.block-rewards-form {
  padding-block: 0.75rem;
  border-top: 1px solid rgba(0, 87, 125, 0.2);
}
.block-rewards-form.active > .title .toggle-plus {
  display: none;
}
.block-rewards-form > .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
.block-rewards-form #block-rewards-points-form {
  padding-top: 1.5rem;
}
.block-rewards-form #reward-points-form .input-text {
  border: 1px solid #00577d;
  border-radius: 0.25rem;
}
.block-rewards-form #reward-points-form .discount-form > p {
  margin-bottom: 1.5rem;
}
.block-rewards-form #reward-points-form .custom-checkbox-container {
  margin-top: 1rem;
}

.products-grid .product-item-top .cdz-product-labels .label-item {
  padding: 0.5rem 0.625rem !important;
  color: #ffffff;
  background: #00577d;
  border: none;
  border-radius: 0.625rem 0 0.313rem 0 !important;
  text-transform: unset !important;
  top: 0 !important;
}
.products-grid .product-item-top .cdz-product-labels .label-item:first-child {
  border-radius: 0 0 0.313rem 0 !important;
}
.products-grid .product-item-top .cdz-product-labels .label-item:last-of-type {
  margin-bottom: 0;
}
.products-grid .product-item-top .cdz-product-labels .label-item .label-content {
  color: #ffffff;
  background: transparent;
  border: none;
  border-radius: 0 0.313rem 0.313rem 0 !important;
  text-transform: unset !important;
  top: 0 !important;
  font-size: 0.688rem;
  line-height: 0.91em;
  font-weight: 700;
}
.products-grid .product-item-top .cdz-product-labels .label-item .label-content:last-of-type {
  margin-bottom: 0;
}
.products-grid .product-item-top .cdz-product-labels .label-item.label-image {
  padding: 0 !important;
  width: 50px;
}
@media (min-width: 768px) {
  .products-grid .product-item-top .cdz-product-labels .label-item.label-image {
    width: 80px;
  }
}

.products-grid .product-item-top {
  border-radius: 0.625rem;
  overflow: hidden;
  position: relative;
}
.products-grid .product-item-photo {
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 87, 125, 0.05);
}
.products-grid .product-item:hover .button-hover-wrap {
  opacity: 1;
  pointer-events: all;
}
.products-grid .button-hover-wrap {
  display: block;
  width: 100%;
  padding: 0.625rem;
  position: absolute;
  bottom: 0;
  z-index: 1;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 1023.98px) {
  .products-grid .button-hover-wrap {
    display: block;
    opacity: 1;
  }
}
.products-grid .button-hover-wrap .button-panel {
  width: 100%;
  height: 100%;
  border-radius: 0.25rem;
  background: #ffffff;
}
.products-grid .button-hover-wrap .button-panel .product-item-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  margin: 0 !important;
}
.products-grid .button-hover-wrap .button-panel .product-item-actions .actions-primary {
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
  position: absolute;
  right: 50%;
}
.products-grid .button-hover-wrap .button-panel .product-item-actions .actions-primary button {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  margin: 0;
  border: none !important;
  background: transparent;
}
.products-grid .button-hover-wrap .button-panel .product-item-actions .actions-primary button:after, .products-grid .button-hover-wrap .button-panel .product-item-actions .actions-primary button:before {
  display: none;
}
.products-grid .button-hover-wrap .button-panel .product-item-actions .actions-primary button span {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: 0.813rem !important;
  line-height: 1.38em !important;
  text-transform: uppercase;
  font-weight: 700;
  text-indent: unset !important;
  color: #00577d;
}
.products-grid .button-hover-wrap .button-panel .product-item-actions .actions-secondary {
  display: block;
}
.products-grid .button-hover-wrap .button-panel .product-item-actions .actions-secondary > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 !important;
  border: 1px solid #00577d;
  border-radius: 50%;
  background: transparent;
}
.products-grid .button-hover-wrap .button-panel .product-item-actions .actions-secondary a {
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url("../../frontend/Codazon/unlimited_miamo/it_IT/images/svg/add-to-wishlist.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 40px 40px;
  background-color: transparent;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
@media (max-width: 1023.98px) {
  .products-grid .button-hover-wrap .button-panel > .actions-primary {
    display: none;
  }
}
.products-grid .button-hover-wrap .button-panel > .actions-primary,
.products-grid .button-hover-wrap .button-panel > .actions-primary * {
  width: 100%;
}
.products-grid .button-hover-wrap .button-panel > .actions-secondary {
  display: block;
}
.products-grid .button-hover-wrap .button-panel > .actions-secondary > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 !important;
  border: 1px solid #00577d;
  border-radius: 50%;
  -webkit-mask-image: none;
  mask-image: none;
  background-size: contain;
  background: url("../../frontend/Codazon/unlimited_miamo/it_IT/images/svg/add-to-wishlist.svg") no-repeat 50% 50%;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.products-grid .button-hover-wrap .button-panel > .actions-secondary > a:after {
  display: none;
}
.products-grid .button-hover-wrap .button-panel .towishlist {
  left: 0.5rem !important;
  top: 0.5rem !important;
  right: unset !important;
}

.product-item {
  margin-right: 0 !important;
}
.product-item .product-item-details .product-item-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 0 !important;
}
@media (max-width: 1023.98px) {
  .product-item .product-item-details .product-item-top {
    margin-bottom: 0.375rem !important;
  }
}
.product-item .product-item-details .product-item-top .product-item-name {
  display: block;
  max-width: 50%;
  color: #00577d;
  font-size: 0.938rem;
  line-height: 1.4em;
  text-transform: uppercase;
  text-align: left;
}
@media (max-width: 1023.98px) {
  .product-item .product-item-details .product-item-top .product-item-name {
    max-width: 100%;
    margin: 0 !important;
    font-size: 0.813rem;
    line-height: 1.38em;
  }
}
.product-item .product-item-details .product-item-top .product-item-name span {
  display: block;
}
.product-item .product-item-details .product-item-top .product-item-name .product-name-1 {
  font-weight: 700;
}
.product-item .product-item-details .product-item-top .product-item-name .product-name-2 {
  font-weight: 400;
}
.product-item .product-item-details .product-item-top .product-item-description {
  margin-bottom: 0.5rem !important;
  color: #00577d !important;
}
@media (max-width: 1023.98px) {
  .product-item .product-item-details .product-item-top .product-item-description {
    display: none;
  }
}
.product-item .product-item-details .product-item-top .product-item-price {
  display: block;
  max-width: 50%;
}
@media (max-width: 1023.98px) {
  .product-item .product-item-details .product-item-top .product-item-price.hidden-md {
    display: none;
  }
}
.product-item .product-item-details .product-item-top .product-item-price.visible-xs {
  margin-top: 0.25rem;
}
.product-item .product-item-details .product-item-top .product-item-price.visible-xs * {
  font-size: 0.813rem !important;
  line-height: 1.38em !important;
}
.product-item .product-item-details .product-item-top .product-reviews-summary {
  margin-bottom: 0.25rem;
}
.product-item .swatch-option.disabled::after {
  background: -webkit-gradient(linear, right bottom, left top, from(rgba(255, 255, 255, 0)), color-stop(42%, rgba(255, 255, 255, 0)), color-stop(43%, #fff), color-stop(46%, #fff), color-stop(47%, #00577d), color-stop(51%, #00577d), color-stop(51%, #fff), color-stop(53%, #fff), color-stop(55%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)));
  background: -o-linear-gradient(right bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #fff 43%, #fff 46%, #00577d 47%, #00577d 51%, #fff 51%, #fff 53%, rgba(255, 255, 255, 0) 55%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #fff 43%, #fff 46%, #00577d 47%, #00577d 51%, #fff 51%, #fff 53%, rgba(255, 255, 255, 0) 55%, rgba(255, 255, 255, 0) 100%);
}
.product-item .mm-price-hide-label .price-label {
  display: none !important;
}

body.catalog-category-view .button-hover-wrap,
body.catalogsearch-result-index .button-hover-wrap {
  width: 100%;
  height: auto;
  padding: 0.625rem !important;
}
body.catalog-category-view .button-hover-wrap .button-panel,
body.catalogsearch-result-index .button-hover-wrap .button-panel {
  background: transparent !important;
}
body.catalog-category-view .button-hover-wrap .actions-secondary,
body.catalogsearch-result-index .button-hover-wrap .actions-secondary {
  left: 0;
}
body.catalog-category-view .button-hover-wrap .towishlist,
body.catalogsearch-result-index .button-hover-wrap .towishlist {
  width: 2rem !important;
  height: 2rem !important;
  margin-right: 0 !important;
  line-height: 1 !important;
}
body.catalog-category-view .button-hover-wrap .towishlist.visible-xs,
body.catalogsearch-result-index .button-hover-wrap .towishlist.visible-xs {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
@media (max-width: 1023.98px) {
  body.catalog-category-view .button-hover-wrap .towishlist,
  body.catalogsearch-result-index .button-hover-wrap .towishlist {
    width: 2rem !important;
    height: 2rem !important;
  }
}
body.catalog-category-view .product-item,
body.catalogsearch-result-index .product-item {
  width: 100% !important;
  margin-bottom: 0 !important;
}
body.catalog-category-view .product-item-details, body.catalog-category-view .product-item-info, body.catalog-category-view .product-item-inner,
body.catalogsearch-result-index .product-item-details,
body.catalogsearch-result-index .product-item-info,
body.catalogsearch-result-index .product-item-inner {
  width: 100% !important;
}
body.catalog-category-view .product-item-info,
body.catalogsearch-result-index .product-item-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 1023.98px) {
  body.catalog-category-view .product-item-info,
  body.catalogsearch-result-index .product-item-info {
    gap: 1rem;
  }
}
body.catalog-category-view .product-item-details,
body.catalogsearch-result-index .product-item-details {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 100%;
}
body.catalog-category-view .product-item-top,
body.catalogsearch-result-index .product-item-top {
  margin-bottom: 0;
  border-radius: 0.625rem;
  overflow: hidden;
  position: relative;
}
body.catalog-category-view .product-item-inner,
body.catalogsearch-result-index .product-item-inner {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  height: 100%;
  margin-top: 1.25rem;
}
@media (max-width: 1023.98px) {
  body.catalog-category-view .product-item-inner,
  body.catalogsearch-result-index .product-item-inner {
    margin-top: 0;
    margin-bottom: 0;
    text-align: left !important;
  }
}
body.catalog-category-view .product-item-inner > .price-box,
body.catalogsearch-result-index .product-item-inner > .price-box {
  display: none;
  margin: 0;
}
@media (max-width: 1023.98px) {
  body.catalog-category-view .product-item-inner > .price-box,
  body.catalogsearch-result-index .product-item-inner > .price-box {
    display: block;
  }
  body.catalog-category-view .product-item-inner > .price-box *,
  body.catalogsearch-result-index .product-item-inner > .price-box * {
    font-size: 0.813rem !important;
    line-height: 1.38em !important;
  }
}
body.catalog-category-view .product-item-inner > .price-box .old-price,
body.catalogsearch-result-index .product-item-inner > .price-box .old-price {
  margin-right: 0 !important;
  margin-left: 0.25rem;
}
body.catalog-category-view .product-item-inner > .price-box .old-price,
body.catalog-category-view .product-item-inner > .price-box .old-price *,
body.catalogsearch-result-index .product-item-inner > .price-box .old-price,
body.catalogsearch-result-index .product-item-inner > .price-box .old-price * {
  color: #80abbe !important;
}
body.catalog-category-view .product-item-photo,
body.catalogsearch-result-index .product-item-photo {
  border-radius: 0.313rem;
}
body.catalog-category-view .product-item-name,
body.catalogsearch-result-index .product-item-name {
  display: block;
  max-width: 50%;
  color: #00577d;
  font-size: 0.938rem;
  line-height: 1.4em;
  text-transform: uppercase;
  text-align: left;
}
@media (max-width: 1023.98px) {
  body.catalog-category-view .product-item-name,
  body.catalogsearch-result-index .product-item-name {
    max-width: 100%;
    font-size: 0.813rem;
    line-height: 1.38em;
  }
}
body.catalog-category-view .product-item-name span,
body.catalogsearch-result-index .product-item-name span {
  display: block;
}
body.catalog-category-view .product-item-name-1,
body.catalogsearch-result-index .product-item-name-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-weight: 700;
}
body.catalog-category-view .product-item-name-1 *,
body.catalogsearch-result-index .product-item-name-1 * {
  font-size: 0.938rem !important;
  line-height: 1.4em !important;
}
@media (max-width: 1023.98px) {
  body.catalog-category-view .product-item-name-1 *,
  body.catalogsearch-result-index .product-item-name-1 * {
    font-size: 0.813rem !important;
    line-height: 1.38em !important;
  }
}
body.catalog-category-view .product-item-name-2,
body.catalogsearch-result-index .product-item-name-2 {
  display: block;
  font-weight: 400;
  margin-bottom: 0.25rem;
  font-size: 0.938rem !important;
  line-height: 1.4em !important;
}
@media (max-width: 1023.98px) {
  body.catalog-category-view .product-item-name-2,
  body.catalogsearch-result-index .product-item-name-2 {
    font-size: 0.813rem !important;
    line-height: 1.38em !important;
  }
}
body.catalog-category-view .product-item-price,
body.catalogsearch-result-index .product-item-price {
  display: block;
}
body.catalog-category-view .product-item-price-top,
body.catalogsearch-result-index .product-item-price-top {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: block;
  min-width: 50%;
  text-align: right;
}
@media (max-width: 1023.98px) {
  body.catalog-category-view .product-item-price-top,
  body.catalogsearch-result-index .product-item-price-top {
    display: none;
  }
}
body.catalog-category-view .product-item-price-top .price-box,
body.catalogsearch-result-index .product-item-price-top .price-box {
  margin: 0;
}
body.catalog-category-view .product-item-price-top .price-box .old-price,
body.catalogsearch-result-index .product-item-price-top .price-box .old-price {
  margin-right: 0;
  margin-left: 0.5rem;
}
body.catalog-category-view .product-item-price-top .price-box .old-price,
body.catalog-category-view .product-item-price-top .price-box .old-price .price,
body.catalogsearch-result-index .product-item-price-top .price-box .old-price,
body.catalogsearch-result-index .product-item-price-top .price-box .old-price .price {
  color: #80abbe;
}
body.catalog-category-view .product-item-description,
body.catalogsearch-result-index .product-item-description {
  margin-bottom: 1.25rem;
  color: #00577d;
}
body.catalog-category-view .product-item-actions,
body.catalogsearch-result-index .product-item-actions {
  justify-self: flex-end;
  width: 100%;
}
@media (max-width: 1023.98px) {
  body.catalog-category-view .product-item-actions,
  body.catalogsearch-result-index .product-item-actions {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
    margin: 0 auto !important;
  }
  body.catalog-category-view .product-item-actions .actions-primary,
  body.catalog-category-view .product-item-actions .actions-primary form,
  body.catalogsearch-result-index .product-item-actions .actions-primary,
  body.catalogsearch-result-index .product-item-actions .actions-primary form {
    width: 100%;
  }
  body.catalog-category-view .product-item-actions .actions-primary button.tocart,
  body.catalogsearch-result-index .product-item-actions .actions-primary button.tocart {
    width: 100%;
    height: -webkit-max-content !important;
    height: -moz-max-content !important;
    height: max-content !important;
    padding: 0.875rem;
    border: 1px solid #00577d;
    border-radius: 0.25rem;
    background: transparent;
  }
  body.catalog-category-view .product-item-actions .actions-primary button.tocart,
  body.catalog-category-view .product-item-actions .actions-primary button.tocart *,
  body.catalogsearch-result-index .product-item-actions .actions-primary button.tocart,
  body.catalogsearch-result-index .product-item-actions .actions-primary button.tocart * {
    display: block;
    font-size: 0.813rem;
    line-height: 1.38em;
    font-weight: 700;
    color: #00577d;
    text-indent: unset !important;
    text-align: center;
  }
  body.catalog-category-view .product-item-actions .actions-primary button.tocart:before,
  body.catalog-category-view .product-item-actions .actions-primary button.tocart *:before,
  body.catalogsearch-result-index .product-item-actions .actions-primary button.tocart:before,
  body.catalogsearch-result-index .product-item-actions .actions-primary button.tocart *:before {
    display: none;
  }
  body.catalog-category-view .product-item-actions .actions-secondary,
  body.catalogsearch-result-index .product-item-actions .actions-secondary {
    display: none;
  }
}
body.catalog-category-view .product-item .product-item-header,
body.catalogsearch-result-index .product-item .product-item-header {
  display: none;
}
body.catalog-category-view .product-item .product-reviews-summary,
body.catalogsearch-result-index .product-item .product-reviews-summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 1023.98px) {
  body.catalog-category-view .product-item .product-reviews-summary,
  body.catalogsearch-result-index .product-item .product-reviews-summary {
    padding-block: 0.25rem 0.125rem;
  }
}
body.catalog-category-view .product-item .product-reviews-summary,
body.catalog-category-view .product-item .product-reviews-summary *,
body.catalogsearch-result-index .product-item .product-reviews-summary,
body.catalogsearch-result-index .product-item .product-reviews-summary * {
  font-size: 0.813rem;
  line-height: 1.38em;
}
body.catalog-category-view .product-item .product-reviews-summary .rating-result:before,
body.catalogsearch-result-index .product-item .product-reviews-summary .rating-result:before {
  font-size: 0.813rem !important;
  line-height: 1.38em !important;
}
body.catalog-category-view .product-item .product-reviews-summary .rating-result > span:before,
body.catalogsearch-result-index .product-item .product-reviews-summary .rating-result > span:before {
  font-size: 0.813rem !important;
  line-height: 1.38em !important;
}
body.catalog-category-view .product-item .product-reviews-summary .reviews-actions,
body.catalogsearch-result-index .product-item .product-reviews-summary .reviews-actions {
  display: block;
  margin-top: 0;
}
@media (max-width: 1023.98px) {
  body.catalog-category-view .product-item .product-reviews-summary .reviews-actions,
  body.catalogsearch-result-index .product-item .product-reviews-summary .reviews-actions {
    margin-left: 0.375rem;
  }
}
body.catalog-category-view .product-item .product-reviews-summary .reviews-actions a,
body.catalogsearch-result-index .product-item .product-reviews-summary .reviews-actions a {
  text-decoration: underline;
}
@media (max-width: 1023.98px) {
  body.catalog-category-view .product-item .product-reviews-summary .reviews-actions a,
  body.catalogsearch-result-index .product-item .product-reviews-summary .reviews-actions a {
    text-decoration: none;
    font-size: 0.688rem;
    line-height: 1.64em;
    font-weight: 700;
  }
}
@media (max-width: 1023.98px) {
  body.catalog-category-view .product-item .product-reviews-summary .reviews-actions a span,
  body.catalogsearch-result-index .product-item .product-reviews-summary .reviews-actions a span {
    display: none;
  }
}
body.catalog-category-view .product-item .product-reviews-summary .quantity,
body.catalogsearch-result-index .product-item .product-reviews-summary .quantity {
  display: inline-block;
  clip: unset;
  height: auto;
  width: auto;
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  overflow: unset;
  padding: 0;
  position: relative;
  x-debug: "paragraph-" s;
  font-family: "semplicitaproregular", sans-serif;
  font-weight: 500;
  font-size: 0.813rem;
  line-height: 1.38em;
  font-style: normal;
  color: #00577d;
}
@media (max-width: 1023.98px) {
  body.catalog-category-view .product-item .product-reviews-summary .quantity,
  body.catalogsearch-result-index .product-item .product-reviews-summary .quantity {
    display: none;
  }
}

header.page-header.overlayed {
  z-index: 1 !important;
}

#layered-filter-block {
  position: sticky;
  top: var(--header-height);
  z-index: 100;
  background-color: #ffffff;
  margin-inline: -4.063rem;
}
@media (max-width: 1023.98px) {
  #layered-filter-block {
    top: calc(var(--header-height) - 1px);
    margin-inline: -1.25rem;
  }
}
#layered-filter-block > .filters-toggle {
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 1rem;
  border-block: 1px solid rgba(0, 87, 125, 0.2);
}
#layered-filter-block > .filters-toggle span {
  font-weight: 700;
  text-transform: lowercase;
}
#layered-filter-block > .filters-toggle span:first-letter {
  text-transform: uppercase;
}
#layered-filter-block > .filters-toggle .icon {
  display: block;
  margin-left: 0.5rem;
  width: 0.75rem;
  height: 0.75rem;
  background: url("../../frontend/Codazon/unlimited_miamo/it_IT/images/svg/sprite/arrow-left.svg") center no-repeat;
  background-size: contain;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
@media (max-width: 1023.98px) {
  #layered-filter-block > .filters-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
#layered-filter-block > .filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}
@media (max-width: 1023.98px) {
  #layered-filter-block > .filters {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
#layered-filter-block > .filters .filters-content {
  padding: 0 4.063rem !important;
  border-bottom: 1px solid rgba(0, 87, 125, 0.2);
  overflow: visible !important;
}
@media (max-width: 1023.98px) {
  #layered-filter-block > .filters .filters-content {
    border-bottom: none;
  }
}
#layered-filter-block > .filters .filters-content .filter-options {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  overflow: visible !important;
}
#layered-filter-block > .filters .filters-content .filter-options-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding-block: 1rem;
}
#layered-filter-block > .filters .filters-content .filter-options-header > .filter-products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1023.98px) {
  #layered-filter-block > .filters .filters-content .filter-options-header > .filter-products {
    width: 100%;
  }
}
@media (max-width: 1023.98px) {
  #layered-filter-block > .filters .filters-content .filter-options-header > .filter-orders {
    width: 100%;
    border-bottom: 1px solid rgba(0, 87, 125, 0.2);
  }
}
#layered-filter-block > .filters .filters-content .filter-options-header > .filter-orders .toolbar-amount {
  display: none;
}
#layered-filter-block > .filters .filters-content .filter-options-header > .filter-orders .toolbar-products {
  background: transparent;
  margin: 0;
  padding: 0;
}
#layered-filter-block > .filters .filters-content .filter-options-header > .filter-orders .sorter-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  margin: 0;
  padding: 0;
  font-size: 0.938rem;
  line-height: 1.4em;
  font-family: "semplicitaprobold", sans-serif;
  font-weight: 700;
  position: relative;
}
@media (max-width: 1023.98px) {
  #layered-filter-block > .filters .filters-content .filter-options-header > .filter-orders .sorter-label {
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-block: 1rem;
  }
}
#layered-filter-block > .filters .filters-content .filter-options-header > .filter-orders .sorter-label span {
  position: relative;
  z-index: 1;
}
#layered-filter-block > .filters .filters-content .filter-options-header > .filter-orders .sorter-label:after {
  content: "";
  display: block;
  margin-left: 0.5rem;
  width: 0.75rem;
  height: 0.75rem;
  background: url("../../frontend/Codazon/unlimited_miamo/it_IT/images/svg/sprite/arrow-left.svg") center no-repeat;
  background-size: contain;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
#layered-filter-block > .filters .filters-content .filter-options-header > .filter-orders .sorter-options {
  -webkit-appearance: none;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 !important;
  margin: 0 !important;
  position: absolute;
  inset: 0;
  z-index: 2;
  cursor: pointer;
  opacity: 0;
}
#layered-filter-block > .filters .filters-content .filter-options-header > .filter-orders .sorter-options option {
  opacity: 1;
}
#layered-filter-block > .filters .filters-content .filter-options-body {
  width: 100%;
}
@media (max-width: 1023.98px) {
  #layered-filter-block > .filters .filters-content .filter-options-body {
    display: none;
  }
}
#layered-filter-block > .filters .filters-content .filter-options-content {
  margin: 0 !important;
  position: relative;
  z-index: 1;
}
#layered-filter-block > .filters .filters-content .filter-options-content-outer {
  padding: 0 !important;
  border-top: none !important;
}
#layered-filter-block > .filters .filters-content .filter-options-item {
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  padding: 0 !important;
  margin-right: 2.5rem;
  cursor: pointer;
}
@media (max-width: 1023.98px) {
  #layered-filter-block > .filters .filters-content .filter-options-item {
    width: 100%;
    margin-right: 0;
    border-bottom: 1px solid rgba(0, 87, 125, 0.2);
  }
}
#layered-filter-block > .filters .filters-content .filter-options-item.active .filter-dropdown-top .filter-dropdown-title:after, #layered-filter-block > .filters .filters-content .filter-options-item[data-selected=true] .filter-dropdown-top .filter-dropdown-title:after {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
#layered-filter-block > .filters .filters-content .filter-options-item .filter-options-mobile {
  display: none;
}
#layered-filter-block > .filters .filters-content .filter-options .filter-dropdown {
  display: none;
  width: 100%;
  padding-block: 2.5rem 1.25rem;
  border: none;
  background: #ffffff;
  position: relative;
  z-index: 100;
}
@media (max-width: 1023.98px) {
  #layered-filter-block > .filters .filters-content .filter-options .filter-dropdown {
    padding-block: 0 1.25rem;
  }
}
#layered-filter-block > .filters .filters-content .filter-options .filter-dropdown[data-selected=true] {
  display: block;
}
#layered-filter-block > .filters .filters-content .filter-options .filter-dropdown-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 1023.98px) {
  #layered-filter-block > .filters .filters-content .filter-options .filter-dropdown-top {
    width: 100%;
    padding-block: 1rem;
  }
}
#layered-filter-block > .filters .filters-content .filter-options .filter-dropdown-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  margin: 0 !important;
  font-size: 0.938rem;
  line-height: 1.4em;
  font-family: "semplicitaprobold", sans-serif;
  font-weight: 700;
  overflow: hidden;
}
@media (max-width: 1023.98px) {
  #layered-filter-block > .filters .filters-content .filter-options .filter-dropdown-title {
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
#layered-filter-block > .filters .filters-content .filter-options .filter-dropdown-title span {
  text-transform: lowercase;
}
#layered-filter-block > .filters .filters-content .filter-options .filter-dropdown-title span:first-letter {
  text-transform: uppercase;
}
#layered-filter-block > .filters .filters-content .filter-options .filter-dropdown-title:after {
  content: "";
  display: block;
  margin-left: 0.5rem;
  width: 0.75rem;
  height: 0.75rem;
  background: url("../../frontend/Codazon/unlimited_miamo/it_IT/images/svg/sprite/arrow-left.svg") center no-repeat;
  background-size: contain;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
#layered-filter-block > .filters .filters-content .filter-options .filter-dropdown-content {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(6, -webkit-max-content);
  grid-template-rows: repeat(6, max-content);
  grid-auto-flow: column;
}
@media (max-width: 1023.98px) {
  #layered-filter-block > .filters .filters-content .filter-options .filter-dropdown-content {
    grid-template-columns: 1fr;
    grid-template-rows: -webkit-max-content;
    grid-template-rows: max-content;
    grid-auto-flow: row;
  }
}
#layered-filter-block > .filters .filters-content .filter-options .filter-dropdown-content,
#layered-filter-block > .filters .filters-content .filter-options .filter-dropdown-content a,
#layered-filter-block > .filters .filters-content .filter-options .filter-dropdown-content span {
  color: #00577d;
  font-size: 0.938rem;
  line-height: 1.4em;
  text-transform: unset;
}
#layered-filter-block > .filters .filters-content .filter-options .filter-dropdown-content > a {
  display: block;
  margin-bottom: 1.25rem;
}
#layered-filter-block > .filters .filters-content .filter-options .filter-options-header .filter-orders .sorter-label[data-selected=true]::after {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
#layered-filter-block > .filters .filters-content .filter-options .filter-options-header .filter-orders #sorter {
  visibility: hidden;
}
@media (min-width: 1024px) {
  #layered-filter-block > .filters .filters-content .filter-options .filter-options-header .filter-orders .filter-options-mobile {
    display: none;
  }
}
#layered-filter-block > .filters .filters-content .filter-options .filter-options-header .filter-orders .filter-options-mobile .filter-dropdown a {
  text-align: left;
}
#layered-filter-block > .filters .filters-content .filter-options .filter-options-body .filter-dropdown[data-code=sorter] .filter-dropdown-content {
  grid-template-columns: 1fr;
}
#layered-filter-block > .filters .filters-content .filter-options .filter-options-body .filter-dropdown[data-code=sorter] .filter-dropdown-content a > span {
  display: block;
  text-align: right;
}
#layered-filter-block > .filters .filter-current {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1.25rem 4.063rem !important;
  border-bottom: 1px solid rgba(0, 87, 125, 0.2);
}
@media (max-width: 1023.98px) {
  #layered-filter-block > .filters .filter-current {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 1.25rem 0 !important;
  }
}
#layered-filter-block > .filters .filter-current .block-label {
  display: block;
  margin-right: 1rem;
  margin-bottom: 0;
}
@media (max-width: 1023.98px) {
  #layered-filter-block > .filters .filter-current .block-label {
    margin-right: 0;
    margin-bottom: 1rem;
  }
}
#layered-filter-block > .filters .filter-current .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
}
@media (max-width: 1023.98px) {
  #layered-filter-block > .filters .filter-current .items {
    margin-bottom: 1rem;
  }
}
#layered-filter-block > .filters .filter-current .item {
  margin-bottom: 0 !important;
}
#layered-filter-block > .filters .filter-current .filter-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.25rem 1rem;
  border: 1px solid #00577d;
  border-radius: 0.938rem;
}
@media (max-width: 1023.98px) {
  #layered-filter-block > .filters .filter-current .filter-label {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    padding: 0.438rem 1rem 0.375rem 0.438rem;
  }
}
#layered-filter-block > .filters .filter-current .filter-label:after {
  content: unset;
}
#layered-filter-block > .filters .filter-current .filter-value {
  display: block;
  margin-right: 0.5rem;
  font-size: 0.813rem;
  line-height: 1em;
  color: #00577d;
  text-transform: unset;
}
@media (max-width: 1023.98px) {
  #layered-filter-block > .filters .filter-current .filter-value {
    margin-right: 0;
    margin-left: 0.5rem;
  }
}
#layered-filter-block > .filters .filter-current .filter-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 1rem;
}
@media (max-width: 1023.98px) {
  #layered-filter-block > .filters .filter-current .filter-actions {
    margin-left: 0;
  }
}
#layered-filter-block > .filters .filter-current .filter-actions a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.25rem 1rem;
  border: 1px solid #00577d;
  border-radius: 0.938rem;
  font-size: 0.813rem;
  line-height: 1em;
  color: #00577d;
  font-weight: 700;
}
@media (max-width: 1023.98px) {
  #layered-filter-block > .filters .filter-current .filter-actions a {
    padding: 0.438rem 1rem;
  }
}
#layered-filter-block .remove {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 0.75rem;
  height: 0.75rem;
  position: relative;
}
@media (max-width: 1023.98px) {
  #layered-filter-block .remove {
    width: 1.125rem;
    height: 1.125rem;
    border: 1px solid #00577d;
    border-radius: 50%;
  }
}
#layered-filter-block .remove .close-icon {
  display: block;
  width: 100%;
  height: 100%;
  background: url("../../frontend/Codazon/unlimited_miamo/it_IT/images/svg/sprite/close.svg") center no-repeat;
  background-size: contain;
}
@media (max-width: 1023.98px) {
  #layered-filter-block .remove .close-icon {
    width: 0.625rem;
    height: 0.625rem;
  }
}
#layered-filter-block.mobile-active {
  width: 100%;
  height: 100%;
  margin-inline: 0;
  padding: 1.25rem;
  background: #ffffff;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10000;
}
#layered-filter-block.mobile-active > .filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#layered-filter-block.mobile-active > .filters-toggle {
  padding-inline: 0;
  border: none;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 1.25rem;
  line-height: 1.35em;
}
#layered-filter-block.mobile-active > .filters-toggle .icon {
  background: url("../../frontend/Codazon/unlimited_miamo/it_IT/images/svg/sprite/close.svg") center no-repeat;
}
#layered-filter-block.mobile-active > .filters .filters-content {
  padding: 0 !important;
}
#layered-filter-block.mobile-active > .filters .filters-content .filter-options-header {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
#layered-filter-block.mobile-active > .filters .filters-content .filter-options-header > .filter-products {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
#layered-filter-block.mobile-active > .filters .filters-content .filter-options-item.active .filter-options-mobile, #layered-filter-block.mobile-active > .filters .filters-content .filter-options-item[data-selected=true] .filter-options-mobile {
  display: block;
}
#layered-filter-block.mobile-active > .filters .filters-content .filter-options-item.active .filter-options-mobile .filter-dropdown, #layered-filter-block.mobile-active > .filters .filters-content .filter-options-item[data-selected=true] .filter-options-mobile .filter-dropdown {
  display: block;
}

.rewards-shipping-container .rewards-container .closers .to-next {
  margin-bottom: 0.5rem;
  font-size: 0.813rem;
  line-height: 1.38em;
}
.rewards-shipping-container .rewards-container .closer {
  height: 0.5rem;
  padding: 0.063rem;
  margin-bottom: 1.25rem;
  border: 1px solid #00577d;
  border-radius: 0.25rem;
}
.rewards-shipping-container .rewards-container .closer .progress {
  height: 100%;
  border-radius: 0.25rem;
  background: #00577d;
}

.rewards-shipping-container .shipping-container .closers .to-next {
  margin-bottom: 0.5rem;
  font-size: 0.813rem;
  line-height: 1.38em;
}
.rewards-shipping-container .shipping-container .closer {
  height: 0.5rem;
  padding: 0.063rem;
  margin-bottom: 1.25rem;
  border: 1px solid #00577d;
  border-radius: 0.25rem;
}
.rewards-shipping-container .shipping-container .closer .progress {
  height: 100%;
  border-radius: 0.25rem;
  background: #00577d;
}

.checkout-index-index input[type=checkbox]:not(:only-child),
.checkout-onepage-success input[type=checkbox]:not(:only-child) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 0 !important;
  border: none !important;
}
.checkout-index-index input[type=checkbox]:not(:only-child)::before, .checkout-index-index input[type=checkbox]:not(:only-child)::after,
.checkout-onepage-success input[type=checkbox]:not(:only-child)::before,
.checkout-onepage-success input[type=checkbox]:not(:only-child)::after {
  display: none;
}
.checkout-index-index input[type=checkbox]:not(:only-child) + label,
.checkout-onepage-success input[type=checkbox]:not(:only-child) + label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  padding-left: 32px;
}
.checkout-index-index input[type=checkbox]:not(:only-child) + label::before, .checkout-index-index input[type=checkbox]:not(:only-child) + label::after,
.checkout-onepage-success input[type=checkbox]:not(:only-child) + label::before,
.checkout-onepage-success input[type=checkbox]:not(:only-child) + label::after {
  content: "";
  position: absolute;
}
.checkout-index-index input[type=checkbox]:not(:only-child) + label::before,
.checkout-onepage-success input[type=checkbox]:not(:only-child) + label::before {
  top: 0;
  left: 0;
  display: block;
  background: white;
  width: 20px;
  height: 20px;
  border: 1px solid #00577d;
  border-radius: 4px;
}
.checkout-index-index input[type=checkbox]:not(:only-child) + label::after,
.checkout-onepage-success input[type=checkbox]:not(:only-child) + label::after {
  top: 2px;
  left: 2px;
  width: 16px;
  height: 16px;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  background: #00577d url("/media/codazon/themelayout/images/check-on.svg") no-repeat center center;
  background-size: 14px;
  border-radius: 3px;
  margin: 0;
}
.checkout-index-index input[type=checkbox]:not(:only-child):checked + label::after,
.checkout-onepage-success input[type=checkbox]:not(:only-child):checked + label::after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.checkout-index-index input[type=checkbox]:not(:only-child):focus + label:before,
.checkout-onepage-success input[type=checkbox]:not(:only-child):focus + label:before {
  -webkit-box-shadow: 0 0 3px 1px #68a8e0;
  box-shadow: 0 0 3px 1px #68a8e0;
}
.checkout-index-index input[type=checkbox]:not(:only-child).mage-error + label::before,
.checkout-onepage-success input[type=checkbox]:not(:only-child).mage-error + label::before {
  border-color: #960000;
}
.checkout-index-index input[type=checkbox]:not(:only-child).mage-error ~ .mage-error,
.checkout-onepage-success input[type=checkbox]:not(:only-child).mage-error ~ .mage-error {
  text-indent: 32px;
}
.checkout-index-index input[type=radio]:not(:only-child),
.checkout-onepage-success input[type=radio]:not(:only-child) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 0 !important;
  border: none !important;
}
.checkout-index-index input[type=radio]:not(:only-child) + label,
.checkout-onepage-success input[type=radio]:not(:only-child) + label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  padding-left: 28px;
}
.checkout-index-index input[type=radio]:not(:only-child) + label::before, .checkout-index-index input[type=radio]:not(:only-child) + label::after,
.checkout-onepage-success input[type=radio]:not(:only-child) + label::before,
.checkout-onepage-success input[type=radio]:not(:only-child) + label::after {
  content: "";
  position: absolute;
}
.checkout-index-index input[type=radio]:not(:only-child) + label::before,
.checkout-onepage-success input[type=radio]:not(:only-child) + label::before {
  top: 0;
  left: 0;
  display: block;
  background: transparent;
  width: 16px;
  height: 16px;
  border: 1px solid #00577d;
}
.checkout-index-index input[type=radio]:not(:only-child) + label::after,
.checkout-onepage-success input[type=radio]:not(:only-child) + label::after {
  top: 3px;
  left: 3px;
  width: 10px;
  height: 10px;
  background-color: #00577d;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.checkout-index-index input[type=radio]:not(:only-child):checked + label::after,
.checkout-onepage-success input[type=radio]:not(:only-child):checked + label::after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.checkout-index-index input[type=radio]:not(:only-child):focus + label:before,
.checkout-onepage-success input[type=radio]:not(:only-child):focus + label:before {
  -webkit-box-shadow: 0 0 3px 1px #68a8e0;
  box-shadow: 0 0 3px 1px #68a8e0;
}
.checkout-index-index input[type=radio]:not(:only-child).mage-error + label::before,
.checkout-onepage-success input[type=radio]:not(:only-child).mage-error + label::before {
  border-color: #960000;
}
.checkout-index-index input[type=radio]:not(:only-child).mage-error ~ .mage-error,
.checkout-onepage-success input[type=radio]:not(:only-child).mage-error ~ .mage-error {
  text-indent: 28px;
}
.checkout-index-index input[type=radio]:not(:only-child) + label::before, .checkout-index-index input[type=radio]:not(:only-child) + label::after,
.checkout-onepage-success input[type=radio]:not(:only-child) + label::before,
.checkout-onepage-success input[type=radio]:not(:only-child) + label::after {
  border-radius: 50%;
}
.checkout-index-index .form,
.checkout-onepage-success .form {
  margin: 0;
  max-width: 100%;
}
.checkout-index-index .form .fieldset,
.checkout-onepage-success .form .fieldset {
  margin: 0;
}
.checkout-index-index .form .field:not(.choice),
.checkout-onepage-success .form .field:not(.choice) {
  position: relative;
}
.checkout-index-index .form .field:not(.choice):not(:last-of-type),
.checkout-onepage-success .form .field:not(.choice):not(:last-of-type) {
  margin: 0 0 16px;
}
.checkout-index-index .form .field:not(.choice).required .label::after, .checkout-index-index .form .field:not(.choice)._required .label::after,
.checkout-onepage-success .form .field:not(.choice).required .label::after,
.checkout-onepage-success .form .field:not(.choice)._required .label::after {
  content: "*";
  x-debug: "paragraph-" s;
  font-family: "semplicitaproregular", sans-serif;
  font-weight: 500;
  font-size: 0.813rem;
  line-height: 1.38em;
  font-style: normal;
  color: #00577d;
  color: #00577d;
  margin: 0;
}
.checkout-index-index .form .field:not(.choice) > .label,
.checkout-onepage-success .form .field:not(.choice) > .label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 2px;
  padding: 0 0 8px;
  margin: 0 !important;
  x-debug: "paragraph-" s;
  font-family: "semplicitaproregular", sans-serif;
  font-weight: 500;
  font-size: 0.813rem;
  line-height: 1.38em;
  font-style: normal;
  color: #00577d;
  text-transform: none;
}
.checkout-index-index .form .field:not(.choice) > .control._with-tooltip .field-tooltip,
.checkout-onepage-success .form .field:not(.choice) > .control._with-tooltip .field-tooltip {
  top: 7px;
}
.checkout-index-index .form .field:not(.choice) > .control._with-tooltip .field-tooltip .field-tooltip-action::before,
.checkout-onepage-success .form .field:not(.choice) > .control._with-tooltip .field-tooltip .field-tooltip-action::before {
  color: rgba(0, 87, 125, 0.2);
}
.checkout-index-index .form .field:not(.choice) > .control._with-tooltip .field-tooltip._active .field-tooltip-action::before,
.checkout-index-index .form .field:not(.choice) > .control._with-tooltip .field-tooltip .field-tooltip-action:hover::before,
.checkout-onepage-success .form .field:not(.choice) > .control._with-tooltip .field-tooltip._active .field-tooltip-action::before,
.checkout-onepage-success .form .field:not(.choice) > .control._with-tooltip .field-tooltip .field-tooltip-action:hover::before {
  color: #00577d;
}
.checkout-index-index .form .field:not(.choice) > .control._with-tooltip .field-tooltip .field-tooltip-content,
.checkout-onepage-success .form .field:not(.choice) > .control._with-tooltip .field-tooltip .field-tooltip-content {
  x-debug: "paragraph-" s;
  font-family: "semplicitaproregular", sans-serif;
  font-weight: 500;
  font-size: 0.813rem;
  line-height: 1.38em;
  font-style: normal;
  color: #ffffff;
  border-color: #00577d;
  background-color: #00577d;
  border-radius: 4px;
}
@media (max-width: 767.98px) {
  .checkout-index-index .form .field:not(.choice) > .control._with-tooltip .field-tooltip .field-tooltip-content::after,
  .checkout-onepage-success .form .field:not(.choice) > .control._with-tooltip .field-tooltip .field-tooltip-content::after {
    border-bottom-color: #00577d;
  }
}
@media (min-width: 768px) {
  .checkout-index-index .form .field:not(.choice) > .control._with-tooltip .field-tooltip .field-tooltip-content::after,
  .checkout-onepage-success .form .field:not(.choice) > .control._with-tooltip .field-tooltip .field-tooltip-content::after {
    border-right-color: #00577d;
  }
}
.checkout-index-index .form .field:not(.choice) > .control._with-tooltip #tooltip,
.checkout-onepage-success .form .field:not(.choice) > .control._with-tooltip #tooltip {
  border-radius: 4px;
}
.checkout-index-index .form .field:not(.choice) > .control .input-text,
.checkout-index-index .form .field:not(.choice) > .control select.select,
.checkout-onepage-success .form .field:not(.choice) > .control .input-text,
.checkout-onepage-success .form .field:not(.choice) > .control select.select {
  x-debug: "paragraph-" s;
  font-family: "semplicitaproregular", sans-serif;
  font-weight: 500;
  font-size: 0.813rem;
  line-height: 1.38em;
  font-style: normal;
  color: #00577d;
  padding: 14px 12px;
  border: 1px solid #00577d;
  border-radius: 4px;
  width: 100%;
  min-height: 46px;
}
.checkout-index-index .form .field:not(.choice) > .control .input-text:has(~ .field-error), .checkout-index-index .form .field:not(.choice) > .control .input-text.mage-error,
.checkout-index-index .form .field:not(.choice) > .control select.select:has(~ .field-error),
.checkout-index-index .form .field:not(.choice) > .control select.select.mage-error,
.checkout-onepage-success .form .field:not(.choice) > .control .input-text:has(~ .field-error),
.checkout-onepage-success .form .field:not(.choice) > .control .input-text.mage-error,
.checkout-onepage-success .form .field:not(.choice) > .control select.select:has(~ .field-error),
.checkout-onepage-success .form .field:not(.choice) > .control select.select.mage-error {
  border-color: #960000;
}
.checkout-index-index .form .field:not(.choice) > .control select.select,
.checkout-onepage-success .form .field:not(.choice) > .control select.select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("../../frontend/Codazon/unlimited_miamo/it_IT/images/svg/sprite/chevron-down.svg");
  background-size: 12px 12px;
  background-position: right 12px center;
  background-repeat: no-repeat;
}
.checkout-index-index .form .field:not(.choice) > .control .field-error,
.checkout-index-index .form .field:not(.choice) > .control div.mage-error,
.checkout-onepage-success .form .field:not(.choice) > .control .field-error,
.checkout-onepage-success .form .field:not(.choice) > .control div.mage-error {
  x-debug: "paragraph-xs";
  font-family: "semplicitaproregular", sans-serif;
  font-weight: 500;
  font-size: 0.563rem;
  line-height: 1.56em;
  font-style: normal;
  color: #960000;
  padding: 0 13px;
}
.checkout-index-index .form .field:not(.choice) > .control .note,
.checkout-onepage-success .form .field:not(.choice) > .control .note {
  x-debug: "paragraph-" s;
  font-family: "semplicitaproregular", sans-serif;
  font-weight: 500;
  font-size: 0.813rem;
  line-height: 1.38em;
  font-style: normal;
  color: #00577d;
}
.checkout-index-index .form .field:not(.choice)[data-active] > .label,
.checkout-onepage-success .form .field:not(.choice)[data-active] > .label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  padding: 14px 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}
.checkout-index-index .form .field:not(.choice)[data-active] > .control .input-text::-webkit-input-placeholder, .checkout-index-index .form .field:not(.choice)[data-active] > .control select.select::-webkit-input-placeholder, .checkout-onepage-success .form .field:not(.choice)[data-active] > .control .input-text::-webkit-input-placeholder, .checkout-onepage-success .form .field:not(.choice)[data-active] > .control select.select::-webkit-input-placeholder {
  font-size: 0 !important;
}
.checkout-index-index .form .field:not(.choice)[data-active] > .control .input-text::-moz-placeholder, .checkout-index-index .form .field:not(.choice)[data-active] > .control select.select::-moz-placeholder, .checkout-onepage-success .form .field:not(.choice)[data-active] > .control .input-text::-moz-placeholder, .checkout-onepage-success .form .field:not(.choice)[data-active] > .control select.select::-moz-placeholder {
  font-size: 0 !important;
}
.checkout-index-index .form .field:not(.choice)[data-active] > .control .input-text:-ms-input-placeholder, .checkout-index-index .form .field:not(.choice)[data-active] > .control select.select:-ms-input-placeholder, .checkout-onepage-success .form .field:not(.choice)[data-active] > .control .input-text:-ms-input-placeholder, .checkout-onepage-success .form .field:not(.choice)[data-active] > .control select.select:-ms-input-placeholder {
  font-size: 0 !important;
}
.checkout-index-index .form .field:not(.choice)[data-active] > .control .input-text::-ms-input-placeholder, .checkout-index-index .form .field:not(.choice)[data-active] > .control select.select::-ms-input-placeholder, .checkout-onepage-success .form .field:not(.choice)[data-active] > .control .input-text::-ms-input-placeholder, .checkout-onepage-success .form .field:not(.choice)[data-active] > .control select.select::-ms-input-placeholder {
  font-size: 0 !important;
}
.checkout-index-index .form .field:not(.choice)[data-active] > .control .input-text::placeholder,
.checkout-index-index .form .field:not(.choice)[data-active] > .control select.select::placeholder,
.checkout-onepage-success .form .field:not(.choice)[data-active] > .control .input-text::placeholder,
.checkout-onepage-success .form .field:not(.choice)[data-active] > .control select.select::placeholder {
  font-size: 0 !important;
}
.checkout-index-index .form .field:not(.choice)[data-active][data-active=true] > .label,
.checkout-onepage-success .form .field:not(.choice)[data-active][data-active=true] > .label {
  x-debug: "paragraph-xs";
  font-family: "semplicitaproregular", sans-serif;
  font-weight: 500;
  font-size: 0.563rem;
  line-height: 1.56em;
  font-style: normal;
  color: #00577d;
  padding: 5px 12px 0;
}
.checkout-index-index .form .field:not(.choice)[data-active][data-active=true] > .control .input-text,
.checkout-index-index .form .field:not(.choice)[data-active][data-active=true] > .control select.select,
.checkout-onepage-success .form .field:not(.choice)[data-active][data-active=true] > .control .input-text,
.checkout-onepage-success .form .field:not(.choice)[data-active][data-active=true] > .control select.select {
  padding: 19px 12px 6px;
}
.checkout-index-index .form .field.choice > .label,
.checkout-onepage-success .form .field.choice > .label {
  x-debug: "paragraph-" s;
  font-family: "semplicitaproregular", sans-serif;
  font-weight: 500;
  font-size: 0.813rem;
  line-height: 1.38em;
  font-style: normal;
  color: #00577d;
  text-transform: none;
  margin: 0 !important;
}
.checkout-index-index .form .field.choice > .label span,
.checkout-onepage-success .form .field.choice > .label span {
  font: inherit;
  text-transform: inherit;
  margin: 0 !important;
}
.checkout-index-index .form .field.datepicker > .control,
.checkout-onepage-success .form .field.datepicker > .control {
  position: relative;
}
.checkout-index-index .form .field.datepicker > .control .input-text + .ui-datepicker-trigger,
.checkout-onepage-success .form .field.datepicker > .control .input-text + .ui-datepicker-trigger {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.checkout-index-index .klarna-payments-method-cell,
.checkout-onepage-success .klarna-payments-method-cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.checkout-index-index .klarna-payments-method-cell input[type=radio],
.checkout-onepage-success .klarna-payments-method-cell input[type=radio] {
  visibility: hidden;
  height: 0 !important;
}
.checkout-index-index .klarna-payments-method-cell + label,
.checkout-onepage-success .klarna-payments-method-cell + label {
  position: relative;
  padding-left: 10px;
  gap: 0 !important;
}
.checkout-index-index .klarna-payments-method-cell + label::before,
.checkout-onepage-success .klarna-payments-method-cell + label::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: transparent;
  width: 16px;
  height: 16px;
  border: 1px solid #00577d;
  border-radius: 50%;
  translate: 0 !important;
}
.checkout-index-index .klarna-payments-method-cell + label .payment-icon,
.checkout-onepage-success .klarna-payments-method-cell + label .payment-icon {
  height: 19px !important;
}
.checkout-index-index .klarna-payments-method-cell + label span,
.checkout-onepage-success .klarna-payments-method-cell + label span {
  translate: 0 !important;
}
.checkout-index-index .klarna-payments-method._active .klarna-payments-method-cell + label::after,
.checkout-onepage-success .klarna-payments-method._active .klarna-payments-method-cell + label::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 10px;
  height: 10px;
  background-color: #00577d;
  border-radius: 50%;
  translate: 0 !important;
}
.checkout-index-index input[type=checkbox]:not(:only-child) + label,
.checkout-onepage-success input[type=checkbox]:not(:only-child) + label {
  padding-left: 32px;
}
.checkout-index-index input[type=checkbox]:not(:only-child) + label .action,
.checkout-onepage-success input[type=checkbox]:not(:only-child) + label .action {
  margin-top: 2px;
}

.checkout-index-index .page-main {
  width: 100%;
  max-width: 1275px !important;
}
.checkout-index-index .page-wrapper .checkout-container {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(6, auto);
  grid-template-areas: "title" "progress" "messages" "sidebar" "wrapper" "auth";
  margin: 0;
  padding: 40px 10px;
}
@media (min-width: 768px) {
  .checkout-index-index .page-wrapper .checkout-container {
    padding: 40px 0 80px;
  }
}
@media (min-width: 1024px) {
  .checkout-index-index .page-wrapper .checkout-container {
    grid-template-columns: minmax(auto, 605px) minmax(30px, 1fr) minmax(250px, 395px);
    grid-template-rows: repeat(4, auto) 1fr;
    grid-template-areas: "title      .   sidebar" "progress   .   sidebar" "messages   .   sidebar" "wrapper    .   sidebar" "auth       .   sidebar";
  }
}
.checkout-index-index .page-wrapper .checkout-container .checkout-title {
  grid-area: title;
  margin-bottom: 24px;
}
.checkout-index-index .page-wrapper .checkout-container .opc-progress-bar {
  grid-area: progress;
  margin-bottom: 40px;
}
@media (min-width: 1024px) {
  .checkout-index-index .page-wrapper .checkout-container .opc-progress-bar {
    margin-bottom: 80px;
  }
}
.checkout-index-index .page-wrapper .checkout-container > .messages {
  grid-area: messages;
}
.checkout-index-index .page-wrapper .checkout-container > .messages > *:last-child {
  margin-bottom: 40px;
}
@media (min-width: 1024px) {
  .checkout-index-index .page-wrapper .checkout-container > .messages > *:last-child {
    margin-bottom: 80px;
  }
}
.checkout-index-index .page-wrapper .checkout-container .opc-wrapper {
  grid-area: wrapper;
  float: none;
  width: 100%;
  padding: 0;
  margin: 0;
}
.checkout-index-index .page-wrapper .checkout-container .opc-sidebar {
  grid-area: sidebar;
  float: none;
  width: 100%;
  padding: 0;
  margin: 0 0 40px;
}
@media (min-width: 1024px) {
  .checkout-index-index .page-wrapper .checkout-container .opc-sidebar {
    margin: 0;
  }
}
.checkout-index-index .page-wrapper .checkout-container .authentication-wrapper {
  grid-area: auth;
}
.checkout-index-index .page-wrapper .checkout-container::before, .checkout-index-index .page-wrapper .checkout-container::after,
.checkout-index-index .page-wrapper .checkout-container .opc-estimated-wrapper {
  display: none;
}
@media (max-width: 767.98px) {
  .checkout-index-index .page-wrapper .checkout-container .checkout-title {
    x-debug: "h3-mobile";
    font-family: "semplicitaprobold", sans-serif;
    font-weight: 700;
    font-size: 0.938rem;
    line-height: 1.4em;
    font-style: normal;
    color: #00577d;
  }
}
@media (min-width: 768px) {
  .checkout-index-index .page-wrapper .checkout-container .checkout-title {
    x-debug: "h3-desktop";
    font-family: "semplicitaprobold", sans-serif;
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.35em;
    font-style: normal;
    color: #00577d;
  }
}
.checkout-index-index .page-wrapper .checkout-container .opc-wrapper .opc {
  padding: 0;
  border: 0;
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 40px;
}
@media (min-width: 1024px) {
  .checkout-index-index .page-wrapper .checkout-container .opc-wrapper .opc {
    gap: 80px;
  }
}
.checkout-index-index .page-wrapper .checkout-container .opc-wrapper .step-title {
  margin-bottom: 24px;
  padding: 0;
  border: 0;
  text-transform: none;
}
@media (max-width: 767.98px) {
  .checkout-index-index .page-wrapper .checkout-container .opc-wrapper .step-title {
    x-debug: "h4-mobile";
    font-family: "semplicitaprobold", sans-serif;
    font-weight: 700;
    font-size: 0.938rem;
    line-height: 1.4em;
    font-style: normal;
    color: #00577d;
  }
}
@media (min-width: 768px) {
  .checkout-index-index .page-wrapper .checkout-container .opc-wrapper .step-title {
    x-debug: "h4-desktop";
    font-family: "semplicitaprobold", sans-serif;
    font-weight: 700;
    font-size: 0.938rem;
    line-height: 1.4em;
    font-style: normal;
    color: #00577d;
  }
}
.checkout-index-index .page-wrapper .checkout-container form #shipping-method-buttons-container {
  display: none;
}
.checkout-index-index .page-wrapper .checkout-container .cart.item.message.notice {
  display: none;
}
.checkout-index-index .cartbooster-product-container.product-item .swatch-option.selected {
  outline: 2px solid #000;
  border-color: #ffffff;
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.checkout-index-index .amasty-gdpr,
.checkout-onepage-success .amasty-gdpr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 16px;
}
.checkout-index-index .amasty-gdpr input.required-entry + label > :last-child::after,
.checkout-onepage-success .amasty-gdpr input.required-entry + label > :last-child::after {
  content: " *";
  display: inline;
}
.checkout-index-index .amasty-gdpr label,
.checkout-onepage-success .amasty-gdpr label {
  x-debug: "paragraph-" s;
  font-family: "semplicitaproregular", sans-serif;
  font-weight: 500;
  font-size: 0.813rem;
  line-height: 1.38em;
  font-style: normal;
  color: #00577d;
}
.checkout-index-index .amasty-gdpr label a,
.checkout-onepage-success .amasty-gdpr label a {
  text-decoration: underline;
}
.checkout-index-index .amasty-gdpr div.mage-error,
.checkout-onepage-success .amasty-gdpr div.mage-error {
  x-debug: "paragraph-xs";
  font-family: "semplicitaproregular", sans-serif;
  font-weight: 500;
  font-size: 0.563rem;
  line-height: 1.56em;
  font-style: normal;
  color: #960000;
}
.checkout-index-index .amasty-gdpr input[type=checkbox],
.checkout-onepage-success .amasty-gdpr input[type=checkbox] {
  visibility: visible;
  border: 0;
}
.checkout-index-index .amasty-gdpr input[type=checkbox]:focus + label:before,
.checkout-onepage-success .amasty-gdpr input[type=checkbox]:focus + label:before {
  -webkit-box-shadow: 0 0 3px 1px #68a8e0;
  box-shadow: 0 0 3px 1px #68a8e0;
}
.checkout-index-index .amasty-gdpr input[type=checkbox]:before, .checkout-index-index .amasty-gdpr input[type=checkbox]:after,
.checkout-onepage-success .amasty-gdpr input[type=checkbox]:before,
.checkout-onepage-success .amasty-gdpr input[type=checkbox]:after {
  display: none;
}

.checkout-index-index .page-header,
.checkout-onepage-success .page-header,
.checkout-onepage-failure .page-header {
  border-bottom: 1px solid rgba(0, 87, 125, 0.2) !important;
}
.checkout-index-index .header-minimal,
.checkout-onepage-success .header-minimal,
.checkout-onepage-failure .header-minimal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 16px;
  padding: 15px 10px;
}
@media (min-width: 1024px) {
  .checkout-index-index .header-minimal,
  .checkout-onepage-success .header-minimal,
  .checkout-onepage-failure .header-minimal {
    padding: 16px 64px;
  }
}
.checkout-index-index .header-minimal .header-minimal__left,
.checkout-index-index .header-minimal .header-minimal__center,
.checkout-index-index .header-minimal .header-minimal__right,
.checkout-onepage-success .header-minimal .header-minimal__left,
.checkout-onepage-success .header-minimal .header-minimal__center,
.checkout-onepage-success .header-minimal .header-minimal__right,
.checkout-onepage-failure .header-minimal .header-minimal__left,
.checkout-onepage-failure .header-minimal .header-minimal__center,
.checkout-onepage-failure .header-minimal .header-minimal__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.checkout-index-index .header-minimal .header-minimal__left,
.checkout-onepage-success .header-minimal .header-minimal__left,
.checkout-onepage-failure .header-minimal .header-minimal__left {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.checkout-index-index .header-minimal .header-minimal__center,
.checkout-onepage-success .header-minimal .header-minimal__center,
.checkout-onepage-failure .header-minimal .header-minimal__center {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.checkout-index-index .header-minimal .header-minimal__right,
.checkout-onepage-success .header-minimal .header-minimal__right,
.checkout-onepage-failure .header-minimal .header-minimal__right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.checkout-index-index .header-minimal .header-minimal-goback .header-minimal-goback__link,
.checkout-onepage-success .header-minimal .header-minimal-goback .header-minimal-goback__link,
.checkout-onepage-failure .header-minimal .header-minimal-goback .header-minimal-goback__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 8px;
}
.checkout-index-index .header-minimal .header-minimal-goback .header-minimal-goback__link .header-minimal-goback__icon,
.checkout-onepage-success .header-minimal .header-minimal-goback .header-minimal-goback__link .header-minimal-goback__icon,
.checkout-onepage-failure .header-minimal .header-minimal-goback .header-minimal-goback__link .header-minimal-goback__icon {
  display: block;
  width: 20px;
  height: 20px;
  background-image: url("../../frontend/Codazon/unlimited_miamo/it_IT/images/svg/sprite/arrow-left-2.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 1024px) {
  .checkout-index-index .header-minimal .header-minimal-goback .header-minimal-goback__link .header-minimal-goback__icon,
  .checkout-onepage-success .header-minimal .header-minimal-goback .header-minimal-goback__link .header-minimal-goback__icon,
  .checkout-onepage-failure .header-minimal .header-minimal-goback .header-minimal-goback__link .header-minimal-goback__icon {
    width: 16px;
    height: 16px;
  }
}
.checkout-index-index .header-minimal .header-minimal-goback .header-minimal-goback__link .header-minimal-goback__text,
.checkout-onepage-success .header-minimal .header-minimal-goback .header-minimal-goback__link .header-minimal-goback__text,
.checkout-onepage-failure .header-minimal .header-minimal-goback .header-minimal-goback__link .header-minimal-goback__text {
  display: none;
  x-debug: "paragraph-s-bold";
  font-family: "semplicitaprobold", sans-serif;
  font-weight: 700;
  font-size: 0.813rem;
  line-height: 1.38em;
  font-style: normal;
  color: #00577d;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .checkout-index-index .header-minimal .header-minimal-goback .header-minimal-goback__link .header-minimal-goback__text,
  .checkout-onepage-success .header-minimal .header-minimal-goback .header-minimal-goback__link .header-minimal-goback__text,
  .checkout-onepage-failure .header-minimal .header-minimal-goback .header-minimal-goback__link .header-minimal-goback__text {
    display: block;
  }
}
.checkout-index-index .header-minimal .action.nav-toggle,
.checkout-onepage-success .header-minimal .action.nav-toggle,
.checkout-onepage-failure .header-minimal .action.nav-toggle {
  display: none !important;
}
.checkout-index-index .header-minimal .logo,
.checkout-onepage-success .header-minimal .logo,
.checkout-onepage-failure .header-minimal .logo {
  margin: 0 !important;
  max-width: 100px;
}
@media (min-width: 768px) {
  .checkout-index-index .header-minimal .logo,
  .checkout-onepage-success .header-minimal .logo,
  .checkout-onepage-failure .header-minimal .logo {
    max-width: auto;
  }
}

.checkout-index-index .footer-content .footer-content-top,
.checkout-onepage-success .footer-content .footer-content-top,
.checkout-onepage-failure .footer-content .footer-content-top {
  display: none;
}

.checkout-index-index .page-wrapper .opc-progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  counter-reset: progressbaritem;
}
.checkout-index-index .page-wrapper .opc-progress-bar .opc-progress-bar-item {
  display: block;
  width: 50%;
  counter-increment: progressbaritem;
}
.checkout-index-index .page-wrapper .opc-progress-bar .opc-progress-bar-item::before {
  content: "";
  height: 2px;
  top: 20px;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
  background: rgba(0, 87, 125, 0.2);
}
.checkout-index-index .page-wrapper .opc-progress-bar .opc-progress-bar-item::after {
  content: "0" counter(progressbaritem);
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 40px;
  height: 40px;
  background: #fff;
  border: 2px solid rgba(0, 87, 125, 0.2);
  border-radius: 999rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  pointer-events: none;
}
@media (max-width: 767.98px) {
  .checkout-index-index .page-wrapper .opc-progress-bar .opc-progress-bar-item::after {
    x-debug: "h3-mobile";
    font-family: "semplicitaprobold", sans-serif;
    font-weight: 700;
    font-size: 0.938rem;
    line-height: 1.4em;
    font-style: normal;
    color: #00577d;
  }
}
@media (min-width: 768px) {
  .checkout-index-index .page-wrapper .opc-progress-bar .opc-progress-bar-item::after {
    x-debug: "h3-desktop";
    font-family: "semplicitaprobold", sans-serif;
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.35em;
    font-style: normal;
    color: #00577d;
  }
}
.checkout-index-index .page-wrapper .opc-progress-bar .opc-progress-bar-item span {
  x-debug: "paragraph-" s;
  font-family: "semplicitaproregular", sans-serif;
  font-weight: 500;
  font-size: 0.813rem;
  line-height: 1.38em;
  font-style: normal;
  color: #00577d;
}
.checkout-index-index .page-wrapper .opc-progress-bar .opc-progress-bar-item span::before, .checkout-index-index .page-wrapper .opc-progress-bar .opc-progress-bar-item span::after {
  display: none;
}
.checkout-index-index .page-wrapper .opc-progress-bar .opc-progress-bar-item._active::before {
  background: #00577d;
}
.checkout-index-index .page-wrapper .opc-progress-bar .opc-progress-bar-item._active::after {
  background: #00577d;
  color: #ffffff;
}

.checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-shipping-address .step-content {
  margin: 0;
}
.checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-shipping-address .step-content .form.form-login {
  border: 0;
}
.checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-shipping-address .step-content .form.form-login .fieldset#customer-email-fieldset {
  margin-bottom: 16px;
}
.checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-shipping-address .step-content .form.form-login .fieldset#customer-email-fieldset .actions-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 10px;
}
.checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-shipping-address .step-content .form.form-login .fieldset#customer-email-fieldset .actions-toolbar > .primary,
.checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-shipping-address .step-content .form.form-login .fieldset#customer-email-fieldset .actions-toolbar > .secondary {
  margin: 0;
  width: auto;
}
.checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-shipping-address .step-content .form.form-login .fieldset#customer-email-fieldset .actions-toolbar .action.login {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 12px;
  padding: 14px 24px;
  -webkit-box-shadow: none;
  box-shadow: none;
  x-debug: "paragraph-s-bold";
  font-family: "semplicitaprobold", sans-serif;
  font-weight: 700;
  font-size: 0.813rem;
  line-height: 1.38em;
  font-style: normal;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  border-width: 1px;
  border-style: solid;
  border-radius: 4px;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
  background-color: #00577d;
  border-color: #00577d;
  color: #ffffff;
}
@media (prefers-reduced-motion: reduce) {
  .checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-shipping-address .step-content .form.form-login .fieldset#customer-email-fieldset .actions-toolbar .action.login {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-shipping-address .step-content .form.form-login .fieldset#customer-email-fieldset .actions-toolbar .action.login:disabled, .checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-shipping-address .step-content .form.form-login .fieldset#customer-email-fieldset .actions-toolbar .action.login[disabled], .checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-shipping-address .step-content .form.form-login .fieldset#customer-email-fieldset .actions-toolbar .action.login.disabled {
  cursor: default;
}
.checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-shipping-address .step-content .form.form-login .fieldset#customer-email-fieldset .actions-toolbar .action.login:active, .checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-shipping-address .step-content .form.form-login .fieldset#customer-email-fieldset .actions-toolbar .action.login:focus {
  background-color: #00577d;
  border-color: #00577d;
  color: #ffffff;
  -webkit-filter: brightness(1.25);
  filter: brightness(1.25);
}
@media (hover: hover) {
  .checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-shipping-address .step-content .form.form-login .fieldset#customer-email-fieldset .actions-toolbar .action.login:hover {
    background-color: #00577d;
    border-color: #00577d;
    color: #ffffff;
    -webkit-filter: brightness(1.25);
    filter: brightness(1.25);
  }
}
.checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-shipping-address .step-content .form.form-login .fieldset#customer-email-fieldset .actions-toolbar .action.login:disabled, .checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-shipping-address .step-content .form.form-login .fieldset#customer-email-fieldset .actions-toolbar .action.login[disabled], .checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-shipping-address .step-content .form.form-login .fieldset#customer-email-fieldset .actions-toolbar .action.login.disabled {
  background-color: #00577d;
  border-color: #00577d;
  color: #ffffff;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-shipping-address .step-content .form.form-login .fieldset#customer-email-fieldset .actions-toolbar .action.remind {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 12px;
  padding: 14px 24px;
  -webkit-box-shadow: none;
  box-shadow: none;
  x-debug: "paragraph-s-bold";
  font-family: "semplicitaprobold", sans-serif;
  font-weight: 700;
  font-size: 0.813rem;
  line-height: 1.38em;
  font-style: normal;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  border-width: 1px;
  border-style: solid;
  border-radius: 4px;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
  background-color: transparent;
  border: 0;
  color: #00577d;
  padding: 0;
  text-decoration: underline;
  text-transform: none;
}
@media (prefers-reduced-motion: reduce) {
  .checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-shipping-address .step-content .form.form-login .fieldset#customer-email-fieldset .actions-toolbar .action.remind {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-shipping-address .step-content .form.form-login .fieldset#customer-email-fieldset .actions-toolbar .action.remind:disabled, .checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-shipping-address .step-content .form.form-login .fieldset#customer-email-fieldset .actions-toolbar .action.remind[disabled], .checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-shipping-address .step-content .form.form-login .fieldset#customer-email-fieldset .actions-toolbar .action.remind.disabled {
  cursor: default;
}
.checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-shipping-address .step-content .form.form-login .fieldset#customer-email-fieldset .actions-toolbar .action.remind:active, .checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-shipping-address .step-content .form.form-login .fieldset#customer-email-fieldset .actions-toolbar .action.remind:focus {
  background-color: transparent;
  border: 0;
  color: #00577d;
  -webkit-filter: brightness(1.25);
  filter: brightness(1.25);
}
@media (hover: hover) {
  .checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-shipping-address .step-content .form.form-login .fieldset#customer-email-fieldset .actions-toolbar .action.remind:hover {
    background-color: transparent;
    border: 0;
    color: #00577d;
    -webkit-filter: brightness(1.25);
    filter: brightness(1.25);
  }
}
.checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-shipping-address .step-content .form.form-login .fieldset#customer-email-fieldset .actions-toolbar .action.remind:disabled, .checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-shipping-address .step-content .form.form-login .fieldset#customer-email-fieldset .actions-toolbar .action.remind[disabled], .checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-shipping-address .step-content .form.form-login .fieldset#customer-email-fieldset .actions-toolbar .action.remind.disabled {
  background-color: transparent;
  border: 0;
  color: #00577d;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-shipping-method .step-content {
  margin: 0;
}
.checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-shipping-method .step-content .table-checkout-shipping-method,
.checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-shipping-method .step-content .table-checkout-shipping-method thead,
.checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-shipping-method .step-content .table-checkout-shipping-method tbody,
.checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-shipping-method .step-content .table-checkout-shipping-method tr,
.checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-shipping-method .step-content .table-checkout-shipping-method th,
.checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-shipping-method .step-content .table-checkout-shipping-method td {
  display: block;
}
.checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-shipping-method .step-content .table-checkout-shipping-method thead {
  display: none;
}
.checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-shipping-method .step-content .table-checkout-shipping-method .row {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 12px;
}
.checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-shipping-method .step-content .table-checkout-shipping-method .row::before, .checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-shipping-method .step-content .table-checkout-shipping-method .row::after {
  display: none;
}
.checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-shipping-method .step-content .table-checkout-shipping-method .col {
  x-debug: "paragraph-m";
  font-family: "semplicitaproregular", sans-serif;
  font-weight: 500;
  font-size: 0.938rem;
  line-height: 1.33em;
  font-style: normal;
  color: #00577d;
  padding: 0;
  margin: 0;
}
.checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-shipping-method .step-content .checkout-ecobox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 16px;
  margin-top: 24px;
  padding: 20px;
  background-color: #f2f6f9;
  border: 1px solid rgba(0, 87, 125, 0.5);
  border-radius: 4px;
}
.checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-shipping-method .step-content .checkout-ecobox .checkout-ecobox__title {
  margin: 0;
}
@media (max-width: 767.98px) {
  .checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-shipping-method .step-content .checkout-ecobox .checkout-ecobox__title {
    x-debug: "h4-mobile";
    font-family: "semplicitaprobold", sans-serif;
    font-weight: 700;
    font-size: 0.938rem;
    line-height: 1.4em;
    font-style: normal;
    color: #00577d;
  }
}
@media (min-width: 768px) {
  .checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-shipping-method .step-content .checkout-ecobox .checkout-ecobox__title {
    x-debug: "h4-desktop";
    font-family: "semplicitaprobold", sans-serif;
    font-weight: 700;
    font-size: 0.938rem;
    line-height: 1.4em;
    font-style: normal;
    color: #00577d;
  }
}
.checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-shipping-method .step-content .checkout-ecobox .checkout-ecobox__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 16px;
}
.checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-shipping-method .step-content .checkout-ecobox .checkout-ecobox__content .checkout-ecobox__icon {
  font-size: 1.875rem;
  line-height: 1.17em;
  font-family: "semplicitaprobold", sans-serif;
  font-weight: 700;
  color: #00577d;
}
.checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-shipping-method .step-content .checkout-ecobox .checkout-ecobox__content .checkout-ecobox__text {
  x-debug: "paragraph-" s;
  font-family: "semplicitaproregular", sans-serif;
  font-weight: 500;
  font-size: 0.813rem;
  line-height: 1.38em;
  font-style: normal;
  color: #00577d;
  margin: 0;
}
.checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-shipping-method .step-content .actions-toolbar {
  margin-top: 80px;
}
.checkout-index-index .page-wrapper .opc-wrapper .opc .shipping-address-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 16px;
  margin-bottom: 16px;
}
.checkout-index-index .page-wrapper .opc-wrapper .opc .shipping-address-items .shipping-address-item {
  width: 100%;
  margin: 0;
  padding: 20px;
  padding-left: 48px;
  border: 1px solid #f2f6f9;
  border-radius: 4px;
  background-color: #f2f6f9;
  x-debug: "paragraph-m";
  font-family: "semplicitaproregular", sans-serif;
  font-weight: 500;
  font-size: 0.938rem;
  line-height: 1.33em;
  font-style: normal;
  color: #00577d;
  position: relative;
}
.checkout-index-index .page-wrapper .opc-wrapper .opc .shipping-address-items .shipping-address-item.selected-item {
  border-color: rgba(0, 87, 125, 0.5);
}
.checkout-index-index .page-wrapper .opc-wrapper .opc .shipping-address-items .shipping-address-item.selected-item::after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.checkout-index-index .page-wrapper .opc-wrapper .opc .shipping-address-items .shipping-address-item::before {
  content: "";
  position: absolute;
  top: 22px;
  left: 20px;
  width: 16px;
  height: 16px;
  border: 1px solid #00577d;
  border-radius: 999rem;
  display: block;
  background: transparent;
}
.checkout-index-index .page-wrapper .opc-wrapper .opc .shipping-address-items .shipping-address-item::after {
  content: "";
  position: absolute;
  top: 25px;
  left: 23px;
  width: 10px;
  height: 10px;
  background-color: #00577d;
  border-radius: 999rem;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.checkout-index-index .page-wrapper .opc-wrapper .opc .shipping-address-items .shipping-address-item .action {
  margin-top: 8px;
}
.checkout-index-index .page-wrapper .opc-wrapper .opc .shipping-address-items .shipping-address-item .action.edit-address-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 12px;
  padding: 14px 24px;
  -webkit-box-shadow: none;
  box-shadow: none;
  x-debug: "paragraph-s-bold";
  font-family: "semplicitaprobold", sans-serif;
  font-weight: 700;
  font-size: 0.813rem;
  line-height: 1.38em;
  font-style: normal;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  border-width: 1px;
  border-style: solid;
  border-radius: 4px;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
  background-color: transparent;
  border: 0;
  color: #00577d;
  padding: 0;
  text-decoration: underline;
  text-transform: none;
}
@media (prefers-reduced-motion: reduce) {
  .checkout-index-index .page-wrapper .opc-wrapper .opc .shipping-address-items .shipping-address-item .action.edit-address-link {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.checkout-index-index .page-wrapper .opc-wrapper .opc .shipping-address-items .shipping-address-item .action.edit-address-link:disabled, .checkout-index-index .page-wrapper .opc-wrapper .opc .shipping-address-items .shipping-address-item .action.edit-address-link[disabled], .checkout-index-index .page-wrapper .opc-wrapper .opc .shipping-address-items .shipping-address-item .action.edit-address-link.disabled {
  cursor: default;
}
.checkout-index-index .page-wrapper .opc-wrapper .opc .shipping-address-items .shipping-address-item .action.edit-address-link:active, .checkout-index-index .page-wrapper .opc-wrapper .opc .shipping-address-items .shipping-address-item .action.edit-address-link:focus {
  background-color: transparent;
  border: 0;
  color: #00577d;
  -webkit-filter: brightness(1.25);
  filter: brightness(1.25);
}
@media (hover: hover) {
  .checkout-index-index .page-wrapper .opc-wrapper .opc .shipping-address-items .shipping-address-item .action.edit-address-link:hover {
    background-color: transparent;
    border: 0;
    color: #00577d;
    -webkit-filter: brightness(1.25);
    filter: brightness(1.25);
  }
}
.checkout-index-index .page-wrapper .opc-wrapper .opc .shipping-address-items .shipping-address-item .action.edit-address-link:disabled, .checkout-index-index .page-wrapper .opc-wrapper .opc .shipping-address-items .shipping-address-item .action.edit-address-link[disabled], .checkout-index-index .page-wrapper .opc-wrapper .opc .shipping-address-items .shipping-address-item .action.edit-address-link.disabled {
  background-color: transparent;
  border: 0;
  color: #00577d;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.checkout-index-index .page-wrapper .opc-wrapper .opc .shipping-address-items .shipping-address-item .action.action-select-shipping-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 12px;
  padding: 14px 24px;
  -webkit-box-shadow: none;
  box-shadow: none;
  x-debug: "paragraph-s-bold";
  font-family: "semplicitaprobold", sans-serif;
  font-weight: 700;
  font-size: 0.813rem;
  line-height: 1.38em;
  font-style: normal;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  border-width: 1px;
  border-style: solid;
  border-radius: 4px;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
  background-color: transparent;
  border: 0;
  color: #00577d;
  padding: 0;
  text-decoration: underline;
  text-transform: uppercase;
}
@media (prefers-reduced-motion: reduce) {
  .checkout-index-index .page-wrapper .opc-wrapper .opc .shipping-address-items .shipping-address-item .action.action-select-shipping-item {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.checkout-index-index .page-wrapper .opc-wrapper .opc .shipping-address-items .shipping-address-item .action.action-select-shipping-item:disabled, .checkout-index-index .page-wrapper .opc-wrapper .opc .shipping-address-items .shipping-address-item .action.action-select-shipping-item[disabled], .checkout-index-index .page-wrapper .opc-wrapper .opc .shipping-address-items .shipping-address-item .action.action-select-shipping-item.disabled {
  cursor: default;
}
.checkout-index-index .page-wrapper .opc-wrapper .opc .shipping-address-items .shipping-address-item .action.action-select-shipping-item:active, .checkout-index-index .page-wrapper .opc-wrapper .opc .shipping-address-items .shipping-address-item .action.action-select-shipping-item:focus {
  background-color: transparent;
  border: 0;
  color: #00577d;
  -webkit-filter: brightness(1.25);
  filter: brightness(1.25);
}
@media (hover: hover) {
  .checkout-index-index .page-wrapper .opc-wrapper .opc .shipping-address-items .shipping-address-item .action.action-select-shipping-item:hover {
    background-color: transparent;
    border: 0;
    color: #00577d;
    -webkit-filter: brightness(1.25);
    filter: brightness(1.25);
  }
}
.checkout-index-index .page-wrapper .opc-wrapper .opc .shipping-address-items .shipping-address-item .action.action-select-shipping-item:disabled, .checkout-index-index .page-wrapper .opc-wrapper .opc .shipping-address-items .shipping-address-item .action.action-select-shipping-item[disabled], .checkout-index-index .page-wrapper .opc-wrapper .opc .shipping-address-items .shipping-address-item .action.action-select-shipping-item.disabled {
  background-color: transparent;
  border: 0;
  color: #00577d;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.checkout-index-index .page-wrapper .opc-wrapper .opc .new-address-popup .action {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 12px;
  padding: 14px 24px;
  -webkit-box-shadow: none;
  box-shadow: none;
  x-debug: "paragraph-s-bold";
  font-family: "semplicitaprobold", sans-serif;
  font-weight: 700;
  font-size: 0.813rem;
  line-height: 1.38em;
  font-style: normal;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  border-width: 1px;
  border-style: solid;
  border-radius: 4px;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
  background-color: transparent;
  border: 0;
  color: #00577d;
  padding: 0;
  text-decoration: underline;
  text-transform: none;
}
@media (prefers-reduced-motion: reduce) {
  .checkout-index-index .page-wrapper .opc-wrapper .opc .new-address-popup .action {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.checkout-index-index .page-wrapper .opc-wrapper .opc .new-address-popup .action:disabled, .checkout-index-index .page-wrapper .opc-wrapper .opc .new-address-popup .action[disabled], .checkout-index-index .page-wrapper .opc-wrapper .opc .new-address-popup .action.disabled {
  cursor: default;
}
.checkout-index-index .page-wrapper .opc-wrapper .opc .new-address-popup .action:active, .checkout-index-index .page-wrapper .opc-wrapper .opc .new-address-popup .action:focus {
  background-color: transparent;
  border: 0;
  color: #00577d;
  -webkit-filter: brightness(1.25);
  filter: brightness(1.25);
}
@media (hover: hover) {
  .checkout-index-index .page-wrapper .opc-wrapper .opc .new-address-popup .action:hover {
    background-color: transparent;
    border: 0;
    color: #00577d;
    -webkit-filter: brightness(1.25);
    filter: brightness(1.25);
  }
}
.checkout-index-index .page-wrapper .opc-wrapper .opc .new-address-popup .action:disabled, .checkout-index-index .page-wrapper .opc-wrapper .opc .new-address-popup .action[disabled], .checkout-index-index .page-wrapper .opc-wrapper .opc .new-address-popup .action.disabled {
  background-color: transparent;
  border: 0;
  color: #00577d;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.checkout-index-index .page-wrapper .opc-wrapper .opc .new-address-popup .action span::before {
  display: none;
}
.checkout-index-index .page-wrapper .opc-wrapper .opc > .proceed-to-payment .actions-toolbar {
  margin: 0;
}
.checkout-index-index .page-wrapper .opc-wrapper .opc > .proceed-to-payment .actions-toolbar .primary .action {
  margin: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 12px;
  padding: 14px 24px;
  -webkit-box-shadow: none;
  box-shadow: none;
  x-debug: "paragraph-s-bold";
  font-family: "semplicitaprobold", sans-serif;
  font-weight: 700;
  font-size: 0.813rem;
  line-height: 1.38em;
  font-style: normal;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  border-width: 1px;
  border-style: solid;
  border-radius: 4px;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
  background-color: #00577d;
  border-color: #00577d;
  color: #ffffff;
}
@media (prefers-reduced-motion: reduce) {
  .checkout-index-index .page-wrapper .opc-wrapper .opc > .proceed-to-payment .actions-toolbar .primary .action {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.checkout-index-index .page-wrapper .opc-wrapper .opc > .proceed-to-payment .actions-toolbar .primary .action:disabled, .checkout-index-index .page-wrapper .opc-wrapper .opc > .proceed-to-payment .actions-toolbar .primary .action[disabled], .checkout-index-index .page-wrapper .opc-wrapper .opc > .proceed-to-payment .actions-toolbar .primary .action.disabled {
  cursor: default;
}
.checkout-index-index .page-wrapper .opc-wrapper .opc > .proceed-to-payment .actions-toolbar .primary .action:active, .checkout-index-index .page-wrapper .opc-wrapper .opc > .proceed-to-payment .actions-toolbar .primary .action:focus {
  background-color: #00577d;
  border-color: #00577d;
  color: #ffffff;
  -webkit-filter: brightness(1.25);
  filter: brightness(1.25);
}
@media (hover: hover) {
  .checkout-index-index .page-wrapper .opc-wrapper .opc > .proceed-to-payment .actions-toolbar .primary .action:hover {
    background-color: #00577d;
    border-color: #00577d;
    color: #ffffff;
    -webkit-filter: brightness(1.25);
    filter: brightness(1.25);
  }
}
.checkout-index-index .page-wrapper .opc-wrapper .opc > .proceed-to-payment .actions-toolbar .primary .action:disabled, .checkout-index-index .page-wrapper .opc-wrapper .opc > .proceed-to-payment .actions-toolbar .primary .action[disabled], .checkout-index-index .page-wrapper .opc-wrapper .opc > .proceed-to-payment .actions-toolbar .primary .action.disabled {
  background-color: #00577d;
  border-color: #00577d;
  color: #ffffff;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

.checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-payment-method > .step-content {
  margin: 0;
}
.checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-payment-method > .step-content .form.payments .fieldset > .legend + br {
  display: none;
}
.checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-payment-method .payment-stripe-mobile .payment-method.stripe-payments.mobile {
  padding-top: 0;
  margin-bottom: 60px;
}
.checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-payment-method .opc-payment {
  margin-bottom: 40px;
}
@media (min-width: 1024px) {
  .checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-payment-method .opc-payment {
    margin-bottom: 80px;
  }
}
@media (max-width: 767.98px) {
  .checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-payment-method .opc-payment .payment-methods {
    margin: 0;
  }
}
.checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-payment-method .opc-payment .payment-methods .payment-group .payment-method {
  margin: 0;
  padding: 20px;
  border: 1px solid #f2f6f9;
  border-radius: 4px;
  background-color: #f2f6f9;
  x-debug: "paragraph-m";
  font-family: "semplicitaproregular", sans-serif;
  font-weight: 500;
  font-size: 0.938rem;
  line-height: 1.33em;
  font-style: normal;
  color: #00577d;
}
.checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-payment-method .opc-payment .payment-methods .payment-group .payment-method._active {
  border-color: rgba(0, 87, 125, 0.5);
}
.checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-payment-method .opc-payment .payment-methods .payment-group .payment-method:not(:last-of-type) {
  margin-bottom: 16px;
}
.checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-payment-method .opc-payment .payment-methods .payment-group .payment-method .payment-method-title {
  padding: 0;
  border: 0;
}
.checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-payment-method .opc-payment .payment-methods .payment-group .payment-method .payment-method-title .label {
  x-debug: "paragraph-m";
  font-family: "semplicitaproregular", sans-serif;
  font-weight: 500;
  font-size: 0.938rem;
  line-height: 1.33em;
  font-style: normal;
  color: #00577d;
  text-transform: none;
  margin-top: 0 !important;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 24px 12px;
}
@supports (translate: 0 8px) {
  .checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-payment-method .opc-payment .payment-methods .payment-group .payment-method .payment-method-title .label:has(.payment-icon)::before, .checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-payment-method .opc-payment .payment-methods .payment-group .payment-method .payment-method-title .label:has(.payment-icon)::after,
  .checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-payment-method .opc-payment .payment-methods .payment-group .payment-method .payment-method-title .label:has(.payment-icon) > span, .checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-payment-method .opc-payment .payment-methods .payment-group .payment-method .payment-method-title .label:has(.stripe-icon-container:not(:empty))::before, .checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-payment-method .opc-payment .payment-methods .payment-group .payment-method .payment-method-title .label:has(.stripe-icon-container:not(:empty))::after,
  .checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-payment-method .opc-payment .payment-methods .payment-group .payment-method .payment-method-title .label:has(.stripe-icon-container:not(:empty)) > span {
    translate: 0 8px;
  }
}
.checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-payment-method .opc-payment .payment-methods .payment-group .payment-method .payment-method-title .label > span:not([class]) {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 fit-content;
  flex: 1 1 fit-content;
}
.checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-payment-method .opc-payment .payment-methods .payment-group .payment-method .payment-method-title .label .stripe-icon-container,
.checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-payment-method .opc-payment .payment-methods .payment-group .payment-method .payment-method-title .label .payment-icon {
  -webkit-box-ordinal-group: 1000;
  -ms-flex-order: 999;
  order: 999;
}
.checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-payment-method .opc-payment .payment-methods .payment-group .payment-method .payment-method-title .label .stripe-icon,
.checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-payment-method .opc-payment .payment-methods .payment-group .payment-method .payment-method-title .label .payment-icon {
  display: block;
  width: 60px;
  height: 36px;
  -o-object-fit: scale-down;
  object-fit: scale-down;
  -o-object-position: right center;
  object-position: right center;
}
.checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-payment-method .opc-payment .payment-methods .payment-group .payment-method .payment-method-title .label .stripe-icon-container > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 10px;
}
.checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-payment-method .opc-payment .payment-methods .payment-group .payment-method .payment-method-title .label .stripe-icon-container > span .stripe-icon {
  position: static;
  margin: 0;
}
.checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-payment-method .opc-payment .payment-methods .payment-group .payment-method .payment-method-title .label.klarna-payments-method-cell {
  padding-left: 15px;
}
.checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-payment-method .opc-payment .payment-methods .payment-group .payment-method .payment-method-title .label.klarna-payments-method-cell span.klarna-payments-method-cell {
  padding-left: 0;
  translate: 0;
}
.checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-payment-method .opc-payment .payment-methods .payment-group .payment-method .payment-method-title .label.klarna-payments-method-cell .payment-icon {
  height: 19px !important;
  margin-right: 0;
}
.checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-payment-method .opc-payment .payment-methods .payment-group .payment-method .payment-method-title .label.klarna-payments-method-cell:before, .checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-payment-method .opc-payment .payment-methods .payment-group .payment-method .payment-method-title .label.klarna-payments-method-cell:after {
  translate: 0;
}
.checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-payment-method .opc-payment .payment-methods .payment-group .payment-method .payment-method-title .label[for=paypaliframe] #paypaliframe_label {
  margin-left: 0 !important;
}
.checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-payment-method .opc-payment .payment-methods .payment-group .payment-method .payment-method-content {
  margin-top: 24px;
  padding: 0;
}
.checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-payment-method .opc-payment .payment-methods .payment-group .payment-method .payment-method-content:empty {
  display: none;
}
.checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-payment-method .opc-payment .payment-methods .payment-group .payment-method .payment-method-content.stripe-payments-card-form .stripe-payments-billing-address-warning {
  x-debug: "paragraph-" s;
  font-family: "semplicitaproregular", sans-serif;
  font-weight: 500;
  font-size: 0.813rem;
  line-height: 1.38em;
  font-style: normal;
  color: #960000;
}
.checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-payment-method .opc-payment .payment-methods .payment-group .payment-method .payment-method-content.stripe-payments-card-form .stripe-payments-billing-address-warning:empty {
  display: none;
}
.checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-payment-method .opc-payment .payment-methods .payment-group .payment-method .payment-method-content.stripe-payments-card-form .stripe-payments-saved-cards-section {
  margin: 0 0 24px;
}
.checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-payment-method .opc-payment .payment-methods .payment-group .payment-method .payment-method-content.stripe-payments-card-form .stripe-payments-saved-cards-section:empty {
  display: none;
}
.checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-payment-method .opc-payment .payment-methods .payment-group .payment-method .payment-method-content.stripe-payments-card-form .stripe-payments-saved-cards-section > br {
  display: none;
}
.checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-payment-method .opc-payment .payment-methods .payment-group .payment-method .payment-method-content.stripe-payments-card-form .stripe-payments-saved-cards-section .stripe-payments-saved-card span,
.checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-payment-method .opc-payment .payment-methods .payment-group .payment-method .payment-method-content.stripe-payments-card-form .stripe-payments-saved-cards-section .stripe-payments-saved-card span::before,
.checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-payment-method .opc-payment .payment-methods .payment-group .payment-method .payment-method-content.stripe-payments-card-form .stripe-payments-saved-cards-section .stripe-payments-saved-card span::after {
  x-debug: "paragraph-" s;
  font-family: "semplicitaproregular", sans-serif;
  font-weight: 500;
  font-size: 0.813rem;
  line-height: 1.38em;
  font-style: normal;
  color: #00577d;
}
.checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-payment-method .opc-payment .payment-methods .payment-group .payment-method .payment-method-content.stripe-payments-card-form .stripe-payments-saved-cards-section .stripe-payments-saved-card label > span:not(:last-child) {
  padding-right: 12px;
}
.checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-payment-method .opc-payment .payment-methods .payment-group .payment-method .payment-method-content.stripe-payments-card-form .stripe-payments-saved-cards-section .stripe-payments-saved-card .type {
  x-debug: "paragraph-s-bold";
  font-family: "semplicitaprobold", sans-serif;
  font-weight: 700;
  font-size: 0.813rem;
  line-height: 1.38em;
  font-style: normal;
  color: #00577d;
  background: none;
  padding-left: 0;
  height: auto;
  text-transform: uppercase;
}
.checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-payment-method .opc-payment .payment-methods .payment-group .payment-method .payment-method-content.stripe-payments-card-form .stripe-payments-saved-cards-section .stripe-payments-saved-card .last4::before {
  content: "•••• ";
  display: inline;
}
.checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-payment-method .opc-payment .payment-methods .payment-group .payment-method .payment-method-content.stripe-payments-card-form .stripe-payments-saved-cards-section .stripe-payments-saved-card .exp > span:first-child {
  text-transform: capitalize;
}
.checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-payment-method .opc-payment .payment-methods .payment-group .payment-method .payment-method-content.stripe-payments-card-form .fieldset.ccard .stripe-payments-elements {
  padding: 7px 12px;
  border: 1px solid #00577d;
  border-radius: 4px;
  background-color: #f2f6f9;
}
.checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-payment-method .opc-payment .payment-methods .payment-group .payment-method .payment-method-content.stripe-payments-card-form .fieldset.ccard .stripe-payments-elements:not(:last-of-type) {
  margin-bottom: 16px;
}
.checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-payment-method .opc-payment .payment-methods .payment-group .payment-method .payment-method-content.stripe-payments-card-form .fieldset.ccard .stripe-payments-elements .card-details-label {
  display: block;
  x-debug: "paragraph-xs";
  font-family: "semplicitaproregular", sans-serif;
  font-weight: 500;
  font-size: 0.563rem;
  line-height: 1.56em;
  font-style: normal;
  color: #00577d;
}
.checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-payment-method .opc-payment .payment-methods .payment-group .payment-method .payment-method-content.stripe-payments-card-form .fieldset.ccard .stripe-payments-elements .stripe-elements-field {
  display: block !important;
  width: 100% !important;
  padding: 0;
  margin: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #f2f6f9;
}
.checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-payment-method .opc-payment .payment-methods .payment-group .payment-method .payment-method-content.stripe-payments-card-form .fieldset.ccard #stripe-payments-card-errors {
  x-debug: "paragraph-xs";
  font-family: "semplicitaproregular", sans-serif;
  font-weight: 500;
  font-size: 0.563rem;
  line-height: 1.56em;
  font-style: normal;
  color: #960000;
  margin: -4px 12px 0;
  border: 0;
  padding: 0;
}
.checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-payment-method .opc-payment .payment-methods .payment-group .payment-method .payment-method-content.stripe-payments-card-form .fieldset.ccard #stripe-payments-card-errors:empty {
  display: none;
}
.checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-payment-method .opc-payment .payment-methods .payment-group .payment-method .payment-method-content .payment-method-billing-address .checkout-billing-address .billing-address-details {
  padding-left: 28px;
  x-debug: "paragraph-" s;
  font-family: "semplicitaproregular", sans-serif;
  font-weight: 500;
  font-size: 0.813rem;
  line-height: 1.38em;
  font-style: normal;
  color: #00577d;
}
.checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-payment-method .opc-payment .payment-methods .payment-group .payment-method .payment-method-content .payment-method-billing-address .checkout-billing-address .billing-address-details .action-edit-address {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 12px;
  padding: 14px 24px;
  -webkit-box-shadow: none;
  box-shadow: none;
  x-debug: "paragraph-s-bold";
  font-family: "semplicitaprobold", sans-serif;
  font-weight: 700;
  font-size: 0.813rem;
  line-height: 1.38em;
  font-style: normal;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  border-width: 1px;
  border-style: solid;
  border-radius: 4px;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
  background-color: transparent;
  border: 0;
  color: #00577d;
  padding: 0;
  text-decoration: underline;
  text-transform: none;
}
@media (prefers-reduced-motion: reduce) {
  .checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-payment-method .opc-payment .payment-methods .payment-group .payment-method .payment-method-content .payment-method-billing-address .checkout-billing-address .billing-address-details .action-edit-address {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-payment-method .opc-payment .payment-methods .payment-group .payment-method .payment-method-content .payment-method-billing-address .checkout-billing-address .billing-address-details .action-edit-address:disabled, .checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-payment-method .opc-payment .payment-methods .payment-group .payment-method .payment-method-content .payment-method-billing-address .checkout-billing-address .billing-address-details .action-edit-address[disabled], .checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-payment-method .opc-payment .payment-methods .payment-group .payment-method .payment-method-content .payment-method-billing-address .checkout-billing-address .billing-address-details .action-edit-address.disabled {
  cursor: default;
}
.checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-payment-method .opc-payment .payment-methods .payment-group .payment-method .payment-method-content .payment-method-billing-address .checkout-billing-address .billing-address-details .action-edit-address:active, .checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-payment-method .opc-payment .payment-methods .payment-group .payment-method .payment-method-content .payment-method-billing-address .checkout-billing-address .billing-address-details .action-edit-address:focus {
  background-color: transparent;
  border: 0;
  color: #00577d;
  -webkit-filter: brightness(1.25);
  filter: brightness(1.25);
}
@media (hover: hover) {
  .checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-payment-method .opc-payment .payment-methods .payment-group .payment-method .payment-method-content .payment-method-billing-address .checkout-billing-address .billing-address-details .action-edit-address:hover {
    background-color: transparent;
    border: 0;
    color: #00577d;
    -webkit-filter: brightness(1.25);
    filter: brightness(1.25);
  }
}
.checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-payment-method .opc-payment .payment-methods .payment-group .payment-method .payment-method-content .payment-method-billing-address .checkout-billing-address .billing-address-details .action-edit-address:disabled, .checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-payment-method .opc-payment .payment-methods .payment-group .payment-method .payment-method-content .payment-method-billing-address .checkout-billing-address .billing-address-details .action-edit-address[disabled], .checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-payment-method .opc-payment .payment-methods .payment-group .payment-method .payment-method-content .payment-method-billing-address .checkout-billing-address .billing-address-details .action-edit-address.disabled {
  background-color: transparent;
  border: 0;
  color: #00577d;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-payment-method .opc-payment .payment-methods .payment-group .payment-method .payment-method-content .payment-method-billing-address .checkout-billing-address .fieldset .field-select-billing .label {
  clip: unset;
  width: unset;
  height: unset;
  position: static;
  padding: 10px 0 0;
  x-debug: "paragraph-m";
  font-family: "semplicitaproregular", sans-serif;
  font-weight: 500;
  font-size: 0.938rem;
  line-height: 1.33em;
  font-style: normal;
  color: #00577d;
}
.checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-payment-method .opc-payment .payment-methods .payment-group .payment-method .payment-method-content .payment-method-billing-address .checkout-billing-address .fieldset .actions-toolbar .primary .action-update {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 12px;
  padding: 14px 24px;
  -webkit-box-shadow: none;
  box-shadow: none;
  x-debug: "paragraph-s-bold";
  font-family: "semplicitaprobold", sans-serif;
  font-weight: 700;
  font-size: 0.813rem;
  line-height: 1.38em;
  font-style: normal;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  border-width: 1px;
  border-style: solid;
  border-radius: 4px;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
  background-color: #00577d;
  border-color: #00577d;
  color: #ffffff;
}
@media (prefers-reduced-motion: reduce) {
  .checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-payment-method .opc-payment .payment-methods .payment-group .payment-method .payment-method-content .payment-method-billing-address .checkout-billing-address .fieldset .actions-toolbar .primary .action-update {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-payment-method .opc-payment .payment-methods .payment-group .payment-method .payment-method-content .payment-method-billing-address .checkout-billing-address .fieldset .actions-toolbar .primary .action-update:disabled, .checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-payment-method .opc-payment .payment-methods .payment-group .payment-method .payment-method-content .payment-method-billing-address .checkout-billing-address .fieldset .actions-toolbar .primary .action-update[disabled], .checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-payment-method .opc-payment .payment-methods .payment-group .payment-method .payment-method-content .payment-method-billing-address .checkout-billing-address .fieldset .actions-toolbar .primary .action-update.disabled {
  cursor: default;
}
.checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-payment-method .opc-payment .payment-methods .payment-group .payment-method .payment-method-content .payment-method-billing-address .checkout-billing-address .fieldset .actions-toolbar .primary .action-update:active, .checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-payment-method .opc-payment .payment-methods .payment-group .payment-method .payment-method-content .payment-method-billing-address .checkout-billing-address .fieldset .actions-toolbar .primary .action-update:focus {
  background-color: #00577d;
  border-color: #00577d;
  color: #ffffff;
  -webkit-filter: brightness(1.25);
  filter: brightness(1.25);
}
@media (hover: hover) {
  .checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-payment-method .opc-payment .payment-methods .payment-group .payment-method .payment-method-content .payment-method-billing-address .checkout-billing-address .fieldset .actions-toolbar .primary .action-update:hover {
    background-color: #00577d;
    border-color: #00577d;
    color: #ffffff;
    -webkit-filter: brightness(1.25);
    filter: brightness(1.25);
  }
}
.checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-payment-method .opc-payment .payment-methods .payment-group .payment-method .payment-method-content .payment-method-billing-address .checkout-billing-address .fieldset .actions-toolbar .primary .action-update:disabled, .checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-payment-method .opc-payment .payment-methods .payment-group .payment-method .payment-method-content .payment-method-billing-address .checkout-billing-address .fieldset .actions-toolbar .primary .action-update[disabled], .checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-payment-method .opc-payment .payment-methods .payment-group .payment-method .payment-method-content .payment-method-billing-address .checkout-billing-address .fieldset .actions-toolbar .primary .action-update.disabled {
  background-color: #00577d;
  border-color: #00577d;
  color: #ffffff;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-payment-method .opc-payment .payment-methods .payment-group .payment-method .payment-method-content .payment-method-billing-address .checkout-billing-address .fieldset .actions-toolbar .primary .action-cancel {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 12px;
  padding: 14px 24px;
  -webkit-box-shadow: none;
  box-shadow: none;
  x-debug: "paragraph-s-bold";
  font-family: "semplicitaprobold", sans-serif;
  font-weight: 700;
  font-size: 0.813rem;
  line-height: 1.38em;
  font-style: normal;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  border-width: 1px;
  border-style: solid;
  border-radius: 4px;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
  background-color: #ffffff;
  border-color: #00577d;
  color: #00577d;
  margin-top: 0;
  margin-right: 12px;
}
@media (prefers-reduced-motion: reduce) {
  .checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-payment-method .opc-payment .payment-methods .payment-group .payment-method .payment-method-content .payment-method-billing-address .checkout-billing-address .fieldset .actions-toolbar .primary .action-cancel {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-payment-method .opc-payment .payment-methods .payment-group .payment-method .payment-method-content .payment-method-billing-address .checkout-billing-address .fieldset .actions-toolbar .primary .action-cancel:disabled, .checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-payment-method .opc-payment .payment-methods .payment-group .payment-method .payment-method-content .payment-method-billing-address .checkout-billing-address .fieldset .actions-toolbar .primary .action-cancel[disabled], .checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-payment-method .opc-payment .payment-methods .payment-group .payment-method .payment-method-content .payment-method-billing-address .checkout-billing-address .fieldset .actions-toolbar .primary .action-cancel.disabled {
  cursor: default;
}
.checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-payment-method .opc-payment .payment-methods .payment-group .payment-method .payment-method-content .payment-method-billing-address .checkout-billing-address .fieldset .actions-toolbar .primary .action-cancel:active, .checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-payment-method .opc-payment .payment-methods .payment-group .payment-method .payment-method-content .payment-method-billing-address .checkout-billing-address .fieldset .actions-toolbar .primary .action-cancel:focus {
  background-color: #00577d;
  border-color: #00577d;
  color: #ffffff;
}
@media (hover: hover) {
  .checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-payment-method .opc-payment .payment-methods .payment-group .payment-method .payment-method-content .payment-method-billing-address .checkout-billing-address .fieldset .actions-toolbar .primary .action-cancel:hover {
    background-color: #00577d;
    border-color: #00577d;
    color: #ffffff;
  }
}
.checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-payment-method .opc-payment .payment-methods .payment-group .payment-method .payment-method-content .payment-method-billing-address .checkout-billing-address .fieldset .actions-toolbar .primary .action-cancel:disabled, .checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-payment-method .opc-payment .payment-methods .payment-group .payment-method .payment-method-content .payment-method-billing-address .checkout-billing-address .fieldset .actions-toolbar .primary .action-cancel[disabled], .checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-payment-method .opc-payment .payment-methods .payment-group .payment-method .payment-method-content .payment-method-billing-address .checkout-billing-address .fieldset .actions-toolbar .primary .action-cancel.disabled {
  background-color: #ffffff;
  border-color: #00577d;
  color: #00577d;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-payment-method .opc-payment .payment-methods .payment-group .payment-method .payment-method-content .payment-method-billing-address .checkout-billing-address .fieldset .actions-toolbar .primary .action-cancel:hover {
  text-decoration: none;
}
.checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-payment-method .opc-payment .payment-methods .payment-group .payment-method .payment-method-content .payment-method-note,
.checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-payment-method .opc-payment .payment-methods .payment-group .payment-method .payment-method-content > p:not([class]) {
  x-debug: "paragraph-" s;
  font-family: "semplicitaproregular", sans-serif;
  font-weight: 500;
  font-size: 0.813rem;
  line-height: 1.38em;
  font-style: normal;
  color: #00577d;
}
.checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-payment-method .opc-payment .payment-methods .payment-group .payment-method .payment-method-content .actions-toolbar .action.checkout {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 12px;
  padding: 14px 24px;
  -webkit-box-shadow: none;
  box-shadow: none;
  x-debug: "paragraph-s-bold";
  font-family: "semplicitaprobold", sans-serif;
  font-weight: 700;
  font-size: 0.813rem;
  line-height: 1.38em;
  font-style: normal;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  border-width: 1px;
  border-style: solid;
  border-radius: 4px;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
  background-color: #00577d;
  border-color: #00577d;
  color: #ffffff;
}
@media (prefers-reduced-motion: reduce) {
  .checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-payment-method .opc-payment .payment-methods .payment-group .payment-method .payment-method-content .actions-toolbar .action.checkout {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-payment-method .opc-payment .payment-methods .payment-group .payment-method .payment-method-content .actions-toolbar .action.checkout:disabled, .checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-payment-method .opc-payment .payment-methods .payment-group .payment-method .payment-method-content .actions-toolbar .action.checkout[disabled], .checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-payment-method .opc-payment .payment-methods .payment-group .payment-method .payment-method-content .actions-toolbar .action.checkout.disabled {
  cursor: default;
}
.checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-payment-method .opc-payment .payment-methods .payment-group .payment-method .payment-method-content .actions-toolbar .action.checkout:active, .checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-payment-method .opc-payment .payment-methods .payment-group .payment-method .payment-method-content .actions-toolbar .action.checkout:focus {
  background-color: #00577d;
  border-color: #00577d;
  color: #ffffff;
  -webkit-filter: brightness(1.25);
  filter: brightness(1.25);
}
@media (hover: hover) {
  .checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-payment-method .opc-payment .payment-methods .payment-group .payment-method .payment-method-content .actions-toolbar .action.checkout:hover {
    background-color: #00577d;
    border-color: #00577d;
    color: #ffffff;
    -webkit-filter: brightness(1.25);
    filter: brightness(1.25);
  }
}
.checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-payment-method .opc-payment .payment-methods .payment-group .payment-method .payment-method-content .actions-toolbar .action.checkout:disabled, .checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-payment-method .opc-payment .payment-methods .payment-group .payment-method .payment-method-content .actions-toolbar .action.checkout[disabled], .checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-payment-method .opc-payment .payment-methods .payment-group .payment-method .payment-method-content .actions-toolbar .action.checkout.disabled {
  background-color: #00577d;
  border-color: #00577d;
  color: #ffffff;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-payment-method .payment-option-title {
  border: 0;
}
@media (max-width: 1023.98px) {
  .checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-payment-method .rewards-block {
    margin: 0;
  }
}
.checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-payment-method .rewards-block .payment-option-title {
  padding: 0;
  margin: 0 0 24px;
}
@media (max-width: 767.98px) {
  .checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-payment-method .rewards-block .payment-option-title {
    x-debug: "h4-mobile";
    font-family: "semplicitaprobold", sans-serif;
    font-weight: 700;
    font-size: 0.938rem;
    line-height: 1.4em;
    font-style: normal;
    color: #00577d;
  }
}
@media (min-width: 768px) {
  .checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-payment-method .rewards-block .payment-option-title {
    x-debug: "h4-desktop";
    font-family: "semplicitaprobold", sans-serif;
    font-weight: 700;
    font-size: 0.938rem;
    line-height: 1.4em;
    font-style: normal;
    color: #00577d;
  }
}
.checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-payment-method .rewards-block .payment-option-title .action-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 4px;
}
.checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-payment-method .rewards-block .payment-option-title .action-toggle::after, .checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-payment-method .rewards-block .payment-option-title .action-toggle:hover::after {
  color: #00577d;
}
.checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-payment-method .rewards-block .payment-option-content {
  padding: 0;
}
.checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-payment-method .rewards-block .payment-option-content .label--checkbox .box-check + span {
  padding-right: 5px;
}
.checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-payment-method .rewards-block .payment-option-content #points_amount::-webkit-input-placeholder {
  padding-left: 0;
}
.checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-payment-method .rewards-block .payment-option-content #points_amount::-moz-placeholder {
  padding-left: 0;
}
.checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-payment-method .rewards-block .payment-option-content #points_amount:-ms-input-placeholder {
  padding-left: 0;
}
.checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-payment-method .rewards-block .payment-option-content #points_amount::-ms-input-placeholder {
  padding-left: 0;
}
.checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-payment-method .rewards-block .payment-option-content #points_amount::placeholder {
  padding-left: 0;
}
.checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-payment-method .rewards-block .payment-option-content .actions-toolbar .primary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-flow: row-reverse wrap;
  flex-flow: row-reverse wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 12px;
}
.checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-payment-method .rewards-block .payment-option-content .actions-toolbar .primary .action {
  margin: 0;
}
.checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-payment-method .rewards-block .payment-option-content .actions-toolbar .primary .action:first-child {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 12px;
  padding: 14px 24px;
  -webkit-box-shadow: none;
  box-shadow: none;
  x-debug: "paragraph-s-bold";
  font-family: "semplicitaprobold", sans-serif;
  font-weight: 700;
  font-size: 0.813rem;
  line-height: 1.38em;
  font-style: normal;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  border-width: 1px;
  border-style: solid;
  border-radius: 4px;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
  background-color: #00577d;
  border-color: #00577d;
  color: #ffffff;
}
@media (prefers-reduced-motion: reduce) {
  .checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-payment-method .rewards-block .payment-option-content .actions-toolbar .primary .action:first-child {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-payment-method .rewards-block .payment-option-content .actions-toolbar .primary .action:first-child:disabled, .checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-payment-method .rewards-block .payment-option-content .actions-toolbar .primary .action:first-child[disabled], .checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-payment-method .rewards-block .payment-option-content .actions-toolbar .primary .action:first-child.disabled {
  cursor: default;
}
.checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-payment-method .rewards-block .payment-option-content .actions-toolbar .primary .action:first-child:active, .checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-payment-method .rewards-block .payment-option-content .actions-toolbar .primary .action:first-child:focus {
  background-color: #00577d;
  border-color: #00577d;
  color: #ffffff;
  -webkit-filter: brightness(1.25);
  filter: brightness(1.25);
}
@media (hover: hover) {
  .checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-payment-method .rewards-block .payment-option-content .actions-toolbar .primary .action:first-child:hover {
    background-color: #00577d;
    border-color: #00577d;
    color: #ffffff;
    -webkit-filter: brightness(1.25);
    filter: brightness(1.25);
  }
}
.checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-payment-method .rewards-block .payment-option-content .actions-toolbar .primary .action:first-child:disabled, .checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-payment-method .rewards-block .payment-option-content .actions-toolbar .primary .action:first-child[disabled], .checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-payment-method .rewards-block .payment-option-content .actions-toolbar .primary .action:first-child.disabled {
  background-color: #00577d;
  border-color: #00577d;
  color: #ffffff;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-payment-method .rewards-block .payment-option-content .actions-toolbar .primary .action:last-child {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 12px;
  padding: 14px 24px;
  -webkit-box-shadow: none;
  box-shadow: none;
  x-debug: "paragraph-s-bold";
  font-family: "semplicitaprobold", sans-serif;
  font-weight: 700;
  font-size: 0.813rem;
  line-height: 1.38em;
  font-style: normal;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  border-width: 1px;
  border-style: solid;
  border-radius: 4px;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
  background-color: #ffffff;
  border-color: #00577d;
  color: #00577d;
}
@media (prefers-reduced-motion: reduce) {
  .checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-payment-method .rewards-block .payment-option-content .actions-toolbar .primary .action:last-child {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-payment-method .rewards-block .payment-option-content .actions-toolbar .primary .action:last-child:disabled, .checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-payment-method .rewards-block .payment-option-content .actions-toolbar .primary .action:last-child[disabled], .checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-payment-method .rewards-block .payment-option-content .actions-toolbar .primary .action:last-child.disabled {
  cursor: default;
}
.checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-payment-method .rewards-block .payment-option-content .actions-toolbar .primary .action:last-child:active, .checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-payment-method .rewards-block .payment-option-content .actions-toolbar .primary .action:last-child:focus {
  background-color: #00577d;
  border-color: #00577d;
  color: #ffffff;
}
@media (hover: hover) {
  .checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-payment-method .rewards-block .payment-option-content .actions-toolbar .primary .action:last-child:hover {
    background-color: #00577d;
    border-color: #00577d;
    color: #ffffff;
  }
}
.checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-payment-method .rewards-block .payment-option-content .actions-toolbar .primary .action:last-child:disabled, .checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-payment-method .rewards-block .payment-option-content .actions-toolbar .primary .action:last-child[disabled], .checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-payment-method .rewards-block .payment-option-content .actions-toolbar .primary .action:last-child.disabled {
  background-color: #ffffff;
  border-color: #00577d;
  color: #00577d;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

@media (max-width: 767.98px) {
  .checkout-index-index .page-wrapper .checkout-container .opc-sidebar.custom-slide {
    position: static;
    visibility: visible;
    opacity: 1;
    z-index: 0;
  }
  .checkout-index-index .page-wrapper .checkout-container .opc-sidebar.custom-slide .modal-inner-wrap {
    height: auto;
    min-height: auto;
    overflow-y: visible;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.checkout-index-index .page-wrapper .checkout-container .opc-sidebar #opc-sidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 24px;
  background-color: #f2f6f9;
  padding: 20px 0;
  -webkit-box-shadow: 50px 0 0 #f2f6f9, -50px 0 0 #f2f6f9;
  box-shadow: 50px 0 0 #f2f6f9, -50px 0 0 #f2f6f9;
}
@media (min-width: 1024px) {
  .checkout-index-index .page-wrapper .checkout-container .opc-sidebar #opc-sidebar {
    padding: 20px;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.checkout-index-index .page-wrapper .checkout-container .opc-sidebar .opc-block-summary {
  padding: 0;
  margin: 0;
}
.checkout-index-index .page-wrapper .checkout-container .opc-sidebar .opc-block-summary > .title {
  text-transform: none;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(0, 87, 125, 0.2);
}
@media (max-width: 767.98px) {
  .checkout-index-index .page-wrapper .checkout-container .opc-sidebar .opc-block-summary > .title {
    x-debug: "h3-mobile";
    font-family: "semplicitaprobold", sans-serif;
    font-weight: 700;
    font-size: 0.938rem;
    line-height: 1.4em;
    font-style: normal;
    color: #00577d;
  }
}
@media (min-width: 768px) {
  .checkout-index-index .page-wrapper .checkout-container .opc-sidebar .opc-block-summary > .title {
    x-debug: "h3-desktop";
    font-family: "semplicitaprobold", sans-serif;
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.35em;
    font-style: normal;
    color: #00577d;
  }
}
.checkout-index-index .page-wrapper .checkout-container .opc-sidebar .opc-block-summary > .items-in-cart {
  margin: 0;
}
.checkout-index-index .page-wrapper .checkout-container .opc-sidebar .opc-block-summary > .items-in-cart.active {
  margin-bottom: 16px;
}
.checkout-index-index .page-wrapper .checkout-container .opc-sidebar .opc-block-summary > .items-in-cart.active > .title::after {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
.checkout-index-index .page-wrapper .checkout-container .opc-sidebar .opc-block-summary > .items-in-cart.active > .actions-toolbar {
  display: block;
}
.checkout-index-index .page-wrapper .checkout-container .opc-sidebar .opc-block-summary > .items-in-cart > .title {
  border-bottom: 0;
  padding: 16px 40px 16px 0;
}
.checkout-index-index .page-wrapper .checkout-container .opc-sidebar .opc-block-summary > .items-in-cart > .title::after {
  content: "";
  top: 20px;
  margin: 0;
  width: 12px;
  height: 12px;
  background-image: url("../../frontend/Codazon/unlimited_miamo/it_IT/images/svg/sprite/chevron-down.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.checkout-index-index .page-wrapper .checkout-container .opc-sidebar .opc-block-summary > .items-in-cart > .title p {
  x-debug: "paragraph-m";
  font-family: "semplicitaproregular", sans-serif;
  font-weight: 500;
  font-size: 0.938rem;
  line-height: 1.33em;
  font-style: normal;
  color: #00577d;
  text-transform: lowercase;
  padding: 0;
}
.checkout-index-index .page-wrapper .checkout-container .opc-sidebar .opc-block-summary > .items-in-cart > .minicart-items .minicart-items-wrapper {
  margin: 0;
  padding: 8px 0;
}
.checkout-index-index .page-wrapper .checkout-container .opc-sidebar .opc-block-summary > .items-in-cart > .minicart-items .minicart-items-wrapper.overflowed {
  padding-right: 8px;
}
.checkout-index-index .page-wrapper .checkout-container .opc-sidebar .opc-block-summary > .items-in-cart > .minicart-items .minicart-items-wrapper .minicart-items .product-item:not(:first-child) {
  padding-top: 16px;
}
.checkout-index-index .page-wrapper .checkout-container .opc-sidebar .opc-block-summary > .items-in-cart > .minicart-items .minicart-items-wrapper .minicart-items .product-item .product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 16px;
}
.checkout-index-index .page-wrapper .checkout-container .opc-sidebar .opc-block-summary > .items-in-cart > .minicart-items .minicart-items-wrapper .minicart-items .product-item .product::before, .checkout-index-index .page-wrapper .checkout-container .opc-sidebar .opc-block-summary > .items-in-cart > .minicart-items .minicart-items-wrapper .minicart-items .product-item .product::after {
  display: none;
}
.checkout-index-index .page-wrapper .checkout-container .opc-sidebar .opc-block-summary > .items-in-cart > .minicart-items .minicart-items-wrapper .minicart-items .product-item .product .product-image-container {
  width: 100% !important;
  max-width: 90px !important;
  display: block;
}
.checkout-index-index .page-wrapper .checkout-container .opc-sidebar .opc-block-summary > .items-in-cart > .minicart-items .minicart-items-wrapper .minicart-items .product-item .product .product-image-container .product-image-wrapper {
  display: block;
}
.checkout-index-index .page-wrapper .checkout-container .opc-sidebar .opc-block-summary > .items-in-cart > .minicart-items .minicart-items-wrapper .minicart-items .product-item .product .product-image-container .product-image-wrapper img {
  display: block;
  border-radius: 5px;
}
.checkout-index-index .page-wrapper .checkout-container .opc-sidebar .opc-block-summary > .items-in-cart > .minicart-items .minicart-items-wrapper .minicart-items .product-item .product .product-item-details {
  padding: 0;
  width: auto;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.checkout-index-index .page-wrapper .checkout-container .opc-sidebar .opc-block-summary > .items-in-cart > .minicart-items .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product-item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 16px;
  margin: 0;
}
.checkout-index-index .page-wrapper .checkout-container .opc-sidebar .opc-block-summary > .items-in-cart > .minicart-items .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product-item-inner .product-item-name-block {
  display: block;
  padding: 0;
}
.checkout-index-index .page-wrapper .checkout-container .opc-sidebar .opc-block-summary > .items-in-cart > .minicart-items .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product-item-inner .product-item-name-block .product-item-name {
  x-debug: "paragraph-s-bold";
  font-family: "semplicitaprobold", sans-serif;
  font-weight: 700;
  font-size: 0.813rem;
  line-height: 1.38em;
  font-style: normal;
  color: #00577d;
  text-transform: uppercase;
  margin: 0;
}
.checkout-index-index .page-wrapper .checkout-container .opc-sidebar .opc-block-summary > .items-in-cart > .minicart-items .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product-item-inner .product-item-name-block .details-qty {
  x-debug: "paragraph-" s;
  font-family: "semplicitaproregular", sans-serif;
  font-weight: 500;
  font-size: 0.813rem;
  line-height: 1.38em;
  font-style: normal;
  color: #00577d;
  margin: 16px 0 0;
}
.checkout-index-index .page-wrapper .checkout-container .opc-sidebar .opc-block-summary > .items-in-cart > .minicart-items .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product-item-inner .subtotal {
  display: block;
}
.checkout-index-index .page-wrapper .checkout-container .opc-sidebar .opc-block-summary > .items-in-cart > .minicart-items .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product-item-inner .subtotal span {
  x-debug: "paragraph-" s;
  font-family: "semplicitaproregular", sans-serif;
  font-weight: 500;
  font-size: 0.813rem;
  line-height: 1.38em;
  font-style: normal;
  color: #00577d;
}
.checkout-index-index .page-wrapper .checkout-container .opc-sidebar .opc-block-summary > .items-in-cart > .minicart-items .minicart-items-wrapper .minicart-items .product-item .product .cart.item.message.notice {
  border-radius: 4px;
  margin: -4px 0;
  padding: 4px 8px;
  x-debug: "paragraph-" s;
  font-family: "semplicitaproregular", sans-serif;
  font-weight: 500;
  font-size: 0.813rem;
  line-height: 1.38em;
  font-style: normal;
  color: #6f4400;
}
.checkout-index-index .page-wrapper .checkout-container .opc-sidebar .opc-block-summary > .items-in-cart > .actions-toolbar {
  display: none;
  margin: 0 0 16px;
}
.checkout-index-index .page-wrapper .checkout-container .opc-sidebar .opc-block-summary > .items-in-cart > .actions-toolbar .secondary {
  border-top: 1px solid rgba(0, 87, 125, 0.2);
}
.checkout-index-index .page-wrapper .checkout-container .opc-sidebar .opc-block-summary > .items-in-cart > .actions-toolbar .secondary .action {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 12px;
  padding: 14px 24px;
  -webkit-box-shadow: none;
  box-shadow: none;
  x-debug: "paragraph-s-bold";
  font-family: "semplicitaprobold", sans-serif;
  font-weight: 700;
  font-size: 0.813rem;
  line-height: 1.38em;
  font-style: normal;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  border-width: 1px;
  border-style: solid;
  border-radius: 4px;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
  background-color: transparent;
  border-color: #00577d;
  color: #00577d;
  width: 100%;
}
@media (prefers-reduced-motion: reduce) {
  .checkout-index-index .page-wrapper .checkout-container .opc-sidebar .opc-block-summary > .items-in-cart > .actions-toolbar .secondary .action {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.checkout-index-index .page-wrapper .checkout-container .opc-sidebar .opc-block-summary > .items-in-cart > .actions-toolbar .secondary .action:disabled, .checkout-index-index .page-wrapper .checkout-container .opc-sidebar .opc-block-summary > .items-in-cart > .actions-toolbar .secondary .action[disabled], .checkout-index-index .page-wrapper .checkout-container .opc-sidebar .opc-block-summary > .items-in-cart > .actions-toolbar .secondary .action.disabled {
  cursor: default;
}
.checkout-index-index .page-wrapper .checkout-container .opc-sidebar .opc-block-summary > .items-in-cart > .actions-toolbar .secondary .action:active, .checkout-index-index .page-wrapper .checkout-container .opc-sidebar .opc-block-summary > .items-in-cart > .actions-toolbar .secondary .action:focus {
  background-color: #00577d;
  border-color: #00577d;
  color: #ffffff;
}
@media (hover: hover) {
  .checkout-index-index .page-wrapper .checkout-container .opc-sidebar .opc-block-summary > .items-in-cart > .actions-toolbar .secondary .action:hover {
    background-color: #00577d;
    border-color: #00577d;
    color: #ffffff;
  }
}
.checkout-index-index .page-wrapper .checkout-container .opc-sidebar .opc-block-summary > .items-in-cart > .actions-toolbar .secondary .action:disabled, .checkout-index-index .page-wrapper .checkout-container .opc-sidebar .opc-block-summary > .items-in-cart > .actions-toolbar .secondary .action[disabled], .checkout-index-index .page-wrapper .checkout-container .opc-sidebar .opc-block-summary > .items-in-cart > .actions-toolbar .secondary .action.disabled {
  background-color: #f2f6f9;
  border-color: #00577d;
  color: #00577d;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.checkout-index-index .page-wrapper .checkout-container .opc-sidebar .opc-block-summary > .table-totals-wrapper {
  padding: 16px 0;
  border-top: 1px solid rgba(0, 87, 125, 0.2);
}
.checkout-index-index .page-wrapper .checkout-container .opc-sidebar .opc-block-summary > .table-totals-wrapper .table-totals tr:not(:last-of-type) > * {
  padding-bottom: 8px;
}
.checkout-index-index .page-wrapper .checkout-container .opc-sidebar .opc-block-summary > .table-totals-wrapper .table-totals th,
.checkout-index-index .page-wrapper .checkout-container .opc-sidebar .opc-block-summary > .table-totals-wrapper .table-totals td {
  padding: 0;
}
.checkout-index-index .page-wrapper .checkout-container .opc-sidebar .opc-block-summary > .table-totals-wrapper .table-totals .mark {
  x-debug: "paragraph-m";
  font-family: "semplicitaproregular", sans-serif;
  font-weight: 500;
  font-size: 0.938rem;
  line-height: 1.33em;
  font-style: normal;
  color: #00577d;
}
.checkout-index-index .page-wrapper .checkout-container .opc-sidebar .opc-block-summary > .table-totals-wrapper .table-totals .mark .value {
  x-debug: "paragraph-" s;
  font-family: "semplicitaproregular", sans-serif;
  font-weight: 500;
  font-size: 0.813rem;
  line-height: 1.38em;
  font-style: normal;
  color: #00577d;
}
.checkout-index-index .page-wrapper .checkout-container .opc-sidebar .opc-block-summary > .table-totals-wrapper .table-totals .amount {
  x-debug: "paragraph-m";
  font-family: "semplicitaproregular", sans-serif;
  font-weight: 500;
  font-size: 0.938rem;
  line-height: 1.33em;
  font-style: normal;
  color: #00577d;
  vertical-align: middle;
}
.checkout-index-index .page-wrapper .checkout-container .opc-sidebar .opc-block-summary > .table-totals-wrapper .table-totals .totals.original-price-total .amount {
  text-decoration: line-through;
}
.checkout-index-index .page-wrapper .checkout-container .opc-sidebar .opc-block-summary > .summary-discount-code {
  display: none;
  border-top: 1px solid rgba(0, 87, 125, 0.2);
  padding-top: 24px;
}
.checkout-index-index .page-wrapper .checkout-container .opc-sidebar .opc-block-summary > .summary-discount-code .summary-discount-code__title {
  margin-bottom: 16px;
}
@media (max-width: 767.98px) {
  .checkout-index-index .page-wrapper .checkout-container .opc-sidebar .opc-block-summary > .summary-discount-code .summary-discount-code__title {
    x-debug: "h4-mobile";
    font-family: "semplicitaprobold", sans-serif;
    font-weight: 700;
    font-size: 0.938rem;
    line-height: 1.4em;
    font-style: normal;
    color: #00577d;
  }
}
@media (min-width: 768px) {
  .checkout-index-index .page-wrapper .checkout-container .opc-sidebar .opc-block-summary > .summary-discount-code .summary-discount-code__title {
    x-debug: "h4-desktop";
    font-family: "semplicitaprobold", sans-serif;
    font-weight: 700;
    font-size: 0.938rem;
    line-height: 1.4em;
    font-style: normal;
    color: #00577d;
  }
}
.checkout-index-index .page-wrapper .checkout-container .opc-sidebar .opc-block-summary > .summary-discount-code .summary-discount-code__content .summary-discount-code__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.checkout-index-index .page-wrapper .checkout-container .opc-sidebar .opc-block-summary > .summary-discount-code .summary-discount-code__content .summary-discount-code__inner .field {
  margin-bottom: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.checkout-index-index .page-wrapper .checkout-container .opc-sidebar .opc-block-summary > .summary-discount-code .summary-discount-code__content .summary-discount-code__inner .field .control .input-text {
  border-radius: 4px 0 0 4px;
}
.checkout-index-index .page-wrapper .checkout-container .opc-sidebar .opc-block-summary > .summary-discount-code .summary-discount-code__content .summary-discount-code__inner .field .control .input-text::-webkit-input-placeholder {
  font-style: normal;
}
.checkout-index-index .page-wrapper .checkout-container .opc-sidebar .opc-block-summary > .summary-discount-code .summary-discount-code__content .summary-discount-code__inner .field .control .input-text::-moz-placeholder {
  font-style: normal;
}
.checkout-index-index .page-wrapper .checkout-container .opc-sidebar .opc-block-summary > .summary-discount-code .summary-discount-code__content .summary-discount-code__inner .field .control .input-text:-ms-input-placeholder {
  font-style: normal;
}
.checkout-index-index .page-wrapper .checkout-container .opc-sidebar .opc-block-summary > .summary-discount-code .summary-discount-code__content .summary-discount-code__inner .field .control .input-text::-ms-input-placeholder {
  font-style: normal;
}
.checkout-index-index .page-wrapper .checkout-container .opc-sidebar .opc-block-summary > .summary-discount-code .summary-discount-code__content .summary-discount-code__inner .field .control .input-text::placeholder {
  font-style: normal;
}
.checkout-index-index .page-wrapper .checkout-container .opc-sidebar .opc-block-summary > .summary-discount-code .summary-discount-code__content .summary-discount-code__inner .actions-toolbar {
  max-width: 50%;
}
.checkout-index-index .page-wrapper .checkout-container .opc-sidebar .opc-block-summary > .summary-discount-code .summary-discount-code__content .summary-discount-code__inner .actions-toolbar .action {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 12px;
  padding: 14px 24px;
  -webkit-box-shadow: none;
  box-shadow: none;
  x-debug: "paragraph-s-bold";
  font-family: "semplicitaprobold", sans-serif;
  font-weight: 700;
  font-size: 0.813rem;
  line-height: 1.38em;
  font-style: normal;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  border-width: 1px;
  border-style: solid;
  border-radius: 4px;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
  background-color: #00577d;
  border-color: #00577d;
  color: #ffffff;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  line-height: 1rem;
  border-left: 0;
  width: 100%;
}
@media (prefers-reduced-motion: reduce) {
  .checkout-index-index .page-wrapper .checkout-container .opc-sidebar .opc-block-summary > .summary-discount-code .summary-discount-code__content .summary-discount-code__inner .actions-toolbar .action {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.checkout-index-index .page-wrapper .checkout-container .opc-sidebar .opc-block-summary > .summary-discount-code .summary-discount-code__content .summary-discount-code__inner .actions-toolbar .action:disabled, .checkout-index-index .page-wrapper .checkout-container .opc-sidebar .opc-block-summary > .summary-discount-code .summary-discount-code__content .summary-discount-code__inner .actions-toolbar .action[disabled], .checkout-index-index .page-wrapper .checkout-container .opc-sidebar .opc-block-summary > .summary-discount-code .summary-discount-code__content .summary-discount-code__inner .actions-toolbar .action.disabled {
  cursor: default;
}
.checkout-index-index .page-wrapper .checkout-container .opc-sidebar .opc-block-summary > .summary-discount-code .summary-discount-code__content .summary-discount-code__inner .actions-toolbar .action:active, .checkout-index-index .page-wrapper .checkout-container .opc-sidebar .opc-block-summary > .summary-discount-code .summary-discount-code__content .summary-discount-code__inner .actions-toolbar .action:focus {
  background-color: #00577d;
  border-color: #00577d;
  color: #ffffff;
  -webkit-filter: brightness(1.25);
  filter: brightness(1.25);
}
@media (hover: hover) {
  .checkout-index-index .page-wrapper .checkout-container .opc-sidebar .opc-block-summary > .summary-discount-code .summary-discount-code__content .summary-discount-code__inner .actions-toolbar .action:hover {
    background-color: #00577d;
    border-color: #00577d;
    color: #ffffff;
    -webkit-filter: brightness(1.25);
    filter: brightness(1.25);
  }
}
.checkout-index-index .page-wrapper .checkout-container .opc-sidebar .opc-block-summary > .summary-discount-code .summary-discount-code__content .summary-discount-code__inner .actions-toolbar .action:disabled, .checkout-index-index .page-wrapper .checkout-container .opc-sidebar .opc-block-summary > .summary-discount-code .summary-discount-code__content .summary-discount-code__inner .actions-toolbar .action[disabled], .checkout-index-index .page-wrapper .checkout-container .opc-sidebar .opc-block-summary > .summary-discount-code .summary-discount-code__content .summary-discount-code__inner .actions-toolbar .action.disabled {
  background-color: #00577d;
  border-color: #00577d;
  color: #ffffff;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.checkout-index-index .page-wrapper .checkout-container .opc-sidebar .opc-block-summary > .summary-discount-code .summary-discount-code__content .summary-discount-code__inner .actions-toolbar .action span {
  display: block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.checkout-index-index .page-wrapper .checkout-container .opc-sidebar .opc-block-summary > .summary-discount-code .summary-discount-code__content .summary-discount-code__inner .field:has(+ .actions-toolbar > .action-cancel) .input-text {
  border-right: 0;
}
.checkout-index-index .page-wrapper .checkout-container .opc-sidebar .opc-block-summary > .summary-discount-code .summary-discount-code__content .summary-discount-code__inner .field:has(+ .actions-toolbar > .action-cancel) + .actions-toolbar > .action-cancel {
  border-left: 1px solid #00577d;
}
.checkout-index-index .page-wrapper .checkout-container .opc-sidebar .opc-block-shipping-information {
  display: none;
}
.checkout-index-index .page-wrapper .checkout-container .opc-sidebar .sidebar-info .sidebar-info__details {
  padding: 16px 0;
  border-top: 1px solid rgba(0, 87, 125, 0.2);
}
.checkout-index-index .page-wrapper .checkout-container .opc-sidebar .sidebar-info .sidebar-info__details:last-child {
  padding-bottom: 0;
}
.checkout-index-index .page-wrapper .checkout-container .opc-sidebar .sidebar-info .sidebar-info__details:not([open]) .sidebar-info__summary::after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.checkout-index-index .page-wrapper .checkout-container .opc-sidebar .sidebar-info .sidebar-info__details .sidebar-info__summary {
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
}
@media (max-width: 767.98px) {
  .checkout-index-index .page-wrapper .checkout-container .opc-sidebar .sidebar-info .sidebar-info__details .sidebar-info__summary {
    x-debug: "h4-mobile";
    font-family: "semplicitaprobold", sans-serif;
    font-weight: 700;
    font-size: 0.938rem;
    line-height: 1.4em;
    font-style: normal;
    color: #00577d;
  }
}
@media (min-width: 768px) {
  .checkout-index-index .page-wrapper .checkout-container .opc-sidebar .sidebar-info .sidebar-info__details .sidebar-info__summary {
    x-debug: "h4-desktop";
    font-family: "semplicitaprobold", sans-serif;
    font-weight: 700;
    font-size: 0.938rem;
    line-height: 1.4em;
    font-style: normal;
    color: #00577d;
  }
}
.checkout-index-index .page-wrapper .checkout-container .opc-sidebar .sidebar-info .sidebar-info__details .sidebar-info__summary::before, .checkout-index-index .page-wrapper .checkout-container .opc-sidebar .sidebar-info .sidebar-info__details .sidebar-info__summary::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 16px;
  height: 1px;
  background-color: #00577d;
  opacity: 1;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.checkout-index-index .page-wrapper .checkout-container .opc-sidebar .sidebar-info .sidebar-info__details .sidebar-info__content {
  x-debug: "paragraph-" s;
  font-family: "semplicitaproregular", sans-serif;
  font-weight: 500;
  font-size: 0.813rem;
  line-height: 1.38em;
  font-style: normal;
  color: #00577d;
  padding-top: 16px;
}
.checkout-index-index .page-wrapper .checkout-container .opc-sidebar .sidebar-info .sidebar-info__details .sidebar-info__content > *:last-child {
  margin-bottom: 0;
}
.checkout-index-index .page-wrapper .checkout-container .opc-sidebar .sidebar-info .sidebar-info__details .sidebar-info__content.images-grid > * {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(70px, 1fr));
  gap: 8px;
}
.checkout-index-index .page-wrapper .checkout-container .opc-sidebar .sidebar-info .sidebar-info__details .sidebar-info__content.images-grid > * img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  overflow: hidden;
}

.checkout-onepage-success .page-wrapper .page-main {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}
.checkout-onepage-success .page-wrapper .page-main .columns {
  width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.checkout-onepage-success .page-wrapper .page-footer {
  margin-top: 0 !important;
}
.checkout-onepage-success .page-wrapper .miamo-checkout-success .miamo-checkout-success__banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: #f2f6f9;
  border-bottom: 1px solid rgba(0, 87, 125, 0.2);
}
@media (min-width: 768px) {
  .checkout-onepage-success .page-wrapper .miamo-checkout-success .miamo-checkout-success__banner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
  }
  @supports (min-height: clamp(10px, 20vw, 30px)) {
    .checkout-onepage-success .page-wrapper .miamo-checkout-success .miamo-checkout-success__banner {
      min-height: clamp(320px, 23vw, 500px);
    }
  }
}
.checkout-onepage-success .page-wrapper .miamo-checkout-success .miamo-checkout-success__banner .miamo-checkout-success__picture {
  width: 100%;
  position: relative;
  aspect-ratio: 375/155;
}
@media (min-width: 768px) {
  .checkout-onepage-success .page-wrapper .miamo-checkout-success .miamo-checkout-success__banner .miamo-checkout-success__picture {
    width: calc(50% + 5vw);
    aspect-ratio: unset;
  }
}
.checkout-onepage-success .page-wrapper .miamo-checkout-success .miamo-checkout-success__banner .miamo-checkout-success__picture .miamo-checkout-success__image {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.checkout-onepage-success .page-wrapper .miamo-checkout-success .miamo-checkout-success__banner .miamo-checkout-success__header {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 30px 20px;
}
@media (min-width: 768px) {
  .checkout-onepage-success .page-wrapper .miamo-checkout-success .miamo-checkout-success__banner .miamo-checkout-success__header {
    width: calc(50% - 5vw);
    padding: 96px 80px;
  }
}
.checkout-onepage-success .page-wrapper .miamo-checkout-success .miamo-checkout-success__banner .miamo-checkout-success__header .miamo-checkout-success__title,
.checkout-onepage-success .page-wrapper .miamo-checkout-success .miamo-checkout-success__banner .miamo-checkout-success__header .miamo-checkout-success__subtitle,
.checkout-onepage-success .page-wrapper .miamo-checkout-success .miamo-checkout-success__banner .miamo-checkout-success__header .miamo-checkout-success__copy {
  text-align: center;
}
@media (min-width: 768px) {
  .checkout-onepage-success .page-wrapper .miamo-checkout-success .miamo-checkout-success__banner .miamo-checkout-success__header .miamo-checkout-success__title,
  .checkout-onepage-success .page-wrapper .miamo-checkout-success .miamo-checkout-success__banner .miamo-checkout-success__header .miamo-checkout-success__subtitle,
  .checkout-onepage-success .page-wrapper .miamo-checkout-success .miamo-checkout-success__banner .miamo-checkout-success__header .miamo-checkout-success__copy {
    text-align: left;
  }
}
.checkout-onepage-success .page-wrapper .miamo-checkout-success .miamo-checkout-success__banner .miamo-checkout-success__header .miamo-checkout-success__title {
  margin: 0 0 16px;
}
@media (max-width: 767.98px) {
  .checkout-onepage-success .page-wrapper .miamo-checkout-success .miamo-checkout-success__banner .miamo-checkout-success__header .miamo-checkout-success__title {
    x-debug: "h1-mobile";
    font-family: "semplicitaprobold", sans-serif;
    font-weight: 700;
    font-size: 1.563rem;
    line-height: 1.36em;
    font-style: normal;
    color: #00577d;
  }
}
@media (min-width: 768px) {
  .checkout-onepage-success .page-wrapper .miamo-checkout-success .miamo-checkout-success__banner .miamo-checkout-success__header .miamo-checkout-success__title {
    x-debug: "h1-desktop";
    font-family: "semplicitaprobold", sans-serif;
    font-weight: 700;
    font-size: 2.188rem;
    line-height: 1.29em;
    font-style: normal;
    color: #00577d;
  }
}
.checkout-onepage-success .page-wrapper .miamo-checkout-success .miamo-checkout-success__banner .miamo-checkout-success__header .miamo-checkout-success__subtitle {
  margin: 0 0 4px;
}
@media (max-width: 767.98px) {
  .checkout-onepage-success .page-wrapper .miamo-checkout-success .miamo-checkout-success__banner .miamo-checkout-success__header .miamo-checkout-success__subtitle {
    x-debug: "h4-mobile";
    font-family: "semplicitaprobold", sans-serif;
    font-weight: 700;
    font-size: 0.938rem;
    line-height: 1.4em;
    font-style: normal;
    color: #00577d;
  }
}
@media (min-width: 768px) {
  .checkout-onepage-success .page-wrapper .miamo-checkout-success .miamo-checkout-success__banner .miamo-checkout-success__header .miamo-checkout-success__subtitle {
    x-debug: "h4-desktop";
    font-family: "semplicitaprobold", sans-serif;
    font-weight: 700;
    font-size: 0.938rem;
    line-height: 1.4em;
    font-style: normal;
    color: #00577d;
  }
}
.checkout-onepage-success .page-wrapper .miamo-checkout-success .miamo-checkout-success__banner .miamo-checkout-success__header .miamo-checkout-success__copy {
  x-debug: "paragraph-m";
  font-family: "semplicitaproregular", sans-serif;
  font-weight: 500;
  font-size: 0.938rem;
  line-height: 1.33em;
  font-style: normal;
  color: #00577d;
  margin: 0;
}
.checkout-onepage-success .page-wrapper .miamo-checkout-success .miamo-checkout-success__additional-info:empty {
  display: none;
}
.checkout-onepage-success .page-wrapper .miamo-checkout-success .miamo-checkout-success__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .checkout-onepage-success .page-wrapper .miamo-checkout-success .miamo-checkout-success__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
  }
}
.checkout-onepage-success .page-wrapper .miamo-checkout-success .miamo-checkout-success__content .miamo-checkout-success__continue,
.checkout-onepage-success .page-wrapper .miamo-checkout-success .miamo-checkout-success__content .miamo-checkout-success__registration {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 40px;
}
.checkout-onepage-success .page-wrapper .miamo-checkout-success .miamo-checkout-success__content .miamo-checkout-success__continue .miamo-checkout-success__content-inner,
.checkout-onepage-success .page-wrapper .miamo-checkout-success .miamo-checkout-success__content .miamo-checkout-success__registration .miamo-checkout-success__content-inner {
  width: 100%;
  max-width: 395px;
  margin: 0 auto;
}
.checkout-onepage-success .page-wrapper .miamo-checkout-success .miamo-checkout-success__content .miamo-checkout-success__continue .miamo-checkout-success__content-inner .miamo-checkout-success__title,
.checkout-onepage-success .page-wrapper .miamo-checkout-success .miamo-checkout-success__content .miamo-checkout-success__registration .miamo-checkout-success__content-inner .miamo-checkout-success__title {
  margin: 0 0 16px;
}
@media (max-width: 767.98px) {
  .checkout-onepage-success .page-wrapper .miamo-checkout-success .miamo-checkout-success__content .miamo-checkout-success__continue .miamo-checkout-success__content-inner .miamo-checkout-success__title,
  .checkout-onepage-success .page-wrapper .miamo-checkout-success .miamo-checkout-success__content .miamo-checkout-success__registration .miamo-checkout-success__content-inner .miamo-checkout-success__title {
    x-debug: "h2-mobile";
    font-family: "semplicitaprobold", sans-serif;
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.35em;
    font-style: normal;
    color: #00577d;
  }
}
@media (min-width: 768px) {
  .checkout-onepage-success .page-wrapper .miamo-checkout-success .miamo-checkout-success__content .miamo-checkout-success__continue .miamo-checkout-success__content-inner .miamo-checkout-success__title,
  .checkout-onepage-success .page-wrapper .miamo-checkout-success .miamo-checkout-success__content .miamo-checkout-success__registration .miamo-checkout-success__content-inner .miamo-checkout-success__title {
    x-debug: "h2-desktop";
    font-family: "semplicitaprobold", sans-serif;
    font-weight: 700;
    font-size: 1.563rem;
    line-height: 1.36em;
    font-style: normal;
    color: #00577d;
  }
}
.checkout-onepage-success .page-wrapper .miamo-checkout-success .miamo-checkout-success__content .miamo-checkout-success__continue .miamo-checkout-success__content-inner .miamo-checkout-success__copy,
.checkout-onepage-success .page-wrapper .miamo-checkout-success .miamo-checkout-success__content .miamo-checkout-success__registration .miamo-checkout-success__content-inner .miamo-checkout-success__copy {
  x-debug: "paragraph-m";
  font-family: "semplicitaproregular", sans-serif;
  font-weight: 500;
  font-size: 0.938rem;
  line-height: 1.33em;
  font-style: normal;
  color: #00577d;
  margin: 0 0 16px;
}
.checkout-onepage-success .page-wrapper .miamo-checkout-success .miamo-checkout-success__content .miamo-checkout-success__continue .miamo-checkout-success__content-inner .miamo-checkout-success__copy:last-of-type,
.checkout-onepage-success .page-wrapper .miamo-checkout-success .miamo-checkout-success__content .miamo-checkout-success__registration .miamo-checkout-success__content-inner .miamo-checkout-success__copy:last-of-type {
  margin: 0 0 40px;
}
.checkout-onepage-success .page-wrapper .miamo-checkout-success .miamo-checkout-success__content .miamo-checkout-success__continue .action.continue {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 12px;
  padding: 14px 24px;
  -webkit-box-shadow: none;
  box-shadow: none;
  x-debug: "paragraph-s-bold";
  font-family: "semplicitaprobold", sans-serif;
  font-weight: 700;
  font-size: 0.813rem;
  line-height: 1.38em;
  font-style: normal;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  border-width: 1px;
  border-style: solid;
  border-radius: 4px;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
  background-color: #ffffff;
  border-color: #00577d;
  color: #00577d;
}
@media (prefers-reduced-motion: reduce) {
  .checkout-onepage-success .page-wrapper .miamo-checkout-success .miamo-checkout-success__content .miamo-checkout-success__continue .action.continue {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.checkout-onepage-success .page-wrapper .miamo-checkout-success .miamo-checkout-success__content .miamo-checkout-success__continue .action.continue:disabled, .checkout-onepage-success .page-wrapper .miamo-checkout-success .miamo-checkout-success__content .miamo-checkout-success__continue .action.continue[disabled], .checkout-onepage-success .page-wrapper .miamo-checkout-success .miamo-checkout-success__content .miamo-checkout-success__continue .action.continue.disabled {
  cursor: default;
}
.checkout-onepage-success .page-wrapper .miamo-checkout-success .miamo-checkout-success__content .miamo-checkout-success__continue .action.continue:active, .checkout-onepage-success .page-wrapper .miamo-checkout-success .miamo-checkout-success__content .miamo-checkout-success__continue .action.continue:focus {
  background-color: #00577d;
  border-color: #00577d;
  color: #ffffff;
}
@media (hover: hover) {
  .checkout-onepage-success .page-wrapper .miamo-checkout-success .miamo-checkout-success__content .miamo-checkout-success__continue .action.continue:hover {
    background-color: #00577d;
    border-color: #00577d;
    color: #ffffff;
  }
}
.checkout-onepage-success .page-wrapper .miamo-checkout-success .miamo-checkout-success__content .miamo-checkout-success__continue .action.continue:disabled, .checkout-onepage-success .page-wrapper .miamo-checkout-success .miamo-checkout-success__content .miamo-checkout-success__continue .action.continue[disabled], .checkout-onepage-success .page-wrapper .miamo-checkout-success .miamo-checkout-success__content .miamo-checkout-success__continue .action.continue.disabled {
  background-color: #ffffff;
  border-color: #00577d;
  color: #00577d;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.checkout-onepage-success .page-wrapper .miamo-checkout-success .miamo-checkout-success__content .miamo-checkout-success__registration {
  border: 0 solid rgba(0, 87, 125, 0.2);
  border-width: 1px 0 0 0;
}
@media (min-width: 768px) {
  .checkout-onepage-success .page-wrapper .miamo-checkout-success .miamo-checkout-success__content .miamo-checkout-success__registration {
    border-width: 0;
  }
}
.checkout-onepage-success .page-wrapper .miamo-checkout-success .miamo-checkout-success__content .miamo-checkout-success__registration .form {
  text-align: left;
}
.checkout-onepage-success .page-wrapper .miamo-checkout-success .miamo-checkout-success__content .miamo-checkout-success__registration .action.create-account {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 12px;
  padding: 14px 24px;
  -webkit-box-shadow: none;
  box-shadow: none;
  x-debug: "paragraph-s-bold";
  font-family: "semplicitaprobold", sans-serif;
  font-weight: 700;
  font-size: 0.813rem;
  line-height: 1.38em;
  font-style: normal;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  border-width: 1px;
  border-style: solid;
  border-radius: 4px;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
  background-color: #00577d;
  border-color: #00577d;
  color: #ffffff;
  width: 100%;
  margin-top: 16px;
}
@media (prefers-reduced-motion: reduce) {
  .checkout-onepage-success .page-wrapper .miamo-checkout-success .miamo-checkout-success__content .miamo-checkout-success__registration .action.create-account {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.checkout-onepage-success .page-wrapper .miamo-checkout-success .miamo-checkout-success__content .miamo-checkout-success__registration .action.create-account:disabled, .checkout-onepage-success .page-wrapper .miamo-checkout-success .miamo-checkout-success__content .miamo-checkout-success__registration .action.create-account[disabled], .checkout-onepage-success .page-wrapper .miamo-checkout-success .miamo-checkout-success__content .miamo-checkout-success__registration .action.create-account.disabled {
  cursor: default;
}
.checkout-onepage-success .page-wrapper .miamo-checkout-success .miamo-checkout-success__content .miamo-checkout-success__registration .action.create-account:active, .checkout-onepage-success .page-wrapper .miamo-checkout-success .miamo-checkout-success__content .miamo-checkout-success__registration .action.create-account:focus {
  background-color: #00577d;
  border-color: #00577d;
  color: #ffffff;
  -webkit-filter: brightness(1.25);
  filter: brightness(1.25);
}
@media (hover: hover) {
  .checkout-onepage-success .page-wrapper .miamo-checkout-success .miamo-checkout-success__content .miamo-checkout-success__registration .action.create-account:hover {
    background-color: #00577d;
    border-color: #00577d;
    color: #ffffff;
    -webkit-filter: brightness(1.25);
    filter: brightness(1.25);
  }
}
.checkout-onepage-success .page-wrapper .miamo-checkout-success .miamo-checkout-success__content .miamo-checkout-success__registration .action.create-account:disabled, .checkout-onepage-success .page-wrapper .miamo-checkout-success .miamo-checkout-success__content .miamo-checkout-success__registration .action.create-account[disabled], .checkout-onepage-success .page-wrapper .miamo-checkout-success .miamo-checkout-success__content .miamo-checkout-success__registration .action.create-account.disabled {
  background-color: #00577d;
  border-color: #00577d;
  color: #ffffff;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.checkout-onepage-success .page-wrapper .miamo-checkout-success .miamo-checkout-success__registration {
  border: 1px solid rgba(0, 87, 125, 0.2);
  padding: 25px;
  margin-top: 25px;
}
.checkout-onepage-success .page-wrapper .miamo-checkout-success .miamo-checkout-success__registration .form {
  text-align: left;
}
.checkout-onepage-success .page-wrapper .miamo-checkout-success .miamo-checkout-success__registration .action.create-account {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 12px;
  padding: 14px 24px;
  -webkit-box-shadow: none;
  box-shadow: none;
  x-debug: "paragraph-s-bold";
  font-family: "semplicitaprobold", sans-serif;
  font-weight: 700;
  font-size: 0.813rem;
  line-height: 1.38em;
  font-style: normal;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  border-width: 1px;
  border-style: solid;
  border-radius: 4px;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
  background-color: #00577d;
  border-color: #00577d;
  color: #ffffff;
  width: auto;
  display: block;
  margin: 0 auto;
  margin-top: 16px;
}
@media (prefers-reduced-motion: reduce) {
  .checkout-onepage-success .page-wrapper .miamo-checkout-success .miamo-checkout-success__registration .action.create-account {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.checkout-onepage-success .page-wrapper .miamo-checkout-success .miamo-checkout-success__registration .action.create-account:disabled, .checkout-onepage-success .page-wrapper .miamo-checkout-success .miamo-checkout-success__registration .action.create-account[disabled], .checkout-onepage-success .page-wrapper .miamo-checkout-success .miamo-checkout-success__registration .action.create-account.disabled {
  cursor: default;
}
.checkout-onepage-success .page-wrapper .miamo-checkout-success .miamo-checkout-success__registration .action.create-account:active, .checkout-onepage-success .page-wrapper .miamo-checkout-success .miamo-checkout-success__registration .action.create-account:focus {
  background-color: #00577d;
  border-color: #00577d;
  color: #ffffff;
  -webkit-filter: brightness(1.25);
  filter: brightness(1.25);
}
@media (hover: hover) {
  .checkout-onepage-success .page-wrapper .miamo-checkout-success .miamo-checkout-success__registration .action.create-account:hover {
    background-color: #00577d;
    border-color: #00577d;
    color: #ffffff;
    -webkit-filter: brightness(1.25);
    filter: brightness(1.25);
  }
}
.checkout-onepage-success .page-wrapper .miamo-checkout-success .miamo-checkout-success__registration .action.create-account:disabled, .checkout-onepage-success .page-wrapper .miamo-checkout-success .miamo-checkout-success__registration .action.create-account[disabled], .checkout-onepage-success .page-wrapper .miamo-checkout-success .miamo-checkout-success__registration .action.create-account.disabled {
  background-color: #00577d;
  border-color: #00577d;
  color: #ffffff;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.checkout-onepage-success .page-wrapper .miamo-checkout-success .miamo-checkout-success__registration .miamo-checkout-success__content-inner .miamo-checkout-success__title {
  margin: 0 0 16px;
}
@media (max-width: 767.98px) {
  .checkout-onepage-success .page-wrapper .miamo-checkout-success .miamo-checkout-success__registration .miamo-checkout-success__content-inner .miamo-checkout-success__title {
    x-debug: "h2-mobile";
    font-family: "semplicitaprobold", sans-serif;
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.35em;
    font-style: normal;
    color: #00577d;
  }
}
@media (min-width: 768px) {
  .checkout-onepage-success .page-wrapper .miamo-checkout-success .miamo-checkout-success__registration .miamo-checkout-success__content-inner .miamo-checkout-success__title {
    x-debug: "h2-desktop";
    font-family: "semplicitaprobold", sans-serif;
    font-weight: 700;
    font-size: 1.563rem;
    line-height: 1.36em;
    font-style: normal;
    color: #00577d;
  }
}
.checkout-onepage-success .page-wrapper .miamo-checkout-success .miamo-checkout-success__registration .miamo-checkout-success__content-inner .miamo-checkout-success__copy {
  x-debug: "paragraph-m";
  font-family: "semplicitaproregular", sans-serif;
  font-weight: 500;
  font-size: 0.938rem;
  line-height: 1.33em;
  font-style: normal;
  color: #00577d;
  margin: 0 0 16px;
}
.checkout-onepage-success .page-wrapper .miamo-checkout-success .miamo-checkout-success__registration .miamo-checkout-success__content-inner .miamo-checkout-success__copy:last-of-type {
  margin: 0 0 40px;
}

.checkout-onepage-failure .page-wrapper .page-title-wrapper {
  margin-top: 80px;
}
.checkout-onepage-failure .page-wrapper .page-main > .columns > .column.main > p > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 12px;
  padding: 14px 24px;
  -webkit-box-shadow: none;
  box-shadow: none;
  x-debug: "paragraph-s-bold";
  font-family: "semplicitaprobold", sans-serif;
  font-weight: 700;
  font-size: 0.813rem;
  line-height: 1.38em;
  font-style: normal;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  border-width: 1px;
  border-style: solid;
  border-radius: 4px;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
  background-color: transparent;
  border: 0;
  color: #00577d;
  padding: 0;
  text-decoration: underline;
  text-transform: none;
}
@media (prefers-reduced-motion: reduce) {
  .checkout-onepage-failure .page-wrapper .page-main > .columns > .column.main > p > a {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.checkout-onepage-failure .page-wrapper .page-main > .columns > .column.main > p > a:disabled, .checkout-onepage-failure .page-wrapper .page-main > .columns > .column.main > p > a[disabled], .checkout-onepage-failure .page-wrapper .page-main > .columns > .column.main > p > a.disabled {
  cursor: default;
}
.checkout-onepage-failure .page-wrapper .page-main > .columns > .column.main > p > a:active, .checkout-onepage-failure .page-wrapper .page-main > .columns > .column.main > p > a:focus {
  background-color: transparent;
  border: 0;
  color: #00577d;
  -webkit-filter: brightness(1.25);
  filter: brightness(1.25);
}
@media (hover: hover) {
  .checkout-onepage-failure .page-wrapper .page-main > .columns > .column.main > p > a:hover {
    background-color: transparent;
    border: 0;
    color: #00577d;
    -webkit-filter: brightness(1.25);
    filter: brightness(1.25);
  }
}
.checkout-onepage-failure .page-wrapper .page-main > .columns > .column.main > p > a:disabled, .checkout-onepage-failure .page-wrapper .page-main > .columns > .column.main > p > a[disabled], .checkout-onepage-failure .page-wrapper .page-main > .columns > .column.main > p > a.disabled {
  background-color: transparent;
  border: 0;
  color: #00577d;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

.checkout-index-index .authentication-wrapper {
  display: block !important;
  width: 100%;
  max-width: 1275px;
  height: calc(100vh - var(--header-height));
  margin: 0 auto !important;
  background: #ffffff;
  position: fixed;
  top: var(--header-height);
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  float: none;
  text-align: center;
  overflow: auto;
}
.checkout-index-index .authentication-wrapper.hidden {
  display: none !important;
  visibility: hidden !important;
}
.checkout-index-index .authentication-wrapper .block-authentication {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5rem 4.063rem;
}
@media (max-width: 1023.98px) {
  .checkout-index-index .authentication-wrapper .block-authentication {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
  }
}
.checkout-index-index .authentication-wrapper .block-authentication > div {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 2.5rem;
  border: 1px solid rgba(0, 87, 125, 0.5);
}
@media (max-width: 1023.98px) {
  .checkout-index-index .authentication-wrapper .block-authentication > div {
    padding-inline: 1.25rem;
    border-top: none !important;
    border-left: none;
    border-right: none;
  }
}
.checkout-index-index .authentication-wrapper .block-authentication > div h3 {
  margin-bottom: 1.5rem;
}
@media (max-width: 767.98px) {
  .checkout-index-index .authentication-wrapper .block-authentication > div h3 {
    x-debug: "h3-mobile";
    font-family: "semplicitaprobold", sans-serif;
    font-weight: 700;
    font-size: 0.938rem;
    line-height: 1.4em;
    font-style: normal;
    color: #00577d;
  }
}
@media (min-width: 768px) {
  .checkout-index-index .authentication-wrapper .block-authentication > div h3 {
    x-debug: "h3-desktop";
    font-family: "semplicitaprobold", sans-serif;
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.35em;
    font-style: normal;
    color: #00577d;
  }
}
.checkout-index-index .authentication-wrapper .block-authentication > div p {
  margin-bottom: 1.5rem;
}
.checkout-index-index .authentication-wrapper .block-authentication > div p span {
  display: block;
}
.checkout-index-index .authentication-wrapper .block-authentication > div .form .field {
  margin-bottom: 1.5rem;
}
.checkout-index-index .authentication-wrapper .block-authentication > div .form .field .label {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}
.checkout-index-index .authentication-wrapper .block-authentication > div button {
  width: 100%;
  margin-bottom: 1.5rem;
}
.checkout-index-index .authentication-wrapper .block-authentication > div .action-remind {
  font-weight: 700;
  text-decoration: underline;
}
.checkout-index-index .authentication-wrapper .block-authentication > .block-customer-login {
  margin-right: 1.75rem;
}
@media (max-width: 1023.98px) {
  .checkout-index-index .authentication-wrapper .block-authentication > .block-customer-login {
    margin-right: 0;
  }
}
.checkout-index-index .authentication-wrapper .block-authentication > .block-customer-guest {
  margin-top: 0;
  background: #f2f6f9;
}
.checkout-index-index .authentication-wrapper .block-authentication > .block-customer-guest:before {
  display: none !important;
}
.checkout-index-index .authentication-wrapper #recaptcha-checkout-login-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 20px;
}

.ask-for-invoice {
  margin: 20px 0;
}
.ask-for-invoice .field.choice > .label:not(:empty) {
  x-debug: "paragraph-m";
  font-family: "semplicitaproregular", sans-serif;
  font-weight: 500;
  font-size: 0.938rem;
  line-height: 1.33em;
  font-style: normal;
  color: #00577d;
  cursor: pointer;
}
.ask-for-invoice .show-choices {
  margin-top: 20px;
}
.ask-for-invoice .show-choices .fieldset {
  margin-top: 20px !important;
}
.ask-for-invoice .show-choices .fieldset .fe-label-wrapper {
  margin-bottom: 20px;
}
.ask-for-invoice .show-choices .fieldset .confirm-invoice-request {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 12px;
  padding: 14px 24px;
  -webkit-box-shadow: none;
  box-shadow: none;
  x-debug: "paragraph-s-bold";
  font-family: "semplicitaprobold", sans-serif;
  font-weight: 700;
  font-size: 0.813rem;
  line-height: 1.38em;
  font-style: normal;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  border-width: 1px;
  border-style: solid;
  border-radius: 4px;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
  background-color: #ffffff;
  border-color: #00577d;
  color: #00577d;
}
@media (prefers-reduced-motion: reduce) {
  .ask-for-invoice .show-choices .fieldset .confirm-invoice-request {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.ask-for-invoice .show-choices .fieldset .confirm-invoice-request:disabled, .ask-for-invoice .show-choices .fieldset .confirm-invoice-request[disabled], .ask-for-invoice .show-choices .fieldset .confirm-invoice-request.disabled {
  cursor: default;
}
.ask-for-invoice .show-choices .fieldset .confirm-invoice-request:active, .ask-for-invoice .show-choices .fieldset .confirm-invoice-request:focus {
  background-color: #00577d;
  border-color: #00577d;
  color: #ffffff;
}
@media (hover: hover) {
  .ask-for-invoice .show-choices .fieldset .confirm-invoice-request:hover {
    background-color: #00577d;
    border-color: #00577d;
    color: #ffffff;
  }
}
.ask-for-invoice .show-choices .fieldset .confirm-invoice-request:disabled, .ask-for-invoice .show-choices .fieldset .confirm-invoice-request[disabled], .ask-for-invoice .show-choices .fieldset .confirm-invoice-request.disabled {
  background-color: #ffffff;
  border-color: #00577d;
  color: #00577d;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

body.checkout-cart-index .amcard-codes-list,
body.checkout-index-index .amcard-codes-list {
  margin-top: 20px;
}
body.checkout-cart-index .amcard-field-block,
body.checkout-index-index .amcard-field-block {
  gap: 0 5px;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
body.checkout-cart-index .amcard-field-block .amgcard-datalist-container .amcard-input-arrow .amcard-field.-datalist,
body.checkout-index-index .amcard-field-block .amgcard-datalist-container .amcard-input-arrow .amcard-field.-datalist {
  height: 100% !important;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #00577d;
  text-indent: -5px;
}
body.checkout-cart-index .amcard-field-block .amgcard-datalist-container .amcard-input-arrow:after,
body.checkout-index-index .amcard-field-block .amgcard-datalist-container .amcard-input-arrow:after {
  display: none;
}
body.checkout-cart-index .amcard-field-block .amgcard-datalist-container .amcard-datalist-message,
body.checkout-index-index .amcard-field-block .amgcard-datalist-container .amcard-datalist-message {
  display: none !important;
}
body.checkout-cart-index .amcard-field-container,
body.checkout-index-index .amcard-field-container {
  max-width: 100%;
}
body.checkout-cart-index .amcard-field-container .amcard-button.action.apply,
body.checkout-index-index .amcard-field-container .amcard-button.action.apply {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 12px;
  padding: 14px 24px;
  -webkit-box-shadow: none;
  box-shadow: none;
  x-debug: "paragraph-s-bold";
  font-family: "semplicitaprobold", sans-serif;
  font-weight: 700;
  font-size: 0.813rem;
  line-height: 1.38em;
  font-style: normal;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  border-width: 1px;
  border-style: solid;
  border-radius: 4px;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
  background-color: #00577d;
  border-color: #00577d;
  color: #ffffff;
  margin-bottom: 0;
  border-radius: 0;
}
@media (prefers-reduced-motion: reduce) {
  body.checkout-cart-index .amcard-field-container .amcard-button.action.apply,
  body.checkout-index-index .amcard-field-container .amcard-button.action.apply {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
body.checkout-cart-index .amcard-field-container .amcard-button.action.apply:disabled, body.checkout-cart-index .amcard-field-container .amcard-button.action.apply[disabled], body.checkout-cart-index .amcard-field-container .amcard-button.action.apply.disabled,
body.checkout-index-index .amcard-field-container .amcard-button.action.apply:disabled,
body.checkout-index-index .amcard-field-container .amcard-button.action.apply[disabled],
body.checkout-index-index .amcard-field-container .amcard-button.action.apply.disabled {
  cursor: default;
}
body.checkout-cart-index .amcard-field-container .amcard-button.action.apply:active, body.checkout-cart-index .amcard-field-container .amcard-button.action.apply:focus,
body.checkout-index-index .amcard-field-container .amcard-button.action.apply:active,
body.checkout-index-index .amcard-field-container .amcard-button.action.apply:focus {
  background-color: #00577d;
  border-color: #00577d;
  color: #ffffff;
  -webkit-filter: brightness(1.25);
  filter: brightness(1.25);
}
@media (hover: hover) {
  body.checkout-cart-index .amcard-field-container .amcard-button.action.apply:hover,
  body.checkout-index-index .amcard-field-container .amcard-button.action.apply:hover {
    background-color: #00577d;
    border-color: #00577d;
    color: #ffffff;
    -webkit-filter: brightness(1.25);
    filter: brightness(1.25);
  }
}
body.checkout-cart-index .amcard-field-container .amcard-button.action.apply:disabled, body.checkout-cart-index .amcard-field-container .amcard-button.action.apply[disabled], body.checkout-cart-index .amcard-field-container .amcard-button.action.apply.disabled,
body.checkout-index-index .amcard-field-container .amcard-button.action.apply:disabled,
body.checkout-index-index .amcard-field-container .amcard-button.action.apply[disabled],
body.checkout-index-index .amcard-field-container .amcard-button.action.apply.disabled {
  background-color: #00577d;
  border-color: #00577d;
  color: #ffffff;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

/* hide giftcard in checkout */
body.checkout-index-index .amcard-field-container.-cart,
body.checkout-index-index .amcard-field-container .amcard-codes-list {
  display: none;
}

/* PAGE CONTENT */
#maincontent {
  padding-top: var(--header-height);
}

@media (max-width: 1023.98px) {
  header #header-bottom {
    display: none !important;
  }
  .cms-index-index header #header-bottom {
    display: block !important;
  }
}
.cms-index-index .owl-carousel .owl-item .post-item .owl-lazy {
  opacity: 1;
}

.customer-account-login input[type=checkbox]:not(:only-child) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 0 !important;
  border: none !important;
}
.customer-account-login input[type=checkbox]:not(:only-child)::before, .customer-account-login input[type=checkbox]:not(:only-child)::after {
  display: none;
}
.customer-account-login input[type=checkbox]:not(:only-child) + label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  padding-left: 32px;
}
.customer-account-login input[type=checkbox]:not(:only-child) + label::before, .customer-account-login input[type=checkbox]:not(:only-child) + label::after {
  content: "";
  position: absolute;
}
.customer-account-login input[type=checkbox]:not(:only-child) + label::before {
  top: 0;
  left: 0;
  display: block;
  background: white;
  width: 20px;
  height: 20px;
  border: 1px solid #00577d;
  border-radius: 4px;
}
.customer-account-login input[type=checkbox]:not(:only-child) + label::after {
  top: 2px;
  left: 2px;
  width: 16px;
  height: 16px;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  background: #00577d url("/media/codazon/themelayout/images/check-on.svg") no-repeat center center;
  background-size: 14px;
  border-radius: 3px;
  margin: 0;
}
.customer-account-login input[type=checkbox]:not(:only-child):checked + label::after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.customer-account-login input[type=checkbox]:not(:only-child):focus + label:before {
  -webkit-box-shadow: 0 0 3px 1px #68a8e0;
  box-shadow: 0 0 3px 1px #68a8e0;
}
.customer-account-login input[type=checkbox]:not(:only-child).mage-error + label::before {
  border-color: #960000;
}
.customer-account-login input[type=checkbox]:not(:only-child).mage-error ~ .mage-error {
  text-indent: 32px;
}
.customer-account-login .login-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.customer-account-login .login-container::before, .customer-account-login .login-container::after {
  display: none;
}

.utilies-sections .block-customer-login {
  margin-top: calc(var(--header-height) * 1.5);
}
.utilies-sections .block-customer-login .block-content .field.password {
  margin-top: 10px;
}
.utilies-sections .block-customer-login .block-content .actions-toolbar .primary .action {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 12px;
  padding: 14px 24px;
  -webkit-box-shadow: none;
  box-shadow: none;
  x-debug: "paragraph-s-bold";
  font-family: "semplicitaprobold", sans-serif;
  font-weight: 700;
  font-size: 0.813rem;
  line-height: 1.38em;
  font-style: normal;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  border-width: 1px;
  border-style: solid;
  border-radius: 4px;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
  background-color: #00577d;
  border-color: #00577d;
  color: #ffffff;
}
@media (prefers-reduced-motion: reduce) {
  .utilies-sections .block-customer-login .block-content .actions-toolbar .primary .action {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.utilies-sections .block-customer-login .block-content .actions-toolbar .primary .action:disabled, .utilies-sections .block-customer-login .block-content .actions-toolbar .primary .action[disabled], .utilies-sections .block-customer-login .block-content .actions-toolbar .primary .action.disabled {
  cursor: default;
}
.utilies-sections .block-customer-login .block-content .actions-toolbar .primary .action:active, .utilies-sections .block-customer-login .block-content .actions-toolbar .primary .action:focus {
  background-color: #00577d;
  border-color: #00577d;
  color: #ffffff;
  -webkit-filter: brightness(1.25);
  filter: brightness(1.25);
}
@media (hover: hover) {
  .utilies-sections .block-customer-login .block-content .actions-toolbar .primary .action:hover {
    background-color: #00577d;
    border-color: #00577d;
    color: #ffffff;
    -webkit-filter: brightness(1.25);
    filter: brightness(1.25);
  }
}
.utilies-sections .block-customer-login .block-content .actions-toolbar .primary .action:disabled, .utilies-sections .block-customer-login .block-content .actions-toolbar .primary .action[disabled], .utilies-sections .block-customer-login .block-content .actions-toolbar .primary .action.disabled {
  background-color: #00577d;
  border-color: #00577d;
  color: #ffffff;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.utilies-sections .block-customer-login .block-content .actions-toolbar .secondary {
  margin: 10px 0;
}
.utilies-sections .block-customer-login .block-content .actions-toolbar .secondary .action {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 12px;
  padding: 14px 24px;
  -webkit-box-shadow: none;
  box-shadow: none;
  x-debug: "paragraph-s-bold";
  font-family: "semplicitaprobold", sans-serif;
  font-weight: 700;
  font-size: 0.813rem;
  line-height: 1.38em;
  font-style: normal;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  border-width: 1px;
  border-style: solid;
  border-radius: 4px;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
  background-color: transparent;
  border: 0;
  color: #00577d;
  padding: 0;
  text-decoration: underline;
  text-transform: none;
}
@media (prefers-reduced-motion: reduce) {
  .utilies-sections .block-customer-login .block-content .actions-toolbar .secondary .action {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.utilies-sections .block-customer-login .block-content .actions-toolbar .secondary .action:disabled, .utilies-sections .block-customer-login .block-content .actions-toolbar .secondary .action[disabled], .utilies-sections .block-customer-login .block-content .actions-toolbar .secondary .action.disabled {
  cursor: default;
}
.utilies-sections .block-customer-login .block-content .actions-toolbar .secondary .action:active, .utilies-sections .block-customer-login .block-content .actions-toolbar .secondary .action:focus {
  background-color: transparent;
  border: 0;
  color: #00577d;
  -webkit-filter: brightness(1.25);
  filter: brightness(1.25);
}
@media (hover: hover) {
  .utilies-sections .block-customer-login .block-content .actions-toolbar .secondary .action:hover {
    background-color: transparent;
    border: 0;
    color: #00577d;
    -webkit-filter: brightness(1.25);
    filter: brightness(1.25);
  }
}
.utilies-sections .block-customer-login .block-content .actions-toolbar .secondary .action:disabled, .utilies-sections .block-customer-login .block-content .actions-toolbar .secondary .action[disabled], .utilies-sections .block-customer-login .block-content .actions-toolbar .secondary .action.disabled {
  background-color: transparent;
  border: 0;
  color: #00577d;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

@media (max-width: 767.98px) {
  .customer-account-login .login-container {
    margin-top: 0 !important;
  }
}
@media (max-width: 767.98px) {
  .customer-account-login .login-container .block-customer-login {
    margin-top: -50px !important;
  }
}
@media (max-width: 767.98px) {
  .customer-account-login .login-container .block-customer-login .block-title,
  .customer-account-login .login-container .block-customer-login .block-content .field.note {
    display: none !important;
  }
}

.customer-account-create .amgdpr-checkbox input[type=checkbox]:not(:only-child) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 0 !important;
  border: none !important;
}
.customer-account-create .amgdpr-checkbox input[type=checkbox]:not(:only-child)::before, .customer-account-create .amgdpr-checkbox input[type=checkbox]:not(:only-child)::after {
  display: none;
}
.customer-account-create .amgdpr-checkbox input[type=checkbox]:not(:only-child) + label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  padding-left: 32px;
}
.customer-account-create .amgdpr-checkbox input[type=checkbox]:not(:only-child) + label::before, .customer-account-create .amgdpr-checkbox input[type=checkbox]:not(:only-child) + label::after {
  content: "";
  position: absolute;
}
.customer-account-create .amgdpr-checkbox input[type=checkbox]:not(:only-child) + label::before {
  top: 0;
  left: 0;
  display: block;
  background: white;
  width: 20px;
  height: 20px;
  border: 1px solid #00577d;
  border-radius: 4px;
}
.customer-account-create .amgdpr-checkbox input[type=checkbox]:not(:only-child) + label::after {
  top: 2px;
  left: 2px;
  width: 16px;
  height: 16px;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  background: #00577d url("/media/codazon/themelayout/images/check-on.svg") no-repeat center center;
  background-size: 14px;
  border-radius: 3px;
  margin: 0;
}
.customer-account-create .amgdpr-checkbox input[type=checkbox]:not(:only-child):checked + label::after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.customer-account-create .amgdpr-checkbox input[type=checkbox]:not(:only-child):focus + label:before {
  -webkit-box-shadow: 0 0 3px 1px #68a8e0;
  box-shadow: 0 0 3px 1px #68a8e0;
}
.customer-account-create .amgdpr-checkbox input[type=checkbox]:not(:only-child).mage-error + label::before {
  border-color: #960000;
}
.customer-account-create .amgdpr-checkbox input[type=checkbox]:not(:only-child).mage-error ~ .mage-error {
  text-indent: 32px;
}

.customer-account-createpassword .form.password.reset input[type=checkbox]:not(:only-child) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 0 !important;
  border: none !important;
}
.customer-account-createpassword .form.password.reset input[type=checkbox]:not(:only-child)::before, .customer-account-createpassword .form.password.reset input[type=checkbox]:not(:only-child)::after {
  display: none;
}
.customer-account-createpassword .form.password.reset input[type=checkbox]:not(:only-child) + label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  padding-left: 32px;
}
.customer-account-createpassword .form.password.reset input[type=checkbox]:not(:only-child) + label::before, .customer-account-createpassword .form.password.reset input[type=checkbox]:not(:only-child) + label::after {
  content: "";
  position: absolute;
}
.customer-account-createpassword .form.password.reset input[type=checkbox]:not(:only-child) + label::before {
  top: 0;
  left: 0;
  display: block;
  background: white;
  width: 20px;
  height: 20px;
  border: 1px solid #00577d;
  border-radius: 4px;
}
.customer-account-createpassword .form.password.reset input[type=checkbox]:not(:only-child) + label::after {
  top: 2px;
  left: 2px;
  width: 16px;
  height: 16px;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  background: #00577d url("/media/codazon/themelayout/images/check-on.svg") no-repeat center center;
  background-size: 14px;
  border-radius: 3px;
  margin: 0;
}
.customer-account-createpassword .form.password.reset input[type=checkbox]:not(:only-child):checked + label::after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.customer-account-createpassword .form.password.reset input[type=checkbox]:not(:only-child):focus + label:before {
  -webkit-box-shadow: 0 0 3px 1px #68a8e0;
  box-shadow: 0 0 3px 1px #68a8e0;
}
.customer-account-createpassword .form.password.reset input[type=checkbox]:not(:only-child).mage-error + label::before {
  border-color: #960000;
}
.customer-account-createpassword .form.password.reset input[type=checkbox]:not(:only-child).mage-error ~ .mage-error {
  text-indent: 32px;
}

.customer-account-logoutsuccess .page-main .page-title-wrapper {
  padding-top: 40px;
}
@media (min-width: 1024px) {
  .customer-account-logoutsuccess .page-main .page-title-wrapper {
    padding-top: 80px;
  }
}

body.catalog-category-view .page-wrapper > .breadcrumbs {
  display: none;
}
body.catalog-category-view .page-wrapper main > .columns {
  width: 100% !important;
  padding-inline: 4.063rem !important;
}
@media (max-width: 1023.98px) {
  body.catalog-category-view .page-wrapper main > .columns {
    padding-inline: 1.25rem !important;
  }
}
body.catalog-category-view .category-view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100% !important;
  min-height: 12.5rem;
  background: #f2f6f9;
}
@media (max-width: 1023.98px) {
  body.catalog-category-view .category-view {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-inline: 0 !important;
  }
}
body.catalog-category-view .category-view:not(:has(.category-description)) {
  display: none;
}
body.catalog-category-view .category-image, body.catalog-category-view .category-content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 50%;
  margin-bottom: 0 !important;
  padding-block: 2.5rem 3.75rem;
}
@media (max-width: 1023.98px) {
  body.catalog-category-view .category-image, body.catalog-category-view .category-content {
    width: 100%;
  }
}
body.catalog-category-view .category-image img, body.catalog-category-view .category-content img {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
@media (max-width: 1023.98px) {
  body.catalog-category-view .category-image img, body.catalog-category-view .category-content img {
    aspect-ratio: 375/155;
  }
}
body.catalog-category-view .category-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-inline: 5rem;
}
@media (max-width: 1023.98px) {
  body.catalog-category-view .category-content {
    padding: 1.25rem;
  }
}
body.catalog-category-view .category-content .page-title {
  margin-top: 0 !important;
  margin-bottom: 0;
}
body.catalog-category-view .category-content .page-title-wrapper {
  margin-top: 0;
}
body.catalog-category-view .category-content .page-title-wrapper:not(:only-child) {
  margin-bottom: 1rem;
}
body.catalog-category-view .category-content .page-title,
body.catalog-category-view .category-content .page-title span {
  display: block;
  font-size: 2.188rem;
  line-height: 1.29em;
  color: #00577d;
}
@media (max-width: 1023.98px) {
  body.catalog-category-view .category-content .page-title,
  body.catalog-category-view .category-content .page-title span {
    font-size: 1.563rem;
    line-height: 1.36em;
  }
}
body.catalog-category-view .category-description {
  display: block;
  margin-bottom: 0 !important;
  font-size: 0.938rem;
  line-height: 1.33em;
}
@media (max-width: 1023.98px) {
  body.catalog-category-view .category-description {
    text-align: center;
  }
}
body.catalog-category-view .category-image + .category-content {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media (max-width: 1023.98px) {
  body.catalog-category-view .category-image + .category-content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
body.catalog-category-view .products-grid .product-items {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem 0.625rem;
  width: 100%;
  margin-inline: 0 !important;
  margin-right: 0 !important;
}
@media (min-width: 375px) {
  body.catalog-category-view .products-grid .product-items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 768px) {
  body.catalog-category-view .products-grid .product-items {
    grid-template-columns: repeat(3, 1fr);
    gap: 2.5rem 1.625rem;
  }
}
body.catalog-category-view .product-list-container {
  margin-top: -1.25rem;
  padding-top: 5rem;
}
@media (min-width: 1024px) {
  body.catalog-category-view .product-list-container {
    margin: -1.25rem auto 0;
    max-width: 1235px;
  }
}
body.catalog-category-view .product-list-container > .toolbar-products {
  margin-top: 5rem;
  margin-bottom: 0;
  background: transparent;
}
@media (max-width: 1023.98px) {
  body.catalog-category-view .product-list-container > .toolbar-products {
    margin-top: 1.875rem;
    margin-bottom: 4.375rem;
  }
}
body.catalog-category-view .product-list-container > .toolbar-products:first-of-type {
  display: none;
}
body.catalog-category-view .product-list-container > .toolbar-products > * {
  display: none !important;
}
body.catalog-category-view .product-list-container > .toolbar-products > *.pages {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
body.catalog-category-view .product-list-container > .toolbar-products > *.pages > strong {
  display: none;
}
body.catalog-category-view .product-list-container > .toolbar-products > *.pages > .pages-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
body.catalog-category-view .product-list-container > .toolbar-products > *.pages > .pages-items .item {
  width: 1.875rem;
  height: 1.875rem;
  margin-right: 1.25rem;
  border: 1px solid transparent;
  border-radius: 50%;
}
body.catalog-category-view .product-list-container > .toolbar-products > *.pages > .pages-items .item,
body.catalog-category-view .product-list-container > .toolbar-products > *.pages > .pages-items .item > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
body.catalog-category-view .product-list-container > .toolbar-products > *.pages > .pages-items .item * {
  border: none !important;
  background: transparent;
  color: #00577d;
  font-size: 0.938rem;
  line-height: 1.33em;
}
body.catalog-category-view .product-list-container > .toolbar-products > *.pages > .pages-items .item.current {
  border: 1px solid #00577d;
}
body.catalog-category-view .product-list-container > .toolbar-products > *.pages > .pages-items .item:last-of-type {
  margin-right: 0;
}
body.catalog-category-view .product-list-container > .toolbar-products > *.pages .action.next:hover {
  color: inherit;
  background: inherit;
}
body.catalog-category-view .product-list-container > .toolbar-products > *.pages .action.next:hover:before {
  color: inherit;
  background: inherit;
}

.checkout-cart-index .page-main,
.checkout-cart-index .page-main > .columns {
  width: 100%;
  max-width: 1275px !important;
}
.checkout-cart-index .cart-empty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  min-height: calc(75vh - var(--header-height));
}
@media (max-width: 1023.98px) {
  .checkout-cart-index .cart-empty {
    min-height: calc(100vh - var(--header-height));
  }
}
.checkout-cart-index .cart-empty h3 {
  display: block;
  margin-bottom: 1.5rem;
  font-size: 1.25rem;
  line-height: 1.35em;
}
.checkout-cart-index .cart-empty .btn-primary {
  display: block;
  padding: 0.875rem 1.5rem;
  border-radius: 0.25rem;
  background: #00577d;
  font-size: 0.813rem;
  line-height: 1.38em;
  text-transform: uppercase;
}
.checkout-cart-index .cart-container {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(3, 1fr);
  grid-template-areas: "details" "summary" "crosssell";
  border: none;
  background: none;
  margin: 0;
}
@media (min-width: 1024px) {
  .checkout-cart-index .cart-container {
    grid-template-columns: minmax(auto, 710px) minmax(30px, 1fr) minmax(250px, 395px);
    grid-template-rows: auto 1fr;
    grid-template-areas: "details      .   summary" "crosssell   .   summary";
  }
}
.checkout-cart-index .cart-container::before, .checkout-cart-index .cart-container::after {
  display: none !important;
}
.checkout-cart-index .cart-container > .cart-summary {
  grid-area: summary;
  width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  background: #f2f6f9;
  position: relative !important;
  top: 0 !important;
}
.checkout-cart-index .cart-container > .cart-summary._sticky {
  position: relative !important;
  top: 0 !important;
}
.checkout-cart-index .cart-container > .cart-summary .summary.title {
  margin-top: 0;
  margin-bottom: 1rem;
  text-transform: unset;
}
@media (max-width: 767.98px) {
  .checkout-cart-index .cart-container > .cart-summary .summary.title {
    x-debug: "h3-mobile" !important;
    font-family: "semplicitaprobold", sans-serif !important;
    font-weight: 700 !important;
    font-size: 0.938rem !important;
    line-height: 1.4em !important;
    font-style: normal !important;
    color: #00577d !important;
  }
}
@media (min-width: 768px) {
  .checkout-cart-index .cart-container > .cart-summary .summary.title {
    x-debug: "h3-desktop" !important;
    font-family: "semplicitaprobold", sans-serif !important;
    font-weight: 700 !important;
    font-size: 1.25rem !important;
    line-height: 1.35em !important;
    font-style: normal !important;
    color: #00577d !important;
  }
}
.checkout-cart-index .cart-container > .cart-summary > .cart-totals {
  padding-bottom: 0.625rem;
  border-bottom: 1px solid rgba(0, 87, 125, 0.2);
  border-top: 1px solid rgba(0, 87, 125, 0.2);
}
.checkout-cart-index .cart-container > .cart-summary > .cart-totals th,
.checkout-cart-index .cart-container > .cart-summary > .cart-totals td {
  padding: 0.25rem 0 !important;
}
.checkout-cart-index .cart-container > .cart-summary > .cart-totals .totals.original-price-total .amount {
  text-decoration: line-through;
}
.checkout-cart-index .cart-container > .cart-summary > .block.discount .fieldset.coupon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-inline: 0;
  gap: 0 5px;
  margin: 0 0 25px 0;
}
.checkout-cart-index .cart-container > .cart-summary > .block.discount .fieldset.coupon .input-text {
  height: 100% !important;
  border: none;
  border-bottom: 1px solid #00577d;
  border-radius: 0;
  x-debug: "paragraph-" s;
  font-family: "semplicitaproregular", sans-serif;
  font-weight: 500;
  font-size: 0.813rem;
  line-height: 1.38em;
  font-style: normal;
  color: #00577d;
}
.checkout-cart-index .cart-container > .cart-summary > .block.discount .fieldset.coupon .input-text::-webkit-input-placeholder {
  padding-left: 0;
}
.checkout-cart-index .cart-container > .cart-summary > .block.discount .fieldset.coupon .input-text::-moz-placeholder {
  padding-left: 0;
}
.checkout-cart-index .cart-container > .cart-summary > .block.discount .fieldset.coupon .input-text:-ms-input-placeholder {
  padding-left: 0;
}
.checkout-cart-index .cart-container > .cart-summary > .block.discount .fieldset.coupon .input-text::-ms-input-placeholder {
  padding-left: 0;
}
.checkout-cart-index .cart-container > .cart-summary > .block.discount .fieldset.coupon .input-text::placeholder {
  padding-left: 0;
}
.checkout-cart-index .cart-container > .cart-summary > .block.discount .fieldset.coupon .actions-toolbar .secondary {
  margin-left: 0;
}
.checkout-cart-index .cart-container > .cart-summary > .block.discount .fieldset.coupon .actions-toolbar .action.apply, .checkout-cart-index .cart-container > .cart-summary > .block.discount .fieldset.coupon .actions-toolbar .action.cancel {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 12px;
  padding: 14px 24px;
  -webkit-box-shadow: none;
  box-shadow: none;
  x-debug: "paragraph-s-bold";
  font-family: "semplicitaprobold", sans-serif;
  font-weight: 700;
  font-size: 0.813rem;
  line-height: 1.38em;
  font-style: normal;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  border-width: 1px;
  border-style: solid;
  border-radius: 4px;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
  background-color: #00577d;
  border-color: #00577d;
  color: #ffffff;
  margin-right: 0;
  border-radius: 0;
}
@media (prefers-reduced-motion: reduce) {
  .checkout-cart-index .cart-container > .cart-summary > .block.discount .fieldset.coupon .actions-toolbar .action.apply, .checkout-cart-index .cart-container > .cart-summary > .block.discount .fieldset.coupon .actions-toolbar .action.cancel {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.checkout-cart-index .cart-container > .cart-summary > .block.discount .fieldset.coupon .actions-toolbar .action.apply:disabled, .checkout-cart-index .cart-container > .cart-summary > .block.discount .fieldset.coupon .actions-toolbar .action.apply[disabled], .checkout-cart-index .cart-container > .cart-summary > .block.discount .fieldset.coupon .actions-toolbar .action.apply.disabled, .checkout-cart-index .cart-container > .cart-summary > .block.discount .fieldset.coupon .actions-toolbar .action.cancel:disabled, .checkout-cart-index .cart-container > .cart-summary > .block.discount .fieldset.coupon .actions-toolbar .action.cancel[disabled], .checkout-cart-index .cart-container > .cart-summary > .block.discount .fieldset.coupon .actions-toolbar .action.cancel.disabled {
  cursor: default;
}
.checkout-cart-index .cart-container > .cart-summary > .block.discount .fieldset.coupon .actions-toolbar .action.apply:active, .checkout-cart-index .cart-container > .cart-summary > .block.discount .fieldset.coupon .actions-toolbar .action.apply:focus, .checkout-cart-index .cart-container > .cart-summary > .block.discount .fieldset.coupon .actions-toolbar .action.cancel:active, .checkout-cart-index .cart-container > .cart-summary > .block.discount .fieldset.coupon .actions-toolbar .action.cancel:focus {
  background-color: #00577d;
  border-color: #00577d;
  color: #ffffff;
  -webkit-filter: brightness(1.25);
  filter: brightness(1.25);
}
@media (hover: hover) {
  .checkout-cart-index .cart-container > .cart-summary > .block.discount .fieldset.coupon .actions-toolbar .action.apply:hover, .checkout-cart-index .cart-container > .cart-summary > .block.discount .fieldset.coupon .actions-toolbar .action.cancel:hover {
    background-color: #00577d;
    border-color: #00577d;
    color: #ffffff;
    -webkit-filter: brightness(1.25);
    filter: brightness(1.25);
  }
}
.checkout-cart-index .cart-container > .cart-summary > .block.discount .fieldset.coupon .actions-toolbar .action.apply:disabled, .checkout-cart-index .cart-container > .cart-summary > .block.discount .fieldset.coupon .actions-toolbar .action.apply[disabled], .checkout-cart-index .cart-container > .cart-summary > .block.discount .fieldset.coupon .actions-toolbar .action.apply.disabled, .checkout-cart-index .cart-container > .cart-summary > .block.discount .fieldset.coupon .actions-toolbar .action.cancel:disabled, .checkout-cart-index .cart-container > .cart-summary > .block.discount .fieldset.coupon .actions-toolbar .action.cancel[disabled], .checkout-cart-index .cart-container > .cart-summary > .block.discount .fieldset.coupon .actions-toolbar .action.cancel.disabled {
  background-color: #00577d;
  border-color: #00577d;
  color: #ffffff;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.checkout-cart-index .cart-container > .cart-summary > .block.discount .fieldset.coupon .field,
.checkout-cart-index .cart-container > .cart-summary > .block.discount .fieldset.coupon button {
  margin-bottom: 0;
}
.checkout-cart-index .cart-container > .cart-summary > .block.discount .fieldset.coupon .field {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.checkout-cart-index .cart-container > .cart-summary > .block.discount .fieldset.coupon .field .control {
  height: 100%;
}
.checkout-cart-index .cart-container > .cart-summary .checkout .btn-primary {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 12px;
  padding: 14px 24px;
  -webkit-box-shadow: none;
  box-shadow: none;
  x-debug: "paragraph-s-bold";
  font-family: "semplicitaprobold", sans-serif;
  font-weight: 700;
  font-size: 0.813rem;
  line-height: 1.38em;
  font-style: normal;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  border-width: 1px;
  border-style: solid;
  border-radius: 4px;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
  background-color: #00577d;
  border-color: #00577d;
  color: #ffffff;
  width: 100%;
}
@media (prefers-reduced-motion: reduce) {
  .checkout-cart-index .cart-container > .cart-summary .checkout .btn-primary {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.checkout-cart-index .cart-container > .cart-summary .checkout .btn-primary:disabled, .checkout-cart-index .cart-container > .cart-summary .checkout .btn-primary[disabled], .checkout-cart-index .cart-container > .cart-summary .checkout .btn-primary.disabled {
  cursor: default;
}
.checkout-cart-index .cart-container > .cart-summary .checkout .btn-primary:active, .checkout-cart-index .cart-container > .cart-summary .checkout .btn-primary:focus {
  background-color: #00577d;
  border-color: #00577d;
  color: #ffffff;
  -webkit-filter: brightness(1.25);
  filter: brightness(1.25);
}
@media (hover: hover) {
  .checkout-cart-index .cart-container > .cart-summary .checkout .btn-primary:hover {
    background-color: #00577d;
    border-color: #00577d;
    color: #ffffff;
    -webkit-filter: brightness(1.25);
    filter: brightness(1.25);
  }
}
.checkout-cart-index .cart-container > .cart-summary .checkout .btn-primary:disabled, .checkout-cart-index .cart-container > .cart-summary .checkout .btn-primary[disabled], .checkout-cart-index .cart-container > .cart-summary .checkout .btn-primary.disabled {
  background-color: #00577d;
  border-color: #00577d;
  color: #ffffff;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.checkout-cart-index .cart-container > .cart-summary > .block-rewards-form > .content .rewards__checkout-cart-usepoints {
  margin-bottom: 0;
}
.checkout-cart-index .cart-container > .cart-summary > .block-rewards-form > .content .discount-form > p {
  x-debug: "paragraph-m";
  font-family: "semplicitaproregular", sans-serif;
  font-weight: 500;
  font-size: 0.938rem;
  line-height: 1.33em;
  font-style: normal;
  color: #00577d;
  margin-bottom: 12px !important;
}
.checkout-cart-index .cart-container > .cart-summary > .block-rewards-form > .content .discount-form > p b,
.checkout-cart-index .cart-container > .cart-summary > .block-rewards-form > .content .discount-form > p strong {
  x-debug: "paragraph-m-bold";
  font-family: "semplicitaprobold", sans-serif;
  font-weight: 700;
  font-size: 0.938rem;
  line-height: 1.33em;
  font-style: normal;
  color: #00577d;
}
.checkout-cart-index .cart-container > .cart-summary > .block-rewards-form > .content .discount-form .input-box .input-text {
  x-debug: "paragraph-" s;
  font-family: "semplicitaproregular", sans-serif !important;
  font-weight: 500 !important;
  font-size: 0.813rem !important;
  line-height: 1.38em !important;
  font-style: normal !important;
  color: #00577d !important;
  padding: 14px 12px;
  border: 1px solid #00577d;
  border-radius: 4px;
  width: 100%;
  min-height: 46px;
}
.checkout-cart-index .cart-container > .cart-summary > .block-rewards-form > .content .discount-form .input-box .input-text:focus + label, .checkout-cart-index .cart-container > .cart-summary > .block-rewards-form > .content .discount-form .input-box .input-text:valid + label {
  display: none;
}
.checkout-cart-index .cart-container > .cart-summary > .block-rewards-form > .content .discount-form .input-box .input-text + label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 2px;
  padding: 14px 12px;
  margin: 0 !important;
  x-debug: "paragraph-" s;
  font-family: "semplicitaproregular", sans-serif;
  font-weight: 500;
  font-size: 0.813rem;
  line-height: 1.38em;
  font-style: normal;
  color: #00577d;
  text-transform: none;
  position: absolute;
  top: 0;
  left: 0;
}
.checkout-cart-index .cart-container > .cart-summary > .block-rewards-form > .content .discount-form .custom-checkbox-container {
  border: 0;
  width: auto;
  height: auto;
}
.checkout-cart-index .cart-container > .cart-summary > .block-rewards-form > .content .discount-form .custom-checkbox-container input[type=checkbox]:not(:only-child) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 0 !important;
  border: none !important;
}
.checkout-cart-index .cart-container > .cart-summary > .block-rewards-form > .content .discount-form .custom-checkbox-container input[type=checkbox]:not(:only-child)::before, .checkout-cart-index .cart-container > .cart-summary > .block-rewards-form > .content .discount-form .custom-checkbox-container input[type=checkbox]:not(:only-child)::after {
  display: none;
}
.checkout-cart-index .cart-container > .cart-summary > .block-rewards-form > .content .discount-form .custom-checkbox-container input[type=checkbox]:not(:only-child) + label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  padding-left: 32px;
}
.checkout-cart-index .cart-container > .cart-summary > .block-rewards-form > .content .discount-form .custom-checkbox-container input[type=checkbox]:not(:only-child) + label::before, .checkout-cart-index .cart-container > .cart-summary > .block-rewards-form > .content .discount-form .custom-checkbox-container input[type=checkbox]:not(:only-child) + label::after {
  content: "";
  position: absolute;
}
.checkout-cart-index .cart-container > .cart-summary > .block-rewards-form > .content .discount-form .custom-checkbox-container input[type=checkbox]:not(:only-child) + label::before {
  top: 0;
  left: 0;
  display: block;
  background: white;
  width: 20px;
  height: 20px;
  border: 1px solid #00577d;
  border-radius: 4px;
}
.checkout-cart-index .cart-container > .cart-summary > .block-rewards-form > .content .discount-form .custom-checkbox-container input[type=checkbox]:not(:only-child) + label::after {
  top: 2px;
  left: 2px;
  width: 16px;
  height: 16px;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  background: #00577d url("/media/codazon/themelayout/images/check-on.svg") no-repeat center center;
  background-size: 14px;
  border-radius: 3px;
  margin: 0;
}
.checkout-cart-index .cart-container > .cart-summary > .block-rewards-form > .content .discount-form .custom-checkbox-container input[type=checkbox]:not(:only-child):checked + label::after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.checkout-cart-index .cart-container > .cart-summary > .block-rewards-form > .content .discount-form .custom-checkbox-container input[type=checkbox]:not(:only-child):focus + label:before {
  -webkit-box-shadow: 0 0 3px 1px #68a8e0;
  box-shadow: 0 0 3px 1px #68a8e0;
}
.checkout-cart-index .cart-container > .cart-summary > .block-rewards-form > .content .discount-form .custom-checkbox-container input[type=checkbox]:not(:only-child).mage-error + label::before {
  border-color: #960000;
}
.checkout-cart-index .cart-container > .cart-summary > .block-rewards-form > .content .discount-form .custom-checkbox-container input[type=checkbox]:not(:only-child).mage-error ~ .mage-error {
  text-indent: 32px;
}
.checkout-cart-index .cart-container > .cart-summary > .block-rewards-form > .content .discount-form .custom-checkbox-container label {
  x-debug: "paragraph-" s;
  font-family: "semplicitaproregular", sans-serif;
  font-weight: 500;
  font-size: 0.813rem;
  line-height: 1.38em;
  font-style: normal;
  color: #00577d;
  left: unset;
}
.checkout-cart-index .cart-container > .cart-summary > .block-rewards-form > .content .discount-form .custom-checkbox-container label .rewards-logo {
  display: inline-block;
  padding: 0 2px;
}
.checkout-cart-index .cart-container > .cart-summary > .block-rewards-form > .content .discount-form .custom-checkbox-container label b,
.checkout-cart-index .cart-container > .cart-summary > .block-rewards-form > .content .discount-form .custom-checkbox-container label strong {
  x-debug: "paragraph-s-bold";
  font-family: "semplicitaprobold", sans-serif;
  font-weight: 700;
  font-size: 0.813rem;
  line-height: 1.38em;
  font-style: normal;
  color: #00577d;
}
.checkout-cart-index .cart-container > .cart-summary > .block-rewards-form > .content .discount-form .buttons-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 12px;
  margin-top: 20px;
}
.checkout-cart-index .cart-container > .cart-summary > .block-rewards-form > .content .discount-form .buttons-container .btn.btn-primary, .checkout-cart-index .cart-container > .cart-summary > .block-rewards-form > .content .discount-form .buttons-container #collections-slider .collections-slider .owl-item > .item > .btn-primary.item-title, #collections-slider .collections-slider .checkout-cart-index .cart-container > .cart-summary > .block-rewards-form > .content .discount-form .buttons-container .owl-item > .item > .btn-primary.item-title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 12px;
  padding: 14px 24px;
  -webkit-box-shadow: none;
  box-shadow: none;
  x-debug: "paragraph-s-bold";
  font-family: "semplicitaprobold", sans-serif;
  font-weight: 700;
  font-size: 0.813rem;
  line-height: 1.38em;
  font-style: normal;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  border-width: 1px;
  border-style: solid;
  border-radius: 4px;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
  background-color: #00577d;
  border-color: #00577d;
  color: #ffffff;
}
@media (prefers-reduced-motion: reduce) {
  .checkout-cart-index .cart-container > .cart-summary > .block-rewards-form > .content .discount-form .buttons-container .btn.btn-primary, .checkout-cart-index .cart-container > .cart-summary > .block-rewards-form > .content .discount-form .buttons-container #collections-slider .collections-slider .owl-item > .item > .btn-primary.item-title, #collections-slider .collections-slider .checkout-cart-index .cart-container > .cart-summary > .block-rewards-form > .content .discount-form .buttons-container .owl-item > .item > .btn-primary.item-title {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.checkout-cart-index .cart-container > .cart-summary > .block-rewards-form > .content .discount-form .buttons-container .btn.btn-primary:disabled, .checkout-cart-index .cart-container > .cart-summary > .block-rewards-form > .content .discount-form .buttons-container #collections-slider .collections-slider .owl-item > .item > .btn-primary.item-title:disabled, #collections-slider .collections-slider .checkout-cart-index .cart-container > .cart-summary > .block-rewards-form > .content .discount-form .buttons-container .owl-item > .item > .btn-primary.item-title:disabled, .checkout-cart-index .cart-container > .cart-summary > .block-rewards-form > .content .discount-form .buttons-container .btn.btn-primary[disabled], .checkout-cart-index .cart-container > .cart-summary > .block-rewards-form > .content .discount-form .buttons-container #collections-slider .collections-slider .owl-item > .item > .btn-primary[disabled].item-title, #collections-slider .collections-slider .checkout-cart-index .cart-container > .cart-summary > .block-rewards-form > .content .discount-form .buttons-container .owl-item > .item > .btn-primary[disabled].item-title, .checkout-cart-index .cart-container > .cart-summary > .block-rewards-form > .content .discount-form .buttons-container .btn.btn-primary.disabled, .checkout-cart-index .cart-container > .cart-summary > .block-rewards-form > .content .discount-form .buttons-container #collections-slider .collections-slider .owl-item > .item > .btn-primary.disabled.item-title, #collections-slider .collections-slider .checkout-cart-index .cart-container > .cart-summary > .block-rewards-form > .content .discount-form .buttons-container .owl-item > .item > .btn-primary.disabled.item-title {
  cursor: default;
}
.checkout-cart-index .cart-container > .cart-summary > .block-rewards-form > .content .discount-form .buttons-container .btn.btn-primary:active, .checkout-cart-index .cart-container > .cart-summary > .block-rewards-form > .content .discount-form .buttons-container #collections-slider .collections-slider .owl-item > .item > .btn-primary.item-title:active, #collections-slider .collections-slider .checkout-cart-index .cart-container > .cart-summary > .block-rewards-form > .content .discount-form .buttons-container .owl-item > .item > .btn-primary.item-title:active, .checkout-cart-index .cart-container > .cart-summary > .block-rewards-form > .content .discount-form .buttons-container .btn.btn-primary:focus, .checkout-cart-index .cart-container > .cart-summary > .block-rewards-form > .content .discount-form .buttons-container #collections-slider .collections-slider .owl-item > .item > .btn-primary.item-title:focus, #collections-slider .collections-slider .checkout-cart-index .cart-container > .cart-summary > .block-rewards-form > .content .discount-form .buttons-container .owl-item > .item > .btn-primary.item-title:focus {
  background-color: #00577d;
  border-color: #00577d;
  color: #ffffff;
  -webkit-filter: brightness(1.25);
  filter: brightness(1.25);
}
@media (hover: hover) {
  .checkout-cart-index .cart-container > .cart-summary > .block-rewards-form > .content .discount-form .buttons-container .btn.btn-primary:hover, .checkout-cart-index .cart-container > .cart-summary > .block-rewards-form > .content .discount-form .buttons-container #collections-slider .collections-slider .owl-item > .item > .btn-primary.item-title:hover, #collections-slider .collections-slider .checkout-cart-index .cart-container > .cart-summary > .block-rewards-form > .content .discount-form .buttons-container .owl-item > .item > .btn-primary.item-title:hover {
    background-color: #00577d;
    border-color: #00577d;
    color: #ffffff;
    -webkit-filter: brightness(1.25);
    filter: brightness(1.25);
  }
}
.checkout-cart-index .cart-container > .cart-summary > .block-rewards-form > .content .discount-form .buttons-container .btn.btn-primary:disabled, .checkout-cart-index .cart-container > .cart-summary > .block-rewards-form > .content .discount-form .buttons-container #collections-slider .collections-slider .owl-item > .item > .btn-primary.item-title:disabled, #collections-slider .collections-slider .checkout-cart-index .cart-container > .cart-summary > .block-rewards-form > .content .discount-form .buttons-container .owl-item > .item > .btn-primary.item-title:disabled, .checkout-cart-index .cart-container > .cart-summary > .block-rewards-form > .content .discount-form .buttons-container .btn.btn-primary[disabled], .checkout-cart-index .cart-container > .cart-summary > .block-rewards-form > .content .discount-form .buttons-container #collections-slider .collections-slider .owl-item > .item > .btn-primary[disabled].item-title, #collections-slider .collections-slider .checkout-cart-index .cart-container > .cart-summary > .block-rewards-form > .content .discount-form .buttons-container .owl-item > .item > .btn-primary[disabled].item-title, .checkout-cart-index .cart-container > .cart-summary > .block-rewards-form > .content .discount-form .buttons-container .btn.btn-primary.disabled, .checkout-cart-index .cart-container > .cart-summary > .block-rewards-form > .content .discount-form .buttons-container #collections-slider .collections-slider .owl-item > .item > .btn-primary.disabled.item-title, #collections-slider .collections-slider .checkout-cart-index .cart-container > .cart-summary > .block-rewards-form > .content .discount-form .buttons-container .owl-item > .item > .btn-primary.disabled.item-title {
  background-color: #00577d;
  border-color: #00577d;
  color: #ffffff;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.checkout-cart-index .cart-container > .cart-summary > .block-rewards-form > .content .discount-form .buttons-container .btn.btn-secondary, .checkout-cart-index .cart-container > .cart-summary > .block-rewards-form > .content .discount-form .buttons-container #collections-slider .collections-slider .owl-item > .item > .item-title, #collections-slider .collections-slider .checkout-cart-index .cart-container > .cart-summary > .block-rewards-form > .content .discount-form .buttons-container .owl-item > .item > .item-title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 12px;
  padding: 14px 24px;
  -webkit-box-shadow: none;
  box-shadow: none;
  x-debug: "paragraph-s-bold";
  font-family: "semplicitaprobold", sans-serif;
  font-weight: 700;
  font-size: 0.813rem;
  line-height: 1.38em;
  font-style: normal;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  border-width: 1px;
  border-style: solid;
  border-radius: 4px;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
  background-color: #ffffff;
  border-color: #00577d;
  color: #00577d;
}
@media (prefers-reduced-motion: reduce) {
  .checkout-cart-index .cart-container > .cart-summary > .block-rewards-form > .content .discount-form .buttons-container .btn.btn-secondary, .checkout-cart-index .cart-container > .cart-summary > .block-rewards-form > .content .discount-form .buttons-container #collections-slider .collections-slider .owl-item > .item > .item-title, #collections-slider .collections-slider .checkout-cart-index .cart-container > .cart-summary > .block-rewards-form > .content .discount-form .buttons-container .owl-item > .item > .item-title {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.checkout-cart-index .cart-container > .cart-summary > .block-rewards-form > .content .discount-form .buttons-container .btn.btn-secondary:disabled, .checkout-cart-index .cart-container > .cart-summary > .block-rewards-form > .content .discount-form .buttons-container #collections-slider .collections-slider .owl-item > .item > .item-title:disabled, #collections-slider .collections-slider .checkout-cart-index .cart-container > .cart-summary > .block-rewards-form > .content .discount-form .buttons-container .owl-item > .item > .item-title:disabled, .checkout-cart-index .cart-container > .cart-summary > .block-rewards-form > .content .discount-form .buttons-container .btn.btn-secondary[disabled], .checkout-cart-index .cart-container > .cart-summary > .block-rewards-form > .content .discount-form .buttons-container #collections-slider .collections-slider .owl-item > .item > [disabled].item-title, #collections-slider .collections-slider .checkout-cart-index .cart-container > .cart-summary > .block-rewards-form > .content .discount-form .buttons-container .owl-item > .item > [disabled].item-title, .checkout-cart-index .cart-container > .cart-summary > .block-rewards-form > .content .discount-form .buttons-container .btn.btn-secondary.disabled, .checkout-cart-index .cart-container > .cart-summary > .block-rewards-form > .content .discount-form .buttons-container #collections-slider .collections-slider .owl-item > .item > .disabled.item-title, #collections-slider .collections-slider .checkout-cart-index .cart-container > .cart-summary > .block-rewards-form > .content .discount-form .buttons-container .owl-item > .item > .disabled.item-title {
  cursor: default;
}
.checkout-cart-index .cart-container > .cart-summary > .block-rewards-form > .content .discount-form .buttons-container .btn.btn-secondary:active, .checkout-cart-index .cart-container > .cart-summary > .block-rewards-form > .content .discount-form .buttons-container #collections-slider .collections-slider .owl-item > .item > .item-title:active, #collections-slider .collections-slider .checkout-cart-index .cart-container > .cart-summary > .block-rewards-form > .content .discount-form .buttons-container .owl-item > .item > .item-title:active, .checkout-cart-index .cart-container > .cart-summary > .block-rewards-form > .content .discount-form .buttons-container .btn.btn-secondary:focus, .checkout-cart-index .cart-container > .cart-summary > .block-rewards-form > .content .discount-form .buttons-container #collections-slider .collections-slider .owl-item > .item > .item-title:focus, #collections-slider .collections-slider .checkout-cart-index .cart-container > .cart-summary > .block-rewards-form > .content .discount-form .buttons-container .owl-item > .item > .item-title:focus {
  background-color: #00577d;
  border-color: #00577d;
  color: #ffffff;
}
@media (hover: hover) {
  .checkout-cart-index .cart-container > .cart-summary > .block-rewards-form > .content .discount-form .buttons-container .btn.btn-secondary:hover, .checkout-cart-index .cart-container > .cart-summary > .block-rewards-form > .content .discount-form .buttons-container #collections-slider .collections-slider .owl-item > .item > .item-title:hover, #collections-slider .collections-slider .checkout-cart-index .cart-container > .cart-summary > .block-rewards-form > .content .discount-form .buttons-container .owl-item > .item > .item-title:hover {
    background-color: #00577d;
    border-color: #00577d;
    color: #ffffff;
  }
}
.checkout-cart-index .cart-container > .cart-summary > .block-rewards-form > .content .discount-form .buttons-container .btn.btn-secondary:disabled, .checkout-cart-index .cart-container > .cart-summary > .block-rewards-form > .content .discount-form .buttons-container #collections-slider .collections-slider .owl-item > .item > .item-title:disabled, #collections-slider .collections-slider .checkout-cart-index .cart-container > .cart-summary > .block-rewards-form > .content .discount-form .buttons-container .owl-item > .item > .item-title:disabled, .checkout-cart-index .cart-container > .cart-summary > .block-rewards-form > .content .discount-form .buttons-container .btn.btn-secondary[disabled], .checkout-cart-index .cart-container > .cart-summary > .block-rewards-form > .content .discount-form .buttons-container #collections-slider .collections-slider .owl-item > .item > [disabled].item-title, #collections-slider .collections-slider .checkout-cart-index .cart-container > .cart-summary > .block-rewards-form > .content .discount-form .buttons-container .owl-item > .item > [disabled].item-title, .checkout-cart-index .cart-container > .cart-summary > .block-rewards-form > .content .discount-form .buttons-container .btn.btn-secondary.disabled, .checkout-cart-index .cart-container > .cart-summary > .block-rewards-form > .content .discount-form .buttons-container #collections-slider .collections-slider .owl-item > .item > .disabled.item-title, #collections-slider .collections-slider .checkout-cart-index .cart-container > .cart-summary > .block-rewards-form > .content .discount-form .buttons-container .owl-item > .item > .disabled.item-title {
  background-color: #ffffff;
  border-color: #00577d;
  color: #00577d;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.checkout-cart-index .cart-container > .cart-summary > .block-rewards-form > .content > hr {
  display: none;
}
.checkout-cart-index .cart-container > .cart-details {
  grid-area: details;
}
@media (max-width: 1023.98px) {
  .checkout-cart-index .cart-container > .cart-details {
    padding-right: 0;
  }
}
.checkout-cart-index .cart-container > .cart-details > .form-cart {
  width: 100% !important;
  padding-inline: 0 !important;
  float: unset !important;
  position: relative;
}
@media (max-width: 1023.98px) {
  .checkout-cart-index .cart-container > .cart-details > .form-cart {
    border-top: 1px solid rgba(0, 87, 125, 0.2);
  }
}
.checkout-cart-index .cart-container > .cart-details > .form-cart .col-6 {
  width: 60%;
}
.checkout-cart-index .cart-container > .cart-details > .form-cart .col-3 {
  width: 20%;
}
.checkout-cart-index .cart-container > .cart-details > .form-cart a {
  display: block;
}
.checkout-cart-index .cart-container > .cart-details > .form-cart .table-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding-block: 0.625rem;
  border-bottom: 1px solid rgba(0, 87, 125, 0.2);
}
@media (max-width: 1023.98px) {
  .checkout-cart-index .cart-container > .cart-details > .form-cart .table-row.desktop {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
.checkout-cart-index .cart-container > .cart-details > .form-cart .table-row.desktop > .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1023.98px) {
  .checkout-cart-index .cart-container > .cart-details > .form-cart .table-row.desktop > .item {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.checkout-cart-index .cart-container > .cart-details > .form-cart .table-row.desktop > .item a {
  margin-right: 1.5rem;
}
.checkout-cart-index .cart-container > .cart-details > .form-cart .table-row.desktop > .item a img {
  width: 5.625rem;
  height: 7.5rem;
  aspect-ratio: 9/12;
  border-radius: 0.313rem;
  overflow: hidden;
  background: #f2f6f9;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.checkout-cart-index .cart-container > .cart-details > .form-cart .table-row.desktop > .qty .control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 5.25rem;
  height: 1.938rem;
  border: 1px solid #00577d;
  border-radius: 0.313rem;
}
.checkout-cart-index .cart-container > .cart-details > .form-cart .table-row.desktop > .qty .control > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.checkout-cart-index .cart-container > .cart-details > .form-cart .table-row.desktop > .qty .control > *,
.checkout-cart-index .cart-container > .cart-details > .form-cart .table-row.desktop > .qty .control > * * {
  padding: 0 !important;
  border: none !important;
}
.checkout-cart-index .cart-container > .cart-details > .form-cart .table-row.desktop > .qty .control > *:hover,
.checkout-cart-index .cart-container > .cart-details > .form-cart .table-row.desktop > .qty .control > * *:hover {
  background: transparent !important;
  color: #00577d !important;
}
.checkout-cart-index .cart-container > .cart-details > .form-cart .table-row.desktop > .qty .control > * input {
  text-align: center;
}
.checkout-cart-index .cart-container > .cart-details > .form-cart .table-row.desktop > .subtotal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.checkout-cart-index .cart-container > .cart-details > .form-cart .table-row.desktop > .subtotal .msrp,
.checkout-cart-index .cart-container > .cart-details > .form-cart .table-row.desktop > .subtotal .price {
  text-align: right;
}
@media (max-width: 767.98px) {
  .checkout-cart-index .cart-container > .cart-details > .form-cart .table-row.desktop > .subtotal .msrp,
  .checkout-cart-index .cart-container > .cart-details > .form-cart .table-row.desktop > .subtotal .price {
    x-debug: "h4-mobile";
    font-family: "semplicitaprobold", sans-serif;
    font-weight: 700;
    font-size: 0.938rem;
    line-height: 1.4em;
    font-style: normal;
    color: #00577d;
  }
}
@media (min-width: 768px) {
  .checkout-cart-index .cart-container > .cart-details > .form-cart .table-row.desktop > .subtotal .msrp,
  .checkout-cart-index .cart-container > .cart-details > .form-cart .table-row.desktop > .subtotal .price {
    x-debug: "h4-desktop";
    font-family: "semplicitaprobold", sans-serif;
    font-weight: 700;
    font-size: 0.938rem;
    line-height: 1.4em;
    font-style: normal;
    color: #00577d;
  }
}
.checkout-cart-index .cart-container > .cart-details > .form-cart .table-row.desktop > .subtotal .product-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.checkout-cart-index .cart-container > .cart-details > .form-cart .table-row.desktop > .subtotal .product-price .old-price,
.checkout-cart-index .cart-container > .cart-details > .form-cart .table-row.desktop > .subtotal .product-price .new-price,
.checkout-cart-index .cart-container > .cart-details > .form-cart .table-row.desktop > .subtotal .product-price .normal-price {
  text-align: right;
}
.checkout-cart-index .cart-container > .cart-details > .form-cart .table-row.desktop > .subtotal .product-price .old-price,
.checkout-cart-index .cart-container > .cart-details > .form-cart .table-row.desktop > .subtotal .product-price .old-price .price {
  color: #80abbe !important;
}
.checkout-cart-index .cart-container > .cart-details > .form-cart .table-row.desktop > .subtotal .product-price .applied-coupon {
  margin-top: 10px;
}
.checkout-cart-index .cart-container > .cart-details > .form-cart .table-row.desktop > .subtotal .product-price .applied-coupon .coupon-code {
  x-debug: "paragraph-" s;
  font-family: "semplicitaproregular", sans-serif;
  font-weight: 500;
  font-size: 0.813rem;
  line-height: 1.38em;
  font-style: normal;
  color: #00577d;
  text-transform: uppercase;
}
.checkout-cart-index .cart-container > .cart-details > .form-cart .table-row.desktop > .subtotal .product-price .applied-coupon .coupon-percent {
  x-debug: "paragraph-" s;
  font-family: "semplicitaproregular", sans-serif;
  font-weight: 500;
  font-size: 0.813rem;
  line-height: 1.38em;
  font-style: normal;
  color: #00577d;
}
.checkout-cart-index .cart-container > .cart-details > .form-cart .table-row .action {
  background: transparent !important;
  border: none !important;
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.checkout-cart-index .cart-container > .cart-details > .form-cart .table-row .action:before {
  display: none !important;
}
.checkout-cart-index .cart-container > .cart-details > .form-cart .table-row .action span {
  display: block !important;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  font-size: 0.813rem !important;
  line-height: 1.38em !important;
  font-weight: 700;
}
.checkout-cart-index .cart-container > .cart-details > .form-cart .table-row .action-delete {
  text-decoration: underline;
}
.checkout-cart-index .cart-container > .cart-details > .form-cart .table-row .product-item-info-details .product-item-name + .cart.item.message.error {
  /* hide first error message */
  display: none;
}
@media (max-width: 1023.98px) {
  .checkout-cart-index .cart-container > .cart-details > .form-cart .col-3 {
    width: 22%;
  }
}
.checkout-cart-index .cart-container > .crosssell {
  grid-area: crosssell;
}
.checkout-cart-index .cart.table-wrapper table a {
  display: block;
}
.checkout-cart-index .cart.table-wrapper table .product-image-photo {
  display: block;
  width: 5.625rem;
  height: 7.5rem;
  border-radius: 0.313rem;
  aspect-ratio: 9/12;
  background: rgba(0, 87, 125, 0.2);
  overflow: hidden;
}
.checkout-cart-index .cart.table-wrapper .product-item-name {
  display: block;
  margin-top: 0;
}
@media (max-width: 1023.98px) {
  .checkout-cart-index .cart.table-wrapper .product-item-name {
    margin-bottom: 1.5rem;
  }
}
.checkout-cart-index .cart.table-wrapper .product-item-name-1 {
  font-size: 0.938rem;
  line-height: 1.33em;
  font-weight: 700;
}
@media (max-width: 1023.98px) {
  .checkout-cart-index .cart.table-wrapper .product-item-name-1 {
    font-size: 0.813rem;
    line-height: 1.38em;
  }
}
@media (max-width: 1023.98px) {
  .checkout-cart-index .cart.table-wrapper .product-item-info-details {
    width: 100%;
  }
}
.checkout-cart-index .cart.table-wrapper .product-item-info-details .item-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.checkout-cart-index .cart.table-wrapper .product-item-info-details .item-options dd .price::before {
  content: "- ";
}
.checkout-cart-index .cart.table-wrapper .product-item-info-details .item-options dd .price::after {
  content: none;
}
.checkout-cart-index .cart.table-wrapper .product-item-info-details .item-options dt {
  display: none;
}
.checkout-cart-index .cart.table-wrapper .product-item-info-details .actions-toolbar {
  margin-top: 1rem;
}
.checkout-cart-index .cart.table-wrapper .product-item-info-details .actions-toolbar * {
  font-size: 0.813rem !important;
  line-height: 1.62em !important;
}
@media (max-width: 1023.98px) {
  .checkout-cart-index .cart.main.actions button {
    width: 100%;
  }
}
.checkout-cart-index .cart.main.actions button:first-of-type {
  margin-right: 1rem;
}
@media (max-width: 1023.98px) {
  .checkout-cart-index .cart.main.actions button:first-of-type {
    margin-right: 0;
    margin-bottom: 0.5rem;
  }
}
.checkout-cart-index .cart.item.message.notice {
  display: none;
}
.checkout-cart-index .error-checkout-samples {
  display: block;
  x-debug: "paragraph-" s;
  font-family: "semplicitaproregular", sans-serif;
  font-weight: 500;
  font-size: 0.813rem;
  line-height: 1.38em;
  font-style: normal;
  color: #960000;
}
.checkout-cart-index .error-checkout-samples.position-checkout-btn {
  margin-top: 12px;
}
.checkout-cart-index .error-checkout-samples.position-cart-actions {
  margin-bottom: 12px;
  text-align: center;
}
@media (min-width: 1024px) {
  .checkout-cart-index .error-checkout-samples.position-cart-actions {
    text-align: right;
  }
}
.checkout-cart-index .error-checkout-samples.position-products {
  margin-left: 1.75rem;
  margin-top: -0.75rem;
  margin-bottom: 1.5rem;
}
.checkout-cart-index .lbr-gift-select-spacer {
  height: 30px;
}
.checkout-cart-index .lbr-gift-select-title {
  font-size: 1.25rem;
  line-height: 1.35em;
  font-weight: 700;
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .checkout-cart-index .lbr-gift-select-title {
    font-size: 0.938rem;
    line-height: 1.4em;
  }
}
.checkout-cart-index .lbr-gift-select-form {
  border-top: 0 !important;
  padding-top: 10px !important;
}
.checkout-cart-index .lbr-cart-summary-accordion-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  cursor: pointer;
}
.checkout-cart-index .lbr-cart-summary-accordion-title i {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.checkout-cart-index .lbr-cart-summary-accordion-title i.lbr-rotate {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.checkout-cart-index .lbr-cart-summary-accordion-title.lbr-accordion-disabled {
  cursor: auto;
}
.checkout-cart-index .lbr-cart-summary-accordion-title.lbr-accordion-disabled i {
  display: none !important;
}
.checkout-cart-index .lbr-gift-selector {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 1.5rem;
}
.checkout-cart-index .lbr-gift-selector,
.checkout-cart-index .lbr-gift-selector span {
  font-size: 0.813rem;
  line-height: 1.38em;
}
.checkout-cart-index .lbr-gift-selector input {
  border-color: #00577d;
  accent-color: #00577d;
  color: #00577d;
}
.checkout-cart-index .lbr-gift-selector .custom-radio-container {
  margin-right: 0.75rem;
}
.checkout-cart-index .lbr-gift-selector > :first-child {
  margin-bottom: 1rem;
}
.checkout-cart-index #gift-select-add {
  margin-top: 30px;
}
.checkout-cart-index .ampromo-selector {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 1.5rem;
}
.checkout-cart-index .ampromo-selector,
.checkout-cart-index .ampromo-selector span {
  font-size: 0.813rem;
  line-height: 1.38em;
}
.checkout-cart-index .ampromo-selector input {
  border-color: #00577d;
  accent-color: #00577d;
  color: #00577d;
}
.checkout-cart-index .ampromo-selector .custom-radio-container {
  margin-right: 0.75rem;
}
.checkout-cart-index .ampromo-selector > :first-child {
  margin-bottom: 1rem;
}
.checkout-cart-index button.action.clear {
  margin: 0 10px 0 0;
}
.checkout-cart-index .cartbooster-product-container.product-item .swatch-option.selected {
  outline: 2px solid #000;
  border-color: #ffffff;
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media (max-width: 1023.98px) {
  .checkout-cart-index tr.old-price-total .amount {
    text-decoration: line-through;
  }
}
.checkout-cart-index #samples-products-accordion .accordion-toggle {
  padding: 12px;
  font-weight: bold;
  cursor: pointer;
  width: 100%;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #f2f6f9;
  border: 1px solid #ccc;
}
.checkout-cart-index #samples-products-accordion .accordion-toggle h3 {
  margin: 0;
  font-size: 16px;
}
.checkout-cart-index #samples-products-accordion .accordion-toggle i {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.checkout-cart-index #samples-products-accordion .accordion-toggle.open i {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.checkout-cart-index #samples-products-accordion .accordion-toggle .table-row {
  padding: 10px 0;
}

.goomento-page .goomento .container {
  width: 100%;
}
.goomento-page .goomento .container-fluid {
  padding: 0 0.625rem !important;
}
.goomento-page .goomento .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 5rem;
  margin-inline: -0.625rem;
}
@media (max-width: 1023.98px) {
  .goomento-page .goomento .row {
    margin: 0 -1.25rem;
  }
  .goomento-page .goomento .row .image,
  .goomento-page .goomento .row .text,
  .goomento-page .goomento .row .spaced-content {
    padding-inline: 0 !important;
  }
}
.goomento-page .goomento .row.contained {
  max-width: 64rem;
  margin: 2.5rem auto;
}
@media (max-width: 1023.98px) {
  .goomento-page .goomento .row.contained {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .goomento-page .goomento .row.contained > .text {
    margin-top: 1.5rem;
  }
  .goomento-page .goomento .row.contained > .text:first-child {
    margin-top: -1.25rem;
  }
}
.goomento-page .goomento .row:after, .goomento-page .goomento .row:before {
  display: none;
}
.goomento-page .goomento h1 {
  display: block;
  margin-top: 2.5rem;
}
.goomento-page .goomento h1,
.goomento-page .goomento h1 * {
  font-size: 3.125rem;
  line-height: 1.2em;
}
@media (max-width: 1023.98px) {
  .goomento-page .goomento h1 {
    margin-top: 1.5rem;
  }
  .goomento-page .goomento h1,
  .goomento-page .goomento h1 * {
    font-size: 1.875rem;
    line-height: 1.17em;
  }
}
.goomento-page .goomento h2 {
  display: block;
  margin-block: -1.25rem;
}
.goomento-page .goomento h2,
.goomento-page .goomento h2 * {
  font-size: 2.188rem;
  line-height: 1.29em;
}
@media (max-width: 1023.98px) {
  .goomento-page .goomento h2 {
    margin-block: 0 1.5rem;
  }
  .goomento-page .goomento h2,
  .goomento-page .goomento h2 * {
    font-size: 1.563rem;
    line-height: 1.36em;
  }
}
.goomento-page .goomento h3 {
  display: block;
  margin-top: 2.5rem;
}
.goomento-page .goomento h3,
.goomento-page .goomento h3 * {
  font-size: 0.938rem;
  line-height: 1.4em;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 1023.98px) {
  .goomento-page .goomento h3 {
    margin-top: 1.5rem;
  }
}
.goomento-page .goomento p {
  display: block;
  font-size: 1.25rem;
  line-height: 1.4em;
}
@media (max-width: 1023.98px) {
  .goomento-page .goomento p {
    font-size: 0.938rem;
    line-height: 1.33em;
  }
}
.goomento-page .goomento .text {
  margin: 0 auto;
}
@media (max-width: 1023.98px) {
  .goomento-page .goomento .text {
    margin: 1.5rem auto 0;
  }
}
.goomento-page .goomento .spaced-content > h3,
.goomento-page .goomento .spaced-content > img,
.goomento-page .goomento .spaced-content > p,
.goomento-page .goomento .spaced-content > .btn,
.goomento-page .goomento #collections-slider .collections-slider .owl-item > .item.spaced-content > .item-title,
#collections-slider .collections-slider .goomento-page .goomento .owl-item > .item.spaced-content > .item-title {
  margin-bottom: 2.5rem;
}
@media (max-width: 1023.98px) {
  .goomento-page .goomento .spaced-content > h3,
  .goomento-page .goomento .spaced-content > img,
  .goomento-page .goomento .spaced-content > p,
  .goomento-page .goomento .spaced-content > .btn,
  .goomento-page .goomento #collections-slider .collections-slider .owl-item > .item.spaced-content > .item-title,
  #collections-slider .collections-slider .goomento-page .goomento .owl-item > .item.spaced-content > .item-title {
    margin-bottom: 1.5rem;
  }
}
.goomento-page .goomento .cards-container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.goomento-page .goomento .cards-container > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 1rem;
  padding: 2.5rem 5rem;
  border-radius: 0.625rem;
}
@media (max-width: 1023.98px) {
  .goomento-page .goomento .cards-container > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 1rem;
    padding: 1.25rem 2.5rem;
  }
}
.goomento-page .goomento .cards-container > div img {
  margin-right: 2.5rem;
}
@media (max-width: 1023.98px) {
  .goomento-page .goomento .cards-container > div img {
    margin-right: 0;
    margin-bottom: 1.5rem;
  }
}
.goomento-page .goomento .cards-container > div > p {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
}
@media (max-width: 1023.98px) {
  .goomento-page .goomento .cards-container > div > p {
    text-align: center;
  }
}
.goomento-page .goomento .cards-container > div > p strong {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 1.563rem;
  line-height: 1.36em;
}
@media (max-width: 1023.98px) {
  .goomento-page .goomento .cards-container > div > p strong {
    font-size: 1.25rem;
    line-height: 1.35em;
  }
}
.goomento-page .goomento .cards-container > div > p span {
  display: block;
  font-size: 1.25rem;
  line-height: 1.4em;
}
@media (max-width: 1023.98px) {
  .goomento-page .goomento .cards-container > div > p span {
    font-size: 0.938rem;
    line-height: 1.33em;
  }
}
.goomento-page .goomento .text-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.goomento-page .goomento .btn, .goomento-page .goomento #collections-slider .collections-slider .owl-item > .item > .item-title, #collections-slider .collections-slider .goomento-page .goomento .owl-item > .item > .item-title {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-inline: auto;
  padding: 0.875rem 1.25rem;
  border-radius: 0.25rem;
}
.goomento-page .goomento .btn, .goomento-page .goomento #collections-slider .collections-slider .owl-item > .item > .item-title, #collections-slider .collections-slider .goomento-page .goomento .owl-item > .item > .item-title,
.goomento-page .goomento .btn *,
.goomento-page .goomento #collections-slider .collections-slider .owl-item > .item > .item-title *,
#collections-slider .collections-slider .goomento-page .goomento .owl-item > .item > .item-title * {
  font-size: 0.813rem;
  line-height: 1.38em;
}
.goomento-page .goomento .btn-primary {
  background: #00577d;
  color: #ffffff;
}
.goomento-page .goomento .btn-primary:hover {
  background: #ffffff;
  color: #00577d;
}
.goomento-page .goomento .btn-secondary, .goomento-page .goomento #collections-slider .collections-slider .owl-item > .item > .item-title, #collections-slider .collections-slider .goomento-page .goomento .owl-item > .item > .item-title {
  background: #ffffff;
  color: #00577d;
}
.goomento-page .goomento .btn-secondary:hover, .goomento-page .goomento #collections-slider .collections-slider .owl-item > .item > .item-title:hover, #collections-slider .collections-slider .goomento-page .goomento .owl-item > .item > .item-title:hover {
  background: #00577d;
  color: #ffffff;
}
.goomento-page .goomento .info-graphics {
  padding: 2.5rem 4.063rem;
  background-color: #f2f6f9;
}
@media (max-width: 1023.98px) {
  .goomento-page .goomento .info-graphics {
    padding-inline: 1.25rem;
  }
}
.goomento-page .goomento .info-graphics .info-top {
  margin-bottom: 2.5rem;
}
@media (max-width: 1023.98px) {
  .goomento-page .goomento .info-graphics .info-top {
    margin-bottom: 1.5rem;
  }
}
.goomento-page .goomento .info-graphics .info-top p {
  font-size: 1.563rem;
  line-height: 1.36em;
  text-align: center;
  font-weight: 700;
}
@media (max-width: 1023.98px) {
  .goomento-page .goomento .info-graphics .info-top p {
    font-size: 1.25rem;
    line-height: 1.35em;
  }
}
.goomento-page .goomento .info-graphics .info-slider .twentytwenty-container {
  width: 37.5rem;
  height: 25rem;
  position: relative;
}
@media (max-width: 1023.98px) {
  .goomento-page .goomento .info-graphics .info-slider .twentytwenty-container {
    max-width: 16rem;
    max-height: 10.688rem;
    margin: 0 auto;
  }
}
.goomento-page .goomento .info-graphics .info-slider .twentytwenty-container img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.goomento-page .goomento .info-graphics .info-slider > p {
  display: block;
  max-width: 51rem;
  margin: 1.5rem auto 5rem;
  font-size: 0.938rem;
  line-height: 1.33em;
  text-align: center;
}
@media (max-width: 1023.98px) {
  .goomento-page .goomento .info-graphics .info-slider > p {
    margin: 1.5rem auto 2.5rem;
  }
}
.goomento-page .goomento .info-graphics .info-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2.5rem;
  border-radius: 0.625rem;
  background: #ffffff;
}
@media (max-width: 1023.98px) {
  .goomento-page .goomento .info-graphics .info-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 2.5rem 1.5rem;
  }
}
.goomento-page .goomento .info-graphics .info-card {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 1023.98px) {
  .goomento-page .goomento .info-graphics .info-card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 2.5rem;
  }
  .goomento-page .goomento .info-graphics .info-card:last-child {
    margin-bottom: 0;
  }
}
.goomento-page .goomento .info-graphics .info-card > div,
.goomento-page .goomento .info-graphics .info-card > div > span {
  display: block;
  text-align: center;
}
@media (max-width: 1023.98px) {
  .goomento-page .goomento .info-graphics .info-card > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .goomento-page .goomento .info-graphics .info-card > div,
  .goomento-page .goomento .info-graphics .info-card > div > span {
    text-align: left;
  }
}
.goomento-page .goomento .info-graphics .info-card .h1 {
  margin-bottom: 1rem;
  font-size: 3.125rem;
  line-height: 1.2em;
  text-transform: uppercase;
}
@media (max-width: 1023.98px) {
  .goomento-page .goomento .info-graphics .info-card .h1 {
    margin-bottom: 0;
    margin-right: 1.5rem;
    font-size: 1.875rem;
    line-height: 1.17em;
  }
}
.goomento-page .goomento .info-graphics .info-card .h3 {
  margin-bottom: 0;
  font-size: 0.938rem;
  line-height: 1.4em;
  text-transform: uppercase;
}
.goomento-page .goomento .gmt-widget-form .gmt-text-title h2 {
  margin-block: 0.5rem;
}
.goomento-page .goomento .gmt-widget-form .gmt-form-inner {
  max-width: 64rem;
  margin: 0 auto;
  padding: 0;
}
@media (max-width: 1023.98px) {
  .goomento-page .goomento .gmt-widget-form .gmt-form-inner {
    padding-inline: 0.625rem;
  }
}
.goomento-page .goomento .gmt-widget-form .gmt-form-label {
  display: none;
}
.goomento-page .goomento .gmt-widget-form .gmt-form-field-type-checkbox {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.goomento-page .goomento .gmt-widget-form .gmt-form-field-type-checkbox .gmt-form-label {
  display: block;
  margin-left: 0.75rem;
  margin-bottom: 0;
}
.goomento-page .goomento .gmt-widget-form .gmt-form-field-type-checkbox .gmt-form-control {
  width: -webkit-max-content !important;
  width: -moz-max-content !important;
  width: max-content !important;
  margin: 0;
}
.goomento-page .goomento .gmt-widget-form .gmt-form-field-type-checkbox .gmt-form-control input {
  margin: 0;
  top: 0;
}
.goomento-page .goomento .gmt-widget-form .gmt-form-input:not([type=radio], [type=checkbox]) {
  border-color: #00577d;
}
.goomento-page .goomento .gmt-widget-form .gmt-recaptcha {
  display: none;
}
.goomento-page .goomento .gmt-widget-form .gmt-button {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-inline: auto;
  padding: 0.875rem 1.25rem;
  border-radius: 0.25rem;
  background: #00577d;
  color: #ffffff;
}
.goomento-page .goomento .gmt-widget-form .gmt-button,
.goomento-page .goomento .gmt-widget-form .gmt-button * {
  font-size: 0.813rem;
  line-height: 1.38em;
}
.goomento-page .goomento .gmt-widget-form .gmt-button:hover {
  background: #ffffff;
  color: #00577d;
}
.goomento-page .goomento .gmt-widget-form ::-webkit-input-placeholder {
  color: #00577d !important;
  font-size: 0.813rem !important;
  line-height: 1.38em !important;
  font-style: normal !important;
}

.customer-account-forgotpassword .form.password.forget {
  border: 1px solid rgba(0, 87, 125, 0.5);
  border-radius: 5px;
}
.customer-account-forgotpassword .form.password.forget .actions-toolbar .primary .action.submit {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 12px;
  padding: 14px 24px;
  -webkit-box-shadow: none;
  box-shadow: none;
  x-debug: "paragraph-s-bold";
  font-family: "semplicitaprobold", sans-serif;
  font-weight: 700;
  font-size: 0.813rem;
  line-height: 1.38em;
  font-style: normal;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  border-width: 1px;
  border-style: solid;
  border-radius: 4px;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
  background-color: #00577d;
  border-color: #00577d;
  color: #ffffff;
  margin: 0;
}
@media (prefers-reduced-motion: reduce) {
  .customer-account-forgotpassword .form.password.forget .actions-toolbar .primary .action.submit {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.customer-account-forgotpassword .form.password.forget .actions-toolbar .primary .action.submit:disabled, .customer-account-forgotpassword .form.password.forget .actions-toolbar .primary .action.submit[disabled], .customer-account-forgotpassword .form.password.forget .actions-toolbar .primary .action.submit.disabled {
  cursor: default;
}
.customer-account-forgotpassword .form.password.forget .actions-toolbar .primary .action.submit:active, .customer-account-forgotpassword .form.password.forget .actions-toolbar .primary .action.submit:focus {
  background-color: #00577d;
  border-color: #00577d;
  color: #ffffff;
  -webkit-filter: brightness(1.25);
  filter: brightness(1.25);
}
@media (hover: hover) {
  .customer-account-forgotpassword .form.password.forget .actions-toolbar .primary .action.submit:hover {
    background-color: #00577d;
    border-color: #00577d;
    color: #ffffff;
    -webkit-filter: brightness(1.25);
    filter: brightness(1.25);
  }
}
.customer-account-forgotpassword .form.password.forget .actions-toolbar .primary .action.submit:disabled, .customer-account-forgotpassword .form.password.forget .actions-toolbar .primary .action.submit[disabled], .customer-account-forgotpassword .form.password.forget .actions-toolbar .primary .action.submit.disabled {
  background-color: #00577d;
  border-color: #00577d;
  color: #ffffff;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.customer-account-forgotpassword .form.password.forget .actions-toolbar .secondary {
  margin: 0 !important;
}
.customer-account-forgotpassword .form.password.forget .actions-toolbar .secondary .action.back {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 12px;
  padding: 14px 24px;
  -webkit-box-shadow: none;
  box-shadow: none;
  x-debug: "paragraph-s-bold";
  font-family: "semplicitaprobold", sans-serif;
  font-weight: 700;
  font-size: 0.813rem;
  line-height: 1.38em;
  font-style: normal;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  border-width: 1px;
  border-style: solid;
  border-radius: 4px;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
  background-color: transparent;
  border: 0;
  color: #00577d;
  padding: 0;
  text-decoration: underline;
  text-transform: none;
  margin: 16px 0 0;
  border: 0 !important;
  text-decoration: underline !important;
  text-transform: uppercase;
}
@media (prefers-reduced-motion: reduce) {
  .customer-account-forgotpassword .form.password.forget .actions-toolbar .secondary .action.back {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.customer-account-forgotpassword .form.password.forget .actions-toolbar .secondary .action.back:disabled, .customer-account-forgotpassword .form.password.forget .actions-toolbar .secondary .action.back[disabled], .customer-account-forgotpassword .form.password.forget .actions-toolbar .secondary .action.back.disabled {
  cursor: default;
}
.customer-account-forgotpassword .form.password.forget .actions-toolbar .secondary .action.back:active, .customer-account-forgotpassword .form.password.forget .actions-toolbar .secondary .action.back:focus {
  background-color: transparent;
  border: 0;
  color: #00577d;
  -webkit-filter: brightness(1.25);
  filter: brightness(1.25);
}
@media (hover: hover) {
  .customer-account-forgotpassword .form.password.forget .actions-toolbar .secondary .action.back:hover {
    background-color: transparent;
    border: 0;
    color: #00577d;
    -webkit-filter: brightness(1.25);
    filter: brightness(1.25);
  }
}
.customer-account-forgotpassword .form.password.forget .actions-toolbar .secondary .action.back:disabled, .customer-account-forgotpassword .form.password.forget .actions-toolbar .secondary .action.back[disabled], .customer-account-forgotpassword .form.password.forget .actions-toolbar .secondary .action.back.disabled {
  background-color: transparent;
  border: 0;
  color: #00577d;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

body.cms-page-view.cms-contatti #contact-form .fieldset .field .control:has(input[type=checkbox]) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
body.cms-page-view.cms-contatti #contact-form .fieldset .field .control:has(input[type=checkbox]) input {
  position: initial;
  height: -webkit-fit-content !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
  margin: 0 5px 0 0;
}
body.cms-page-view.cms-contatti #contact-form .fieldset .field .control:has(input[type=checkbox]) #marktingtitolare-error:not(input) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

@media only screen and (max-width: 639px) {
  .miamopremi-customer-premi .voucher-table {
    padding: 0 20px;
  }
  .miamopremi-customer-premi .voucher-table table tbody tr td {
    text-align: left !important;
  }
  .miamopremi-customer-premi .voucher-table table tbody tr td::before {
    font-family: "semplicitaprobold", sans-serif;
    color: #00577d !important;
  }
}

.md-sidenav-right.cdz-sidebar, .md-sidenav-left.cdz-sidebar {
  padding-top: var(--header-height);
}

@media (max-width: 1023.98px) {
  .modal-popup[data-role=modal]._show.modal-slide .modal-inner-wrap {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    margin: 20px auto !important;
  }
}
@media (max-width: 1023.98px) {
  .modal-popup[data-role=modal]._show.modal-slide {
    left: 0;
  }
}
.modal-popup[data-role=modal]._show ~ .modals-overlay {
  background-color: #00577d;
  opacity: 0.8;
  mix-blend-mode: multiply;
}
.modal-popup[data-role=modal]._show .modal-inner-wrap {
  width: calc(100% - 40px) !important;
  max-width: 605px !important;
  top: 50%;
  left: 0 !important;
  margin: auto !important;
  border-radius: 4px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.modal-popup[data-role=modal]._show .modal-inner-wrap .modal-header {
  padding: 30px 30px 0;
}
.modal-popup[data-role=modal]._show .modal-inner-wrap .modal-header .modal-title {
  border-bottom: 0;
  padding-bottom: 0;
}
@media (max-width: 767.98px) {
  .modal-popup[data-role=modal]._show .modal-inner-wrap .modal-header .modal-title {
    x-debug: "h3-mobile";
    font-family: "semplicitaprobold", sans-serif;
    font-weight: 700;
    font-size: 0.938rem;
    line-height: 1.4em;
    font-style: normal;
    color: #00577d;
  }
}
@media (min-width: 768px) {
  .modal-popup[data-role=modal]._show .modal-inner-wrap .modal-header .modal-title {
    x-debug: "h3-desktop";
    font-family: "semplicitaprobold", sans-serif;
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.35em;
    font-style: normal;
    color: #00577d;
  }
}
.modal-popup[data-role=modal]._show .modal-inner-wrap .modal-header .action-close {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 14px;
  height: 14px;
  color: #00577d;
  background: transparent !important;
  border: 0;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.modal-popup[data-role=modal]._show .modal-inner-wrap .modal-header .action-close::before {
  display: none;
}
.modal-popup[data-role=modal]._show .modal-inner-wrap .modal-header .action-close::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 14px;
  height: 14px;
  background-image: url("../../frontend/Codazon/unlimited_miamo/it_IT/images/svg/sprite/close.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.modal-popup[data-role=modal]._show .modal-inner-wrap .modal-content {
  padding: 24px 30px;
  text-align: left;
}
.modal-popup[data-role=modal]._show .modal-inner-wrap .modal-content input[type=checkbox]:not(:only-child) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 0 !important;
  border: none !important;
}
.modal-popup[data-role=modal]._show .modal-inner-wrap .modal-content input[type=checkbox]:not(:only-child)::before, .modal-popup[data-role=modal]._show .modal-inner-wrap .modal-content input[type=checkbox]:not(:only-child)::after {
  display: none;
}
.modal-popup[data-role=modal]._show .modal-inner-wrap .modal-content input[type=checkbox]:not(:only-child) + label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  padding-left: 32px;
}
.modal-popup[data-role=modal]._show .modal-inner-wrap .modal-content input[type=checkbox]:not(:only-child) + label::before, .modal-popup[data-role=modal]._show .modal-inner-wrap .modal-content input[type=checkbox]:not(:only-child) + label::after {
  content: "";
  position: absolute;
}
.modal-popup[data-role=modal]._show .modal-inner-wrap .modal-content input[type=checkbox]:not(:only-child) + label::before {
  top: 0;
  left: 0;
  display: block;
  background: white;
  width: 20px;
  height: 20px;
  border: 1px solid #00577d;
  border-radius: 4px;
}
.modal-popup[data-role=modal]._show .modal-inner-wrap .modal-content input[type=checkbox]:not(:only-child) + label::after {
  top: 2px;
  left: 2px;
  width: 16px;
  height: 16px;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  background: #00577d url("/media/codazon/themelayout/images/check-on.svg") no-repeat center center;
  background-size: 14px;
  border-radius: 3px;
  margin: 0;
}
.modal-popup[data-role=modal]._show .modal-inner-wrap .modal-content input[type=checkbox]:not(:only-child):checked + label::after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.modal-popup[data-role=modal]._show .modal-inner-wrap .modal-content input[type=checkbox]:not(:only-child):focus + label:before {
  -webkit-box-shadow: 0 0 3px 1px #68a8e0;
  box-shadow: 0 0 3px 1px #68a8e0;
}
.modal-popup[data-role=modal]._show .modal-inner-wrap .modal-content input[type=checkbox]:not(:only-child).mage-error + label::before {
  border-color: #960000;
}
.modal-popup[data-role=modal]._show .modal-inner-wrap .modal-content input[type=checkbox]:not(:only-child).mage-error ~ .mage-error {
  text-indent: 32px;
}
.modal-popup[data-role=modal]._show .modal-inner-wrap .modal-content:last-child {
  padding-bottom: 30px;
}
.modal-popup[data-role=modal]._show .modal-inner-wrap .modal-footer {
  padding: 0 30px 30px;
  border-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 12px;
}
@media (min-width: 768px) {
  .modal-popup[data-role=modal]._show .modal-inner-wrap .modal-footer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
  }
}
.modal-popup[data-role=modal]._show .modal-inner-wrap .modal-footer > button {
  width: 100%;
}
@media (min-width: 768px) {
  .modal-popup[data-role=modal]._show .modal-inner-wrap .modal-footer > button {
    width: auto;
  }
}
.modal-popup[data-role=modal]._show .modal-inner-wrap .modal-footer .action-primary,
.modal-popup[data-role=modal]._show .modal-inner-wrap .modal-footer .action.primary {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 12px;
  padding: 14px 24px;
  -webkit-box-shadow: none;
  box-shadow: none;
  x-debug: "paragraph-s-bold";
  font-family: "semplicitaprobold", sans-serif;
  font-weight: 700;
  font-size: 0.813rem;
  line-height: 1.38em;
  font-style: normal;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  border-width: 1px;
  border-style: solid;
  border-radius: 4px;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
  background-color: #00577d;
  border-color: #00577d;
  color: #ffffff;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
@media (prefers-reduced-motion: reduce) {
  .modal-popup[data-role=modal]._show .modal-inner-wrap .modal-footer .action-primary,
  .modal-popup[data-role=modal]._show .modal-inner-wrap .modal-footer .action.primary {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.modal-popup[data-role=modal]._show .modal-inner-wrap .modal-footer .action-primary:disabled, .modal-popup[data-role=modal]._show .modal-inner-wrap .modal-footer .action-primary[disabled], .modal-popup[data-role=modal]._show .modal-inner-wrap .modal-footer .action-primary.disabled,
.modal-popup[data-role=modal]._show .modal-inner-wrap .modal-footer .action.primary:disabled,
.modal-popup[data-role=modal]._show .modal-inner-wrap .modal-footer .action.primary[disabled],
.modal-popup[data-role=modal]._show .modal-inner-wrap .modal-footer .action.primary.disabled {
  cursor: default;
}
.modal-popup[data-role=modal]._show .modal-inner-wrap .modal-footer .action-primary:active, .modal-popup[data-role=modal]._show .modal-inner-wrap .modal-footer .action-primary:focus,
.modal-popup[data-role=modal]._show .modal-inner-wrap .modal-footer .action.primary:active,
.modal-popup[data-role=modal]._show .modal-inner-wrap .modal-footer .action.primary:focus {
  background-color: #00577d;
  border-color: #00577d;
  color: #ffffff;
  -webkit-filter: brightness(1.25);
  filter: brightness(1.25);
}
@media (hover: hover) {
  .modal-popup[data-role=modal]._show .modal-inner-wrap .modal-footer .action-primary:hover,
  .modal-popup[data-role=modal]._show .modal-inner-wrap .modal-footer .action.primary:hover {
    background-color: #00577d;
    border-color: #00577d;
    color: #ffffff;
    -webkit-filter: brightness(1.25);
    filter: brightness(1.25);
  }
}
.modal-popup[data-role=modal]._show .modal-inner-wrap .modal-footer .action-primary:disabled, .modal-popup[data-role=modal]._show .modal-inner-wrap .modal-footer .action-primary[disabled], .modal-popup[data-role=modal]._show .modal-inner-wrap .modal-footer .action-primary.disabled,
.modal-popup[data-role=modal]._show .modal-inner-wrap .modal-footer .action.primary:disabled,
.modal-popup[data-role=modal]._show .modal-inner-wrap .modal-footer .action.primary[disabled],
.modal-popup[data-role=modal]._show .modal-inner-wrap .modal-footer .action.primary.disabled {
  background-color: #00577d;
  border-color: #00577d;
  color: #ffffff;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.modal-popup[data-role=modal]._show .modal-inner-wrap .modal-footer .action-secondary,
.modal-popup[data-role=modal]._show .modal-inner-wrap .modal-footer .action.secondary {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 12px;
  padding: 14px 24px;
  -webkit-box-shadow: none;
  box-shadow: none;
  x-debug: "paragraph-s-bold";
  font-family: "semplicitaprobold", sans-serif;
  font-weight: 700;
  font-size: 0.813rem;
  line-height: 1.38em;
  font-style: normal;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  border-width: 1px;
  border-style: solid;
  border-radius: 4px;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
  background-color: #ffffff;
  border-color: #00577d;
  color: #00577d;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
@media (prefers-reduced-motion: reduce) {
  .modal-popup[data-role=modal]._show .modal-inner-wrap .modal-footer .action-secondary,
  .modal-popup[data-role=modal]._show .modal-inner-wrap .modal-footer .action.secondary {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.modal-popup[data-role=modal]._show .modal-inner-wrap .modal-footer .action-secondary:disabled, .modal-popup[data-role=modal]._show .modal-inner-wrap .modal-footer .action-secondary[disabled], .modal-popup[data-role=modal]._show .modal-inner-wrap .modal-footer .action-secondary.disabled,
.modal-popup[data-role=modal]._show .modal-inner-wrap .modal-footer .action.secondary:disabled,
.modal-popup[data-role=modal]._show .modal-inner-wrap .modal-footer .action.secondary[disabled],
.modal-popup[data-role=modal]._show .modal-inner-wrap .modal-footer .action.secondary.disabled {
  cursor: default;
}
.modal-popup[data-role=modal]._show .modal-inner-wrap .modal-footer .action-secondary:active, .modal-popup[data-role=modal]._show .modal-inner-wrap .modal-footer .action-secondary:focus,
.modal-popup[data-role=modal]._show .modal-inner-wrap .modal-footer .action.secondary:active,
.modal-popup[data-role=modal]._show .modal-inner-wrap .modal-footer .action.secondary:focus {
  background-color: #00577d;
  border-color: #00577d;
  color: #ffffff;
}
@media (hover: hover) {
  .modal-popup[data-role=modal]._show .modal-inner-wrap .modal-footer .action-secondary:hover,
  .modal-popup[data-role=modal]._show .modal-inner-wrap .modal-footer .action.secondary:hover {
    background-color: #00577d;
    border-color: #00577d;
    color: #ffffff;
  }
}
.modal-popup[data-role=modal]._show .modal-inner-wrap .modal-footer .action-secondary:disabled, .modal-popup[data-role=modal]._show .modal-inner-wrap .modal-footer .action-secondary[disabled], .modal-popup[data-role=modal]._show .modal-inner-wrap .modal-footer .action-secondary.disabled,
.modal-popup[data-role=modal]._show .modal-inner-wrap .modal-footer .action.secondary:disabled,
.modal-popup[data-role=modal]._show .modal-inner-wrap .modal-footer .action.secondary[disabled],
.modal-popup[data-role=modal]._show .modal-inner-wrap .modal-footer .action.secondary.disabled {
  background-color: #ffffff;
  border-color: #00577d;
  color: #00577d;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

body.cms-index-index .cart-informed-modal strong.subtitle,
body.miamopremi-customer-sceglipremi .cart-informed-modal strong.subtitle,
body.catalogsearch-result-index .cart-informed-modal strong.subtitle,
body.catalog-product-view .cart-informed-modal strong.subtitle,
body.catalog-category-view .cart-informed-modal strong.subtitle,
body.checkout-cart-index .cart-informed-modal strong.subtitle {
  margin-bottom: 22px;
  font-family: "semplicitaproregular", sans-serif !important;
  font-weight: 700;
  font-size: 0.938rem;
  line-height: 1.313rem;
  text-transform: none;
}
@media (min-width: 768px) {
  body.cms-index-index .cart-informed-modal strong.subtitle,
  body.miamopremi-customer-sceglipremi .cart-informed-modal strong.subtitle,
  body.catalogsearch-result-index .cart-informed-modal strong.subtitle,
  body.catalog-product-view .cart-informed-modal strong.subtitle,
  body.catalog-category-view .cart-informed-modal strong.subtitle,
  body.checkout-cart-index .cart-informed-modal strong.subtitle {
    font-size: 1.25rem;
    line-height: 1.688rem;
  }
}
body.cms-index-index .cart-informed-modal .subtotal,
body.miamopremi-customer-sceglipremi .cart-informed-modal .subtotal,
body.catalogsearch-result-index .cart-informed-modal .subtotal,
body.catalog-product-view .cart-informed-modal .subtotal,
body.catalog-category-view .cart-informed-modal .subtotal,
body.checkout-cart-index .cart-informed-modal .subtotal {
  border-bottom: 1px solid rgba(0, 87, 125, 0.2);
}
body.cms-index-index .cart-informed-modal .minicart-popup .block-minicartpro.block,
body.miamopremi-customer-sceglipremi .cart-informed-modal .minicart-popup .block-minicartpro.block,
body.catalogsearch-result-index .cart-informed-modal .minicart-popup .block-minicartpro.block,
body.catalog-product-view .cart-informed-modal .minicart-popup .block-minicartpro.block,
body.catalog-category-view .cart-informed-modal .minicart-popup .block-minicartpro.block,
body.checkout-cart-index .cart-informed-modal .minicart-popup .block-minicartpro.block {
  margin-bottom: 0;
}
body.cms-index-index .cart-informed-modal .section-top-inner,
body.miamopremi-customer-sceglipremi .cart-informed-modal .section-top-inner,
body.catalogsearch-result-index .cart-informed-modal .section-top-inner,
body.catalog-product-view .cart-informed-modal .section-top-inner,
body.catalog-category-view .cart-informed-modal .section-top-inner,
body.checkout-cart-index .cart-informed-modal .section-top-inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
body.cms-index-index .cart-informed-modal .section-top .cart-items,
body.miamopremi-customer-sceglipremi .cart-informed-modal .section-top .cart-items,
body.catalogsearch-result-index .cart-informed-modal .section-top .cart-items,
body.catalog-product-view .cart-informed-modal .section-top .cart-items,
body.catalog-category-view .cart-informed-modal .section-top .cart-items,
body.checkout-cart-index .cart-informed-modal .section-top .cart-items {
  display: block;
  padding: 0;
}
body.cms-index-index .cart-informed-modal .section-top .minicartpro-summary,
body.miamopremi-customer-sceglipremi .cart-informed-modal .section-top .minicartpro-summary,
body.catalogsearch-result-index .cart-informed-modal .section-top .minicartpro-summary,
body.catalog-product-view .cart-informed-modal .section-top .minicartpro-summary,
body.catalog-category-view .cart-informed-modal .section-top .minicartpro-summary,
body.checkout-cart-index .cart-informed-modal .section-top .minicartpro-summary {
  padding: 0;
  border: none;
}
body.cms-index-index .cart-informed-modal .section-top .minicartpro-summary .subtitle,
body.miamopremi-customer-sceglipremi .cart-informed-modal .section-top .minicartpro-summary .subtitle,
body.catalogsearch-result-index .cart-informed-modal .section-top .minicartpro-summary .subtitle,
body.catalog-product-view .cart-informed-modal .section-top .minicartpro-summary .subtitle,
body.catalog-category-view .cart-informed-modal .section-top .minicartpro-summary .subtitle,
body.checkout-cart-index .cart-informed-modal .section-top .minicartpro-summary .subtitle {
  margin-bottom: 6px;
  padding-top: 13px;
  font-family: "semplicitaproregular", sans-serif;
  font-weight: 700;
  font-size: 0.938rem;
  line-height: 1.25rem;
  text-transform: uppercase;
  border-top: 1px solid rgba(0, 87, 125, 0.2);
}
body.cms-index-index .cart-informed-modal .section-top .minicartpro-summary .total-qty span,
body.cms-index-index .cart-informed-modal .section-top .minicartpro-summary .subtotal span,
body.miamopremi-customer-sceglipremi .cart-informed-modal .section-top .minicartpro-summary .total-qty span,
body.miamopremi-customer-sceglipremi .cart-informed-modal .section-top .minicartpro-summary .subtotal span,
body.catalogsearch-result-index .cart-informed-modal .section-top .minicartpro-summary .total-qty span,
body.catalogsearch-result-index .cart-informed-modal .section-top .minicartpro-summary .subtotal span,
body.catalog-product-view .cart-informed-modal .section-top .minicartpro-summary .total-qty span,
body.catalog-product-view .cart-informed-modal .section-top .minicartpro-summary .subtotal span,
body.catalog-category-view .cart-informed-modal .section-top .minicartpro-summary .total-qty span,
body.catalog-category-view .cart-informed-modal .section-top .minicartpro-summary .subtotal span,
body.checkout-cart-index .cart-informed-modal .section-top .minicartpro-summary .total-qty span,
body.checkout-cart-index .cart-informed-modal .section-top .minicartpro-summary .subtotal span {
  font-family: "semplicitaproregular", sans-serif;
  font-weight: 500;
  font-size: 0.938rem;
  line-height: 1.25rem;
}
body.cms-index-index .cart-informed-modal .section-top .minicartpro-summary .subtotal,
body.miamopremi-customer-sceglipremi .cart-informed-modal .section-top .minicartpro-summary .subtotal,
body.catalogsearch-result-index .cart-informed-modal .section-top .minicartpro-summary .subtotal,
body.catalog-product-view .cart-informed-modal .section-top .minicartpro-summary .subtotal,
body.catalog-category-view .cart-informed-modal .section-top .minicartpro-summary .subtotal,
body.checkout-cart-index .cart-informed-modal .section-top .minicartpro-summary .subtotal {
  padding-bottom: 15px;
}
body.cms-index-index .cart-informed-modal .section-top .minicartpro-summary .subtotal .label::after,
body.miamopremi-customer-sceglipremi .cart-informed-modal .section-top .minicartpro-summary .subtotal .label::after,
body.catalogsearch-result-index .cart-informed-modal .section-top .minicartpro-summary .subtotal .label::after,
body.catalog-product-view .cart-informed-modal .section-top .minicartpro-summary .subtotal .label::after,
body.catalog-category-view .cart-informed-modal .section-top .minicartpro-summary .subtotal .label::after,
body.checkout-cart-index .cart-informed-modal .section-top .minicartpro-summary .subtotal .label::after {
  content: none;
}
body.cms-index-index .cart-informed-modal .section-top .minicartpro-summary .subtotal span,
body.miamopremi-customer-sceglipremi .cart-informed-modal .section-top .minicartpro-summary .subtotal span,
body.catalogsearch-result-index .cart-informed-modal .section-top .minicartpro-summary .subtotal span,
body.catalog-product-view .cart-informed-modal .section-top .minicartpro-summary .subtotal span,
body.catalog-category-view .cart-informed-modal .section-top .minicartpro-summary .subtotal span,
body.checkout-cart-index .cart-informed-modal .section-top .minicartpro-summary .subtotal span {
  font-weight: 700;
}
body.cms-index-index .cart-informed-modal .section-top .minicartpro-summary .subtotal .price,
body.miamopremi-customer-sceglipremi .cart-informed-modal .section-top .minicartpro-summary .subtotal .price,
body.catalogsearch-result-index .cart-informed-modal .section-top .minicartpro-summary .subtotal .price,
body.catalog-product-view .cart-informed-modal .section-top .minicartpro-summary .subtotal .price,
body.catalog-category-view .cart-informed-modal .section-top .minicartpro-summary .subtotal .price,
body.checkout-cart-index .cart-informed-modal .section-top .minicartpro-summary .subtotal .price {
  font-family: "semplicitaproregular", sans-serif;
  font-weight: 700;
  font-size: 0.938rem;
  line-height: 1.25rem;
}
body.cms-index-index .cart-informed-modal .actions,
body.miamopremi-customer-sceglipremi .cart-informed-modal .actions,
body.catalogsearch-result-index .cart-informed-modal .actions,
body.catalog-product-view .cart-informed-modal .actions,
body.catalog-category-view .cart-informed-modal .actions,
body.checkout-cart-index .cart-informed-modal .actions {
  margin-top: 20px;
}
body.cms-index-index .cart-informed-modal .actions .primary,
body.miamopremi-customer-sceglipremi .cart-informed-modal .actions .primary,
body.catalogsearch-result-index .cart-informed-modal .actions .primary,
body.catalog-product-view .cart-informed-modal .actions .primary,
body.catalog-category-view .cart-informed-modal .actions .primary,
body.checkout-cart-index .cart-informed-modal .actions .primary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 12px;
}
@media (min-width: 768px) {
  body.cms-index-index .cart-informed-modal .actions .primary,
  body.miamopremi-customer-sceglipremi .cart-informed-modal .actions .primary,
  body.catalogsearch-result-index .cart-informed-modal .actions .primary,
  body.catalog-product-view .cart-informed-modal .actions .primary,
  body.catalog-category-view .cart-informed-modal .actions .primary,
  body.checkout-cart-index .cart-informed-modal .actions .primary {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    gap: 24px;
  }
}
body.cms-index-index .cart-informed-modal .actions .primary .action,
body.miamopremi-customer-sceglipremi .cart-informed-modal .actions .primary .action,
body.catalogsearch-result-index .cart-informed-modal .actions .primary .action,
body.catalog-product-view .cart-informed-modal .actions .primary .action,
body.catalog-category-view .cart-informed-modal .actions .primary .action,
body.checkout-cart-index .cart-informed-modal .actions .primary .action {
  margin: 0;
}
body.cms-index-index .cart-informed-modal .actions .primary .action.close,
body.miamopremi-customer-sceglipremi .cart-informed-modal .actions .primary .action.close,
body.catalogsearch-result-index .cart-informed-modal .actions .primary .action.close,
body.catalog-product-view .cart-informed-modal .actions .primary .action.close,
body.catalog-category-view .cart-informed-modal .actions .primary .action.close,
body.checkout-cart-index .cart-informed-modal .actions .primary .action.close {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 12px;
  padding: 14px 24px;
  -webkit-box-shadow: none;
  box-shadow: none;
  x-debug: "paragraph-s-bold";
  font-family: "semplicitaprobold", sans-serif;
  font-weight: 700;
  font-size: 0.813rem;
  line-height: 1.38em;
  font-style: normal;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  border-width: 1px;
  border-style: solid;
  border-radius: 4px;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
  background-color: #ffffff;
  border-color: #00577d;
  color: #00577d;
}
@media (prefers-reduced-motion: reduce) {
  body.cms-index-index .cart-informed-modal .actions .primary .action.close,
  body.miamopremi-customer-sceglipremi .cart-informed-modal .actions .primary .action.close,
  body.catalogsearch-result-index .cart-informed-modal .actions .primary .action.close,
  body.catalog-product-view .cart-informed-modal .actions .primary .action.close,
  body.catalog-category-view .cart-informed-modal .actions .primary .action.close,
  body.checkout-cart-index .cart-informed-modal .actions .primary .action.close {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
body.cms-index-index .cart-informed-modal .actions .primary .action.close:disabled, body.cms-index-index .cart-informed-modal .actions .primary .action.close[disabled], body.cms-index-index .cart-informed-modal .actions .primary .action.close.disabled,
body.miamopremi-customer-sceglipremi .cart-informed-modal .actions .primary .action.close:disabled,
body.miamopremi-customer-sceglipremi .cart-informed-modal .actions .primary .action.close[disabled],
body.miamopremi-customer-sceglipremi .cart-informed-modal .actions .primary .action.close.disabled,
body.catalogsearch-result-index .cart-informed-modal .actions .primary .action.close:disabled,
body.catalogsearch-result-index .cart-informed-modal .actions .primary .action.close[disabled],
body.catalogsearch-result-index .cart-informed-modal .actions .primary .action.close.disabled,
body.catalog-product-view .cart-informed-modal .actions .primary .action.close:disabled,
body.catalog-product-view .cart-informed-modal .actions .primary .action.close[disabled],
body.catalog-product-view .cart-informed-modal .actions .primary .action.close.disabled,
body.catalog-category-view .cart-informed-modal .actions .primary .action.close:disabled,
body.catalog-category-view .cart-informed-modal .actions .primary .action.close[disabled],
body.catalog-category-view .cart-informed-modal .actions .primary .action.close.disabled,
body.checkout-cart-index .cart-informed-modal .actions .primary .action.close:disabled,
body.checkout-cart-index .cart-informed-modal .actions .primary .action.close[disabled],
body.checkout-cart-index .cart-informed-modal .actions .primary .action.close.disabled {
  cursor: default;
}
body.cms-index-index .cart-informed-modal .actions .primary .action.close:active, body.cms-index-index .cart-informed-modal .actions .primary .action.close:focus,
body.miamopremi-customer-sceglipremi .cart-informed-modal .actions .primary .action.close:active,
body.miamopremi-customer-sceglipremi .cart-informed-modal .actions .primary .action.close:focus,
body.catalogsearch-result-index .cart-informed-modal .actions .primary .action.close:active,
body.catalogsearch-result-index .cart-informed-modal .actions .primary .action.close:focus,
body.catalog-product-view .cart-informed-modal .actions .primary .action.close:active,
body.catalog-product-view .cart-informed-modal .actions .primary .action.close:focus,
body.catalog-category-view .cart-informed-modal .actions .primary .action.close:active,
body.catalog-category-view .cart-informed-modal .actions .primary .action.close:focus,
body.checkout-cart-index .cart-informed-modal .actions .primary .action.close:active,
body.checkout-cart-index .cart-informed-modal .actions .primary .action.close:focus {
  background-color: #00577d;
  border-color: #00577d;
  color: #ffffff;
}
@media (hover: hover) {
  body.cms-index-index .cart-informed-modal .actions .primary .action.close:hover,
  body.miamopremi-customer-sceglipremi .cart-informed-modal .actions .primary .action.close:hover,
  body.catalogsearch-result-index .cart-informed-modal .actions .primary .action.close:hover,
  body.catalog-product-view .cart-informed-modal .actions .primary .action.close:hover,
  body.catalog-category-view .cart-informed-modal .actions .primary .action.close:hover,
  body.checkout-cart-index .cart-informed-modal .actions .primary .action.close:hover {
    background-color: #00577d;
    border-color: #00577d;
    color: #ffffff;
  }
}
body.cms-index-index .cart-informed-modal .actions .primary .action.close:disabled, body.cms-index-index .cart-informed-modal .actions .primary .action.close[disabled], body.cms-index-index .cart-informed-modal .actions .primary .action.close.disabled,
body.miamopremi-customer-sceglipremi .cart-informed-modal .actions .primary .action.close:disabled,
body.miamopremi-customer-sceglipremi .cart-informed-modal .actions .primary .action.close[disabled],
body.miamopremi-customer-sceglipremi .cart-informed-modal .actions .primary .action.close.disabled,
body.catalogsearch-result-index .cart-informed-modal .actions .primary .action.close:disabled,
body.catalogsearch-result-index .cart-informed-modal .actions .primary .action.close[disabled],
body.catalogsearch-result-index .cart-informed-modal .actions .primary .action.close.disabled,
body.catalog-product-view .cart-informed-modal .actions .primary .action.close:disabled,
body.catalog-product-view .cart-informed-modal .actions .primary .action.close[disabled],
body.catalog-product-view .cart-informed-modal .actions .primary .action.close.disabled,
body.catalog-category-view .cart-informed-modal .actions .primary .action.close:disabled,
body.catalog-category-view .cart-informed-modal .actions .primary .action.close[disabled],
body.catalog-category-view .cart-informed-modal .actions .primary .action.close.disabled,
body.checkout-cart-index .cart-informed-modal .actions .primary .action.close:disabled,
body.checkout-cart-index .cart-informed-modal .actions .primary .action.close[disabled],
body.checkout-cart-index .cart-informed-modal .actions .primary .action.close.disabled {
  background-color: #ffffff;
  border-color: #00577d;
  color: #00577d;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
body.cms-index-index .cart-informed-modal .actions .primary .action.checkout,
body.miamopremi-customer-sceglipremi .cart-informed-modal .actions .primary .action.checkout,
body.catalogsearch-result-index .cart-informed-modal .actions .primary .action.checkout,
body.catalog-product-view .cart-informed-modal .actions .primary .action.checkout,
body.catalog-category-view .cart-informed-modal .actions .primary .action.checkout,
body.checkout-cart-index .cart-informed-modal .actions .primary .action.checkout {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 12px;
  padding: 14px 24px;
  -webkit-box-shadow: none;
  box-shadow: none;
  x-debug: "paragraph-s-bold";
  font-family: "semplicitaprobold", sans-serif;
  font-weight: 700;
  font-size: 0.813rem;
  line-height: 1.38em;
  font-style: normal;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  border-width: 1px;
  border-style: solid;
  border-radius: 4px;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
  background-color: #00577d;
  border-color: #00577d;
  color: #ffffff;
}
@media (prefers-reduced-motion: reduce) {
  body.cms-index-index .cart-informed-modal .actions .primary .action.checkout,
  body.miamopremi-customer-sceglipremi .cart-informed-modal .actions .primary .action.checkout,
  body.catalogsearch-result-index .cart-informed-modal .actions .primary .action.checkout,
  body.catalog-product-view .cart-informed-modal .actions .primary .action.checkout,
  body.catalog-category-view .cart-informed-modal .actions .primary .action.checkout,
  body.checkout-cart-index .cart-informed-modal .actions .primary .action.checkout {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
body.cms-index-index .cart-informed-modal .actions .primary .action.checkout:disabled, body.cms-index-index .cart-informed-modal .actions .primary .action.checkout[disabled], body.cms-index-index .cart-informed-modal .actions .primary .action.checkout.disabled,
body.miamopremi-customer-sceglipremi .cart-informed-modal .actions .primary .action.checkout:disabled,
body.miamopremi-customer-sceglipremi .cart-informed-modal .actions .primary .action.checkout[disabled],
body.miamopremi-customer-sceglipremi .cart-informed-modal .actions .primary .action.checkout.disabled,
body.catalogsearch-result-index .cart-informed-modal .actions .primary .action.checkout:disabled,
body.catalogsearch-result-index .cart-informed-modal .actions .primary .action.checkout[disabled],
body.catalogsearch-result-index .cart-informed-modal .actions .primary .action.checkout.disabled,
body.catalog-product-view .cart-informed-modal .actions .primary .action.checkout:disabled,
body.catalog-product-view .cart-informed-modal .actions .primary .action.checkout[disabled],
body.catalog-product-view .cart-informed-modal .actions .primary .action.checkout.disabled,
body.catalog-category-view .cart-informed-modal .actions .primary .action.checkout:disabled,
body.catalog-category-view .cart-informed-modal .actions .primary .action.checkout[disabled],
body.catalog-category-view .cart-informed-modal .actions .primary .action.checkout.disabled,
body.checkout-cart-index .cart-informed-modal .actions .primary .action.checkout:disabled,
body.checkout-cart-index .cart-informed-modal .actions .primary .action.checkout[disabled],
body.checkout-cart-index .cart-informed-modal .actions .primary .action.checkout.disabled {
  cursor: default;
}
body.cms-index-index .cart-informed-modal .actions .primary .action.checkout:active, body.cms-index-index .cart-informed-modal .actions .primary .action.checkout:focus,
body.miamopremi-customer-sceglipremi .cart-informed-modal .actions .primary .action.checkout:active,
body.miamopremi-customer-sceglipremi .cart-informed-modal .actions .primary .action.checkout:focus,
body.catalogsearch-result-index .cart-informed-modal .actions .primary .action.checkout:active,
body.catalogsearch-result-index .cart-informed-modal .actions .primary .action.checkout:focus,
body.catalog-product-view .cart-informed-modal .actions .primary .action.checkout:active,
body.catalog-product-view .cart-informed-modal .actions .primary .action.checkout:focus,
body.catalog-category-view .cart-informed-modal .actions .primary .action.checkout:active,
body.catalog-category-view .cart-informed-modal .actions .primary .action.checkout:focus,
body.checkout-cart-index .cart-informed-modal .actions .primary .action.checkout:active,
body.checkout-cart-index .cart-informed-modal .actions .primary .action.checkout:focus {
  background-color: #00577d;
  border-color: #00577d;
  color: #ffffff;
  -webkit-filter: brightness(1.25);
  filter: brightness(1.25);
}
@media (hover: hover) {
  body.cms-index-index .cart-informed-modal .actions .primary .action.checkout:hover,
  body.miamopremi-customer-sceglipremi .cart-informed-modal .actions .primary .action.checkout:hover,
  body.catalogsearch-result-index .cart-informed-modal .actions .primary .action.checkout:hover,
  body.catalog-product-view .cart-informed-modal .actions .primary .action.checkout:hover,
  body.catalog-category-view .cart-informed-modal .actions .primary .action.checkout:hover,
  body.checkout-cart-index .cart-informed-modal .actions .primary .action.checkout:hover {
    background-color: #00577d;
    border-color: #00577d;
    color: #ffffff;
    -webkit-filter: brightness(1.25);
    filter: brightness(1.25);
  }
}
body.cms-index-index .cart-informed-modal .actions .primary .action.checkout:disabled, body.cms-index-index .cart-informed-modal .actions .primary .action.checkout[disabled], body.cms-index-index .cart-informed-modal .actions .primary .action.checkout.disabled,
body.miamopremi-customer-sceglipremi .cart-informed-modal .actions .primary .action.checkout:disabled,
body.miamopremi-customer-sceglipremi .cart-informed-modal .actions .primary .action.checkout[disabled],
body.miamopremi-customer-sceglipremi .cart-informed-modal .actions .primary .action.checkout.disabled,
body.catalogsearch-result-index .cart-informed-modal .actions .primary .action.checkout:disabled,
body.catalogsearch-result-index .cart-informed-modal .actions .primary .action.checkout[disabled],
body.catalogsearch-result-index .cart-informed-modal .actions .primary .action.checkout.disabled,
body.catalog-product-view .cart-informed-modal .actions .primary .action.checkout:disabled,
body.catalog-product-view .cart-informed-modal .actions .primary .action.checkout[disabled],
body.catalog-product-view .cart-informed-modal .actions .primary .action.checkout.disabled,
body.catalog-category-view .cart-informed-modal .actions .primary .action.checkout:disabled,
body.catalog-category-view .cart-informed-modal .actions .primary .action.checkout[disabled],
body.catalog-category-view .cart-informed-modal .actions .primary .action.checkout.disabled,
body.checkout-cart-index .cart-informed-modal .actions .primary .action.checkout:disabled,
body.checkout-cart-index .cart-informed-modal .actions .primary .action.checkout[disabled],
body.checkout-cart-index .cart-informed-modal .actions .primary .action.checkout.disabled {
  background-color: #00577d;
  border-color: #00577d;
  color: #ffffff;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
body.cms-index-index .cart-informed-modal .actions .primary > div:not([class]):empty,
body.miamopremi-customer-sceglipremi .cart-informed-modal .actions .primary > div:not([class]):empty,
body.catalogsearch-result-index .cart-informed-modal .actions .primary > div:not([class]):empty,
body.catalog-product-view .cart-informed-modal .actions .primary > div:not([class]):empty,
body.catalog-category-view .cart-informed-modal .actions .primary > div:not([class]):empty,
body.checkout-cart-index .cart-informed-modal .actions .primary > div:not([class]):empty {
  display: none;
}
body.cms-index-index .cart-informed-modal .actions .primary .extra_actions:empty, body.cms-index-index .cart-informed-modal .actions .primary .extra_actions:has(.stripe-payments-express-minicart:only-child),
body.miamopremi-customer-sceglipremi .cart-informed-modal .actions .primary .extra_actions:empty,
body.miamopremi-customer-sceglipremi .cart-informed-modal .actions .primary .extra_actions:has(.stripe-payments-express-minicart:only-child),
body.catalogsearch-result-index .cart-informed-modal .actions .primary .extra_actions:empty,
body.catalogsearch-result-index .cart-informed-modal .actions .primary .extra_actions:has(.stripe-payments-express-minicart:only-child),
body.catalog-product-view .cart-informed-modal .actions .primary .extra_actions:empty,
body.catalog-product-view .cart-informed-modal .actions .primary .extra_actions:has(.stripe-payments-express-minicart:only-child),
body.catalog-category-view .cart-informed-modal .actions .primary .extra_actions:empty,
body.catalog-category-view .cart-informed-modal .actions .primary .extra_actions:has(.stripe-payments-express-minicart:only-child),
body.checkout-cart-index .cart-informed-modal .actions .primary .extra_actions:empty,
body.checkout-cart-index .cart-informed-modal .actions .primary .extra_actions:has(.stripe-payments-express-minicart:only-child) {
  display: none;
}
body.cms-index-index .cart-informed-modal .actions .primary .extra_actions .stripe-payments-express-minicart,
body.miamopremi-customer-sceglipremi .cart-informed-modal .actions .primary .extra_actions .stripe-payments-express-minicart,
body.catalogsearch-result-index .cart-informed-modal .actions .primary .extra_actions .stripe-payments-express-minicart,
body.catalog-product-view .cart-informed-modal .actions .primary .extra_actions .stripe-payments-express-minicart,
body.catalog-category-view .cart-informed-modal .actions .primary .extra_actions .stripe-payments-express-minicart,
body.checkout-cart-index .cart-informed-modal .actions .primary .extra_actions .stripe-payments-express-minicart {
  display: none;
}

.modal-popup.popup-add-new-address._show ~ .modals-overlay {
  opacity: 1;
  mix-blend-mode: unset;
}

.esns_theme_osom a#esns_submit:focus {
  -webkit-box-shadow: 0 0 3px 1px #68a8e0;
  box-shadow: 0 0 3px 1px #68a8e0;
}

@media (min-width: 1024px) {
  header #header-top {
    overflow: visible;
  }
  header #header-top .store-language-currency .cdz-dd-content {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #00577d;
    padding: 15px;
    border-radius: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    top: 37px;
    overflow: visible;
  }
  header #header-top .store-language-currency .cdz-dd-content::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #00577d;
    margin: -10px 0 0 30px;
  }
  header #header-top .store-language-currency .cdz-dd-content,
  header #header-top .store-language-currency .cdz-dd-content * {
    color: #00577d;
  }
  header #header-top .store-language-currency .cdz-dd-content .cdz-dd-content-inner {
    padding: 0;
    background: transparent;
  }
  header #header-top .store-language-currency .cdz-dd-content .account-menu-items.items {
    padding: 0;
  }
  header #header-top .store-language-currency .cdz-dd-content .account-menu-items.items li {
    display: block !important;
  }
  header #header-top .store-language-currency .cdz-dd-content .switcher-options .switcher-trigger {
    display: none;
  }
  header #header-top .store-language-currency .cdz-dd-content .switcher-options .mage-dropdown-dialog {
    display: block !important;
  }
  header #header-top .store-language-currency .cdz-dd-content .switcher-options .mage-dropdown-dialog .switcher-dropdown {
    position: static;
    margin-top: 0;
    background: transparent;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 15px;
  }
  header #header-top .store-language-currency .cdz-dd-content .switcher-options .mage-dropdown-dialog .switcher-dropdown::before {
    display: none;
  }
  header #header-top .store-language-currency .cdz-dd-content .switcher-options .mage-dropdown-dialog .switcher-dropdown .switcher-option.view-miamo_academy_store_view {
    display: none !important;
  }
  header #header-top .store-language-currency .cdz-dd-content .switcher-options .mage-dropdown-dialog .switcher-dropdown .switcher-option a {
    display: block !important;
    padding: 0 !important;
    margin: 0 !important;
  }
  header #header-top .store-language-currency .cdz-dd-content .switcher-options .mage-dropdown-dialog .switcher-dropdown .switcher-option a span {
    x-debug: "paragraph-" s;
    font-family: "semplicitaproregular", sans-serif;
    font-weight: 500;
    font-size: 0.813rem;
    line-height: 1.38em;
    font-style: normal;
    color: #00577d;
    color: #f2f6f9;
    text-transform: none;
  }
}
.view-miamo_academy_store_view {
  display: none !important;
}

/* Storelocator SCSS */
/* Placeholder classes for shared styles */
.cms-cabina-estetica .breadcrumbs,
.cms-store-locator .breadcrumbs {
  display: none;
}

.cms-cabina-estetica #accordion,
.cms-store-locator #accordion {
  background: #f9f9f9;
  margin-bottom: 20px;
}

.cms-cabina-estetica #accordion .collapsible,
.cms-store-locator #accordion .collapsible {
  font-family: "semplicitaprobold", sans-serif;
  padding: 10px;
  font-size: 16px;
  cursor: pointer;
  position: relative;
}

.cms-cabina-estetica #accordion .collapsible span:after,
.cms-store-locator #accordion .collapsible span:after {
  content: "+";
  position: absolute;
  right: 12px;
}

.cms-cabina-estetica #accordion .collapsible span:after.active:after,
.cms-store-locator #accordion .collapsible span:after.active:after {
  content: "—";
  right: 10px;
  top: 8px;
}

.cms-cabina-estetica #store-locator-form,
.cms-store-locator #store-locator-form {
  background: #f9f9f9;
  padding: 10px;
}

.cms-cabina-estetica #store-locator-form input[type=text],
.cms-cabina-estetica #store-locator-form select,
.cms-store-locator #store-locator-form input[type=text],
.cms-store-locator #store-locator-form select {
  color: #000000;
  font: 400 15px/1.35 semplicitaproregular, Helvetica Neue, Verdana, Arial, sans-serif;
}

.cms-cabina-estetica .storelocator-list .storelocator-item,
.cms-store-locator .storelocator-list .storelocator-item {
  padding: 1rem 0;
  position: relative;
  margin: 0;
  cursor: pointer;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
}

.cms-cabina-estetica .buttons-set .button,
.cms-store-locator .buttons-set .button {
  background: #00577d !important;
  border: none !important;
  margin-right: 4px;
}

.cms-cabina-estetica .storelocator-list-wrapper,
.cms-store-locator .storelocator-list-wrapper {
  height: auto;
  overflow: scroll;
  padding-top: 0;
  padding-bottom: 20px;
}

.cms-cabina-estetica .storelocator-list-wrapper #btn-load-more,
.cms-cabina-estetica .storelocator-list-wrapper #btn-load-more-sedi,
.cms-store-locator .storelocator-list-wrapper #btn-load-more,
.cms-store-locator .storelocator-list-wrapper #btn-load-more-sedi {
  margin-top: 20px;
  padding: 5px 10px;
}

.cms-cabina-estetica .storelocator .left,
.cms-store-locator .storelocator .left {
  float: left;
  width: 350px;
  height: 650px;
  overflow: hidden;
  padding-bottom: 0;
  position: relative;
}

.cms-cabina-estetica .storelocator .map,
.cms-store-locator .storelocator .map {
  height: 650px;
}

.cms-cabina-estetica #store-locator-form .buttons,
.cms-store-locator #store-locator-form .buttons {
  text-align: right;
}

.cms-cabina-estetica .storelocator-legend img,
.cms-store-locator .storelocator-legend img {
  margin-right: 10px;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.cms-cabina-estetica .storelocator-legend .legend,
.cms-store-locator .storelocator-legend .legend {
  line-height: 16px !important;
}

.cms-cabina-estetica .storelocator-legend .d-flex,
.cms-store-locator .storelocator-legend .d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 5px;
}

.cms-cabina-estetica .storelocator-list .storelocator-item .name,
.cms-store-locator .storelocator-list .storelocator-item .name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-weight: normal;
  padding-right: 50px;
  margin: 0 0 10px 36px;
  min-height: 36px;
  font-size: 13px;
}

.cms-cabina-estetica .storelocator-list .storelocator-item .address,
.cms-store-locator .storelocator-list .storelocator-item .address {
  font-size: 14px;
}

/* Mixin for responsive design */
/* Main styles */
.cms-cabina-estetica #store-locator-form .buttons #btn-reset,
.cms-cabina-estetica #store-locator-form .buttons #btn-geolocalizza,
.cms-store-locator #store-locator-form .buttons #btn-reset,
.cms-store-locator #store-locator-form .buttons #btn-geolocalizza {
  margin-right: 20px;
}
.cms-cabina-estetica #store-locator-form .skin-analyzer,
.cms-store-locator #store-locator-form .skin-analyzer {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 10px;
}
.cms-cabina-estetica #store-locator-form .skin-analyzer img,
.cms-store-locator #store-locator-form .skin-analyzer img {
  margin-right: 10px;
}
.cms-cabina-estetica .storelocator .right,
.cms-store-locator .storelocator .right {
  float: right;
  width: calc(100% - 350px);
  height: 650px;
}
.cms-cabina-estetica .storelocator .map .blinking-cursor,
.cms-store-locator .storelocator .map .blinking-cursor {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  pointer-events: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.cms-cabina-estetica .storelocator .map .blinking-cursor .dot,
.cms-store-locator .storelocator .map .blinking-cursor .dot {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: red;
  -webkit-box-shadow: 0 0 6px rgba(255, 0, 0, 0.6);
  box-shadow: 0 0 6px rgba(255, 0, 0, 0.6);
  z-index: 2;
}
.cms-cabina-estetica .storelocator .map .blinking-cursor .pulse,
.cms-store-locator .storelocator .map .blinking-cursor .pulse {
  position: absolute;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(255, 0, 0, 0.4);
  z-index: 1;
  -webkit-animation: pulseAnim 1s infinite ease-out;
  animation: pulseAnim 1s infinite ease-out;
}
@-webkit-keyframes pulseAnim {
  0% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 0.9;
  }
  70% {
    -webkit-transform: scale(1.6);
    transform: scale(1.6);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1.6);
    transform: scale(1.6);
    opacity: 0;
  }
}
@keyframes pulseAnim {
  0% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 0.9;
  }
  70% {
    -webkit-transform: scale(1.6);
    transform: scale(1.6);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1.6);
    transform: scale(1.6);
    opacity: 0;
  }
}
.cms-cabina-estetica .storelocator-list,
.cms-store-locator .storelocator-list {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.cms-cabina-estetica .storelocator-list .storelocator-item .icon,
.cms-store-locator .storelocator-list .storelocator-item .icon {
  float: left;
  margin-top: 0;
}
.cms-cabina-estetica .storelocator-legend .align-self-stretch,
.cms-store-locator .storelocator-legend .align-self-stretch {
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

/* Media queries */
@media only screen and (min-width: 768px) and (max-width: 1920px) {
  .cms-cabina-estetica .storelocator-item .index,
  .cms-store-locator .storelocator-item .index {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    top: 15px;
    right: 15px;
    width: auto !important;
    height: 22px;
    border: none !important;
    border-radius: 50%;
    text-align: center;
    font-size: 12px;
  }
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .cms-cabina-estetica .storelocator,
  .cms-store-locator .storelocator {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cms-cabina-estetica .storelocator .left,
  .cms-store-locator .storelocator .left {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    width: 100%;
    border: 2px solid #f6f9fa !important;
    padding: 20px !important;
  }
  .cms-cabina-estetica .storelocator .right,
  .cms-store-locator .storelocator .right {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    height: 300px;
    width: 100%;
    margin-bottom: 10px;
  }
  .cms-cabina-estetica .storelocator .map,
  .cms-store-locator .storelocator .map {
    height: 300px;
  }
  .cms-cabina-estetica .storelocator-list-wrapper,
  .cms-store-locator .storelocator-list-wrapper {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 40px;
  }
  .cms-cabina-estetica .storelocator-item,
  .cms-store-locator .storelocator-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .cms-cabina-estetica .storelocator-item .index,
  .cms-store-locator .storelocator-item .index {
    display: inline-block;
  }
  .cms-cabina-estetica .storelocator-item .name,
  .cms-store-locator .storelocator-item .name {
    padding-right: 10px;
  }
  .cms-cabina-estetica .storelocator-item .buttons-set,
  .cms-store-locator .storelocator-item .buttons-set {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    float: right;
    min-width: 80px;
  }
  .cms-cabina-estetica #store-locator-form .buttons,
  .cms-store-locator #store-locator-form .buttons {
    text-align: center;
  }
}
@media only screen and (min-width: 0) and (max-width: 500px) {
  .cms-cabina-estetica #store-locator-form .buttons #btn-geolocalizza,
  .cms-store-locator #store-locator-form .buttons #btn-geolocalizza {
    margin-right: 0;
  }
}
/* Specific to .cms-store-locator */
.cms-store-locator .uppercase {
  text-transform: uppercase;
}
.cms-store-locator .columns .storelocator .map {
  position: relative;
  overflow: hidden;
  height: calc(100vh - var(--header-height));
}
.cms-store-locator .button-show-list button.selected {
  background: #00577d !important;
  color: #ffffff !important;
}
.cms-store-locator .button-show-list button {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  border-radius: 0 !important;
}
.cms-store-locator .storelocator-list-wrapper {
  display: none;
}
.cms-store-locator #store-locator-form .buttons {
  text-align: left !important;
}

.cms-cabina-estetica .storelocator .map {
  height: 650px;
}
.cms-cabina-estetica #store-locator-form {
  background: #f9f9f9;
  padding: 10px;
}
.cms-cabina-estetica #store-locator-form .buttons {
  text-align: right;
}
.cms-cabina-estetica #store-locator-form .buttons #btn-reset {
  margin-right: 20px;
  margin-right: 20px;
}
.cms-cabina-estetica #store-locator-form .buttons #btn-geolocalizza {
  margin-right: 20px;
  margin-right: 20px;
}
.cms-cabina-estetica #store-locator-form input[type=text] {
  color: #000000;
  font: 400 15px/1.35 semplicitaproregular, Helvetica Neue, Verdana, Arial, sans-serif;
}
.cms-cabina-estetica #store-locator-form select {
  color: #000000;
  font: 400 15px/1.35 semplicitaproregular, Helvetica Neue, Verdana, Arial, sans-serif;
}
.cms-cabina-estetica .storelocator-legend img {
  margin-right: 10px;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.cms-cabina-estetica .storelocator-legend .legend {
  line-height: 30px;
  line-height: 30px;
}
.cms-cabina-estetica .storelocator-legend .d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 5px;
}
.cms-cabina-estetica .storelocator-legend .row img {
  margin-right: 10px;
  -ms-flex-item-align: auto;
  align-self: auto;
}
.cms-cabina-estetica .storelocator-legend .row .d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0;
}
.cms-cabina-estetica .breadcrumbs {
  display: none;
}
.cms-cabina-estetica #accordion {
  background: #f9f9f9;
  margin-bottom: 20px;
}
.cms-cabina-estetica #accordion .collapsible {
  font-family: "semplicitaprobold", sans-serif;
  padding: 10px;
  font-size: 16px;
  cursor: pointer;
  position: relative;
}
.cms-cabina-estetica #showLegend .collapsible span:after {
  content: "+";
  position: absolute;
  right: 20px;
}
.cms-cabina-estetica #showLegend .collapsible.active span:after {
  content: "—";
  right: 20px;
}
.cms-cabina-estetica .storelocator-list {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.cms-cabina-estetica .storelocator-list .storelocator-item {
  padding: 1rem;
  position: relative;
  margin: 0;
  cursor: pointer;
  border-top: 1px solid transparent;
  border-bottom: 1px solid #d1d1d1 !important;
}
.cms-cabina-estetica .storelocator-item .icon {
  float: left;
  margin-top: 0 !important;
}
.cms-cabina-estetica .storelocator-item .name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-weight: normal;
  padding-right: 50px;
  margin: 0 0 10px 36px;
  min-height: 36px;
  font-size: 13px !important;
}
.cms-cabina-estetica .storelocator-item .address {
  font-size: 14px;
}
.cms-cabina-estetica .buttons-set .button {
  background: #00577d !important;
  border: none !important;
  margin-right: 4px;
}
.cms-cabina-estetica .storelocator-list-wrapper #btn-load-more {
  margin-top: 20px;
  padding: 5px 10px;
}
.cms-cabina-estetica .storelocator-list-wrapper #btn-load-more-sedi {
  margin-top: 20px;
  padding: 5px 10px;
}

.cms-store-locator .storelocator .map {
  height: 650px;
}
.cms-store-locator #store-locator-form {
  background: #f9f9f9;
  padding: 10px;
}
.cms-store-locator #store-locator-form .buttons {
  text-align: right;
  text-align: left !important;
}
.cms-store-locator #store-locator-form .buttons #btn-reset {
  margin-right: 20px;
  margin-right: 20px;
}
.cms-store-locator #store-locator-form .buttons #btn-geolocalizza {
  margin-right: 20px;
  margin-right: 20px;
}
.cms-store-locator #store-locator-form input[type=text] {
  color: #000000;
  font: 400 15px/1.35 semplicitaproregular, Helvetica Neue, Verdana, Arial, sans-serif;
}
.cms-store-locator #store-locator-form select {
  color: #000000;
  font: 400 15px/1.35 semplicitaproregular, Helvetica Neue, Verdana, Arial, sans-serif;
}
.cms-store-locator .storelocator-legend img {
  margin-right: 10px;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.cms-store-locator .storelocator-legend .legend {
  line-height: 30px;
  line-height: 30px;
}
.cms-store-locator .storelocator-legend .d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 5px;
}
.cms-store-locator .storelocator-legend .row img {
  margin-right: 10px;
  -ms-flex-item-align: auto;
  align-self: auto;
}
.cms-store-locator .storelocator-legend .row .d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0;
}
.cms-store-locator .storelocator-list {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.cms-store-locator .storelocator-list .storelocator-item {
  padding: 1rem;
  position: relative;
  margin: 0;
  cursor: pointer;
  border-top: 1px solid transparent;
  border-bottom: 1px solid #d1d1d1;
  padding: 1rem;
  position: relative;
  margin: 0;
  cursor: pointer;
  border-top: 1px solid transparent;
  border-bottom: 1px solid #d1d1d1 !important;
}
.cms-store-locator .underline {
  text-decoration: underline;
  text-decoration: underline;
}
.cms-store-locator .call {
  font-size: 14px;
  font-size: 14px;
}
.cms-store-locator .breadcrumbs {
  display: none;
}
.cms-store-locator #accordion {
  background: #f9f9f9;
  margin-bottom: 20px;
}
.cms-store-locator #accordion .collapsible {
  font-family: "semplicitaprobold", sans-serif;
  padding: 10px;
  font-size: 16px;
  cursor: pointer;
  position: relative;
}
.cms-store-locator #showLegend .collapsible span:after {
  content: "+";
  position: absolute;
  right: 20px;
}
.cms-store-locator #showLegend .collapsible.active span:after {
  content: "—";
  right: 20px;
}
.cms-store-locator .storelocator-item .icon {
  float: left;
  margin-top: 0 !important;
}
.cms-store-locator .storelocator-item .name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-weight: normal;
  padding-right: 50px;
  margin: 0 0 10px 36px;
  min-height: 36px;
  font-size: 13px !important;
}
.cms-store-locator .storelocator-item .address {
  font-size: 14px;
}
.cms-store-locator .buttons-set .button {
  background: #00577d !important;
  border: none !important;
  margin-right: 4px;
}
.cms-store-locator .storelocator-list-wrapper {
  display: none;
}
.cms-store-locator .storelocator-list-wrapper #btn-load-more {
  margin-top: 20px;
  padding: 5px 10px;
}
.cms-store-locator .storelocator-list-wrapper #btn-load-more-sedi {
  margin-top: 20px;
  padding: 5px 10px;
}
.cms-store-locator .uppercase {
  text-transform: uppercase;
}
.cms-store-locator .columns .storelocator .map {
  position: relative;
  overflow: hidden;
  height: calc(100vh - var(--header-height));
}
.cms-store-locator .button-show-list button.selected {
  background: #00577d !important;
  color: #ffffff !important;
}
.cms-store-locator .button-show-list button {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  border-radius: 0 !important;
}
.cms-store-locator .miamo-lounge-filter,
.cms-store-locator .farmacia-filter,
.cms-store-locator .parafarmacia-filter,
.cms-store-locator .farmacia-con-cabina-filter,
.cms-store-locator .parafarmacia-con-cabina-filter {
  cursor: pointer;
  padding: 5px;
  width: 100%;
}
.cms-store-locator .miamo-lounge-filter.active,
.cms-store-locator .farmacia-filter.active,
.cms-store-locator .parafarmacia-filter.active,
.cms-store-locator .farmacia-con-cabina-filter.active,
.cms-store-locator .parafarmacia-con-cabina-filter.active {
  border: 1px solid #00577d;
  background: #f6f9fa;
  padding: 4px;
}
.cms-store-locator .noresults {
  padding: 15px;
}

@media only screen and (min-width: 768px) {
  .cms-cabina-estetica .storelocator-item .index {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    top: 15px;
    right: 15px;
    width: auto !important;
    height: 22px;
    border: none !important;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    text-align: center;
    font-size: 12px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 15px;
    right: 15px;
    width: auto !important;
    height: 22px;
    border: none !important;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    text-align: center;
    font-size: 12px;
  }
  .cms-store-locator .storelocator-item .index {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    top: 15px;
    right: 15px;
    width: auto !important;
    height: 22px;
    border: none !important;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    text-align: center;
    font-size: 12px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 15px;
    right: 15px;
    width: auto !important;
    height: 22px;
    border: none !important;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    text-align: center;
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .cms-cabina-estetica .storelocator {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: flex;
    flex-direction: column;
  }
  .cms-cabina-estetica .storelocator .left {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    -webkit-order: 3;
    width: 100%;
    border: 2px solid #f6f9fa !important;
    padding: 20px !important;
    order: 3;
    -webkit-order: 3;
    width: 100%;
    border: 2px solid #f6f9fa !important;
    padding: 20px !important;
  }
  .cms-cabina-estetica .storelocator .right {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -webkit-order: 2;
    height: 300px;
    width: 100%;
    margin-bottom: 10px;
    order: 2;
    -webkit-order: 2;
    height: 300px;
    width: 100%;
    margin-bottom: 10px;
  }
  .cms-cabina-estetica .storelocator .map {
    height: 300px;
    height: 400px;
  }
  .cms-cabina-estetica .storelocator-list-wrapper {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 40px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    padding-top: 15px;
    padding-bottom: 40px;
  }
  .cms-cabina-estetica .storelocator-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .cms-cabina-estetica .storelocator-item .index {
    display: inline-block;
    display: inline-block;
  }
  .cms-cabina-estetica .storelocator-item .name {
    padding-right: 10px;
    padding-right: 10px;
  }
  .cms-cabina-estetica .storelocator-item .buttons-set {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    float: right;
    min-width: 80px;
    display: flex;
    flex-direction: column;
    float: right;
    min-width: 80px;
  }
  .cms-cabina-estetica #store-locator-form .buttons {
    text-align: center;
  }
  .cms-store-locator .storelocator {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: flex;
    flex-direction: column;
  }
  .cms-store-locator .storelocator .left {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    -webkit-order: 3;
    width: 100%;
    border: 2px solid #f6f9fa !important;
    padding: 20px !important;
    order: 3;
    -webkit-order: 3;
    width: 100%;
    border: 2px solid #f6f9fa !important;
    padding: 20px !important;
  }
  .cms-store-locator .storelocator .right {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -webkit-order: 2;
    height: 300px;
    width: 100%;
    margin-bottom: 10px;
    order: 2;
    -webkit-order: 2;
    height: 300px;
    width: 100%;
    margin-bottom: 10px;
  }
  .cms-store-locator .storelocator .map {
    height: 300px;
    height: 400px;
  }
  .cms-store-locator .storelocator-list-wrapper {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 40px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    padding-top: 15px;
    padding-bottom: 40px;
  }
  .cms-store-locator .storelocator-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .cms-store-locator .storelocator-item .index {
    display: inline-block;
    display: inline-block;
  }
  .cms-store-locator .storelocator-item .name {
    padding-right: 10px;
    padding-right: 10px;
  }
  .cms-store-locator .storelocator-item .buttons-set {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    float: right;
    min-width: 80px;
    display: flex;
    flex-direction: column;
    float: right;
    min-width: 80px;
  }
  .cms-store-locator #store-locator-form .buttons {
    text-align: center;
  }
  body > .page-wrapper {
    overflow-x: unset;
  }
  header.page-header {
    position: sticky;
    margin-bottom: 0;
  }
  #maincontent {
    padding-top: 0;
  }
}
@media only screen and (max-width: 500px) {
  .cms-cabina-estetica #store-locator-form .buttons #btn-geolocalizza {
    margin-right: 0;
    margin-right: 0;
  }
  .cms-store-locator #store-locator-form .buttons #btn-geolocalizza {
    margin-right: 0;
    margin-right: 0;
  }
}
@media only screen and (max-width: 768px) {
  .cms-store-locator .storelocator-legend {
    border: 1px solid;
    margin: 10px 0;
  }
  .cms-store-locator .storelocator-legend .ui-accordion-header {
    padding: 10px;
  }
  .cms-store-locator .storelocator-legend .ui-accordion-content {
    padding: 10px;
  }
  .cms-store-locator .button-show-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .cms-store-locator .storelocator-item {
    border-bottom: 1px solid;
  }
  .cms-store-locator .storelocator-item .address {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 769px) {
  .cms-store-locator .columns {
    max-width: 100% !important;
    width: 100% !important;
  }
  .cms-store-locator .main-content {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .cms-store-locator .storelocator {
    position: relative;
  }
  .cms-store-locator .storelocator-legend {
    position: absolute;
    top: 10px;
    left: 370px;
    right: 10px;
    z-index: 1;
    background-color: #ffffff;
    padding: 10px;
    -webkit-box-shadow: 0px 0px 9px -3px #5D5D5D;
    box-shadow: 0px 0px 9px -3px #5D5D5D;
    border-radius: 10px;
  }
  .cms-store-locator .storelocator-legend .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .cms-store-locator .store-result {
    position: absolute;
    left: 10px;
    top: 10px;
    bottom: 10px;
    z-index: 1;
    width: 350px;
    background-color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-shadow: 0px 0px 9px -3px #5D5D5D;
    box-shadow: 0px 0px 9px -3px #5D5D5D;
  }
  .cms-store-locator .storelocator-list-wrapper {
    height: auto !important;
    display: block;
    overflow: scroll;
    padding-bottom: 20px;
    padding-top: 15px;
  }
}
/*# sourceMappingURL=alpenite-miamo.css.map */
.block-shipping-estimation{margin-top:10px;margin-bottom:10px;border:1px solid #eee;display:inline-block;width:calc(100% - 20px)}.block-shipping-estimation .current-address{margin-left:5px}.rtl-layout .block-shipping-estimation .current-address{margin-left:0px;margin-right:5px}.block-shipping-estimation .fieldset{margin-bottom:0px;width:100% !important;padding:0px 10px;display:inline-block}@media (min-width:768px){.block-shipping-estimation .fieldset{margin-bottom:5px}}.block-shipping-estimation .fieldset>.field,.block-shipping-estimation .fieldset>.fields>.field{margin-bottom:10px}.block-shipping-estimation .actions .btn-submit{text-transform:none;padding:3px 10px}.block-shipping-estimation .empty-msg{padding:5px 0px}.block-shipping-estimation select,.block-shipping-estimation input[type="text"]{height:30px}.product-add-form .product-options-wrapper .block-shipping-estimation .field:not(.date)>.control{width:100%}.block-shipping-estimation .form-address-edit .block-title{margin:5px 0px}.block-shipping-estimation img.country-flag{max-width:20px;margin-left:10px}.rtl-layout .block-shipping-estimation img.country-flag{margin-left:0px;margin-right:10px}.block-shipping-estimation .block-content{margin-top:5px}.block-shipping-estimation .block-heading{padding:5px 10px}.block-shipping-estimation .block-heading a.content-toggle{float:right;color:#5c6ac3}.rtl-layout .block-shipping-estimation .block-heading a.content-toggle{float:left}.block-shipping-estimation .shipping-cost-result{position:relative;margin-bottom:0px;display:block;width:100%;clear:both}.block-shipping-estimation .shipping-cost-result .rs-inner{margin-bottom:10px;display:block;width:100%}.block-shipping-estimation .shipping-cost-result .rs-title{padding-bottom:5px}.block-shipping-estimation .shipping-cost-result .shipping-estimation .shipping-item:last-child{border-bottom:1px solid #eee}.block-shipping-estimation .shipping-cost-result .loader-container{position:absolute;top:0;left:0;width:100%}.block-shipping-estimation .shipping-cost-result .shipping-loader{position:relative;text-align:center}.block-shipping-estimation .shipping-cost-result .shipping-estimation{line-height:1}.block-shipping-estimation .shipping-cost-result .shipping-item{display:inline-block;width:100%;padding:5px 0px}.block-shipping-estimation .shipping-cost-result .shipping-item .shipping-title{width:100%;font-weight:600}.block-shipping-estimation .shipping-cost-result .shipping-item .shipping-title:before{font-family:FontAwesome;content:"\f105";margin-right:10px}.rtl-layout .block-shipping-estimation .shipping-cost-result .shipping-item .shipping-title:before{margin-right:0px;margin-left:10px;float:right;content:"\f104"}.block-shipping-estimation .shipping-cost-result .shipping-item .shipping-detail{width:100%;display:inline-block;margin-top:10px;padding-left:16px}.rtl-layout .block-shipping-estimation .shipping-cost-result .shipping-item .shipping-detail{padding-left:0px;padding-right:16px}.block-shipping-estimation .shipping-cost-result .shipping-item .shipping-detail .method-title{float:left;margin-right:20px}.rtl-layout .block-shipping-estimation .shipping-cost-result .shipping-item .shipping-detail .method-title{margin-right:0px;margin-left:20px;float:right}.block-shipping-estimation .shipping-cost-result .shipping-item .shipping-cost{float:left;font-weight:bold}.block-shipping-estimation .shipping-cost-result .shipping-item .shipping-cost.error-msg{font-weight:normal}.rtl-layout .block-shipping-estimation .shipping-cost-result .shipping-item .shipping-cost{float:right}.block-shipping-estimation .bottom-section{background:#fafafa;padding:10px}div#miamo_fbt {
    order: 2;
    margin: 0 auto 20px;
}
div#miamo_fbt .first-item,
div#miamo_fbt .product-item-plus,
div#miamo_fbt .mageplaza-fbt-total-price,
div#miamo_fbt .mageplaza-fbt-buttons,
div#miamo_fbt .related-checkbox {
    display: none;
    visibility: hidden;
}
div#miamo_fbt .price-box.price-final_price {
    display: flex;
    margin: 0;
}
div#miamo_fbt .price-box .price-wrapper .price {
    font-size: 14px;
}
.column.main .mageplaza-fbt-image-box .product-item {
    border: 1px solid #d1d1d1;
    border-radius: 4px;
    margin: auto auto 10px auto;;
}
plus.mageplaza-fbt-plus-5 {
    margin: 5px auto;
    text-align: center;
}
.mageplaza-fbt-hidden {
    display: none !important;
}
.mageplaza-fbt-rows .mageplaza-fbt-checkbox-label {
    display: inline-block;
}
.mageplaza-fbt-item {
    display: flex;
    border: 1px solid #00577d;
    border-radius: 5px;
    margin: 5px auto;
    padding: 10px;
    align-items: center;
}
.mageplaza-fbt-item.current {
    background-color: #f2f6f9;
}
.mageplaza-fbt-item-content {
    display: contents;
}
div#miamo_fbt span.separator-plus {
    display: block;
    text-align: center;
}
.mageplaza-fbt-rows {
    display: none;
    visibility: hidden;
}
.mageplaza-fbt-price-box {
    display: flex;
    flex-direction: column;
    align-items: center;
}
div#miamo_fbt .product.details.product-item-details {
    display: flex;
    flex-direction: column;
    align-items: center;
}
div#miamo_fbt a.product.photo.product-item-photo {
    display: flex;
    justify-content: center;
    max-width: 90px;
}
div#miamo_fbt .fbt-product-item-info {
    gap: 10px;
}
.mageplaza-fbt-title.block-title.title {
    text-align: center;
}
@media (min-width: 640px) {
    div#miamo_fbt .product-item {
        margin-bottom: 20px;
    }
    div#miamo_fbt .fbt-product-item-info {
        margin: 10px;
    }
}
@media (max-width: 639px) {
    div#miamo_fbt .first-item {
        width: 100%;
    }
    div#miamo_fbt .fbt-product-item-info {
        justify-content: flex-start;
    }
    div#miamo_fbt .product.details.product-item-details {
        width: 100%;
    }
    div#miamo_fbt a.product.photo.product-item-photo {
        display: flex;
        justify-content: center;
        max-width: 120px;
        background-color: white;
    }
}

/* Magnific Popup CSS */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #cccccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

.mfp-preloader a {
    color: #cccccc;
}

.mfp-preloader a:hover {
    color: white;
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close, button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: white;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
    opacity: 1;
}

.mfp-close:active {
    top: 1px;
}

.mfp-close-btn-in .mfp-close {
    color: #333333;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    color: white;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #cccccc;
    font-size: 12px;
    line-height: 18px;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
    margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
}

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}

.mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}

.mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
}

.mfp-arrow-left {
    left: 0;
}

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid white;
    margin-left: 31px;
}

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
    right: 0;
}

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid white;
    margin-left: 39px;
}

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
    top: -40px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: black;
}

/* Main image in popup */
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
    line-height: 0;
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444444;
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    /**
         * Remove all paddings around the image on small screen
         */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }

    .mfp-img-mobile .mfp-figure {
        /* The shadow behind the image */
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}

.mfp-ie7 .mfp-img {
    padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
    padding: 0;
}

.mfp-ie7 .mfp-content {
    padding-top: 44px;
}

.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0;
}
/* loaded from theme *//**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
    display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
}

.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}

/* No Js */
.no-js .owl-carousel {
    display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
    animation-duration: 1000ms;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    animation-name: fadeOut;
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
    transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
    /**
              This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
              calculation of the height of the owl-item that breaks page layouts
           */
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("../../frontend/Codazon/unlimited_miamo/it_IT/Mageplaza_Core/css/owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}

.owl-theme .owl-nav [class*='owl-']:hover {
    background: #869791;
    color: #FFF;
    text-decoration: none;
}

.owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px;
}

.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #869791;
}
body.catalog-product-view #maincontent .columns .column > * {
  max-width: none !important;
}
@media (min-width: 1024px) {
  body.catalog-product-view .row.main-inner .product-main-top {
    max-width: 1235px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    float: none;
  }
  body.catalog-product-view .row.main-inner .product-main-top #product_addtocart_form {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  body.catalog-product-view #product-risultati .product-risultati-inner-wrapper {
    max-width: 1235px;
    margin: 0 auto;
  }
}
@media (min-width: 1024px) {
  body.catalog-product-view #product-reviews .product-review-list {
    max-width: 1235px;
    margin: 0 auto;
  }
}
@media (max-width: 767.98px) {
  body.catalog-product-view .trustpilot-widget {
    padding: 0 20px;
  }
}
@media (min-width: 1024px) {
  body.catalog-product-view .product.info.detailed .product.data.items {
    max-width: 1235px;
    margin: 0 auto;
  }
}
body.catalog-product-view #maincontent .columns .column .block.upsell,
body.catalog-product-view #maincontent .columns .column .block.related {
  padding: 0 20px;
  margin: 35px 0 !important;
}
@media (min-width: 1024px) {
  body.catalog-product-view #maincontent .columns .column .block.upsell,
  body.catalog-product-view #maincontent .columns .column .block.related {
    max-width: 1235px !important;
    margin: 35px auto !important;
  }
}
body.catalog-product-view #maincontent .columns .column .block.upsell .product-items {
  padding-bottom: 0;
}
body.catalog-product-view.product-view-style-03 #maincontent.page-main {
  overflow-x: hidden;
  margin-bottom: -60px;
}
body.catalog-product-view.product-view-style-03 #maincontent.page-main .columns {
  margin-top: 8px;
}
@media (min-width: 1024px) {
  body.catalog-product-view.product-view-style-03 #maincontent.page-main .columns {
    margin-top: 40px;
  }
}
body.catalog-product-view.product-view-style-03 .row.main-inner {
  max-width: none !important;
  padding: 0 20px;
}
@media (min-width: 1024px) {
  body.catalog-product-view.product-view-style-03 .row.main-inner {
    padding: 0 65px;
  }
}
body.catalog-product-view.product-view-style-03 .price[data-mm-price], body.catalog-product-view.product-view-style-03 .special-price[data-mm-price] {
  text-transform: none !important;
}
body.catalog-product-view.product-view-style-03 .swatch-option.text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: normal;
  padding: 20px 25px !important;
  font-size: 14px;
  border-radius: 5px !important;
}
body.catalog-product-view.product-view-style-03 .swatch-option.disabled::after {
  background: -webkit-gradient(linear, right bottom, left top, from(rgba(255, 255, 255, 0)), color-stop(42%, rgba(255, 255, 255, 0)), color-stop(43%, #fff), color-stop(46%, #fff), color-stop(47%, #00577d), color-stop(51%, #00577d), color-stop(51%, #fff), color-stop(53%, #fff), color-stop(55%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)));
  background: -o-linear-gradient(right bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #fff 43%, #fff 46%, #00577d 47%, #00577d 51%, #fff 51%, #fff 53%, rgba(255, 255, 255, 0) 55%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #fff 43%, #fff 46%, #00577d 47%, #00577d 51%, #fff 51%, #fff 53%, rgba(255, 255, 255, 0) 55%, rgba(255, 255, 255, 0) 100%);
}
body.catalog-product-view.product-view-style-03 .product-left {
  width: 100%;
  padding: 0;
}
@media (min-width: 1024px) {
  body.catalog-product-view.product-view-style-03 .product-left {
    width: calc(100% - 395px);
  }
}
body.catalog-product-view.product-view-style-03 .product-left .action.towishlist {
  display: none;
  top: 8px;
  right: 8px;
  width: 40px;
  height: 40px;
  border: none;
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url("../../frontend/Codazon/unlimited_miamo/it_IT/images/svg/add-to-wishlist.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 40px 40px;
  background-color: transparent;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
@media (max-width: 1023.98px) {
  body.catalog-product-view.product-view-style-03 .product-left .action.towishlist {
    left: auto !important;
  }
}
@media (min-width: 1024px) {
  body.catalog-product-view.product-view-style-03 .product-left .action.towishlist {
    right: auto;
  }
}
body.catalog-product-view.product-view-style-03 .gallery-container .label-wrap.left {
  display: none;
  top: 0;
  z-index: 1;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media (max-width: 1023.98px) {
  body.catalog-product-view.product-view-style-03 .gallery-container .label-wrap.left {
    left: 0 !important;
  }
}
body.catalog-product-view.product-view-style-03 .gallery-container .label-wrap.left .cdz-product-labels {
  top: 0;
  margin: 0;
}
body.catalog-product-view.product-view-style-03 .gallery-container .label-wrap.left .cdz-product-labels .label-item {
  padding: 10px;
  border: none;
  border-radius: 0 10px 10px 0 !important;
}
body.catalog-product-view.product-view-style-03 .gallery-container .label-wrap.left .cdz-product-labels .label-item:first-child {
  border-radius: 10px 0 !important;
}
body.catalog-product-view.product-view-style-03 .gallery-container .label-wrap.left .cdz-product-labels .label-item .label-content {
  font-size: 0.688rem;
  line-height: 0.688rem;
  font-weight: 700;
}
body.catalog-product-view.product-view-style-03 .gallery-container .label-wrap.left .cdz-product-labels .label-item.label-image {
  padding: 0 !important;
  background: none;
  width: 50px;
}
@media (min-width: 768px) {
  body.catalog-product-view.product-view-style-03 .gallery-container .label-wrap.left .cdz-product-labels .label-item.label-image {
    width: 80px;
  }
}
body.catalog-product-view.product-view-style-03 .product-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 0;
}
@media (min-width: 1024px) {
  body.catalog-product-view.product-view-style-03 .product-right {
    width: 395px;
  }
}
body.catalog-product-view.product-view-style-03 .product-right > div {
  width: 100%;
}
body.catalog-product-view.product-view-style-03 .product-right .price-box.price-final_price {
  display: none;
}
body.catalog-product-view.product-view-style-03 .product-info-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 40px;
  float: none;
  margin: 0;
}
body.catalog-product-view.product-view-style-03 .product-info-main::before, body.catalog-product-view.product-view-style-03 .product-info-main::after {
  display: none;
}
@media (max-width: 1023.98px) {
  body.catalog-product-view.product-view-style-03 .product-info-main {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 8px;
  }
}
body.catalog-product-view.product-view-style-03 .product-info-main-inner {
  border-bottom: none;
  padding-bottom: 20px;
}
body.catalog-product-view.product-view-style-03 .product-info-main .product-reviews-summary {
  margin-top: 0;
  padding-bottom: 23px;
}
body.catalog-product-view.product-view-style-03 .product-info-main .product-add-form [data-role=am-banners-lite] p.am-banners-lite-img {
  margin: 0;
}
body.catalog-product-view.product-view-style-03 .product-info-main .product-add-form [data-role=am-banners-lite] p.am-banners-lite-img a,
body.catalog-product-view.product-view-style-03 .product-info-main .product-add-form [data-role=am-banners-lite] p.am-banners-lite-img img {
  display: block;
}
body.catalog-product-view.product-view-style-03 .product-info-main .rating-summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body.catalog-product-view.product-view-style-03 .product-info-main .box-tocart {
  width: 100% !important;
  margin: 0 0 16px 0;
}
body.catalog-product-view.product-view-style-03 .product-info-main .box-tocart .fieldset .field.qty {
  width: 89px;
  margin: 0 16px 0 0;
}
body.catalog-product-view.product-view-style-03 .product-info-main .box-tocart .fieldset .field.qty .cart-qty {
  height: 46px;
  border: 1px solid #00577d;
  border-radius: 4px;
}
body.catalog-product-view.product-view-style-03 .product-info-main .box-tocart .fieldset .field.qty .cart-qty * {
  width: 100%;
}
body.catalog-product-view.product-view-style-03 .product-info-main .box-tocart .fieldset .field.qty .qty {
  width: 20px;
  padding: 0 !important;
  font-family: "semplicitaproregular", sans-serif;
  font-size: 0.938rem;
  line-height: 1.25rem;
  font-weight: 500;
}
body.catalog-product-view.product-view-style-03 .product-info-main .box-tocart .fieldset .field.qty .qty-ctl button {
  width: 100%;
  height: 100%;
}
body.catalog-product-view.product-view-style-03 .product-info-main .box-tocart .fieldset .field.qty .qty-ctl button::before {
  font-size: 0.375rem;
  font-weight: 700;
}
body.catalog-product-view.product-view-style-03 .product-info-main .box-tocart .fieldset .field.qty .qty-ctl button:hover {
  background: transparent;
}
body.catalog-product-view.product-view-style-03 .product-info-main .box-tocart .fieldset .field.qty .qty-ctl button:hover::before {
  color: #00577d !important;
}
body.catalog-product-view.product-view-style-03 .product-info-main .box-tocart .fieldset .actions {
  width: calc(100% - 89px - 16px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
body.catalog-product-view.product-view-style-03 .product-info-main .box-tocart .fieldset .actions #product-addtocart-button {
  margin-bottom: 12px;
}
body.catalog-product-view.product-view-style-03 .product-info-main .box-tocart .fieldset .actions .StripeElement.payment-request-button {
  padding: 0;
  margin: 0;
  width: 100%;
}
body.catalog-product-view.product-view-style-03 .product-info-main .box-tocart .fieldset .actions .StripeElement.payment-request-button.disabled::after {
  position: absolute;
  bottom: 0.25em;
}
body.catalog-product-view.product-view-style-03 .product-info-main .box-tocart .fieldset .actions button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 2px 10px;
  height: auto !important;
  min-height: 46px;
  border-radius: 4px;
}
body.catalog-product-view.product-view-style-03 .product-info-main .box-tocart .fieldset .actions button:hover {
  color: #00577d;
  background-color: #ffffff;
}
body.catalog-product-view.product-view-style-03 .product-info-main .box-tocart .fieldset .actions button:hover .price {
  color: #00577d;
}
body.catalog-product-view.product-view-style-03 .product-info-main .box-tocart .fieldset .actions button:focus {
  color: #ffffff;
  background-color: #00577d;
}
body.catalog-product-view.product-view-style-03 .product-info-main .box-tocart .fieldset .actions button:focus .price {
  color: #ffffff;
}
body.catalog-product-view.product-view-style-03 .product-info-main .box-tocart .fieldset .actions button small {
  font-family: "semplicitaproregular", sans-serif;
  font-size: 0.813rem;
  line-height: 1.125rem;
  font-weight: 700;
}
body.catalog-product-view.product-view-style-03 .product-info-main .box-tocart .fieldset .actions button .separator {
  margin-left: 5px;
}
body.catalog-product-view.product-view-style-03 .product-info-main .box-tocart .fieldset .actions button .price {
  margin: 0 0 0 5px;
}
body.catalog-product-view.product-view-style-03 .product-info-main .box-tocart .fieldset .actions button .special-price {
  display: inline-block;
}
body.catalog-product-view.product-view-style-03 .product-info-main .box-tocart .fieldset .actions button .old-price {
  margin-left: 8px;
  opacity: 0.5;
}
body.catalog-product-view.product-view-style-03 .product-info-main .product.alert.stock {
  width: 100%;
  border-radius: 4px;
  text-align: center;
}
body.catalog-product-view.product-view-style-03 .product-info-main .miamo-points {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  padding: 8px 30px;
  text-align: center;
  font-size: 0.813rem;
  line-height: 1.125rem;
  font-weight: 500;
  border: 1px solid #00577d;
  border-radius: 4px;
}
body.catalog-product-view.product-view-style-03 .product-info-main .miamo-points a {
  padding-left: 26px;
  background-image: url("../../frontend/Codazon/unlimited_miamo/it_IT/images/svg/star.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 16px 16px;
}
body.catalog-product-view.product-view-style-03 .product-info-main .miamo-points .points {
  font-weight: 700;
}
body.catalog-product-view.product-view-style-03 .product-main-top .page-title-wrapper {
  margin: 0 0 16px 0;
  border-bottom: none;
  font-family: "semplicitaproregular", sans-serif;
}
body.catalog-product-view.product-view-style-03 .product-main-top .page-title-wrapper.pdp-mobile-title {
  display: block;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  body.catalog-product-view.product-view-style-03 .product-main-top .page-title-wrapper.pdp-mobile-title {
    display: none;
  }
}
body.catalog-product-view.product-view-style-03 .product-main-top .page-title-wrapper.pdp-desktop-title {
  display: none;
}
@media (min-width: 768px) {
  body.catalog-product-view.product-view-style-03 .product-main-top .page-title-wrapper.pdp-desktop-title {
    display: block;
  }
}
body.catalog-product-view.product-view-style-03 .product-main-top .page-title-wrapper .routine {
  margin-bottom: 6px;
  padding: 0;
  font-family: "semplicitaproregular", sans-serif;
  font-size: 0.813rem;
  line-height: 1.125rem;
  font-weight: 500;
  background: none !important;
  border-radius: 0;
  color: #00577d;
}
body.catalog-product-view.product-view-style-03 .product-main-top .page-title-wrapper .page-title {
  margin: 0;
  font-size: 1.563rem;
  line-height: 2.125rem;
  font-weight: 700;
}
body.catalog-product-view.product-view-style-03 .product-main-top .page-title-wrapper .page-title .product-name-1,
body.catalog-product-view.product-view-style-03 .product-main-top .page-title-wrapper .page-title .product-name-2 {
  display: block;
}
body.catalog-product-view.product-view-style-03 .product-main-top .page-title-wrapper .page-title .product-name-1 {
  margin-bottom: 2px;
}
body.catalog-product-view.product-view-style-03 .product-main-top .page-title-wrapper .linea {
  display: none;
}
body.catalog-product-view.product-view-style-03 #scalapayText {
  height: 36px;
  margin-bottom: 16px !important;
  padding-top: 6px;
  background-color: #f2f6f9;
  border-radius: 4px;
  font-size: 0.813rem;
  line-height: 1.125rem;
  font-weight: 500;
  text-align: center;
  color: #00577d;
}
body.catalog-product-view.product-view-style-03 #vantaggi:last-child {
  margin-bottom: 0 !important;
}
body.catalog-product-view .section-bottom .block.crosssell {
  margin-right: 0;
  margin-left: 0;
}

.gallery-placeholder {
  width: 100%;
}

.fotorama__nav .fotorama_vertical_ratio .fotorama__img {
  border-radius: 5px;
}
.fotorama__nav .fotorama__thumb__arr {
  display: none !important;
}
.fotorama__stage .fotorama__arr--hidden {
  display: none !important;
}
@media (min-width: 768px) {
  .fotorama__stage .fotorama__arr--hidden {
    display: block !important;
  }
}
.fotorama:not(.fotorama--fullscreen) .fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--hidden {
  -webkit-transform: translate3d(0, 0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
  opacity: 0 !important;
}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--hidden {
  display: block !important;
  opacity: 1 !important;
  background-color: transparent;
}
@media (min-width: 768px) {
  .fotorama__arr {
    display: block !important;
    background-color: transparent !important;
  }
}
.fotorama__arr .fotorama__arr__arr {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-image: url("../../frontend/Codazon/unlimited_miamo/it_IT/images/svg/gallery-arrow.svg");
  background-position: 50% 50% !important;
  background-color: #ffffff;
}
.fotorama__arr--prev {
  display: none;
}
.fotorama__arr--prev .fotorama__arr__arr {
  left: 8px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fotorama__arr--next {
  display: none;
}
.fotorama__arr--next .fotorama__arr__arr {
  left: auto;
  right: 8px;
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fotorama__stage.fotorama__shadows--top:before, .fotorama__nav.fotorama__shadows--top:before, .fotorama__stage.fotorama__shadows--bottom:after, .fotorama__nav.fotorama__shadows--bottom:after {
  display: none;
}
.fotorama__stage__frame .fotorama__img {
  border-radius: 10px;
}
@media (min-width: 768px) {
  .fotorama__nav--dots {
    margin-top: 20px;
  }
}
.fotorama__nav--dots .fotorama__nav__frame {
  width: 20px;
}
.fotorama__dot {
  width: 8px !important;
  height: 8px !important;
  border: none;
  background-color: rgba(0, 87, 125, 0.2);
}
.fotorama__active .fotorama__dot {
  background-color: #00577d;
}
.fotorama--fullscreen {
  height: 100vh;
}
.fotorama--fullscreen .fotorama__arr {
  display: block;
}
.fotorama--fullscreen .fotorama__arr--prev {
  left: 120px !important;
  right: auto !important;
}
.fotorama--fullscreen .fotorama__arr--next {
  left: auto !important;
  right: 120px !important;
}
.fotorama--fullscreen .fotorama__stage__shaft.fotorama__grab .fotorama__img--full {
  cursor: url("../../frontend/Codazon/unlimited_miamo/it_IT/images/svg/cursor-zoom.svg") 60 60, pointer !important;
}
.fotorama--fullscreen .fotorama__stage__shaft .fotorama__img--full {
  cursor: url("../../frontend/Codazon/unlimited_miamo/it_IT/images/svg/exit-zoom.svg") 60 60, pointer !important;
}
.fotorama--fullscreen .fotorama__zoom-in, .fotorama--fullscreen .fotorama__zoom-out {
  display: none;
}
@media (max-width: 1023.98px) {
  .fotorama--fullscreen {
    height: 100vh;
  }
  .fotorama--fullscreen .fotorama__stage {
    height: calc(100vh - 30px) !important;
  }
  .fotorama--fullscreen .fotorama__wrap {
    height: 100vh;
  }
  .fotorama--fullscreen .fotorama__nav--dots {
    margin-top: 15px;
  }
}
.fotorama__fullscreen-icon {
  width: 30px;
  height: 30px;
  top: 10px;
  margin-right: 10px;
  background: url("../../frontend/Codazon/unlimited_miamo/it_IT/images/svg/sprite/close.svg") no-repeat center center !important;
}

body.catalog-product-view .fotorama__thumb-border {
  border-radius: 5px !important;
  border: 1px solid #00577d !important;
  background: none !important;
}

body.catalog-product-view .row.custom-toolbar {
  height: 70px;
  bottom: 0;
  padding: 12px 20px;
  border-top: 1px solid rgba(0, 87, 125, 0.2);
  border-bottom: 1px solid rgba(0, 87, 125, 0.2);
}
@media (min-width: 1024px) {
  body.catalog-product-view .row.custom-toolbar {
    padding: 12px 65px;
  }
}
body.catalog-product-view .row.custom-toolbar .toolbar-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  max-width: none;
}
body.catalog-product-view .row.custom-toolbar .toolbar-left {
  display: none;
}
@media (min-width: 1024px) {
  body.catalog-product-view .row.custom-toolbar .toolbar-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
body.catalog-product-view .row.custom-toolbar .toolbar-right {
  width: 100%;
}
@media (min-width: 1024px) {
  body.catalog-product-view .row.custom-toolbar .toolbar-right {
    width: 65%;
  }
}
@media (min-width: 1024px) {
  body.catalog-product-view .row.custom-toolbar .toolbar-right {
    width: auto;
  }
}
body.catalog-product-view .row.custom-toolbar a.addtowishlist-custom {
  position: static;
  display: block;
  width: 40px !important;
  height: 40px !important;
  margin-right: 16px;
  background-image: url("../../frontend/Codazon/unlimited_miamo/it_IT/images/svg/add-to-wishlist.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 40px 40px;
  content: "";
  font-size: 0;
}
body.catalog-product-view .row.custom-toolbar a.addtowishlist-custom:hover {
  opacity: 0.5;
}
body.catalog-product-view .row.custom-toolbar .product-name-1,
body.catalog-product-view .row.custom-toolbar .product-name-2 {
  font-size: 0.938rem;
  line-height: 1.25rem;
}
body.catalog-product-view .row.custom-toolbar .product-name-1 {
  margin-right: 8px;
  font-weight: 700;
}
body.catalog-product-view .row.custom-toolbar .product-name-2 {
  font-weight: 500;
}
body.catalog-product-view .row.custom-toolbar .box-tocart {
  float: none;
}
body.catalog-product-view .row.custom-toolbar .box-tocart .fieldset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  overflow: visible;
}
body.catalog-product-view .row.custom-toolbar .box-tocart .fieldset .field.qty {
  width: 89px;
  height: 46px;
  margin-right: 16px;
}
@media (min-width: 1024px) {
  body.catalog-product-view .row.custom-toolbar .box-tocart .fieldset .field.qty {
    width: 80px;
    margin-right: 10px;
  }
}
@media (min-width: 1024px) {
  body.catalog-product-view .row.custom-toolbar .box-tocart .fieldset .field.qty {
    width: 130px;
  }
}
body.catalog-product-view .row.custom-toolbar .box-tocart .fieldset .field.qty .cart-qty {
  width: 100%;
  max-width: none;
  height: 46px;
  border-radius: 4px;
  border: 1px solid #00577d;
}
@media (min-width: 1024px) {
  body.catalog-product-view .row.custom-toolbar .box-tocart .fieldset .field.qty .cart-qty {
    width: auto;
  }
}
body.catalog-product-view .row.custom-toolbar .box-tocart .fieldset .field.qty .cart-qty .qty {
  width: calc(100% - 30px * 2);
  padding: 0 !important;
  font-size: 0.938rem;
  line-height: 1.25rem;
  font-weight: 500;
}
@media (min-width: 1024px) {
  body.catalog-product-view .row.custom-toolbar .box-tocart .fieldset .field.qty .cart-qty .qty {
    width: calc(100% - 45px * 2);
  }
}
body.catalog-product-view .row.custom-toolbar .box-tocart .fieldset .actions {
  width: calc(100% - 89px - 16px);
}
@media (min-width: 1024px) {
  body.catalog-product-view .row.custom-toolbar .box-tocart .fieldset .actions {
    width: auto;
  }
}
body.catalog-product-view .row.custom-toolbar .box-tocart .fieldset .actions button {
  height: 46px !important;
  padding: 0 12px;
  border-radius: 4px;
}
@media (min-width: 1024px) {
  body.catalog-product-view .row.custom-toolbar .box-tocart .fieldset .actions button {
    padding: 0 24px;
  }
}
@media (min-width: 1024px) {
  body.catalog-product-view .row.custom-toolbar .box-tocart .fieldset .actions button {
    min-width: 200px;
  }
}
body.catalog-product-view .row.custom-toolbar .box-tocart .fieldset .actions button:hover {
  color: #00577d;
}
body.catalog-product-view .row.custom-toolbar .box-tocart .fieldset .actions button:hover .price {
  color: #00577d;
}
body.catalog-product-view .row.custom-toolbar .box-tocart .fieldset .actions button:focus {
  color: #ffffff;
  background-color: #00577d;
}
body.catalog-product-view .row.custom-toolbar .box-tocart .fieldset .actions button:focus .price {
  color: #ffffff;
}
body.catalog-product-view .row.custom-toolbar .box-tocart .fieldset .actions button small {
  font-family: "semplicitaproregular", sans-serif;
  font-size: 0.813rem;
  line-height: 1.125rem;
  font-weight: 700;
}
body.catalog-product-view .row.custom-toolbar .box-tocart .fieldset .actions button .separator {
  display: inline-block;
  margin-left: 2px;
}
@media (min-width: 1024px) {
  body.catalog-product-view .row.custom-toolbar .box-tocart .fieldset .actions button .separator {
    margin-left: 5px;
  }
}
body.catalog-product-view .row.custom-toolbar .box-tocart .fieldset .actions button .price {
  display: inline-block;
  margin-left: 2px;
  color: #ffffff;
  text-decoration: none;
}
@media (min-width: 1024px) {
  body.catalog-product-view .row.custom-toolbar .box-tocart .fieldset .actions button .price {
    margin-left: 5px;
  }
}
body.catalog-product-view .row.custom-toolbar .box-tocart .fieldset .actions button .price .old-price {
  margin-left: 4px;
  opacity: 0.5;
}
@media (min-width: 1024px) {
  body.catalog-product-view .row.custom-toolbar .box-tocart .fieldset .actions button .price .old-price {
    margin-left: 8px;
  }
}
body.catalog-product-view .row.custom-toolbar .box-tocart .fieldset .actions span {
  display: inline-block;
}
body.catalog-product-view .row.custom-toolbar .box-tocart .qty-ctl {
  width: 30px;
}
@media (min-width: 1024px) {
  body.catalog-product-view .row.custom-toolbar .box-tocart .qty-ctl {
    width: 45px;
  }
}
body.catalog-product-view .row.custom-toolbar .box-tocart .qty-ctl button {
  width: 30px;
  height: 100%;
}
@media (min-width: 1024px) {
  body.catalog-product-view .row.custom-toolbar .box-tocart .qty-ctl button {
    width: 45px;
  }
}
body.catalog-product-view .row.custom-toolbar .box-tocart .qty-ctl button.decrease::before, body.catalog-product-view .row.custom-toolbar .box-tocart .qty-ctl button.increase::before {
  font-size: 6px;
  font-weight: 700;
}
body.catalog-product-view .row.custom-toolbar .box-tocart .qty-ctl button.decrease {
  padding-right: 10px;
  text-align: right;
}
@media (min-width: 1024px) {
  body.catalog-product-view .row.custom-toolbar .box-tocart .qty-ctl button.decrease {
    padding-right: 6px;
  }
}
body.catalog-product-view .row.custom-toolbar .box-tocart .qty-ctl button.increase {
  padding-left: 10px;
  text-align: left;
}
@media (min-width: 1024px) {
  body.catalog-product-view .row.custom-toolbar .box-tocart .qty-ctl button.increase {
    padding-left: 6px;
  }
}

body.catalog-product-view.product-view-style-03 .product.info.detailed {
  position: relative;
  width: 100%;
  max-width: none !important;
  padding: 0;
  border-top: 1px solid rgba(0, 87, 125, 0.2);
}
@media (min-width: 768px) {
  body.catalog-product-view.product-view-style-03 .product.info.detailed {
    padding: 24px 65px;
  }
}
@media (min-width: 768px) {
  body.catalog-product-view.product-view-style-03 .product.info.detailed::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 1px;
    left: 0;
    top: 84px;
    border-bottom: 1px solid rgba(0, 87, 125, 0.2);
    z-index: 2;
  }
}
body.catalog-product-view.product-view-style-03 .product.info.detailed .product.items {
  padding: 0;
}
body.catalog-product-view.product-view-style-03 .product.info.detailed .product.items .item.title {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  body.catalog-product-view.product-view-style-03 .product.info.detailed .product.items .item.title {
    margin-right: 16px;
    padding: 0;
  }
}
@media (max-width: 767.98px) {
  body.catalog-product-view.product-view-style-03 .product.info.detailed .product.items .item.title.visible-xs[aria-expanded=true].switch {
    border-bottom: none;
  }
}
body.catalog-product-view.product-view-style-03 .product.info.detailed .product.items .item.title.visible-xs[aria-expanded=true].switch::after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
body.catalog-product-view.product-view-style-03 .product.info.detailed .product.items .item.title.switch {
  position: relative;
  padding: 26px 20px 24px;
  margin-bottom: 0;
  font-family: "semplicitapromedium", sans-serif;
  font-size: 0.938rem;
  line-height: 1.313rem;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  body.catalog-product-view.product-view-style-03 .product.info.detailed .product.items .item.title.switch {
    border-bottom: 1px solid rgba(0, 87, 125, 0.2);
  }
  body.catalog-product-view.product-view-style-03 .product.info.detailed .product.items .item.title.switch::before, body.catalog-product-view.product-view-style-03 .product.info.detailed .product.items .item.title.switch::after {
    content: "";
    position: absolute;
    background-color: #00577d;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
  body.catalog-product-view.product-view-style-03 .product.info.detailed .product.items .item.title.switch::before {
    top: 35px;
    right: 20px;
    width: 15px;
    height: 1px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  body.catalog-product-view.product-view-style-03 .product.info.detailed .product.items .item.title.switch::after {
    top: 28px;
    left: auto;
    right: 27px;
    width: 1px;
    height: 15px;
  }
}
@media (min-width: 768px) {
  body.catalog-product-view.product-view-style-03 .product.info.detailed .product.items .item.title.switch {
    height: 36px;
    padding: 8px 16px;
    line-height: 1.25rem;
    font-weight: 500;
    border: 1px solid rgba(0, 87, 125, 0.2);
    border-radius: 18px;
  }
}
@media (min-width: 768px) {
  body.catalog-product-view.product-view-style-03 .product.info.detailed .product.items .item.title.active.switch {
    font-family: "semplicitaproregular", sans-serif;
    color: #ffffff;
    background-color: #00577d;
  }
  body.catalog-product-view.product-view-style-03 .product.info.detailed .product.items .item.title.active.switch::after {
    content: none;
  }
}
body.catalog-product-view.product-view-style-03 .product.info.detailed .product.items > .item.content {
  margin-bottom: 0;
  padding: 0 20px 20px;
  border-bottom: 1px solid rgba(0, 87, 125, 0.2);
}
@media (min-width: 768px) {
  body.catalog-product-view.product-view-style-03 .product.info.detailed .product.items > .item.content {
    margin-top: 65px;
    padding: 0;
    border-bottom: none;
  }
}
@media (max-width: 767.98px) {
  body.catalog-product-view.product-view-style-03 .product.info.detailed .col-left h2:first-child {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  body.catalog-product-view.product-view-style-03 .product.info.detailed .col-left {
    padding-right: 120px;
  }
}
body.catalog-product-view.product-view-style-03 .product.info.detailed .details-container h2 {
  margin: 38px 0 14px;
  font-size: 0.938rem;
  line-height: 1.313rem;
  font-family: "semplicitaprobold", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
body.catalog-product-view.product-view-style-03 .product.info.detailed .details-container h2:first-child {
  margin-top: 0;
}
body.catalog-product-view.product-view-style-03 .product.info.detailed .details-container h3 {
  font-size: 0.938rem;
  line-height: 1.313rem;
  font-weight: 700;
  margin: 0;
}
@media (min-width: 768px) {
  body.catalog-product-view.product-view-style-03 .product.info.detailed .details-container h3 {
    margin: 43px 0 0;
  }
}
body.catalog-product-view.product-view-style-03 .product.info.detailed .details-container h3:first-child {
  margin-top: 4px;
}
body.catalog-product-view.product-view-style-03 .product.info.detailed .details-container p,
body.catalog-product-view.product-view-style-03 .product.info.detailed .details-container li {
  font-size: 0.938rem;
  line-height: 1.25rem;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  body.catalog-product-view.product-view-style-03 .product.info.detailed .details-container p {
    margin-bottom: 30px;
  }
}
body.catalog-product-view.product-view-style-03 .product.info.detailed .details-container ul {
  margin: 0;
  padding-left: 20px;
}
body.catalog-product-view.product-view-style-03 .product.info.detailed .details-container li {
  margin-bottom: 4px;
}
body.catalog-product-view.product-view-style-03 .product.info.detailed .details-container img {
  width: 100%;
}
body.catalog-product-view.product-view-style-03 .product.info.detailed .details-container .rounded-box {
  margin: 0;
  padding: 40px;
  text-align: center;
  background-color: #f2f6f9;
  border-radius: 20px;
}
body.catalog-product-view.product-view-style-03 .product.info.detailed .details-container .rounded-box p {
  margin-bottom: 35px;
  text-transform: uppercase;
  font-weight: 700;
}
@media (min-width: 768px) {
  body.catalog-product-view.product-view-style-03 .product.info.detailed .details-container .rounded-box p {
    margin: 0;
  }
}
body.catalog-product-view.product-view-style-03 .product.info.detailed .details-container .rounded-box div:last-child p {
  margin-bottom: 0;
}
body.catalog-product-view.product-view-style-03 .product.info.detailed .details-container .rounded-box img {
  width: auto;
}
body.catalog-product-view.product-view-style-03 .product.info.detailed .details-container .bollini {
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 25px;
}
body.catalog-product-view.product-view-style-03 .product.info.detailed .details-container .bollini img {
  width: 85px;
}
body.catalog-product-view.product-view-style-03 .product.info.detailed .details-container .bollini img.bollino-4 {
  width: 140px;
}
@media (max-width: 767.98px) {
  body.catalog-product-view .custom-accordion [data-role=collapsible]:nth-last-child(2) {
    border-bottom: none;
  }
  body.catalog-product-view .custom-accordion [data-role=content]:last-child {
    border-bottom: none;
  }
}

.custom-accordion [data-role=trigger] {
  position: relative;
  padding: 22px 30px 22px 0;
  font-size: 0.938rem !important;
  line-height: 1.313rem !important;
  font-weight: 700 !important;
  cursor: pointer;
}
.custom-accordion [data-role=trigger]::before, .custom-accordion [data-role=trigger]::after {
  content: "";
  position: absolute;
  background-color: #00577d;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.custom-accordion [data-role=trigger]::before {
  top: 33px;
  right: 0;
  width: 15px;
  height: 1px;
}
.custom-accordion [data-role=trigger]::after {
  top: 26px;
  right: 7px;
  width: 1px;
  height: 15px;
}
.custom-accordion [aria-expanded=true] [data-role=trigger] {
  padding-bottom: 12px;
}
.custom-accordion [aria-expanded=true] [data-role=trigger]::after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.custom-accordion [data-role=collapsible] {
  border-bottom: 1px solid rgba(0, 87, 125, 0.2);
}
.custom-accordion [data-role=collapsible][aria-expanded=true] {
  border-bottom: none;
}
.custom-accordion [data-role=content][aria-hidden=false] {
  border-bottom: 1px solid rgba(0, 87, 125, 0.2);
}
.custom-accordion [data-role=content] p {
  margin-bottom: 25px;
}

.product-video-container {
  padding: 0 20px;
}
@media (min-width: 1024px) {
  .product-video-container {
    padding: 0 65px;
  }
}
.product-video-container h2 {
  margin: 10px 0 25px;
  font-size: 1.25rem;
  line-height: 1.688rem;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 1024px) {
  .product-video-container h2 {
    margin: 5px 0 36px;
    font-size: 1.563rem;
    line-height: 2.125rem;
  }
}
.product-video-container .video {
  position: relative;
  height: 0;
  padding-bottom: 56.25%; /* 16:9 */
}
.product-video-container .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.results-slider {
  position: relative;
  width: 70%;
  max-width: 605px;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .results-slider {
    width: 100%;
  }
}
.results-slider .owl-stage-outer {
  overflow: hidden;
}
.results-slider .owl-nav button {
  position: absolute;
  top: 50%;
  width: 24px;
  height: 24px;
  border-radius: 12px;
  padding: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media (min-width: 1024px) {
  .results-slider .owl-nav button {
    width: 40px;
    height: 40px;
    border-radius: 20px;
  }
}
.results-slider .owl-nav button:hover {
  background-color: #00577d;
}
.results-slider .owl-nav button:hover::before {
  background-color: #ffffff;
}
.results-slider .owl-nav button:focus {
  background-color: #ffffff;
}
.results-slider .owl-nav button:focus::before {
  background-color: #00577d;
}
.results-slider .owl-nav button::before {
  content: "";
  position: absolute;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 12px;
  height: 12px;
  top: 50%;
  left: calc(50% + 1px);
  -webkit-mask: url("../../frontend/Codazon/unlimited_miamo/it_IT/images/svg/sprite/arrow-left.svg") no-repeat 50% 50%;
  mask: url("../../frontend/Codazon/unlimited_miamo/it_IT/images/svg/sprite/arrow-left.svg") no-repeat 50% 50%;
  -webkit-mask-size: cover;
  mask-size: cover;
  font-size: 0;
  line-height: 0;
  background-color: #00577d;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (min-width: 1024px) {
  .results-slider .owl-nav button::before {
    width: 20px;
    height: 20px;
  }
}
.results-slider .owl-nav button.owl-prev {
  left: -40px;
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
@media (min-width: 1024px) {
  .results-slider .owl-nav button.owl-prev {
    left: -67px;
  }
}
.results-slider .owl-nav button.owl-next {
  right: -40px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (min-width: 1024px) {
  .results-slider .owl-nav button.owl-next {
    right: -67px;
  }
}
.results-slider .owl-nav button span {
  display: none !important;
}

body.catalog-product-view #maincontent section#product-risultati {
  margin: 20px 0 !important;
  padding: 45px 20px 80px !important;
  background-color: #f2f6f9;
}
body.catalog-product-view #maincontent section#product-risultati:empty {
  padding: 0 !important;
  margin: 20px 0 !important;
}
@media (min-width: 1024px) {
  body.catalog-product-view #maincontent section#product-risultati {
    padding: 45px 65px 40px !important;
    margin: 80px 0 !important;
  }
}
body.catalog-product-view #maincontent section#product-risultati h2 {
  margin-bottom: 20px;
  font-size: 1.25rem;
  line-height: 1.688rem;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 1024px) {
  body.catalog-product-view #maincontent section#product-risultati h2 {
    margin-bottom: 40px;
    font-size: 1.563rem;
    line-height: 2.125rem;
  }
}
body.catalog-product-view #maincontent section#product-risultati h2 span::after {
  content: none;
}
body.catalog-product-view #maincontent section#product-risultati p {
  max-width: 816px;
  margin: 22px auto 45px;
  font-size: 0.938rem;
  line-height: 1.25rem;
  font-weight: 500;
}
@media (min-width: 1024px) {
  body.catalog-product-view #maincontent section#product-risultati p {
    margin-bottom: 75px;
  }
}
body.catalog-product-view #maincontent section#product-risultati .bottom-container {
  margin: 0;
  padding: 40px 15px;
  text-align: center;
  background-color: #ffffff;
  border-radius: 10px;
}
@media (min-width: 1024px) {
  body.catalog-product-view #maincontent section#product-risultati .bottom-container {
    padding: 40px;
  }
}
body.catalog-product-view #maincontent section#product-risultati .bottom-container > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 35px;
}
@media (min-width: 1024px) {
  body.catalog-product-view #maincontent section#product-risultati .bottom-container > div {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 22px;
  }
}
body.catalog-product-view #maincontent section#product-risultati .bottom-container > div:last-child {
  margin-bottom: 0;
}
body.catalog-product-view #maincontent section#product-risultati .bottom-container h3 {
  width: 90px;
  margin: 0;
  padding-right: 25px;
  font-size: 1.875rem;
  line-height: 2.188rem;
  font-weight: 700;
}
@media (min-width: 1024px) {
  body.catalog-product-view #maincontent section#product-risultati .bottom-container h3 {
    width: 100%;
    padding: 25px 0 12px;
    font-size: 3.125rem;
    line-height: 3.75rem;
  }
}
body.catalog-product-view #maincontent section#product-risultati .bottom-container p {
  width: calc(100% - 90px);
  margin: 0;
  font-size: 0.813rem;
  line-height: 1.125rem;
  font-weight: 400;
  text-align: left;
}
@media (min-width: 1024px) {
  body.catalog-product-view #maincontent section#product-risultati .bottom-container p {
    width: 100%;
    text-align: center;
  }
}
body.catalog-product-view #maincontent section#product-risultati .bottom-container p span {
  display: block;
  font-size: 0.938rem;
  line-height: 1.313rem;
  font-weight: 700;
  text-transform: uppercase;
}

body.catalog-product-view .product-info-main .product-reviews-summary {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
body.catalog-product-view .product-info-main .product-reviews-summary .reviews-actions span {
  display: inline-block !important;
  font-size: 0.813rem;
  line-height: 1.125rem;
  text-transform: lowercase;
}
body.catalog-product-view .product-info-main .product-reviews-summary .reviews-actions span.quantity {
  margin-left: 8px;
}
body.catalog-product-view .product-info-main .product-reviews-summary .reviews-actions span.reviewCount {
  margin-left: 15px;
  margin-right: 3px;
  text-decoration: underline;
}
body.catalog-product-view .product-info-main .product-reviews-summary .reviews-actions .action.view:after {
  content: none;
}
body.catalog-product-view #product-reviews {
  margin-top: 0 !important;
  padding: 0 20px 80px !important;
}
@media (min-width: 1024px) {
  body.catalog-product-view #product-reviews {
    padding: 40px 65px 60px !important;
  }
}
body.catalog-product-view #product-reviews .icon-miamo.close {
  width: 20px;
  -webkit-mask-image: url("../../frontend/Codazon/unlimited_miamo/it_IT/images/svg//close.svg");
  mask-image: url("../../frontend/Codazon/unlimited_miamo/it_IT/images/svg//close.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
body.catalog-product-view #product-reviews .review-add-wrapper i.close {
  top: 20px;
}
body.catalog-product-view #product-reviews .cdz-product-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 0;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(0, 87, 125, 0.2);
}
@media (min-width: 1024px) {
  body.catalog-product-view #product-reviews .cdz-product-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-bottom: 12px;
  }
}
body.catalog-product-view #product-reviews .cdz-product-wrap .toggle-review-form {
  padding: 0;
  margin: 0;
  text-align: center;
}
body.catalog-product-view #product-reviews .cdz-product-wrap .toggle-review-form .icon-miamo {
  display: none;
}
body.catalog-product-view #product-reviews .cdz-product-wrap .toggle-review-form a {
  top: auto;
  left: auto;
  font-size: 0.813rem;
  line-height: 1.313rem;
  font-family: "semplicitaproregular", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: underline;
}
body.catalog-product-view #product-reviews .single-review {
  margin: 0 !important;
  padding: 21px 0 16px;
  border-bottom: 1px solid rgba(0, 87, 125, 0.2);
}
@media (min-width: 1024px) {
  body.catalog-product-view #product-reviews .single-review {
    padding: 36px 0 31px;
  }
}
body.catalog-product-view #product-reviews .single-review .col-sm-8 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 0;
  padding-left: 0;
}
@media (min-width: 1024px) {
  body.catalog-product-view #product-reviews .single-review .col-sm-8 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-right: 10px;
  }
}
body.catalog-product-view #product-reviews .single-review .col-sm-16 {
  padding-right: 0;
  padding-left: 0;
}
@media (min-width: 1024px) {
  body.catalog-product-view #product-reviews .single-review .col-sm-16 {
    padding-left: 10px;
  }
}
body.catalog-product-view #product-reviews .cdz-block-title {
  margin: 0 !important;
}
body.catalog-product-view #product-reviews .cdz-block-title .b-title.h2 {
  position: relative;
  margin: 0 0 5px 0 !important;
  text-transform: none;
  font-size: 1.25rem;
  line-height: 2rem;
  font-family: "semplicitaproregular", sans-serif;
  font-weight: 700;
}
@media (min-width: 1024px) {
  body.catalog-product-view #product-reviews .cdz-block-title .b-title.h2 {
    margin-bottom: 0 !important;
  }
}
body.catalog-product-view #product-reviews .cdz-block-title .b-title.h2 span:after {
  display: none;
}
body.catalog-product-view #product-reviews p:not(.b-title) {
  margin-bottom: 8px;
  font-size: 0.813rem;
  line-height: 1.125rem;
  font-weight: 500;
}
body.catalog-product-view #product-reviews .review-title {
  text-transform: uppercase;
}
body.catalog-product-view #product-reviews .rating-summary {
  margin-bottom: 10px;
}
body.catalog-product-view #product-reviews .rating-summary .rating-result::before {
  font-size: 1rem;
}
body.catalog-product-view #product-reviews .rating-summary .rating-result > span::before {
  font-size: 1rem;
}
body.catalog-product-view #product-reviews .block.review-add {
  text-align: left !important;
}
body.catalog-product-view #product-reviews .review-field-ratings {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
body.catalog-product-view #product-reviews .review-field-ratings label {
  margin: 0 !important;
}
body.catalog-product-view #product-reviews .review-field-ratings .review-control-vote {
  margin: 5px 0 0 0 !important;
}
body.catalog-product-view #product-reviews .review-field-rating {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}
body.catalog-product-view .load-more-reviews {
  margin-top: 18px;
}
@media (min-width: 1024px) {
  body.catalog-product-view .load-more-reviews {
    margin-top: 35px;
  }
}
body.catalog-product-view .load-more-reviews .action.primary {
  background: transparent;
  border: none;
}
body.catalog-product-view .load-more-reviews .action.primary span {
  position: relative;
  font-size: 0.813rem;
  line-height: 1.313rem;
  font-weight: 700;
  color: #00577d !important;
  text-decoration: none;
  text-transform: uppercase;
}
body.catalog-product-view .load-more-reviews .action.primary span::before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 1px;
  width: 100%;
  background-color: #00577d;
}

.catalog-product-view .block.related, .catalog-product-view .block.upsell {
  margin-bottom: 56px !important;
  padding: 0 0 0 20px;
}
@media (min-width: 1024px) {
  .catalog-product-view .block.related, .catalog-product-view .block.upsell {
    padding: 0 0 0 65px;
  }
}
.catalog-product-view .block.related .cdz-block-title span, .catalog-product-view .block.upsell .cdz-block-title span {
  font-family: "semplicitaproregular", sans-serif;
  font-size: 1.563rem;
  line-height: 2.125rem;
  font-weight: 700;
  text-transform: none;
}
.catalog-product-view .block.related .cdz-block-title span::after, .catalog-product-view .block.upsell .cdz-block-title span::after {
  content: none;
}
.catalog-product-view .block.related .block-actions,
.catalog-product-view .block.related .button-hover-wrap, .catalog-product-view .block.upsell .block-actions,
.catalog-product-view .block.upsell .button-hover-wrap {
  display: none;
}
.catalog-product-view .block.related .owl-dots, .catalog-product-view .block.upsell .owl-dots {
  width: calc(100% - 20px);
}
@media (min-width: 1024px) {
  .catalog-product-view .block.related .owl-dots, .catalog-product-view .block.upsell .owl-dots {
    width: calc(100% - 65px);
    bottom: -25px;
  }
}
.catalog-product-view .block.related .product-item .product-image-photo.hovered-img, .catalog-product-view .block.upsell .product-item .product-image-photo.hovered-img {
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.catalog-product-view .block.related .product-item-details, .catalog-product-view .block.upsell .product-item-details {
  margin-top: 18px;
  padding: 0;
}
.catalog-product-view .block.related .product-item-details .product-item-name, .catalog-product-view .block.upsell .product-item-details .product-item-name {
  margin: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.catalog-product-view .block.related .product-item-details .product-item-name .product-name-1,
.catalog-product-view .block.related .product-item-details .product-item-name .product-name-2, .catalog-product-view .block.upsell .product-item-details .product-item-name .product-name-1,
.catalog-product-view .block.upsell .product-item-details .product-item-name .product-name-2 {
  font-family: "semplicitaproregular", sans-serif;
  font-size: 0.938rem;
  line-height: 1.313rem;
}
.catalog-product-view .block.related .product-item-details .product-item-name .product-name-1, .catalog-product-view .block.upsell .product-item-details .product-item-name .product-name-1 {
  font-weight: 700;
}
.catalog-product-view .block.related .product-item-details .product-item-name .product-name-2, .catalog-product-view .block.upsell .product-item-details .product-item-name .product-name-2 {
  font-weight: 500;
}
.catalog-product-view .block.related .product-item-details .product-item-price, .catalog-product-view .block.upsell .product-item-details .product-item-price {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.catalog-product-view .block.related .product-item-details .product-item-price .price-box, .catalog-product-view .block.upsell .product-item-details .product-item-price .price-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 1024px) {
  .catalog-product-view .block.related .product-item-details .product-item-price .price-box, .catalog-product-view .block.upsell .product-item-details .product-item-price .price-box {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
.catalog-product-view .block.related .product-item-details .price-container .price, .catalog-product-view .block.upsell .product-item-details .price-container .price {
  font-family: "semplicitaproregular", sans-serif !important;
  font-size: 0.938rem !important;
  line-height: 1.313rem !important;
  font-weight: 700 !important;
}
.catalog-product-view .block.related .product-item-details .old-price, .catalog-product-view .block.upsell .product-item-details .old-price {
  margin: 0 0 0 8px;
}
.catalog-product-view .block.related .product-item-details .old-price .price-container .price, .catalog-product-view .block.upsell .product-item-details .old-price .price-container .price {
  opacity: 0.5 !important;
}
.catalog-product-view .block.related .product-item-details .product-reviews-summary, .catalog-product-view .block.upsell .product-item-details .product-reviews-summary {
  margin-top: 14px;
}
.catalog-product-view .block.related .product-item-details .rating-summary, .catalog-product-view .block.upsell .product-item-details .rating-summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.catalog-product-view .block.related .product-item-details .rating-summary .reviews-actions, .catalog-product-view .block.upsell .product-item-details .rating-summary .reviews-actions {
  display: block;
  margin: 1px 0 0 0;
}
.catalog-product-view .block.related .product-item-details .rating-summary .reviews-actions .reviewCount, .catalog-product-view .block.upsell .product-item-details .rating-summary .reviews-actions .reviewCount {
  display: none;
  margin-left: 16px;
  text-decoration: underline;
}
@media (min-width: 1024px) {
  .catalog-product-view .block.related .product-item-details .rating-summary .reviews-actions .reviewCount, .catalog-product-view .block.upsell .product-item-details .rating-summary .reviews-actions .reviewCount {
    display: inline;
  }
}
.catalog-product-view .block.related .product-item-details .rating-summary .rating-result, .catalog-product-view .block.upsell .product-item-details .rating-summary .rating-result {
  margin-right: 8px;
}
.catalog-product-view .block.related .product-item-details .rating-summary .rating-result::before,
.catalog-product-view .block.related .product-item-details .rating-summary .rating-result > span::before, .catalog-product-view .block.upsell .product-item-details .rating-summary .rating-result::before,
.catalog-product-view .block.upsell .product-item-details .rating-summary .rating-result > span::before {
  height: 16px;
  font-size: 16px;
}
/*# sourceMappingURL=product-view.css.map */
.page-product-bundle.catalog-product-view .bundle-options-container * {
  float: none;
}
.page-product-bundle.catalog-product-view .bundle-options-container .bundle-options-wrapper {
  display: none;
}
.page-product-bundle.catalog-product-view .bundle-options-container .product-add-form {
  display: block;
  padding: 0 !important;
}
.page-product-bundle.catalog-product-view .bundle-options-container #bundleSummary.block-bundle-summary {
  width: 100vw !important;
  margin-left: -20px;
}
@media (min-width: 1024px) {
  .page-product-bundle.catalog-product-view .bundle-options-container #bundleSummary.block-bundle-summary {
    width: calc(100% + 40px) !important;
    margin-left: -20px;
    background-color: #f2f6f9;
    border-radius: 10px;
  }
}
.page-product-bundle.catalog-product-view .bundle-options-container #bundleSummary.block-bundle-summary .title {
  display: none;
}
.page-product-bundle.catalog-product-view .bundle-options-container #bundleSummary.block-bundle-summary .box-tocart .field.qty .control {
  float: none;
}
.page-product-bundle.catalog-product-view .bundle-options-container .bundle-info .product-image-container,
.page-product-bundle.catalog-product-view .bundle-options-container .bundle-info .product.name,
.page-product-bundle.catalog-product-view .bundle-options-container .bundle-info .price-box {
  display: none;
}
.page-product-bundle.catalog-product-view .bundle-options-container .bundle-summary .subtitle,
.page-product-bundle.catalog-product-view .bundle-options-container .bundle-summary .label {
  display: none;
}
/*# sourceMappingURL=product-bundle.css.map */
/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Mageplaza.com license that is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_SocialLogin
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */
.white-popup {
    position: relative;
    background: #FFF;
    padding: 0;
    width: auto;
    max-width: 600px;
    margin: 0 auto;
}

#social-login-popup,
#request-popup {
    overflow: hidden
}

#social-login-popup .block-container,
#request-popup .block-container {
    width: 100%;
    display: inline-block;
}

#social-login-popup .social-login-title,
#request-popup .social-login-title {
    padding: 10px 10px;
    background-color: #3399cc;
}

#social-login-popup .block-container .block,
#request-popup .block-container .block {
    padding: 20px 25px!important;
    margin: 0;
}

.social-login-ajax-loading {
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0.6;
    background: #fbfaf6 url('../../frontend/Codazon/unlimited_miamo/it_IT/Mageplaza_SocialLogin/css/images/ajax-loader.gif') no-repeat center center;
}

#social-login-popup .block-container .block .block-title,
#request-popup .block-container .block .block-title {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

#social-login-popup .fieldset,
#request-popup .fieldset {
    margin: 0px;
}

.actions-toolbar {
    margin-top: 7px;
}

.account-social-login .actions-toolbar.social-btn {
    width: 215px;
}

#social-login-popup .actions-toolbar > .secondary .action.back,
#request-popup .actions-toolbar > .secondary .action.back {
    display: block;
}

#social-login-popup .social-login .fieldset .field {
    display: block;
}
#social-login-popup .social-login .fieldset .field label{
    padding: 0 !important;
}

.social-login-title h2 {
    margin: 0;
    padding-left: 40px;
    background: no-repeat 12px center;
    color: #ffffff;
}

.social-login-title .login-title {
    background-image: url(../../frontend/Codazon/unlimited_miamo/it_IT/Mageplaza_SocialLogin/css/images/login-title.png);
}

.social-login-title .create-account-title {
    background-image: url(../../frontend/Codazon/unlimited_miamo/it_IT/Mageplaza_SocialLogin/css/images/create-account-title.png);
}

.social-login-title .forgot-pass-title {
    background-image: url(../../frontend/Codazon/unlimited_miamo/it_IT/Mageplaza_SocialLogin/css/images/forgot-pass-title.png);
}

#social-login-popup .mfp-close {
    color: #ffffff;
}

#social-login-popup .message.error > *:first-child:before {
    top: 50%;
}

#social-login-popup .message.success > *:first-child:before {
    top: 50%;
}

/* Authentication Popup */
.social-login-authentication-popup {
    width: 100%;
}

.social-login-authentication-popup .block-content {
    display: block !important;
}

.social-login-authentication-popup .block-content .actions-toolbar {
    display: inline-block;
}

.social-login-authentication-popup .block-content .actions-toolbar .btn-social {
    /*height: 20px;*/
    padding-left: 19px;
}

/*Button Style*/
.actions-toolbar button {
    border-radius: 0;
}

.social-btn button {
    height: 33px;
    border: none;
}

.social-btn button span span {
    margin-left: 25px;
    color: #ffffff;
}

.block-authentication .actions-toolbar {
    margin-bottom: unset !important;
}

.btn-authentication-pop {
    width: 175px;
}


.social-login-authentication-channel .actions-toolbar.social-btn > .primary .action {
    width: 100%;
    margin: 0;
    min-width: 170px;
    text-align: left;
    border-radius: 5px;
}

.social-login-authentication-channel .actions-toolbar.social-btn > .primary .action:hover {
    opacity: 0.9;
}

.social-btn-actions-toolbar {
    display: inline-block;
}

.register-sociallogin {
    float: left;
}

#fb-customer, #gg-customer, #tw-customer, #li-customer, #ins-customer, #ya-customer, #git-customer, #vk-customer, #fo-customer, #live-customer, #am-customer {
    float: left;
}

#group-button {
    width: 48.8%; /*margin-left: 37px;*/ /*margin-top: 0px;*/
    float: right;
    clear: none;
}

#group-button .block.social-login-authentication-channel.col-mp.mp-5 {
    margin-bottom: 2px;
}

.mfp-zoom-in { /* start state */ /* animate in */ /* animate out */
}

.mfp-zoom-in .mfp-with-anim {
    opacity: 0;
    transition: all 0.2s ease-in-out;
    transform: scale(0.8);
}

.mfp-zoom-in.mfp-bg {
    opacity: 0;
    transition: all 0.3s ease-out;
}

.mfp-zoom-in.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: scale(1);
}

.mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-zoom-in.mfp-removing .mfp-with-anim {
    transform: scale(0.8);
    opacity: 0;
}

.mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0;
}

.mfp-newspaper { /* start state */ /* animate in */ /* animate out */
}

.mfp-newspaper .mfp-with-anim {
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.5s;
    transform: scale(0) rotate(500deg);
}

.mfp-newspaper.mfp-bg {
    opacity: 0;
    transition: all 0.5s;
}

.mfp-newspaper.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: scale(1) rotate(0deg);
}

.mfp-newspaper.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-newspaper.mfp-removing .mfp-with-anim {
    transform: scale(0) rotate(500deg);
    opacity: 0;
}

.mfp-newspaper.mfp-removing.mfp-bg {
    opacity: 0;
}

.mfp-move-horizontal { /* start state */ /* animate in */ /* animate out */
}

.mfp-move-horizontal .mfp-with-anim {
    opacity: 0;
    transition: all 0.3s;
    transform: translateX(-50px);
}

.mfp-move-horizontal.mfp-bg {
    opacity: 0;
    transition: all 0.3s;
}

.mfp-move-horizontal.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: translateX(0);
}

.mfp-move-horizontal.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-move-horizontal.mfp-removing .mfp-with-anim {
    transform: translateX(50px);
    opacity: 0;
}

.mfp-move-horizontal.mfp-removing.mfp-bg {
    opacity: 0;
}

.mfp-move-from-top { /* start state */ /* animate in */ /* animate out */
}

.mfp-move-from-top .mfp-content {
    vertical-align: top;
    margin-top: 50px;
}

.mfp-move-from-top .mfp-with-anim {
    opacity: 0;
    transition: all 0.2s;
    transform: translateY(-100px);
}

.mfp-move-from-top.mfp-bg {
    opacity: 0;
    transition: all 0.2s;
}

.mfp-move-from-top.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: translateY(0);
}

.mfp-move-from-top.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-move-from-top.mfp-removing .mfp-with-anim {
    transform: translateY(-50px);
    opacity: 0;
}

.mfp-move-from-top.mfp-removing.mfp-bg {
    opacity: 0;
}

.mfp-3d-unfold { /* start state */ /* animate in */ /* animate out */
}

.mfp-3d-unfold .mfp-content {
    perspective: 2000px;
}

.mfp-3d-unfold .mfp-with-anim {
    opacity: 0;
    transition: all 0.3s ease-in-out;
    transform-style: preserve-3d;
    transform: rotateY(-60deg);
}

.mfp-3d-unfold.mfp-bg {
    opacity: 0;
    transition: all 0.5s;
}

.mfp-3d-unfold.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: rotateY(0deg);
}

.mfp-3d-unfold.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-3d-unfold.mfp-removing .mfp-with-anim {
    transform: rotateY(60deg);
    opacity: 0;
}

.mfp-3d-unfold.mfp-removing.mfp-bg {
    opacity: 0;
}

.mfp-zoom-out .mfp-with-anim {
    opacity: 0;
    transition: all 0.3s ease-in-out;
    transform: scale(1.3);
}

.mfp-zoom-out.mfp-bg {
    opacity: 0;
    transition: all 0.3s ease-out;
}

.mfp-zoom-out.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: scale(1);
}

.mfp-zoom-out.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-zoom-out.mfp-removing .mfp-with-anim {
    transform: scale(1.3);
    opacity: 0;
}

.mfp-zoom-out.mfp-removing.mfp-bg {
    opacity: 0;
}

.social-btn .btn-social {
    display: block;
    text-decoration: none;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    padding: 6px 12px 6px 44px;
    font-family: 'Roboto', sans-serif;
}

.btn-social {
    position: relative;
    padding-left: 44px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.btn-social > :first-child {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 32px;
    line-height: 34px;
    font-size: 1.6em;
    text-align: center;
    border-right: 1px solid rgba(0, 0, 0, 0.2)
}

.btn-social.btn-lg {
    padding-left: 61px
}

.btn-social.btn-lg > :first-child {
    line-height: 45px;
    width: 45px;
    font-size: 1.8em
}

.btn-social.btn-sm {
    padding-left: 38px
}

.btn-social.btn-sm > :first-child {
    line-height: 28px;
    width: 28px;
    font-size: 1.4em
}

.btn-social.btn-xs {
    padding-left: 30px
}

.btn-social.btn-xs > :first-child {
    line-height: 20px;
    width: 20px;
    font-size: 1.2em
}

.btn-social-icon {
    position: relative;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 34px;
    width: 34px;
    padding: 0;
}

.btn-social-icon > :first-child {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 32px;
    line-height: 34px;
    font-size: 1.6em;
    text-align: center;
    border-right: 1px solid rgba(0, 0, 0, 0.2)
}

.btn-social-icon.btn-lg {
    padding-left: 61px
}

.btn-social-icon.btn-lg > :first-child {
    line-height: 45px;
    width: 45px;
    font-size: 1.8em
}

.btn-social-icon.btn-sm {
    padding-left: 38px
}

.btn-social-icon.btn-sm > :first-child {
    line-height: 28px;
    width: 28px;
    font-size: 1.4em
}

.btn-social-icon.btn-xs {
    padding-left: 30px
}

.btn-social-icon.btn-xs > :first-child {
    line-height: 20px;
    width: 20px;
    font-size: 1.2em
}

.btn-social-icon > :first-child {
    border: none;
    text-align: center;
    width: 100%
}

.btn-social-icon.btn-lg {
    height: 45px;
    width: 45px;
    padding-left: 0;
    padding-right: 0
}

.btn-social-icon.btn-sm {
    height: 30px;
    width: 30px;
    padding-left: 0;
    padding-right: 0
}

.btn-social-icon.btn-xs {
    height: 22px;
    width: 22px;
    padding-left: 0;
    padding-right: 0
}

.btn-adn {
    color: #fff;
    background-color: #d87a68;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-adn:focus, .btn-adn.focus {
    color: #fff;
    background-color: #ce563f;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-adn:hover {
    color: #fff;
    background-color: #ce563f;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-adn:active, .btn-adn.active, .open > .dropdown-toggle.btn-adn {
    color: #fff;
    background-color: #ce563f;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-adn:active:hover, .btn-adn.active:hover, .open > .dropdown-toggle.btn-adn:hover, .btn-adn:active:focus, .btn-adn.active:focus, .open > .dropdown-toggle.btn-adn:focus, .btn-adn:active.focus, .btn-adn.active.focus, .open > .dropdown-toggle.btn-adn.focus {
    color: #fff;
    background-color: #b94630;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-adn:active, .btn-adn.active, .open > .dropdown-toggle.btn-adn {
    background-image: none
}

.btn-adn.disabled:hover, .btn-adn[disabled]:hover, fieldset[disabled] .btn-adn:hover, .btn-adn.disabled:focus, .btn-adn[disabled]:focus, fieldset[disabled] .btn-adn:focus, .btn-adn.disabled.focus, .btn-adn[disabled].focus, fieldset[disabled] .btn-adn.focus {
    background-color: #d87a68;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-adn .badge {
    color: #d87a68;
    background-color: #fff
}

.btn-bitbucket {
    color: #fff;
    background-color: #205081;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-bitbucket:focus, .btn-bitbucket.focus {
    color: #fff;
    background-color: #163758;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-bitbucket:hover {
    color: #fff;
    background-color: #163758;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-bitbucket:active, .btn-bitbucket.active, .open > .dropdown-toggle.btn-bitbucket {
    color: #fff;
    background-color: #163758;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-bitbucket:active:hover, .btn-bitbucket.active:hover, .open > .dropdown-toggle.btn-bitbucket:hover, .btn-bitbucket:active:focus, .btn-bitbucket.active:focus, .open > .dropdown-toggle.btn-bitbucket:focus, .btn-bitbucket:active.focus, .btn-bitbucket.active.focus, .open > .dropdown-toggle.btn-bitbucket.focus {
    color: #fff;
    background-color: #0f253c;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-bitbucket:active, .btn-bitbucket.active, .open > .dropdown-toggle.btn-bitbucket {
    background-image: none
}

.btn-bitbucket.disabled:hover, .btn-bitbucket[disabled]:hover, fieldset[disabled] .btn-bitbucket:hover, .btn-bitbucket.disabled:focus, .btn-bitbucket[disabled]:focus, fieldset[disabled] .btn-bitbucket:focus, .btn-bitbucket.disabled.focus, .btn-bitbucket[disabled].focus, fieldset[disabled] .btn-bitbucket.focus {
    background-color: #205081;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-bitbucket .badge {
    color: #205081;
    background-color: #fff
}

.btn-dropbox {
    color: #fff;
    background-color: #1087dd;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-dropbox:focus, .btn-dropbox.focus {
    color: #fff;
    background-color: #0d6aad;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-dropbox:hover {
    color: #fff;
    background-color: #0d6aad;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-dropbox:active, .btn-dropbox.active, .open > .dropdown-toggle.btn-dropbox {
    color: #fff;
    background-color: #0d6aad;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-dropbox:active:hover, .btn-dropbox.active:hover, .open > .dropdown-toggle.btn-dropbox:hover, .btn-dropbox:active:focus, .btn-dropbox.active:focus, .open > .dropdown-toggle.btn-dropbox:focus, .btn-dropbox:active.focus, .btn-dropbox.active.focus, .open > .dropdown-toggle.btn-dropbox.focus {
    color: #fff;
    background-color: #0a568c;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-dropbox:active, .btn-dropbox.active, .open > .dropdown-toggle.btn-dropbox {
    background-image: none
}

.btn-dropbox.disabled:hover, .btn-dropbox[disabled]:hover, fieldset[disabled] .btn-dropbox:hover, .btn-dropbox.disabled:focus, .btn-dropbox[disabled]:focus, fieldset[disabled] .btn-dropbox:focus, .btn-dropbox.disabled.focus, .btn-dropbox[disabled].focus, fieldset[disabled] .btn-dropbox.focus {
    background-color: #1087dd;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-dropbox .badge {
    color: #1087dd;
    background-color: #fff
}

.btn-facebook {
    color: #fff;
    background-color: #3b5998;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-facebook:focus, .btn-facebook.focus {
    color: #fff;
    background-color: #2d4373;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-facebook:hover {
    color: #fff;
    background-color: #2d4373;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-facebook:active, .btn-facebook.active, .open > .dropdown-toggle.btn-facebook {
    color: #fff;
    background-color: #2d4373;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-facebook:active:hover, .btn-facebook.active:hover, .open > .dropdown-toggle.btn-facebook:hover, .btn-facebook:active:focus, .btn-facebook.active:focus, .open > .dropdown-toggle.btn-facebook:focus, .btn-facebook:active.focus, .btn-facebook.active.focus, .open > .dropdown-toggle.btn-facebook.focus {
    color: #fff;
    background-color: #23345a;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-facebook:active, .btn-facebook.active, .open > .dropdown-toggle.btn-facebook {
    background-image: none
}

.btn-facebook.disabled:hover, .btn-facebook[disabled]:hover, fieldset[disabled] .btn-facebook:hover, .btn-facebook.disabled:focus, .btn-facebook[disabled]:focus, fieldset[disabled] .btn-facebook:focus, .btn-facebook.disabled.focus, .btn-facebook[disabled].focus, fieldset[disabled] .btn-facebook.focus {
    background-color: #3b5998;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-facebook .badge {
    color: #3b5998;
    background-color: #fff
}

.btn-flickr {
    color: #fff;
    background-color: #ff0084;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-flickr:focus, .btn-flickr.focus {
    color: #fff;
    background-color: #cc006a;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-flickr:hover {
    color: #fff;
    background-color: #cc006a;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-flickr:active, .btn-flickr.active, .open > .dropdown-toggle.btn-flickr {
    color: #fff;
    background-color: #cc006a;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-flickr:active:hover, .btn-flickr.active:hover, .open > .dropdown-toggle.btn-flickr:hover, .btn-flickr:active:focus, .btn-flickr.active:focus, .open > .dropdown-toggle.btn-flickr:focus, .btn-flickr:active.focus, .btn-flickr.active.focus, .open > .dropdown-toggle.btn-flickr.focus {
    color: #fff;
    background-color: #a80057;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-flickr:active, .btn-flickr.active, .open > .dropdown-toggle.btn-flickr {
    background-image: none
}

.btn-flickr.disabled:hover, .btn-flickr[disabled]:hover, fieldset[disabled] .btn-flickr:hover, .btn-flickr.disabled:focus, .btn-flickr[disabled]:focus, fieldset[disabled] .btn-flickr:focus, .btn-flickr.disabled.focus, .btn-flickr[disabled].focus, fieldset[disabled] .btn-flickr.focus {
    background-color: #ff0084;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-flickr .badge {
    color: #ff0084;
    background-color: #fff
}

.btn-foursquare {
    color: #fff;
    background-color: #f94877;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-foursquare:focus, .btn-foursquare.focus {
    color: #fff;
    background-color: #f71752;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-foursquare:hover {
    color: #fff;
    background-color: #f71752;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-foursquare:active, .btn-foursquare.active, .open > .dropdown-toggle.btn-foursquare {
    color: #fff;
    background-color: #f71752;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-foursquare:active:hover, .btn-foursquare.active:hover, .open > .dropdown-toggle.btn-foursquare:hover, .btn-foursquare:active:focus, .btn-foursquare.active:focus, .open > .dropdown-toggle.btn-foursquare:focus, .btn-foursquare:active.focus, .btn-foursquare.active.focus, .open > .dropdown-toggle.btn-foursquare.focus {
    color: #fff;
    background-color: #e30742;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-foursquare:active, .btn-foursquare.active, .open > .dropdown-toggle.btn-foursquare {
    background-image: none
}

.btn-foursquare.disabled:hover, .btn-foursquare[disabled]:hover, fieldset[disabled] .btn-foursquare:hover, .btn-foursquare.disabled:focus, .btn-foursquare[disabled]:focus, fieldset[disabled] .btn-foursquare:focus, .btn-foursquare.disabled.focus, .btn-foursquare[disabled].focus, fieldset[disabled] .btn-foursquare.focus {
    background-color: #f94877;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-foursquare .badge {
    color: #f94877;
    background-color: #fff
}

.btn-disqus {
    color: #fff;
    background-color: #2E9FFF;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-disqus .fa-disqus {
    background: url("../../frontend/Codazon/unlimited_miamo/it_IT/Mageplaza_SocialLogin/css/images/disqus-logo.png") no-repeat;
}

.btn-disqus .fa-disqus {
    content: ""
}

.btn-mailru {
    color: #fff;
    background-color: #005FF9;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-mailru:focus, .btn-mailru.focus {
    color: #fff;
    background-color: #0370c4;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-mailru:hover {
    color: #fff;
    background-color: #004ecc;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-mailru:active, .btn-mailru.active, .open > .dropdown-toggle.btn-live {
    color: #fff;
    background-color: #0370c4;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-mailru:active:hover, .btn-mailru.active:hover, .open > .dropdown-toggle.btn-mailru:hover, .btn-mailru:active:focus, .btn-mailru.active:focus, .open > .dropdown-toggle.btn-mailru:focus, .btn-mailru:active.focus, .btn-mailru.active.focus, .open > .dropdown-toggle.btn-mailru.focus {
    color: #fff;
    background-color: #0370c4;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-mailru:active, .btn-mailru.active, .open > .dropdown-toggle.btn-mailru {
    background-image: none
}

.btn-mailru.disabled:hover, .btn-mailru[disabled]:hover, fieldset[disabled] .btn-mailru:hover, .btn-mailru.disabled:focus, .btn-mailru[disabled]:focus, fieldset[disabled] .btn-mailru:focus, .btn-mailru.disabled.focus, .btn-mailru[disabled].focus, fieldset[disabled] .btn-mailru.focus {
    background-color: #0370c4;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-mailru .badge {
    color: #0370c4;
    background-color: #fff
}

.btn-mailru .fa-mailru {
    background: url("../../frontend/Codazon/unlimited_miamo/it_IT/Mageplaza_SocialLogin/css/images/mailru-logo.png") no-repeat;
}

.btn-mailru .fa-mailru {
    content: ""
}

.btn-steam {
    color: #fff;
    background-color: #444;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-steam:focus, .btn-steam.focus {
    color: #fff;
    background-color: #2b2b2b;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-steam:hover {
    color: #fff;
    background-color: #2b2b2b;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-steam:active, .btn-steam.active, .open > .dropdown-toggle.btn-steam {
    color: #fff;
    background-color: #2b2b2b;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-steam:active:hover, .btn-steam.active:hover, .open > .dropdown-toggle.btn-steam:hover, .btn-steam:active:focus, .btn-steam.active:focus, .open > .dropdown-toggle.btn-steam:focus, .btn-steam:active.focus, .btn-steam.active.focus, .open > .dropdown-toggle.btn-steam.focus {
    color: #fff;
    background-color: #191919;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-steam:active, .btn-steam.active, .open > .dropdown-toggle.btn-steam {
    background-image: none
}

.btn-steam.disabled:hover, .btn-steam[disabled]:hover, fieldset[disabled] .btn-steam:hover, .btn-steam.disabled:focus, .btn-steam[disabled]:focus, fieldset[disabled] .btn-steam:focus, .btn-steam.disabled.focus, .btn-steam[disabled].focus, fieldset[disabled] .btn-steam.focus {
    background-color: #444;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-steam .badge {
    color: #444;
    background-color: #fff
}

.btn-github {
    color: #fff;
    background-color: #444;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-github:focus, .btn-github.focus {
    color: #fff;
    background-color: #2b2b2b;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-github:hover {
    color: #fff;
    background-color: #2b2b2b;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-github:active, .btn-github.active, .open > .dropdown-toggle.btn-github {
    color: #fff;
    background-color: #2b2b2b;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-github:active:hover, .btn-github.active:hover, .open > .dropdown-toggle.btn-github:hover, .btn-github:active:focus, .btn-github.active:focus, .open > .dropdown-toggle.btn-github:focus, .btn-github:active.focus, .btn-github.active.focus, .open > .dropdown-toggle.btn-github.focus {
    color: #fff;
    background-color: #191919;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-github:active, .btn-github.active, .open > .dropdown-toggle.btn-github {
    background-image: none
}

.btn-github.disabled:hover, .btn-github[disabled]:hover, fieldset[disabled] .btn-github:hover, .btn-github.disabled:focus, .btn-github[disabled]:focus, fieldset[disabled] .btn-github:focus, .btn-github.disabled.focus, .btn-github[disabled].focus, fieldset[disabled] .btn-github.focus {
    background-color: #444;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-github .badge {
    color: #444;
    background-color: #fff
}

.btn-google {
    color: #fff;
    background-color: #dd4b39;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-google:focus, .btn-google.focus {
    color: #fff;
    background-color: #c23321;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-google:hover {
    color: #fff;
    background-color: #c23321;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-google:active, .btn-google.active, .open > .dropdown-toggle.btn-google {
    color: #fff;
    background-color: #c23321;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-google:active:hover, .btn-google.active:hover, .open > .dropdown-toggle.btn-google:hover, .btn-google:active:focus, .btn-google.active:focus, .open > .dropdown-toggle.btn-google:focus, .btn-google:active.focus, .btn-google.active.focus, .open > .dropdown-toggle.btn-google.focus {
    color: #fff;
    background-color: #a32b1c;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-google:active, .btn-google.active, .open > .dropdown-toggle.btn-google {
    background-image: none
}

.btn-google.disabled:hover, .btn-google[disabled]:hover, fieldset[disabled] .btn-google:hover, .btn-google.disabled:focus, .btn-google[disabled]:focus, fieldset[disabled] .btn-google:focus, .btn-google.disabled.focus, .btn-google[disabled].focus, fieldset[disabled] .btn-google.focus {
    background-color: #dd4b39;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-google .badge {
    color: #dd4b39;
    background-color: #fff
}

.btn-google .fa-google {
    background: url("../../frontend/Codazon/unlimited_miamo/it_IT/Mageplaza_SocialLogin/css/images/g-logo.png") no-repeat;
}

.btn-google .fa-google:before {
    content: ""
}

.btn-instagram {
    color: #fff;
    background-color: #3f729b;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-instagram:focus, .btn-instagram.focus {
    color: #fff;
    background-color: #305777;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-instagram:hover {
    color: #fff;
    background-color: #305777;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-instagram:active, .btn-instagram.active, .open > .dropdown-toggle.btn-instagram {
    color: #fff;
    background-color: #305777;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-instagram:active:hover, .btn-instagram.active:hover, .open > .dropdown-toggle.btn-instagram:hover, .btn-instagram:active:focus, .btn-instagram.active:focus, .open > .dropdown-toggle.btn-instagram:focus, .btn-instagram:active.focus, .btn-instagram.active.focus, .open > .dropdown-toggle.btn-instagram.focus {
    color: #fff;
    background-color: #26455d;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-instagram:active, .btn-instagram.active, .open > .dropdown-toggle.btn-instagram {
    background-image: none
}

.btn-instagram.disabled:hover, .btn-instagram[disabled]:hover, fieldset[disabled] .btn-instagram:hover, .btn-instagram.disabled:focus, .btn-instagram[disabled]:focus, fieldset[disabled] .btn-instagram:focus, .btn-instagram.disabled.focus, .btn-instagram[disabled].focus, fieldset[disabled] .btn-instagram.focus {
    background-color: #3f729b;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-instagram .badge {
    color: #3f729b;
    background-color: #fff
}

.btn-linkedin {
    color: #fff;
    background-color: #007bb6;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-linkedin:focus, .btn-linkedin.focus {
    color: #fff;
    background-color: #005983;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-linkedin:hover {
    color: #fff;
    background-color: #005983;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-linkedin:active, .btn-linkedin.active, .open > .dropdown-toggle.btn-linkedin {
    color: #fff;
    background-color: #005983;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-linkedin:active:hover, .btn-linkedin.active:hover, .open > .dropdown-toggle.btn-linkedin:hover, .btn-linkedin:active:focus, .btn-linkedin.active:focus, .open > .dropdown-toggle.btn-linkedin:focus, .btn-linkedin:active.focus, .btn-linkedin.active.focus, .open > .dropdown-toggle.btn-linkedin.focus {
    color: #fff;
    background-color: #00405f;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-linkedin:active, .btn-linkedin.active, .open > .dropdown-toggle.btn-linkedin {
    background-image: none
}

.btn-linkedin.disabled:hover, .btn-linkedin[disabled]:hover, fieldset[disabled] .btn-linkedin:hover, .btn-linkedin.disabled:focus, .btn-linkedin[disabled]:focus, fieldset[disabled] .btn-linkedin:focus, .btn-linkedin.disabled.focus, .btn-linkedin[disabled].focus, fieldset[disabled] .btn-linkedin.focus {
    background-color: #007bb6;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-linkedin .badge {
    color: #007bb6;
    background-color: #fff
}

.btn-microsoft {
    color: #fff;
    background-color: #2672ec;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-microsoft:focus, .btn-microsoft.focus {
    color: #fff;
    background-color: #125acd;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-microsoft:hover {
    color: #fff;
    background-color: #125acd;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-microsoft:active, .btn-microsoft.active, .open > .dropdown-toggle.btn-microsoft {
    color: #fff;
    background-color: #125acd;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-microsoft:active:hover, .btn-microsoft.active:hover, .open > .dropdown-toggle.btn-microsoft:hover, .btn-microsoft:active:focus, .btn-microsoft.active:focus, .open > .dropdown-toggle.btn-microsoft:focus, .btn-microsoft:active.focus, .btn-microsoft.active.focus, .open > .dropdown-toggle.btn-microsoft.focus {
    color: #fff;
    background-color: #0f4bac;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-microsoft:active, .btn-microsoft.active, .open > .dropdown-toggle.btn-microsoft {
    background-image: none
}

.btn-microsoft.disabled:hover, .btn-microsoft[disabled]:hover, fieldset[disabled] .btn-microsoft:hover, .btn-microsoft.disabled:focus, .btn-microsoft[disabled]:focus, fieldset[disabled] .btn-microsoft:focus, .btn-microsoft.disabled.focus, .btn-microsoft[disabled].focus, fieldset[disabled] .btn-microsoft.focus {
    background-color: #2672ec;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-microsoft .badge {
    color: #2672ec;
    background-color: #fff
}

.btn-odnoklassniki {
    color: #fff;
    background-color: #f4731c;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-odnoklassniki:focus, .btn-odnoklassniki.focus {
    color: #fff;
    background-color: #d35b0a;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-odnoklassniki:hover {
    color: #fff;
    background-color: #d35b0a;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-odnoklassniki:active, .btn-odnoklassniki.active, .open > .dropdown-toggle.btn-odnoklassniki {
    color: #fff;
    background-color: #d35b0a;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-odnoklassniki:active:hover, .btn-odnoklassniki.active:hover, .open > .dropdown-toggle.btn-odnoklassniki:hover, .btn-odnoklassniki:active:focus, .btn-odnoklassniki.active:focus, .open > .dropdown-toggle.btn-odnoklassniki:focus, .btn-odnoklassniki:active.focus, .btn-odnoklassniki.active.focus, .open > .dropdown-toggle.btn-odnoklassniki.focus {
    color: #fff;
    background-color: #b14c09;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-odnoklassniki:active, .btn-odnoklassniki.active, .open > .dropdown-toggle.btn-odnoklassniki {
    background-image: none
}

.btn-odnoklassniki.disabled:hover, .btn-odnoklassniki[disabled]:hover, fieldset[disabled] .btn-odnoklassniki:hover, .btn-odnoklassniki.disabled:focus, .btn-odnoklassniki[disabled]:focus, fieldset[disabled] .btn-odnoklassniki:focus, .btn-odnoklassniki.disabled.focus, .btn-odnoklassniki[disabled].focus, fieldset[disabled] .btn-odnoklassniki.focus {
    background-color: #f4731c;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-odnoklassniki .badge {
    color: #f4731c;
    background-color: #fff
}

.btn-openid {
    color: #fff;
    background-color: #f7931e;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-openid:focus, .btn-openid.focus {
    color: #fff;
    background-color: #da7908;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-openid:hover {
    color: #fff;
    background-color: #da7908;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-openid:active, .btn-openid.active, .open > .dropdown-toggle.btn-openid {
    color: #fff;
    background-color: #da7908;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-openid:active:hover, .btn-openid.active:hover, .open > .dropdown-toggle.btn-openid:hover, .btn-openid:active:focus, .btn-openid.active:focus, .open > .dropdown-toggle.btn-openid:focus, .btn-openid:active.focus, .btn-openid.active.focus, .open > .dropdown-toggle.btn-openid.focus {
    color: #fff;
    background-color: #b86607;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-openid:active, .btn-openid.active, .open > .dropdown-toggle.btn-openid {
    background-image: none
}

.btn-openid.disabled:hover, .btn-openid[disabled]:hover, fieldset[disabled] .btn-openid:hover, .btn-openid.disabled:focus, .btn-openid[disabled]:focus, fieldset[disabled] .btn-openid:focus, .btn-openid.disabled.focus, .btn-openid[disabled].focus, fieldset[disabled] .btn-openid.focus {
    background-color: #f7931e;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-openid .badge {
    color: #f7931e;
    background-color: #fff
}

.btn-pinterest {
    color: #fff;
    background-color: #cb2027;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-pinterest:focus, .btn-pinterest.focus {
    color: #fff;
    background-color: #9f191f;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-pinterest:hover {
    color: #fff;
    background-color: #9f191f;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-pinterest:active, .btn-pinterest.active, .open > .dropdown-toggle.btn-pinterest {
    color: #fff;
    background-color: #9f191f;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-pinterest:active:hover, .btn-pinterest.active:hover, .open > .dropdown-toggle.btn-pinterest:hover, .btn-pinterest:active:focus, .btn-pinterest.active:focus, .open > .dropdown-toggle.btn-pinterest:focus, .btn-pinterest:active.focus, .btn-pinterest.active.focus, .open > .dropdown-toggle.btn-pinterest.focus {
    color: #fff;
    background-color: #801419;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-pinterest:active, .btn-pinterest.active, .open > .dropdown-toggle.btn-pinterest {
    background-image: none
}

.btn-pinterest.disabled:hover, .btn-pinterest[disabled]:hover, fieldset[disabled] .btn-pinterest:hover, .btn-pinterest.disabled:focus, .btn-pinterest[disabled]:focus, fieldset[disabled] .btn-pinterest:focus, .btn-pinterest.disabled.focus, .btn-pinterest[disabled].focus, fieldset[disabled] .btn-pinterest.focus {
    background-color: #cb2027;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-pinterest .badge {
    color: #cb2027;
    background-color: #fff
}

.btn-reddit {
    color: #000;
    background-color: #eff7ff;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-reddit:focus, .btn-reddit.focus {
    color: #000;
    background-color: #bcddff;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-reddit:hover {
    color: #000;
    background-color: #bcddff;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-reddit:active, .btn-reddit.active, .open > .dropdown-toggle.btn-reddit {
    color: #000;
    background-color: #bcddff;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-reddit:active:hover, .btn-reddit.active:hover, .open > .dropdown-toggle.btn-reddit:hover, .btn-reddit:active:focus, .btn-reddit.active:focus, .open > .dropdown-toggle.btn-reddit:focus, .btn-reddit:active.focus, .btn-reddit.active.focus, .open > .dropdown-toggle.btn-reddit.focus {
    color: #000;
    background-color: #98ccff;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-reddit:active, .btn-reddit.active, .open > .dropdown-toggle.btn-reddit {
    background-image: none
}

.btn-reddit.disabled:hover, .btn-reddit[disabled]:hover, fieldset[disabled] .btn-reddit:hover, .btn-reddit.disabled:focus, .btn-reddit[disabled]:focus, fieldset[disabled] .btn-reddit:focus, .btn-reddit.disabled.focus, .btn-reddit[disabled].focus, fieldset[disabled] .btn-reddit.focus {
    background-color: #eff7ff;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-reddit .badge {
    color: #eff7ff;
    background-color: #000
}

.btn-soundcloud {
    color: #fff;
    background-color: #f50;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-soundcloud:focus, .btn-soundcloud.focus {
    color: #fff;
    background-color: #c40;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-soundcloud:hover {
    color: #fff;
    background-color: #c40;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-soundcloud:active, .btn-soundcloud.active, .open > .dropdown-toggle.btn-soundcloud {
    color: #fff;
    background-color: #c40;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-soundcloud:active:hover, .btn-soundcloud.active:hover, .open > .dropdown-toggle.btn-soundcloud:hover, .btn-soundcloud:active:focus, .btn-soundcloud.active:focus, .open > .dropdown-toggle.btn-soundcloud:focus, .btn-soundcloud:active.focus, .btn-soundcloud.active.focus, .open > .dropdown-toggle.btn-soundcloud.focus {
    color: #fff;
    background-color: #a83800;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-soundcloud:active, .btn-soundcloud.active, .open > .dropdown-toggle.btn-soundcloud {
    background-image: none
}

.btn-soundcloud.disabled:hover, .btn-soundcloud[disabled]:hover, fieldset[disabled] .btn-soundcloud:hover, .btn-soundcloud.disabled:focus, .btn-soundcloud[disabled]:focus, fieldset[disabled] .btn-soundcloud:focus, .btn-soundcloud.disabled.focus, .btn-soundcloud[disabled].focus, fieldset[disabled] .btn-soundcloud.focus {
    background-color: #f50;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-soundcloud .badge {
    color: #f50;
    background-color: #fff
}

.btn-tumblr {
    color: #fff;
    background-color: #2c4762;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-tumblr:focus, .btn-tumblr.focus {
    color: #fff;
    background-color: #1c2d3f;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-tumblr:hover {
    color: #fff;
    background-color: #1c2d3f;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-tumblr:active, .btn-tumblr.active, .open > .dropdown-toggle.btn-tumblr {
    color: #fff;
    background-color: #1c2d3f;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-tumblr:active:hover, .btn-tumblr.active:hover, .open > .dropdown-toggle.btn-tumblr:hover, .btn-tumblr:active:focus, .btn-tumblr.active:focus, .open > .dropdown-toggle.btn-tumblr:focus, .btn-tumblr:active.focus, .btn-tumblr.active.focus, .open > .dropdown-toggle.btn-tumblr.focus {
    color: #fff;
    background-color: #111c26;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-tumblr:active, .btn-tumblr.active, .open > .dropdown-toggle.btn-tumblr {
    background-image: none
}

.btn-tumblr.disabled:hover, .btn-tumblr[disabled]:hover, fieldset[disabled] .btn-tumblr:hover, .btn-tumblr.disabled:focus, .btn-tumblr[disabled]:focus, fieldset[disabled] .btn-tumblr:focus, .btn-tumblr.disabled.focus, .btn-tumblr[disabled].focus, fieldset[disabled] .btn-tumblr.focus {
    background-color: #2c4762;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-tumblr .badge {
    color: #2c4762;
    background-color: #fff
}

.btn-twitter {
    color: #fff;
    background-color: #55acee;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-twitter:focus, .btn-twitter.focus {
    color: #fff;
    background-color: #2795e9;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-twitter:hover {
    color: #fff;
    background-color: #2795e9;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-twitter:active, .btn-twitter.active, .open > .dropdown-toggle.btn-twitter {
    color: #fff;
    background-color: #2795e9;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-twitter:active:hover, .btn-twitter.active:hover, .open > .dropdown-toggle.btn-twitter:hover, .btn-twitter:active:focus, .btn-twitter.active:focus, .open > .dropdown-toggle.btn-twitter:focus, .btn-twitter:active.focus, .btn-twitter.active.focus, .open > .dropdown-toggle.btn-twitter.focus {
    color: #fff;
    background-color: #1583d7;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-twitter:active, .btn-twitter.active, .open > .dropdown-toggle.btn-twitter {
    background-image: none
}

.btn-twitter.disabled:hover, .btn-twitter[disabled]:hover, fieldset[disabled] .btn-twitter:hover, .btn-twitter.disabled:focus, .btn-twitter[disabled]:focus, fieldset[disabled] .btn-twitter:focus, .btn-twitter.disabled.focus, .btn-twitter[disabled].focus, fieldset[disabled] .btn-twitter.focus {
    background-color: #55acee;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-twitter .badge {
    color: #55acee;
    background-color: #fff
}

.btn-vimeo {
    color: #fff;
    background-color: #1ab7ea;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-vimeo:focus, .btn-vimeo.focus {
    color: #fff;
    background-color: #1295bf;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-vimeo:hover {
    color: #fff;
    background-color: #1295bf;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-vimeo:active, .btn-vimeo.active, .open > .dropdown-toggle.btn-vimeo {
    color: #fff;
    background-color: #1295bf;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-vimeo:active:hover, .btn-vimeo.active:hover, .open > .dropdown-toggle.btn-vimeo:hover, .btn-vimeo:active:focus, .btn-vimeo.active:focus, .open > .dropdown-toggle.btn-vimeo:focus, .btn-vimeo:active.focus, .btn-vimeo.active.focus, .open > .dropdown-toggle.btn-vimeo.focus {
    color: #fff;
    background-color: #0f7b9f;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-vimeo:active, .btn-vimeo.active, .open > .dropdown-toggle.btn-vimeo {
    background-image: none
}

.btn-vimeo.disabled:hover, .btn-vimeo[disabled]:hover, fieldset[disabled] .btn-vimeo:hover, .btn-vimeo.disabled:focus, .btn-vimeo[disabled]:focus, fieldset[disabled] .btn-vimeo:focus, .btn-vimeo.disabled.focus, .btn-vimeo[disabled].focus, fieldset[disabled] .btn-vimeo.focus {
    background-color: #1ab7ea;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-vimeo .badge {
    color: #1ab7ea;
    background-color: #fff
}

.btn-vk {
    color: #fff;
    background-color: #587ea3;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-vk:focus, .btn-vk.focus {
    color: #fff;
    background-color: #466482;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-vk:hover {
    color: #fff;
    background-color: #466482;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-vk:active, .btn-vk.active, .open > .dropdown-toggle.btn-vk {
    color: #fff;
    background-color: #466482;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-vk:active:hover, .btn-vk.active:hover, .open > .dropdown-toggle.btn-vk:hover, .btn-vk:active:focus, .btn-vk.active:focus, .open > .dropdown-toggle.btn-vk:focus, .btn-vk:active.focus, .btn-vk.active.focus, .open > .dropdown-toggle.btn-vk.focus {
    color: #fff;
    background-color: #3a526b;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-vk:active, .btn-vk.active, .open > .dropdown-toggle.btn-vk {
    background-image: none
}

.btn-vk.disabled:hover, .btn-vk[disabled]:hover, fieldset[disabled] .btn-vk:hover, .btn-vk.disabled:focus, .btn-vk[disabled]:focus, fieldset[disabled] .btn-vk:focus, .btn-vk.disabled.focus, .btn-vk[disabled].focus, fieldset[disabled] .btn-vk.focus {
    background-color: #587ea3;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-vk .badge {
    color: #587ea3;
    background-color: #fff
}

.btn-yahoo {
    color: #fff;
    background-color: #720e9e;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-yahoo:focus, .btn-yahoo.focus {
    color: #fff;
    background-color: #500a6f;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-yahoo:hover {
    color: #fff;
    background-color: #500a6f;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-yahoo:active, .btn-yahoo.active, .open > .dropdown-toggle.btn-yahoo {
    color: #fff;
    background-color: #500a6f;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-yahoo:active:hover, .btn-yahoo.active:hover, .open > .dropdown-toggle.btn-yahoo:hover, .btn-yahoo:active:focus, .btn-yahoo.active:focus, .open > .dropdown-toggle.btn-yahoo:focus, .btn-yahoo:active.focus, .btn-yahoo.active.focus, .open > .dropdown-toggle.btn-yahoo.focus {
    color: #fff;
    background-color: #39074e;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-yahoo:active, .btn-yahoo.active, .open > .dropdown-toggle.btn-yahoo {
    background-image: none
}

.btn-yahoo.disabled:hover, .btn-yahoo[disabled]:hover, fieldset[disabled] .btn-yahoo:hover, .btn-yahoo.disabled:focus, .btn-yahoo[disabled]:focus, fieldset[disabled] .btn-yahoo:focus, .btn-yahoo.disabled.focus, .btn-yahoo[disabled].focus, fieldset[disabled] .btn-yahoo.focus {
    background-color: #720e9e;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-yahoo .badge {
    color: #720e9e;
    background-color: #fff
}

.btn-amazon {
    color: #fff;
    background-color: #ff9900;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-amazon:focus, .btn-amazon.focus {
    color: #fff;
    background-color: #ffb425;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-amazon:hover {
    color: #fff;
    background-color: #ffb425;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-amazon:active, .btn-amazon.active, .open > .dropdown-toggle.btn-amazon {
    color: #fff;
    background-color: #ffb425;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-amazon:active:hover, .btn-amazon.active:hover, .open > .dropdown-toggle.btn-amazon:hover, .btn-amazon:active:focus, .btn-amazon.active:focus, .open > .dropdown-toggle.btn-amazon:focus, .btn-amazon:active.focus, .btn-amazon.active.focus, .open > .dropdown-toggle.btn-amazon.focus {
    color: #fff;
    background-color: #ffb425;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-amazon:active, .btn-amazon.active, .open > .dropdown-toggle.btn-amazon {
    background-image: none
}

.btn-amazon.disabled:hover, .btn-amazon[disabled]:hover, fieldset[disabled] .btn-amazon:hover, .btn-amazon.disabled:focus, .btn-amazon[disabled]:focus, fieldset[disabled] .btn-amazon:focus, .btn-amazon.disabled.focus, .btn-amazon[disabled].focus, fieldset[disabled] .btn-amazon.focus {
    background-color: #ff9900;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-amazon .badge {
    color: #ff9900;
    background-color: #fff
}

.mfp-wrap {
    overflow: scroll;
}

.btn-live {
    color: #fff;
    background-color: #0370c4;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-live:focus, .btn-live.focus {
    color: #fff;
    background-color: #0370c4;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-live:hover {
    color: #fff;
    background-color: #30548e;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-live:active, .btn-live.active, .open > .dropdown-toggle.btn-live {
    color: #fff;
    background-color: #0370c4;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-live:active:hover, .btn-live.active:hover, .open > .dropdown-toggle.btn-live:hover, .btn-live:active:focus, .btn-live.active:focus, .open > .dropdown-toggle.btn-live:focus, .btn-live:active.focus, .btn-live.active.focus, .open > .dropdown-toggle.btn-live.focus {
    color: #fff;
    background-color: #0370c4;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-live:active, .btn-live.active, .open > .dropdown-toggle.btn-live {
    background-image: none
}

.btn-live.disabled:hover, .btn-live[disabled]:hover, fieldset[disabled] .btn-live:hover, .btn-live.disabled:focus, .btn-live[disabled]:focus, fieldset[disabled] .btn-live:focus, .btn-live.disabled.focus, .btn-live[disabled].focus, fieldset[disabled] .btn-live.focus {
    background-color: #0370c4;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-live .badge {
    color: #0370c4;
    background-color: #fff
}

.btn-live .fa-live {
    background: url("../../frontend/Codazon/unlimited_miamo/it_IT/Mageplaza_SocialLogin/css/images/live-logo.png") no-repeat center;
}

.btn-live .fa-live:before {
    content: ""
}

#bnt-social-login-authentication {
    margin: 12px 0px;
}

.actions-toolbar > .secondary:last-child {
    float: left;
    margin-top: 10px;
    margin-left: 10px;
}

.form-customer-login .g-recaptcha {
    margin: unset !important;
}

@media only screen and (min-width: 768px) {
    .popup-authentication .actions-toolbar {
        margin-bottom: 0;
        margin-top: unset !important;
    }
}

@media only screen and (max-width: 767px) {
    .modal-popup.request-popup.modal-slide {
        left: 0;
        z-index: 900;
    }
}

@media only screen and (max-width: 766px) {
    .secondary {
        width: 93%;
        padding-top: 0;
        margin-top: 0;
    }
    #bnt-social-login-authentication {
        margin-bottom: 0;
    }
    .forgot-pass-title {
        width: 80%;
        font-size: 1.45em;
    }
}

.customer-account-create .account-social-login, .customer-account-login .account-social-login {
    display: block !important
}

.btn-zalo .fa-zalo {
    background: url(../../frontend/Codazon/unlimited_miamo/it_IT/Mageplaza_SocialLogin/css/images/zalo-logo.png) no-repeat center;
}

.btn-zalo {
    color: #fff;
    background-color: #1468ff;
    border-color: rgba(0, 0, 0, 0.2);
}

.btn-zalo:focus, .btn-zalo.focus {
    color: #fff;
    background-color: #0358f0;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-zalo:hover {
    color: #fff;
    background-color: #0358f0;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-zalo:active, .btn-zalo.active, .open > .dropdown-toggle.btn-zalo {
    color: #fff;
    background-color: #0358f0;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-zalo:active:hover, .btn-zalo.active:hover, .open > .dropdown-toggle.btn-flickr:hover, .btn-zalo:active:focus, .btn-zalo.active:focus, .open > .dropdown-toggle.btn-zalo:focus, .btn-zalo:active.focus, .btn-zalo.active.focus, .open > .dropdown-toggle.btn-zalo.focus {
    color: #fff;
    background-color: #0358f0;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-zalo:active, .btn-zalo.active, .open > .dropdown-toggle.btn-zalo {
    background-image: none
}

.btn-zalo.disabled:hover, .btn-zalo[disabled]:hover, fieldset[disabled] .btn-zalo:hover, .btn-zalo.disabled:focus, .btn-zalo[disabled]:focus, fieldset[disabled] .btn-zalo:focus, .btn-zalo.disabled.focus, .btn-zalo[disabled].focus, fieldset[disabled] .btn-zalo.focus {
    background-color: #ff0084;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-zalo .badge {
    color: #ff0084;
    background-color: #fff
}

.modal-popup.popup-authentication {
    z-index: 1000;
}

#social-login-popup .mfp-close {
    right: 15px;
    padding-top: 15px;
}

#mp-popup-social-content {
    padding-top: 75px;
}
#social-login-popup > div.mp-social-popup.col-mp.mp-7 div.social-login-title {
    width: 200%;
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .mfp-content {
        bottom: 20%;
    }
}
