@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: 'Quicksand', sans-serif, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  font-size: 1.4rem;
}
p {
  margin-top: 0rem;
  margin-bottom: 1rem;
}
abbr[title] {
  border-bottom: 1px dotted #cccccc;
  cursor: help;
}
b,
strong {
  font-weight: 700;
}
em,
i {
  font-style: italic;
}
mark {
  background: #f6f6f6;
  color: #000000;
}
small,
.small {
  font-size: 12px;
}
hr {
  border: 0;
  border-top: 1px solid #cccccc;
  margin-bottom: 20px;
  margin-top: 20px;
}
sub,
sup {
  font-size: 71.42857143000001%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
dfn {
  font-style: italic;
}
h1 {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
}
h2 {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
h3 {
  font-weight: 600;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
h4 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
h5 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.2rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
h6 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small {
  color: #333333;
  font-family: 'Quicksand', sans-serif, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
a,
.alink {
  color: #006bb4;
  text-decoration: none;
}
a:visited,
.alink:visited {
  color: #006bb4;
  text-decoration: none;
}
a:hover,
.alink:hover {
  color: #006bb4;
  text-decoration: underline;
}
a:active,
.alink:active {
  color: #ff5501;
  text-decoration: underline;
}
ul,
ol {
  margin-top: 0rem;
  margin-bottom: 2.5rem;
}
ul > li,
ol > li {
  margin-top: 0rem;
  margin-bottom: 1rem;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
dl {
  margin-bottom: 20px;
  margin-top: 0;
}
dt {
  font-weight: 700;
  margin-bottom: 5px;
  margin-top: 0;
}
dd {
  margin-bottom: 10px;
  margin-top: 0;
  margin-left: 0;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, 'Courier New', monospace;
}
code {
  background: #f6f6f6;
  color: #111111;
  padding: 2px 4px;
  font-size: 1.2rem;
  white-space: nowrap;
}
kbd {
  background: #f6f6f6;
  color: #111111;
  padding: 2px 4px;
  font-size: 1.2rem;
}
pre {
  background: #f6f6f6;
  border: 1px solid #cccccc;
  color: #111111;
  line-height: 1.42857143;
  margin: 0 0 10px;
  padding: 10px;
  font-size: 1.2rem;
  display: block;
  word-wrap: break-word;
}
pre code {
  background-color: transparent;
  border-radius: 0;
  color: inherit;
  font-size: inherit;
  padding: 0;
  white-space: pre-wrap;
}
blockquote {
  border-left: 0 solid #cccccc;
  margin: 0 0 20px 40px;
  padding: 0;
  color: #333333;
  font-family: 'Quicksand', sans-serif, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: italic;
  font-weight: 400;
  line-height: 1.42857143;
  font-size: 1.4rem;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  color: #333333;
  line-height: 1.42857143;
  font-size: 1rem;
  display: block;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
blockquote cite {
  font-style: normal;
}
blockquote:before,
blockquote:after {
  content: '';
}
q {
  quotes: none;
}
q:before,
q:after {
  content: '';
  content: none;
}
cite {
  font-style: normal;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%;
}
table th {
  text-align: left;
}
table > tbody > tr > th,
table > tfoot > tr > th,
table > tbody > tr > td,
table > tfoot > tr > td {
  vertical-align: top;
}
table > thead > tr > th,
table > thead > tr > td {
  vertical-align: bottom;
}
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
  padding: 11px 10px;
}
button {
  background-image: none;
  background: #eeeeee;
  border: 1px solid #cccccc;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-family: 'Quicksand', sans-serif, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin: 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
}
button:focus,
button:active {
  background: #e2e2e2;
  border: 1px solid #cccccc;
  color: #333333;
}
button:hover {
  background: #e1e1e1;
  border: 1px solid #cccccc;
  color: #333333;
}
button.disabled,
button[disabled],
fieldset[disabled] button {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type*="date"],
input[type="email"] {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Quicksand', sans-serif, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 32px;
  line-height: 1.42857143;
  padding: 0 9px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
}
input[type="text"]:disabled,
input[type="password"]:disabled,
input[type="url"]:disabled,
input[type="tel"]:disabled,
input[type="search"]:disabled,
input[type="number"]:disabled,
input[type*="date"]:disabled,
input[type="email"]:disabled {
  opacity: 0.5;
}
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type*="date"]::-moz-placeholder,
input[type="email"]::-moz-placeholder {
  color: #575757;
}
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type*="date"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder {
  color: #575757;
}
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type*="date"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder {
  color: #575757;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}
select {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border-radius: 1px;
  font-family: 'Quicksand', sans-serif, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 32px;
  line-height: 1.42857143;
  padding: 4px 25px 5px 10px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
}
select:focus {
  border: 1px solid #c2c2c2;
}
select:disabled {
  opacity: 0.5;
  border: 1px solid #c2c2c2;
}
select[multiple] {
  height: auto;
  background-image: none;
}
textarea {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Quicksand', sans-serif, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: auto;
  line-height: 1.42857143;
  margin: 0;
  padding: 10px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  resize: vertical;
}
textarea:disabled {
  opacity: 0.5;
}
textarea::-moz-placeholder {
  color: #575757;
}
textarea::-webkit-input-placeholder {
  color: #575757;
}
textarea:-ms-input-placeholder {
  color: #575757;
}
input[type="checkbox"] {
  margin: 2px 5px 0 0;
  position: relative;
  top: 2px;
}
input[type="checkbox"]:disabled {
  opacity: 0.5;
}
input[type="radio"] {
  margin: 2px 5px 0 0;
}
input[type="radio"]:disabled {
  opacity: 0.5;
}
input.mage-error,
select.mage-error,
textarea.mage-error {
  border-color: #ed8380;
}
div.mage-error[generated] {
  color: #e02b27;
  font-size: 1.2rem;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
form {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
address {
  font-style: normal;
}
*:focus {
  box-shadow: none;
  outline: 0;
}
._keyfocus *:focus,
input:not([disabled]):focus,
textarea:not([disabled]):focus,
select:not([disabled]):focus {
  box-shadow: 0 0 3px 1px #00699d;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.bundle-options-container .block-bundle-summary .bundle.items,
.product-items,
.prices-tier,
.items,
.block-wishlist-management .wishlist-select-items,
.paypal-review .items-qty,
.order-details-items .items-qty,
.footer.content ul,
.cart-summary .checkout-methods-items,
.opc-wrapper .opc,
.opc-progress-bar,
.checkout-agreements-items,
.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,
.items > li,
.block-wishlist-management .wishlist-select-items > li,
.paypal-review .items-qty > li,
.order-details-items .items-qty > li,
.footer.content ul > li,
.cart-summary .checkout-methods-items > li,
.opc-wrapper .opc > li,
.opc-progress-bar > li,
.checkout-agreements-items > 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: #eeeeee;
  border: 1px solid #cccccc;
  color: #333333;
  cursor: pointer;
  font-family: 'Quicksand', sans-serif, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin: 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
  border-radius: 3px;
}
.abs-action-link-button:focus,
.abs-action-link-button:active,
.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 #cccccc;
  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: #e1e1e1;
  border: 1px solid #cccccc;
  color: #333333;
}
.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;
}
.block-giftregistry-shared-items .product .item-options dt,
.multicheckout .item-options dt,
.cart.table-wrapper .item-options dt,
.minicart-items .product-item-details .product .options.list dt,
.opc-block-summary .items-in-cart .product .item-options dt {
  clear: left;
  float: left;
  margin: 0 10px 5px 0;
}
.block-giftregistry-shared-items .product .item-options dt:after,
.multicheckout .item-options dt:after,
.cart.table-wrapper .item-options dt:after,
.minicart-items .product-item-details .product .options.list dt:after,
.opc-block-summary .items-in-cart .product .item-options dt:after {
  content: ': ';
}
.block-giftregistry-shared-items .product .item-options dd,
.multicheckout .item-options dd,
.cart.table-wrapper .item-options dd,
.minicart-items .product-item-details .product .options.list dd,
.opc-block-summary .items-in-cart .product .item-options dd {
  display: inline-block;
  float: left;
  margin: 0 0 5px;
  word-break: break-all;
}
.actions-toolbar > .primary .action,
.actions-toolbar > .secondary .action {
  width: 100%;
}
.products-list .product-image-wrapper,
.block-giftregistry-shared-items .product-image-wrapper,
.cart.table-wrapper .product-image-wrapper,
.minicart-items .product-image-wrapper {
  height: auto;
  padding: 0 !important;
}
.products-list .product-image-wrapper .product-image-photo,
.block-giftregistry-shared-items .product-image-wrapper .product-image-photo,
.cart.table-wrapper .product-image-wrapper .product-image-photo,
.minicart-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%;
}
.amazon-validate-container .block .block-title,
.login-container .block .block-title {
  font-size: 1.8rem;
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 15px;
  padding-bottom: 12px;
}
.amazon-validate-container .block .block-title strong,
.login-container .block .block-title strong {
  font-weight: 500;
}
.abs-account-blocks .block-title,
.block-compare .block-title,
.block-giftregistry-results .block-title,
.block-giftregistry-shared-items .block-title,
.block-wishlist-search-results .block-title,
.block-reorder .block-title,
.widget .block-title,
.block-wishlist .block-title,
.account .column.main .block:not(.widget) .block-title,
.multicheckout .block-title,
.paypal-review .block .block-title,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title,
.sales-guest-view .column.main .block:not(.widget) .block-title {
  margin-bottom: 15px;
}
.abs-account-blocks .block-title > strong,
.block-compare .block-title > strong,
.block-giftregistry-results .block-title > strong,
.block-giftregistry-shared-items .block-title > strong,
.block-wishlist-search-results .block-title > strong,
.block-reorder .block-title > strong,
.widget .block-title > strong,
.block-wishlist .block-title > strong,
.account .column.main .block:not(.widget) .block-title > strong,
.multicheckout .block-title > strong,
.paypal-review .block .block-title > strong,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title > strong,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title > strong,
.sales-guest-view .column.main .block:not(.widget) .block-title > strong {
  font-weight: 600;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.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;
}
.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;
}
.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;
}
.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;
}
.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;
}
.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: 12px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  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: 12px;
  line-height: inherit;
  color: inherit;
  content: '\e621';
  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,
.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;
}
.abs-add-fields .action.remove,
.form-giftregistry-share .action.remove,
.form-giftregistry-edit .action.remove,
.form-add-invitations .action.remove,
.form-create-return .action.remove,
.form.send.friend .action.remove {
  left: 10px;
  margin-left: 70%;
  position: absolute;
  top: 31px;
  width: auto;
}
.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,
.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,
.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 {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-items .product.options .toggle > span,
.shipping-policy-block.field-tooltip .field-tooltip-action span {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.abs-add-clearfix:before,
.abs-add-clearfix:after,
.abs-add-fields .fieldset .actions-toolbar: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,
.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,
.cart.table-wrapper .actions-toolbar:before,
.cart.table-wrapper .actions-toolbar:after,
.cart.table-wrapper .item-options:before,
.cart.table-wrapper .item-options:after,
.minicart-items .product-item > .product:before,
.minicart-items .product-item > .product:after,
.minicart-items .product-item-details .product .options.list:before,
.minicart-items .product-item-details .product .options.list:after,
.checkout-container:before,
.checkout-container:after,
.checkout-onepage-success:before,
.checkout-onepage-success:after,
.opc-estimated-wrapper:before,
.opc-estimated-wrapper:after,
.opc-wrapper .field.addresses:before,
.opc-wrapper .field.addresses:after,
.opc-block-summary .items-in-cart .product .item-options:before,
.opc-block-summary .items-in-cart .product .item-options:after,
.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,
.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,
.cart.table-wrapper .actions-toolbar:after,
.cart.table-wrapper .item-options:after,
.minicart-items .product-item > .product:after,
.minicart-items .product-item-details .product .options.list:after,
.checkout-container:after,
.checkout-onepage-success:after,
.opc-estimated-wrapper:after,
.opc-wrapper .field.addresses:after,
.opc-block-summary .items-in-cart .product .item-options:after,
.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 {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.abs-split-button button + .action.toggle {
  border-bottom-left-radius: 0;
  border-left: 0;
  border-top-left-radius: 0;
}
.abs-split-button .action.toggle {
  display: inline-block;
  text-decoration: none;
}
.abs-split-button .action.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-split-button .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: '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: inherit;
  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;
}
.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,
.form-address-edit .actions-toolbar .action.vertex-secondary,
.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,
.form-address-edit .actions-toolbar .action.primary,
.multicheckout .action.primary,
.cart-summary .checkout-methods-items .action.primary.checkout,
.block-minicart .block-content > .actions > .primary .action.primary,
.methods-shipping .actions-toolbar .action.primary,
.block-authentication .action.action-register,
.block-authentication .action.action-login,
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary {
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
}
.abs-action-remove,
.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,
.cart.table-wrapper .actions-toolbar > .action-delete,
.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,
.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: #006bb4;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  border-radius: 0;
  font-size: inherit;
  font-weight: 400;
}
.abs-action-button-as-link:visited,
.abs-action-remove:visited,
.cart-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,
.cart.table-wrapper .actions-toolbar > .action-delete: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,
.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: #006bb4;
  text-decoration: none;
}
.abs-action-button-as-link:hover,
.abs-action-remove: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,
.cart.table-wrapper .actions-toolbar > .action-delete: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,
.abs-add-fields .action.remove:hover,
.form-giftregistry-share .action.remove:hover,
.form-giftregistry-edit .action.remove:hover,
.form-add-invitations .action.remove:hover,
.form-create-return .action.remove:hover,
.form.send.friend .action.remove:hover {
  color: #006bb4;
  text-decoration: underline;
}
.abs-action-button-as-link:active,
.abs-action-remove:active,
.cart-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,
.cart.table-wrapper .actions-toolbar > .action-delete: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,
.abs-add-fields .action.remove:active,
.form-giftregistry-share .action.remove:active,
.form-giftregistry-edit .action.remove:active,
.form-add-invitations .action.remove:active,
.form-create-return .action.remove:active,
.form.send.friend .action.remove:active {
  color: #ff5501;
  text-decoration: underline;
}
.abs-action-button-as-link:hover,
.abs-action-button-as-link:active,
.abs-action-button-as-link:focus,
.abs-action-remove:hover,
.abs-action-remove:active,
.abs-action-remove:focus,
.cart-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,
.cart.table-wrapper .actions-toolbar > .action-delete:hover,
.cart.table-wrapper .actions-toolbar > .action-delete:active,
.cart.table-wrapper .actions-toolbar > .action-delete:focus,
.cart.table-wrapper .action.help.map:hover,
.cart.table-wrapper .action.help.map:active,
.cart.table-wrapper .action.help.map:focus,
.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,
.abs-add-fields .action.remove:hover,
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove:focus,
.form-giftregistry-share .action.remove:hover,
.form-giftregistry-share .action.remove:active,
.form-giftregistry-share .action.remove:focus,
.form-giftregistry-edit .action.remove:hover,
.form-giftregistry-edit .action.remove:active,
.form-giftregistry-edit .action.remove:focus,
.form-add-invitations .action.remove:hover,
.form-add-invitations .action.remove:active,
.form-add-invitations .action.remove:focus,
.form-create-return .action.remove:hover,
.form-create-return .action.remove:active,
.form-create-return .action.remove:focus,
.form.send.friend .action.remove:hover,
.form.send.friend .action.remove:active,
.form.send.friend .action.remove:focus {
  background: none;
  border: 0;
}
.abs-action-button-as-link.disabled,
.abs-action-button-as-link[disabled],
fieldset[disabled] .abs-action-button-as-link,
.abs-action-remove.disabled,
.abs-action-remove[disabled],
fieldset[disabled] .abs-action-remove,
.cart-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,
.cart.table-wrapper .actions-toolbar > .action-delete.disabled,
.cart.table-wrapper .actions-toolbar > .action-delete[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action-delete,
.cart.table-wrapper .action.help.map.disabled,
.cart.table-wrapper .action.help.map[disabled],
fieldset[disabled] .cart.table-wrapper .action.help.map,
.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,
.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: #006bb4;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.abs-action-remove:active,
.abs-action-remove: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),
.cart.table-wrapper .actions-toolbar > .action-delete:active,
.cart.table-wrapper .actions-toolbar > .action-delete:not(:focus),
.cart.table-wrapper .action.help.map:active,
.cart.table-wrapper .action.help.map:not(:focus),
.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),
.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;
}
.block-compare .action.compare,
.cart-summary .form.giftregistry .fieldset .action.primary,
.paypal-review .block .actions-toolbar .action.primary {
  background: #eeeeee;
  border: 1px solid #cccccc;
  color: #333333;
}
.abs-revert-secondary-color:focus,
.abs-revert-secondary-color:active,
.block-compare .action.compare:focus,
.block-compare .action.compare: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 {
  background: #e2e2e2;
  border: 1px solid #cccccc;
  color: #333333;
}
.abs-revert-secondary-color:hover,
.block-compare .action.compare:hover,
.cart-summary .form.giftregistry .fieldset .action.primary:hover,
.paypal-review .block .actions-toolbar .action.primary:hover {
  background: #e1e1e1;
  border: 1px solid #cccccc;
  color: #333333;
}
.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,
.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,
.cart-summary .price-including-tax,
.cart-summary .price-excluding-tax,
.cart-summary .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,
.gift-summary .price-including-tax + .price-excluding-tax,
.gift-options .price-including-tax + .price-excluding-tax,
.cart-summary .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,
.gift-summary .price-including-tax + .price-excluding-tax:before,
.gift-options .price-including-tax + .price-excluding-tax:before,
.cart-summary .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,
.gift-summary .price-including-tax + .price-excluding-tax:after,
.gift-options .price-including-tax + .price-excluding-tax:after,
.cart-summary .price-including-tax + .price-excluding-tax:after {
  content: ')';
}
.price-including-tax .cart-tax-total,
.price-excluding-tax .cart-tax-total,
.cart.table-wrapper .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,
.cart.table-wrapper .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,
.cart.table-wrapper .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,
.cart.table-wrapper .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 #cccccc;
  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;
}
.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,
.block-minicart .subtotal .label:after,
.minicart-items .details-qty .label:after,
.minicart-items .price-minicart .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,
.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-summary .block .fieldset.estimate > .legend,
.cart-summary .block .fieldset.estimate > .legend + br,
.minicart-items .product-item-details .weee[data-label] .label,
.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;
  font-weight: 700;
  background-image: none;
  background: #eeeeee;
  border: 1px solid #cccccc;
  color: #333333;
  cursor: pointer;
  font-family: 'Quicksand', sans-serif, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  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 #cccccc;
  color: #333333;
}
.abs-shopping-cart-items .action.continue:hover,
.block-cart-failed .action.continue:hover,
.cart-container .form-cart .action.continue:hover {
  background: #e1e1e1;
  border: 1px solid #cccccc;
  color: #333333;
}
.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% - 33px);
}
.field .control._with-tooltip {
  position: relative;
}
.field .control._with-tooltip input {
  margin-right: 10px;
  width: calc(100% - 36px);
}
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content,
.shipping-policy-block.field-tooltip .field-tooltip-content {
  right: -10px;
  top: 40px;
  left: auto;
}
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:before,
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:after,
.shipping-policy-block.field-tooltip .field-tooltip-content:before,
.shipping-policy-block.field-tooltip .field-tooltip-content:after {
  border: 10px solid transparent;
  height: 0;
  width: 0;
  margin-top: -21px;
  right: 10px;
  left: auto;
  top: 0;
}
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:before,
.shipping-policy-block.field-tooltip .field-tooltip-content:before {
  border-bottom-color: #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 #cccccc;
  border-bottom: 1px solid #cccccc;
  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 #cccccc;
  display: none;
}
.cart-totals .totals-tax-details.shown,
.opc-block-summary .table-totals .totals-tax-details.shown {
  display: table-row;
}
.paypal-review-discount .block > .title,
.cart-discount > .title {
  border-top: 1px solid #cccccc;
  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,
.paypal-review-discount .block > .title:after,
.cart-discount > .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;
}
.paypal-review-discount .block > .title:after,
.cart-discount > .title:after {
  position: absolute;
  right: -5px;
  top: -5px;
}
.column.main .paypal-review-discount .block > .title strong,
.column.main .cart-discount > .title strong {
  font-size: 1.8rem;
  font-weight: 400;
}
.paypal-review-discount .block > .content,
.cart-discount > .content {
  display: none;
}
.abs-discount-block.active > .title:after,
.paypal-review-discount .block.active > .title:after,
.cart-discount.active > .title:after {
  content: '\e621';
}
.paypal-review-discount .block.active > .content,
.cart-discount.active > .content {
  display: block;
}
.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 #cccccc;
}
.table:not(.cart):not(.totals) tfoot > tr:first-child th,
.table:not(.cart):not(.totals) tfoot > tr:first-child td {
  border-top: 1px solid #cccccc;
  padding-top: 20px;
}
.table:not(.cart):not(.totals) tfoot .mark {
  font-weight: 400;
  text-align: right;
}
.message.info {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 45px;
  position: relative;
}
.message.info a {
  color: #006bb4;
}
.message.info a:hover {
  color: #006bb4;
}
.message.info a:active {
  color: #006bb4;
}
.message.info > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #c07600;
  content: '\e602';
  font-family: 'icons-blank-theme';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.message.error {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #fae5e5;
  color: #e02b27;
  padding-left: 45px;
  position: relative;
}
.message.error a {
  color: #006bb4;
}
.message.error a:hover {
  color: #006bb4;
}
.message.error a:active {
  color: #006bb4;
}
.message.error > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #b30000;
  content: '\e61f';
  font-family: 'icons-blank-theme';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.message.warning {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 45px;
  position: relative;
}
.message.warning a {
  color: #006bb4;
}
.message.warning a:hover {
  color: #006bb4;
}
.message.warning a:active {
  color: #006bb4;
}
.message.warning > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #c07600;
  content: '\e602';
  font-family: 'icons-blank-theme';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.message.notice {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 45px;
  position: relative;
}
.message.notice a {
  color: #006bb4;
}
.message.notice a:hover {
  color: #006bb4;
}
.message.notice a:active {
  color: #006bb4;
}
.message.notice > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #c07600;
  content: '\e602';
  font-family: 'icons-blank-theme';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.message.success {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #e5efe5;
  color: #006400;
  padding-left: 45px;
  position: relative;
}
.message.success a {
  color: #006bb4;
}
.message.success a:hover {
  color: #006bb4;
}
.message.success a:active {
  color: #006bb4;
}
.message.success > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #006400;
  content: '\e60e';
  font-family: 'icons-blank-theme';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.panel.header .links,
.panel.header .switcher {
  display: none;
}
.nav-sections {
  background: #f0f0f0;
}
.nav-toggle {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  display: block;
  font-size: 0;
  left: 15px;
  position: absolute;
  top: 15px;
  z-index: 14;
}
.nav-toggle:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: inherit;
  color: #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.7);
  z-index: 9999;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  position: absolute;
}
.load.indicator:before {
  background: transparent url('../../frontend/Ecloud/novamil/es_MX/images/loader-2.gif') no-repeat 50% 50%;
  border-radius: 5px;
  height: 160px;
  width: 160px;
  bottom: 0;
  box-sizing: border-box;
  content: '';
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}
.load.indicator > span {
  display: none;
}
.loading-mask {
  bottom: 0;
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.5);
}
.loading-mask .loader > img {
  bottom: 0;
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
}
.loading-mask .loader > p {
  display: none;
}
body > .loading-mask {
  z-index: 9999;
}
._block-content-loading {
  position: relative;
}
[data-role='main-css-loader'] {
  display: none;
}
.fieldset {
  border: 0;
  margin: 0 0 40px;
  padding: 0;
  letter-spacing: -.31em;
}
.fieldset > * {
  letter-spacing: normal;
}
.fieldset > .legend {
  margin: 0 0 20px;
  padding: 0 0 10px;
  width: 100%;
  box-sizing: border-box;
  float: left;
  font-weight: 300;
  line-height: 1.2;
  font-size: 1.8rem;
}
.fieldset > .legend + br {
  clear: both;
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.fieldset:last-child {
  margin-bottom: 20px;
}
.fieldset > .field,
.fieldset > .fields > .field {
  margin: 0 0 20px;
}
.fieldset > .field > .label,
.fieldset > .fields > .field > .label {
  margin: 0 0 8px;
  display: inline-block;
}
.fieldset > .field:last-child,
.fieldset > .fields > .field:last-child {
  margin-bottom: 0;
}
.fieldset > .field > .label,
.fieldset > .fields > .field > .label {
  font-weight: 600;
}
.fieldset > .field > .label + br,
.fieldset > .fields > .field > .label + br {
  display: none;
}
.fieldset > .field .choice input,
.fieldset > .fields > .field .choice input {
  vertical-align: top;
}
.fieldset > .field .fields.group:before,
.fieldset > .fields > .field .fields.group:before,
.fieldset > .field .fields.group:after,
.fieldset > .fields > .field .fields.group:after {
  content: '';
  display: table;
}
.fieldset > .field .fields.group:after,
.fieldset > .fields > .field .fields.group:after {
  clear: both;
}
.fieldset > .field .fields.group .field,
.fieldset > .fields > .field .fields.group .field {
  box-sizing: border-box;
  float: left;
}
.fieldset > .field .fields.group.group-2 .field,
.fieldset > .fields > .field .fields.group.group-2 .field {
  width: 50% !important;
}
.fieldset > .field .fields.group.group-3 .field,
.fieldset > .fields > .field .fields.group.group-3 .field {
  width: 33.3% !important;
}
.fieldset > .field .fields.group.group-4 .field,
.fieldset > .fields > .field .fields.group.group-4 .field {
  width: 25% !important;
}
.fieldset > .field .fields.group.group-5 .field,
.fieldset > .fields > .field .fields.group.group-5 .field {
  width: 20% !important;
}
.fieldset > .field .addon,
.fieldset > .fields > .field .addon {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 0;
  width: 100%;
}
.fieldset > .field .addon textarea,
.fieldset > .fields > .field .addon textarea,
.fieldset > .field .addon select,
.fieldset > .fields > .field .addon select,
.fieldset > .field .addon input,
.fieldset > .fields > .field .addon input {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: inline-block;
  margin: 0;
  width: auto;
}
.fieldset > .field .addon .addbefore,
.fieldset > .fields > .field .addon .addbefore,
.fieldset > .field .addon .addafter,
.fieldset > .fields > .field .addon .addafter {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Quicksand', sans-serif, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 32px;
  line-height: 1.42857143;
  padding: 0 9px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  width: auto;
}
.fieldset > .field .addon .addbefore:disabled,
.fieldset > .fields > .field .addon .addbefore:disabled,
.fieldset > .field .addon .addafter:disabled,
.fieldset > .fields > .field .addon .addafter:disabled {
  opacity: 0.5;
}
.fieldset > .field .addon .addbefore::-moz-placeholder,
.fieldset > .fields > .field .addon .addbefore::-moz-placeholder,
.fieldset > .field .addon .addafter::-moz-placeholder,
.fieldset > .fields > .field .addon .addafter::-moz-placeholder {
  color: #575757;
}
.fieldset > .field .addon .addbefore::-webkit-input-placeholder,
.fieldset > .fields > .field .addon .addbefore::-webkit-input-placeholder,
.fieldset > .field .addon .addafter::-webkit-input-placeholder,
.fieldset > .fields > .field .addon .addafter::-webkit-input-placeholder {
  color: #575757;
}
.fieldset > .field .addon .addbefore:-ms-input-placeholder,
.fieldset > .fields > .field .addon .addbefore:-ms-input-placeholder,
.fieldset > .field .addon .addafter:-ms-input-placeholder,
.fieldset > .fields > .field .addon .addafter:-ms-input-placeholder {
  color: #575757;
}
.fieldset > .field .addon .addbefore,
.fieldset > .fields > .field .addon .addbefore {
  float: left;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.fieldset > .field .additional,
.fieldset > .fields > .field .additional {
  margin-top: 10px;
}
.fieldset > .field.required > .label:after,
.fieldset > .fields > .field.required > .label:after,
.fieldset > .field._required > .label:after,
.fieldset > .fields > .field._required > .label:after {
  content: '*';
  color: #e02b27;
  font-size: 1.2rem;
  margin: 0 0 0 5px;
}
.fieldset > .field .note,
.fieldset > .fields > .field .note {
  font-size: 1.2rem;
  margin: 3px 0 0;
  padding: 0;
  display: inline-block;
  text-decoration: none;
}
.fieldset > .field .note:before,
.fieldset > .fields > .field .note:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 12px;
  font-family: '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[generated] {
  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: 23px;
  line-height: 23px;
  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%;
}

button,
a.action.primary {
  border-radius: 3px;
}
button: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: 'Quicksand', sans-serif, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
}
.action.primary:focus,
.action-primary:focus,
.action.primary:active,
.action-primary:active {
  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;
}
.product.data.items > .item.title > .switch {
  border-top: 1px solid #cccccc;
  height: 40px;
  padding: 1px 10px 1px 10px;
  font-weight: 600;
  line-height: 40px;
  font-size: 1.4rem;
  color: #333333;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:visited {
  color: #6d6d6d;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:hover {
  color: #333333;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:active {
  color: #333333;
  text-decoration: none;
}
.product.data.items > .item.title:not(.disabled) > .switch:active,
.product.data.items > .item.title.active > .switch,
.product.data.items > .item.title.active > .switch:focus,
.product.data.items > .item.title.active > .switch:hover {
  color: #333333;
  text-decoration: none;
  padding-bottom: 1px;
}
.product.data.items > .item.content {
  background: #ffffff;
  margin: 0;
  padding: 10px 10px 30px;
}
.pages > .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages .items {
  font-size: 0;
  letter-spacing: -1px;
  line-height: 0;
  white-space: nowrap;
  margin: 0;
  padding: 0;
  list-style: none none;
  display: inline-block;
  font-weight: 400;
}
.pages .item {
  font-size: 1.2rem;
  line-height: 3rem;
  letter-spacing: normal;
  margin: 0 8px 0 0;
  display: inline-block;
}
.pages .item .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages a.page {
  color: #006bb4;
  display: inline-block;
  padding: 0 5px;
  text-decoration: none;
}
.pages a.page:visited {
  color: #006bb4;
}
.pages a.page:hover {
  color: #006bb4;
  text-decoration: none;
}
.pages a.page:active {
  color: #ff5501;
}
.pages strong.page {
  background: #e5e5e5;
  font-size: 1.2rem;
  line-height: 3rem;
  letter-spacing: normal;
  color: #333333;
  display: inline-block;
  font-weight: 700;
  padding: 0 5px;
}
.pages .action {
  border: 1px solid #cccccc;
  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: 16px;
  line-height: inherit;
  color: #7d7d7d;
  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;
}
.pages .action.next:hover:before {
  color: #7d7d7d;
}
.pages .action.next:active:before {
  color: #7d7d7d;
}
.pages .action.previous {
  display: inline-block;
  text-decoration: none;
}
.pages .action.previous:visited:before {
  color: #7d7d7d;
}
.pages .action.previous:active:before {
  color: #7d7d7d;
}
.pages .action.previous > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages .action.previous:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: inherit;
  color: #7d7d7d;
  content: '\e617';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.pages .action.previous:hover:before {
  color: #7d7d7d;
}
.pages .action.previous:active:before {
  color: #7d7d7d;
}
.pages .action {
  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 15px;
}
.breadcrumbs .items {
  font-size: 1.2rem;
  color: #707070;
  margin: 0;
  padding: 0;
  list-style: none none;
}
.breadcrumbs .items > li {
  display: inline-block;
  vertical-align: top;
}
.breadcrumbs .item {
  margin: 0;
}
.breadcrumbs a {
  color: #006bb4;
  text-decoration: none;
}
.breadcrumbs a:visited {
  color: #006bb4;
  text-decoration: none;
}
.breadcrumbs a:hover {
  color: #006bb4;
  text-decoration: underline;
}
.breadcrumbs a:active {
  color: #006bb4;
  text-decoration: none;
}
.breadcrumbs strong {
  font-weight: 400;
}
.breadcrumbs .item:not(:last-child) {
  display: inline-block;
  text-decoration: none;
}
.breadcrumbs .item:not(:last-child):after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 18px;
  content: '\e608';
  font-family: 'icons-blank-theme';
  margin: 0 10px;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.ui-dialog.popup .action.close {
  position: absolute;
  height: 40px;
  right: 0;
  top: 0;
  width: 40px;
  z-index: 1001;
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}
.ui-dialog.popup .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-dialog.popup .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  color: #8c8c8c;
  content: '\e616';
  font-family: '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: #737373;
}
.ui-dialog.popup .action.close:active:before {
  color: #737373;
}
.ui-dialog.popup .action.close:focus,
.ui-dialog.popup .action.close:active {
  background: none;
  border: none;
}
.ui-dialog.popup .action.close:hover {
  background: none;
  border: none;
}
.ui-dialog.popup .action.close.disabled,
.ui-dialog.popup .action.close[disabled],
fieldset[disabled] .ui-dialog.popup .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.popup-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;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.owl-dots {
  display: flex;
}
.owl-dot {
  background: #cadcfc;
  width: 8px;
  height: 8px;
  display: block;
  margin: 6px;
  border-radius: 10px;
}
.owl-dot.active {
  background-color: #4f8bf3;
}
.block.related .owl-dots,
.products-grid .owl-dots {
  position: absolute;
  bottom: 0;
}
.block.related ol.product-items,
.products-grid ol.product-items {
  justify-content: center;
}
.block.related ol.product-items li.product-item .product-item-info .product-item-details .product-short-description,
.products-grid ol.product-items li.product-item .product-item-info .product-item-details .product-short-description {
  display: none;
  font-size: 14px;
}
.block.related ol.product-items li.product-item .product-item-info .field.qty,
.products-grid ol.product-items li.product-item .product-item-info .field.qty {
  align-items: center;
}
.block.related ol.product-items,
.products-grid ol.product-items {
  display: flex;
  flex-wrap: wrap;
}
.block.related ol.product-items li.product-item,
.products-grid ol.product-items li.product-item {
  width: 23%;
  padding: 0;
  margin: 1%;
}
.block.related ol.product-items li.product-item .product-item-info,
.products-grid ol.product-items li.product-item .product-item-info {
  box-shadow: 0 2px 4px rgba(197, 194, 194, 0.5);
  border-radius: 10px;
  transition: .3s;
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.block.related ol.product-items li.product-item .product-item-info .stock-visible,
.products-grid ol.product-items li.product-item .product-item-info .stock-visible {
  position: absolute;
  top: 12px;
  opacity: 1;
  left: 8px;
  z-index: 1;
  font-size: 14px;
  border-radius: 24px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px 10px;
}
.block.related ol.product-items li.product-item .product-item-info .stock-visible span,
.products-grid ol.product-items li.product-item .product-item-info .stock-visible span {
  color: white;
  font-weight: 400;
  font-size: 14px;
}
.block.related ol.product-items li.product-item .product-item-info .stock-visible.available,
.products-grid ol.product-items li.product-item .product-item-info .stock-visible.available {
  background: #8AC07F;
}
.block.related ol.product-items li.product-item .product-item-info .stock-visible.unavailable,
.products-grid ol.product-items li.product-item .product-item-info .stock-visible.unavailable {
  background: #FE6871;
}
.block.related ol.product-items li.product-item .product-item-info .labels,
.products-grid ol.product-items li.product-item .product-item-info .labels {
  position: absolute;
  right: 8px;
  display: flex;
  gap: 2px;
  flex-direction: row;
  justify-content: flex-end;
  top: 12px;
  z-index: 1;
}
.block.related ol.product-items li.product-item .product-item-info .labels .new,
.products-grid ol.product-items li.product-item .product-item-info .labels .new,
.block.related ol.product-items li.product-item .product-item-info .labels .new-image,
.products-grid ol.product-items li.product-item .product-item-info .labels .new-image {
  font-size: 14px;
  border-radius: 24px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px 10px;
  color: white;
}
.block.related ol.product-items li.product-item .product-item-info .labels .new,
.products-grid ol.product-items li.product-item .product-item-info .labels .new {
  background-color: #012D74;
}
.block.related ol.product-items li.product-item .product-item-info .labels .new-image,
.products-grid ol.product-items li.product-item .product-item-info .labels .new-image {
  background-color: #8293BC;
}
.block.related ol.product-items li.product-item .product-item-info .product-item-details,
.products-grid ol.product-items li.product-item .product-item-info .product-item-details {
  padding: 10px 15px;
  z-index: 1;
}
.block.related ol.product-items li.product-item .product-item-info .product-item-details .stock.unavailable,
.products-grid ol.product-items li.product-item .product-item-info .product-item-details .stock.unavailable {
  margin-top: 18px;
  display: flex;
  align-items: center;
  background-color: #ECF2FA;
  height: 40px;
  border-radius: 22px;
  transition: .3s;
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 20px;
}
.block.related ol.product-items li.product-item .product-item-info .product-item-details .stock.unavailable span,
.products-grid ol.product-items li.product-item .product-item-info .product-item-details .stock.unavailable span {
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  color: #5072a3;
  font-weight: 500;
  font-size: 18px;
  padding: 8px 15px;
}
.block.related ol.product-items li.product-item .product-item-info .product-item-details .product-item-name,
.products-grid ol.product-items li.product-item .product-item-info .product-item-details .product-item-name {
  display: flex;
  justify-content: flex-start;
  text-transform: lowercase;
  margin: 3px auto ;
  min-height: 64px;
  position: relative;
  z-index: 1;
}
.block.related ol.product-items li.product-item .product-item-info .product-item-details .product-item-name a,
.products-grid ol.product-items li.product-item .product-item-info .product-item-details .product-item-name a {
  text-transform: none;
  color: #5D6A8B;
  font-size: 18px;
  font-weight: 700;
  text-align: left;
  line-height: 19px;
}
.block.related ol.product-items li.product-item .product-item-info .product-item-details .product-item-name a::first-letter,
.products-grid ol.product-items li.product-item .product-item-info .product-item-details .product-item-name a::first-letter {
  text-transform: uppercase;
}
.block.related ol.product-items li.product-item .product-item-info .product-item-details .product-item-name a .name,
.products-grid ol.product-items li.product-item .product-item-info .product-item-details .product-item-name a .name {
  line-height: 19px;
  min-height: 40px;
  max-height: 40px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.block.related ol.product-items li.product-item .product-item-info .product-item-details .product-item-name a span.presentation,
.products-grid ol.product-items li.product-item .product-item-info .product-item-details .product-item-name a span.presentation {
  text-transform: uppercase;
  font-size: 13px;
  background: #ECF2FA;
  padding: 2px 12px;
  display: inline-block;
  border-radius: 100px;
  margin-top: 5px;
  color: #5D6A8B;
}
.block.related ol.product-items li.product-item .product-item-info .product-item-details .product-item-name.medicos,
.products-grid ol.product-items li.product-item .product-item-info .product-item-details .product-item-name.medicos {
  min-height: 65px;
}
.block.related ol.product-items li.product-item .product-item-info .product-item-details .price-box,
.products-grid ol.product-items li.product-item .product-item-info .product-item-details .price-box {
  display: flex;
  justify-content: flex-end;
  order: 1;
  width: auto;
  margin: 0 0 5px 0;
}
.block.related ol.product-items li.product-item .product-item-info .product-item-details .price-box .price-label,
.products-grid ol.product-items li.product-item .product-item-info .product-item-details .price-box .price-label,
.block.related ol.product-items li.product-item .product-item-info .product-item-details .price-box .old-price,
.products-grid ol.product-items li.product-item .product-item-info .product-item-details .price-box .old-price {
  display: none;
}
.block.related ol.product-items li.product-item .product-item-info .product-item-details .price-box span.price,
.products-grid ol.product-items li.product-item .product-item-info .product-item-details .price-box span.price {
  font-size: 24px;
  color: #012D74;
}
.block.related ol.product-items li.product-item .product-item-info .product-item-details .priceperg,
.products-grid ol.product-items li.product-item .product-item-info .product-item-details .priceperg {
  font-size: 12px;
  font-weight: 400;
  font-family: "DIN Next Rounded LT Pro Medium";
  margin-top: -10px;
  margin-bottom: 7px;
  color: #5D6A8B;
  order: 3;
  margin-top: -7px;
  margin-bottom: -7px;
}
@media (min-width: 1024px) {
  .block.related ol.product-items li.product-item .product-item-info .product-item-details .priceperg,
  .products-grid ol.product-items li.product-item .product-item-info .product-item-details .priceperg {
    order: 2;
    margin-top: -7px;
    margin-bottom: 3px;
  }
}
.block.related ol.product-items li.product-item .product-item-info:hover,
.products-grid ol.product-items li.product-item .product-item-info:hover {
  transform: scale(1.05);
  box-shadow: 0 5px 15px #d0cdcd;
}
.block.related .product-item a.product-item-photo,
.products-grid .product-item a.product-item-photo {
  width: 100%;
  display: flex;
  justify-content: center;
}
.block.related .product-item .product-image-wrapper .product-image-photo,
.products-grid .product-item .product-image-wrapper .product-image-photo {
  width: 85%;
  max-width: 300px;
  margin: 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  object-fit: contain;
  bottom: 0;
  display: block;
  height: 100%;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: -43px;
}
.block.related .product-item .product-item-name,
.products-grid .product-item .product-item-name {
  margin: 5px 0;
}
.block.related .product-item .price-box,
.products-grid .product-item .price-box {
  margin: 15px 0 38px;
}
.block.related .product-item .product-item-actions,
.products-grid .product-item .product-item-actions {
  display: flex;
  justify-content: end;
  flex-direction: column;
  width: 100%;
  margin: 0 !important;
}
.block.related .product-item .product-item-actions .box-tocart .fieldset,
.products-grid .product-item .product-item-actions .box-tocart .fieldset {
  display: flex;
  flex-direction: column;
}
.block.related .product-item .product-item-actions .box-tocart .fieldset .field.qty,
.products-grid .product-item .product-item-actions .box-tocart .fieldset .field.qty {
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  min-height: 52px;
}
.block.related .product-item .product-item-actions .box-tocart .fieldset .field.qty .control,
.products-grid .product-item .product-item-actions .box-tocart .fieldset .field.qty .control {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 94px !important;
  height: 40px !important;
  border-radius: 60px;
  background-color: white;
  border: 0.5px solid #8C99B9;
  position: relative;
}
.block.related .product-item .product-item-actions .box-tocart .fieldset .field.qty .control.outstock,
.products-grid .product-item .product-item-actions .box-tocart .fieldset .field.qty .control.outstock {
  border-color: rgba(140, 153, 185, 0.4);
}
.block.related .product-item .product-item-actions .box-tocart .fieldset .field.qty .control .qty,
.products-grid .product-item .product-item-actions .box-tocart .fieldset .field.qty .control .qty {
  height: 40px;
  width: 30px;
  margin-top: 0;
  text-align: center;
  background: transparent;
  border: none;
  outline: none;
  box-shadow: none;
  color: #5D6A8B;
  font-size: 18px;
  font-weight: 500;
  padding: 0;
}
.block.related .product-item .product-item-actions .box-tocart .fieldset .field.qty .control .qty:disabled,
.products-grid .product-item .product-item-actions .box-tocart .fieldset .field.qty .control .qty:disabled {
  opacity: 0.4;
  cursor: not-allowed;
  pointer-events: none;
}
.block.related .product-item .product-item-actions .box-tocart .fieldset .field.qty .control > div,
.products-grid .product-item .product-item-actions .box-tocart .fieldset .field.qty .control > div {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  color: #5D6A8B;
  font-size: 18px;
}
.block.related .product-item .product-item-actions .box-tocart .fieldset .field.qty .control > div.disabled,
.products-grid .product-item .product-item-actions .box-tocart .fieldset .field.qty .control > div.disabled {
  opacity: 0.4;
  cursor: not-allowed;
  pointer-events: none;
}
.block.related .product-item .product-item-actions .box-tocart .fieldset .actions,
.products-grid .product-item .product-item-actions .box-tocart .fieldset .actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-top: 12px !important;
}
.block.related .product-item .product-item-actions .box-tocart .fieldset .actions .action.primary,
.products-grid .product-item .product-item-actions .box-tocart .fieldset .actions .action.primary {
  border-radius: 22px;
  background-color: #012D74;
  padding: 0 !important;
  height: 40px;
  margin-top: 1px;
  box-sizing: border-box;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.block.related .product-item .product-item-actions .box-tocart .fieldset .actions .action.primary.outstock,
.products-grid .product-item .product-item-actions .box-tocart .fieldset .actions .action.primary.outstock {
  opacity: 0.5;
}
.block.related .product-item .product-item-actions .box-tocart .fieldset .actions .action.primary button,
.products-grid .product-item .product-item-actions .box-tocart .fieldset .actions .action.primary button {
  width: 100%;
}
.block.related .product-item .product-item-actions .box-tocart .fieldset .actions .action.primary span,
.products-grid .product-item .product-item-actions .box-tocart .fieldset .actions .action.primary span {
  font-size: 18px;
  font-weight: 400;
  font-family: "DIN Next Rounded LT Pro Medium";
}
.block.related .product-item .product-item-actions .box-tocart .fieldset .actions .actions-extra,
.products-grid .product-item .product-item-actions .box-tocart .fieldset .actions .actions-extra {
  display: none;
}
.block.related .product-item .product-item-actions .box-tocart .fieldset .actions .actions-extra a,
.products-grid .product-item .product-item-actions .box-tocart .fieldset .actions .actions-extra a {
  background-color: #ffffff;
  height: 29px;
  width: 98px;
  border-radius: 22px;
  justify-content: space-around;
  text-decoration: none;
  display: flex;
  transition: .3s;
  border: 1px solid #002d73;
  box-sizing: border-box;
}
.block.related .product-item .product-item-actions .box-tocart .fieldset .actions .actions-extra a span,
.products-grid .product-item .product-item-actions .box-tocart .fieldset .actions .actions-extra a span {
  line-height: 1;
  display: flex;
  align-items: center;
  color: #002c79;
  padding: 2px 0 0;
  font-weight: 600;
  font-size: 10px;
  letter-spacing: 0.71px;
  text-transform: uppercase;
}
.block.related .product-item .product-item-actions .box-tocart .fieldset .actions .stock.unavailable,
.products-grid .product-item .product-item-actions .box-tocart .fieldset .actions .stock.unavailable {
  display: flex;
  justify-content: center;
}
.block.related .product-item .product-item-actions .box-tocart .fieldset .actions .stock.unavailable span,
.products-grid .product-item .product-item-actions .box-tocart .fieldset .actions .stock.unavailable span {
  background: #ECF2FA;
  text-transform: uppercase;
  color: #5072a3;
  font-weight: 500;
  border-radius: 100px;
  padding: 6px 15px;
}
.block.related .product-item .product-item .price-box,
.products-grid .product-item .product-item .price-box {
  margin: 15px 0 38px;
}
.block.related .product-item .product-short-description,
.products-grid .product-item .product-short-description {
  margin: 3px 0 0 !important;
  overflow: hidden;
  margin-bottom: 0;
  text-overflow: ellipsis;
  display: -webkit-inline-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-align: center;
  line-height: 18px;
  width: 100%;
  float: left;
}
.beneficies {
  border-top: 1px dashed #EA8D6F;
  border-bottom: 1px dashed #EA8D6F;
  padding: 30px 0;
}
.beneficies h2 {
  color: #073879;
  font-weight: 700;
  text-align: center;
}
.beneficies #beneficies {
  display: flex;
  margin: 50px 0 0 0;
}
.beneficies #beneficies .container {
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.08);
  border-radius: 12px;
}
.beneficies #beneficies .container div {
  padding: 10px;
}
.beneficies #beneficies .container .image {
  padding: 0 !important;
  border-radius: 12px 12px 0px 0px;
}
.beneficies #beneficies .container .image img {
  width: 100%;
}
.beneficies #beneficies .container .image img.two {
  background-color: #EA8D6F;
}
.beneficies #beneficies .container .image img.one {
  background-color: #F7D571;
}
.beneficies #beneficies .container .image img.three {
  background-color: #68c1a1;
}
.beneficies #beneficies .container h5 {
  font-weight: 700;
  margin-bottom: 14px;
  color: #073879;
  margin-top: 6px;
}
.beneficies #beneficies .container p {
  font-weight: 500;
  line-height: 18px;
}
#about-us {
  background-color: #9bc7fd0f;
  position: relative;
  float: left;
  margin-top: 40px;
  font-family: 'Quicksand', sans-serif;
}
#about-us .experience {
  margin-bottom: 43px;
}
#about-us .experience .text {
  padding: 20px 0;
}
#about-us .experience .text p {
  font-size: 10px;
}
#about-us .experience .text p a {
  color: black;
  text-decoration: none;
  font-weight: 400;
  font-family: 'Quicksand', sans-serif;
}
#about-us .about-us {
  float: left;
  display: flex;
  align-items: center;
  font-family: 'Quicksand', sans-serif;
}
#about-us .about-us::before {
  top: 0;
  right: 100%;
  bottom: 0;
  width: 100vw;
}
#about-us .about-us::after {
  top: 0;
  left: 100%;
  bottom: 0;
  width: 100vw;
}
#about-us .about-us::after,
#about-us .about-us::before {
  background: #9bc7fd0f;
  content: '';
  position: absolute;
}
#about-us h2,
#about-us h3 {
  font-family: 'Quicksand', sans-serif;
  color: #073879;
  font-weight: 700;
}
#about-us h2 {
  text-align: center;
  margin: 40px 0;
  float: left;
  width: 100%;
}
#about-us h3 {
  margin-bottom: 30px;
}
#about-us p {
  line-height: 22px;
  font-size: 16px;
  font-family: 'Quicksand', sans-serif;
}
.cms-home .column.main {
  padding-top: 42px;
}
.cms-newhome .priceperg {
  font-size: 12px;
  font-weight: 400;
  font-family: "DIN Next Rounded LT Pro Medium";
  margin-top: -10px;
  margin-bottom: 7px;
  color: #5D6A8B;
}
.cms-newhome .destacados-pack,
.cms-newhome .destacados-home {
  padding: 50px 0;
  max-width: 1024px;
  margin: 0 auto;
}
.cms-newhome .destacados-pack .product-items,
.cms-newhome .destacados-home .product-items {
  display: flex;
  justify-content: center;
}
.cms-newhome .destacados-pack .owl-item li.product-item,
.cms-newhome .destacados-home .owl-item li.product-item {
  width: 100% !important;
}
.cms-newhome .destacados-pack .owl-item li.product-item .product-image-container,
.cms-newhome .destacados-home .owl-item li.product-item .product-image-container {
  width: 100%;
}
.cms-newhome .destacados-pack .owl-item li.product-item a.product.photo.product-item-photo,
.cms-newhome .destacados-home .owl-item li.product-item a.product.photo.product-item-photo {
  width: 100%;
  display: flex;
  justify-content: center;
}
.cms-newhome .destacados-pack .owl-carousel .owl-stage-outer,
.cms-newhome .destacados-home .owl-carousel .owl-stage-outer {
  width: 100%;
  padding: 20px 0 !important;
}
.cms-newhome .destacados-pack .owl-carousel .product-items .owl-item,
.cms-newhome .destacados-home .owl-carousel .product-items .owl-item {
  display: flex;
  justify-content: center;
}
.cms-newhome .destacados-pack .owl-carousel .product-items .owl-item.active,
.cms-newhome .destacados-home .owl-carousel .product-items .owl-item.active {
  z-index: 1;
}
.cms-newhome .destacados-pack .owl-carousel .owl-nav,
.cms-newhome .destacados-home .owl-carousel .owl-nav {
  display: block;
  float: left;
  width: 100%;
  position: absolute;
  top: 43%;
}
.cms-newhome .destacados-pack .owl-carousel .owl-nav .owl-prev,
.cms-newhome .destacados-home .owl-carousel .owl-nav .owl-prev {
  float: left;
  color: transparent;
  position: absolute;
  left: 0 !important;
  height: 20px;
  width: 20px;
  display: block !important;
  transition: all 0.4s;
}
@media (min-width: 1024px) {
  .cms-newhome .destacados-pack .owl-carousel .owl-nav .owl-prev,
  .cms-newhome .destacados-home .owl-carousel .owl-nav .owl-prev {
    left: -20px !important;
  }
}
.cms-newhome .destacados-pack .owl-carousel .owl-nav .owl-prev:before,
.cms-newhome .destacados-home .owl-carousel .owl-nav .owl-prev:before {
  content: "";
  float: left;
  background: url('../../frontend/Ecloud/novamil/es_MX/images/arrow-next-white.svg');
  background-color: #a5e1df;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  padding-top: 2px;
  color: white;
  display: flex;
  justify-content: center;
  box-shadow: 0px 0px 4px #8e8e8e;
  background-size: 20px 20px;
  background-size: 12px 12px;
  background-position: center;
  background-repeat: no-repeat;
  transform: rotate(180deg);
}
.cms-newhome .destacados-pack .owl-carousel .owl-nav .owl-prev:hover,
.cms-newhome .destacados-home .owl-carousel .owl-nav .owl-prev:hover {
  cursor: pointer;
  opacity: .8;
  transform: scale(1.3);
}
.cms-newhome .destacados-pack .owl-carousel .owl-nav .owl-next,
.cms-newhome .destacados-home .owl-carousel .owl-nav .owl-next {
  float: right;
  color: transparent;
  position: absolute;
  right: 0;
  height: 20px;
  width: 20px;
  display: block !important;
  transition: all 0.4s;
}
@media (min-width: 1024px) {
  .cms-newhome .destacados-pack .owl-carousel .owl-nav .owl-next,
  .cms-newhome .destacados-home .owl-carousel .owl-nav .owl-next {
    right: -20px !important;
  }
}
.cms-newhome .destacados-pack .owl-carousel .owl-nav .owl-next:before,
.cms-newhome .destacados-home .owl-carousel .owl-nav .owl-next:before {
  content: " ";
  float: right;
  background: url('../../frontend/Ecloud/novamil/es_MX/images/arrow-next-white.svg');
  background-color: #a5e1df;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  box-shadow: 0px 0px 4px #8e8e8e;
  background-size: 14px 14px;
  background-position: center;
  background-repeat: no-repeat;
}
.cms-newhome .destacados-pack .owl-carousel .owl-nav .owl-next:hover,
.cms-newhome .destacados-home .owl-carousel .owl-nav .owl-next:hover {
  cursor: pointer;
  opacity: .8;
  transform: scale(1.3);
}
.cms-newhome .widget-product-grid .product-item.packs .product-item-info .product-image-wrapper .product-image-photo {
  width: 99%;
}
.cms-newhome .widget-product-grid .product-item.packs .product-item-info .product-item-details.product.details .product-item-name a {
  text-transform: none;
}
.cms-newhome .widget-product-grid .product-item.packs .product-item-info .product-item-details.product.details .product-item-name a span.presentation {
  text-transform: uppercase;
  font-size: 14px;
  background: #ECF2FA;
  padding: 2px 12px;
  display: inline-block;
  border-radius: 100px;
  margin-top: 5px;
}
.cms-newhome .widget-product-grid .product-item.packs .product-item-info .product-item-details.product.details .product-item-inner .product-item-actions .action-button .actions-primary .box-tocart .fieldset .field.qty {
  flex-wrap: nowrap;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
}
.cms-newhome .widget-product-grid .product-item.packs .product-item-info .product-item-details.product.details .product-item-inner .product-item-actions .action-button .actions-primary .box-tocart .fieldset .field.qty .price-box .price-container span.price {
  color: #012D74 !important;
}
.cms-newhome .widget-product-grid .product-item.packs .product-item-info .product-item-details.product.details .product-item-inner .product-item-actions .action-button .actions-primary .box-tocart .fieldset .field.qty .old-price {
  display: none;
}
.cms-newhome .widget-product-grid .product-item.packs .product-item-info .product-item-details.product.details .product-item-inner .product-item-actions .action-button .actions-primary .stock.unavailable {
  bottom: 25px;
}
.cms-newhome .destacados-pack .widget-product-grid .product-item.packs .product-item-info {
  min-height: 390px;
  height: auto;
}
@media (min-width: 992px) {
  .cms-newhome .destacados-pack .widget-product-grid .product-item.packs .product-item-info {
    min-height: 445px;
    max-height: 445px;
  }
}
.cms-newhome .destacados-pack .widget-product-grid .product-item.packs .product-item-info .product-item-details.product.details {
  padding: 10px 15px 20px;
}
.cms-newhome .destacados-pack .widget-product-grid .product-item.packs .product-item-info .product-item-details.product.details .product-item-inner .product-item-actions .action-button .actions-primary .box-tocart .fieldset .field.qty .priceperg {
  margin-bottom: -3px;
}
.cms-newhome .m-slider {
  position: relative;
}
.cms-newhome .m-slider .loading-img {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  margin-top: 0;
  margin-bottom: 25px;
}
.cms-newhome .m-slider .pagebuilder-slider {
  width: 100vw;
  position: absolute;
  top: 0;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  margin-top: 0;
}
.cms-newhome .m-slider .pagebuilder-slider .slick-arrow {
  background: transparent;
  z-index: 8;
}
.cms-newhome .m-slider .pagebuilder-slider .slick-arrow.slick-prev {
  float: left;
  color: transparent;
  position: absolute;
  left: 0 !important;
  height: 30px;
  width: 30px;
  display: block !important;
}
@media (min-width: 1024px) {
  .cms-newhome .m-slider .pagebuilder-slider .slick-arrow.slick-prev {
    left: 20px !important;
  }
}
.cms-newhome .m-slider .pagebuilder-slider .slick-arrow.slick-prev:before {
  content: "";
  float: left;
  background: url('../../frontend/Ecloud/novamil/es_MX/images/arrow-back-white.png');
  background-color: #a5e1df;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  padding-top: 2px;
  color: white;
  display: flex;
  justify-content: center;
  box-shadow: 0px 0px 4px #8e8e8e;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: center;
  transition: 0.4s;
  padding: 0;
}
.cms-newhome .m-slider .pagebuilder-slider .slick-arrow.slick-prev:hover:before {
  cursor: pointer;
  opacity: .8;
  transform: scale(1.3);
}
.cms-newhome .m-slider .pagebuilder-slider .slick-arrow.slick-next {
  float: right;
  color: transparent;
  position: absolute;
  right: 0;
  height: 30px;
  width: 30px;
  display: block !important;
}
@media (min-width: 1024px) {
  .cms-newhome .m-slider .pagebuilder-slider .slick-arrow.slick-next {
    right: 20px !important;
  }
}
.cms-newhome .m-slider .pagebuilder-slider .slick-arrow.slick-next:before {
  content: " ";
  float: right;
  background: url('../../frontend/Ecloud/novamil/es_MX/images/arrow-next-white.svg');
  background-color: #a5e1df;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  box-shadow: 0px 0px 4px #8e8e8e;
  background-size: 14px 14px;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.4s;
  padding: 0;
}
.cms-newhome .m-slider .pagebuilder-slider .slick-arrow.slick-next:hover:before {
  cursor: pointer;
  opacity: .8;
  transform: scale(1.3);
}
.cms-newhome .m-slider .pagebuilder-slider .slick-dots {
  display: flex;
  justify-content: center;
  margin: 0;
}
.cms-newhome .m-slider .pagebuilder-slider .slick-dots li {
  width: 22px;
  height: 20px;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cms-newhome .m-slider .pagebuilder-slider .slick-dots li button {
  width: 8px;
  display: flex;
  border-radius: 23px;
  height: 8px;
  background: #002c79;
}
.cms-newhome .m-slider .pagebuilder-slider .slick-slide {
  position: relative;
}
.cms-newhome .m-slider .pagebuilder-slider .slick-slide .pagebuilder-slide-wrapper {
  background-size: contain;
  width: 100%;
  height: 0;
  padding-top: 34.68%;
}
.cms-newhome .m-slider .pagebuilder-slider .slick-slide .pagebuilder-slide-wrapper div[data-element="content"] {
  min-height: auto;
  overflow: hidden;
  position: absolute;
  top: 90px;
  left: 0;
}
.cms-newhome .m-slider .pagebuilder-slider .slick-slide .pagebuilder-slide-wrapper div[data-element="content"] h2 {
  font-weight: 600;
  color: #073879;
  font-family: 'DINosaur-Bold';
  font-size: 3.0vw;
  margin: 3.3vw 0 0 7.5vw;
}
.cms-newhome .m-slider .pagebuilder-slider .slick-slide .pagebuilder-slide-wrapper div[data-element="content"] h3 {
  font-weight: 400;
  color: #073879;
  font-family: 'DINosaur-bold';
  font-size: 2.8vw;
  line-height: 1.3;
  margin: unset;
  margin-left: 7.5vw;
}
.cms-newhome .m-slider .pagebuilder-slider .slick-slide .pagebuilder-slide-wrapper div[data-element="content"] h4 {
  font-weight: 300;
  color: #566399;
  font-size: 3.7vw;
  margin: 5.5vw 0 2vw 0;
}
@media (max-width: 1024px) {
  .cms-newhome .m-slider .pagebuilder-slider .slick-arrow.slick-prev {
    left: 25px !important;
  }
  .cms-newhome .m-slider .pagebuilder-slider .slick-arrow.slick-next {
    right: 25px !important;
  }
}
@media (max-width: 768px) {
  .cms-newhome .m-slider .pagebuilder-slider .pagebuilder-slide-wrapper {
    padding-top: 85.16% !important;
  }
  .cms-newhome .m-slider .pagebuilder-slider .pagebuilder-slide-wrapper div[data-element="content"] {
    max-width: 65%;
    top: 30px !important;
    padding-left: 10vw;
  }
  .cms-newhome .m-slider .pagebuilder-slider .pagebuilder-slide-wrapper div[data-element="content"] h2 {
    margin: 0 0 0 4.5vw !important;
    font-size: 6.6vw !important;
  }
  .cms-newhome .m-slider .pagebuilder-slider .pagebuilder-slide-wrapper div[data-element="content"] h3 {
    font-size: 6.2vw !important;
    margin-left: 4.5vw !important;
  }
  .cms-newhome .m-slider .pagebuilder-slider .pagebuilder-slide-wrapper div[data-element="content"] h4 {
    font-size: 1.2vw !important;
    margin: 2.2vw 0 0 7.5vw !important;
  }
}
.cms-padecimientos .autocomplete-suggestions {
  border-radius: 20px;
  max-height: 300px !important;
  z-index: 1 !important;
}
.cms-padecimientos .autocomplete-suggestions::-webkit-scrollbar-track {
  background-color: #ebf9f5;
  border-radius: 20px;
}
.cms-padecimientos .autocomplete-suggestions::-webkit-scrollbar {
  width: 12px;
  background-color: #ebf9f5;
  border-radius: 20px;
}
.cms-padecimientos .autocomplete-suggestions::-webkit-scrollbar-thumb {
  background-color: #093877;
  border-radius: 20px;
}
.cms-padecimientos .autocomplete-suggestions .mpblog-suggestion-right .mpblog-product-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.cms-padecimientos .mpblog-search {
  max-width: 570px;
  margin: auto;
  margin-bottom: 40px;
}
.cms-padecimientos .mpblog-search #mpblog-search-box {
  border-radius: 27px;
  border: 1px solid #eeeeee;
  background-color: #f6fafb;
  height: 53px;
  outline: none;
  font-size: 14px;
  box-shadow: none;
  transition: .3s;
}
.cms-padecimientos .mpblog-search #mpblog-search-box::placeholder {
  color: #9dafbd !important;
  font-size: 14px !important;
}
.cms-padecimientos .mpblog-search #mpblog-search-box:focus {
  box-shadow: 0 6px 13px #e6e3e3;
}
.cms-padecimientos .mpblog-search .actions {
  float: right;
}
.cms-padecimientos .mpblog-search .actions .action.search {
  top: 0;
  bottom: 0;
  margin: auto;
  width: 39px;
  height: 39px;
  background-color: #fdbf87 !important;
  border-radius: 50%;
}
.cms-padecimientos .mpblog-search .actions .action.search i {
  margin-top: 0 !important;
}
.cms-padecimientos .mpblog-search .actions .action.search i:before {
  color: white;
}
.container-home-video {
  display: flex;
  justify-content: space-around;
  margin: 0 0 50px;
}
.container-home-video .video-text {
  max-width: 400px;
  width: 90%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 20px 40px;
  background: #ebf9f5;
  box-shadow: 0 5px 15px rgba(225, 224, 224, 0.5);
  border-radius: 14px;
}
.container-home-video .video-text b {
  padding-bottom: 20px;
  color: #05307F;
  font-size: 26px;
  font-weight: 700;
  margin: 0;
  font-family: 'DINosaur-Bold';
}
.container-home-video .video-text span {
  font-size: 15px;
  color: #8e8e93;
}
.container-home-video .video-responsive iframe {
  box-shadow: 0 5px 15px rgba(225, 224, 224, 0.5);
  border-radius: 14px;
}
@media (min-width: 991px) {
  .container-home-video.video-left .video-text {
    order: 1;
  }
}
.padecimientos-cont .heading {
  margin-bottom: 20px;
}
.padecimientos-cont .heading h2 {
  color: #05307F;
  font-size: 41px;
  font-weight: 700;
  margin-bottom: 20px;
  font-family: 'DINosaur-Bold';
}
.padecimientos-cont .heading div {
  display: flex;
}
.padecimientos-cont .heading div p {
  color: #8e8e93;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  max-width: 500px;
  margin-right: 25px;
}
.padecimientos-cont .heading div a.btn {
  width: 210px;
  height: 55px;
  box-shadow: 0 6px 14px rgba(232, 226, 226, 0.5);
  border-radius: 28px;
  background-color: #FEBD7C;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  transition: .3s;
}
.padecimientos-cont .heading div a.btn:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 14px #cecbcb;
}
.padecimientos-cont .padecimientos-carrousel .owl-stage-outer {
  padding: 40px 0;
}
.padecimientos-cont .padecimientos-carrousel .owl-nav {
  position: absolute;
  top: -70px;
  right: 35px;
  margin-top: 0;
  width: auto;
  float: right;
  display: flex;
}
.padecimientos-cont .padecimientos-carrousel .owl-nav .owl-prev,
.padecimientos-cont .padecimientos-carrousel .owl-nav .owl-next {
  position: relative;
  right: unset;
  top: unset;
  width: 31px;
  height: 16px;
  border: none;
  border-radius: 0;
  background: transparent;
  box-shadow: none !important;
  color: transparent;
}
.padecimientos-cont .padecimientos-carrousel .owl-nav .owl-prev:before,
.padecimientos-cont .padecimientos-carrousel .owl-nav .owl-next:before {
  width: 23px;
  height: 15px;
  background: url('../../frontend/Ecloud/novamil/es_MX/images/arrow-right.svg');
  background-size: contain;
  display: inline-block;
  font-size: 0;
  content: '';
  transition: .3s;
}
.padecimientos-cont .padecimientos-carrousel .owl-nav .owl-prev span,
.padecimientos-cont .padecimientos-carrousel .owl-nav .owl-next span {
  display: none;
}
.padecimientos-cont .padecimientos-carrousel .owl-nav .owl-prev {
  transform: rotate(180deg);
  margin-right: 50px;
}
.padecimientos-cont .padecimientos-carrousel li {
  display: flex;
  box-shadow: 0 5px 15px rgba(225, 224, 224, 0.5);
  border-radius: 14px;
  transition: .3s;
}
.padecimientos-cont .padecimientos-carrousel li a {
  width: 100%;
}
.padecimientos-cont .padecimientos-carrousel li .padecimiento {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 180px;
  height: 95px;
  border-bottom-left-radius: 14px;
  border-top-right-radius: 14px;
  background-color: #ffffff;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 10px;
}
.padecimientos-cont .padecimientos-carrousel li .padecimiento h3 {
  color: #8c99b8;
  font-size: 22px;
  font-weight: 700;
  line-height: 29px;
  font-family: 'DINosaur-Bold';
}
.padecimientos-cont .padecimientos-carrousel li:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 14px #cecbcb;
}
.cita-medica {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
}
.cita-medica div {
  margin-left: 50px;
}
.cita-medica div h3 {
  color: #002c7b;
  font-size: 58px;
  font-weight: 700;
  line-height: 67px;
  max-width: 300px;
  font-family: 'DINosaur-Bold';
  margin-bottom: 50px;
}
.cita-medica div span {
  color: #627a86;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
}
.cita-medica a.btn {
  width: 106px;
  height: 106px;
  box-shadow: 0 6px 14px rgba(232, 226, 226, 0.5);
  background-color: #FDBE87;
  border-radius: 50%;
  margin-left: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .3s;
}
.cita-medica a.btn:after {
  width: 31px;
  height: 20px;
  background: url('../../frontend/Ecloud/novamil/es_MX/images/white-arrow-right.png');
  background-size: cover;
  display: inline-block;
  font-size: 0;
  content: '';
}
.cita-medica a.btn:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 14px #cecbcb;
}
.slider-placeholder,
#container-slider {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  margin-top: 0;
}
.slider-placeholder .first-item img,
#container-slider .first-item img {
  width: 100%;
}
.slider-placeholder .owl-carousel .owl-dots,
#container-slider .owl-carousel .owl-dots {
  justify-content: center;
  display: flex;
  margin: 0;
}
.slider-placeholder .owl-carousel .owl-dots .owl-dot,
#container-slider .owl-carousel .owl-dots .owl-dot {
  WIDTH: 22PX;
  HEIGHT: 20PX;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.slider-placeholder .owl-carousel .owl-dots .owl-dot span,
#container-slider .owl-carousel .owl-dots .owl-dot span {
  width: 5px;
  display: flex;
  border-radius: 23px;
  height: 5px;
  background: #002c79;
}
.slider-placeholder .slider-texts,
#container-slider .slider-texts {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.slider-placeholder .slider-texts .container,
#container-slider .slider-texts .container {
  box-sizing: border-box;
}
.slider-placeholder .slider-texts h2,
#container-slider .slider-texts h2 {
  font-weight: 600;
  color: #073879;
  font-family: 'DINosaur-Bold';
}
.slider-placeholder .slider-texts h3,
#container-slider .slider-texts h3 {
  font-weight: 400;
  color: #073879;
  font-family: 'DINosaur-bold';
}
.slider-placeholder .slider-texts h4,
#container-slider .slider-texts h4 {
  font-weight: 300;
  color: #566399;
}
.slider-placeholder .slider-texts button.fake-btn,
#container-slider .slider-texts button.fake-btn {
  background: #073879;
  color: #fff;
  border: 0;
  border-radius: 100px;
  font-weight: 100;
}
.slider-placeholder img,
#container-slider img {
  width: 100%;
}
.slider-placeholder .owl-carousel.home-slider .owl-nav,
#container-slider .owl-carousel.home-slider .owl-nav {
  display: block;
  float: left;
  width: 100%;
  position: absolute;
  top: 45%;
}
.slider-placeholder .owl-carousel.home-slider .owl-nav .owl-prev,
#container-slider .owl-carousel.home-slider .owl-nav .owl-prev {
  float: left;
  color: transparent;
  position: absolute;
  left: 20px !important;
  height: 20px;
  width: 20px;
  display: block !important;
  transition: all 0.4s;
}
.slider-placeholder .owl-carousel.home-slider .owl-nav .owl-prev:before,
#container-slider .owl-carousel.home-slider .owl-nav .owl-prev:before {
  content: "";
  float: left;
  background: url('../../frontend/Ecloud/novamil/es_MX/images/arrow-next-white.svg');
  background-color: #a5e1df;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  padding-top: 2px;
  color: white;
  display: flex;
  justify-content: center;
  box-shadow: 0px 0px 4px #8e8e8e;
  background-size: 20px 20px;
  background-size: 12px 12px;
  background-position: center;
  background-repeat: no-repeat;
  transform: rotate(180deg);
}
.slider-placeholder .owl-carousel.home-slider .owl-nav .owl-prev:hover,
#container-slider .owl-carousel.home-slider .owl-nav .owl-prev:hover {
  cursor: pointer;
  opacity: .8;
  transform: scale(1.3);
}
.slider-placeholder .owl-carousel.home-slider .owl-nav .owl-next,
#container-slider .owl-carousel.home-slider .owl-nav .owl-next {
  float: right;
  color: transparent;
  position: absolute;
  right: 20px;
  height: 20px;
  width: 20px;
  display: block !important;
  transition: all 0.4s;
}
.slider-placeholder .owl-carousel.home-slider .owl-nav .owl-next:before,
#container-slider .owl-carousel.home-slider .owl-nav .owl-next:before {
  content: " ";
  float: right;
  background: url('../../frontend/Ecloud/novamil/es_MX/images/arrow-next-white.svg');
  background-color: #a5e1df;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  box-shadow: 0px 0px 4px #8e8e8e;
  background-size: 14px 14px;
  background-position: center;
  background-repeat: no-repeat;
}
.slider-placeholder .owl-carousel.home-slider .owl-nav .owl-next:hover,
#container-slider .owl-carousel.home-slider .owl-nav .owl-next:hover {
  cursor: pointer;
  opacity: .8;
  transform: scale(1.3);
}
.widget-product-grid {
  font-size: 0;
  display: flex;
  flex-wrap: wrap;
}
.widget-product-grid li {
  margin: 0 !important;
}
.widget-product-grid .product-item-info {
  width: 100%;
  box-shadow: 0 5px 15px rgba(225, 224, 224, 0.5);
  border-radius: 10px;
  transition: .3s;
}
.widget-product-grid .product-item-info:hover {
  transform: scale(1.05);
  box-shadow: 0 5px 15px #d0cdcd;
}
.widget-product-grid .product-item-info .product-image-wrapper .product-image-photo {
  width: 85%;
  max-width: 300px;
  margin: 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  object-fit: contain;
  bottom: 0;
  display: block;
  height: 100%;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: -43px;
}
.widget-product-grid .product-item-info .product.details {
  padding: 15px;
}
.widget-product-grid .product-item-info .product.details .product-item-name {
  display: flex;
  justify-content: center;
}
.widget-product-grid .product-item-info .product.details .product-item-name a {
  color: #5D6A8B;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}
.widget-product-grid .product-item-info .product.details .product-reviews-summary {
  display: none;
}
.widget-product-grid .product-item-info .product.details .price-box {
  display: flex;
  justify-content: flex-end;
  margin-top: 15px;
  width: 100%;
  margin-bottom: 5px;
}
.widget-product-grid .product-item-info .product.details .price-box .price {
  color: #012D74;
  font-size: 24px;
  font-weight: 700;
}
.widget-product-grid .product-item-info .product.details .product-item-inner {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  width: 100%;
}
.widget-product-grid .product-item-info .product.details .product-item-inner .amxnotif-container {
  order: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}
@media (max-width: 1023px) {
  .widget-product-grid .product-item-info .product.details .product-item-inner .amxnotif-container {
    height: 84px;
  }
}
.widget-product-grid .product-item-info .product.details .product-item-inner .amxnotif-container .amxnotif-block {
  margin: 0;
}
.widget-product-grid .product-item-info .product.details .product-item-inner .amxnotif-container .amxnotif-block label {
  text-transform: uppercase;
  font-size: 9px;
  letter-spacing: 0.15em;
  margin-top: -9px;
  height: 21px;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.widget-product-grid .product-item-info .product.details .product-item-inner .amxnotif-container .amxnotif-block .notification-container {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}
@media (max-width: 1023px) {
  .widget-product-grid .product-item-info .product.details .product-item-inner .amxnotif-container .amxnotif-block .notification-container {
    margin-bottom: 0;
  }
}
.widget-product-grid .product-item-info .product.details .product-item-inner .amxnotif-container .amxnotif-block .notification-container > div {
  width: 80%;
  margin: 0 !important;
}
.widget-product-grid .product-item-info .product.details .product-item-inner .amxnotif-container .amxnotif-block .notification-container div.mage-error[generated] {
  position: absolute;
}
.widget-product-grid .product-item-info .product.details .product-item-inner .amxnotif-container .amxnotif-block .notification-container input {
  width: 100%;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  padding-right: 0;
}
.widget-product-grid .product-item-info .product.details .product-item-inner .amxnotif-container .amxnotif-block .notification-container .actions-toolbar {
  min-width: 0;
  width: auto;
}
.widget-product-grid .product-item-info .product.details .product-item-inner .amxnotif-container .amxnotif-block .notification-container .actions-toolbar .primary .action {
  background: #122c79 center no-repeat;
  background-image: url('../../frontend/Ecloud/novamil/es_MX/images/arrow-next-white.svg');
  width: 100%;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  padding: 0 10px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 500;
}
.widget-product-grid .product-item-info .product.details .product-item-inner .product-item-actions {
  display: flex;
  justify-content: space-around;
  flex-direction: column;
}
.widget-product-grid .product-item-info .product.details .product-item-inner .product-item-actions .action-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.widget-product-grid .product-item-info .product.details .product-item-inner .product-item-actions .action-button .actions-primary {
  width: 100%;
}
.widget-product-grid .product-item-info .product.details .product-item-inner .product-item-actions .action-button .actions-primary .stock.unavailable {
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-product-grid .product-item-info .product.details .product-item-inner .product-item-actions .action-button .actions-primary .stock.unavailable span {
  background: #ECF2FA;
  text-transform: uppercase;
  color: #5072a3;
  font-weight: 500;
  border-radius: 100px;
  padding: 6px 15px;
}
.widget-product-grid .product-item-info .product.details .product-item-inner .product-item-actions .action-button .actions-primary .box-tocart .fieldset {
  display: flex;
  flex-direction: column;
}
.widget-product-grid .product-item-info .product.details .product-item-inner .product-item-actions .action-button .actions-primary .box-tocart .fieldset .field.qty {
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
}
.widget-product-grid .product-item-info .product.details .product-item-inner .product-item-actions .action-button .actions-primary .box-tocart .fieldset .field.qty .control {
  justify-content: space-evenly;
  order: 2;
}
.widget-product-grid .product-item-info .product.details .product-item-inner .product-item-actions .action-button .actions-primary .box-tocart .fieldset .field.qty .control input.qty {
  height: 40px;
  width: 30px;
  margin-top: 0;
  text-align: center;
  background: transparent;
  border: none;
  outline: none;
  box-shadow: none;
  color: #365a6e;
  font-size: 18px;
  font-weight: 500;
  padding: 0;
}
.widget-product-grid .product-item-info .product.details .product-item-inner .product-item-actions .action-button .actions-primary .box-tocart .fieldset .field.qty .control input.qty:disabled {
  opacity: 0.4;
  cursor: not-allowed;
  pointer-events: none;
}
.widget-product-grid .product-item-info .product.details .product-item-inner .product-item-actions .action-button .actions-primary .box-tocart .fieldset .field.qty .control > div {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  color: #5D6A8B;
  font-size: 18px;
}
.widget-product-grid .product-item-info .product.details .product-item-inner .product-item-actions .action-button .actions-primary .box-tocart .fieldset .field.qty .control > div.disabled {
  opacity: 0.4;
  cursor: not-allowed;
  pointer-events: none;
}
.widget-product-grid .product-item-info .product.details .product-item-inner .product-item-actions .action-button .actions-primary .box-tocart .fieldset .actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0;
  width: 100%;
}
.widget-product-grid .product-item-info .product.details .product-item-inner .product-item-actions .action-button .actions-primary .box-tocart .fieldset .actions .actions-primary button.primary {
  background-color: #002d73;
  border-radius: 18px;
  border: none;
  box-shadow: none;
  outline: none;
  padding: 0;
}
.widget-product-grid .product-item-info .product.details .product-item-inner .product-item-actions .action-button .actions-primary .box-tocart .fieldset .actions .actions-primary button.primary span {
  color: white;
  font-size: 10px !important;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: .3s;
}
.widget-product-grid .product-item-info .product.details .product-item-inner .product-item-actions .action-button .actions-primary .box-tocart .fieldset .actions .actions-primary button.primary:hover span {
  letter-spacing: 2px;
}
.widget-product-grid .product-item-info .product.details .product-item-inner .product-item-actions .action-button .actions-primary .box-tocart .fieldset .actions .actions-extra {
  display: none;
}
.widget-product-grid .product-item-info .product.details .product-item-inner .product-item-actions .action-button .actions-primary .box-tocart .fieldset .actions .actions-extra a {
  box-shadow: 0 5px 15px rgba(225, 224, 224, 0.5);
  background-color: #ffffff;
  height: 29px;
  width: 98px;
  border-radius: 18px;
  justify-content: space-around;
  text-decoration: none;
  display: flex;
  transition: .3s;
  border: 1px solid #002d73;
  margin-top: 0;
  box-sizing: border-box;
}
.widget-product-grid .product-item-info .product.details .product-item-inner .product-item-actions .action-button .actions-primary .box-tocart .fieldset .actions .actions-extra a span {
  line-height: 1;
  display: flex;
  align-items: center;
  color: #002c79;
  font-size: 12px;
  font-weight: 500;
  font-size: 10px;
  letter-spacing: 0.71px;
  text-transform: uppercase;
  position: relative;
  top: 2px;
}
.widget-product-grid .product-item-info .product.details .product-item-inner .product-item-actions .action-button .actions-primary .box-tocart .fieldset .actions .actions-extra a:hover {
  box-shadow: 0 5px 15px rgba(225, 224, 224, 0.5);
  transform: scale(1.1);
}
.widget-product-grid .product-item-info .product.details .product-item-inner .product-item-actions .action-button .actions-primary .box-tocart .fieldset .actions .actions-secondary {
  display: none;
}
.widget-product-grid .product-item-info .product.details .product-item-inner .product-item-actions .action-button .actions-primary .box-tocart.medicos .priceperg {
  margin-bottom: 10px !important;
  margin-top: -30px !important;
}
.widget-product-grid .product-item-info .product.details .product-item-inner .product-item-actions .action-button .actions-primary .box-tocart.medicos .priceperg.precio-sugerido {
  margin-top: 0 !important;
  display: block;
  margin-bottom: 0 !important;
  font-size: 11px;
}
.widget-product-grid .product-item-info .product.details .product-item-inner .product-item-actions .action-button .actions-primary .box-tocart.medicos .price-box {
  margin: 6px 0 30px !important;
}
.products-grid.grid .loading span {
  display: none;
}
.products-grid.grid .loading:before {
  content: '';
  width: 50px;
  height: 50px;
  display: block;
  border-radius: 100px;
  margin: 60px auto;
  margin-top: 0;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid #ebf9f5;
  border-right: 1.1em solid #ebf9f5;
  border-bottom: 1.1em solid #ebf9f5;
  border-left: 1.1em solid #083876;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
.products-grid.grid .product-item.hiddenprod {
  display: none;
  animation-duration: 500ms;
  animation-iteration-count: 1;
}
.products-grid.grid .product-item.hiddenprod.in {
  display: inline-block;
  animation-name: fadeIn;
}
.padecimientos .products-grid.grid .product-item {
  display: none;
}
@media only screen and (max-device-width: 540px) {
  .slider-placeholder .desktop,
  #container-slider .desktop {
    display: none;
  }
  .slider-placeholder .mobile,
  #container-slider .mobile {
    display: block !important;
  }
  .products-grid.grid .owl-stage-outer {
    padding-bottom: 20px;
    padding-top: 20px;
    padding-left: 20px;
    position: relative;
  }
  .products-grid.grid .owl-stage-outer:after {
    position: absolute;
    right: -10px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 20%;
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  }
  .products-grid.grid .owl-nav {
    display: none;
  }
  .products-grid.grid .owl-item {
    display: flex;
    justify-content: center;
  }
  .products-grid.grid .owl-item .product-item.item {
    width: 70% !important;
    margin-left: -30% !important;
  }
  .products-grid.grid .owl-item .product-item.item .product-item-photo {
    float: left;
    width: 100%;
  }
  .products-grid.grid .owl-item .product-item.item .product-item-details {
    float: left;
    width: 100%;
  }
  .products-grid.grid .owl-item .product-item.item .bottom {
    float: left;
  }
  .products-grid.grid .owl-item:not(.active) .product-item.item {
    margin-left: -70% !important;
  }
  .padecimientos-cont .padecimientos-carrousel .owl-item {
    display: flex;
    justify-content: center;
  }
  .padecimientos-cont .padecimientos-carrousel .owl-item li {
    width: 70% !important;
    margin-left: -30% !important;
    position: relative;
  }
  .padecimientos-cont .padecimientos-carrousel .owl-item:not(.active) li {
    margin-left: -70% !important;
  }
}
@media only screen and (min-device-width: 1270px) {
  .products-grid.grid {
    opacity: 1;
    transition: .3s;
    position: relative;
  }
  .products-grid.grid.cargando {
    opacity: 0;
  }
  .products-grid.grid .product-items .owl-item {
    opacity: 0;
    display: flex;
    justify-content: center;
  }
  .products-grid.grid .product-items .owl-item .product-item.item {
    height: 460px;
    min-height: 460px;
    max-height: 460px;
    width: 100%;
  }
  .products-grid.grid .product-items .owl-item.active {
    opacity: 1;
  }
  .products-grid.grid .product-items .owl-item.active .product-item.item {
    max-width: 300px;
  }
  .products-grid.grid .product-items .owl-item.active .product-item.item .product-item-info {
    opacity: 1;
  }
  .products-grid.grid .product-items .owl-item.firstActiveItem {
    width: 580px !important;
    opacity: 1;
  }
  .products-grid.grid .product-items .owl-item.firstActiveItem .product-item.item {
    width: 100%;
    box-shadow: 0 5px 15px rgba(225, 224, 224, 0.5);
    border-radius: 10px;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .products-grid.grid .product-items .owl-item.firstActiveItem .product-item.item .product-item-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    transition: 3s;
    opacity: 1;
  }
  .products-grid.grid .product-items .owl-item.firstActiveItem .product-item.item .product-item-info .product-item-details {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 45px;
    width: 220px !important;
  }
  .products-grid.grid .product-items .owl-item.firstActiveItem .product-item.item .product-item-info .product-item-details .product-item-name {
    max-width: 200px;
  }
  .products-grid.grid .product-items .owl-item.firstActiveItem .product-item.item .product-item-info .product-item-details .product-item-name a {
    color: #5D6A8B;
    font-weight: 700;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 18px;
    text-decoration: none;
    transition: .3s;
    text-align: left !important;
    font-family: 'DINosaur-Bold';
  }
  .products-grid.grid .product-items .owl-item.firstActiveItem .product-item.item .product-item-info .product-item-details .product-item-name a:hover {
    opacity: .8;
  }
  .products-grid.grid .product-items .owl-item.firstActiveItem .product-item.item .product-item-info .product-item-details .description {
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #8c9199;
    font-size: 14px;
    font-weight: 300;
    line-height: 21px;
    max-width: 200px;
    margin-top: 30px;
    width: 100%;
    margin-bottom: 0;
  }
  .products-grid.grid .product-items .owl-item.firstActiveItem .product-item.item .product-item-info .product-item-details .link-arrow {
    width: 65px;
    height: 65px;
    background-color: #f2f3f5;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    transition: .3s;
  }
  .products-grid.grid .product-items .owl-item.firstActiveItem .product-item.item .product-item-info .product-item-details .link-arrow:before {
    width: 23px;
    height: 15px;
    background: url('../../frontend/Ecloud/novamil/es_MX/images/arrow-right.svg');
    background-size: contain;
    display: inline-block;
    font-size: 0;
    content: '';
    background-size: 18px 18px;
  }
  .products-grid.grid .product-items .owl-item.firstActiveItem .product-item.item .product-item-info .product-item-details .link-arrow:hover {
    transform: scale(1.2) translateX(10px);
  }
  .products-grid.grid .product-items .owl-item.firstActiveItem .product-item.item .product-item-info .bottom {
    width: 100%;
    display: flex;
    justify-content: flex-start !important;
    flex-direction: row !important;
    padding-left: 50px;
    flex-direction: row;
    margin-top: 20px !important;
  }
  .products-grid.grid .product-items .owl-item.firstActiveItem .product-item.item .product-item-info .bottom .product-item-actions .actions-primary button.primary {
    width: 112px;
    height: 34px;
    border-radius: 28px;
    background-color: #002c79;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 20px;
    text-transform: unset;
    margin-top: 0;
    transition: .3s;
  }
  .products-grid.grid .product-items .owl-item.firstActiveItem .product-item.item .product-item-info .bottom .product-item-actions .actions-primary button.primary span {
    color: white;
  }
  .products-grid.grid .product-items .owl-item.firstActiveItem .product-item.item .product-item-info .bottom .product-item-actions .actions-primary button.primary:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 14px #cecbcb;
  }
}
@media only screen and (max-device-width: 1270px) {
  .products-grid.grid .product-items .owl-item.firstActiveItem .bottom .product-item-actions .actions-primary button.primary {
    color: #002c79;
    font-weight: 700;
    border: none;
    box-shadow: none;
    margin-top: 5px;
    transition: .3s;
    width: 140px;
    height: 38px;
    border-radius: 24px;
    background-color: #002c79;
  }
  .products-grid.grid .product-items .owl-item.firstActiveItem .bottom .product-item-actions .actions-primary button.primary span {
    color: white;
  }
  .products-grid.grid .product-items .owl-item.firstActiveItem .bottom .product-item-actions .actions-primary button.primary:hover {
    color: #01163a;
    opacity: .6;
  }
}
.cms-no-route .sidebar {
  display: none;
}
.cms-registro-medico .column.main {
  padding-top: 40px;
}
.cms-registro-medico .registro-medico {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cms-registro-medico .registro-medico h2 {
  color: #002c79;
  font-family: 'DINosaur-Bold';
  font-size: 39px;
  font-weight: 700;
  width: 100%;
  line-height: 44px;
  text-align: center;
}
.cms-registro-medico .registro-medico span {
  color: #365a6e;
  font-size: 18px;
  font-weight: 500;
  width: 100%;
  text-align: center;
}
.cms-registro-medico #wrapper-iframe {
  display: flex;
  width: 100%;
}
.cms-registro-medico #wrapper-iframe iframe {
  height: 1200px;
  max-width: 750px;
  margin: auto;
}
.cms-cookie-settings .amgdprcookie-main-wrapper {
  margin-top: 40px;
}
.cms-cookie-settings .amgdprcookie-main-wrapper .amgdprcookie-top .amgdprcookie-head {
  color: #365a6e;
  font-family: 'DINosaur-Bold';
  font-size: 25px;
  text-transform: uppercase;
}
.cms-cookie-settings .amgdprcookie-main-wrapper .amgdprcookie-top .amgdprcookie-btn-wrapper .amgdprcookie-btn {
  padding: 13px 35px;
  font-size: 18px;
  box-shadow: none;
  background: #ebf9f5;
}
.cms-cookie-settings .amgdprcookie-main-wrapper .amgdprcookie-cookie-container {
  box-shadow: none;
  margin-bottom: 0;
}
.cms-cookie-settings .amgdprcookie-main-wrapper .amgdprcookie-cookie-container .amgdprcookie-header .amgdprcookie-caption {
  color: #365a6e;
}
.cms-cookie-settings .amgdprcookie-main-wrapper .amgdprcookie-cookie-container .amgdprcookie-header .amgdprcookie-input:checked:not([disabled]) + .amgdprcookie-label {
  background: #365a6e;
}
.cms-cookie-settings .amgdprcookie-main-wrapper .amgdprcookie-cookie-container .amgdprcookie-header .amgdprcookie-input.disabled + .amgdprcookie-label {
  background: #365a6e;
  opacity: .7;
}
.cms-cookie-settings .amgdprcookie-main-wrapper .amgdprcookie-cookie-container .amgdprcookie-options-wrapper .amgdprcookie-options {
  color: #365a6e;
  background: none;
  padding-right: 40px;
}
.cms-cookie-settings .amgdprcookie-main-wrapper .amgdprcookie-cookie-container .amgdprcookie-options-wrapper .amgdprcookie-options:hover {
  color: #365a6e;
}
.cms-cookie-settings .amgdprcookie-main-wrapper .amgdprcookie-cookie-container .amgdprcookie-options-wrapper .amgdprcookie-options:before,
.cms-cookie-settings .amgdprcookie-main-wrapper .amgdprcookie-cookie-container .amgdprcookie-options-wrapper .amgdprcookie-options:after {
  background: #365a6e;
}
.cms-cookie-settings .amgdprcookie-main-wrapper .amgdprcookie-cookie-container .amgdprcookie-options-wrapper .amgdprcookie-table .amgdprcookie-title {
  color: #365a6e;
}
.novamil-form-inside .webforms,
.cms-solicitar-cancelacion .webforms {
  max-width: 600px;
  margin: 0 auto;
}
.novamil-form-inside .webforms .label,
.cms-solicitar-cancelacion .webforms .label {
  color: #002c7b;
  line-height: 1.2;
  margin: 0;
}
.novamil-form-inside .webforms input,
.cms-solicitar-cancelacion .webforms input,
.novamil-form-inside .webforms textarea,
.cms-solicitar-cancelacion .webforms textarea,
.novamil-form-inside .webforms select,
.cms-solicitar-cancelacion .webforms select {
  border: 1px solid #002c7b;
  border-radius: 19px;
  height: auto;
  line-height: 2.5;
  color: #002c7b;
}
.novamil-form-inside .webforms select,
.cms-solicitar-cancelacion .webforms select {
  height: 37px;
}
.novamil-form-inside .webforms .hide-field,
.cms-solicitar-cancelacion .webforms .hide-field {
  display: none !important;
}
.novamil-form-inside .webforms .validation-advice,
.cms-solicitar-cancelacion .webforms .validation-advice {
  position: absolute;
}
.novamil-form-inside .webforms .actions-toolbar,
.cms-solicitar-cancelacion .webforms .actions-toolbar {
  margin: 0 auto !important;
  display: flex;
}
.novamil-form-inside .webforms .actions-toolbar button,
.cms-solicitar-cancelacion .webforms .actions-toolbar button {
  background: #002c7b;
  border-color: #002c7b;
  border-radius: 100px;
  text-transform: uppercase;
  font-size: 17px;
  letter-spacing: 0.1em;
  padding: 15px;
  width: 100% !important;
  max-width: 130px !important;
  justify-content: center !important;
  margin: 0 !important;
}
.novamil-form-inside .webforms .actions-toolbar .primary,
.cms-solicitar-cancelacion .webforms .actions-toolbar .primary {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}
.md-form .webforms {
  max-width: 768px;
}
.lg-form .webforms {
  max-width: 992px;
}
.cms-registro-exitoso {
  overflow-x: hidden;
}
.cms-registro-exitoso .breadcrumbs {
  display: none;
}
.cms-registro-exitoso .page.messages {
  display: none;
}
.cms-registro-exitoso .page-title-wrapper {
  display: none;
}
.cms-registro-exitoso .top-header {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
.cms-registro-exitoso .top-header .inner-cont {
  padding: 45px 15px;
  background: #073879;
  display: flex;
  justify-content: center;
}
.cms-registro-exitoso .top-header .inner-cont h2 {
  font-weight: bold;
  font-size: 22px;
  color: #fff;
  margin: 0;
  line-height: 1;
  display: flex;
  align-items: center;
  font-family: 'Roboto';
  text-transform: uppercase;
}
.cms-registro-exitoso .info {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
}
.cms-registro-exitoso .info span {
  width: 100%;
  color: #073879;
  font-size: 22px;
}
.cms-registro-exitoso .info .actions {
  width: 100%;
  margin-top: 100px;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  margin-top: 50px;
}
.cms-registro-exitoso .info .actions a {
  color: #fff;
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Roboto';
}
.cms-registro-exitoso .info .actions a.btn {
  background: #073879;
  border-radius: 4px;
  margin-bottom: 15px;
}
.cms-landing-medicos .loading-img {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
.cms-landing-medicos .breadcrumbs,
.cms-landing-medicos .page-title-wrapper {
  display: none;
}
.cms-landing-medicos .banner-first {
  height: 600px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.cms-landing-medicos .banner-first .text {
  margin-top: 120px;
}
.cms-landing-medicos .banner-first h1 {
  color: #2C2D3F;
  font-size: 38px;
  font-weight: 700;
  margin: 0;
  padding: 0;
  line-height: 42px;
}
.cms-landing-medicos .banner-first h1 span {
  color: #1a76d1;
}
.cms-landing-medicos .banner-first p {
  color: #2C2D3F;
  margin-top: 27px;
  font-weight: 400;
  font-size: 24px;
}
.cms-landing-medicos .banner-first .button {
  margin-top: 30px;
}
.cms-landing-medicos .banner-first .btn {
  color: #fff;
  background: #073879;
  font-weight: 500;
  display: inline-block;
  margin: 0;
  margin-right: 10px;
  border-radius: 24px;
  padding: 15px 30px;
  font-size: 14px;
}
.cms-landing-medicos .banner-first .btn:last-child {
  margin: 0;
}
.cms-landing-medicos .banner-first .btn.primary {
  background: #073879;
  color: #fff;
}
.cms-landing-medicos .banner-first .btn.primary:before {
  background: #073879;
}
.cms-landing-medicos .banner-first h1 {
  animation: fadeInUp 1s both 0.6s;
}
.cms-landing-medicos .banner-first p {
  animation: fadeInUp 1s both 1s;
}
.cms-landing-medicos .banner-first .button {
  animation: fadeInDown 1s both 1.5s;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.cms-landing-medicos .fun-facts {
  position: relative;
  background: url('../../frontend/Ecloud/novamil/es_MX/images/funbg2.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
}
.cms-landing-medicos .fun-facts .single-fun i {
  position: absolute;
  font-size: 62px;
  color: #fff;
  height: 70px;
  width: 70px;
  line-height: 67px;
  font-size: 28px;
  text-align: center;
  padding: 0;
  margin: 0;
  border: 2px solid #fff;
  border-radius: 0px;
  top: 50%;
  margin-top: -35px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 50%;
}
.cms-landing-medicos .fun-facts .single-fun:hover i {
  color: #1A76D1;
  background: #fff;
  border-color: transparent;
}
.cms-landing-medicos .fun-facts .single-fun .content {
  padding-left: 80px;
}
.cms-landing-medicos .fun-facts .single-fun span {
  color: #fff;
  font-weight: 600;
  font-size: 30px;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s eas;
  display: block;
  margin-bottom: 7px;
}
.cms-landing-medicos .fun-facts .single-fun p {
  color: #fff;
  font-size: 15px;
  position: relative;
}
.cms-landing-medicos .fun-facts .item-fun {
  width: 30%;
}
.cms-landing-medicos .fun-facts:before {
  background: #073879 !important;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0.8;
}
.cms-landing-medicos .fun-facts.section {
  padding: 70px 0;
}
.cms-landing-medicos .why-choose {
  background: #fff;
}
.cms-landing-medicos .why-choose .choose-left h3 {
  font-size: 24px;
  font-weight: 600;
  color: #2C2D3F;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 24px;
}
.cms-landing-medicos .why-choose .choose-left h3:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 2px;
  width: 50px;
  background: #1a76d1;
}
.cms-landing-medicos .why-choose .choose-left p {
  margin-bottom: 35px;
  font-size: 18px;
}
.cms-landing-medicos .why-choose .choose-left .list li {
  color: #868686;
  margin-bottom: 12px;
  list-style: none;
  font-size: 14px;
}
.cms-landing-medicos .why-choose .choose-left .list li:last-child {
  margin-bottom: 0px;
}
.cms-landing-medicos .why-choose .choose-left .list li i {
  height: 15px;
  width: 15px;
  font-size: 16px;
  line-height: 15px;
  text-align: center;
  background: #1a76d1;
  color: #fff;
  font-size: 14px;
  border-radius: 100%;
  padding-left: 2px;
  margin-right: 16px;
}
.cms-landing-medicos .why-choose .choose-left .button {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
.cms-landing-medicos .why-choose .choose-left .button .btn {
  color: #fff;
  background: #073879;
  font-weight: 500;
  font-size: 14px;
  display: inline-block;
  margin: 0;
  margin-right: 10px;
  border-radius: 24px;
  padding: 15px 30px;
}
.cms-landing-medicos .why-choose .choose-right {
  height: 100%;
  width: 100%;
  background-image: url('../../frontend/Ecloud/novamil/es_MX/images/pediatra.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.cms-landing-medicos .why-choose .choose-item {
  width: 45%;
}
.cms-landing-medicos .why-choose .row {
  justify-content: space-between;
}
.cms-landing-medicos .section {
  padding: 100px 0;
}
.cms-landing-medicos .container,
.cms-landing-medicos .container-fluid,
.cms-landing-medicos .container-lg,
.cms-landing-medicos .container-md,
.cms-landing-medicos .container-sm,
.cms-landing-medicos .container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .cms-landing-medicos .container,
  .cms-landing-medicos .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .cms-landing-medicos .container,
  .cms-landing-medicos .container-md,
  .cms-landing-medicos .container-sm {
    max-width: 720px;
  }
  .cms-landing-medicos .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 992px) {
  .cms-landing-medicos .container,
  .cms-landing-medicos .container-lg,
  .cms-landing-medicos .container-md,
  .cms-landing-medicos .container-sm {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cms-landing-medicos .container,
  .cms-landing-medicos .container-lg,
  .cms-landing-medicos .container-md,
  .cms-landing-medicos .container-sm,
  .cms-landing-medicos .container-xl {
    max-width: 1140px;
  }
}
.cms-landing-medicos .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cms-landing-medicos .col,
.cms-landing-medicos .col-1,
.cms-landing-medicos .col-10,
.cms-landing-medicos .col-11,
.cms-landing-medicos .col-12,
.cms-landing-medicos .col-2,
.cms-landing-medicos .col-3,
.cms-landing-medicos .col-4,
.cms-landing-medicos .col-5,
.cms-landing-medicos .col-6,
.cms-landing-medicos .col-7,
.cms-landing-medicos .col-8,
.cms-landing-medicos .col-9,
.cms-landing-medicos .col-auto,
.cms-landing-medicos .col-lg,
.cms-landing-medicos .col-lg-1,
.cms-landing-medicos .col-lg-10,
.cms-landing-medicos .col-lg-11,
.cms-landing-medicos .col-lg-12,
.cms-landing-medicos .col-lg-2,
.cms-landing-medicos .col-lg-3,
.cms-landing-medicos .col-lg-4,
.cms-landing-medicos .col-lg-5,
.cms-landing-medicos .col-lg-6,
.cms-landing-medicos .col-lg-7,
.cms-landing-medicos .col-lg-8,
.cms-landing-medicos .col-lg-9,
.cms-landing-medicos .col-lg-auto,
.cms-landing-medicos .col-md,
.cms-landing-medicos .col-md-1,
.cms-landing-medicos .col-md-10,
.cms-landing-medicos .col-md-11,
.cms-landing-medicos .col-md-12,
.cms-landing-medicos .col-md-2,
.cms-landing-medicos .col-md-3,
.cms-landing-medicos .col-md-4,
.cms-landing-medicos .col-md-5,
.cms-landing-medicos .col-md-6,
.cms-landing-medicos .col-md-7,
.cms-landing-medicos .col-md-8,
.cms-landing-medicos .col-md-9,
.cms-landing-medicos .col-md-auto,
.cms-landing-medicos .col-sm,
.cms-landing-medicos .col-sm-1,
.cms-landing-medicos .col-sm-10,
.cms-landing-medicos .col-sm-11,
.cms-landing-medicos .col-sm-12,
.cms-landing-medicos .col-sm-2,
.cms-landing-medicos .col-sm-3,
.cms-landing-medicos .col-sm-4,
.cms-landing-medicos .col-sm-5,
.cms-landing-medicos .col-sm-6,
.cms-landing-medicos .col-sm-7,
.cms-landing-medicos .col-sm-8,
.cms-landing-medicos .col-sm-9,
.cms-landing-medicos .col-sm-auto,
.cms-landing-medicos .col-xl,
.cms-landing-medicos .col-xl-1,
.cms-landing-medicos .col-xl-10,
.cms-landing-medicos .col-xl-11,
.cms-landing-medicos .col-xl-12,
.cms-landing-medicos .col-xl-2,
.cms-landing-medicos .col-xl-3,
.cms-landing-medicos .col-xl-4,
.cms-landing-medicos .col-xl-5,
.cms-landing-medicos .col-xl-6,
.cms-landing-medicos .col-xl-7,
.cms-landing-medicos .col-xl-8,
.cms-landing-medicos .col-xl-9,
.cms-landing-medicos .col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.cms-landing-medicos .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cms-landing-medicos .col-lg-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.cms-landing-medicos .justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.cms-landing-medicos .d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}
.cms-como-comprar .breadcrumbs {
  display: none;
}
.cms-como-comprar h2 {
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
  color: #073879;
}
.cms-como-comprar .tabs .tabs-navigation li {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  margin-right: 20px !important;
}
.cms-como-comprar .tabs .tabs-navigation li.ui-tabs-active {
  background: #002c7b !important;
  border-color: #002c79 !important;
  z-index: 8 !important;
}
.cms-como-comprar .tabs .tabs-navigation li.ui-tabs-active span {
  color: #fff;
}
.cms-como-comprar .tabs .tabs-content {
  border-top: 2px solid #002c7b;
  z-index: 8 !important;
}
.cms-como-comprar .tabs .tabs-content ul {
  list-style: none;
}
.cms-como-comprar .tabs .tabs-content ul li {
  margin-bottom: 40px;
  display: flex;
  position: relative;
}
.cms-como-comprar .tabs .tabs-content ul li span {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: black;
}
.cms-como-comprar .tabs .tabs-content ul li i {
  font-weight: 700;
  font-size: 32px;
  text-align: center;
  color: #073879;
  background: #F7FBFF;
  border: 2px dashed #EA8D6F;
  width: 72px;
  height: 72px;
  margin-right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-style: normal;
  float: left;
}
.cms-solicitar-factura-electronica .page-wrapper .page-main .page-title-wrapper {
  max-width: 800px;
  margin: 0 auto;
}
.cms-solicitar-factura-electronica .page-wrapper .page-main .page-title-wrapper .page-title {
  text-align: left;
  font-size: 32px;
  font-weight: 400;
  color: #012D74;
  font-family: "DIN Next Rounded LT Pro Medium";
}
.cms-solicitar-factura-electronica .page-wrapper .page-main .columns .column.main .novamil-form-inside {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  border: 1px solid #D1DCF7;
  border-radius: 16px;
  padding: 20px 0;
}
.cms-solicitar-factura-electronica .page-wrapper .page-main .columns .column.main .novamil-form-inside .webforms-success-text {
  padding: 0 25px;
}
.cms-solicitar-factura-electronica .page-wrapper .page-main .columns .column.main .novamil-form-inside .webforms {
  width: 100%;
  max-width: none;
}
.cms-solicitar-factura-electronica .page-wrapper .page-main .columns .column.main .novamil-form-inside .webforms form .steps {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 5px 25px 25px;
  position: relative;
}
.cms-solicitar-factura-electronica .page-wrapper .page-main .columns .column.main .novamil-form-inside .webforms form .steps::before {
  content: '';
  border: 3px solid #E4E4E4;
  position: absolute;
  top: 20px;
  width: 92%;
  z-index: 0;
}
.cms-solicitar-factura-electronica .page-wrapper .page-main .columns .column.main .novamil-form-inside .webforms form .steps.step1::after {
  content: '';
  border: 3px solid #FEB53E;
  position: absolute;
  top: 20px;
  width: 15%;
  z-index: 1;
  left: 25px;
}
.cms-solicitar-factura-electronica .page-wrapper .page-main .columns .column.main .novamil-form-inside .webforms form .steps.step1 .step:nth-child(1) .number {
  border-color: #FEB53E;
}
.cms-solicitar-factura-electronica .page-wrapper .page-main .columns .column.main .novamil-form-inside .webforms form .steps.step1 .step:nth-child(1) .name {
  color: #012D74;
}
.cms-solicitar-factura-electronica .page-wrapper .page-main .columns .column.main .novamil-form-inside .webforms form .steps.step2::after {
  width: 45%;
}
.cms-solicitar-factura-electronica .page-wrapper .page-main .columns .column.main .novamil-form-inside .webforms form .steps.step2 .step:nth-child(2) .number {
  border-color: #FEB53E;
}
.cms-solicitar-factura-electronica .page-wrapper .page-main .columns .column.main .novamil-form-inside .webforms form .steps.step2 .step:nth-child(2) .name {
  color: #012D74;
}
.cms-solicitar-factura-electronica .page-wrapper .page-main .columns .column.main .novamil-form-inside .webforms form .steps.step3::after {
  width: 92.5%;
}
.cms-solicitar-factura-electronica .page-wrapper .page-main .columns .column.main .novamil-form-inside .webforms form .steps.step3 .step:nth-child(3) .number {
  border-color: #FEB53E;
}
.cms-solicitar-factura-electronica .page-wrapper .page-main .columns .column.main .novamil-form-inside .webforms form .steps.step3 .step:nth-child(3) .name {
  color: #012D74;
}
.cms-solicitar-factura-electronica .page-wrapper .page-main .columns .column.main .novamil-form-inside .webforms form .steps .step {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
.cms-solicitar-factura-electronica .page-wrapper .page-main .columns .column.main .novamil-form-inside .webforms form .steps .step .number {
  color: #012D74;
  font-size: 16px;
  border: 6px solid #E4E4E4;
  border-radius: 100%;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  font-family: "DIN Next Rounded LT Pro Medium";
}
.cms-solicitar-factura-electronica .page-wrapper .page-main .columns .column.main .novamil-form-inside .webforms form .steps .step .name {
  color: rgba(1, 45, 116, 0.3);
  font-size: 18px;
  font-family: "DIN Next Rounded LT Pro Medium";
}
.cms-solicitar-factura-electronica .page-wrapper .page-main .columns .column.main .novamil-form-inside .webforms form .steps .step.completed .number {
  font-size: 0;
  position: relative;
}
.cms-solicitar-factura-electronica .page-wrapper .page-main .columns .column.main .novamil-form-inside .webforms form .steps .step.completed .number::before {
  content: '';
  background-image: url('../../frontend/Ecloud/novamil/es_MX/images/check.svg');
  background-repeat: no-repeat;
  width: 13px;
  height: 10px;
  display: block;
}
.cms-solicitar-factura-electronica .page-wrapper .page-main .columns .column.main .novamil-form-inside .webforms form .form-step {
  padding: 0 25px;
  border-top: 1px solid #D1DCF7;
}
.cms-solicitar-factura-electronica .page-wrapper .page-main .columns .column.main .novamil-form-inside .webforms form .form-step fieldset {
  padding: 0;
  margin-bottom: 0;
}
.cms-solicitar-factura-electronica .page-wrapper .page-main .columns .column.main .novamil-form-inside .webforms form .form-step fieldset .legend {
  font-family: "DIN Next Rounded LT Pro Medium";
  margin: 0;
  color: #012D74;
  font-size: 24px;
  font-weight: 400;
  padding: 20px 0;
}
.cms-solicitar-factura-electronica .page-wrapper .page-main .columns .column.main .novamil-form-inside .webforms form .form-step fieldset .legend span {
  font-family: "DIN Next Rounded LT Pro Medium";
}
.cms-solicitar-factura-electronica .page-wrapper .page-main .columns .column.main .novamil-form-inside .webforms form .form-step fieldset .field {
  padding: 0;
  margin-bottom: 20px;
}
.cms-solicitar-factura-electronica .page-wrapper .page-main .columns .column.main .novamil-form-inside .webforms form .form-step fieldset .field .label {
  font-family: "DIN Next Rounded LT Pro Medium";
  color: #012D74;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 5px;
}
.cms-solicitar-factura-electronica .page-wrapper .page-main .columns .column.main .novamil-form-inside .webforms form .form-step fieldset .field .label::after {
  content: initial;
}
.cms-solicitar-factura-electronica .page-wrapper .page-main .columns .column.main .novamil-form-inside .webforms form .form-step fieldset .field .control input {
  border-radius: 0;
  border: 1px solid #EEEEEE;
  background-color: #F6F6F6;
  height: 44px;
  color: #999999;
  font-size: 18px;
  font-weight: 400;
  font-family: "DIN Next Rounded LT Pro Medium";
}
.cms-solicitar-factura-electronica .page-wrapper .page-main .columns .column.main .novamil-form-inside .webforms form .form-step fieldset .field .control input:-internal-autofill-selected {
  background-color: inherit;
}
.cms-solicitar-factura-electronica .page-wrapper .page-main .columns .column.main .novamil-form-inside .webforms form .form-step fieldset .field .control input:focus {
  box-shadow: none;
}
.cms-solicitar-factura-electronica .page-wrapper .page-main .columns .column.main .novamil-form-inside .webforms form .form-step fieldset .field .control select {
  font-family: "DIN Next Rounded LT Pro Medium";
  border-radius: 0;
  border: 1px solid #EEEEEE;
  background-color: #F6F6F6;
  height: 44px;
  color: #999999;
  font-size: 18px;
  font-weight: 400;
}
.cms-solicitar-factura-electronica .page-wrapper .page-main .columns .column.main .novamil-form-inside .webforms form .form-step fieldset .field .control .validation-advice {
  margin-top: 0;
}
.cms-solicitar-factura-electronica .page-wrapper .page-main .columns .column.main .novamil-form-inside .webforms form .form-step fieldset .field .control .webforms-calendar {
  width: 100%;
}
.cms-solicitar-factura-electronica .page-wrapper .page-main .columns .column.main .novamil-form-inside .webforms form .form-step fieldset .field .control .webforms-calendar button.ui-datepicker-trigger {
  margin-top: 3px;
}
.cms-solicitar-factura-electronica .page-wrapper .page-main .columns .column.main .novamil-form-inside .webforms form .form-step fieldset .field .control .drop-zone {
  border: 1px solid #EEEEEE;
  background-color: #F6F6F6;
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cms-solicitar-factura-electronica .page-wrapper .page-main .columns .column.main .novamil-form-inside .webforms form .form-step fieldset .field .control .drop-zone .text-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  height: 100px;
}
.cms-solicitar-factura-electronica .page-wrapper .page-main .columns .column.main .novamil-form-inside .webforms form .form-step fieldset .field .control .drop-zone .text-center .icon-paperclip svg {
  display: none;
}
.cms-solicitar-factura-electronica .page-wrapper .page-main .columns .column.main .novamil-form-inside .webforms form .form-step fieldset .field .control .drop-zone .text-center .icon-paperclip::before {
  content: '';
  display: block;
  background-image: url(../../frontend/Ecloud/novamil/es_MX/images/upload.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
}
.cms-solicitar-factura-electronica .page-wrapper .page-main .columns .column.main .novamil-form-inside .webforms form .form-step fieldset .field .control .drop-zone .text-center .drop-zone-label {
  color: #012D74;
  font-size: 16px;
  font-family: "DIN Next Rounded LT Pro Medium";
}
.cms-solicitar-factura-electronica .page-wrapper .page-main .columns .column.main .novamil-form-inside .webforms form .form-step .actions-toolbar {
  padding: 0;
  display: block;
}
.cms-solicitar-factura-electronica .page-wrapper .page-main .columns .column.main .novamil-form-inside .webforms form .form-step .actions-toolbar .primary {
  display: block;
  float: right;
}
.cms-solicitar-factura-electronica .page-wrapper .page-main .columns .column.main .novamil-form-inside .webforms form .form-step .actions-toolbar .primary .action.primary {
  max-width: 160px !important;
  height: 44px;
  border-radius: 100px;
  gap: 10px;
  padding-top: 10px;
  padding-right: 16px;
  padding-bottom: 10px;
  padding-left: 16px;
  align-items: center;
}
.cms-solicitar-factura-electronica .page-wrapper .page-main .columns .column.main .novamil-form-inside .webforms form .form-step .actions-toolbar .primary .action.primary span {
  text-transform: none;
  color: white;
  font-size: 18px;
  font-family: "DIN Next Rounded LT Pro Medium";
  font-weight: 400;
}
.cms-solicitar-factura-electronica .page-wrapper .page-main .columns .column.main .novamil-form-inside .webforms form .form-step .actions-toolbar .primary .action.primary.submit {
  max-width: 220px !important;
}
.cms-solicitar-factura-electronica .page-wrapper .page-main .columns .column.main .novamil-form-inside .webforms form .form-step .actions-toolbar .secondary {
  padding: 0;
  margin: 0;
  display: block;
  float: left;
  width: 160px;
}
.cms-solicitar-factura-electronica .page-wrapper .page-main .columns .column.main .novamil-form-inside .webforms form .form-step .actions-toolbar .secondary .action-previous {
  background-color: transparent;
  border: 1px solid #012D74;
  max-width: 160px !important;
  width: 160px;
  height: 44px;
  border-radius: 100px;
  border-width: 1px;
  gap: 10px;
  padding-top: 10px;
  padding-right: 16px;
  padding-bottom: 10px;
  padding-left: 16px;
}
.cms-solicitar-factura-electronica .page-wrapper .page-main .columns .column.main .novamil-form-inside .webforms form .form-step .actions-toolbar .secondary .action-previous span {
  text-transform: capitalize;
  color: #012D74;
  font-size: 18px;
  font-family: "DIN Next Rounded LT Pro Medium";
  font-weight: 400;
}
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/Ecloud/novamil/es_MX/Magento_LoginAsCustomerFrontendUi/images/close.svg');
  content: ' ';
  display: inline-block;
  height: 12px;
  margin-left: 5px;
  vertical-align: middle;
  width: 12px;
}

.pagebuilder-icon,
.slick-prev:before,
.slick-next:before,
.slick-prev:after,
.slick-next:after {
  -webkit-font-smoothing: antialiased;
  font-family: 'pagebuilder-font';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
}
[class^='pagebuilder-icon-']:before,
[class*=' pagebuilder-icon-']:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: 'pagebuilder-font';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-decoration: inherit;
  text-rendering: auto;
  text-transform: none;
  vertical-align: middle;
}
.pagebuilder-icon-down:before {
  content: '\f101';
}
.pagebuilder-icon-next:before {
  content: '\f102';
}
.pagebuilder-icon-prev:before {
  content: '\f103';
}
.pagebuilder-icon-up:before {
  content: '\f104';
}
.product-full-width-section {
  padding: .5em 0;
}
.product-full-width-section .block.review-add {
  margin-top: 2.7rem;
}
.page-layout-product-full-width .block.related {
  margin-top: 2.7rem;
}
.page-main-details .product-section-title {
  border-bottom: 1px solid #c6c6c6;
  margin-bottom: 15px;
  padding-bottom: 12px;
}
.additional-attributes-wrapper .additional-attributes {
  border: none;
  width: auto;
}
.additional-attributes-wrapper .additional-attributes > tbody > tr > th {
  border: none;
  padding: 5.5px 30px 10px 0;
}
.additional-attributes-wrapper .additional-attributes > tbody > tr > td {
  border: none;
  padding: 5.5px 5px 10px;
}
.cms-index-index.page-layout-cms-full-width .nav-sections {
  margin-bottom: 0;
}
.slick-slider {
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-touch-action: pan-y;
  -ms-user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  box-sizing: border-box;
  display: block;
  position: relative;
  touch-action: pan-y;
  user-select: none;
}
.slick-list {
  display: block;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-track {
  display: block;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 0;
}
.slick-track:before,
.slick-track:after {
  content: '';
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  border: 1px solid transparent;
  display: block;
  height: auto;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-prev {
  left: 2rem;
}
.slick-prev:before {
  content: '\f103';
  padding-right: 5px;
}
.slick-next {
  right: 2rem;
}
.slick-next:before {
  content: '\f102';
  padding-left: 5px;
}
.slick-prev,
.slick-next {
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  background: rgba(252, 252, 252, 0.6);
  border: none;
  border-radius: 0;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 60px;
  line-height: 0;
  outline: none;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 60px;
  z-index: 101;
}
.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: .2;
}
.slick-prev:hover,
.slick-next:hover {
  background: #fcfcfc;
  border: none;
}
.slick-prev:hover.slick-disabled,
.slick-next:hover.slick-disabled {
  opacity: .2;
}
.slick-prev:hover:before,
.slick-next:hover:before {
  color: #494949;
}
.slick-prev:before,
.slick-next:before,
.slick-prev:after,
.slick-next:after {
  color: #555555;
  font-size: 38px;
  opacity: 1;
}
.slick-prev:active,
.slick-next:active,
.slick-prev:focus,
.slick-next:focus,
.slick-prev:not(.primary),
.slick-next:not(.primary) {
  background: rgba(252, 252, 252, 0.7);
  border: none;
  box-shadow: none;
}
.slick-prev:active:active,
.slick-next:active:active,
.slick-prev:focus:active,
.slick-next:focus:active,
.slick-prev:not(.primary):active,
.slick-next:not(.primary):active {
  box-shadow: none;
}
.slick-dots {
  font-size: 1.4rem;
  line-height: normal;
  letter-spacing: normal;
  display: block;
  list-style: none;
  margin: 0;
  padding: 15px 0;
  text-align: center;
  width: 100%;
}
.slick-dots li {
  cursor: pointer;
  display: inline-block;
  height: 14px;
  margin: 0 5px;
  padding: 0;
  position: relative;
  vertical-align: middle;
  width: 14px;
}
.slick-dots li button {
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 10px;
  box-shadow: none;
  cursor: pointer;
  display: block;
  height: 14px;
  padding: 0;
  text-indent: -99999px;
  transition: .3s;
  width: 14px;
}
.slick-dots li button:hover {
  border: 1px solid #b3b3b3;
}
.slick-dots li button:active,
.slick-dots li button:focus,
.slick-dots li button:not(.primary) {
  box-shadow: none;
}
.slick-dots li.slick-active button {
  background: #1c1918;
}
[data-content-type='banner'] > [data-element='link'],
[data-content-type='banner'] > [data-element='empty_link'] {
  color: inherit;
  text-decoration: inherit;
}
[data-content-type='banner'] > [data-element='link']:hover,
[data-content-type='banner'] > [data-element='empty_link']:hover {
  color: inherit;
  text-decoration: inherit;
}
.pagebuilder-banner-wrapper {
  background-clip: padding-box;
  border-radius: inherit;
  box-sizing: border-box;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.pagebuilder-banner-wrapper .pagebuilder-overlay {
  -moz-transition: background-color 500ms ease;
  -o-transition: background-color 500ms ease;
  -webkit-transition: background-color 500ms ease;
  box-sizing: border-box;
  padding: 30px;
  position: relative;
  transition: background-color 500ms ease;
}
.pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
  align-items: center;
  display: flex;
  justify-content: center;
}
.pagebuilder-banner-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
  max-width: 540px;
}
.pagebuilder-banner-wrapper.jarallax .video-overlay {
  z-index: 0;
}
.pagebuilder-banner-wrapper [data-element='content'] {
  min-height: 50px;
  overflow: auto;
}
.pagebuilder-banner-wrapper .pagebuilder-banner-button {
  -moz-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  -webkit-transition: opacity 500ms ease;
  margin: 20px 0 0 0;
  max-width: 100%;
  text-align: inherit;
  transition: opacity 500ms ease;
  word-break: break-word;
}
.pagebuilder-banner-wrapper .pagebuilder-poster-content {
  width: 100%;
}
[data-appearance='collage-centered'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-left: auto;
  margin-right: auto;
}
[data-appearance='collage-left'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-right: auto;
}
[data-appearance='collage-right'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-left: auto;
}
[data-content-type$='block'] .block p:last-child {
  margin-bottom: 1rem;
  margin-top: 0;
}
[data-content-type='buttons'] {
  max-width: 100%;
}
[data-content-type='button-item'] {
  max-width: 100%;
}
[data-content-type='button-item'] [data-element='link'],
[data-content-type='button-item'] [data-element='empty_link'] {
  max-width: 100%;
  word-wrap: break-word;
}
[data-content-type='button-item'] [data-element='empty_link'] {
  cursor: default;
}
a.pagebuilder-button-link,
button.pagebuilder-button-link,
div.pagebuilder-button-link {
  line-height: 2.2rem;
  font-size: 1.8rem;
  line-height: 1.42857143;
  margin: 0 10px 10px 0;
  padding: 14px 17px;
  color: #006bb4;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  font-weight: 600;
  box-shadow: none;
  box-sizing: border-box;
  display: inline-block;
}
a.pagebuilder-button-link:visited,
button.pagebuilder-button-link:visited,
div.pagebuilder-button-link:visited {
  color: #006bb4;
  text-decoration: none;
}
a.pagebuilder-button-link:hover,
button.pagebuilder-button-link:hover,
div.pagebuilder-button-link:hover {
  color: #006bb4;
  text-decoration: underline;
}
a.pagebuilder-button-link:active,
button.pagebuilder-button-link:active,
div.pagebuilder-button-link:active {
  color: #ff5501;
  text-decoration: underline;
}
a.pagebuilder-button-link:hover,
button.pagebuilder-button-link:hover,
div.pagebuilder-button-link:hover,
a.pagebuilder-button-link:active,
button.pagebuilder-button-link:active,
div.pagebuilder-button-link:active,
a.pagebuilder-button-link:focus,
button.pagebuilder-button-link:focus,
div.pagebuilder-button-link:focus {
  background: none;
  border: 0;
}
a.pagebuilder-button-link.disabled,
button.pagebuilder-button-link.disabled,
div.pagebuilder-button-link.disabled,
a.pagebuilder-button-link[disabled],
button.pagebuilder-button-link[disabled],
div.pagebuilder-button-link[disabled],
fieldset[disabled] a.pagebuilder-button-link,
fieldset[disabled] button.pagebuilder-button-link,
fieldset[disabled] div.pagebuilder-button-link {
  color: #006bb4;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
a.pagebuilder-button-primary,
button.pagebuilder-button-primary,
div.pagebuilder-button-primary {
  text-decoration: none;
  background-image: none;
  background: #1979c3;
  border: 1px solid #1979c3;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Quicksand', sans-serif, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin: 0 10px 10px 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
  border-radius: 3px;
  box-shadow: none;
}
a.pagebuilder-button-primary:hover,
button.pagebuilder-button-primary:hover,
div.pagebuilder-button-primary:hover,
a.pagebuilder-button-primary:active,
button.pagebuilder-button-primary:active,
div.pagebuilder-button-primary:active,
a.pagebuilder-button-primary:focus,
button.pagebuilder-button-primary:focus,
div.pagebuilder-button-primary:focus {
  text-decoration: none;
}
a.pagebuilder-button-primary:focus,
button.pagebuilder-button-primary:focus,
div.pagebuilder-button-primary:focus,
a.pagebuilder-button-primary:active,
button.pagebuilder-button-primary:active,
div.pagebuilder-button-primary:active {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
a.pagebuilder-button-primary:hover,
button.pagebuilder-button-primary:hover,
div.pagebuilder-button-primary:hover {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
a.pagebuilder-button-primary.disabled,
button.pagebuilder-button-primary.disabled,
div.pagebuilder-button-primary.disabled,
a.pagebuilder-button-primary[disabled],
button.pagebuilder-button-primary[disabled],
div.pagebuilder-button-primary[disabled],
fieldset[disabled] a.pagebuilder-button-primary,
fieldset[disabled] button.pagebuilder-button-primary,
fieldset[disabled] div.pagebuilder-button-primary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
a.pagebuilder-button-secondary,
button.pagebuilder-button-secondary,
div.pagebuilder-button-secondary {
  text-decoration: none;
  background-image: none;
  background: #eeeeee;
  border: 1px solid #cccccc;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-family: 'Quicksand', sans-serif, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin: 0 10px 10px 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
  border-radius: 3px;
  box-shadow: none;
}
a.pagebuilder-button-secondary:hover,
button.pagebuilder-button-secondary:hover,
div.pagebuilder-button-secondary:hover,
a.pagebuilder-button-secondary:active,
button.pagebuilder-button-secondary:active,
div.pagebuilder-button-secondary:active,
a.pagebuilder-button-secondary:focus,
button.pagebuilder-button-secondary:focus,
div.pagebuilder-button-secondary:focus {
  text-decoration: none;
}
a.pagebuilder-button-secondary:focus,
button.pagebuilder-button-secondary:focus,
div.pagebuilder-button-secondary:focus,
a.pagebuilder-button-secondary:active,
button.pagebuilder-button-secondary:active,
div.pagebuilder-button-secondary:active {
  background: #e2e2e2;
  border: 1px solid #cccccc;
  color: #333333;
}
a.pagebuilder-button-secondary:hover,
button.pagebuilder-button-secondary:hover,
div.pagebuilder-button-secondary:hover {
  background: #e1e1e1;
  border: 1px solid #cccccc;
  color: #333333;
}
a.pagebuilder-button-secondary.disabled,
button.pagebuilder-button-secondary.disabled,
div.pagebuilder-button-secondary.disabled,
a.pagebuilder-button-secondary[disabled],
button.pagebuilder-button-secondary[disabled],
div.pagebuilder-button-secondary[disabled],
fieldset[disabled] a.pagebuilder-button-secondary,
fieldset[disabled] button.pagebuilder-button-secondary,
fieldset[disabled] div.pagebuilder-button-secondary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.pagebuilder-column {
  box-sizing: border-box;
}
[data-content-type='heading'] {
  word-wrap: break-word;
}
[data-content-type='html'] {
  word-wrap: break-word;
}
figure[data-content-type='image'] {
  box-sizing: border-box;
}
figure[data-content-type='image'] > [data-element='link'],
figure[data-content-type='image'] > [data-element='link'] img {
  border-radius: inherit;
}
figure[data-content-type='image'] figcaption {
  word-wrap: break-word;
}
[data-content-type='map'] {
  box-sizing: border-box;
  height: 300px;
}
[data-content-type='row'] li.product-item {
  text-align: left;
}
.pagebuilder-column .widget-product-grid .product-item {
  max-width: 100%;
  min-width: 50px;
}
.pagebuilder-column .widget-product-grid .product-item .price-box {
  word-wrap: break-word;
}
.pagebuilder-column .widget-product-grid .product-item .price-box .price {
  white-space: normal;
}
.pagebuilder-column .widget-product-grid .product-item .product-item-actions .actions-primary {
  display: inline-block;
  max-width: 100%;
}
.pagebuilder-column .widget-product-grid .product-item .product-item-actions .actions-secondary {
  display: inline-block;
  width: auto;
}
.pagebuilder-column .widget-product-grid .product-item .product-item-actions .tocart {
  max-width: 100%;
  white-space: normal;
}
.pagebuilder-column [data-content-type='products'] .block.widget .products-grid .widget-product-grid.product-items .product-item {
  width: 200px;
}
[data-content-type='products'][data-appearance='carousel'] .slick-initialized li.product-item {
  display: block;
}
[data-content-type='products'][data-appearance='carousel'] .slick-initialized li.product-item:first-child {
  visibility: visible;
}
[data-content-type='products'][data-appearance='carousel'] .product-item-info {
  width: auto;
}
[data-content-type='products'][data-appearance='carousel'] li.product-item {
  display: none;
}
[data-content-type='products'][data-appearance='carousel'] li.product-item:first-child {
  display: block;
  visibility: hidden;
}
[data-content-type='products'][data-appearance='carousel'].center-mode .product-item {
  opacity: .5;
  transition: all 300ms ease;
}
[data-content-type='products'][data-appearance='carousel'].center-mode .product-item:hover {
  opacity: 1;
}
[data-content-type='products'][data-appearance='carousel'].center-mode .slick-current .product-item {
  opacity: 1;
}
[data-content-type='row'][data-appearance='contained'] {
  box-sizing: border-box;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 1280px;
}
[data-content-type='row'][data-appearance='contained'] [data-element='inner'] {
  box-sizing: border-box;
}
[data-content-type='row'][data-appearance='full-bleed'] {
  box-sizing: border-box;
}
[data-content-type='row'][data-appearance='full-width'] {
  box-sizing: border-box;
}
[data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  width: 100%;
}
[data-content-type='slide'] {
  box-sizing: border-box;
  line-height: 20px;
  min-height: inherit;
  overflow: hidden;
}
[data-content-type='slide'] > [data-element='link'],
[data-content-type='slide'] > [data-element='empty_link'] {
  color: inherit;
  min-height: inherit;
  text-decoration: inherit;
}
[data-content-type='slide'] > [data-element='link']:hover,
[data-content-type='slide'] > [data-element='empty_link']:hover {
  color: inherit;
  text-decoration: inherit;
}
[data-content-type='slide'] + [data-content-type='slide'] {
  height: 0;
  min-height: 0;
}
.slick-slider [data-content-type='slide'] + [data-content-type='slide'] {
  height: initial;
  min-height: inherit;
}
.pagebuilder-slide-wrapper {
  border-radius: inherit;
  box-sizing: border-box;
  min-height: inherit;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.pagebuilder-slide-wrapper .jarallax-viewport-element {
  height: 100%;
  left: -15000vw;
  position: absolute;
  top: 0;
  width: 1px;
  z-index: 100;
}
.slick-current .pagebuilder-slide-wrapper .jarallax-viewport-element {
  left: 0;
}
.pagebuilder-slide-wrapper.jarallax .video-overlay {
  -webkit-transform: unset;
  z-index: 1;
}
.pagebuilder-slide-wrapper.jarallax .pagebuilder-overlay {
  position: relative;
  z-index: 2;
}
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > div,
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > img,
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > video,
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > iframe {
  margin: auto !important;
  transform: none !important;
}
.pagebuilder-slide-wrapper .pagebuilder-overlay {
  -moz-transition: background-color 500ms ease;
  -o-transition: background-color 500ms ease;
  -webkit-transition: background-color 500ms ease;
  border-radius: inherit;
  box-sizing: border-box;
  padding: 30px;
  transition: background-color 500ms ease;
}
.pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: inherit;
}
.pagebuilder-slide-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
  max-width: 540px;
}
.pagebuilder-slide-wrapper [data-element='content'] {
  min-height: 50px;
  overflow: auto;
}
.pagebuilder-slide-wrapper .pagebuilder-slide-button {
  -moz-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  -webkit-transition: opacity 500ms ease;
  margin: 20px 0 0 0;
  max-width: 100%;
  text-align: inherit;
  transition: opacity 500ms ease;
  word-break: break-word;
}
.pagebuilder-slide-wrapper .pagebuilder-poster-content {
  width: 100%;
}
[data-appearance='collage-centered'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-left: auto;
  margin-right: auto;
}
[data-appearance='collage-left'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-right: auto;
}
[data-appearance='collage-right'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-left: auto;
}
div[data-content-type='slider'] {
  visibility: hidden;
}
div[data-content-type='slider'].slick-initialized {
  visibility: visible;
}
div[data-content-type='slider'] .slick-list,
div[data-content-type='slider'] .slick-track,
div[data-content-type='slider'] .slick-slide {
  min-height: inherit;
}
div[data-content-type='slider'] .slick-list > div,
div[data-content-type='slider'] .slick-track > div,
div[data-content-type='slider'] .slick-slide > div {
  line-height: 0;
  min-height: inherit;
  overflow: hidden;
  width: 100%;
}
a.button {
  -moz-appearance: button;
  -webkit-appearance: button;
  appearance: button;
  color: initial;
  padding: 10px;
  text-decoration: none;
}
div[data-content-type='tabs'] .tabs-navigation {
  display: block;
  font-size: 0;
  margin: 0 0 -1px;
  padding: 0;
}
div[data-content-type='tabs'] .tabs-navigation li:first-child {
  margin-left: 0 !important;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header {
  background: #f6f6f6;
  border: 1px solid #cccccc;
  border-bottom: 0;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow-wrap: break-word;
  position: relative;
  word-wrap: break-word;
  z-index: 1;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header:not(:first-child) {
  margin-left: -1px;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title {
  border-right: 0;
  color: #000000;
  cursor: pointer !important;
  display: block;
  font-size: 14px;
  font-weight: 600;
  padding: 1.4rem 2rem;
  position: relative;
  transition: all .3s;
  vertical-align: middle;
  white-space: normal;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title span.tab-title {
  display: block;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title:hover {
  text-decoration: none;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header:last-child {
  border-right: 1px solid #cccccc;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header.ui-state-active {
  background: #ffffff;
  z-index: 19;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header.ui-state-active a.tab-title {
  position: relative;
  transition: all .3s;
}
div[data-content-type='tabs'] .tabs-content {
  border: 1px solid #cccccc;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  z-index: 9;
}
div[data-content-type='tabs'] .tabs-content [data-content-type='tab-item'] {
  box-sizing: border-box;
  min-height: inherit;
}
div[data-content-type='tabs'] .tabs-content [data-content-type='tab-item']:not(:first-child) {
  display: none;
}
div[data-content-type='tabs'].tab-align-left .tabs-content {
  border-top-left-radius: 0 !important;
}
div[data-content-type='tabs'].tab-align-right .tabs-content {
  border-top-right-radius: 0 !important;
}
div[data-content-type='text'] {
  word-wrap: break-word;
}
div[data-content-type='video'] {
  font-size: 0;
}
div[data-content-type='video'] .pagebuilder-video-inner {
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
}
div[data-content-type='video'] .pagebuilder-video-container {
  border-radius: inherit;
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}
div[data-content-type='video'] iframe,
div[data-content-type='video'] video {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.jarallax {
  position: relative;
  z-index: 0;
}
.jarallax > .jarallax-img {
  font-family: 'object-fit: cover;', sans-serif;
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.jarallax-video-fallback {
  transform: scale3d(0, 0, 0);
}
.jarallax .video-overlay {
  -webkit-transform: translate3d(0, 0, 0);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -99;
}
.jarallax [id*='jarallax-container'] video,
.jarallax [id*='jarallax-container'] iframe {
  visibility: hidden;
}
.cms-content-important {
  background-color: #f5f5f5;
  color: #333333;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.1;
  margin: 0 0 35px -20px;
  padding: 20px;
}
.pagebuilder-full-width {
  float: left;
  width: 100%;
}
.pagebuilder-content-type {
  box-sizing: border-box;
  margin-bottom: 20px;
}
.pagebuilder-accordion {
  margin: 0;
  padding: 0;
}
.pagebuilder-accordion > .item.title {
  box-sizing: border-box;
  float: none;
  width: 100%;
}
.pagebuilder-accordion > .item.title > .switch {
  display: block;
}
.pagebuilder-accordion > .item.content {
  box-sizing: border-box;
  display: block;
  float: none;
  margin: 0;
}
.pagebuilder-accordion > .item.content:before,
.pagebuilder-accordion > .item.content:after {
  content: '';
  display: table;
}
.pagebuilder-accordion > .item.content:after {
  clear: both;
}
.pagebuilder-accordion > .item.content.active {
  display: block;
}
.pagebuilder-accordion > .item.title {
  margin: 0;
}
.pagebuilder-accordion > .item.title > .switch {
  border-top: 1px solid #cccccc;
  height: 40px;
  padding: 1px 10px 1px 10px;
  font-weight: 600;
  line-height: 40px;
  font-size: 1.4rem;
  color: #333333;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:visited {
  color: #6d6d6d;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:hover {
  color: #333333;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:active {
  color: #333333;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title:not(.disabled) > .switch:active,
.pagebuilder-accordion > .item.title.active > .switch,
.pagebuilder-accordion > .item.title.active > .switch:focus,
.pagebuilder-accordion > .item.title.active > .switch:hover {
  color: #333333;
  text-decoration: none;
  padding-bottom: 1px;
}
.pagebuilder-accordion > .item.content {
  background: #ffffff;
  margin: 0;
  padding: 10px 10px 30px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.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.
 */
.product-info-stock-sku .configurable-variation-qty {
  display: none;
}
.amslick-slider-container .slick-dots li button:focus,
.amslick-slider-container .slick-dots li button:hover,
.amslick-slider-container .slick-list:focus {
  outline: 0;
}
.amslick-slider-container .slick-list,
.amslick-slider-container .slick-slider,
.amslick-slider-container .slick-track {
  position: relative;
  display: block;
}
.amslick-slider-container .slick-loading .slick-slide,
.amslick-slider-container .slick-loading .slick-track {
  visibility: hidden;
}
.amslick-slider-container .slick-list {
  overflow: hidden;
  margin: 0;
  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 {
  top: 0;
  left: 0;
  margin: 0 auto;
}
.amslick-slider-container .slick-track:after,
.amslick-slider-container .slick-track:before {
  display: table;
  content: '';
}
.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;
  min-height: 1px;
  height: 100%;
  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 {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.amslick-slider-container .slick-arrow.slick-hidden {
  display: none;
}
.amslick-slider-container .slick-loading .slick-list {
  position: relative;
  background: 0 0;
}
.amslick-slider-container .slick-loading .slick-list:before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 25px;
  height: 25px;
  border-width: 3px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.2);
  border-top-color: #5c5c5c;
  border-radius: 100%;
  content: '';
  transform: translate(-50%, -50%);
  animation: loading 1s infinite linear;
}
.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 {
  position: absolute;
  left: 0;
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  list-style: none;
  text-align: center;
}
.amslick-slider-container .slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.amslick-slider-container .slick-dots li button,
.amslick-slider-container .slick-slider .slick-arrow {
  display: block;
  outline: 0;
  box-shadow: none;
  cursor: pointer;
}
.amslick-slider-container .slick-dots li button {
  padding: 5px;
  width: 20px;
  height: 20px;
  border: 0;
  background: 0 0;
  color: transparent;
  font-size: 0;
  line-height: 0;
}
.amslick-slider-container .slick-dots li button:focus:before,
.amslick-slider-container .slick-dots li button:hover:before {
  opacity: 1;
}
.amslick-slider-container .slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  color: #000000;
  content: '•';
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.amslick-slider-container .slick-dots li.slick-active button:before {
  color: #000000;
  opacity: 0.75;
}
.amslick-slider-container .slick-slider {
  box-sizing: border-box;
  padding: 0 20px;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.amslick-slider-container .slick-slider .slick-arrow {
  position: absolute;
  top: 50%;
  padding: 0;
  width: 15px;
  height: 22px;
  border: none;
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMi40QTEgMSAwIDAgMSAxLjYuMmwxMiAxMGExIDEgMCAwIDEgMCAxLjZsLTEyIDEwYTEgMSAwIDAgMS0xLjItMS42TDExLjMzMyAxMSAuNCAxLjhBMSAxIDAgMCAxIC4yLjR6IiBmaWxsPSIjQzRDNEM0Ii8+PC9zdmc+') center no-repeat !important;
  color: transparent;
  font-size: 0;
  line-height: 0;
  transition: background .3s ease;
  transform: translate(0, -50%);
}
.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);
  }
}
[data-amgdpr-content-from='subscription'] {
  display: table-row-group;
}
.block.newsletter .form.subscribe > [data-amgdpr-content-from='subscription'].amgdpr-checkbox.field {
  float: none;
}
[data-amgdpr-content-from='subscription'] .amgdpr-checkbox {
  margin-top: 8px;
}
[data-amgdpr-content-from='subscription'] .amgdpr-label.label {
  position: inherit;
}
.amgdpr-modal-container .amgdpr-privacy-policy {
  display: none;
}
.amgdpr-modal-container .amgdpr-privacy-policy,
.amgdpr-modal-container .amgdpr-html-content {
  overflow-y: scroll;
  max-height: 500px;
  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 {
  max-width: 1130px;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.35);
}
.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 {
  margin-left: 10px;
  padding: 0;
  border-bottom: none;
  color: #5384ec;
  font-weight: 400;
  font-size: 26px;
}
.amgdpr-modal-container .action.action-primary:hover {
  background-color: #1357e6;
}
.amgdpr-modal-container .action.action-primary {
  width: 100%;
  border-radius: 3px;
  background-color: #5384ec;
  box-shadow: none;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1.35px;
  font-weight: bold;
  transition: background-color 0.3s ease-out;
}
.amgdpr-modal-container .action-close {
  top: 10px;
  right: 10px;
}
.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 {
  width: 6px;
  background: #fff;
}
.amgdpr-modal-container .amgdpr-html-content::-webkit-scrollbar-thumb,
.amgdpr-modal-container .amgdpr-privacy-policy::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #e0e0e0;
}
.amgdpr-notification-container {
  margin-left: 10px;
  padding: 25px;
  font-weight: 600;
  background: #ffeaac;
}
.amgdpr-cookie-link .amgdpr-link {
  display: none;
}
.amgdpr-cookie-link .amgdpr-link.-show {
  display: block;
}
.amgdprcookie-cookie-container {
  margin: 0 10px 20px 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 {
  margin-right: 30px;
  box-shadow: none;
  direction: ltr;
}
.amgdprcookie-cookie-container .amgdprcookie-header {
  display: flex;
  justify-content: space-between;
}
.amgdprcookie-cookie-container .amgdprcookie-caption {
  margin: 0 0 15px;
  font-weight: bold;
  font-size: 16px;
  line-height: 27px;
}
.amgdprcookie-cookie-container .amgdprcookie-text {
  margin-bottom: 10px;
  color: #363636;
  font-size: 12px;
}
.amgdprcookie-cookie-container .amgdprcookie-options {
  font-size: 12px;
  color: #5384ec;
  cursor: pointer;
}
.amgdprcookie-toggle-cookie {
  position: relative;
  padding-left: 50px;
}
.amgdprcookie-toggle-cookie .amgdprcookie-input {
  visibility: hidden;
  width: 0;
  height: 0;
}
.amgdprcookie-toggle-cookie .amgdprcookie-label {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 29px;
  border-radius: 40px;
  background: #a5a5a5;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  cursor: pointer;
}
.amgdprcookie-toggle-cookie .amgdprcookie-label:after {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 25px;
  height: 25px;
  border-radius: 40px;
  background: #fff;
  content: '';
  transition: all .4s ease;
}
.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-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 {
  padding: 7px 27px;
  border: 0;
  border-radius: 6px;
  background: #ef7c4a;
  box-shadow: 0 3px 5px rgba(62, 40, 13, 0.15);
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
}
.amgdprcookie-main-wrapper .amgdprcookie-btn:first-child {
  margin: 0 15px;
}
.amgdprcookie-main-wrapper .amgdprcookie-btn:hover {
  background: #eb5a1b;
}
.amgdprcookie-cookie-container .amgdprcookie-link {
  display: block;
  color: #389dfe;
  text-align: right;
  text-transform: capitalize;
  letter-spacing: .3px;
  font-size: 12px;
  cursor: pointer;
}
.amgdprcookie-bar-template {
  position: fixed;
  /* added to support older browsers */
  position: sticky;
}
.amgdprcookie-bar-template.-bottom {
  position: static;
}
.amgdprcookie-bar-template.-popup {
  bottom: 50%;
  margin: 0 auto;
  max-width: 740px;
  transform: translate(0, 50%);
}
.amgdprcookie-bar-template.-popup:before {
  width: 100%;
  height: 100%;
  background-color: #0a6c9f;
  content: '';
}
.amgdprcookie-bar-template.-popup .amgdprcookie-bar-container {
  padding: 50px;
}
.amgdprcookie-bar-template.-popup .amgdprcookie-bar-block {
  width: 100%;
}
.amgdprcookie-bar-template.-popup .amgdprcookie-buttons-block {
  display: flex;
}
.amgdprcookie-bar-template.-popup .amgdprcookie-buttons-block .amgdprcookie-button:not(:last-child) {
  margin-bottom: 15px;
}
.amgdprcookie-groups-modal .modal-inner-wrap {
  max-width: 740px;
  border-radius: 4px;
  box-shadow: 0 -2px 18px rgba(0, 0, 0, 0.06);
}
.amgdprcookie-groups-modal.-table .modal-inner-wrap {
  overflow-x: auto;
  min-width: 700px;
  max-width: 1290px;
}
.amgdprcookie-groups-modal .modal-title {
  border-bottom: none;
  font-weight: bold;
  font-size: 20px;
}
.amgdprcookie-groups-modal .action-close {
  display: none;
}
.amgdprcookie-groups-modal .amgdprcookie-form {
  padding: 0 10px;
}
.amgdprcookie-groups-modal .amgdprcookie-done {
  width: 100%;
  border-radius: 3px;
  background-color: #5384ec;
  box-shadow: none;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1.35px;
  font-weight: bold;
  transition: background-color 0.3s ease-out;
}
.amgdprcookie-groups-modal .amgdprcookie-done:hover {
  background-color: #1357e6;
}
.amgdprcookie-groups-modal:not(.-table) .modal-footer {
  padding-top: 0;
}
.amgdprcookie-groups-modal .amgdprcookie-form-container,
.amgdprcookie-groups-modal .amgdprcookie-tbody {
  display: block;
  overflow-y: auto;
  max-height: 500px;
  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;
}
.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 {
  z-index: 10;
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 30px 10px;
  background: #fff;
  box-shadow: 0 -2px 18px rgba(0, 0, 0, 0.06);
}
.amgdprcookie-bar-container .amgdprcookie-buttons-block {
  display: flex;
  flex-direction: column;
}
.amgdprcookie-bar-container .amgdprcookie-policy {
  margin-bottom: 20px;
  max-width: 640px;
}
.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-buttons-block {
  display: flex;
  flex-direction: column;
}
.amgdprcookie-buttons-block.-settings {
  padding-bottom: 30px;
}
.amgdprcookie-buttons-block .amgdprcookie-button {
  padding: 10px 15px;
  border: none;
  border-radius: 3px;
  background: #fff;
  box-shadow: none;
  color: #5384ec;
  text-transform: uppercase;
  letter-spacing: 1.35px;
  font-weight: bold;
  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:not(:last-child) {
  margin-bottom: 15px;
}
.amgdprcookie-buttons-block .amgdprcookie-button.-allow,
.amgdprcookie-buttons-block .amgdprcookie-button.-save {
  flex-basis: 35%;
  background: #5384ec;
  color: #fff;
}
.amgdprcookie-modal-template .amgdprcookie-buttons-block .amgdprcookie-button.-allow {
  order: 1;
}
.amgdprcookie-modal-template {
  margin-left: 5px;
  background: #fff;
}
.amgdprcookie-modal-template .amgdprcookie-button.-allow {
  margin-bottom: 0;
  background: inherit;
  color: #5384ec;
}
.amgdprcookie-modal-container .modal-content {
  padding: 0;
}
.amgdprcookie-groups-container {
  overflow-y: scroll;
  min-height: 170px;
  height: 58vh;
  box-shadow: 0 -2px 18px rgba(0, 0, 0, 0.06);
  direction: rtl;
}
.amgdprcookie-policy-container {
  padding: 24px;
  box-shadow: 0 -2px 18px rgba(0, 0, 0, 0.06);
}
.amgdprcookie-text-container {
  margin-bottom: 15px;
}
.amgdprcookie-text-container .amgdprcookie-policy {
  display: inline;
}
.amgdprcookie-modal-container.modal-popup.modal-slide {
  right: 46px;
  left: 0;
  pointer-events: none;
}
.amgdprcookie-modal-container .modal-inner-wrap {
  position: relative;
  margin: 0;
  height: 100%;
}
.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 {
  width: 30px;
  height: 30px;
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iOC41IiBjeT0iOC41IiByPSI4IiBzdHJva2U9IiNDQUNBQ0EiLz48cGF0aCBkPSJNNS4yNSA1LjI1bDYuNSA2LjVtMC02LjVsLTYuNSA2LjUiIHN0cm9rZT0iI0NBQ0FDQSIvPjwvc3ZnPg==') no-repeat center;
  content: '';
}
.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;
  width: 100%;
  table-layout: fixed;
}
.amgdprcookie-groups-modal .amgdprcookie-cell.-name {
  word-wrap: break-word;
}
.field .control._with-tooltip .choice.field {
  width: calc(100% - 36px);
}
.field .control._with-tooltip .choice.field input {
  width: auto;
}
.field .control._with-tooltip select,
.field .control._with-tooltip textarea {
  margin-right: 10px;
  width: calc(100% - 36px);
}
.field .control select[multiple] {
  height: auto;
  background: #ffffff;
}
tr.order-attributes td {
  padding-left: 0;
  padding-right: 0;
}
.order-attributes .order-attributes-form {
  margin-top: 20px;
}
.order-attributes .order-attributes-form.fieldset .field:last-child {
  margin-bottom: 20px;
}
.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;
}
.amstipe-add-wrapper {
  margin-top: 30px;
}
.amstipe-add-wrapper .amstripe-error {
  color: #e02522;
  font-weight: 600;
}
.amasty-save-card-checkbox {
  margin-top: 15px;
}
.payment-method-amasty_stripe .amstripe-image {
  position: absolute;
  top: 50%;
  right: 20px;
  margin-left: auto;
  width: 71px;
  transform: translateY(-50%);
}
.payment-method-amasty_stripe .payment-method-title {
  display: flex;
  align-items: center;
  padding: 0 15px;
}
.payment-method-amasty_stripe .payment-method-title .label {
  position: relative;
  display: flex;
  align-items: center;
  flex: auto;
  margin: 0;
  padding: 20px 0 17px 4px;
}
.amstripe-saved-cards .amstripe-card {
  width: auto;
  height: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.amstripe-saved-cards .amstripe-card.-visa,
.amastripe-card-saved .amstripe-logo.-visa {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAABQCAMAAADm3o3WAAACiFBMVEUAAAD///85Vqc5Vqc5Vqc5Vqc5Vqc5Vqc5Vqc5Vqc6V6c7V6g7WKg8Wag9Wak+Wqk/W6pAXKpBXapCXatCXqtEX6xFXaZFYKxGYa1HYq1IY65JY65JZK5KZa9LZa9MYqVMZq9NZ7BOaLBQZKVQabFQarFRa7JSa7JTZ6RTbLJTbbNUbbNVbrNXb7RXcLRYcbVacrZbc7Zda6JddLdddbdedrhfdrhgd7hheLliebljerpke7pmfLtnfbtofrxpf7xrgL1sgr5vhL9xhsByhsByh8FziMF1icJ2isJ3i8N5jMN7jsR9kMV/ksaAksaAk8eBlMeClMeElsiFl8mHmMqHmcqJmsuLnMyOn82PipmPoM2Qi5qRoc6Sos6To8+UjZmXptGYp9GcqtOcq9Odq9SerNSfrdSgrtWhr9WjsNalstems9ems9intNiotdiptdmqttmsnp2tuduvu9uwu9yxvNyxvdyyvd20v961wN62no22wd+3wd+7xeG8oYu9x+K+x+LAo4nAyePByuPCpIfCy+TDzOTEpYbEzeXFzeXGzuXGz+bHz+bI0ObJ0efK0ujM0+jN1OnN1enO1enQ1+rU2+zV2+zW3O3Y3u7b4O/b4e/e4/Hf5PHg5PHhr3Ph5fLh5vLi5vLj5/Pkr27ksG3k6PPl6PPl6fTm6vTn6vTosGjo6/Xo7PXp7PXq7fbsx5rs7/ftsGHt8PfusGDu8Pfv8fjv8vjw8vjx8/ny9PnzsFfz9Pnz9fr09vr1rU72+Pv3+Pz4pDP4pTX4pTb4pjn5r0v5+vz6umX6+v36+/37xoD7+PP805z83LH8/P794r395cX98+X9/f79/v7+8eD+/v///v3////R/pkiAAAACXRSTlMAACGpqqzr9PUBJ9VOAAADjklEQVR4Ae3a+3NcYxzH8e1WL590a3NJaHVREUqVBq2LUhdtUkRI40I1hFaiiqBoiWiVFC11SQR1CaWtpXXRNlqUHJe6F7vW59/xfL/POZlNzPjBY+bMdJ7XL/lsfjj73nNydiYzJzEqZolRieTocYjFuNHJhAlIjkVsxiZNwBjEaIwJGI8YjTcBiNXBFOADfIAP8AE+wAf4AB/gA3xAyVHTjkz9rwEPfbwz9N7jhyHU3KNOwiX6cyWsWe19gyTzr3c2lMIqa32qx1jjcAZOe+SzIPQOQq9SbAI6dNjDn9NLpWpgPUMr43QJrt8ZWCdAnUF1TXT8pTAW5ajUF7DmMjTfKQC45zsNuAnqLvsmFcB2XQ0AGlmsF9ZqhpY4BlT8/FNgPAGR+oSiA6iiOt2svbT2ZPeQvBeq+gBDGxwD0MtfvwmCtyHmU50MzNGRSwPNVO3HAJiyoLMZ6lZGBlwDlpC/fxt8CdFFsRHAQl39AO7T9RKGSe+ikaeY7hagf02/fR0cC6BqP8UCALfr6gbwmK5dGRS7guIBigbHgEO/IvlLcMPQx34/BWC9znYAq6i2XIgiL9LYMYNiuWOAvtdf3z8K4AWKVhhZnY0AmhjqnonIWRS34VO9L1wDWmj8+QZQU6DxYwZABdVsAOm3GMotL4fVSTHTflkMphwDZlF8CLTqeBjGmToLpTBqdzPSPwMi8wONPqDN3quOASUDNP44Gq9RzMHQed8GdfxzjHwwFcbNuq8F6nVc7RgQ3nzn2wv7MsQy3esQunwbQ10AJm7XS3UEMJXifteAqyha7qZYCLFO9zJE0i37qPKTgEt1rYWxg8YrrgEnUqzWS723DGIzRROUqumnmhvdLH0PGh/RyJU7BkBP8IGim7o0T3E2itRRXYRajnSea8BKRgrTIWZTVQK1kxG6jOoUrOBILa4BDYysh2qkyAJo27fiYmmobBqwvys5fJAjdbkGZBipg2obqumm8Xl2d4HWdVjMf9jqGoBN0ZEmQK2luAPAVg7zbGrCZh0dF1hPU0xxDbiT1o2w+imagYoCiz1Zjnk68tWwFlHMcw2oo9o/GSqdi74TT2WRLVeWABt0bkToXIpbXAMqe9RSWMfZl1UyF695Vz/ym6vqJwKY9HyPqEeoTF+2uQb8u3TNtOpS/6+ZD/ABPsAH+AAf4AN8gA/wAf9R/I/xxP8gU/yPciWSh8T7MFvM/ga+PlP2bbqekgAAAABJRU5ErkJggg==);
}
.amstripe-saved-cards .amstripe-card.-mastercard,
.amastripe-card-saved .amstripe-logo.-mastercard {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAABQCAMAAADm3o3WAAACYVBMVEUAAAATRXsTRXsTRXsTRXsTRXsTRXsTRXv6sTDrHC3////5qDD0eS/xVC76wMXvQS74nzDwSy7//v7//PztLy36xMkWRnrzZy/uOC7+5Lf2lJz92Zr3li/+9+j+6sX5ub74q7H2i5P80ILzdYD+9vf/+/P94uT+7Mv5t7z4r7X+4rD7xWR1c1uMfVTMmz/819n+5rz92571ho/wWWVuNFqzJkH3sDHoHC7+8PH83uD+8dn+79T7zND947T4pq33nKP915T904r8znsuUnIyU3E3Vm/xX2tXZWVjamFwcV2+JD3+8/P/+e37yMz+6ML5srj3o6r93aT1jpf0g4z0fIbybHccSXccQ3fyZ3NIO2hTOWRdN2BiNl7wUF1qNFuFL1KWLEy+lUP6tz7tLT3YoTvjpzf6szXWIDT6rDDuPC7/+vn+7e796Or+9eP+897709b+7c/5vsL5u8D936r2l5/0gIkrQHIwP3E2Pm77yG09WG06PW1FXGtKX2lUY2X7wlzvSlj7vlSCMFOfh02sjUmiKkf6uULBJDzLIjnvrDT5sDD4nTDjHzDiHjD2gy/zcC/yYC7tMy3tKi3sIy396+z82t33nZYYRHkgQnYtQHI0P29BPGpOOmZlbGBpbV9/d1h0MliFelZ9MVXuRlTuQlH7vU+7lETUoDzsKTrIIzr2jC/wTy7vQy7qHC395Ob+9OH95dX82sn6x635tJT5rXz4sHkhTHZQYmfzbl9ycV15MlbyYlOchU/uQE6wjkimKUbImkD2iz3MIjjxrTPsiDLshzL3ly/0dS/xWS7wUi7vRS0T5BdeAAAAB3RSTlMAIfX066ypGEu1/gAABJRJREFUaN7t2mdTE0Ecx3F79v9DT00MmoRUCCQBpVnoVRCVjigWLKAo9t4bFlREULD33nvvvb8qNxnEyMCCF5iok88wGWbygC97m8vuznX7C3Tv01PhFT37dHf9/V4Kr+nlLOit8KLePKCHwot68ACFV/kCfAG+AF+AL+AfCziyYcq04dOnnVzjr2iF/+jNp8aGnR6znr/bFQEnZowbRU32jTi7WvGb9LDLe1iTkcOGbuzsgEnDd1MLI6Yomo2ZxVqYHTaxEwP8p8+lVuyarHDZNIy1Ys5Y/84KOD6O2jBzkkIxcTtrw7CMzgmYWktter82YzZr04eszgg4TyK1n5jIOc8DZpBIY2PDdSYy1NOA4SRywI+1J8yzgMmjxAH9uRvCipFPPAk4OpdEBvZz+cJE5jz2IGAmiVT6NZnHRLbLD9hwizrkQA0TqFkvO+ANidzs22wvE3ktN2CNeAD2/wqoYyI1o2UGbKMOCxDfDGQGXBMPgB/XsWl4RV7AMRKqHOhmPxNKlxUwlYi0ZvMEohKz2RxN7vgbL/q7uTmvTBcRkpu4hbVkSUljLEtWwAyiUgCxRMEAeIebEiCUuQtdDKcU1lIcCvgkkBWwk2gCgIW0CoCydJVtuTHvAl20L5OWrYyCynShxC5JK6+SyRRoMt4F4iIiFqWlOjSJumqmc1h0K1iKY0WVFamM7ZAVMIIoGUEYTzn8dWF5DLiY6GBwSUmAKjkInLEUiIEaWMq4S0pwd8qykQ1NPAC9a6hmyQrYRWTEIaiiVYhFTnRS4SobIAHqwKhoNdRRBxFeLGH8BGDBMgmqKsat01nSNEAKYI0IgTLSMh/ZzrWRrIBxROGQwH9i1TBRVL5RAuzAkiLnrDh8GMjR5kGZjPFP+y9BHHOqsBRoDIAOsJRZ4WBMg3hxgPgSBKEICII2GNoEIDgYqq1LABzaqsLDArgcNOIeY4sQwriyeCgXZUMfCT1LA9Yx5oCGyb0EO6kEqldBQEymCkaoMikQwURF4UAS5pfz/zyQKw5HElECrM5PRSSsVfzFEMF7Up0BFXromNxJuI2isJAWAPZAzDch5urFcKhXFmcuB2xYUKoF1MWZ5sIgPKivvw/oEyOXhmBxxRY9CuLgYKFK5G7RAJbUxOqhMm9E+Uig21BmahFbCE4JuwpcbD4ArRpONuBRXd27peCskeCUsFiRwli863flJb1eI+9GtJqSpUKySXbSSvlkCk8w5UlFxpwEtb082iYt30pRNknKM0vqcqJKpss1GHQVK+JDUjURaQYDvyDVuXEhiQYDcywOTe+KL6OvA9z4efBlJHdH0NDPzQDx7kBmwDHxknjQkGbfmMjIdJkB/IMocoN10A7Za8K17QzBT9/FA5DRVcvyxsFNxGvSl123MakPcBHPwDmjN3q8NRMbJN6abRr7bHOXbU4brgcEfJ7XzuZ0TFYHluVy1+aVfAJ06face04itR+ZyJlOOaLZR23aLTyi2ZPl3UOqtxn/yzGd9w8qO3JUe+b3o9r/8bD6D/gCfAG+AF+AL+AfC/D6Yzxef5DJ649yef1hNi/7Ae0O6PJ2ai/QAAAAAElFTkSuQmCC);
}
.amstripe-saved-cards .amstripe-card.-jcb,
.amastripe-card-saved .amstripe-logo.-jcb {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAABQCAMAAADm3o3WAAAAqFBMVEUAAAALR5wLR5wLR5wLR5wLR5wLR5z///85aq+zxuDS3e0aU6KFo86Vr9TD0ud1l8dIdbUpXqijutrx9Pnh6fMWT6EwY6tfhr6ovtyettdWgLtQe7gTTZ8OSZ6QrNIgV6X6+/2Hpc5Ygbvd5fHB0Oa7zORmjMFBcLI1Z631+PvV4O+twt6ZstZ9nsvP2+yNqdFtkcRqjsLi6fPM2OuAn8stYaomW6fo7vYTPHdwAAAABnRSTlMA9SHrrKn+88cPAAACM0lEQVR4Ae3ax47bMBDG8XjLNyqSRcurYhXJvay9veT93yw0o7XFi4EcJkyw/N8EHvQ7DAQBnB//QFe3AxhpcHul3n8NY10fBTcw2I0EDGCwgQTAaBZgARZgARbw/wGSrSM2juO0UPmOUKXdY7oRopjPSyZA8rSgrghA/XxPXTlk69PpjgewfaVTD0A7pFMuUOd0ruIAtD/pXIDqjc4NgYZ6+RyAmDRARBrgY8oNSKY64FEHzIgb4JAOGOsA1wIs4C8DZqYBoQXgzgK+L2D1HkUzBXhrAlkThqGLfXCqWfACMsgkYFcASF4m+dNLOkEOYBQEs6wGqntWQAFZg7sSwMcrqYYKkHX/SpixAuaQhVhBtqIvQPwFWANwWQFryGLMAPjU9YgJgLaYZymAhvgBBwR9gKcA6XsQPCdAyjIDqSgXdGwDoI6xh2ypAdYk2wNIEwaAUyAj2RCyIv49hNtxH6DOXQA+OAC7DCJfPiUAnLEEjAsAo8Ny6QalqwBpHB+efQARC4BomaVtDX8TTkkCiLxD2DVEHp2bEBOglwKc8+BSvwT8gMUlgA9+gHcJ0LID3MuAkQWwA3LTgPjbA8LLgE92QAPP7Ifo4TKgYgeUOmClA+7BDdglOqDUARE74AEaYA8N4FXcgBAaYJVoAO8THIAtdU1dgR5gOnypcQZMH6MKLICqEELM5+W2gmrkOBshnFENVeKPjrW1vS+wAAuwAAuwgD/L/BqP+UUm86tcxpfZDPcLutsGWeFCxv8AAAAASUVORK5CYII=);
}
.amstripe-saved-cards .amstripe-card.-diners,
.amastripe-card-saved .amstripe-logo.-diners {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAABQCAMAAADm3o3WAAAAyVBMVEUAAAAHTZQHTZQHTZQHTZQHTZQHTZQHTZT///8OUpdij7w0bahDeK6TstCEp8vw9fm90ONBd602b6kuaaV1nMRVhbYpZaMLUJaXtdNGeq+kvdhci7kXWZsUVpquxdw8c6sbXJ16oMbh6vKxyN4kYqEgX5/z9/r7/P3b5fDK2ehqlL9PgbPX4u7S3+ydudXr8feJqsxZiLhKfbKhvNeQr9CApMlnkr44caqowdr3+fy4zOG0yt9ul8Hl7PTC0+WMrc3H1+fd5/HN3OrfNl/SAAAAB3RSTlMAIfX066ypGEu1/gAABHlJREFUeAHt2mmPoloegPG5y73POYDKooDKAha477ultVR//w81olR3VWfS86JEZ258EnKix+T8Yowm8v/X/0C//f0HN+mPv387nf8nN+vPTPAXN+yvI+B3btjvRwA37f8acAfcAXfAHXAHROG8dqoeetcHhONW5+3b6Emc6y7NqwLU591iLgG8WZAbdPN6gGqnkfI9Sz8LOuVrAUrtGZ+KxblAXgUQ7+r81DoXNK4B2AiFLN8HiByyprngcAVALyBLqainpVUHcIZnQDstHFAXNsBKiDNAdGYANXFuWThg8fh+Xg4QOwugdQZMZNGApzXA2weAOJFK4pxWMCAVFjAXHwEiBWY5IC4YEAoHKH8GzIBNDhgXDKh3ANzPgANg54Bt0QABMP0MUAA1BzQKBtgiAWafARYwyAHTggFOewb4lY+AEcAqB9QKBrBfAMQfAQOAnjjV8YoGzNoewOMPwBLAFOcaFA1w3l5OyyIHdGJyUFbHKhzAoBOSFaYAqsXJ8eMjWDgAt5XyU2FbnHp2rgGQ+zeLT2kVcarncw0AstFef3xY7ohTgc91AKBMRkp+WlR9/yFW4GoA/Ljb6TVKpe1InBtVfa4JAGylXMpbNRPei+bkacklAF5cmpan6wgIG/yqmjudljWv+8A5RdQvAcAXVaTSisGa/upl+ouEpOuV3wFULgOgUgWsdpVf9rglS0kKArBs+44JiZ/OI5B1FRzb0/AGKkAoQs4dAZ4PUh4B9ty/GGAgBs8tVsJd6k+OvZ+XGmk3GIlQ10pNoCrkd4DVXbKelKmMX4YT61IATTRrLZxdiBTWflVXROq+OmlfRxpA/AFAowQPR0AdOdxeCqAI6wigYoIw2816vS5LDbArQwWgJoz/BOAwuhTgUecHoDMHyACkbmcF+JOALDP6DFD0rwN2ZSDuJh8Az7qDEWWAvmQZnN+CA+Ds5REwbiB7ZXYDaNS+CojG7clytYglUWOiHNpj/9B2jaeuftBee1U52zefNbKM18f1+sG19OF81gmWz3rY+jaI44K+iqXlc85TJXmelXAuSYhOe/4/4G86zzRVE2y1rhmGUQtV1YzUjQ1mdpkSQ1r1bEdVU6yaTWI6JGqCv0Fu1OjLgEgParsSRq9Udbv9YDzq7+2R+7h1xpU607GM2v04dp/6D9Mnq7SYPb+Eky3mq0mjh9y+pl8GsCijT1a4Ds0esqqzRu+vRzQfJ6bRp7p/kDSHOM3hvAX2TgtaJVzY7kzKARcBuIPK2iUDUO0uVuj625zmYNxt9glW7SgDHK/4G9Bdu8YkdpktRy+XA6BUghygs0n1w8g9Agha/SToD6s5oFbxkJWNy6CiM+6PhxnAj74I8PTtXE+o7nGWXQu3q7xUR6VBu18qO1I/jKsEvfTlSWXVshsPg8V082qj9ELd00S/0Wtu1a8CDCPUUghxNM1G0zTDNjSpGprm4NnaBk2Ljs9haAmbpoWl2bCxNM82QkPTtPv9gjvgDrgD7oA74L908zGemw8y3XyU6+bDbLfv37mKZNpUe58OAAAAAElFTkSuQmCC);
}
.amstripe-saved-cards .amstripe-card.-unionpay,
.amastripe-card-saved .amstripe-logo.-unionpay {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABLAAAALuCAMAAACJqx9AAAADAFBMVEUAAAAAfIPhFzUARHzjFjbiGDYAe4QAe4QAe4QAe4TiGDYAe4QAe4TiFzbhFzYAe4QAfIQAeoQAe4TiGDYAe4QAe4QAe4QAe4QAdoriGDYAe4TjGDYAe4TiFzYAe4TiGDbiGDbiGDUAeYQAe4QAeoTiGDYAe4TiGDXiFzbiGDbiGDXiGDbiFzbjFzbiFzXjGDZfMF3iGDbiGTbjGDbiFzYAfIMAe4TjGDYAY4DiGDZQNWR1Llc0N2uXI01pMFsAe4QARHziGDb+/v5EnqUzlZ38/f3u9va6292Ys8qZys0RhIxnsLYCfYUGf4fL5OYDR366zNshjJR3ub1Vp637/Pzc7e6pwNL2+vrL2eTu8vZutLpLoqkLgYoiXY30+fklj5ZTgad/vcEAdoOkz9M+nKIAWX+o0tU6maBEdp8YiJDy+Pjn8/MAUn4AS334+/vj8PHf7vAAYYCJwcby9fgrkZnudIYEQ3s9cZsyaZbjHzxRpasAcIL6+/zr9PW+3eCju8/T6OlfrLJaqq/I4uTD3+K02NsSUYba7O10t7wVho8AZ4GNxMiJqcJjrrT+/PyRxsociZIAa4LwhJQsZZPlLkr87e+Dv8N1mrgOT4PdGTf9+fmw1thKe6KWyMx/ob0vlJsnYZAdWosISoDkJkPP5uefzdDzoK3vfI0YVonU3+is1NZpkbJ6u796nrv0r7nWGjnq8PTc5e3Y4urB0d9YhakPg4tLNWXX6utvlbXnQFng6O9ljrA2bZidt8whPXJXM2GPrcX98/T3wclgi67qVmxiMV14LFfmOFELQXnoR1/F1eHrXXKyx9f4yM+Epb/yl6XxkJ/wipoLTILsZHgaP3TpT2bi6vDQ3Obzp7JAN2j2usP1tL775+rtan2oI0jIHT762+CswtQwOm2BKlSwIUXAHkDm7PK2ydn4z9U3OWuLKFHQGzz74OS4IENxLlmZJkygJku+z91ciKySr8cpPG/51NrtcIIUQHaSJ09qLluvxdYPQXeXssm8ztyUscgSfoyu+I4OAAAAP3RSTlMAREREBfm+KYT58ByxFw7pCmvytng1EsoE6aUy35eQT6FqVdZfyZp+Vzx1YSHAq4522SnRhkw+33TjaWlZWXBqqqufAABfnUlEQVR4AezdvU6U7RbG8SUZQAYYkOFDPl5AEQVBCKIYqlnrCDgHEjsobKbxDOws5yimo4RKwgFMQwMJH4USxYJEjc1+H4q999qZZud91HXP/H8Hcee5r2dd65bWVppceLq68mx9s1jsNPyt/vn6/MPe8U3j58+q/gPY2t15/ebd+7fb29sV/B+Ghgbmuvqmhx+ODAr+bXlhtbxp/4HT6x/HDf3nsLvz5n0OpxSm+oY3BgWTT8vj9l9web7X0Bxg9/W7PM8q9HTdHZE2VlqY5bBy6tcHDc0Ddjisfomp6RFpS6WlMlmVU/++d6TIA59Wv9Lc8Ki0mULHLKeVd3FwpMjDzhtOq1+sZ6Jb2kj/E26C3tVhQ5GHrddvK/gNukakTXSUDc7FXlWRh913Ffwufd3SBmbmDc7JsSIXO+8r+I16pgeltRWWXhmc6xtFLna4C/52Ay+llS2sGZyTGwVfVwmbGJVW1bFucC4+ai6wy3H1p0xtSEt6XjY4pweaC2y9qeCP6bkrrae0anBqh1XNBV5vV/AnTQxKi5nZNDgn+4oWydoxNiqtZLlscOoHmg9wG4xgrldax0LR4HxtKPi8aiVT3dIi+ssGPq/4vGpxU73SEjrGDc7FvuYCu/l+XoETq7Bq8PL6OYjXFUQyNiip6583OPU9zQei1ZzRJ4lbHDc4l/sKroOtaliS9qDT4FwfaS6ws11BPC8lXYUXBu+8qmjh+AoDvZKqUtng1A4UIacZQIzVv25w6seKVo/b8UiStLxmcK7ONB94X0FYA6OSoMlxg3O6r7nA1tsKApvgvOK8AudVMkY4rzivwHmVii5JzGTR4Jw2FIyLMowV0vNxg3O1r+D7qm2MSUqWNw1O/UbBedVGNiQd/a8MTv1MwTwD06MhFeYNTm1Pwbxoe+mVRBRWDN4HBX2cNnNXEvGXwTtX0HduNwP3JQlLBu+kqsjFbgXpuCMpWOw0OKffFLnY2q4gHY8lAf3jBgYa+EGYBu6EzwzegYLAnVGsmJ4YvE+KfOxUwH/CfC0avMsjRS52CbCo5+SstGlwamcKAqx2NSqxzRq8HwomsBhsiGnG4H2uKrgQ8kQhEw1JqO0ruBBSgOZCmIYvCi6EbWyOP4QpuawqGHFvYz2DElZhzeB9VLBTpq11S1hPDd53BSOjbHaPqb9ocGoNRT7eVsAT0CzBInEncW9PlHOeG7yrI0U+SNzZMJO3FQNbkfnASgNP1k8avNOqgpEGJkdjKhvYgsUWLPyPLj6w+MAiwQIHFgkWCRYJVlvgwFruNDj1IwUfWOhiBisJhwo+sGLiwCoVDQy5M+SeBv4SPjB41wpeTg2KOax1g3esUGVNA6bZg5WASwWRO/52l8id2jORO1JxT8IpjBu8fQWb3GNiH9aMwbtQ5GOrgrSN8PQEU+7cCJGKUYmmUDRwI+RGiCYGJJwOg/dZkZMKGHTP2aqBf4S8PZEIFo6uGbwzBVOjMTHV0G/w6lUFU6OI+ZNwweB91QzoEaJnkDF3hhoYakAixoiwiLCIsED1mQgr5wgLrMLCQ3o54Z0o6OXgVi9TWExhMYWFRExJOPMGdvfxHiHSWDda6DQ4tSPNgAgL9ygSUiSkSIhUdEs0TwzeuWZAhIUhCads8PYURFgI+sRX0eA1NAN2YWFYopk0eKcKms+4tcELquF9V9B8RtDm86zBO1DQfEbQbaObBu9GQfMZMd9QXTbQfCbCQlMvWd7H8j4iLKRilOV94f3QDIiwMCfhrBu8jwrGRhHzwZySgeYzzWc09Yjmc3gXCpb3IWjz+YXBO1TQfEbQR+qfGbw9zYAIC30s74vvm2ZA8xn3aD6Hd6lgbBRB33x+avA+aQZEWBi6L9GsGGg+MzaKRJrP4wZvX0HzGTGbz88N3pWCCAu37kg0SwbvWkHzGTSfE/FBMyDCwpiEs2bwzjQDIixMSzT9Bq9W1QxoPuOhRDNj8E4UNJ9xq1eiWTXQfGZsFM1MSTjzBu9YM6D5jAmaz/H9VBBhIWbzedHgfdacoJIzsLzvicE7VxBhIWjzuWzw9jQDIiz0SThFg9fQDFjeh2Gaz+GdKmg+49aGRPPA4H3XDGg+o2dQopk10Hym+YxEms+vDN6NguYzaD6noV5VEGEhZvN5weB9VRBh4VYvy/vC+6IZEGFhTsJZN3gfNQPGRvFYoikZvNqRZkDzGY8kmg6Dd6FgeR9oPtN8pvmMpAxIOM8MNJ+JsJBG87lQNHjfFDSfEbP5PGnwLhWMjeLWCM3n8D5pBoyNoue+RLNi8A40A8ZG0SXhjBu8fc2A5jPuSjTLBu9KQYSFWy8lmiUDzWciLDQ1SvM5vB8KIiwEbT6vGWg+E2GB5nOaalUFzWfEbD7PGGg+03xGIsv7Xhi8QwXNZ9B8TsSxZkDzGRMSTaHT4P3UDGg+455Es2jwPmtOUMkZaD4/NdB8JsJCM0P3JZqygeYzERZoPueK5jMRFmg+PzfQfKb5jKbusLwvvGvNgOYzegYlmlmD90EzoPmMMQnnlcE70wxoPmNaouk3ePWqZkDzGQ8lmgWDd6IgwkLQ5vOqwfuiGTA2iikJZ95A85mxUaTRfC51GpzakYIICzGbzx0Gms80n9FUt0TzxOCdawZEWBgSms/h7WkGRFjok2gKRYPX0AxoPmNYopk0eKcKms+4tUHzObzvCsZGEbT5vGJgeR/NZySyvG/T4N0oaD4j5vK+ZQPNZyIsNPVSolkyeF8VRFi4NSrR/GXwfmgGRFiYk3DWDd5HzYCxUTyWaEoGms80n9HUI4lmxuBdaD6wVckZaD6/MHiHmgHNZwxIOM8MNJ+JsJBI87nT4H1T0HxGzOV9iwbv8l/s3dtvVmUWx/GtkZmBGQ8DouBBx7PiwYCHyVytZ632raG0TEqHNCmNTUMDqSQDQ+gkZZBwgAAhInnTkgAXXAg0IQSvGMINExq0Ng1pm9qkllaJh6QCHi48aLwZW2e0r1J51tO9n/3sN7/PHwB3ze7q+j7LANZGYdzsKDTzGApdMoAR1hiYOQflsyuUz1gbBZTPc7kQnDFhQvkMKJ8XcCG4bAAjLBh3XfDlM3xmAoXyGVA+/4kLwRtmDGCEBbdHwZnPheB9MwYwwoJ7otDcyIVg/z/NGED5DPcHXz7Du2YcoHyG30eheZqvBuUzYG0U7oqC8xAXgncMoHyGMXdEoblpGheC7wyEOcIClM/XcyH4xEBMCPB4X8we4ULwgYFAR1iA8nkWAx7vy8YIC/B4XzSDC8HbBvB4H4y5NQrNnVwI3jOA8hnGPR+F5j5WamFfWlo5Dd8Y8Fw+r2uo3bJsZX1V1a7y8jqaxMnycVU/OFQ6rrHkJ42l3xv7NyoJ4jH9luyXz81t54dODB7t7cu3N//oq/4fjDT/pD3/fy3spEsOXOwY/796899rvor8/5zLcvmM8nmJFMiVlZXVyFTUlO3Yuv3I7uOLqlc2UTFB+fwXVjoqWm3spl2sjXB8vjCeoXxeIQmqOXVsX/W6CioGKJ+fYK0vResEuzkhtva8xrF5HeWz9xHWDklc2faGxgrKOpTPj7JSyx7RGmE3V8TWeY7P5wY8j7DKc+JF2fItdZRpKJ/vZqUB0XL9/GkVa3mOz6cGPI+wSsSbmhUlZAseiILzjPNgKfHPn26x1sXx+dh4hrXRneLT4eoKsgIPh1c+Ow+Wkv/86RVbwxyf/W8Zz1A+rxC/NlUT2HiwCMrnYdE6zW46xNYgx+dDExMgW2vEt431lEUon5/VD5a0rrCjs2KrH+VzlsvnJvGvZifBtdwcBedJVuoXraPs5rRiqo/yOcsjrPWShmMnKWtQPt8wjZV6RKub3XyVylIDf208Q/m8T1JxqoqKHsrnUV9LDYqN+l6Oz0fGN6yNbpR0rKkn+DWzo9DMY6WWA76WGhQb9QMcn0vGM6yNVpRJSlbXE0xu+pwoNE8lvzbax25e2yOWzrZwfP5jPMPa6DpJzZpdBJP6TRScuayUF60BdnNObHVwjM4Yz1A+vyLpeaGCYDK/i0KzgLWGRMn58yefSpdzGeWz9xHWQknRWoLJPBeF5nHWahOlIXY0JLa6UD5neYRFhyVFuUaCSdyW/cf7OkWrnR0NK17bis+3xjOMsOr+Jmk6VUlZgfJ5vn43SquT3XQqXttC+ZzlEVajpGsnZQTK5xvdd6MSz5JHxFYzx2e/9xEWyuclkq6ycsoGlM/3Jv/a6CA76hFbnSifA/RXsnVMUraEsgGP9z3tuhvl4a3184q2Oj5vGt9w83m1pGxpBWUCyueH9LtRSntaWU+3UT/IMXrHeIbyea+kroTgl+4ogvK5T5S+ZEddqdzL4e+MZyifqyV1Cwl+6Y9RaB5jrQ5R6uHEL3y1cnw+MTEBsrVWUreqgiAD5fMjrHVWlLo56QtfFxnlc6ZHWBslfaUEPzczvPJ5Fiud9va0DF/UPw+I8jmLa6MVL4mtmqbSZYsaFh7ctuMliVctQQbK5xmJH8wZ5cSfauhH+ZzpEdYhsbaGflTZtK5kc+3YD6+lf5epW05QjOXzoCj1sqPuGP4MqXfZgO/yeZFY20pXVV7fuL624dVj28rE1SaCn7suCs19rHVFlM6xo74Y/gyp95kB3+XzQrF2hH5dXe1qcVNTQYVg+i3ZL59bRelACyd94auHY/SGAc8jLNok1hroWur2bRAnVVQIbo+C82dW6vb1OrLiFZtujtH7BjyXzydzYm0ZXVvpUnGxkgrBPUVQPvf4eh2ZT6dy4Ot1lM/ey+cSsZYrJwtNW8XBMioE90ehedQh71Ma4KQvfI1yjN414HuEdTz2yfjJxaL3CkHo5fPdznlf8schjqYywvrUgO8R1sH4A5qm1VNexIK7ouA8o8/7lIY48Qtf3SifM10+0yqxtpksNeaK7xE/lM83Oed9yR+HaNmTxghr/1sGPI+wqsRePdlaWHw/sFA+X89aF0Spix0N+L9Rj/I5lcf7qhWFMlnb9eIUfyWE3xZB+TwsOm3sKp/GjXr+wIDv8nm3WDtG9l6d2tAdZkbBeTLxgzkX2NWFGDbp9f5twPcIa1syv7WtE6UtBBP9IQrNDTNYacTbgS8ejmGTXu9tA57L58oXE9rtXCw66wkmujUKzZ3JH8w5zY5aUxlhvWfAd/lcKtZqKklh35Q23eH5IiifR30d+OL+GDbp9b4x4HttdJFY20YaJaKzlyDs8vkph1UDnROc+IWvgWw/3oe10SNibS1p7BKVXCVB2I/3zU38YE4zuzqfygjrCwOey2c6ldiU6WXRWEUQ9uN9T7BWn68b9dxyVux0MMrnTI+wynNiK7eLVA6LxjaCiZ6LQvM4aw2JzhVO/MJXnmP0uQHfI6wSsXaKdF6Ywp0vuC375TO3+bpRz+2pjLC+NeB7hNWQ3I+U7e5lDjwQBWd+4gdzRtjVYAyPQeh9bMD32uj25FbRD7o/hwUPF0H53CxKrZz0ha8hRvkcon8lMRmvT/RXwiaCCR6MQnNv4gdzLnLiF77yHKMPDfgun+vF2suktFgU1hCEXT4/6/zZk/x903MxPAah96YB3+XzFrF2kJRWi8IKggluDrh8Vnz26PRz0he+zjLK5xD9I4k3FY6TTl2umGbuKJ+nsVK3txv1PJTGCIu/NuC5fKatYq2RdEpF4xBB0I/3PcZavZ5u1Cv2J9o5Rh8Z8L02WlkjtjbUkc5m9z13mB2FZp7zYdPkj0N0xvAYhN4lA75HWCv1R+qTea1hOcEEM+dEoZnlUMvodHPSF77aGOVzttdGa8XablLaKAqbKWwon2ewUpe/EdbR+N4zVThjwHf5vDy59/VObhB7ub0UNJTPC1ir3d8IazSNEdZ/2bvToCrTM2/gJ6npeSeZN+9kMlne7Hs6eyp75dN9PxccVDxwoPs0i+IRSksW3wJLsBELGhcFKWm0BITQiOCOtraCpl0kATTDuCgucWmXRJMZdSZm0Y49GdPd9arBtODzeP73fT334ZHi97nlnKaKu57nuv/Xdf1Wjop2CUs8Zy7YOYdId0HrqHeNgOF9WwnDXw5R0jQcJaw/yFHR7nyuIthzQtE4UrBEeNto5/NnLFU3CMNfDnF6WEpYP5fRNlrCmmiuKh4o0B6PPOojPs/5IWPIuukS1vJhKWH9WkbbaAlrJsHGm3wjrBQPG/Upn9e8jzFk3fhyiAvDUcL68fNylLHOZ35stMjkbJksMephn/N5zZcZQ9aN7ze9MRwlrF9Kl52cfetY+bWbaR1nO1Oq99cGRzufH5ERIlRcQChZFiLtDfij/tHnNd8yNmSdX8Kqg0tYnu18DuZUt/tpkG3lzcHR2Kj2tNFF3NQonkkd9Qmf53zR2M0dfznEqWEpYb0mXZOTUkh29mwOjnY+I6cK/6UtN48UTBCjHvYx7w3ve4pxc2e6hHWcUcLS9xfpjsZdHeSofd9oCUtvSX2MULKUFORXiVHe7nx+N+PmzngJq3c4Sli/c+m4OlZIj1O6V454wkDncyhDqEjOH1F9hKPD+55m3NzxSliAnuEoYf1GumH/Nopk82gJ64GpBEsUSqaRilgx0ox2PlsXo1bC2k2YC54b3tf2FkUWKh4tYakvzFkqVDw7whYSjg7vey9j4IvpEtasYSlh/UKyZaYToiM4OrxPeUnEs0oV97LRdTkcH/R5zcctVZdIzQlL27nhKGH9SrJt8RMmU943Orwvj2DLzK33WitGDfaDEdD5vD56JazLUShh1R2eZQ3yZ8n1OqHK5ZNkUuZ+Q53P2YZW2iwmJfPFqEHe836f13zTUnU7aiWsNTVmS1h9p46fv0hE/Y6dzxW1+3Iy9+69lVk8KShR1QRrl0+I1h3Vb6UTkfOJVVFbfO9XtSOzuE298/kZM/d4c/ykYm5AeFfCqhfZ52nuxJfjn/TO5x+ZXpjTa2k7YK6E1XfpeG+9/ZbXP8l7KnIaytPS6R2lHV372yTgFuG2MRL0bcW3Go69Xn4k6Z47KeVvtmzGz1VcsPZWd2chDdgjH7WxeUvK2UJ6R35ad2aFUufzIiPJztgwjYgKVkLsiysXpPJSrbkTs14qIKIXEp7szuevM04R4yWsEyZKWHUHNpy73kQPu2E95JXnZcWOse1+suG/tmN1xPemQsKd0Xs1u/u4sz2fbIXTuhpyGqUr2pobys8O/pyUoYfV/q7tZCc1pRkvYQXiTKy0KZpOrl8RBpKnzh8/YfGLc4oCQkcgeU7WtCKVs2r8uMR8GuBPEBqWDZxV9+XlPtmdz1/jnSKA05a2866WsEr6DmxY31sfacvrHxs6S8nZ9kh18iOkoFO9M/FY0jaKpLRzy76g1BdsbW54szOdHjUo7NrakuYnZ2lTBWgVwfLggyK2jJT4I2WwkuetTAzTA3mbnlU7s6piJoxbkEd3ZeFnVSkNUqX6GjlvyZgyxkZH73U+f5IfPueXsJgbvi5Efqia1X/+chOw5bXkjV4/RXCzTT7GPlJRLVVU7D1SSKht3bUaJ9WknM2vX9teSk5a5QONmw9RJNPiXd8/MUaApsaRmnHiMQIxSyppqBmLM8Cj5+65MV1hUeuymMXr1pbSo5Lho6ro2Zen2PyI5xKEgs/7POe7jFPEdAmrj13Cqjv9xvELt5sinalrHvznJ+qho6BYOusiFbMlbPWta6Wk5tD+1RLVlrO5+k5HPjkYWsKa1F1IgBlFArHJ/c7neWFSE1clHMUuLSBbBS9GeAOcfPcN8NUQPNM0YfLECeMWxnHeh5dNfXHmS5UhV9Z3fMl7nc+M8LnxEtYlXgnrwPUepWRr3fomwqTmSEfpSieKRNW+nk4aru6CjqwdZ8ME6Ro43cpLCVMWKwDT3e58zphCAGyMacK8BeTshWSHIvfdc2PT3FSyEU6w+cJFcxavHPNcSH/jdSA5ZvzMTWvDwPMp7As+r/k0I3xuvITVzyphHVA7U0uW9xCscLZ00EoqciSm+I6fNG1vlhE1E+rWX7u6wwSbngxUxwkW2gmVr14lCPCnvPOZCKdp3MQh/yB2ftaUxDhy9sKjp9sC9j3minzkt1f0pHc+f48RPof0lBjf8HWBe7IevPc0d5FUdJyU9nIIhcdG990kjpQKGUEDodqkDG7eRioSE0Qk493NoueO85OqPPtzNSMrjiLxL35QNprzzLiF03Xeaueyk63z8DZM3D/5POcb/PA5v4TFnBO4gTnHud6yDh4lRd3shxWijkYJaL3iJ54zxW4l8zukLD5LirLcXKG6UkSS8XIeqbOtRSVMmE6IFfePjFTtt9oMP/417SXMIEBZ/BPf+fyU6djockvbQV4J6wKBtq5ZX0Oq8lulrdkE29aKlNqP5RNbfoSOmmsEenNjuZ9UhZeJCArca55JnhlHGqYJGzGvEmixEJMZ87xyCf8ge/MJMf6J73z+iqXqcPRKWBt4KazrBOqtJw1d0lawkEDpyA1hznZyRYN8nA4CHUknHLyZNJkAyL1+1YuLQqRjRrzNi+UUgvnniBjO1PgZ3KfVRAKsDQg1H/J5zVcZM4uNl7C28lJY9WRUqkNlqJwwe4CUVLDbTy7ZIh8jlYzKy4iQQCBYmfNhNXHFwhDpCcfaPLPEkYK4yeM55/dLzLN/KiGmqnY+j4ThfUe5JSzcDVYJaw0Ztt/hnTBEiM6NQAdOGrnGf0s6aiM+zgSrdQSxv2DLSM6eM2HpmBnEME8MFT+N1CycSag5jPGF4xhDdKYJRX/v85yPKhfCe6JWwqrjlbB2k2FHGLMa8luCQNigkFyUuk86KSYO/oCFSoIVjHkg8a7K5+JChMMfW7ILSFUegfxV4Gpq/Dc52U+RhZOFon/wec13+IVwIDGg6TCvhHWKDEt1SDYEkyiSQ0jTzK4QuWr7SelgP/ExNp8uo+G1KSCGmFBK5szlVPEW4XuB+Butvz8COp83RK+EdZxXwtpApu2T9lZfiXBy7ECa+l4nt42VDlqIj7FNeT4NqwUJYrCMacSk/lZXBr8S24hHnu5mZAhVH/Z5zWcYhXDIeUtfL6+RcD2Z5lwVakglR2k7gsh5VU7uK5b2WJ/FHzS1kobT3Cq91DmjYGbjBU5u9hm8jviEdz5/2/TCnOWWvh7eLKzzZNox6WhSVz7ZOfP2bIkIXiEYf5bNIWLgD92bS8Po1VwxWNEMMiuZc2hX2oVGC/BZX0925/P7+IVwcyWs3cxZWJeJj9FYs7GhM0SD5HdumS1B5WREs7R1ldgYSawqPw2fymVDy+1xZNYM1nyd6eJRL1JkoVUCMPI6ny+Rkh5L3xsEucDo62FKkY/XmLPl9ZTO9u1ph5JSWnbUBrlLLPgOSTsVxMfoYZtDw2du7tBAU97w3JjGECYsHhGoxAtnT/jwvm/x5yeYK2Gt55Ww+si4K9KQXWRKKzhykA/vAFxCwyYxXgyWnUemjefdlCaAm2LxWV9PUOfzF/nzE8yVsG7zSliHybgjnH1Zx45kSgfF+dEtu+0nBv4wz0QaLi9lDK1fxZFxRcJOIJUw8WKotUo1RNzHvDe87yn+/ARjJaw1NbwS1nIy7o7eDpr93TfTH3febbxKxuxhbiUzcGDtDNEwWRoQg+UWkHFlATw8C5XsJyJvvglC3T/7vObdlqrThGPuNz3AHOd+jozrkmomNTd0peVHqtkHOwlXerW9I52bHbtDxq0QjibS8EgdL4ZIWEjmvYSv6sce0BbiqZInvfP5aUvV8uiVsJYzx7kfJeOq8R00mVvK08I02GbuFtbCt5sb5V211YWsqQ0dNJyxhpk0LGbEAnlxHHs+zDjCZGu0PS8SGj4wEjqfz5OSDZa+C8yNhPVkXAO02aHbaQdNq7Szz0+YUHWjfKC1g1F3C5YSA3uK1UIaDpuqohm4B/ZPvEyYGPVfX/5kgfB+5/N7TS/MOWjpu8h76awj8/ZLZxXF+49dOZtKzq5KO8F2wpwZ9HI3aZv+4tZaYmNsjsjIp+iLszlAV4Xxfz5l/NSi5Nh5U8KkKpyA9ychgfUYPAT3xHc+f5yxdgtSU2J8w9cFRgnMTKdL4+wdLeWH0nVDES2EaW+Tg2wmUIUcKpPYGL2EMRR9i2xGoAYSCTR9QgYw4w/uBRyQrdfYswD4vjuFjnf5vOazjCwn5Ib52OgGxm4fNruJVjnpBNolbbSmEmTP0M8OXtWuum8h4/IDwkkWRduM+Xg/no0p8eIh4/0uzbdfplUNnKgY/MK95/0+r/kmP8tpruZ+jlnC6icl9efPnTi+/qyfFBTaDWrI561QfYsg4Vo5VDdhdnDbgPYcGdtybGwaY6IK0PVrTjgrQ9iYHCaIf+im98UuvRsH8gky6PMDa/G5yIo+4vOcHzGynJB+49NG613Zp3/5xECx7deTygmXxtpKmM7ZEbYZ3tYDPNilES6tofZvu3x4d/kDEsIUTaF1y/BzE7vkW0QKQhncKYYzVQtfU4WWT/m85uuMLCfmDePTRi/wp0o0bT1tDXjleaX3o3LWkq8jjLEJSXZxU8K0yKEKCRQeu08zbzpTAKUb8/LHJaNT5fGeyCI/EWf/hGIQa6Xibq9pQs/nfF7zZS8vzLlEkFncS8Ke/jrrb37pfGagqYZdrH+dydkwlkqQbt2Hwm0tQ+pmwQ4XUg0vU9TELV0m8K1++E7YRe5MrRin3ju9GJ2LPCI6nz9pemEOrTHe+bybe0l4ynrI752fkdA1892syPlZgrwu7WwnyJtyiB3ad6K3XLgkXERRsnZ8hnA0gSCpk7lR/TnCUZby23V8HN5ioOoTPs/5LmMEKOSipe8y8xOWE6SmznrIa/fL5qmcS8IjBCoMaj9gpbZJO+2ac5KrwU9drf0WSnkB4SCQR9FQNi5bPEbGdIJkcctw/ir2rrMxSmMuCjIEyPudz5bphTm9jBJWDSG2cic5X7Ye8uN/U3nMoTP4qQGWoTo5D1gyTfPAStKfVnqGMAuFk9ionFYxAwcm8+GmIIN70fmqcDaVIInigeRUVofByO98Pkhq1lvaTnGr+pc1vuLv5H03OVXzMIFatJfc+1vx7c3IcbdNfzBNO3t832Iyy5+4YmpARLAzjliL3rNcmbKzTPXMm8Kfi+zsf/m85nv8hTn8TkJmiqqPe595yXrIb5yjUOCRI9s4KfkuglyTrDnH1ZpfOYdxYM0TTl4ic0KJS+dXCcAEgsxIEPae5e2fUAtiFYgBsX6KxB8rNH3A5znfML0whw5Y2q4zk/SnCTOohPUTpco3NeMbSaGKUEUqQTKlvUK9c7aZIKUn8TMSr7kHysiI1MR1i6dmCEygkjdnQUwlVDJ/nWyewovoOqHrf/u85u+eMh0bpTrTw/vO4Q+DyIn3C3nfHoL4K+Sj9jL21zQQpHC1tBXUDI62MKbB5xOkTDgpIpeFX120cvGcooBQMIcg4XjhYDIR4U9HzCCWPwDfTeblCl0fHAGdz1YPKekxvvP5FN7YA5x4v5L3BfMJ0oHPssIqQu28VT0bNVtzrhCkmvGRi9RfxnB5ZZWJYzaNm5k1YV5MUbzAgTVz4HEl3p2N/SsJslPcE5iLdPFo+4HPa75qfMPXddMprJo1+MMgkDv9s1pNp0tyUg052kNemqW9Ys1P3q7/IrqP2/ArppGCvPGxf7MqOTk5Nz4+QfAV8Sfk8PZPKLZfL0NDEM8lCMDI7Xw+TWrOmW4kPIqPnkdypz9Ta+fbC4U38YpQNUG2BaW9/Xp7cyr8+qGzHew/9QLCTS8SRqwgSEEAfsICxhszaveT0brbHIHz/vC+jzK6ZUxvzNnN/YCDOi+tf1IrQ9XazWrw6+8HPAPHqOwdI4h/NdhuDSyvaCBIaCde/HGWt0oYEZjBbqqpYuyfUM+kxYIPWGMEzvvD+75jKTtBak5ZujYw+3KsWRrJ1leeV/rDLwxKxuzOau03ukzpIEUv7rqLsTP2TYKsFU5eZA9Z5ptK6DnhKJc9s0LlQS0Ge8AKcQ747/u85mv8CVX4eWKmBegiuxPxuPWQP6pNh3pLMt6RKFP3jTC/UTo4q3c9Wc6YNniNm5ZcR7DUBMHH6DmuFII9ceIZ8XhxcDviPGSqA8OHfV7zGQvAWkPTVKIdamgixHr2Vz1sPeR/1P7wj3HmG/s36ubUb0oHwVS9u4J2/VZtuYeblpzBHS3MlxDHfiPE4vrAZKpE9NcZqGSsegZ83uc53+ZthQBcNj0d+TDe9IgExf7T8Q8fv6wrJ0yH9uC/LdLBPr0Y1slSPOc6VKOfGRtdxh4tzBdDmInC2SaClCYIZ/jPGQ+V5ycIhi/5vOZ9lrKSGlJywfAbYU8Jt+Z+w6bzWdYyYqPyrHYkogGfq2xvs16qoZgRGy3mxkbns0cL8y3Bl91w7zoXiAhmoi+WiZxVz4Av+Lzm08yrO8Bx45Ma8KI98BP+Xa0M1YG/lkH7wW4S5Kp00kWYjVoHZTfjjFzELR8ZLWFVov8TzpLZLeADxoNLtGPAB8IR1Pn8LWb6HHCJeUfIuIQ8p9Gc/a9q6YAuiV8SAitUV6cyLutUamBn9HLuO4BLQvW89avDX8KazN9cLea7dc85ETz3xgD3kRz/5POcLzLPEcBBs43PTWvw6X/IN/yJWlZ9M35JiDwn5ShVoBj1pCt66a82aaOT+TKX6x/+EtZi9shUfMN9sjun57pVfv6q55Hf+Wytj9J85IPsFWJrajSuMf9b7earFs9uIitUW7glrBy9on0b5000nbkn5lkPlLAWudC1vID9MwYk+AkwbQq682PkDO/7iqXufJQOrK3sjTyHNXod/0PtSSVdcjoJG/ASFpBWVVqGmqM1lPmOtNHGjY0uJVh+hjAiEMfvWs4oJcgmEdEMAqwNsVY9Az7k85qnuVPWAX2aJfcm9hvhCY1po/+ldvN1TTJySbRPt4R1TTo5opc7rWaEKZrxtVT21hJsoTAjFu5a5kflF/PnRoBeFCwf+L8+r/kXS11TdILu/fzQRK/GM9rP1DpVtnDqSOEgEBBAPlZ9znGnXhkqB0/J4rHReD/BVggzJuBdy+xFZdkionXEwF317OXO5/dayvooKksJ1/SgqVFn9Ron6k/Vop85nAEvN7W3GeZIB616Y52DYUL4G6WNO8xy9UQPlLA2EWQ6f+4e5QPBjCzCYYH6kd/5zF30x+x9PkGQiyV4YAwZ1fBbtU6V0pOc7OYx3YR8qJEbGy3WWnvRLu2cYf6tzyRYaYYwYzpBpglnCXn82CgekIC+LNO7fF7zWUvdLIrGdJm6Hn4q9Q2NUQ1/eNCp4idEmrQzljA5uiGqs1gJCy/ab2aEzjZyJxQs4C5450t2IYWVzd35rP6z+KueR37ns3WczM/vgyOfNX38/EW/9ZCfq73VdUs7hwh8wdItfnVJB8FCvdu+ckborJk5oSAjRLCZwoxnXSg/PePieJxc4ssSTB/xec4PzaUNeM3PB2oIchTflYG9sv5arZi0Azo1gOck1pBTfu60g5H+amEWVGIIN1GYMdOF8tMiODYKCBNXQYZg+pT3O5/5+XNg4jqg5DJh3sCbtKHYxY+fV3vkaOM05ryuXYHaJx1UE8Q/SWs8cjiIv4XisdEVBPPHCzNe4L+Rorv2CwRiLnHNF1yf83nNly0N9aTqkrERgfUl/NHz9dZDfonX3J2D33sJs0P7vDnJHN6XpvdWdwiouavHRhcSbK7g4B82S/lJLiQ2Cu2VNR9Y+0ef13xSJ25Ayi6oz8ECnbAeYzlBztt1Pp8MEeIIa15Cm25AoEM62OjXi3G1MCp2G5nTRhNSCbbSWM2dH8RczI+N4uF/9qpnwCd8nvNdfocfoqnOUnK6yZUffEHj0HtNrebeIu20E2SP9r+8gocasCERSYyKXTPzb32qB8a5x/DHucPPRNlgLzbPOsH2MZ/X/B9LwyVSd0ItmVpPoPX4YFQwefoXtelQzXjOHVqEGoY3V9i7qVntTyfIJEaj9yo3MpLLhBnjCa/DMZsRSxP415boqueR1vn8bosfw4L0rFE5ry4SqKkPT+Rj45F/p7h5ZiN+U4dkBNrgf2lvY4ggu/Ti8duknSRChANwPtzZc2J4LwlfdaGElcjvbcRHj42w4X1P8+es449CqN0XXfqppzTGI/9GrXt5Dz4vAcoIFDN3Pu8iSH4FsHoVrtgV8mrACXns9xy+TfxpoxOIWcvjB7H4q5493vn8Df4rIajmNBzA6nGrNNavMR75J2qF5Cu8sLluOYhqeXeEd4BkPlyxq2XGu7P5wwf45vJr/ptY4x74QSz+qmfvD+97r6XhMOm4CNbdlzcRrB/Ni+GNQ79Qmw61hTMv4ab+kvmN0tZs3V2I7YyO673McvkzhCsShuSx1wkGyhh1e8bUaHNjpD/o85qPWzpOk5bbyIm15jzh6tc8/mfVqM+S+JViHipH2pgEdz5rz2polJIxWn1PUKKxUWA/UBdzVMMiguUFhBkJhHmWMYUd2KEBl/b4q54BP/B5zVctHbtJz+XIJ9alelIwy5WhEjUl1jv+LAfcZAxbuUWYZv3qV1DaqSjUHHOaSZAORoYjDrxcM//gwCkYxfD7chI5e6jxMhnfe97v85pvWgCw4QVQfzhCwKuXVFx3p0f7tl3nc7CQ8Rf8uv4+wxaCpErJ6OkrfOSDu7VjGPDT2RjhYBWxO5/5itgRqmS/29HXLNIVlyv4vNj5/FFLy0XSVLO1znJ0+jwpadqN79OHR0n8Sa0YVM4Z1dAhXT6wGtN1OxjTCNLAiI2uwC/X8DeyqM9HXoVvYWXfG8wjAFBpGzmdz1+39BwlbU3r7Y+Zug233c6iljSpryR85Xk8MO64amt1vv6EmBbOKyH4j/2tj5x0IYIUMz51DnC5xhhzwJTNXfGVEUf4mYeZSpoqEwSfFzufv2bp6SeO68sPlgwujh84cb2GVN0ucelu4KBd53MX4y+4mDEhpoH0Z0S0puo+FuYQo2KXxIyoTydYmRjuA6uIfdUZhk+TZH6kYbTzGQhiAZqub+3fMOvSpVkbTqw/f7mGcPgLobWc1FcS/l5tOlToJCc2WstoBczR78rJn6TbW9PBWElYAFSPGLFNrmzmjPT4OPcnpiaEGJEGvs/7POfblp4+Gn6zrEh6NUr3/4nHRp0HnF8jSDpnYXSL/jk5VntvczkjNroJbuIzvzCHUfmfx77RWypgBYxIA9+XvN/5DLtBpvGHLpf0qHf3/Pjf1K75uzjTRpPw10lkknxOKUFS2ySwChGv2O1ltrZNMf+uA0jmXVPG+Ak1T8AWMiINfF/wec2nLV3ryTy8gGXvoMbE0n+XA7oZLcj7iNHm0kaaE0drCwlTrX9KFjNiozFuPEbkClOqWCGqyWVGsvpTGJGGkdj5/D1L1wEyj9vms4Ewu+06n9MYc4obOIsFg/mktQZ19jbCXG2EXibxmns7b7JxMuEKhDlhgvgn251XlWay+isYkQa2f/J5v/MZd5GGUw+ySfoC+LPsOp8bSwmRv5pRwvI3orFx4Ekps5BAmfrfuJ0RG610I2z0kjBnrv4LV0yZobnF4xmRhpHY+fyUpe04DaOmwxagXmPpzn+rXfOn2aawwpyCvewi1Jur5YCN+D+6wyi6lTNio1OwjezmRzxxG2tC2WKwnSv9RGZGPE9kRBpGYOfzVyx9dU1eP692awx8+A/FLOSb+PA+eLHgXoLt2dx274AsfrOQUIVt2IgHvObewlw/WhndJfX83dPTV4mHZLxcRkrGM64uo9ps+SEPdj4znPP4eWXN0tjn8194osl5N2A1b7FgLalI79iTSgo2g0P/8Jp7Eq8HbxlFecMXfyBx3rwHZahA9rg8UpQtcFWMSAPXe7w3vO9fLIa+Jm+fV9ZWUl9J+LMH70hhxlLR7cwRfNvJnDvSzhXST8kGC3mj0OcTrlIYtIxwr66YmB07cfG0MlLmzxAKUhmRBqa/93nOey2OfhoW9actzEWNlYQ/VQsm5AcZ71eFQdVFqHx7KsBxg3jRbTZzm+BKwk0RJs2gaKg0+p3iqoRb/sHnNd+xWEou0zC43OdyGL/Xesdvn1cLJpzlnDc3pYN9ZEp4NusltJzxOjnNjfXGi4VJS4gPDPzzk6Pmf0Pf93nNZy2e0zUUdUfr3F6Ucdx6xx8V35HKOW901ZK3ulmdP5O3yXAX43Uyy6lK4yfcVGFSNkVDllAxjRFpYPqwz2s+YzEdpyirOV7i+qXAKesd/yMHXNWfDjWbkYcC2gk5dkl75Zya+1XeZfscwoUyhEmBAmIwkzpYwvjhI67z+YcW11aKqvoDFu4yYepsOp9bCdPMqUBtlE6Ce8gA/y7pYA+j5t7KHCO1hHBzhVkvE4OZgV6LGZGGkdb5/D6LraSXouh8nYWrI8zFhzufn1fcXNNmc9icIcw26Wx/VM+rScSoue9l9qMkml+9DovPI+PihJL5jEjDSOt8/rLFt+YoRUv9JUvFKfQUtOt8Hqt/5uQQ6C35GDfJbak7pJNbnJp7OW8G1M4QP3IZ/exo9LZvTWVEGkba8L5vWS4o2UrRsbWOEboAa+7/qja8j24y6kHULZ3Bo0Nh6TnS0VjCNDCuGMa50XsSKwyrKiPTlgolkxmRhpHW+fxFyxXHa8i866ctRbc1au6v4e28TmfOyUIC7ZePs4tc1d4qnXUQJocxDGcC8EzDXufHN58YTCyuzmBMaWD5mPeG9z1luePwRTLs8in1d9UajZz7X9SG99F+zgXfbPlYY8lF5Sels41+wlQwLjRjXMgZLRDmLSLDsoWaOEI95+p5/s8+r3m35ZY1F8ik+g0l5pbp99h1PleT9jCsFAL5V8vHCr5FbincK53hx/MZaeNtwlQJWxn5jDEHJuTOIKP8OxlDb4AFaCO48/lpyz2HL5Mpt2eVmIyIHbXrfD6kfc2/upBA22UEjZ3kjs5J8rG6CXOEkXGdLuzFkIJ5IgqK4sikGULRGMaYLYYPeLrzma9kQz0ZUHP+gOHFif02nc/ogPMOaDYU8Odvb3UKuWDbZhlBGmGO6Q/vozFurDYuEtEQU0oMjK0/vGlh/ljB5+XO578DO5/xI+sGuexGf5/2t2nSmOf+U8UB5ymcylO1jKzaT0yhNytkBI0hRjK/mTBLhL0XiDFa2JCYODJnplC0gt8XPjI6nz9uue7U0RpyzcX+05a+A6Q+z/23qtuytthnxtGCPSBnD3H4U1plRM0EsvtZ1by7sYQwY7SwMUUzSM2i6eZea8cTJLxMuOpdI6DzGdB34ga54cb6AxbLCVLfofoHOeCI9iNHK8H2SUTj237SFUqZLQHHCFMobRziJaiyScESES25Y0iBPyvZYJRsjkZLNd973u/zmm9aZhy0XzqPq78wq8/i6iX1Hao/V5wORZM46akKiZl9xU860rsnSUgnYQ7Zldny8aF17Oa9+SJ65pURanqMwhqNUIJQFEuIggzhqo/4POdHljF1l9ZfJi03ti4/6EpBrUdjG+uvFadDFdovn8FclbDa8hAp8nfeWi0R+JlDbzOWvla6kXpKFlGUuy5EkJeqgMI4Y2RqrsYrN9+nfF7zdcususMnLtwgXNPlrcsPrHHtMY8wNQ9NW37lecXpUN3Auhyg5g5o29JBuFDnrjYJKyZMaY7+/gn/y8JWII5wZSK6kpeGgSebOWqbYDcJVQHk4EwMCHd9zuc1X7OiYM3BSyfOHb1RQ85q6m9f6J91oK/E3Q+upwd66m/cuH39aG/v1vvW37P1nvO9vb2zrHf88tHwtj99z/b2tLSkpCsp94y9pzzlrmtJSUl75Ttsql/p6dvv/du3kpJSBoxNuS/pnl1S0ewtnaXI0dDRtaNCqthYSA+Et23fnpbWmXQt5Z7yd/53k+7KfHwDUej+r+rQX39V06aMu2fKtLvG3DURf93BkxHmVWVFOInysjIU+/1WCGUF+GDDkdz5/Ekritb0HTx8acOJ/vXrzw2cGv3Hjy+fder07jrLjAOzTh0+cLCvbo0F+70cENy7PzNnX+2kitVSVdveW3/9pyel+04WN6S055Oj7SkNOY1SWfPezOac2a1tFTpfabPdr+r/CVBuduyAyckD4h8Q98XflZucvGrqnHnZIvoCE6eFyUnczCrVBu4xVULZgmFYL/sJn+d81xps1GvySRBszbm1pTuls2P71fRUCqVfvftck9T1/9m7s9g4i2wP4B+IOzPMAgzDMuz7viAWGM3TKZ12t+N2tz3thU66HTueNnZsX2zjWCTytR3HdmJ7HMtGSFnkOAuyJciiSUgyRglLJARCaMRDhIJ4AbELEDsSMMvcG5YE3yKdqur6vnJ1+fzex2Qe/Fd3+fzP2Xxw08MbmC0eAIdUlU+34U+FB4qr4JiiqZLC1fWZopH2nWXFxcV95eXp0InUxUDdAIq01ADHweYzBRRn4wuM+ON/wDE1fSOFbRV4THhmurgRDAnJznu43Xy+jBKK8xHzBykFJ8XHt4S+1ZCIgznxXhTpjoLffu7Z5i5KKM5bzB/kv4H4ZgiFUuC3sz3r3EIJxfkbI/SEZZvhCIrMxMFvv7av+cwv7yMvM+KPh4D4ZRqF0uC7czzb3EABxXmdEZ/8GYhPCsJGLnvx7vFscyMlFOdrRvxxPxCfxPrl12C53Xzml/eR5xjxx31AfDIqfY3I8eV93gWUUJwvGfHHX4D4Y38rijQ1AsfJ5X13UEAdwzWfiTVPWGQEhXZCAO62vvlMPmXErics0tGFIm1xCMB5nm0up4TifMOIXU9YZPUc3RG6yrPO7ZRQnPcZseoJi3QaW4PFudazzW8ooKj5TM1nu8UHUSgEQbiams/We5sRaj5bJSV949D95vNtlFCc5xmh5rNNot0oUtEBQTjTs841lFDUfKbms9VGpGdG3W8+n0HNZ95XjFDz2SKJpPTpVPeX951KAcV5hxEaG7XJdoOnUznnera5jhKK8wEjFj1hkToUaq6CQJz9e2o+W+8ZRmhs1CIlKFQMHHebz7+khOI8zQiNjdpjFQrNxIDjbPP5IgoozoeM2POEReJtBveM8k7xbHMFJRTnE0ao+WyPWhTqAZ67zedbKaHsXd5HT1hkvMngnlHe+Z51/kgJxXmTEWuesEgGhTIQlEs929xMAcXZ+CAj1Hy2RUMYRZIJCMqVnm2up4TivMZIHj1h0eEJbIfA/MqzzSWUUNR8prHRfD48EYlCUC72rHMnJRTnVUao+WyJqmYUSkFgLrSv+UwBxfsnI5Y8YZF21F/kTs1np33EiE+AaEokNRa5O7m87y5KKM5bjFjyhEUmUKg3BjyXm8+3UEJZuryPnrBICDVKOU4u7zuNX95HXmbEiuV9JF6JQv0QoHM829xAAcV5nRFqPtthHYrVQYDu8WxzIyUU52tGaGzUCjVJw5dyeKefRc1naj5T85nI6UH91rNrzecLKKE4XzJCzWcbrEKxCeC53Xy+gwKK81dqPlvxhEUau1GsAHhuN59vooSi5rOVT1hkO+q/YDnXfL6cEorzMSMWPGGRNM75B6yrPOvcTgnFeZ8RGhude9FWFMtAoK71bPMbCijOxheYa3YtkPGfR5iipUtOrrMDxGKJmoIf1YWOS5f/aLT4uFTZdzpAyqoyoRDoqIpGE9/+P2hIl8uIgrQiFBuIQ6Cu9mxzGSUU523mmuUoZQFT9MgyFCiHk4nVdO7MTLVgTmpARlU1CvWBWFVjTUGovO9oWta2TxbVby/sKemtbI00oaoGkFUQ1v9xDjafb6OEcr75vBBlJLcxRZtQoGs/ZBFvSE2XVGPuZnx7BqqIwgnExxvSo2XrxqYnekoquyvQL3UgazWKbYdgnelZ5xpKKNebz/tQylqm6j85XZ6KbRmdLOlCTe0gpUj9PFais7Z+qhkDEgJJ5Yg+LHKn5rP7vmJueeQAyli2hqkS/uAh4MQKylY3mfyk0oqo8o+M1Y0MYqDSICfajGLrQICaz+57hzlmPUrZzFStQJEOmC3WMNaMPumOgYwCpcewxrJKDFq5jy/urVUQsHM921xHCcX5gLllzSKUsXsDU7UZBdpglujOZvRPxreDyYPwg45MFwavD6TUhfV/lr7T7Vve9ztKKM4zzC2HUMr6AN7yJ+G4/eua5uKDSgkKjcF3CibCaMIoyIjPoNgABO1nnnV+SQnFeZo5ZXELyjhymKl6NCz9XhNb1Yy+6oqCjMaw5Cv4eFEYzSiW/2RofksD7xeebS6igOJ86Fjz+Q2UcpApO4gCySr43pYS9Fmhbwf9muIAVe0taEoKJHQkUWwSAne3Z5srKKE4nzKnPBlGGY+XMmV/l6zlxsv8j4OUb/cb6gHSbWhOmU9bsDAyDIE7j5rP1vuGOeVFlLKPKXukWi5VGnrRfzUgI96EQqsSq9GkWhAb1c9sV5vPf6CEcrr5vASlvMLUbUKRBADERyrQf72+jbmHa5vQJ2GUsQ6EGiNo4LIXNZ+dsPFB5pDSPZKBda+UpWyWBTLlmY5eDEI7SJlEk3r8+qfX60/Mu9p8vp4Syunm8xPoq8VsliMoMAJQnESO0UJeG5qUQhljIJJGjRKh48v7LqGE4jzPHLJmN/rpMbUx91B0O/KMjrlvQZNat6CMIhBIdOuXCJ1tPt9JCcV5lTlkLfpqrdKY+7KGNgxIBqTsRJMma1BG87DgAatX7iXMgAs925xBAcX7J3PH4iT6arnSmHt3cq77eP1oUjqBUtpGhyGrhFx/qa0KDPitZ5tTKaBcbj7fi77aXcp+tC2MZom3bPGGw2hQU3wcZUUG+wu/VwffWVX4rYGpZqVCIjWfXULN5+Vh9NVKNssONE5jzN2AehhGZeHGnD4LDoAJZ9vXfL6FEsrd5nPpK+ivfeIxdzNSIGU7mtQHVaisn6s8yqnYAmIuNp9Po+azw83nzeivrjXsR4eTKMnqMXdf29hxVLZT6bMgVyKk5jP5kDljRQv66zPxBL0ZvSAlZPxrahhVdQgqj0ZLhLxTPNvcSAnF+YS54tEDqEG4MOspnDvtIGXM+NfUJCpqy+mzYAqMOP0szza3UkJxnmOOWLMQ/baVzfIuzp06kFKJJiUAIIKKxgSj7UZLhLzzPetcQAnFeZO5Yfke9NvjbJYnUagpkpMWv8bcO1BsZ0F2GRTpKfjRFjiqGRWFcqk8hsCMSz3b3EwBxflr3jef16xZvHzf2oXov0Nslpekn2dUlfg15l4mO1SQRa/67tBWVBOJ51B5rAdDrvRscxMlFOc1lrc+x4AtZbM8Jvs8o2o8bHDMfQCyS6BIeFw3sDI5VB4j4/ADaj6Tj2mqPZtF/2/MXfp5RlWxyTH3MsguhSIlwBtENX05VB5TYMjFnnVudyZoqPlcugiDda/imHsIcrLarzH3Vaj3rbUQRWql/zeCE/n9KK8nBoZcSMv7rLfxBZavlmLAPmez/En6eUZRVdLgmPsgZLe/BUUKgNeOSnrUx9zbhkHA4ebzZZRQnI9cPT6or2IN+9GGZFBPw50olPBtzH0EsitHkVbtUdUh5TH36i1gzM8929xFCcV5i+WtPRisvYpj7qsgJ0XGtrkL5rkyuSzii7WhihrVMffqNBhztmedayihOH9j+ephDBQ35r4SRSqGIRexZlPb3AXfWmPdKJIW/slAYEZ1zL0pBOb82r7m839RQnFeZvlqFwbsYfaj0t1B7T9pMLnNPQPZ1aFIdRx+Ktav3jBKo6TmAjDoHM82N1BAcV539fqgvgNsluXyAwOK1pnc5t4H2bWjyAScSKJZuWE0iXJWN4JJ91jffCZfs3y1pgKD9YXipvgOyEmvX2PutZprS2dQZDRLUjarHtJoRRnVxSDgfPP5d84EDTWfn0VpaxfnYoPamPsByEnC5Db3QsiuJvdWT2IK5UwrjLknRxrBrJ951uGX95EvWb56AyV1HWTaFssPDChK+TXm3hjWGxkfQpF+yCa+s0nlkEYtCkXGxkHE/eV9dziTM9R8fmQZylm21Mxx1lCWHEmXjdQXDpTMVFZWRo5q4tY7JE1uc09Adj0oshOyi9a2oVDLfrmydySTjoN5d3u2uYISivOp82PuRx5mPvi3OBfjALyO4vpWY9vcJ1BoCrKLVqDIFjiZWN26/qRU9O4v6T2a3s2RSKQCed0l00MNcZgT53m2uZwSivMNy1dfoJRXtjEfbGhBkTf439+GkTaUpz/mXq13ibTPj10UsZr0aG17e9HIurITaYATiB6VSCRqCgoKasbjMHeu8qzzB0oozvssXx1AGfceZn7Yp/oyXjfWinJMjrk3aI25j4HbrqXmMzWf53bM/bFnmSb5Mff/heOqUjPmt7kXoVBzDLKKR1AkBG672rPN9ZRQnLcdHnM/sGsr0yU/5r4XjqkZi8zFNvdWFCrSOrcTiYPb7Gs+30YJxXne2TH3hftKmW+Wo9CuY3GVCaM+9TH3AhRLQ3YjKFIPbjuTms/UfA7Mo2E8iYr3ljI/rUWhJ+Fb40VdqMbgmHt1FWQ3iCKrwG32NZ/P4JvP5CuWpw5ido+v38b89TiK7HkIAOK11ei7cr/uWOAEZFGVaBjV3UVhnvvL+06lgOK8w/LVP/DEln22awXz21YUOgQAoUH0X9d+jTsWoiZgTefQZOFgNcoY4N67TOoBA871bHMdJRTnA5anSvcu5O1976nNnz9cygKwHoU2wf5pDEIhSClWve9V1dleGEEFQ9x5aZOGIHhn/9765jN5hkkge1Fk0QN1bRiIlPodC3ETsKpvexIV1XDnpU2qmZfN59P45jN5mhGxNV0ocm+qAoOR0L9jwTUBY+nt1ahskDsvbdLM/Gw+X0QBxfmQEX/OtR7BgPSClE7p+17j4pKyaBdFGRrWDgacYn3zmXzCiIFzrQZ+V6dRqBIAYunVYf3x1QE0rG5+Np9vpYTiPMfy2so/BWqfkXOtAg1+3bHAMdifGsRcRWIqax2Mj87qO9+zzh8poThvsny2FYO1QrzHxpbf1QYUKx5r8md8tQ8Ny4ABl3q2uZkCirPxQZbP1mOgjhg51yowrX3Hwv/x1QwaVg4GXOnZ5iZKKM5rDg8b6PtCfK7Vmt/VXgxYVxSOiUXQrK4oGPArzzaXUEJxnnd42EDfUvEeG1t+VxMYtELueqFJhWDAxZ517qSE4rzK8tmzGKhFpeI9Nrb8rqYwaCnueqFJKTDgQvuazxRQvH+yfPYGBmqleI+NNb+rhSZHzWfQsJr52Xy+jAKK8xHjOHQ0R98SjXOthsfc97dgwHq5r58m9c7T5X13UUJx3mL5bCkGKrlB/pvnv3YU56AMhUpASjkGbR339dOkdTA/m8+3UEJx/sby2X8wUH+X/+YZfvQByMEqFCoDKRmT46uFaFjD/Fzedxq/vI+8zPLZAQzUQflvnnvZQ5CDCb9eb2LdGLDmmLhlHeB/24BzPNvcQAHFeZ3lsxUYqPCj7HubUGg9+zOoq6r26xthncnx1U7zo7Mm3OPZ5kZKKM7XLJ9txkC9qPDNc+v9kINy374RtmPQOrmWtUmdYMDpZ9HyPmo+B2ohBmq9/DfPPew+yEFG82+EBucMklWClrWB//a8az5fQAnF+ZLlsW1hDNRW+TH3tewvoC4eQZF+kFKDQVvNHRMzaTXMz+bzHRRQnL/mdfN5BwbqcYVvnstzesJKo1AxSBnCoBVzx8RMKgZqPpP8bz6/h4FaK//Nc3fp/ZCDIhSJVIGUHgxYeJw7JmZSAuZn8/lySijOxyyPHU5ioJZnP9fKW6n+hCX3FjQGYpLr9GpD2Y0p/bEyJCmDIq0hGXVgwlWedW6nhOK8z/LYEgzUu+wHB2UqPA+AujoUCdeAlD7UO4E6gSK1oK5EI4/Nu9azzW8ooDgbX2B57CkM1ALRudZZVi6YLFIwPTEwU1lSOOPbUpUMCg1AdvFqFCkAMfWzriGwx9XUfLbe2yyPle7GQG0yUbAW6PTtr41YpvX43wrqilEkEgd97jafb6OEcqn5vBwDtewRfszdvKkYSAmhWIfW4/8kqCtEkQzY40zPOtdQQrnUfN686ERQrHqRjJXsB//COZMGOSMoVAnZxVo1/iU6+27KQZ+7zecz+OYz+Yq55mEUW86UHMG5UgKSBlFoROvcTnUVKCs3P8DuVvP5VAoozjvMObtQYmbKkoK1b0/SHZo/ax2KbA+kdjQBFjnXs811lFCcD5hzXkShlQYK1mYLKWWo97zdiyKjgdSORsEep/+ems/We4a5RmaV8RJbCtYCTQmQNKB3hjSBIuFGUBbS+anm/cyzzWm/pITiPM1c86z82mMxbszd2jsxwxUo1Kd1bqcf1I2hyABY5BeebS6igOJ8+CBzzb0o9J4tBWuBgZiPa5YrolrjBztBXRuKDIFF7vZscwUlFOdT5prSRSi0gyn5O86NSAJkbUehHr3xgw5QVoBCCbDIeZ5tbqWE4nzDXLMUhcLbmIrD1TgnKtIgK96EQkNaPcQ2UFeLIlOgz+Xm8x8poTjvM9ccQqGFdhSsBcKjIC2teYY0E0hFeUqvTk3N55spoDgbH2Su2YNCm60oWAtUpHx93cYZvfGDEChLhPXq1NR8vp4SivM2c81WFHuYKXkX50BTp7+v29gO2YUCqSin/PueOU+X911CCcV5nrlmPQodYEqexDkw1QEKtqBYnVYPsR7UFWp+z6Tm852UUJxXmWv2otAhpuQlNK66Nu7z6zZ2xyC7SvUZLrFol06Imnehfc1nCijeP5lj1nSh0FKm5BU0rCKTADX9emPuHSozXKkSSTMoNFUioScGRvyWms/GUfN5HwotKmUqtqFZ4foaUNQYRq0tLjtVZrim0LD6edt8vosSyvnm80oUWmnzmHtrewKUjaJQV1TrA9oQt/PYpD4w4mz7ms+3UEK53nyWWZm8z5o7Yryp9roY5GACdRbDR+vCCjNcxWhYRXTeNp9peZ/zzeflKNSyganYkMTAhCORSHPlYMlA4fbMZCrUCLmJV+fWoo5vKa/N9Hej2CActxoN65m3zecbKKA4HzLXrEWhP/k+5v74mjVr/jeqKgZ+SaufIR1O79w+WIE88arSqmo0bAjMOMWzzY2UUJxPWP56dsGJHEGhhQukPCk/5r6WsfthDk2iUC/MUjDWhmrquHA0qQaMOP0saj5b7zm3GzhaFsuPuS9n7D6YQ60otA6OaUyVIEdlhqsIDesFM873rHMBJRTnTbcPTeh4hXsUE+yH/wvMnQIUa4DvFUxXoLoMF44mrQMzLvVscwcFFOevDzrdwNHykmDMnRuT+DPoaKzPpsGfMffmGBwV6xzAnJRz4WhSA5hxpWebmyihOK+53cDR8iT73mMotI97wkoUnFwCeKNaDzglKDQNAPFUJeamaz8XjgY1x+Zt8/lySijOx24fmtDxLvveYrkxiftUln9mgLcas+gGAclJzk6oSrVirgq5cDSpCMy42LPO7ZRQ7jSfn8VgLWDfewKF/s0Ye4CPH6XfwaqkzpGvYhRKNqaaMXcprgNkUnreNp9/QwHF2fiC04cmtGxi3/s3Cj3BGPsflcAaA0651ovzahRqiqCOBPfd1aDqKpivzefLKKE4H7G89cgyDFT1YfadDS1y8w8wW4/qJr2MzueLqqTBwYIJNGwCDPm5Z5vbKKE4bzl9aELLP+R3PzzGGPtvpZOmtfL7iRtBqNPgYEG8Gg0bBTPO9qxzDSUU528sb32BwToov/vhJf4JC/oVD/yFtDYITxscLEijYcbuQv+ams/2e5nlrQMYqPCjgt0P3PzDQ0pjBinpZk09CMWaDQ4WTKJhA2DIOdR8tt7rNOaezYtqY+7c2GgvnlyxdLNmCIQaTA4WtKJhZWDIPZ5trqOE4nzN8tYuDNYu+d0PTzG++QwzeHKrpCOnDoTWYdA6uVMXJnXAvG0+/44Syp3m84sYEO4M2OMotITxzWcYFBVdZE8KVlSB0BQGLFkFxxRXijWhWFOlpAEw5GeedX5JCcX5kuWrR8MYqD3yJw6ThxnffIY2pVnI8SadO+4JDNpqUDHejUJNW0CX+8v7LqKAcqf5fBCDdUi+YP0e+2nzuVnlhnK0X6uWksKgFYOCWCEKhdNgnbs921xBCcX5lOWtf2BAuDNgn6HQjp8+YUG35JhAbLimrrZVLysKMWDhcVAwhGJDYJ/zqPlsvW9ozF1wBkzmxOG2nz5hQZO5XZv7WzBgJaBgSwsKTYN9rvKs8wdKKM77LF9twoBwZ8A+R6GF7KdPWJA0t2uzHINWC/LiUyg0EAf7XEvNZ2o+B2cBBmuffMF6M+Obz0dVoD/W2TDmXuDvbvnKYbDQ1Z5trqeE4rzN8tYRDFTXGvad0kVyY+6l/MMz+mQLiMS6MWCtIC8dRpFIDRjgQPP5EkoozvMsX63AYH0mX7B+l/HN56Pi6I9+EKrDoE2CtOFmFKlIg43O9KxzJyWUM83nzZijPQulPMu+d0hyzd8D/L4Xc4sK2iUP3mQRj/i5P281CvWXceKgz8Xm8xkUULyvWL5avOIE9qHYw77fEdt0oiesKPqiNQ5CvSiUgexCKNIUB1mpAL71ztvlfadSQHHeYW5Zj0IH/CpYc2v+gDOMvugDoRrNHzPi4/68jiTmoBxscC41n633AXPLZyj0he8R+PcTPWHBOPphuz8farqikN0giozqTjQI1IIFzv69Z5tbKKE4zzBHyM94LmVK9kqu+bsvkHrfVBWI9aBQIWRX4+P+vBHMSQb0Odh8Po1vPpOnmVM+R6Flj/h9Ryy8jR31kHoOiPU2gli0C4VSWj2afpAUCgc4R0/NZ/Ihc8u9KPQGU/Ks7Jq/PwOnA7VNREFCn2a7pwdFdoKc4VbMTXUM5t4pnm1upITifMIcIT/j+SxT8obkmr/7gbcFNVXUxkBGRq/dE63wbX9evdYFMR41n2+lhOI8x5yyVH5Nu6TSZSi04oRPWFCAegbrQEo8gkLtWh/Q2kBOMeYsBHPufM86F1BCcd5kTjmEQi/6FYHcmMRffN6y3r0zDnLqUKxB6wPaGEipacKcpWDOXerZ5mYKKM7GB5lT9qDQLt/viP2H8WOj+n2ZqdR+kDUiefAmi1jEp48/8RI/qz/mXenZ5iZKKM5rzCkP+z/mfkByzP1++flxga7B+uIaUDCot3uqDkUicZDRjhp6YM79iprP1Hy27ojOHr8ikBuTuA+Al0ahZKRtsGSgsD5T1L6uLFVc3hlqSMRATQeKdWrlTD3IqAujhmaYaxd71rmdEorzKnPKi76Pue+SHZN4QPl2fHVjFPxQJnvwJosZFFkFEqJtqCUKc+xCWt5nv38yAeeO6Cz1PQKf5Z+wJLeANoE/BvQO3iRQpGJYf7ZCrIGaz7zLKKA4HzGnHEShZaU+RSA3JlGqPi4QAV9EK/QO3qT8eV5ahZpW0fI+3l2UUJy3mFP+gUL3+h6BexnXfJb9He4GX6zSnMos9OW6TSLi+x5oaj5fQwkls7zP6SM6n/segeuzPWHBqJHAqkehKb1zOzUgFBvwfSsFLe877b8ooTgvM5dsQqGKNb5H4FbGNZ9l576bwQ/xJr3dLeUoMghitahtBubWOZ5tbqCA4rzOnPIvFNrrewTuYcebz7yUicAKab5nT6NIOwg1VKBINQp0xWFO3UPNZ+t9zZxyBIXW+xWB3DX7+3PY2tIKfhjTHHPvRpE6EKkaRJFwucY3TxNOP8uzze8ooZxuPq9Asa2+R+BSdnxslLfTRGC1oVARZNcgdbxC/yjiOmhWHG6l5jMt7+N9yVyy2fcx9xXS1+z/ksPDThv4YAuKpbXG3DN+XJ3uj4vHxcqo+fz/3EEBxfmrW83nV1DokO8RuDL7ExasMxBYO1Goukrr3E45CIx3o0gkAVCk1nek5vMVlFBON5+3+T/mvlB2TOL+XD69VIIP+oMec+/aDycX65GrMg6prWGm5vPllFCcj5lLdszdmDu7L5e1L4Ogbzgc9Jh7oQ+f8SalquARmENXedb5AyUU533mkvdMjrlz2wAfgBMZC37waBSFwuNaY+5jBcfE4UQKulCkNy53kqMR5s611Hy23sYXmEMOJ30fc/87Cm1mfPN5lsngA2s7CoUjJxFGAdHt56oZFKnugG/FkvLzE+Zd7dnmekooztvMJUt8H3M/XC37KFYKJ1SkfhdC1nD595owUOLqTJH8V9Jele+u1Hy+jRLK6ebzU3Mx5l6xgW8+zzYdXGANoXGr4AQ6Uahe+tPgCMyZMz2TqPlMzefS3b6PuS9AoXdP9oQFmeC+Eg6gaRVR+KlEN4q0RWWmPPg/E1Lz+Qy++Uy+Yg5Z7v+Y+7vSg6gPCR6YfJ/DGq5A03pyuzpR0SC/B6eig5rPx51KAcV5h7lkLQodYUqeRLGubbPHRnkTeFKRmMYOLOOGAHjx1Si0U+VMY9vOuv0wJ871bHMdJRTnA+aSx1Bo2Rp2EqWLly4Wj7nzFq7hn7Di4wXp0dqx7QNT8dWBlee2o3E1wKvpR6HCGBy3HyWEW0sm6ou+0wjGnP57aj5b7xnmkMUo4bElpeynHtm66Ykv3nu8BXEx3/SRcOTgYXYfQLQj1DfUninsbcZjJoRDTsliOLF4NCragWVaL3AaR6pRqLkRZmlFFc0xMOZnnm1O45vP5GnmkCdQypGVO5Y/yn6wYcW+XU99diCMP3icb/rIaXm8v7UFf2oUelCkfhwA4sM1BaHOVamy9snMRE9JZXMSsQ9OJo3GcQuMO4qSKBZOw2w9qGIazPmFZ5uLKKCcbj7/G+W1HHll4Wd/enE3ctbyTR8t4UYYQKHkYHNS/Cc53iQa1wDHVNWEavtRyojOP7sTzLmbms/W+5Q5ZEML6lvOZrsX9ZQAlKA6qQJfK5rWPIPqSuKC4qJgx4Q553m2uZUSivMNc8g+1Le7lM22G/XUAkxhrlJwMgVoXA+qa6rR+SY7Mb+bz3+khHK5+bwS9a3kd/fpKRB0UTS2Ba/Lj8BaBZwEKiie183nmymgOBsfZO4oXYT6lrDZ1qOe5hjAoE9/kuNNoWnV/aisHnixJEoLj8/r5vNNlFAuN5+Xor6WDfyyGi1FgnXrGndqEmhcTwWqGtyvlbT983t53yWUUJznmUMOob4/sdlKl6GeTp238QY4mRQaV6ie/wWCm68CtfO7+XwnJRTnVSfH3DU8wVcTtbRUAUAzSlC/U1OIpoV7UFVK8/FtC5hzoX3NZwool5vPa8KojRtz34VC4rmECOZmGkBwW96wkgiKSeyR70NZbWDQbz3bXEYB5XLzeQXqe0x52aj4A0YT5qZcfFTL8m+EbcOa8xhj87v5fBcllMvN5+Wo7yXm6xRWAo5KYk5a9sPJZOwPrGSBbgcyBOacbV/z+RZKKJebz1t9H3Pf5ktVuCmIMfdYBE0bbEM1o5DFBMqJxGFeN59peZ/TzefS3X6PuS9FMfFcQncQY+519n/AatdubdfDvG4+30ABxfmQOeUQ6nqKv2ihp06n8peAkxlB41arjqBlFetHKX1g0CmebW6khOJ8wpzy6DLUtMTXL5mRmMbi9Sk4qUE0rbsEVWRikF1BUn5/vCGnn2X98j7yHHPLDtST3CC4yqomwx1S1dg8xWss9EU1ikQKj5kMo4LJGJzMaBjFesCg8z3rXEAJxXmTOebfqOU9xlm8GzX06Tw3NUDwohXi4OGuS8upSIFAcQUKDYFBl3q2uYMCyrnlfbxtu1HHDsZbvsyHi1g9ubWmg7cKhdLcn/akNKdBKFSJIjVg0JXWN5/Ja8w5S8KoYRvzM7EG4AfjbaisCAyoR5HqOPwgXo2yMlGQEK+tFg2FzO/m8+WUUJyPmXt2aCTWK+wEntyNOSqDY8b7UVUnBE9igHNCfe3eTCdIGp8Oi8ciDLnYs87tlFAuNp95S45ojrnztu7B3HTAcbFUN6J1m4HTKrOfRShlqjwG8gp69F/xXG0+/4YCirPxBeaiDbsew9w8meUHHlqGYoLibjw9OdWl0ho2YFLmhMYPYq0o1l0UAkUFmWqpVzxqPpOPmKsePrhgYRJVvcuyObx01xt7HztSjSomgRffkk61F9WvHiipbK62YDNwK4r0yxeWIz0joRjkIF5XXFbbPlI0Xb+6cLadYNLPPdvcRgnFeYu5rHTFkideWrtAwQ4m8siji1cs37Tk4BPr169/ae1RXyz4zlNFJ1AAQlXRbGIQvKpioQY4JlSUVXttalU6Af/X3r3stJkmYRwvMoDBDtgQsDk4ISEQIIHOkBAy04dx1RXkHlrKDhbZeNN3MDuWvgp2vYTVIC6ATTZBopMFRBwWkSDKZuZDI2UKMdJo8tFdr/3/XUTJ3+N66k3asIQzax5+VeTjTSNtuC3RDPYYvD1FPjYaSNuIRHPLPOwrcvJzI21YlWjmDN6FIh9rjUSA5jPNZ7xuBIP0j/cVDd4nRT7+3kgb+iSaScO1zWcQYeGFRPPA4J0p8rHeSByqEs13Bu+zgggLmYcSzl8N3qGCCAuZRxLNouGGms/4pYG0zUg08+bhveYDrxqJQ0GiuWsedjQD1kZRlnCeG2g+03xGIs1nuwLnmgERFobCN5/xQXOCRuIwKtGsmIcjzYAIC8NjEs2SedhWBI2wQPO5xzxsKWIe7wPN5wXz8FEvgeYzuiSax+bhVEHzGTSfkzreB5rPqEk44+bhQDOg+Yx7Es0z89BqKlgbRWZaonli8N4piLBwqSTR3Ddc13wGa6OoSzjLBu+tgrVRZCYkmgG7Al80JiIs0HyeMnjHGhTH+8DxvqcG7zcNiggLNJ9n7Toc7wMRFm7Hbz5jT0HzGZmR8M1n7CtoPuPSqkQzZ/AuFKyNItNfkWjuGGg+03xGIs3nosH7pDHRfAbN50mDt9nUmIiwQPP5gYHmMxEWEm0+40RBhIXMQwnnpcE7VBBhIfMofPMZrV0FzWdkZiSaeYP3XoOi+Qyaz3cN1zWfQfMZZQnnuYHmM81npNF8HrQrcK4x0XwGzedbBu+DgrVRXBoN33zGkYIIC5n+MYlmyeBtK1gbRaZXoukuGrwtzYC1UfSl0nym+QwiLLyQaB4bvDO9BJrPqEo03xm8zxoUERZoPo9bGmg+E2GB5vOiwWs1NSaaz6D5/MSuRfMZNJ9Rovkc3o4GxdooaD4vG7y3mgHNZ0xwvC+V5jOIsDAk0UzZDaH5jAZoPudsxa5D8xlEWBgek2hmLRE0n4mwQPO5x9JA85njfaD5vGDwPuol0HxGF83n8E41A5rP6K9INHcM3j80A5rPqEk4RYN3oBnQfMY9ieaZXYvjfSDCwrRE88DgvdOgiLBA8/m+wTvRDIiwUJdwXlqaaD6zNgqaz2jtakw0n0Hzed7gHeslcLwPBYnmqcH7TTOg+Yxhofkc3q+aAREWbks0gz0Gb08zoPmMEYnmlsHb10tgbRSrEs2cwbtQEGGB5vO3ofnM2ig43lc0eJ80A5rP6Eul+UzzGURY6OLNZ5rPrI2CCIs3n3nzmcwd+eplbZS1UdZGwRYW10bJ3MnckbMCpxriI3O/xKkG1IU9dx6p55F6sNTAeeS8nGkGnEfGqISzYvCOFPxJ6PBFyD137rlTzAH/EdIk/Gbb+i9gYKEk8Ty3uFjDYg0LbI06ywbvUKHKwMK0BDRu8A4Uyt4oymMSUI/B21Io95HRJykMLOwpGFgYriYxsLCnYGDhnoRkuGJPwcBCQfiFxcBKAwMLExJT0UDozr+E8PoLEtNL88BaAwMLjySo5+bhrYLF0Q7XX5KglswB1RwGFvrEi3qtATyjSvkZ5apEtWIedhSdfQ8LMxLWA/Nwoejoi6OoSVy3zMOxgpvuXEYOasA8tJoKXs2hlBN+cxRsjrLqjnpFnLB7DWCvgb0GvJDQVszDjoK/CfkgDGrKPLzTfOBVA3wQ3nDqjs2mojNTd/SPSnSz5uFQQYjFU4SRQywQYhFi4bbEt2A3hNVR/NxAQupVyQcnsdjE4iQWCLAyT83DiYJvQl5ODWrSPBwr+CbkCBZXRzmTzDcheHYi5xMzOFJ01okZ1CqSisGiOWh9UbA72kkeViUJxO7E7sTuqJckIQM95uDjrqJjfmKhXJCk3DXwFAVPUTCvEjFQNHTmTyx+YmF4VFIzZ6BQSIrF76tEDI6bg809BZeSmVdBzZuHM21/7GKhXpAk3TF02m13zmLhYUnStFg0B/tfFO2du6O3IqmaNw+nmg+sx+xA49GYpOu+edhWsIzFQeSgumfNQetA2xVXG1DukrQtjpuD/XNFe8ZYqJUkdQs95uBdU9GOMRbuVSR9U0ysK86a2naYWBielri45Rfglh/Wwkws9JZE2nNi4aip7YSJhf4RaR/zPebgoqntg4mF3oJ47ZVj4bSpaJMcC+UZaTOT4+bg/bnmAut/8HYDJqrSdhZnzcH+geYCr/7IDVLUVqUdda+Yg9ZnReItHdSHpF1NjZuD03NFwp+FKI9UpH0N3jUHm9uKVO9jodxXkfY2tWwOzrY0F1jfaPyeUB+pSNvrfuxv+qG1s6u5wOvfb8EBtZkx6QiDjKwrNhlZjKy09E90SecYmPPpOz6enGsu8PrG03fUhqrSWbqf+K0stC4ONBdYu8ksCw/7CtKJnq28tP+EDyd7mges39DPLNRGCtK5Juf87ywc7xw0NRfMrI1GrlB/NF2VTjc49XSpaF9h8+zz4a7mAGtvNnLJ4FHu7XtRkn/D4vzju0vLX+cWPpzubL/d+qLfCutrr99s/PL/zS0M12sTfUNdVcE1ugcWJycXbn2Fn3764Ye//fm/+v77H3/80/8C0zNDf7lqaGhmugvXWh0dLZQq0hn+Ca7AwgcqkR9lAAAAAElFTkSuQmCC);
}
.amstripe-saved-cards .amstripe-card.-american,
.amstripe-saved-cards .amstripe-card.-amex,
.amastripe-card-saved .amstripe-logo.-american,
.amastripe-card-saved .amstripe-logo.-amex {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAABQCAMAAADm3o3WAAAAvVBMVEUAAAAAeaoAeaoAeaoAeaoAeaoAear///8vkrpQo8U/m78Pga/f7vXP5u9fq8ofibQGfKyw1eV/vNT7/f6Pxdpvs8+/3epwtM/v9/o1lbwThLGgzuAXhrL3+/3k8fbZ6/Lq9Pim0eKAvNUojrcKf65DnMH0+fs7mb4ji7YbiLMskbnT6PHE4Ot5udNpsM1Yp8it1OSJwdhcqclJoMPy+Pu42ui12Oecy96Ux9x1t9HA3uqXyNxNocTI4u2EvtdAUGj8AAAABnRSTlMAqyH19OuF2M8/AAAE7klEQVR4AezOSwEAIAzDULpP/UtmYKI7NAbyzoICRUmF+P+mrH4CUBgGkBSWA6A0AwwwwAADbrv20pU8r4ZxfHZdKSltsIj00ELlfD7gQR99/P4fa6dpCri2794VB74DfgO5xSz9Y7Mgg14DrgH/yoCDY/gTx1KA7/yzw2xQDlMl3p2TSWKHUNlhWisgZCn/Q8sDtvxf+jSWXZ5L13YYz+1wVysgZyno0ephwEssaD1+J2AW8FVKeaC2k9qW3DyzH+lxwoWs5KymwSrlm5Q7Mr2fSo2cyOJ7ba6HEbWNlMt6ATs+DKE1Sd7YS9ILylGwiUpMHHlsAzcMDjDYgZakJH1ozyQdoFMrYNhlGxgC+yoAS5JpdAyQnrEkAP249wEVmIAYwNzxPL6b3/BcBUTdbwTcMvCBJwWVmYAZ4JB8AyIbIGgBoFb8wx5MQAN4K/cMkhgYlAE+sP5GgMstMCrWv5qA1wjoMZgC9zZg2jHGVUCmMKMJUJABtTVwY16GCdgCaNYOcMgJ0OISkOMi4GYFrIsov2cDrCYBCCHmQyA2AV1gTq07hMq4A0YmwL0FwqBuQJt/AfUcx5GeTUCmoPoToO1+EVB6734K2AGDOG6bNUVANwGe6wdsUPGDIoAecADkuAqYd42AABwtAfYmIFAYpjR7yNqbAOZANKkbkCkcbU1AE4UV3a83odlyJoAT4DZljiOVmQA2ANQNeNXdzcI9EJoAjgCo/jFg2DAey4AumQBlQA5ASQW0m4V34LUMWKjaATsJLFgY62lkAp4ArFkFVOIyICQHQGoCuD++mWpmI0cmgKvaAWshPLJ3/0x+iMIbyYMQLpkJsWFPVFrUX0hBboR4yMuVuRPqZ1/ITWNBOqKQsc9xQw9/623CwgYqYz2CX3kEPB7tadUNcBWwYqUTUOuN/39AHHft9I7zl4BO/YCZ0HwAQ1HxB0KbzcWXhmdzAjUtJ2i+qCBqlGbXM+FlAfPGJwMAUePMbHaaQ/Vp9SCaVKOfVMO3A1r8JA0hF18dCY1xn2e6wX8vuv9pAPtiyctdFHAnjkKXDOiOGkeeztnZ+XDfZSYqLY4/7MIx+6tG6ZIAByeDLtmfAjMcPdJDZZC6qMRBCKv7MIV1YUDYCIUmgUn6EALTv4AqziMKmBQBvnkjALbu6fNqC2AqCg8vRZwZLwxo0lgOAWcEJD0X8KnpkIheuVOCUXVwKX0AezuugVcaFwY8uYU+WyjIJquAPpBUAfSKhcDANdIXwH9udRYBuQJE3PrTCy4MsDzyBYDqsAiQ7Xb7IwRG9ICG53kjYH62Bzo9BUPuuEQpin8asDJPmYDKVgdYSY9nAcwTlJ74IlFaXxaQNwsu2ygMzSUoRxGzCIh835eAn7rAoGmMyWDxmL9MgTs9Nh/zdgKMfrQJcwCrEEiys73Gag+Mp8Cf0w8qr6fTwR6YXBawuS2sFbBm3wfE4vR3AhuQ8Q7IXSC6Nf5m5mGjgNXCjA6Aw2UBR05A9iJAmICF4xzEnQ1o8AaIXVTiJizptmDNVhcEbOTRqLiwXCrABPyBdse1lE9FwIuUb66s5DZAvvdoA6JN9vMPo+Ygo1UFlBqs48cBboIw/WZAyqP+6NsBofOJD0A41gTa1ClFzj8IZ6dRXc+En10DrgHXgGvANeAacA349dt4fv9Gpt+/lev3b2b7Zf8BtKI6X1ThTRcAAAAASUVORK5CYII=);
}
.amstripe-saved-cards .amstripe-card.-discover,
.amastripe-card-saved .amstripe-logo.-discover {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAABQCAMAAADm3o3WAAABrVBMVEUAAADw8fHw8fHw8fHw8fHw8fHztoH0nVP0nlTw8fH1gh8AFiEdMTpodXwsPkelrLDo6erT1ti0ur3w8PDw7uv1giBFVV31jzcJHikFGiXEycv5sXXs7u7i5OXg4uLKztCHkZaDjZL2lEH1hCTo6urw6+bw6eLc3+C7wcOvtrn8z6nyxJt5hYr0sHX4pV86S1T2l0UWKjQPJC71hibq7OzZ3d7Bxsi+w8arsrXyzazzvpHzpWL0o170oVknOUIjNj/1ii7x5Nf+5M792r37xZf7wpL6uoNxfYNebHNaaW9WZGz4rGtQX2b4p2L3o1v3n1T2nE/0m08gMz31kTrx5dvR1dbx4tTHy83x3szx28fx1Lv91rXy0bTyyqjzyaWWn6Pyx6GRmp/yxZ7ywZbzt4NseX9mc3nzqmtLW2JCUlo3SFAzRE3l5+f/69vO0tP938W3vb+2vL6psbT8zKSYoKT7y6J9iY76v436voz6vYjztYD5tHr5s3lAUFg8TVX0mEr1iS3W2drIycn91bW0tLShqayao6eXn6SNl5uYl5fyuonzuYd2dXX0rW/1qWgOsa4KAAAACXRSTlMA9SHrrKk+5OIO8QHYAAADj0lEQVR4AezOMQHAQAzDwPqTDOZPuGlJ+AeJgO65oDNyJM35/+VY9QnawXoBcjAtwNEAAAAAAAAAAAAAAAAAAMBLTZ39NLEFcBx//uU3tDOdS5mZLu1ASZfbS2nTpfdyaSMLlB1rAA0RhARkkQVFlCi4Lybq3+w5ByRjjIm28cHvA6HtQz+ZnvP7wwCRIi67Z+i/H5DVNK0WfC+/KahlYbp52ucBAOFVH8ndFGDevt7Z0/Ns3YSrNZNKVtOyaU2VTsm/uXgi+iHWEqCDKq0C+NiBE9K2mNehB6mK46+Bzq7++fn+rsHeBdKFaI2M+anyB6jafvnxdYuAWuwwa7GwrwAFBvXwyREwSTZixdhkHHd7umenQqGp2f4BBFk3IalnEADHMAxdABaMBpmKmi0CfADKFqclIExuQFYhxyFLXuvs7nv6eGTk0ZO+7ltVMqA+9EtABCIBMFAi3wFtALBBWxcAgWAwbcq3CzpU/z6fC41mXi1nRkNz6+GmgGKCWlgC3vr9fl0B0mS1PcB9MiYBjkayFkCQ27jo766+sYfDQ0PDD8Zm/oNLOxmx6EICZIYAbE5YbCbaBuxLAIrHO6S95AHcmDnNHOztHWROBSBq0Y3TiirATi6XK6lDaE8baA+wyUJRAmRVctzzE3iewIp8/M0aG4D3DGzSrqA9QMViAxJwFAWQ50bq6hAuqjOwrM7ATaBMkfMtYOGcWrR1QL1cHbeYT0pA1d4pR11yVV7DiXJkSVzDgatb8A9Eu2QOF4BDx3Ei8hAaBW6ZLQNU9SVIgGNdvPIOUe/g5Q586oXomHwDkWeIDLlM8Tam2Le19nWKnTPS3iqpKd4lmZNTfOd/sYSfV0zIEvl8GCLPFL8AprX6j5d4UQJ+uoSRuPq3VMT3lZL4pb4Ua8eoDQNBFIZTOeFvPYt6C20jBIatJEuwOoKwCLaQg4kEvoOb9MmlU4W0Tlh4/wm+qaZ5tubSd1xnIAScOhAC+ptDCCjWADqALRF0ACsz0AG21yPoAL/XSwC2ZKAD+K8IOsBrFUAHmA4OZAC77gEZoF8jyADbuXMgA4yfGaACWN06kAHOVQRUgLHZAyqALwcHKkBxaXNABPBvbQBEAF92OSACnJrBARqAzdURQAPo39sAaAC+/jldALDp/uFI0T9mPH6+DzmJCn8cMo2XaudI2PPjU65iag4ZiYubh8Zsdl5uO9IXXjZP+r4BfO3JLU/cG3IAAAAASUVORK5CYII=);
}
.amstripe-saved-cards .amstripe-td {
  padding: 6px 3px;
  vertical-align: middle;
  text-align: left;
}
.amstripe-saved-cards .amstripe-td.-name {
  word-wrap: break-word;
  word-break: break-word;
}
.amastripe-card-saved {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.amastripe-card-saved .amstripe-card {
  display: flex;
  align-items: center;
}
.amastripe-card-saved .amstripe-card:before {
  margin-top: 0;
  margin-bottom: 0;
}
.amastripe-card-saved .amstripe-card > * {
  margin-right: 5px;
}
.amastripe-card-saved .amstripe-radiobutton {
  margin-right: 0;
}
.amastripe-card-saved .amstripe-logo {
  width: 60px;
  height: 30px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.amastripe-card-saved .amstripe-name {
  font-weight: bold;
}
.amstripe-newcard {
  margin-bottom: 5px;
}
#customer-co-stripe-form label {
  display: inline-block;
  margin: 0 0 8px;
  font-weight: 600;
}
#customer-co-stripe-form label:after {
  margin: 0 0 0 5px;
  color: #e02b27;
  content: '*';
  font-size: 1.2rem;
}
.fieldset.payment.items.ccard.amasty_stripe {
  border: none;
}
#payment_form_amasty_stripe .data-grid tr td {
  border: none;
}
.amstripe-newcard {
  margin-top: 10px;
}
#payment_form_amasty_stripe {
  margin-top: 10px;
}
#customer-co-stripe-form {
  margin-top: unset;
}
#customer-co-stripe-form fieldset {
  padding-left: 0;
}
.amstripe-td {
  padding: 0;
  width: 40px;
}
.amskit-toolbar-wrap {
  position: fixed;
  bottom: 10px;
  left: 3%;
  z-index: 9999;
  width: 300px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
}
.amskit-toolbar-wrap.-open:after {
  content: '';
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 100%;
  height: 25px;
  pointer-events: none;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 35%, #ffffff);
}
.amskit-toolbar-wrap.-open {
  padding-bottom: 15px;
}
.amskit-toolbar-box {
  padding: 10px 20px;
  border-radius: 10px;
  background: #e4e4e4;
  box-sizing: border-box;
  cursor: pointer;
}
.amskit-toolbar-box.-open {
  border-radius: 10px 10px 0 0;
  cursor: auto;
}
.amskit-toolbar-box > .amskit-title {
  display: inline-block;
  line-height: 30px;
  font-size: 18px;
  font-weight: 600;
  color: #000;
}
.amskit-toolbar-box > .amskit-title:before {
  content: '';
  display: inline-block;
  margin-right: 10px;
  width: 30px;
  height: 30px;
  vertical-align: top;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgZmlsbD0ibm9uZSI+PGNpcmNsZSBjeD0iMTUiIGN5PSIxNSIgcj0iMTUiIGZpbGw9IiNGRjk0MTYiLz48cGF0aCBmaWxsPSIjZmZmIiBkPSJNNyA3Ljc1MmMwIC40ODUuMDE4LjkxMS4wMTggMS4zOTZ2Ny43MDVsLjAwMSAzLjU5OGMwIC41ODktLjAxNSAxLjE4MiAwIDEuNzcydi4wMjZjMCAuNDA2LjM0Ny43NTEuNzU0Ljc1MWgxNC40NzJjLjM5NiAwIC43NzItLjM0NS43NTQtLjc1LS4wMi0uNDA2LS4zMzItLjc1Mi0uNzU0LS43NTJINy43OGwuNzU0Ljc1MXYtMS40NTNsLS4wMDEtMy40NFYxMy4xNCA5LjQ5M2MwLS41OS0uMDAzLTEuMTI1LS4wMTgtMS43MTR2LS4wMjdjMC0uMzk0LS4zMzYtLjc3LS43NDItLjc1MS0uNDE5LjAxOC0uNzczLjMzLS43NzMuNzUxeiIvPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xMC42MzYgMTguNzA2djMuNDk3YzAgLjQxOC4zMzUuODE2LjcyOC43OTZhLjc3OS43NzkgMCAwIDAgLjcyNy0uNzk2di0zLjA1Mi0uNDQ1YzAtLjQxOC0uMzM0LS44MTYtLjcyNy0uNzk2YS43NzYuNzc2IDAgMCAwLS43MjguNzk2ek0xNC4yNzMgMTUuMTF2Ny4wNTNjMCAuNDM5LjMzNC44NTcuNzI3LjgzNi4zOTMtLjAyLjcyNy0uMzY4LjcyNy0uODM2di02LjE3LS44ODNjMC0uNDM5LS4zMzQtLjg1Ny0uNzI3LS44MzYtLjM5My4wMi0uNzI3LjM2OC0uNzI3LjgzNnpNMTcuOTEgMTUuODV2Ni4yOTljMCAuNDQ3LjMzNC44NzEuNzI3Ljg1LjM5Mi0uMDIxLjcyNy0uMzc0LjcyNy0uODV2LTUuNTItLjc3OGMwLS40NDctLjMzNS0uODcyLS43MjctLjg1LS4zOTMuMDIxLS43MjguMzc0LS43MjguODV6TTIxLjU0NiAxMi44OTNWMjIuMTk4YzAgLjQyLjMzNC44MjEuNzI3LjgwMS4zOTMtLjAyLjcyNy0uMzUyLjcyNy0uODAxdi0zLjE0LTUuMDA2LTEuMTU5YzAtLjQyLS4zMzQtLjgyMS0uNzI3LS44MDEtLjM5My4wMi0uNzI3LjM1Mi0uNzI3LjgwMXpNOC4zODIgMTYuMDI3bDIuMDA4LTEuMzg2YzEuMDYyLS43MzIgMi4xMi0xLjQ2OCAzLjE4My0yLjJsLjczOS0uNTExYy4zMjQtLjIyMS41LS42NjguMjcxLTEuMDI5LS4yMDctLjMxOS0uNjg2LS41MS0xLjAzMi0uMjdsLTIuMDA4IDEuMzg1Yy0xLjA2My43MzMtMi4xMjIgMS40NjktMy4xODQgMi4ybC0uNzM4LjUxMWMtLjMyNS4yMjItLjUwMi42NjktLjI3MiAxLjAzLjIxMS4zMjIuNjg2LjUxIDEuMDMzLjI3eiIvPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xMy43MzIgMTIuMDA5bDMuMjQ3LjYyLjQ2OC4wOWMuMzg0LjA3NS44MzItLjExLjkyNi0uNTI2LjA4My0uMzcyLS4xMTMtLjg0NS0uNTI3LS45MjRsLTMuMjQ4LS42Mi0uNDY3LS4wOWMtLjM4NC0uMDc0LS44MzMuMTEtLjkyNy41MjYtLjA4Ny4zNjguMTEzLjg0NS41MjguOTI0eiIvPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xOC4xNzcgMTIuNTI0YzEuMTA4LTEuMTk4IDIuMjE2LTIuMzkyIDMuMzIzLTMuNTkuMTU1LS4xNy4zMTMtLjMzOC40NjgtLjUwNy4yNjctLjI5LjMwOC0uNzgxIDAtMS4wNjMtLjI5LS4yNjYtLjc4LS4zMDgtMS4wNjcgMC0xLjEwNyAxLjE5OC0yLjIxNSAyLjM5Mi0zLjMyMyAzLjU5LS4xNTQuMTY5LS4zMTIuMzM4LS40NjcuNTA3LS4yNjcuMjg5LS4zMDkuNzggMCAxLjA2My4yOS4yNjYuNzguMzA3IDEuMDY2IDB6Ii8+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTIwLjY3NSA3Ljg5N3YyLjM1YzAgLjM5NS4zNDcuNzcuNzU0Ljc1Mi40MDctLjAxOS43NTMtLjMzLjc1My0uNzUxdi0yLjM1YzAtLjM5NS0uMzQ2LS43Ny0uNzUzLS43NTItLjQxLjAyLS43NTQuMzMtLjc1NC43NTF6Ii8+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTIxLjQyOSA3LjE0NmMtLjc1Ny4wMDgtMS41MTUuMDExLTIuMjcyLjAxOS0uMzk2LjAwNC0uNzcyLjM0Mi0uNzU0Ljc1LjAyLjQwNi4zMzIuNzU2Ljc1NC43NTIuNzU3LS4wMDggMS41MTUtLjAxMSAyLjI3Mi0uMDE5LjM5Ni0uMDA0Ljc3Mi0uMzQyLjc1My0uNzUtLjAxOC0uNDA2LS4zMzEtLjc1Ni0uNzUzLS43NTJ6Ii8+PC9zdmc+) no-repeat center;
}
.amskit-toolbar-box > .amskit-arrow {
  display: inline-block;
  float: right;
  width: 12px;
  height: 30px;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSI4IiBmaWxsPSJub25lIj48cGF0aCBzdHJva2U9IiNCMkIyQjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIxLjUiIGQ9Ik0xMyA3TDcgMSAxIDciLz48L3N2Zz4=) no-repeat center;
}
.amskit-toolbar-box.-open > .amskit-arrow {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  cursor: pointer;
}
.amskit-toolbar-content {
  padding: 10px;
  max-height: 75vh;
  overflow: auto;
  box-sizing: border-box;
  font-size: 14px;
  color: #000;
  background: #fff;
}
.amskit-toolbar-content .amskit-table {
  table-layout: fixed;
}
.amskit-toolbar-content > .amskit-title {
  margin: 10px;
  padding: 0 0 10px;
  border-bottom: 1px solid #e4e4e4;
  font-weight: 600;
  font-size: 16px;
}
.amskit-toolbar-content > .amskit-background {
  margin: 5px -10px 25px;
  padding: 10px;
  background: #f6f6f6;
}
.amskit-toolbar-content .amskit-cell {
  word-break: break-word;
  word-wrap: break-word;
}
.amskit-toolbar-content .amskit-cell.-indent {
  padding-left: 35px;
}
.amskit-toolbar-content .amskit-description {
  font-size: 12px;
  color: #adadad;
}
.amskit-toolbar-content .amskit-description.-headings {
  padding-left: 25px;
}
.amskit-toolbar-content .amskit-icon {
  position: relative;
  padding-left: 25px;
}
.amskit-toolbar-content .amskit-icon:before {
  content: '';
  position: absolute;
  left: 0;
  display: inline-block;
  width: 18px;
  height: 18px;
}
.amskit-toolbar-content .amskit-icon.-warning:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCIgZmlsbD0ibm9uZSI+PGNpcmNsZSBjeD0iOSIgY3k9IjkiIHI9IjkiIGZpbGw9IiNFQjU3NTciLz48cGF0aCBzdHJva2U9IiNmZmYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIyIiBkPSJNOSA0djYuNSIvPjxjaXJjbGUgY3g9IjkiIGN5PSIxNCIgcj0iMSIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==) no-repeat center;
}
.amskit-toolbar-content .amskit-icon.-normal:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCIgZmlsbD0ibm9uZSI+PGNpcmNsZSBjeD0iOSIgY3k9IjkiIHI9IjkiIGZpbGw9IiMxNzg3RTAiLz48cGF0aCBzdHJva2U9IiNmZmYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIyIiBkPSJNNS41IDlsMy4xMjUgM0wxMi41IDciLz48L3N2Zz4=) no-repeat center;
}
.amskit-headings-wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.amskit-headings-wrap > .amskit-item {
  margin-left: 8px;
  margin-bottom: 5px;
  text-align: center;
}
.amskit-headings-wrap .amskit-head {
  text-transform: uppercase;
}
.amskit-page-links {
  padding: 0;
  margin: 0;
  list-style: none;
}
.amskit-page-links > .amskit-item {
  position: relative;
  padding-left: 10px;
}
.amskit-page-links > .amskit-item:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #55b4ff;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.amskit-page-links .amskit-label {
  display: inline-block;
  width: 80%;
}
.amskit-separator-wrap {
  position: relative;
  margin: 15px 0;
  height: 1px;
  background: #c4c4c4;
}
.amskit-separator-wrap ~ .amskit-url {
  display: none;
}
.amskit-separator-wrap > .amskit-button {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 0 10px;
  height: 20px;
  line-height: 20px;
  font-size: 10px;
  border: 1px solid #c4c4c4;
  border-radius: 20px;
  background: #fff;
  color: #c4c4c4;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.amskit-separator-wrap > .amskit-button:hover {
  border-color: #1787e0;
  color: #1787e0;
}
@media (min-width: 480px) {
  .amskit-toolbar-wrap.-open {
    width: 450px;
  }
  .amskit-page-links .amskit-label {
    width: 55%;
  }
}
form[id='co-shipping-method-form'] div.field.choice.item {
  padding: 8px;
}
.amxnotif-block {
  margin-bottom: 20px;
  clear: both;
}
.amxnotif-block .input-fields {
  display: inline-block;
  width: 66%;
  vertical-align: top;
  margin: 0;
}
.amxnotif-block .amxnotif_guest_action {
  vertical-align: top;
  display: inline-block;
  max-width: 32%;
  min-width: 120px;
}
.amxnotif-block label {
  color: #2f2f2f;
  font-weight: bold;
  float: none;
  display: block;
}
.amxnotif-block .amsubscribe,
.amxnotif-block .amsubscribe:hover {
  height: 32px;
  padding: 0 20px;
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjI0cHgiIGhlaWdodD0iMjRweCIgdmlld0JveD0iMCAwIDUxMCA1MTAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMCA1MTA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPGc+Cgk8ZyBpZD0iY2hlY2stY2lyY2xlLW91dGxpbmUiPgoJCTxwYXRoIGQ9Ik0xNTAuNDUsMjA2LjU1bC0zNS43LDM1LjdMMjI5LjUsMzU3bDI1NS0yNTVsLTM1LjctMzUuN0wyMjkuNSwyODUuNkwxNTAuNDUsMjA2LjU1eiBNNDU5LDI1NWMwLDExMi4yLTkxLjgsMjA0LTIwNCwyMDQgICAgUzUxLDM2Ny4yLDUxLDI1NVMxNDIuOCw1MSwyNTUsNTFjMjAuNCwwLDM4LjI1LDIuNTUsNTYuMSw3LjY1bDQwLjgwMS00MC44QzMyMS4zLDcuNjUsMjg4LjE1LDAsMjU1LDBDMTE0Ljc1LDAsMCwxMTQuNzUsMCwyNTUgICAgczExNC43NSwyNTUsMjU1LDI1NXMyNTUtMTE0Ljc1LDI1NS0yNTVINDU5eiIgZmlsbD0iI0ZGRkZGRiIvPgoJPC9nPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=);
  background-repeat: no-repeat;
  background-position: center;
}
.amxnotif-block div.field {
  margin: 5px 0;
}
.products.list .amxnotif-block .amxnotif_guest_action {
  min-width: initial;
}
.products.list .amxnotif-block.label:not(.subscribe-popup) {
  margin-bottom: inherit;
}
.products.list .stock.link-stock-alert {
  margin-bottom: 20px;
  display: none;
}
.category.subscribe-popup {
  position: fixed;
  z-index: 9999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.4);
}
.amxnotif-block .subscribe-popup {
  background-color: #fefefe;
  position: relative;
  padding: 20px 20px 20px 20px;
  border: 1px solid #888;
  height: auto;
  box-sizing: border-box;
}
.category.amxnotif-block {
  display: none;
}
.label.subscribe-popup a {
  cursor: pointer;
}
.close-subscribe-popup {
  position: absolute;
  right: 20px;
  top: 20px;
  display: inline-block;
  color: #aaa;
  float: right;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
}
.amxnotif-block .subscribe-popup label[for^="notification-container"] {
  font-size: 20px;
  text-align: center;
}
/**
 * Copyright 2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License").
 * You may not use this file except in compliance with the License.
 * A copy of the License is located at
 *
 *  http://aws.amazon.com/apache2.0
 *
 * or in the "license" file accompanying this file. This file is distributed
 * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
 * express or implied. See the License for the specific language governing
 * permissions and limitations under the License.
 */
/**
 * Copyright 2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License").
 * You may not use this file except in compliance with the License.
 * A copy of the License is located at
 *
 *  http://aws.amazon.com/apache2.0
 *
 * or in the "license" file accompanying this file. This file is distributed
 * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
 * express or implied. See the License for the specific language governing
 * permissions and limitations under the License.
 */
/**
* Amazon Pay variables
**/
.amazon-button-container {
  display: table;
  margin: 0 0 22px;
}
.amazon-button-container__cell {
  display: table-cell;
  min-width: 45px;
  position: relative;
}
.amazon-button-container img {
  display: block;
}
.amazon-button-container .field-tooltip {
  display: none;
  margin: -12px 0 0;
  right: 5px;
  top: 50%;
}
.checkout-shipping-address .amazon-button-container {
  margin: 22px 0;
}
.login-container .block-amazon-login .actions-toolbar {
  margin-top: 25px;
}
.amazon-validate-container .block .block-title {
  font-size: 1.8rem;
}
.amazon-validate-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;
}
.amazon-validate-container .fieldset:after {
  margin-top: 35px;
}
@media all and (max-width: 1024px) {
  .amazon-button-container {
    width: 100%;
  }
}
.amazon-logout-widget {
  display: none;
}
/**
 * Copyright 2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License").
 * You may not use this file except in compliance with the License.
 * A copy of the License is located at
 *
 *  http://aws.amazon.com/apache2.0
 *
 * or in the "license" file accompanying this file. This file is distributed
 * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
 * express or implied. See the License for the specific language governing
 * permissions and limitations under the License.
 */
.amazon-divider {
  border-bottom: 1px solid #cccccc;
  line-height: 0.1em;
  margin: 18px 0 20px;
  text-align: center;
  max-width: 500px;
}
.amazon-divider span {
  background: #fff;
  padding: 0 5px;
}
/** mini cart styling **/
.product-social-links,
.amazon-minicart-container {
  width: 100%;
  display: block;
  text-align: center;
}
.product-social-links .amazon-button-container,
.amazon-minicart-container .amazon-button-container {
  display: inline-block;
  margin: 0px;
}
.product-social-links .field-tooltip .field-tooltip-content,
.amazon-minicart-container .field-tooltip .field-tooltip-content {
  top: 38px;
  left: -245px;
}
.product-social-links .field-tooltip .field-tooltip-content:before,
.amazon-minicart-container .field-tooltip .field-tooltip-content:before {
  border: none;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #666666;
  top: -10px;
  left: 244px;
}
.product-social-links .field-tooltip .field-tooltip-content:after,
.amazon-minicart-container .field-tooltip .field-tooltip-content:after {
  border: none;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #f4f4f4;
  top: -8px;
  left: 244px;
}
.product-social-links .amazon-button-container {
  margin-bottom: 30px;
  display: block;
}
.amazon-checkout-now {
  border-top: 1px solid #c1c1c1;
  padding-top: 10px;
  margin-bottom: 10px;
}
.amazon-addtoCart {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.revert-checkout {
  margin-top: 20px;
  margin-bottom: 20px;
  display: block;
}
.centered-button {
  text-align: center;
  display: inline-block;
}
.catalog-product-view .centered-button {
  display: table;
}
.checkout-payment-method .amazon-sandbox-simulator {
  border-bottom: 1px solid #cccccc;
}
.checkout-payment-method .amazon-sandbox-simulator .payment-option-title {
  border-top: none;
  padding-top: 0;
}
.checkout-payment-method .amazon-sandbox-simulator .amazon-sandbox-simulator-scenario {
  margin-bottom: 10px;
}
.checkout-methods-items .amazon-minicart-container .amazon-divider {
  display: none;
}
.checkout-methods-items .centered-button {
  margin-bottom: 0;
}
@media all and (max-width: 1024px) {
  .checkout-methods-items .centered-button {
    width: auto;
  }
}
.checkout-methods-items .field-tooltip {
  display: none;
}
.checkout-methods-items .field-tooltip .field-tooltip-content {
  right: -10px;
  top: 40px;
  left: auto;
}
.checkout-methods-items .field-tooltip .field-tooltip-content:before,
.checkout-methods-items .field-tooltip .field-tooltip-content:after {
  border: 10px solid transparent;
  height: 0;
  width: 0;
  margin-top: -21px;
  right: 10px;
  left: auto;
  top: 0;
}
.checkout-methods-items .field-tooltip .field-tooltip-content:before {
  border-bottom-color: #999999;
}
.checkout-methods-items .field-tooltip .field-tooltip-content:after {
  border-bottom-color: #f4f4f4;
  top: 1px;
}
@media all and (max-width: 1024px) {
  .checkout-methods-items .field-tooltip .field-tooltip-content {
    right: -56px;
    top: 38px;
    left: auto;
  }
  .checkout-methods-items .field-tooltip .field-tooltip-content:before,
  .checkout-methods-items .field-tooltip .field-tooltip-content:after {
    right: 56px;
  }
}
.amazon-widget {
  max-width: 400px;
  height: 228px;
}
.amazon-widget--address {
  margin-top: 20px;
}
.amazon-addresses {
  margin-top: 20px;
}
.amazon-addresses .amazon-address {
  margin-bottom: 20px;
}
#checkout-step-shipping .amazon-divider {
  margin: 40px 0;
}
.checkout-payment-method .amazon-payment-method .payment-method-title {
  visibility: hidden;
  padding-bottom: 0;
}
/** Prevent movement after a soft decline to other payment steps **/
.opc-progress-bar-item._complete.lock-step {
  cursor: none;
  pointer-events: none;
}
@media all and (max-width: 1024px) {
  .amazon-minicart-container .amazon-button-container {
    width: auto;
  }
}
.femsa_payment_reference {
  background: #a9a9a9;
  color: #000;
  font-size: 25px;
  font-weight: bold;
  padding: 10px;
  border-radius: 5px;
}
.payment-method-femsa-payments .payment-method-content .femsa-message {
  border-radius: 4px 4px 0 0;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15), 0 1px 4px 0 rgba(0, 0, 0, 0.15);
  margin: 1px;
  width: 80%;
}
.payment-method-femsa-payments .payment-method-content .femsa-message .femsa-message-header {
  align-items: center;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16);
  display: flex;
  font-size: 16px;
  height: 80px;
  justify-content: space-between;
  padding: 0 20px;
}
.payment-method-femsa-payments .payment-method-content .femsa-message .femsa-message-header .femsa-message-title {
  color: rgba(0, 0, 0, 0.7);
  font-weight: bold;
}
.payment-method-femsa-payments .payment-method-content .femsa-message .femsa-message-header .femsa-payment-logo {
  background: url("../../frontend/adminhtml/web/images/logo.png") no-repeat;
  display: inline-block;
  height: 25px;
  padding-left: 20rem;
  vertical-align: middle;
  width: auto;
  background-size: auto 110px;
  background-position-y: center;
}
.payment-method-femsa-payments .payment-method-content .femsa-message .femsa-message-content {
  color: #e40595;
  font-size: 16px;
  font-weight: bold;
  padding: 20px;
}
.payment-method-femsa-payments .payment-method-footer {
  display: none;
}
.payment-method-femsa-payments .payment-method-footer img {
  height: 30px;
  position: relative;
  top: 8px;
}
.iti {
  position: relative;
  display: inline-block;
}
.iti * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.iti__hide {
  display: none;
}
.iti__v-hide {
  visibility: hidden;
}
.iti input,
.iti input[type=text],
.iti input[type=tel] {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-right: 36px;
  margin-right: 0;
}
.iti__flag-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 1px;
}
.iti__selected-flag {
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  height: 31px;
  padding: 0 6px 0 8px;
}
.iti__arrow {
  margin-left: 6px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #555;
}
.iti__arrow--up {
  border-top: none;
  border-bottom: 4px solid #555;
}
.iti__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;
  -webkit-overflow-scrolling: touch;
}
.iti__country-list--dropup {
  bottom: 100%;
  margin-bottom: -1px;
}
@media (max-width: 500px) {
  .iti__country-list {
    white-space: normal;
  }
}
.iti__flag-box {
  display: inline-block;
  width: 20px;
}
.iti__divider {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #CCC;
}
.iti__country {
  padding: 5px 10px;
  outline: none;
}
.iti__dial-code {
  color: #999;
}
.iti__country.iti__highlight {
  background-color: rgba(0, 0, 0, 0.05);
}
.iti__flag-box,
.iti__country-name,
.iti__dial-code {
  vertical-align: middle;
}
.iti__flag-box,
.iti__country-name {
  margin-right: 6px;
}
.iti--allow-dropdown input,
.iti--allow-dropdown input[type=text],
.iti--allow-dropdown input[type=tel],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type=text],
.iti--separate-dial-code input[type=tel] {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0;
}
.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
  right: auto;
  left: 0;
}
.iti--allow-dropdown .iti__flag-container:hover {
  cursor: pointer;
}
.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}
.iti--allow-dropdown input[disabled] + .iti__flag-container:hover,
.iti--allow-dropdown input[readonly] + .iti__flag-container:hover {
  cursor: default;
}
.iti--allow-dropdown input[disabled] + .iti__flag-container:hover .iti__selected-flag,
.iti--allow-dropdown input[readonly] + .iti__flag-container:hover .iti__selected-flag {
  background-color: transparent;
}
.iti--separate-dial-code .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}
.iti--separate-dial-code .iti__selected-dial-code {
  margin-left: 6px;
}
.iti--container {
  position: absolute;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: 1px;
}
.iti--container:hover {
  cursor: pointer;
}
.iti-mobile .iti--container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed;
}
.iti-mobile .iti__country-list {
  max-height: 100%;
  width: 100%;
}
.iti-mobile .iti__country {
  padding: 10px 10px;
  line-height: 1.5em;
}
.iti__flag {
  width: 20px;
}
.iti__flag.iti__be {
  width: 18px;
}
.iti__flag.iti__ch {
  width: 15px;
}
.iti__flag.iti__mc {
  width: 19px;
}
.iti__flag.iti__ne {
  width: 18px;
}
.iti__flag.iti__np {
  width: 13px;
}
.iti__flag.iti__va {
  width: 15px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-size: 5652px 15px;
  }
}
.iti__flag.iti__ac {
  height: 10px;
  background-position: 0px 0px;
}
.iti__flag.iti__ad {
  height: 14px;
  background-position: -22px 0px;
}
.iti__flag.iti__ae {
  height: 10px;
  background-position: -44px 0px;
}
.iti__flag.iti__af {
  height: 14px;
  background-position: -66px 0px;
}
.iti__flag.iti__ag {
  height: 14px;
  background-position: -88px 0px;
}
.iti__flag.iti__ai {
  height: 10px;
  background-position: -110px 0px;
}
.iti__flag.iti__al {
  height: 15px;
  background-position: -132px 0px;
}
.iti__flag.iti__am {
  height: 10px;
  background-position: -154px 0px;
}
.iti__flag.iti__ao {
  height: 14px;
  background-position: -176px 0px;
}
.iti__flag.iti__aq {
  height: 14px;
  background-position: -198px 0px;
}
.iti__flag.iti__ar {
  height: 13px;
  background-position: -220px 0px;
}
.iti__flag.iti__as {
  height: 10px;
  background-position: -242px 0px;
}
.iti__flag.iti__at {
  height: 14px;
  background-position: -264px 0px;
}
.iti__flag.iti__au {
  height: 10px;
  background-position: -286px 0px;
}
.iti__flag.iti__aw {
  height: 14px;
  background-position: -308px 0px;
}
.iti__flag.iti__ax {
  height: 13px;
  background-position: -330px 0px;
}
.iti__flag.iti__az {
  height: 10px;
  background-position: -352px 0px;
}
.iti__flag.iti__ba {
  height: 10px;
  background-position: -374px 0px;
}
.iti__flag.iti__bb {
  height: 14px;
  background-position: -396px 0px;
}
.iti__flag.iti__bd {
  height: 12px;
  background-position: -418px 0px;
}
.iti__flag.iti__be {
  height: 15px;
  background-position: -440px 0px;
}
.iti__flag.iti__bf {
  height: 14px;
  background-position: -460px 0px;
}
.iti__flag.iti__bg {
  height: 12px;
  background-position: -482px 0px;
}
.iti__flag.iti__bh {
  height: 12px;
  background-position: -504px 0px;
}
.iti__flag.iti__bi {
  height: 12px;
  background-position: -526px 0px;
}
.iti__flag.iti__bj {
  height: 14px;
  background-position: -548px 0px;
}
.iti__flag.iti__bl {
  height: 14px;
  background-position: -570px 0px;
}
.iti__flag.iti__bm {
  height: 10px;
  background-position: -592px 0px;
}
.iti__flag.iti__bn {
  height: 10px;
  background-position: -614px 0px;
}
.iti__flag.iti__bo {
  height: 14px;
  background-position: -636px 0px;
}
.iti__flag.iti__bq {
  height: 14px;
  background-position: -658px 0px;
}
.iti__flag.iti__br {
  height: 14px;
  background-position: -680px 0px;
}
.iti__flag.iti__bs {
  height: 10px;
  background-position: -702px 0px;
}
.iti__flag.iti__bt {
  height: 14px;
  background-position: -724px 0px;
}
.iti__flag.iti__bv {
  height: 15px;
  background-position: -746px 0px;
}
.iti__flag.iti__bw {
  height: 14px;
  background-position: -768px 0px;
}
.iti__flag.iti__by {
  height: 10px;
  background-position: -790px 0px;
}
.iti__flag.iti__bz {
  height: 14px;
  background-position: -812px 0px;
}
.iti__flag.iti__ca {
  height: 10px;
  background-position: -834px 0px;
}
.iti__flag.iti__cc {
  height: 10px;
  background-position: -856px 0px;
}
.iti__flag.iti__cd {
  height: 15px;
  background-position: -878px 0px;
}
.iti__flag.iti__cf {
  height: 14px;
  background-position: -900px 0px;
}
.iti__flag.iti__cg {
  height: 14px;
  background-position: -922px 0px;
}
.iti__flag.iti__ch {
  height: 15px;
  background-position: -944px 0px;
}
.iti__flag.iti__ci {
  height: 14px;
  background-position: -961px 0px;
}
.iti__flag.iti__ck {
  height: 10px;
  background-position: -983px 0px;
}
.iti__flag.iti__cl {
  height: 14px;
  background-position: -1005px 0px;
}
.iti__flag.iti__cm {
  height: 14px;
  background-position: -1027px 0px;
}
.iti__flag.iti__cn {
  height: 14px;
  background-position: -1049px 0px;
}
.iti__flag.iti__co {
  height: 14px;
  background-position: -1071px 0px;
}
.iti__flag.iti__cp {
  height: 14px;
  background-position: -1093px 0px;
}
.iti__flag.iti__cr {
  height: 12px;
  background-position: -1115px 0px;
}
.iti__flag.iti__cu {
  height: 10px;
  background-position: -1137px 0px;
}
.iti__flag.iti__cv {
  height: 12px;
  background-position: -1159px 0px;
}
.iti__flag.iti__cw {
  height: 14px;
  background-position: -1181px 0px;
}
.iti__flag.iti__cx {
  height: 10px;
  background-position: -1203px 0px;
}
.iti__flag.iti__cy {
  height: 14px;
  background-position: -1225px 0px;
}
.iti__flag.iti__cz {
  height: 14px;
  background-position: -1247px 0px;
}
.iti__flag.iti__de {
  height: 12px;
  background-position: -1269px 0px;
}
.iti__flag.iti__dg {
  height: 10px;
  background-position: -1291px 0px;
}
.iti__flag.iti__dj {
  height: 14px;
  background-position: -1313px 0px;
}
.iti__flag.iti__dk {
  height: 15px;
  background-position: -1335px 0px;
}
.iti__flag.iti__dm {
  height: 10px;
  background-position: -1357px 0px;
}
.iti__flag.iti__do {
  height: 14px;
  background-position: -1379px 0px;
}
.iti__flag.iti__dz {
  height: 14px;
  background-position: -1401px 0px;
}
.iti__flag.iti__ea {
  height: 14px;
  background-position: -1423px 0px;
}
.iti__flag.iti__ec {
  height: 14px;
  background-position: -1445px 0px;
}
.iti__flag.iti__ee {
  height: 13px;
  background-position: -1467px 0px;
}
.iti__flag.iti__eg {
  height: 14px;
  background-position: -1489px 0px;
}
.iti__flag.iti__eh {
  height: 10px;
  background-position: -1511px 0px;
}
.iti__flag.iti__er {
  height: 10px;
  background-position: -1533px 0px;
}
.iti__flag.iti__es {
  height: 14px;
  background-position: -1555px 0px;
}
.iti__flag.iti__et {
  height: 10px;
  background-position: -1577px 0px;
}
.iti__flag.iti__eu {
  height: 14px;
  background-position: -1599px 0px;
}
.iti__flag.iti__fi {
  height: 12px;
  background-position: -1621px 0px;
}
.iti__flag.iti__fj {
  height: 10px;
  background-position: -1643px 0px;
}
.iti__flag.iti__fk {
  height: 10px;
  background-position: -1665px 0px;
}
.iti__flag.iti__fm {
  height: 11px;
  background-position: -1687px 0px;
}
.iti__flag.iti__fo {
  height: 15px;
  background-position: -1709px 0px;
}
.iti__flag.iti__fr {
  height: 14px;
  background-position: -1731px 0px;
}
.iti__flag.iti__ga {
  height: 15px;
  background-position: -1753px 0px;
}
.iti__flag.iti__gb {
  height: 10px;
  background-position: -1775px 0px;
}
.iti__flag.iti__gd {
  height: 12px;
  background-position: -1797px 0px;
}
.iti__flag.iti__ge {
  height: 14px;
  background-position: -1819px 0px;
}
.iti__flag.iti__gf {
  height: 14px;
  background-position: -1841px 0px;
}
.iti__flag.iti__gg {
  height: 14px;
  background-position: -1863px 0px;
}
.iti__flag.iti__gh {
  height: 14px;
  background-position: -1885px 0px;
}
.iti__flag.iti__gi {
  height: 10px;
  background-position: -1907px 0px;
}
.iti__flag.iti__gl {
  height: 14px;
  background-position: -1929px 0px;
}
.iti__flag.iti__gm {
  height: 14px;
  background-position: -1951px 0px;
}
.iti__flag.iti__gn {
  height: 14px;
  background-position: -1973px 0px;
}
.iti__flag.iti__gp {
  height: 14px;
  background-position: -1995px 0px;
}
.iti__flag.iti__gq {
  height: 14px;
  background-position: -2017px 0px;
}
.iti__flag.iti__gr {
  height: 14px;
  background-position: -2039px 0px;
}
.iti__flag.iti__gs {
  height: 10px;
  background-position: -2061px 0px;
}
.iti__flag.iti__gt {
  height: 13px;
  background-position: -2083px 0px;
}
.iti__flag.iti__gu {
  height: 11px;
  background-position: -2105px 0px;
}
.iti__flag.iti__gw {
  height: 10px;
  background-position: -2127px 0px;
}
.iti__flag.iti__gy {
  height: 12px;
  background-position: -2149px 0px;
}
.iti__flag.iti__hk {
  height: 14px;
  background-position: -2171px 0px;
}
.iti__flag.iti__hm {
  height: 10px;
  background-position: -2193px 0px;
}
.iti__flag.iti__hn {
  height: 10px;
  background-position: -2215px 0px;
}
.iti__flag.iti__hr {
  height: 10px;
  background-position: -2237px 0px;
}
.iti__flag.iti__ht {
  height: 12px;
  background-position: -2259px 0px;
}
.iti__flag.iti__hu {
  height: 10px;
  background-position: -2281px 0px;
}
.iti__flag.iti__ic {
  height: 14px;
  background-position: -2303px 0px;
}
.iti__flag.iti__id {
  height: 14px;
  background-position: -2325px 0px;
}
.iti__flag.iti__ie {
  height: 10px;
  background-position: -2347px 0px;
}
.iti__flag.iti__il {
  height: 15px;
  background-position: -2369px 0px;
}
.iti__flag.iti__im {
  height: 10px;
  background-position: -2391px 0px;
}
.iti__flag.iti__in {
  height: 14px;
  background-position: -2413px 0px;
}
.iti__flag.iti__io {
  height: 10px;
  background-position: -2435px 0px;
}
.iti__flag.iti__iq {
  height: 14px;
  background-position: -2457px 0px;
}
.iti__flag.iti__ir {
  height: 12px;
  background-position: -2479px 0px;
}
.iti__flag.iti__is {
  height: 15px;
  background-position: -2501px 0px;
}
.iti__flag.iti__it {
  height: 14px;
  background-position: -2523px 0px;
}
.iti__flag.iti__je {
  height: 12px;
  background-position: -2545px 0px;
}
.iti__flag.iti__jm {
  height: 10px;
  background-position: -2567px 0px;
}
.iti__flag.iti__jo {
  height: 10px;
  background-position: -2589px 0px;
}
.iti__flag.iti__jp {
  height: 14px;
  background-position: -2611px 0px;
}
.iti__flag.iti__ke {
  height: 14px;
  background-position: -2633px 0px;
}
.iti__flag.iti__kg {
  height: 12px;
  background-position: -2655px 0px;
}
.iti__flag.iti__kh {
  height: 13px;
  background-position: -2677px 0px;
}
.iti__flag.iti__ki {
  height: 10px;
  background-position: -2699px 0px;
}
.iti__flag.iti__km {
  height: 12px;
  background-position: -2721px 0px;
}
.iti__flag.iti__kn {
  height: 14px;
  background-position: -2743px 0px;
}
.iti__flag.iti__kp {
  height: 10px;
  background-position: -2765px 0px;
}
.iti__flag.iti__kr {
  height: 14px;
  background-position: -2787px 0px;
}
.iti__flag.iti__kw {
  height: 10px;
  background-position: -2809px 0px;
}
.iti__flag.iti__ky {
  height: 10px;
  background-position: -2831px 0px;
}
.iti__flag.iti__kz {
  height: 10px;
  background-position: -2853px 0px;
}
.iti__flag.iti__la {
  height: 14px;
  background-position: -2875px 0px;
}
.iti__flag.iti__lb {
  height: 14px;
  background-position: -2897px 0px;
}
.iti__flag.iti__lc {
  height: 10px;
  background-position: -2919px 0px;
}
.iti__flag.iti__li {
  height: 12px;
  background-position: -2941px 0px;
}
.iti__flag.iti__lk {
  height: 10px;
  background-position: -2963px 0px;
}
.iti__flag.iti__lr {
  height: 11px;
  background-position: -2985px 0px;
}
.iti__flag.iti__ls {
  height: 14px;
  background-position: -3007px 0px;
}
.iti__flag.iti__lt {
  height: 12px;
  background-position: -3029px 0px;
}
.iti__flag.iti__lu {
  height: 12px;
  background-position: -3051px 0px;
}
.iti__flag.iti__lv {
  height: 10px;
  background-position: -3073px 0px;
}
.iti__flag.iti__ly {
  height: 10px;
  background-position: -3095px 0px;
}
.iti__flag.iti__ma {
  height: 14px;
  background-position: -3117px 0px;
}
.iti__flag.iti__mc {
  height: 15px;
  background-position: -3139px 0px;
}
.iti__flag.iti__md {
  height: 10px;
  background-position: -3160px 0px;
}
.iti__flag.iti__me {
  height: 10px;
  background-position: -3182px 0px;
}
.iti__flag.iti__mf {
  height: 14px;
  background-position: -3204px 0px;
}
.iti__flag.iti__mg {
  height: 14px;
  background-position: -3226px 0px;
}
.iti__flag.iti__mh {
  height: 11px;
  background-position: -3248px 0px;
}
.iti__flag.iti__mk {
  height: 10px;
  background-position: -3270px 0px;
}
.iti__flag.iti__ml {
  height: 14px;
  background-position: -3292px 0px;
}
.iti__flag.iti__mm {
  height: 14px;
  background-position: -3314px 0px;
}
.iti__flag.iti__mn {
  height: 10px;
  background-position: -3336px 0px;
}
.iti__flag.iti__mo {
  height: 14px;
  background-position: -3358px 0px;
}
.iti__flag.iti__mp {
  height: 10px;
  background-position: -3380px 0px;
}
.iti__flag.iti__mq {
  height: 14px;
  background-position: -3402px 0px;
}
.iti__flag.iti__mr {
  height: 14px;
  background-position: -3424px 0px;
}
.iti__flag.iti__ms {
  height: 10px;
  background-position: -3446px 0px;
}
.iti__flag.iti__mt {
  height: 14px;
  background-position: -3468px 0px;
}
.iti__flag.iti__mu {
  height: 14px;
  background-position: -3490px 0px;
}
.iti__flag.iti__mv {
  height: 14px;
  background-position: -3512px 0px;
}
.iti__flag.iti__mw {
  height: 14px;
  background-position: -3534px 0px;
}
.iti__flag.iti__mx {
  height: 12px;
  background-position: -3556px 0px;
}
.iti__flag.iti__my {
  height: 10px;
  background-position: -3578px 0px;
}
.iti__flag.iti__mz {
  height: 14px;
  background-position: -3600px 0px;
}
.iti__flag.iti__na {
  height: 14px;
  background-position: -3622px 0px;
}
.iti__flag.iti__nc {
  height: 10px;
  background-position: -3644px 0px;
}
.iti__flag.iti__ne {
  height: 15px;
  background-position: -3666px 0px;
}
.iti__flag.iti__nf {
  height: 10px;
  background-position: -3686px 0px;
}
.iti__flag.iti__ng {
  height: 10px;
  background-position: -3708px 0px;
}
.iti__flag.iti__ni {
  height: 12px;
  background-position: -3730px 0px;
}
.iti__flag.iti__nl {
  height: 14px;
  background-position: -3752px 0px;
}
.iti__flag.iti__no {
  height: 15px;
  background-position: -3774px 0px;
}
.iti__flag.iti__np {
  height: 15px;
  background-position: -3796px 0px;
}
.iti__flag.iti__nr {
  height: 10px;
  background-position: -3811px 0px;
}
.iti__flag.iti__nu {
  height: 10px;
  background-position: -3833px 0px;
}
.iti__flag.iti__nz {
  height: 10px;
  background-position: -3855px 0px;
}
.iti__flag.iti__om {
  height: 10px;
  background-position: -3877px 0px;
}
.iti__flag.iti__pa {
  height: 14px;
  background-position: -3899px 0px;
}
.iti__flag.iti__pe {
  height: 14px;
  background-position: -3921px 0px;
}
.iti__flag.iti__pf {
  height: 14px;
  background-position: -3943px 0px;
}
.iti__flag.iti__pg {
  height: 15px;
  background-position: -3965px 0px;
}
.iti__flag.iti__ph {
  height: 10px;
  background-position: -3987px 0px;
}
.iti__flag.iti__pk {
  height: 14px;
  background-position: -4009px 0px;
}
.iti__flag.iti__pl {
  height: 13px;
  background-position: -4031px 0px;
}
.iti__flag.iti__pm {
  height: 14px;
  background-position: -4053px 0px;
}
.iti__flag.iti__pn {
  height: 10px;
  background-position: -4075px 0px;
}
.iti__flag.iti__pr {
  height: 14px;
  background-position: -4097px 0px;
}
.iti__flag.iti__ps {
  height: 10px;
  background-position: -4119px 0px;
}
.iti__flag.iti__pt {
  height: 14px;
  background-position: -4141px 0px;
}
.iti__flag.iti__pw {
  height: 13px;
  background-position: -4163px 0px;
}
.iti__flag.iti__py {
  height: 11px;
  background-position: -4185px 0px;
}
.iti__flag.iti__qa {
  height: 8px;
  background-position: -4207px 0px;
}
.iti__flag.iti__re {
  height: 14px;
  background-position: -4229px 0px;
}
.iti__flag.iti__ro {
  height: 14px;
  background-position: -4251px 0px;
}
.iti__flag.iti__rs {
  height: 14px;
  background-position: -4273px 0px;
}
.iti__flag.iti__ru {
  height: 14px;
  background-position: -4295px 0px;
}
.iti__flag.iti__rw {
  height: 14px;
  background-position: -4317px 0px;
}
.iti__flag.iti__sa {
  height: 14px;
  background-position: -4339px 0px;
}
.iti__flag.iti__sb {
  height: 10px;
  background-position: -4361px 0px;
}
.iti__flag.iti__sc {
  height: 10px;
  background-position: -4383px 0px;
}
.iti__flag.iti__sd {
  height: 10px;
  background-position: -4405px 0px;
}
.iti__flag.iti__se {
  height: 13px;
  background-position: -4427px 0px;
}
.iti__flag.iti__sg {
  height: 14px;
  background-position: -4449px 0px;
}
.iti__flag.iti__sh {
  height: 10px;
  background-position: -4471px 0px;
}
.iti__flag.iti__si {
  height: 10px;
  background-position: -4493px 0px;
}
.iti__flag.iti__sj {
  height: 15px;
  background-position: -4515px 0px;
}
.iti__flag.iti__sk {
  height: 14px;
  background-position: -4537px 0px;
}
.iti__flag.iti__sl {
  height: 14px;
  background-position: -4559px 0px;
}
.iti__flag.iti__sm {
  height: 15px;
  background-position: -4581px 0px;
}
.iti__flag.iti__sn {
  height: 14px;
  background-position: -4603px 0px;
}
.iti__flag.iti__so {
  height: 14px;
  background-position: -4625px 0px;
}
.iti__flag.iti__sr {
  height: 14px;
  background-position: -4647px 0px;
}
.iti__flag.iti__ss {
  height: 10px;
  background-position: -4669px 0px;
}
.iti__flag.iti__st {
  height: 10px;
  background-position: -4691px 0px;
}
.iti__flag.iti__sv {
  height: 12px;
  background-position: -4713px 0px;
}
.iti__flag.iti__sx {
  height: 14px;
  background-position: -4735px 0px;
}
.iti__flag.iti__sy {
  height: 14px;
  background-position: -4757px 0px;
}
.iti__flag.iti__sz {
  height: 14px;
  background-position: -4779px 0px;
}
.iti__flag.iti__ta {
  height: 10px;
  background-position: -4801px 0px;
}
.iti__flag.iti__tc {
  height: 10px;
  background-position: -4823px 0px;
}
.iti__flag.iti__td {
  height: 14px;
  background-position: -4845px 0px;
}
.iti__flag.iti__tf {
  height: 14px;
  background-position: -4867px 0px;
}
.iti__flag.iti__tg {
  height: 13px;
  background-position: -4889px 0px;
}
.iti__flag.iti__th {
  height: 14px;
  background-position: -4911px 0px;
}
.iti__flag.iti__tj {
  height: 10px;
  background-position: -4933px 0px;
}
.iti__flag.iti__tk {
  height: 10px;
  background-position: -4955px 0px;
}
.iti__flag.iti__tl {
  height: 10px;
  background-position: -4977px 0px;
}
.iti__flag.iti__tm {
  height: 14px;
  background-position: -4999px 0px;
}
.iti__flag.iti__tn {
  height: 14px;
  background-position: -5021px 0px;
}
.iti__flag.iti__to {
  height: 10px;
  background-position: -5043px 0px;
}
.iti__flag.iti__tr {
  height: 14px;
  background-position: -5065px 0px;
}
.iti__flag.iti__tt {
  height: 12px;
  background-position: -5087px 0px;
}
.iti__flag.iti__tv {
  height: 10px;
  background-position: -5109px 0px;
}
.iti__flag.iti__tw {
  height: 14px;
  background-position: -5131px 0px;
}
.iti__flag.iti__tz {
  height: 14px;
  background-position: -5153px 0px;
}
.iti__flag.iti__ua {
  height: 14px;
  background-position: -5175px 0px;
}
.iti__flag.iti__ug {
  height: 14px;
  background-position: -5197px 0px;
}
.iti__flag.iti__um {
  height: 11px;
  background-position: -5219px 0px;
}
.iti__flag.iti__us {
  height: 11px;
  background-position: -5241px 0px;
}
.iti__flag.iti__uy {
  height: 14px;
  background-position: -5285px 0px;
}
.iti__flag.iti__uz {
  height: 10px;
  background-position: -5307px 0px;
}
.iti__flag.iti__va {
  height: 15px;
  background-position: -5329px 0px;
}
.iti__flag.iti__vc {
  height: 14px;
  background-position: -5346px 0px;
}
.iti__flag.iti__ve {
  height: 14px;
  background-position: -5368px 0px;
}
.iti__flag.iti__vg {
  height: 10px;
  background-position: -5390px 0px;
}
.iti__flag.iti__vi {
  height: 14px;
  background-position: -5412px 0px;
}
.iti__flag.iti__vn {
  height: 14px;
  background-position: -5434px 0px;
}
.iti__flag.iti__vu {
  height: 12px;
  background-position: -5456px 0px;
}
.iti__flag.iti__wf {
  height: 14px;
  background-position: -5478px 0px;
}
.iti__flag.iti__ws {
  height: 10px;
  background-position: -5500px 0px;
}
.iti__flag.iti__xk {
  height: 15px;
  background-position: -5522px 0px;
}
.iti__flag.iti__ye {
  height: 14px;
  background-position: -5544px 0px;
}
.iti__flag.iti__yt {
  height: 14px;
  background-position: -5566px 0px;
}
.iti__flag.iti__za {
  height: 14px;
  background-position: -5588px 0px;
}
.iti__flag.iti__zm {
  height: 14px;
  background-position: -5610px 0px;
}
.iti__flag.iti__zw {
  height: 10px;
  background-position: -5632px 0px;
}
.iti__flag {
  height: 15px;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: url('../../frontend/Ecloud/novamil/es_MX/Dotdigitalgroup_Sms/images/flags.png');
  background-repeat: no-repeat;
  background-color: #DBDBDB;
  background-position: 20px 0;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-image: url('../../frontend/Ecloud/novamil/es_MX/Dotdigitalgroup_Sms/images/flags@2x.png');
  }
}
.iti__flag.iti__np {
  background-color: transparent;
}
.modal-custom-home {
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal-custom-home .modal-inner-wrap {
  width: 650px;
  height: 340px;
  background: white !important;
  display: inline-block;
  border-radius: 20px;
  overflow-x: hidden;
}
.modal-custom-home .modal-inner-wrap .modal-header {
  padding: 0;
}
.modal-custom-home .modal-inner-wrap .modal-header h1 {
  display: none;
}
.modal-custom-home .modal-inner-wrap .modal-header button {
  right: -5px;
  top: -5px;
  width: 49px;
  height: 47px;
  background-color: #000000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.modal-custom-home .modal-inner-wrap .modal-header button:before {
  font-size: 44px;
  line-height: 1;
  color: white;
  content: '×';
  font-family: sans-serif;
  font-size: 37px;
}
.modal-custom-home .modal-inner-wrap .modal-header button:hover:before {
  color: white;
  opacity: .8;
}
.modal-custom-home .modal-inner-wrap .popup-content {
  padding-top: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.modal-custom-home .modal-inner-wrap .popup-content .logo {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  margin-top: 10px;
}
.modal-custom-home .modal-inner-wrap .popup-content p {
  color: #5d8397;
}
.modal-custom-home .modal-inner-wrap .popup-content h3 {
  color: #5fc5c1;
  font-weight: bold;
  font-size: 38px;
  max-width: 280px;
  margin-bottom: 80px;
  margin-top: 70px;
  line-height: 1.4;
}
.modal-custom-home .modal-inner-wrap .popup-content .buttons {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.modal-custom-home .modal-inner-wrap .popup-content .buttons a {
  width: auto;
  padding: 0 30px;
  height: 50px;
  box-sizing: border-box;
  border-radius: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: .3s;
  text-decoration: none !important;
  background: #093877;
}
.modal-custom-home .modal-inner-wrap .popup-content .buttons a:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 14px #cecbcb;
}
.products-grid .owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  width: 100%;
}
.products-grid .owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background: #CCCCCC;
}
.products-grid .owl-carousel .owl-nav button.owl-prev:before {
  content: "<";
  color: #000000;
  font-size: 22px;
  line-height: 50px;
}
.products-grid .owl-carousel .owl-nav button.owl-next {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background: #CCCCCC;
}
.products-grid .owl-carousel .owl-nav button.owl-next:before {
  content: ">";
  color: #000000;
  font-size: 22px;
  line-height: 50px;
}
/**
 * Ecloud
 *
 * @category    Ecloud
 * @package     Ecloud_QuickSearch
 * @copyright   Copyright (c) Ecloud.
 */
#quicksearch-top-link {
  float: right;
  margin-left: 10px;
}
#quicksearch-top-link a {
  text-decoration: none;
  color: white;
}
.eboquicksearch-main-page {
  float: left;
  margin-bottom: 100px;
  width: 100%;
}
#instantsearch-area {
  display: flex;
  justify-content: center;
}
#instantsearch-area #eboquicksearch-instansearch {
  padding-left: 20px;
  width: 550px;
  height: 60px;
  border-radius: 30px;
  border: 1px solid #d1dbe3;
  background-color: #ffffff;
  margin-top: 0;
  box-shadow: none;
  margin-right: 0px;
  font-size: 18px;
  font-weight: 300;
  transition: .2s;
}
#instantsearch-area #eboquicksearch-instansearch::placeholder {
  color: #9dafbd;
}
#instantsearch-area #eboquicksearch-instansearch:focus {
  box-shadow: 0 6px 13px #e6e3e3;
}
.autocomplete-suggestion {
  cursor: pointer;
  overflow: hidden;
  padding: 10px 5px 10px 5px;
  font-size: 1.2em;
  border-bottom: 1px solid #eee;
  display: block;
}
.autocomplete-suggestion:last-child {
  border-bottom: none;
}
.directory-header {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 60px;
}
.directory-header h3 {
  color: #002c79;
  font-family: 'DINosaur-Bold';
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
  margin-bottom: 30px;
}
.directory-header p {
  max-width: 540px;
  color: #8e8e93;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  text-align: center;
}
.directory-header p a {
  color: #002c79;
  font-weight: 500;
  text-decoration: underline;
}
.quicksearch-index-index .eboquicksearch-wrapper.loading .autocomplete-suggestion {
  display: none;
}
.quicksearch-index-index .eboquicksearch-wrapper.loading .loader,
.quicksearch-index-index .eboquicksearch-wrapper.loading .loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}
.quicksearch-index-index .eboquicksearch-wrapper.loading .loader {
  margin: 60px auto;
  margin-top: 100px;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid #ebf9f5;
  border-right: 1.1em solid #ebf9f5;
  border-bottom: 1.1em solid #ebf9f5;
  border-left: 1.1em solid #083876;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.quicksearch-index-index .autocomplete-suggestions {
  position: relative !important;
  left: unset !important;
  top: unset !important;
  width: 100% !important;
  max-height: unset !important;
  z-index: 1 !important;
  float: left !important;
  box-shadow: none !important;
  border: none !important;
  flex-wrap: wrap !important;
  display: none !important;
}
.quicksearch-index-index .autocomplete-suggestions.open {
  display: flex !important;
  justify-content: center;
  margin-top: 50px;
  overflow: unset;
}
.quicksearch-index-index .autocomplete-suggestions .autocomplete-suggestion {
  width: 22%;
  margin-right: 2%;
  display: flex;
  overflow: unset;
  margin-bottom: 30px;
  border: none;
  border-radius: 10px;
  transition: .3s;
  box-shadow: 0 5px 15px rgba(225, 224, 224, 0.5);
}
.quicksearch-index-index .autocomplete-suggestions .autocomplete-suggestion:nth-child(4n) {
  margin-right: 0;
}
.quicksearch-index-index .autocomplete-suggestions .autocomplete-suggestion.autocomplete-selected {
  transform: scale(1.05);
  box-shadow: 0 5px 15px #d0cdcd;
  background: white;
}
.quicksearch-index-index .autocomplete-suggestions .autocomplete-suggestion > div {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.quicksearch-index-index .autocomplete-suggestions .autocomplete-suggestion > div .img-responsive {
  width: 100%;
  border-radius: 10px;
}
.quicksearch-index-index .autocomplete-suggestions .autocomplete-suggestion > div .suggestion-right {
  display: flex;
  flex-direction: column;
}
.quicksearch-index-index .autocomplete-suggestions .autocomplete-suggestion > div .suggestion-right .actions-extra {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  margin-top: 5px;
}
.quicksearch-index-index .autocomplete-suggestions .autocomplete-suggestion > div .suggestion-right .actions-extra a {
  border-radius: 12px;
  background-color: #efeff4;
  justify-content: space-around;
  text-decoration: none;
  display: flex;
  transition: .3s;
  padding: 8px 15px;
}
.quicksearch-index-index .autocomplete-suggestions .autocomplete-suggestion > div .suggestion-right .actions-extra a span {
  line-height: 1;
  display: flex;
  align-items: center;
  color: #002c79;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.86px;
  text-transform: uppercase;
}
.quicksearch-index-index .autocomplete-suggestions .autocomplete-suggestion > div .suggestion-right .actions-extra a span:last-child {
  font-size: 15px;
  padding-left: 5px;
}
.quicksearch-index-index .autocomplete-suggestions .autocomplete-suggestion > div .suggestion-right .actions-extra a:hover {
  box-shadow: 0 5px 15px rgba(225, 224, 224, 0.5);
  transform: scale(1.1);
}
.quicksearch-index-index .autocomplete-suggestions .autocomplete-suggestion > div .suggestion-right .product-name a {
  overflow: unset;
  display: flex;
  white-space: normal;
  padding: 0 20px;
  justify-content: center;
  margin-top: 10px;
  color: #8e8e93;
  min-height: 45px;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  text-transform: capitalize;
}
.quicksearch-index-index .autocomplete-suggestions .autocomplete-suggestion > div .suggestion-right .product-des .short-des {
  overflow: unset;
  white-space: normal;
  text-align: center;
  margin-top: 10px;
  width: 100%;
  display: flex;
  justify-content: center;
  color: #002c79;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0px;
}
#quicksearch-link {
  float: right;
  margin-left: 10px;
  background: #1979c3;
  border-radius: 3px;
  line-height: 30px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 14px;
  font-weight: bold;
  height: auto;
}
.error {
  display: none;
}
fieldset.fieldset.review-fieldset label {
  text-transform: capitalize;
}
.banner-slider-container {
  position: relative;
  width: 100%;
}
.banner-slider-container .first-item {
  width: 100%;
}
.banner-slider-container .first-item img {
  width: 100%;
}
.banner-slider-container .banner-slider {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.banner-slider-container .banner-slider .owl-stage-outer {
  height: 100%;
}
.banner-slider-container .banner-slider .item {
  width: 100%;
}
.banner-slider-container .banner-slider .item img {
  width: 100%;
}
.banner-slider-container .banner-slider .owl-nav.disabled {
  display: none;
}
.banner-slider-container .banner-slider .owl-dots {
  display: flex;
  justify-content: center;
  margin-top: 0;
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
}
.banner-slider-container .banner-slider .owl-dots .owl-dot {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .3s;
}
.banner-slider-container .banner-slider .owl-dots .owl-dot span {
  width: 6px;
  height: 6px;
  background: white;
  display: block;
  border-radius: 100px;
  opacity: .5;
}
.banner-slider-container .banner-slider .owl-dots .owl-dot.active span {
  opacity: 1;
}
._amcheckout-selectable-container,
.amcheckout-step-container .shipping-address-items,
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-items,
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .amcheckout-content > .amcheckout-wrapper {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
}
._amcheckout-selectable-item,
.amcheckout-step-container .amcheckout-shipping-address .billing-address-details,
.amcheckout-step-container .amcheckout-shipping-address .shipping-address-details,
.amcheckout-step-container .shipping-address-items .shipping-address-item,
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method,
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method {
  display: block;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0 20px;
  width: 100%;
  border: 1px solid #f9f9f9;
  border-radius: 2px;
  background: #f9f9f9;
  cursor: pointer;
}
._amcheckout-selectable-item:not(:last-of-type),
.amcheckout-step-container .amcheckout-shipping-address .billing-address-details:not(:last-of-type),
.amcheckout-step-container .amcheckout-shipping-address .shipping-address-details:not(:last-of-type),
.amcheckout-step-container .shipping-address-items .shipping-address-item:not(:last-of-type),
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method:not(:last-of-type),
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method:not(:last-of-type) {
  margin-bottom: 15px;
}
._amcheckout-selectable-item:hover,
.amcheckout-step-container .amcheckout-shipping-address .billing-address-details:hover,
.amcheckout-step-container .amcheckout-shipping-address .shipping-address-details:hover,
.amcheckout-step-container .shipping-address-items .shipping-address-item:hover,
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method:hover,
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method:hover {
  box-shadow: 0 2px 8px rgba(56, 77, 108, 0.4);
}
._amcheckout-selectable-item.-selected,
.amcheckout-step-container .amcheckout-shipping-address .billing-address-details.-selected,
.amcheckout-step-container .amcheckout-shipping-address .shipping-address-details.-selected,
.amcheckout-step-container .shipping-address-items .shipping-address-item.-selected,
.amcheckout-step-container .shipping-address-items .shipping-address-item.selected-item,
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method.-selected,
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method.-selected,
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method.-selected,
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active {
  border-color: #1979c3;
}
@media all and (min-width: 1024px) {
  ._amcheckout-selectable-item,
  .amcheckout-step-container .amcheckout-shipping-address .billing-address-details,
  .amcheckout-step-container .amcheckout-shipping-address .shipping-address-details,
  .amcheckout-step-container .shipping-address-items .shipping-address-item,
  .amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method,
  .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method {
    width: 48%;
  }
  ._amcheckout-selectable-item:nth-last-child(-n + 2),
  .amcheckout-step-container .amcheckout-shipping-address .billing-address-details:nth-last-child(-n + 2),
  .amcheckout-step-container .amcheckout-shipping-address .shipping-address-details:nth-last-child(-n + 2),
  .amcheckout-step-container .shipping-address-items .shipping-address-item:nth-last-child(-n + 2),
  .amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method:nth-last-child(-n + 2),
  .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method:nth-last-child(-n + 2) {
    margin-bottom: 0;
  }
}
.checkout-index-index .authentication-wrapper {
  margin-right: 9px;
}
.checkout-index-index .checkout-header {
  margin: 12px 0 20px;
  padding: 0 9px;
  width: 70%;
}
.checkout-index-index .checkout-header .title {
  margin: 0 auto 7px;
}
.checkout-index-index .checkout-header .description {
  font-size: 18px;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper {
  float: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0;
  padding: 0;
  width: 100%;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-2columns .checkout-column,
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .checkout-column {
  width: 100%;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .shipping-address-item:nth-child(3n + 1):before {
  display: block;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .shipping-address-item:nth-child(2n + 1):before {
  display: none;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .shipping-address-item,
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-2-3-columns .shipping-address-item {
  width: 50%;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .shipping-address-item:only-child,
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-2-3-columns .shipping-address-item:only-child {
  width: 100%;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .table-checkout-shipping-method,
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-2-3-columns .table-checkout-shipping-method {
  width: 100%;
  min-width: 0;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper:before {
  display: none;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .step-content {
  margin: 0;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .shipping-address {
  margin-bottom: 0;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper #co-payment-form .discount-code {
  display: none;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper #co-payment-form .rewards-add {
  display: none;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper #co-payment-form .gift-code {
  display: none;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .discount-code .payment-option-title {
  border: none;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-agreement {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-agreement label {
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-agreement div.mage-error {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-agreement .action-show {
  text-align: left;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .payment-method-content,
.checkout-index-index .opc-wrapper.am-opc-wrapper .payment-option-content {
  padding: 0 22px 20px;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .payment-option-content .action-apply {
  margin-right: 0;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .payment-method-content .actions-toolbar > .primary {
  padding-right: 0;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-block > li {
  list-style-type: none;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .field.amcheckout-comment {
  margin-bottom: 10px;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .label {
  word-break: break-all;
  word-wrap: break-word;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address {
  max-width: 500px;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address .billing-address-same-as-shipping-block {
  margin: 5px 0 10px;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address .actions-toolbar {
  margin-top: 15px;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address .actions-toolbar .action.action-cancel {
  margin: 0 20px 0 0;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address .primary {
  float: right;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address .field-select-billing .label {
  display: none;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-shipping-address .primary {
  float: right;
}
.checkout-index-index .am-submit-summary #checkout-payment-method-load .actions-toolbar {
  display: none;
}
.checkout-index-index .am-submit-summary #checkout-payment-method-load .payment-method-billing-address .actions-toolbar {
  display: block;
}
.checkout-index-index .am-submit-fixed #checkout-payment-method-load .actions-toolbar {
  display: block;
  position: fixed;
  z-index: 999;
  width: 1240px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  background-color: #eaeaea;
  left: 50%;
  transform: translate(-50%);
}
.checkout-index-index .am-submit-fixed #checkout-payment-method-load .actions-toolbar > * {
  float: none;
}
.checkout-index-index .am-submit-fixed.-top #checkout-payment-method-load .actions-toolbar {
  bottom: auto;
  top: 0;
}
.checkout-index-index .am-submit-fixed.-bottom #checkout-payment-method-load .actions-toolbar {
  bottom: 0;
}
.checkout-index-index .checkout-block {
  margin: 7px 9px 32px;
  padding: 24px 12px;
  background: white;
  box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.15);
  -webkit-transition: box-shadow 0.5s;
  -moz-transition: box-shadow 0.5s;
  -ms-transition: box-shadow 0.5s;
  transition: box-shadow 0.5s;
}
.checkout-index-index .checkout-block:hover {
  box-shadow: 0 1px 4px 1px rgba(25, 121, 195, 0.45);
}
.checkout-index-index .am-checkout {
  margin: 20px 0;
  padding: 12px;
}
.checkout-index-index .am-checkout:not(.-modern) {
  background: #eaeaea;
}
.checkout-index-index .opc-block-summary {
  margin: -24px -12px 0;
  padding: 24px 12px;
}
.checkout-index-index .opc-block-summary .minicart-items-wrapper {
  margin: 0;
}
.checkout-index-index .additional-options {
  margin: 24px 7px 12px;
}
.checkout-index-index .additional-options .checkout-agreements .action-show {
  line-height: 1.42857143;
  padding: 0;
  color: #006bb4;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  font-weight: 400;
  border-radius: 0;
}
.checkout-index-index .additional-options .checkout-agreements .action-show:not(:focus) {
  box-shadow: none;
}
.checkout-index-index .additional-options .field {
  margin-top: 7px;
}
.checkout-index-index .am-gift-message .edit-link {
  display: none;
  color: #1979c3;
  cursor: pointer;
}
.checkout-index-index .am-gift-message.checked .edit-link {
  display: inline;
}
.checkout-index-index .amcheckout-form-login .mage-error:not([style*='display: none;']) + .field-error {
  display: none;
}
.checkout-index-index .amcheckout-delivery-date .field {
  float: left;
  padding-top: 4px;
  width: 100%;
  box-sizing: border-box;
}
.checkout-index-index .amcheckout-delivery-date .field.comment {
  width: 100%;
}
.checkout-index-index .amcheckout-delivery-date .field.datepicker,
.checkout-index-index .amcheckout-delivery-date .field.timepicker {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.checkout-index-index .amcheckout-delivery-date .field.datepicker .control,
.checkout-index-index .amcheckout-delivery-date .field.timepicker .control {
  -webkit-flex: none;
  -moz-flex: none;
  -ms-flex: none;
  flex: none;
  width: 60%;
}
.checkout-index-index .amcheckout-delivery-date .field.datepicker .control .ui-datepicker-trigger {
  margin-left: 7px;
}
.checkout-index-index .amcheckout-delivery-date .field .label {
  display: block;
  margin: 12px 0;
}
.checkout-index-index .amcheckout-delivery-date .clearer {
  clear: both;
}
.checkout-index-index .amcheckout-delivery-date .field._required > .label:after,
.checkout-index-index .additional-options .field._required .label:after {
  margin: 0 0 0 5px;
  font-size: 1.2rem;
  content: '*';
  color: #e02b27;
}
.checkout-index-index .opc-block-summary .minicart-items input[type='number']::-webkit-inner-spin-button,
.checkout-index-index .opc-block-summary .minicart-items input[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: inner-spin-button !important;
}
.checkout-index-index .opc-block-summary .minicart-items input[type='number']:focus {
  -moz-appearance: spinner !important;
}
.checkout-index-index .opc-block-summary .minicart-items input.qty {
  width: 55px;
}
.checkout-index-index .opc-block-summary .minicart-items button {
  margin-top: 12px;
  float: right;
}
.checkout-index-index .opc-block-summary .minicart-items .delete {
  float: left;
  padding: 3px;
  width: 7px;
  height: 7px;
  border: 1px #b6b6b6 solid;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTS0xLTFoMTJ2MTJILTF6Ii8+PHBhdGggZmlsbD0iI2I1YjViNSIgY2xhc3M9ImFjdGl2ZS1wYXRoIiBkPSJNNiA1bDQtNC0xLTEtNCA0LTQtNC0xIDEgNCA0LTQgNCAxIDEgNC00IDQgNCAxLTEtNC00eiIgc3Ryb2tlPSJudWxsIi8+PC9zdmc+) no-repeat center;
  background-size: 7px;
  cursor: pointer;
}
.checkout-index-index .opc-block-summary .minicart-items .product-item-details {
  padding-left: 118px;
}
.checkout-index-index .opc-block-summary .minicart-items .product-image-container {
  margin-left: 16px;
}
@media (min-width: 900px) {
  .checkout-index-index .opc-wrapper.am-opc-wrapper {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .checkout-index-index .opc-wrapper.am-opc-wrapper.layout-2columns .checkout-column {
    width: 50%;
  }
  .checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .checkout-column {
    width: 33.3%;
  }
}
.checkout-index-index #opc-shipping_method #checkout-shipping-method-load .table-checkout-shipping-method {
  max-width: 600px;
}
.checkout-index-index #opc-shipping_method #checkout-shipping-method-load .table-checkout-shipping-method .col-price {
  min-width: unset;
}
.checkout-index-index .modal-popup:not(.agreements-modal):not(.popup-authentication) .modal-inner-wrap {
  right: 0;
  left: 0;
  width: 100%;
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
}
.checkout-payment-method .payment-methods {
  margin: 0;
}
.checkout-payment-method .payment-methods .actions-toolbar .primary {
  padding: 14px 17px;
  font-size: 1.8rem;
  line-height: 2.2rem;
}
.checkout-payment-method.submit .payment-methods {
  margin: 0;
}
.fieldset.address {
  margin: 0 -7px;
}
.fieldset.address > .field {
  display: inline-block;
  padding: 0 7px;
  width: 100%;
  vertical-align: top;
  box-sizing: border-box;
}
.checkout-success .success-messages {
  margin-bottom: 40px;
  font-size: 1.8rem;
}
.account .column.main .order-details-items {
  margin-bottom: 0;
}
.account .column.main .order-details-items .order-items .data.table > tbody > tr:nth-child(even) > td {
  background: none;
}
.page-main .block.block-order-details {
  margin-bottom: 25px;
}
.page-main .block.block-order-details .delivery {
  float: right;
  font-weight: bold;
}
.page-main .block.block-order-details .delivery .delivery-field {
  float: left;
  margin-left: 12px;
}
.page-main .block.block-order-details .order-date {
  padding-bottom: 25px;
  border-bottom: 1px solid #c6c6c6;
  font-size: 1.6rem;
}
.page-main .block.block-order-details-comments {
  margin-bottom: 35px;
}
.page-main .block.block-order-details-view {
  margin-bottom: 10px;
}
.page-main .block.block-order-details-view:nth-child(2) .block-title {
  display: none;
}
#registration {
  position: relative;
  margin: 20px 0 25px;
  padding: 0 0 0 12px;
  width: 600px;
  border-left: 3px solid #f58c12;
}
#registration br {
  display: none;
}
#registration form {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.opc-estimated-wrapper .minicart-wrapper {
  display: none;
}
.am-checkout.-modern {
  box-sizing: border-box;
  padding: 0;
  background: none;
}
.am-checkout.-modern.-layout-1column {
  margin: auto;
  max-width: 750px;
}
.am-checkout.-modern .checkout-header {
  padding: 0;
}
.am-checkout.-modern .authentication-wrapper {
  margin-right: 0;
}
.am-checkout.-modern .authentication-wrapper .action-auth-toggle {
  padding: 5px 20px;
  height: auto;
  border-radius: 2px;
  background: #1979c3;
  color: #fff;
}
.am-checkout.-modern .opc-estimated-wrapper {
  margin: 0 -15px 15px;
}
.amcheckout-main-container.-modern {
  clear: both;
  color: #363636;
}
.amcheckout-main-container.-modern .amcheckout-block:not(:first-of-type) {
  margin: 40px 0 0;
}
.amcheckout-step-container {
  font-size: 16px;
}
.amcheckout-step-container > li {
  list-style: none;
}
.amcheckout-step-container .amcheckout-title {
  display: block;
  margin: 0;
  padding: 15px;
  background: #eee;
  font-weight: 600;
  font-size: 20px;
  cursor: pointer;
}
.amcheckout-step-container .amcheckout-title > .amcheckout-icon {
  position: relative;
  float: right;
  box-sizing: border-box;
  width: 24px;
  height: 24px;
  border: 2px solid #1979c3;
  border-radius: 50%;
  transition: all .3s ease;
}
.amcheckout-step-container .amcheckout-title > .amcheckout-icon:hover,
.amcheckout-step-container .amcheckout-title > .amcheckout-icon:hover:before {
  border-color: #429fe7;
}
.amcheckout-step-container .amcheckout-title > .amcheckout-icon:before {
  position: absolute;
  top: 41%;
  left: 50%;
  display: block;
  box-sizing: border-box;
  width: 8px;
  height: 8px;
  border-right: 2px solid #1979c3;
  border-bottom: 2px solid #1979c3;
  content: '';
  transition: all .3s ease;
  transform: translate(-50%, -50%) rotate(45deg);
}
.amcheckout-step-container .amcheckout-title > .amcheckout-icon.-minus {
  transform: rotate(180deg);
}
.amcheckout-step-container .amcheckout-title + .amcheckout-content > .amcheckout-wrapper {
  padding: 20px 0;
}
.amcheckout-step-container .fieldset:last-child {
  margin-bottom: 0;
}
.amcheckout-step-container .fieldset > .legend + br {
  display: none;
}
.amcheckout-step-container .fieldset > .field > .label,
.amcheckout-step-container .fieldset > .fields > .field > .label {
  font-weight: normal;
}
.amcheckout-step-container .opc-block-summary {
  margin: 0;
  padding: 0;
}
.amcheckout-step-container .checkout-payment-method .field-select-billing,
.amcheckout-step-container .checkout-payment-method .billing-address-form {
  max-width: inherit;
}
.amcheckout-step-container .checkout-payment-method .checkout-billing-address {
  margin-top: 15px;
}
.amcheckout-step-container .note {
  color: #777;
}
.amcheckout-step-container .amcheckout-button:not(.braintree-googlepay-button):not(.ui-datepicker-trigger),
.amcheckout-step-container button:not(.braintree-googlepay-button):not(.ui-datepicker-trigger) {
  border: none;
  border-radius: 2px;
  background: #1979c3;
  box-shadow: none;
  color: #fff;
}
.amcheckout-step-container .amcheckout-button:not(.braintree-googlepay-button):hover,
.amcheckout-step-container button:not(.braintree-googlepay-button):hover {
  border: none;
}
.amcheckout-step-container .amcheckout-button.-new-address {
  margin-top: 20px;
}
.amcheckout-step-container .payment-method-content > .actions-toolbar > .primary .action.primary {
  float: none;
  margin: 0 15px 0 0;
  padding: 12px 16px;
  font-size: 16px;
}
.amcheckout-step-container .action-edit-address {
  margin-top: 15px;
}
.amcheckout-step-container .primary .action.checkout,
.amcheckout-step-container .action.checkout.amasty {
  padding: 14px 30px;
  background: #315499;
}
.amcheckout-step-container .form-discount .actions-toolbar .action {
  min-height: 40px;
}
.amcheckout-step-container input[type='number']:focus {
  -moz-appearance: none !important;
}
.amcheckout-step-container input[type='text'],
.amcheckout-step-container input[type='password'],
.amcheckout-step-container input[type='url'],
.amcheckout-step-container input[type='tel'],
.amcheckout-step-container input[type='search'],
.amcheckout-step-container input[type='number'],
.amcheckout-step-container input[type='datetime'],
.amcheckout-step-container input[type='email'],
.amcheckout-step-container select {
  height: 40px;
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  font-size: 16px;
}
.amcheckout-step-container .checkout-agreements .action-show {
  background: inherit;
  color: inherit;
  font-size: inherit;
}
.amcheckout-step-container .checkout-agreements .action-show,
.amcheckout-step-container .action.checkout.amasty {
  height: auto;
}
.amcheckout-step-container input[type='checkbox'],
.amcheckout-step-container input[type='radio'] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  top: unset;
  left: unset;
}
.amcheckout-step-container input[type='checkbox'] + label,
.amcheckout-step-container input[type='radio'] + label {
  display: flex;
  cursor: pointer;
}
.amcheckout-step-container input[type='checkbox'] + label span:only-child,
.amcheckout-step-container input[type='radio'] + label span:only-child {
  flex: auto;
}
.amcheckout-step-container input[type='checkbox'] + label:before,
.amcheckout-step-container input[type='radio'] + label:before {
  display: inline-block;
  box-sizing: border-box;
  margin: 3px 15px 0 0;
  min-width: 15px;
  min-height: 15px;
  width: 15px;
  height: 15px;
  border: 2px solid #ccc;
  background: #fff !important;
  content: '';
  cursor: pointer;
}
.amcheckout-step-container input[type='checkbox'] + label:hover:before,
.amcheckout-step-container input[type='radio'] + label:hover:before,
.amcheckout-step-container input[type='checkbox']:checked + label:before,
.amcheckout-step-container input[type='radio']:checked + label:before {
  border-color: #1979c3;
  box-shadow: 0 2px 4px rgba(63, 156, 215, 0.4);
}
.amcheckout-step-container input[type='checkbox'] + label:before {
  border-radius: 2px;
}
.amcheckout-step-container input[type='checkbox']:checked + label:before {
  border-width: 0;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHJlY3Qgd2lkdGg9IjIwIiBoZWlnaHQ9IjIwIiByeD0iMiIgZmlsbD0iIzE5NzlDMyIvPjxwYXRoIGQ9Ik01IDEwbDQgNCA2LTciIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L3N2Zz4=) center no-repeat !important;
  background-size: contain !important;
}
.amcheckout-step-container input[type='radio'] + label:before {
  border-radius: 50%;
  transition: all .2s ease;
}
.amcheckout-step-container input[type='radio']:checked + label:before {
  border-width: 5px;
}
.amcheckout-step-container .amcheckout-form-login,
.amcheckout-step-container .form-login {
  margin-bottom: 30px;
  border-bottom: 1px solid #d4d4d4;
}
.amcheckout-step-container .amcheckout-form-login .amcheckout-email,
.amcheckout-step-container .form-login .amcheckout-email {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.amcheckout-step-container .amcheckout-form-login .amcheckout-email .amcheckout-wrapper,
.amcheckout-step-container .form-login .amcheckout-email .amcheckout-wrapper {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
}
.amcheckout-step-container .amcheckout-form-login .amcheckout-password,
.amcheckout-step-container .form-login .amcheckout-password {
  width: calc(50% - 7px);
}
.amcheckout-step-container .amcheckout-form-login .amcheckout-email .amcheckout-wrapper .input-text,
.amcheckout-step-container .form-login .amcheckout-email .amcheckout-wrapper .input-text {
  margin: 0;
  width: 100%;
}
.amcheckout-step-container .amcheckout-form-login .amcheckout-email .field-tooltip,
.amcheckout-step-container .form-login .amcheckout-email .field-tooltip {
  position: relative;
  top: 0;
  display: flex;
  align-items: center;
  margin-left: 10px;
  height: 40px;
}
.amcheckout-step-container .amcheckout-form-login .amcheckout-email .note,
.amcheckout-step-container .form-login .amcheckout-email .note {
  margin-left: auto;
  color: #363636;
  line-height: 40px;
}
.amcheckout-step-container .amcheckout-form-login .amcheckout-password,
.amcheckout-step-container .form-login .amcheckout-password {
  display: inline-block;
}
.amcheckout-step-container .amcheckout-form-login .amcheckout-password.-confirm,
.amcheckout-step-container .form-login .amcheckout-password.-confirm {
  float: right;
}
.amcheckout-step-container .amcheckout-form-login .actions-toolbar,
.amcheckout-step-container .form-login .actions-toolbar {
  margin-bottom: 20px;
}
.amcheckout-step-container .amcheckout-shipping-address .checkout-billing-address {
  margin-top: 20px;
}
.amcheckout-step-container .amcheckout-shipping-address .billing-address-same-as-shipping-block,
.amcheckout-step-container .amcheckout-shipping-address .billing-address-form,
.amcheckout-step-container .amcheckout-shipping-address .shipping-address-form {
  margin-bottom: 10px;
}
.amcheckout-step-container .amcheckout-shipping-address .billing-address-details,
.amcheckout-step-container .amcheckout-shipping-address .shipping-address-details {
  padding: 20px;
}
.amcheckout-step-container .amcheckout-shipping-address .billing-address-details:empty,
.amcheckout-step-container .amcheckout-shipping-address .shipping-address-details:empty {
  display: none;
}
.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button {
  margin-top: 20px;
}
.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button.-select {
  float: right;
  border: 1px solid #1787e0;
  background: #ddf0ff;
  color: #1979c3;
}
.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button.-select:hover {
  background: #1787e0;
  color: #fff;
}
.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button.-edit,
.amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit {
  padding-left: 0;
  background: none;
  color: #4e4e4e;
  font-size: 16px;
}
.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button.-edit:hover,
.amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit:hover {
  color: #1979c3;
}
.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button.-edit:before,
.amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit:before {
  display: inline-block;
  width: 13px;
  height: 13px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMi42MTMgMGwtMS43MDYgMS43MTYgMi4zODggMi40TDE1IDIuNDAzIDEyLjYxMyAwek0xLjcgMTAuOThsMi4zODYgMi40IDguMTg3LTguMjMzLTIuMzg3LTIuNDAxTDEuNyAxMC45OHpNMCAxNWwyLjg5LS43NjMtMi4xMy0yLjE0NEwwIDE1eiIgZmlsbD0iIzRFNEU0RSIvPjwvc3ZnPg==) center no-repeat;
  background-size: contain;
  content: '';
}
.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button.-edit:hover:before,
.amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit:hover:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMi42MTMgMGwtMS43MDYgMS43MTYgMi4zODggMi40TDE1IDIuNDAzIDEyLjYxMyAwek0xLjcgMTAuOThsMi4zODYgMi40IDguMTg3LTguMjMzLTIuMzg3LTIuNDAxTDEuNyAxMC45OHpNMCAxNWwyLjg5LS43NjMtMi4xMy0yLjE0NEwwIDE1eiIgZmlsbD0iIzE5NzlDMyIvPjwvc3ZnPg==) center no-repeat;
  background-size: contain;
}
.amcheckout-step-container .shipping-address-items .shipping-address-item {
  padding: 20px;
  line-height: 30px;
}
.amcheckout-step-container .shipping-address-items .shipping-address-item.selected-item .amcheckout-button.-select {
  visibility: hidden;
}
.amcheckout-step-container .amcheckout-shipping-methods {
  display: block;
  max-width: inherit !important;
}
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-header {
  display: none;
}
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method {
  padding: 0 20px;
}
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method .col {
  border: none;
}
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method .col-comment .field-tooltip {
  position: relative;
}
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method .col-comment .field-tooltip.-error .field-tooltip-action:before,
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method .col-comment .field-tooltip.-error .field-tooltip-content {
  color: #c00815;
}
.amcheckout-step-container .checkout-billing-address .actions-toolbar {
  margin-top: 15px;
}
.amcheckout-step-container .checkout-billing-address .actions-toolbar > .primary {
  float: none;
  padding: 10px 20px;
}
.amcheckout-step-container .checkout-billing-address .actions-toolbar > .primary .action {
  margin-top: 0;
}
.amcheckout-step-container .checkout-billing-address .actions-toolbar .action-cancel {
  background: none;
  color: #1979c3;
}
.amcheckout-step-container .amcheckout-delivery-date .field {
  width: 100%;
}
.amcheckout-step-container .amcheckout-delivery-date .field.timepicker {
  display: block;
}
.amcheckout-step-container .amcheckout-delivery-date .field.timepicker .control {
  width: 100%;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods {
  margin: 0;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-group + .payment-group .step-title {
  margin: 0;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-group:not(:last-of-type) {
  margin-bottom: 40px;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method {
  padding: 0;
  width: 100%;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method:not(:last-of-type) {
  margin-bottom: 20px;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-title {
  padding: 0;
  border: none !important;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-title .label {
  padding: 20px;
  align-items: flex-start;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-title .label > *:not(:only-child):not(:last-of-type) {
  margin-right: 5px;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-title .label .action-help {
  margin-left: auto;
  text-align: right;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method .payment-method-content {
  display: none;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active .payment-method-content {
  display: block;
  padding: 0 20px 0 45px;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active .payment-method-content > * {
  margin: 0;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active .payment-method-content > * > * {
  margin: 0 0 20px;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active .payment-method-content .amazon-button-container__cell {
  display: inline-block;
  vertical-align: middle;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-content .actions-toolbar > .primary {
  float: left;
  padding-left: 0;
}
.amcheckout-step-container .amcheckout-summary-container {
  background: none;
}
.amcheckout-step-container .amcheckout-summary-container .amcheckout-title {
  background: #315499;
  color: #fff;
}
.amcheckout-step-container .amcheckout-summary-container .amcheckout-title > .amcheckout-icon {
  background: #fff;
}
.amcheckout-step-container .amcheckout-summary-container .amcheckout-content > .amcheckout-wrapper {
  padding: 20px;
}
.amcheckout-step-container .amcheckout-summary-container .items-in-cart {
  margin-bottom: 20px;
  border-bottom: 1px solid #d4d4d4;
}
.amcheckout-step-container .amcheckout-summary-container .product-item .delete {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  box-sizing: border-box;
  padding: 0;
  width: 10px;
  height: 15px;
  border: 0;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xLjE2NyAxNWg3LjU1OGwuOTUtOC45NThILjI2TDEuMTY3IDE1em01Ljg5LTEyLjc3MlYuNTEyQS41MS41MSAwIDAgMCA2LjU1MiAwaC0zLjIxYy0uMjggMC0uNTA1LjIzLS41MDUuNTEyVjIuMmMtMS4wODUuMTIzLTEuNzExLjMxNS0yLjgzNi43MjRWNC41bDEwIC4xMThWM3MtLjk1NC0uNTM0LTIuOTQyLS43NzJ6TTYuMDUgMi4xMzRhMTguMDggMTguMDggMCAwIDAtMi4yNTgtLjAxNXYtLjkwNWMwLS4xNC4xMTEtLjI1NS4yNTItLjI1NWgxLjc1MmMuMTQxIDAgLjI1NC4xMTUuMjU0LjI1NXYuOTJ6IiBmaWxsPSIjNTc1ODU1Ii8+PC9zdmc+) center no-repeat;
  background-size: contain;
}
.amcheckout-step-container .amcheckout-summary-container .product-item .delete:hover {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xLjE2NyAxNWg3LjU1OGwuOTUtOC45NThILjI2TDEuMTY3IDE1em01Ljg5LTEyLjc3MlYuNTEyQS41MS41MSAwIDAgMCA2LjU1MiAwaC0zLjIxYy0uMjggMC0uNTA1LjIzLS41MDUuNTEyVjIuMmMtMS4wODUuMTIzLTEuNzExLjMxNS0yLjgzNi43MjRWNC41bDEwIC4xMThWM3MtLjk1NC0uNTM0LTIuOTQyLS43NzJ6TTYuMDUgMi4xMzRhMTguMDggMTguMDggMCAwIDAtMi4yNTgtLjAxNXYtLjkwNWMwLS4xNC4xMTEtLjI1NS4yNTItLjI1NWgxLjc1MmMuMTQxIDAgLjI1NC4xMTUuMjU0LjI1NXYuOTJ6IiBmaWxsPSIjMTk3OWMzIi8+PC9zdmc+) center no-repeat;
  background-size: contain;
}
.amcheckout-step-container .amcheckout-summary-container .product-item .action.checkout {
  float: left;
  margin-bottom: 10px;
}
.amcheckout-step-container .amcheckout-summary-container .product-item .product {
  padding-bottom: 15px;
}
.amcheckout-step-container .amcheckout-summary-container .minicart-items .product-image-container {
  margin: 0;
  border: 1px solid #d4d4d4;
}
.amcheckout-step-container .amcheckout-summary-container .minicart-items .product-item-details {
  padding-left: 100px;
}
.amcheckout-step-container .amcheckout-summary-container .minicart-items .minicart-items-wrapper {
  padding: 15px 0 0;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-details .product-item-inner {
  display: flex;
  align-items: center;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-details .product-item-name-block {
  display: flex;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 20px 10px 0;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-details .action.checkout {
  border: 1px solid #1787e0;
  border-radius: 2px;
  background: #f0f8ff;
  color: #1787e0;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-details .action.checkout:hover {
  background: #e6f3ff;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-details .options {
  padding-right: 20px;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-name {
  margin: 0;
}
.amcheckout-step-container .amcheckout-summary-container .details-qty {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 10px 0 0;
}
.amcheckout-step-container .amcheckout-summary-container .details-qty .label {
  margin-right: 10px;
}
.amcheckout-step-container .amcheckout-summary-container .details-qty .qty {
  height: 30px;
}
.amcheckout-step-container .amcheckout-summary-container .subtotal {
  width: auto;
}
.amcheckout-step-container .amcheckout-summary-container .field.configurable {
  width: 50%;
}
.amcheckout-step-container .amcheckout-summary-container .field.configurable:not(:last-of-type) {
  margin-bottom: 10px;
}
.amcheckout-step-container .amcheckout-summary-container .table-totals {
  width: 100%;
  border: none;
  font-size: 14px;
}
.amcheckout-step-container .amcheckout-summary-container .table-totals .grand .mark,
.amcheckout-step-container .amcheckout-summary-container .table-totals .grand .amount {
  border-top: none;
}
.amcheckout-step-container .amcheckout-summary-container .item-options .label {
  display: block;
  margin-bottom: 10px;
}
.amcheckout-step-container .amcheckout-additional-options {
  margin: 0;
  padding: 0 20px;
  border: 1px solid #f9f9f9;
  background: #f9f9f9;
  font-size: 0;
}
.amcheckout-step-container .amcheckout-additional-options > * {
  font-size: 14px;
}
.amcheckout-step-container .amcheckout-additional-options .amcheckout-checkboxes,
.amcheckout-step-container .amcheckout-additional-options .amcheckout-comment {
  margin: 20px 0;
}
.amcheckout-step-container .amcheckout-additional-options .amcheckout-checkboxes > * {
  margin-bottom: 5px;
}
.amcheckout-step-container .amcheckout-additional-options .checkout-agreement .action-show {
  text-align: left;
}
.amcheckout-step-container .opc-payment-additional {
  padding: 0 20px;
}
.amcheckout-step-container .opc-payment-additional .payment-option-title,
.amcheckout-step-container .opc-payment-additional .payment-option-content {
  padding-right: 0;
  padding-left: 0;
}
.amcheckout-step-container .opc-payment-additional .label {
  display: block;
  margin-bottom: 4px;
}
.amcheckout-step-container .opc-payment-additional .form-discount .label {
  display: none;
}
.amcheckout-main-container.-layout-2columns .amcheckout-column:not(:first-of-type) {
  margin-top: 40px;
}
/**
 * @copyright  Vertex. All rights reserved.  https://www.vertexinc.com/
 * @author     Mediotype                     https://www.mediotype.com/
 */
.opc-block-summary .vertex-message td,
.cart-summary .vertex-message td {
  padding: 0;
  border-top: none;
}
/**
 * @copyright  Vertex. All rights reserved.  https://www.vertexinc.com/
 * @author     Mediotype                     https://www.mediotype.com/
 */
.form-address-edit .actions-toolbar .vertex-update-address {
  margin-top: 10px;
}
.vertex__address-suggestion {
  margin: 5px 0;
  padding-left: 10px;
  font-weight: 500;
  border-left: 2px solid gray;
}
.yotpo-yotpo-is-enabled .yotpoBottomLine {
  width: 100%;
}
.yotpo-yotpo-is-enabled .yotpo-icon-double-bubble,
.yotpo-yotpo-is-enabled .yotpo-stars {
  margin: 0 5px 0 0 !important;
}
.yotpo-yotpo-is-enabled .thumbnail .yotpo a {
  display: inline-block;
}
.yotpo-yotpo-is-enabled div.yotpo.bottomLine {
  display: inline-block;
  margin: 0 10px 1px 0;
}
.yotpo-yotpo-is-enabled div.yotpo.QABottomLine {
  display: inline-block;
}
.yotpo-yotpo-is-enabled div.yotpo.bottomLine.bottomline-position {
  display: inline-block;
  margin: 0 10px 1px 0;
}
.yotpo-yotpo-is-enabled .product-item .product-item-actions {
  margin-top: 5px !important;
}
.yotpo-yotpo-is-enabled.catalog-category-view.page-products .product-item .product-item-actions,
.yotpo-yotpo-is-enabled.catalog-product-view.page-products .product-item .product-item-actions {
  margin-top: 0 !important;
}
.yotpo-yotpo-is-enabled.catalog-category-view .product-info-main .product-reviews-summary,
.yotpo-yotpo-is-enabled.catalog-product-view .product-info-main .product-reviews-summary {
  width: 100%;
}
.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 15px 0 0;
}
.column .block-addbysku .block-content .actions-toolbar .secondary a.action {
  margin-top: 6px;
}
.column .block-addbysku .block-content .actions-toolbar .primary,
.column .block-addbysku .block-content .actions-toolbar .secondary {
  display: block;
  float: none;
}
.column .block-addbysku .block-content .actions-toolbar > .secondary {
  text-align: left;
}
.column .block-addbysku .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: 600;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 2rem;
  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: 600;
  margin: 0 0 5px;
  display: inline-block;
}
.bundle-options-container p.required {
  color: #e02b27;
}
.bundle-options-container .product-options-bottom {
  clear: left;
}
.products {
  margin: 30px 0;
}
.product-items {
  font-size: 0;
}
.product-item {
  font-size: 1.4rem;
  vertical-align: top;
}
.products-grid .product-item {
  display: inline-block;
  margin-left: 2%;
  padding: 0;
  width: calc((100% - 2%) / 2);
}
.product-item:nth-child(2n + 1) {
  margin-left: 0;
}
.product-item-name {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  display: block;
  hyphens: auto;
  margin: 5px 0;
  word-wrap: break-word;
}
.product-item-info {
  max-width: 100%;
  width: 152px;
}
.page-products .product-item-info {
  width: 240px;
}
.product-item-actions {
  font-size: 0;
}
.product-item-actions > * {
  font-size: 1.4rem;
}
.product-item-actions .actions-secondary {
  display: inline-block;
  font-size: 1.4rem;
  vertical-align: middle;
  white-space: nowrap;
}
.product-item-actions .actions-secondary > button.action {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}
.product-item-actions .actions-secondary > button.action:focus,
.product-item-actions .actions-secondary > button.action:active {
  background: none;
  border: none;
}
.product-item-actions .actions-secondary > button.action:hover {
  background: none;
  border: none;
}
.product-item-actions .actions-secondary > button.action.disabled,
.product-item-actions .actions-secondary > button.action[disabled],
fieldset[disabled] .product-item-actions .actions-secondary > button.action {
  pointer-events: none;
  opacity: 0.5;
}
.product-item-actions .actions-secondary > .action {
  line-height: 35px;
  text-align: center;
  width: 35px;
}
.product-item-actions .actions-secondary > .action:before {
  margin: 0;
}
.product-item-actions .actions-primary {
  display: inline-block;
  vertical-align: middle;
}
.product-item-description {
  margin: 25px 0;
}
.product-item .product-reviews-summary .rating-summary {
  margin: 0 4px 0 0;
}
.product-item .product-reviews-summary .reviews-actions {
  font-size: 12px;
  margin-top: 5px;
}
.product-item .price-box {
  margin: 10px 0 25px;
}
.product-item .price-box .price {
  font-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 .regular-price .price-label {
  display: none;
}
.product-item .minimal-price .price-container {
  display: block;
}
.product-item .minimal-price-link {
  margin-top: 5px;
}
.product-item .minimal-price-link .price-label {
  color: #006bb4;
  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 .tocart {
  white-space: nowrap;
}
.price-container .price {
  font-size: 1.4rem;
}
.price-container .price-including-tax + .price-excluding-tax,
.price-container .weee {
  margin-top: 5px;
}
.price-container .price-including-tax + .price-excluding-tax,
.price-container .weee,
.price-container .price-including-tax + .price-excluding-tax .price,
.price-container .weee .price,
.price-container .weee + .price-excluding-tax:before,
.price-container .weee + .price-excluding-tax .price {
  font-size: 1.1rem;
}
.price-container .weee:before {
  content: '(' attr(data-label) ': ';
}
.price-container .weee:after {
  content: ')';
}
.price-container .weee + .price-excluding-tax:before {
  content: attr(data-label) ': ';
}
.products-list .product-item {
  display: table;
  width: 100%;
}
.products-list .product-item-info {
  display: table-row;
}
.products-list .product-item-photo {
  display: table-cell;
  padding: 0 30px 30px 0;
  vertical-align: top;
  width: 1%;
}
.products-list .product-item-details {
  display: table-cell;
  vertical-align: top;
}
.page-products .columns {
  position: relative;
  z-index: 1;
}
.toolbar-amount {
  display: block;
  line-height: 26px;
  margin: 0;
  padding: 8px 0 0;
  vertical-align: middle;
}
.products.wrapper ~ .toolbar .toolbar-amount {
  display: none;
}
.toolbar-products {
  margin-bottom: 40px;
  padding: 0 10px;
  text-align: center;
}
.toolbar-products .pages {
  display: none;
}
.products.wrapper ~ .toolbar-products .pages {
  display: block;
}
.toolbar-products .limiter .control {
  display: inline-block;
}
.sorter {
  padding: 4px 0 0;
}
.products.wrapper ~ .toolbar .sorter {
  display: none;
}
.sorter .sorter-action {
  position: relative;
  top: -2px;
}
.sorter-options {
  margin: 0 0 0 7px;
  width: auto;
}
.sorter-action {
  vertical-align: top;
  display: inline-block;
  text-decoration: none;
}
.sorter-action > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sorter-action:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 32px;
  color: #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: 5.5px 5px 10px 5px;
}
.product.info.detailed .additional-attributes > thead > tr > th,
.product.info.detailed .additional-attributes > tbody > tr > th,
.product.info.detailed .additional-attributes > tfoot > tr > th {
  padding: 5.5px 30px 10px 0;
}
.product-info-main .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: #006bb4;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
.ui-dialog-titlebar-close:visited {
  color: #006bb4;
  text-decoration: none;
}
.ui-dialog-titlebar-close:hover {
  color: #006bb4;
  text-decoration: underline;
}
.ui-dialog-titlebar-close:active {
  color: #ff5501;
  text-decoration: underline;
}
.ui-dialog-titlebar-close:hover,
.ui-dialog-titlebar-close:active,
.ui-dialog-titlebar-close:focus {
  background: none;
  border: 0;
}
.ui-dialog-titlebar-close.disabled,
.ui-dialog-titlebar-close[disabled],
fieldset[disabled] .ui-dialog-titlebar-close {
  color: #006bb4;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.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 #cccccc;
}
.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 #cccccc;
}
.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 #cccccc;
  clear: both;
  margin: 0 -15px -1px;
  padding: 0 15px;
}
.block-search input {
  font-size: 16px;
  left: -300%;
  margin: 15px 0;
  position: absolute;
}
.block-search .nested {
  display: none;
}
.search-autocomplete {
  display: none;
  margin-top: -15px;
  overflow: hidden;
  position: absolute;
  z-index: 3;
}
.search-autocomplete ul {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.search-autocomplete ul 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[generated] {
  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;
}
/**
 * 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 {
  font-weight: 700;
  border-radius: 3px;
  background-image: none;
  background: #eeeeee;
  border: 1px solid #cccccc;
  color: #333333;
  cursor: pointer;
  font-family: 'Quicksand', sans-serif, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  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 #cccccc;
  color: #333333;
}
.gift-item-block .title:hover {
  background: #e1e1e1;
  border: 1px solid #cccccc;
  color: #333333;
}
.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 #cccccc;
  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 #cccccc;
}
.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 8px;
  display: inline-block;
}
.gift-wrapping .field {
  margin-bottom: 10px;
}
.gift-wrapping-info {
  font-weight: 300;
  font-size: 18px;
  margin: 20px 0;
}
.gift-wrapping-list {
  list-style: none;
  margin: 20px 0 10px;
  padding: 0;
}
.gift-wrapping-list .no-image {
  background: #f2f2f2;
  display: inline-block;
  text-decoration: none;
}
.gift-wrapping-list .no-image > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.gift-wrapping-list .no-image:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 38px;
  line-height: 4rem;
  color: #494949;
  content: '\e62a';
  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 #cccccc;
}
.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 #cccccc;
}
.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: inherit;
  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 #adadad;
  padding: 22px;
  width: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  transition: opacity 0.3s linear;
  left: 0;
  margin-top: 10px;
  position: absolute;
  top: 0;
  z-index: 1001;
  display: none;
  opacity: 0;
  box-sizing: border-box;
}
.map-popup .popup-header {
  margin: 0 0 25px;
  padding-right: 16px;
}
.map-popup .popup-header .title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.map-popup .popup-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: 16px;
  line-height: 16px;
  color: #8c8c8c;
  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: #737373;
}
.map-popup .popup-actions .action.close:active:before {
  color: #737373;
}
.map-popup .popup-actions .action.close:focus,
.map-popup .popup-actions .action.close:active {
  background: none;
  border: none;
}
.map-popup .popup-actions .action.close:hover {
  background: none;
  border: none;
}
.map-popup .popup-actions .action.close.disabled,
.map-popup .popup-actions .action.close[disabled],
fieldset[disabled] .map-popup .popup-actions .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.map-popup.active {
  opacity: 1;
}
.map-popup .map-info-price {
  margin-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 {
  background-image: none;
  -moz-box-sizing: content-box;
  box-shadow: none;
  line-height: inherit;
  text-shadow: none;
  font-weight: 400;
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #006bb4;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
button.map-show-info:focus,
button.map-show-info:active {
  background: none;
  border: none;
}
button.map-show-info:hover {
  background: none;
  border: none;
}
button.map-show-info.disabled,
button.map-show-info[disabled],
fieldset[disabled] button.map-show-info {
  pointer-events: none;
  opacity: 0.5;
}
button.map-show-info:visited {
  color: #006bb4;
  text-decoration: none;
}
button.map-show-info:hover {
  color: #006bb4;
  text-decoration: underline;
}
button.map-show-info:active {
  color: #ff5501;
  text-decoration: underline;
}
button.map-show-info:hover,
button.map-show-info:active,
button.map-show-info:focus {
  background: none;
  border: 0;
}
button.map-show-info.disabled,
button.map-show-info[disabled],
fieldset[disabled] button.map-show-info {
  color: #006bb4;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.wishlist.split.button {
  display: inline-block;
  position: relative;
  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 {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.wishlist.split.button button + .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: inherit;
  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: inherit;
  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 #adadad;
  padding: 22px;
  width: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  transition: opacity 0.3s linear;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1001;
  display: none;
  opacity: 0;
}
.wishlist.window.popup .popup-header {
  margin: 0 0 25px;
  padding-right: 16px;
}
.wishlist.window.popup .popup-header .title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.wishlist.window.popup .popup-actions .action.close {
  position: absolute;
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  right: 10px;
  top: 10px;
}
.wishlist.window.popup .popup-actions .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wishlist.window.popup .popup-actions .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  color: #8c8c8c;
  content: '\e616';
  font-family: '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: #737373;
}
.wishlist.window.popup .popup-actions .action.close:active:before {
  color: #737373;
}
.wishlist.window.popup .popup-actions .action.close:focus,
.wishlist.window.popup .popup-actions .action.close:active {
  background: none;
  border: none;
}
.wishlist.window.popup .popup-actions .action.close:hover {
  background: none;
  border: none;
}
.wishlist.window.popup .popup-actions .action.close.disabled,
.wishlist.window.popup .popup-actions .action.close[disabled],
fieldset[disabled] .wishlist.window.popup .popup-actions .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.wishlist.window.popup.active {
  opacity: 1;
}
.wishlist.window.popup.active {
  display: block;
}
.wishlist.overlay {
  transition: opacity 0.15s linear;
  background: #8c8c8c;
  z-index: 899;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
}
.wishlist.overlay.active {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.wishlist.overlay.active {
  display: block;
}
.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 #cccccc;
  padding-bottom: 10px;
}
.multicheckout .block-title strong,
.multicheckout .block-content .title strong {
  font-weight: 400;
}
.multicheckout .block-title strong span,
.multicheckout .block-content .title strong span {
  color: #a6a6a6;
}
.multicheckout .block-content .title {
  border-bottom: none;
  padding-bottom: 0;
}
.multicheckout.order-review .block-title > strong {
  font-size: 2.4rem;
}
.multicheckout.order-review .block-shipping .block-content:not(:last-child) {
  margin-bottom: 40px;
}
.multicheckout.order-review .error-description {
  color: #e02b27;
  font-weight: 400;
  margin-bottom: 10px;
  margin-top: -10px;
}
.multicheckout .box-title span {
  margin-right: 10px;
}
.multicheckout .box-title > .action {
  margin: 0;
}
.multicheckout .box-shipping-method .price {
  font-weight: 700;
}
.multicheckout .box-billing-method .fieldset {
  margin: 0;
}
.multicheckout .box-billing-method .fieldset .legend.box-title {
  margin: 0 0 5px;
}
.multicheckout .checkout-review .grand.totals {
  font-size: 2.1rem;
  margin-bottom: 40px;
}
.multicheckout .checkout-review .grand.totals .mark {
  font-weight: 400;
}
[class^='multishipping-'] .logo {
  margin-left: 0;
}
.multishipping-checkout-success .nav-sections {
  display: block;
}
.block.newsletter {
  margin-bottom: 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: #575757;
  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: 600;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 2rem;
  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: 600;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 2rem;
  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 #cccccc;
  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/Ecloud/novamil/es_MX/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/Ecloud/novamil/es_MX/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: 88px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.rating-summary .rating-result:before {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  -webkit-font-smoothing: antialiased;
  color: #c7c7c7;
  font-family: 'icons-blank-theme';
  font-size: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
}
.rating-summary .rating-result > span {
  display: block;
  overflow: hidden;
}
.rating-summary .rating-result > span:before {
  position: relative;
  z-index: 2;
  -webkit-font-smoothing: antialiased;
  color: #ff5501;
  font-family: 'icons-blank-theme';
  font-size: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
}
.rating-summary .rating-result > span span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.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: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
  display: block;
  position: absolute;
  z-index: 1;
}
.review-control-vote input[type="radio"] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote input[type="radio"]:hover + label:before,
.review-control-vote input[type="radio"]:checked + label:before {
  opacity: 1;
}
.review-control-vote label {
  cursor: pointer;
  display: block;
  position: absolute;
}
.review-control-vote label span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote label:before {
  color: #ff5501;
  font-family: 'icons-blank-theme';
  font-size: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  opacity: 0;
}
.review-control-vote label:hover:before {
  opacity: 1;
}
.review-control-vote label:hover ~ label:before {
  opacity: 0;
}
.review-control-vote .rating-5 {
  z-index: 2;
}
.review-control-vote .rating-5:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
}
.review-control-vote .rating-4 {
  z-index: 3;
}
.review-control-vote .rating-4:before {
  content: '\e605' '\e605' '\e605' '\e605';
}
.review-control-vote .rating-3 {
  z-index: 4;
}
.review-control-vote .rating-3:before {
  content: '\e605' '\e605' '\e605';
}
.review-control-vote .rating-2 {
  z-index: 5;
}
.review-control-vote .rating-2:before {
  content: '\e605' '\e605';
}
.review-control-vote .rating-1 {
  z-index: 6;
}
.review-control-vote .rating-1:before {
  content: '\e605';
}
.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: 600;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 2rem;
  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: 600;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 2rem;
  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: 16px;
  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 {
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-weight: 600;
  margin-bottom: 20px;
}
.customer-review .review-details .review-content {
  margin-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: #eeeeee;
  border: 1px solid #cccccc;
  color: #333333;
}
.review-form .action.submit.primary:focus,
.review-form .action.submit.primary:active {
  background: #e2e2e2;
  border: 1px solid #cccccc;
  color: #333333;
}
.review-form .action.submit.primary:hover {
  background: #e1e1e1;
  border: 1px solid #cccccc;
  color: #333333;
}
.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: 600;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 2rem;
  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 #cccccc;
  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 #cccccc;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.order-details-items .order-title > strong {
  font-weight: 600;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 2rem;
  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 #cccccc;
}
.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 #cccccc;
  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 #00699d;
}
.swatch-option.text {
  background: #f0f0f0;
  color: #686868;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  margin-right: 7px;
  min-width: 22px;
  padding: 4px 8px;
}
.swatch-option.text.selected {
  background-color: #ffffff;
}
.swatch-option.selected {
  outline: 2px solid #ff5501;
  border: 1px solid #ffffff;
  color: #333333;
}
.swatch-option:not(.disabled):hover {
  border: 1px solid #ffffff;
  color: #333333;
  outline: 1px solid #999999;
}
.swatch-option.image:not(.disabled):hover,
.swatch-option.color:not(.disabled):hover {
  border: 1px solid #ffffff;
  outline: 2px solid #c34000;
}
.swatch-option.disabled {
  box-shadow: unset;
  cursor: default;
  pointer-events: none;
}
.swatch-option.disabled:after {
  background: linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(42%, rgba(255, 255, 255, 0)), color-stop(43%, #ffffff), color-stop(46%, #ffffff), color-stop(47%, #ff5216), color-stop(53%, #ff5216), color-stop(54%, #ffffff), color-stop(57%, #ffffff), color-stop(58%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  bottom: 0;
  content: '';
  filter: 'progid:DXImageTransform.Microsoft.gradient(startColorstr=#00ffffff, endColorstr=#00ffffff, GradientType=1)';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.swatch-option-disabled {
  border: 0;
  cursor: default;
  outline: none !important;
}
.swatch-option-disabled:after {
  -webkit-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  transform: rotate(-30deg);
  background: #e02b27;
  content: '';
  height: 2px;
  left: -4px;
  position: absolute;
  top: 10px;
  width: 42px;
  z-index: 995;
}
.swatch-option-loading {
  content: url('../../frontend/Ecloud/novamil/es_MX/images/loader-2.gif');
}
.swatch-option-tooltip {
  border: 1px solid #dadada;
  color: #949494;
  background: #ffffff;
  display: none;
  max-height: 100%;
  min-height: 20px;
  min-width: 20px;
  padding: 5px;
  position: absolute;
  text-align: center;
  z-index: 999;
}
.swatch-option-tooltip .corner,
.swatch-option-tooltip-layered .corner {
  bottom: 0;
  height: 8px;
  left: 40%;
  position: absolute;
}
.swatch-option-tooltip .corner:before,
.swatch-option-tooltip-layered .corner:before,
.swatch-option-tooltip .corner:after,
.swatch-option-tooltip-layered .corner:after {
  border-style: solid;
  content: '';
  font-size: 1px;
  height: 0;
  position: relative;
  width: 0;
}
.swatch-option-tooltip .corner:before,
.swatch-option-tooltip-layered .corner:before {
  border-color: #adadad transparent transparent transparent;
  border-width: 8px 8.5px 0 8.5px;
  left: 0;
  top: 2px;
}
.swatch-option-tooltip .corner:after,
.swatch-option-tooltip-layered .corner:after {
  border-color: #ffffff transparent transparent transparent;
  border-width: 7px 7.5px 0 7.5px;
  left: -15px;
  top: 1px;
}
.swatch-option-tooltip .image,
.swatch-option-tooltip-layered .image {
  display: block;
  height: 130px;
  margin: 0 auto;
  width: 130px;
}
.swatch-option-tooltip-layered {
  background: #ffffff;
  border: 1px solid #dadada;
  color: #949494;
  display: none;
  left: -47px;
  position: absolute;
  width: 140px;
  z-index: 999;
}
.swatch-option-tooltip .title {
  color: #282828;
  display: block;
  max-height: 200px;
  min-height: 20px;
  overflow: hidden;
  text-align: center;
}
.swatch-option-link-layered {
  margin: 0 !important;
  padding: 0 !important;
  position: relative;
}
.swatch-option-link-layered:focus > div {
  box-shadow: 0 0 3px 1px #00699d;
}
.swatch-option-link-layered:hover > .swatch-option-tooltip-layered {
  display: block;
}
.swatch-opt {
  margin: 20px 0;
}
.swatch-opt-listing {
  margin-bottom: 10px;
}
.swatch-more {
  display: inline-block;
  margin: 2px 0;
  padding: 2px;
  position: static;
}
.swatch-visual-tooltip-layered {
  height: 160px;
  top: -170px;
}
.swatch-textual-tooltip-layered {
  height: 30px;
  top: -40px;
}
.swatch-input {
  left: -1000px;
  position: absolute;
  visibility: hidden;
}
.clearfix:after {
  clear: both;
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
}
.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 #cccccc;
  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: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #ffee9c;
  border-color: #d6ca8e;
  color: #333333;
  margin: 0;
}
.message.global.noscript a,
.message.global.cookie a {
  color: #006bb4;
}
.message.global.noscript a:hover,
.message.global.cookie a:hover {
  color: #006bb4;
}
.message.global.noscript a:active,
.message.global.cookie a:active {
  color: #ff5501;
}
.message.global.cookie {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  z-index: 3;
}
.message.global.cookie .actions {
  margin-top: 10px;
}
.message.global.demo {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #ff0101;
  border-color: none;
  color: #ffffff;
  margin-bottom: 0;
  text-align: center;
}
.message.global.demo a {
  color: #006bb4;
}
.message.global.demo a:hover {
  color: #006bb4;
}
.message.global.demo a:active {
  color: #ff5501;
}
.page-footer {
  margin-top: auto;
}
.footer.content {
  border-top: 1px solid #cccccc;
  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: #006bb4;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
.my-credit-cards .action.delete:focus,
.my-credit-cards .action.delete:active {
  background: none;
  border: none;
}
.my-credit-cards .action.delete:hover {
  background: none;
  border: none;
}
.my-credit-cards .action.delete.disabled,
.my-credit-cards .action.delete[disabled],
fieldset[disabled] .my-credit-cards .action.delete {
  pointer-events: none;
  opacity: 0.5;
}
.my-credit-cards .action.delete:visited {
  color: #006bb4;
  text-decoration: none;
}
.my-credit-cards .action.delete:hover {
  color: #006bb4;
  text-decoration: underline;
}
.my-credit-cards .action.delete:active {
  color: #ff5501;
  text-decoration: underline;
}
.my-credit-cards .action.delete:hover,
.my-credit-cards .action.delete:active,
.my-credit-cards .action.delete:focus {
  background: none;
  border: 0;
}
.my-credit-cards .action.delete.disabled,
.my-credit-cards .action.delete[disabled],
fieldset[disabled] .my-credit-cards .action.delete {
  color: #006bb4;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.my-credit-cards-popup .modal-footer {
  text-align: right;
}
.my-credit-cards-popup .action.secondary {
  background-image: none;
  -moz-box-sizing: content-box;
  box-shadow: none;
  line-height: inherit;
  text-shadow: none;
  font-weight: 400;
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #006bb4;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  margin-right: 20px;
}
.my-credit-cards-popup .action.secondary:focus,
.my-credit-cards-popup .action.secondary:active {
  background: none;
  border: none;
}
.my-credit-cards-popup .action.secondary:hover {
  background: none;
  border: none;
}
.my-credit-cards-popup .action.secondary.disabled,
.my-credit-cards-popup .action.secondary[disabled],
fieldset[disabled] .my-credit-cards-popup .action.secondary {
  pointer-events: none;
  opacity: 0.5;
}
.my-credit-cards-popup .action.secondary:visited {
  color: #006bb4;
  text-decoration: none;
}
.my-credit-cards-popup .action.secondary:hover {
  color: #006bb4;
  text-decoration: underline;
}
.my-credit-cards-popup .action.secondary:active {
  color: #ff5501;
  text-decoration: underline;
}
.my-credit-cards-popup .action.secondary:hover,
.my-credit-cards-popup .action.secondary:active,
.my-credit-cards-popup .action.secondary:focus {
  background: none;
  border: 0;
}
.my-credit-cards-popup .action.secondary.disabled,
.my-credit-cards-popup .action.secondary[disabled],
fieldset[disabled] .my-credit-cards-popup .action.secondary {
  color: #006bb4;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.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 #cccccc;
}
.account .table-wrapper .data.table.wishlist > caption + thead > tr:first-child > th,
.account .table-wrapper .data.table.wishlist > colgroup + thead > tr:first-child > th,
.account .table-wrapper .data.table.wishlist > thead:first-child > tr:first-child > th,
.account .table-wrapper .data.table.wishlist > caption + thead > tr:first-child > td,
.account .table-wrapper .data.table.wishlist > colgroup + thead > tr:first-child > td,
.account .table-wrapper .data.table.wishlist > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.account .table-wrapper .data.table.wishlist > tbody + tbody {
  border-top: 1px solid #cccccc;
}
.account .table-wrapper .data.table.wishlist thead > tr > th {
  border-bottom: 0;
}
.account .table-wrapper .data.table.wishlist tbody > tr:last-child > td {
  border-bottom: 1px solid #cccccc;
}
.account .table-wrapper .data.table.wishlist .product.name {
  display: inline-block;
  margin-bottom: 10px;
}
.account .table-wrapper .data.table.wishlist .box-tocart {
  margin: 10px 0;
}
.account .table-wrapper .data.table.wishlist .box-tocart .qty {
  vertical-align: middle;
}
.account .table-wrapper .data.table.wishlist .col.item {
  width: 50%;
}
.account .table-wrapper .data.table.wishlist .col.photo {
  max-width: 150px;
}
.account .table-wrapper .data.table.wishlist .col.selector {
  max-width: 15px;
}
.account .table-wrapper .data.table.wishlist textarea {
  margin: 10px 0;
}
.account .table-wrapper .data.table.wishlist .input-text.qty {
  margin-bottom: 10px;
}
.account .table-wrapper .data.table.wishlist .action.primary {
  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;
}
.checkout-payment-method .payment-method-conekta-payments .payment-method-content .fieldset > .field {
  margin: 0 0 20px;
}
.checkout-payment-method .payment-method-conekta-payments .payment-method-content .fieldset > .field.number {
  float: left;
  margin-right: 20px;
}
.checkout-payment-method .payment-method-conekta-payments .payment-method-content .fieldset > .field.choice:before {
  padding: 0;
  width: 0;
}
.checkout-payment-method .payment-method-conekta-payments .payment-method-content .fieldset > .field.type .control {
  margin-left: 0;
}
.checkout-payment-method .payment-method-conekta-payments .payment-method-content .fieldset > .field.type.no-detection .control {
  margin-left: 0;
}
.checkout-payment-method .payment-method-conekta-payments .payment-method-footer {
  display: none;
}
.checkout-payment-method .payment-method-conekta-payments .payment-method-footer img {
  position: relative;
  top: 8px;
  height: 30px;
}
.checkout-cart-index .column.main {
  padding-top: 0;
}
.checkout-cart-index .page-main {
  padding-left: 0;
  padding-right: 0;
}
.checkout-cart-index .page-title-wrapper {
  display: block;
  padding-left: 30px;
}
.checkout-cart-index .page-title-wrapper .page-title {
  color: #365a6e;
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 50px;
  font-family: 'DINosaur-Bold' !important;
}
.cart-summary {
  background: #f5f5f5;
  margin-bottom: 25px;
  padding: 1px 0 25px;
}
.cart-summary > .title {
  font-size: 2.4rem;
  display: none;
  font-weight: 300;
  margin: 12px 0;
}
.cart-summary #block-shipping {
  display: none;
}
.cart-summary .block form:not(:last-of-type) .fieldset {
  margin: 0 0 25px;
}
.cart-summary .block .price {
  font-weight: 700;
}
.cart-summary .block .field {
  margin: 0 0 16px;
}
.cart-summary .block .actions-toolbar > .primary {
  text-align: left;
}
.cart-summary .block .actions-toolbar > .primary .action.primary {
  width: auto;
}
.cart-summary .block .title strong {
  font-size: 1.4rem;
  font-weight: 600;
}
.cart-summary .block .item-options {
  margin: 0 0 16px;
}
.cart-summary .block .item-options .field .radio {
  float: left;
  margin-top: 4px;
}
.cart-summary .block .item-options .field .radio + .label {
  display: block;
  margin: 0;
  overflow: hidden;
}
.page-main .cart-summary .block {
  margin-bottom: 0;
}
.cart-summary .checkout-methods-items {
  margin: 20px 0 0;
  padding: 0 15px;
  text-align: center;
}
.cart-summary .checkout-methods-items .action.primary.checkout {
  width: 100%;
  border-radius: 25px;
  background-color: #002c79;
  padding: 10px 0;
  font-size: 14px;
  text-transform: uppercase;
}
.cart-summary .checkout-methods-items .item:last-child {
  margin-bottom: 0;
}
.cart-summary .checkout-methods-items .item .action.multicheckout {
  display: none;
}
.cart-summary .message {
  padding-left: 20px;
}
.cart-summary .message > *:first-child:before {
  display: none;
}
#block-discount {
  float: left;
  display: block;
  width: auto;
  margin-top: -46px;
  position: relative;
}
#block-discount .title {
  display: none;
}
#block-discount .content {
  display: flex !important;
}
#block-discount .content #discount-coupon-form .fieldset {
  display: flex;
}
#block-discount .content #discount-coupon-form .fieldset .field {
  margin: 0;
  margin-right: 15px;
}
#block-discount .content #discount-coupon-form .fieldset .field label {
  display: none;
}
#block-discount .content #discount-coupon-form .fieldset .field input {
  width: 220px;
  height: 46px;
  border-radius: 25px;
  background-color: #f6fafb;
  box-shadow: none;
  border: none;
  color: #365a6e;
}
#block-discount .content #discount-coupon-form .fieldset .field input::placeholder {
  color: #bbbbbb;
}
#block-discount .content #discount-coupon-form .fieldset .actions-toolbar {
  margin: 0;
}
#block-discount .content #discount-coupon-form .fieldset .actions-toolbar .apply {
  width: 150px;
  height: 46px;
  border-radius: 25px;
  background-color: #002c79;
  color: #ffffff;
  border: none;
  box-shadow: none;
}
#block-discount .content #discount-coupon-form .fieldset .actions-toolbar .cancel {
  width: 150px;
  height: 46px;
  border-radius: 25px;
  background-color: #FE6871;
  color: #ffffff;
  border: none;
  box-shadow: none;
}
.cart-totals tbody .mark,
.cart-totals tfoot .mark {
  text-align: left;
}
.cart-totals tbody {
  color: #627a86;
}
.cart-totals tbody tr {
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}
.cart-totals tbody tr.shipping.excl {
  display: none;
}
.cart-totals tbody tr:first-child {
  border-bottom: none;
}
.cart-totals tbody tr:last-child {
  border-top: none;
}
.cart-totals .discount.coupon {
  display: none;
}
.cart.table-wrapper .cart thead {
  display: none;
}
.cart.table-wrapper .cart thead tr th.col {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 15px;
  padding-top: 24px;
}
.cart.table-wrapper .cart tbody td {
  border: 0;
}
.cart.table-wrapper .cart > .item {
  border: 1px solid #eeeeee;
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 0 30px;
  padding-right: 60px;
  margin-bottom: 10px;
}
.cart.table-wrapper .cart > .item .item-info {
  display: flex;
  justify-content: flex-start;
  width: 90%;
}
.cart.table-wrapper .cart > .item .item-info .col.price {
  display: none;
}
.cart.table-wrapper .cart > .item .item-info .col.item {
  width: 70%;
  padding: 10px 0;
}
.cart.table-wrapper .cart > .item .item-info .col.item .product-image-container {
  width: 100px !important;
}
.cart.table-wrapper .cart > .item .item-info .col.item .product-item-details {
  vertical-align: middle;
  padding-bottom: 0;
}
.cart.table-wrapper .cart > .item .item-info .col.item .product-item-details .product-item-name {
  font-size: 14px;
  margin: 0;
}
.cart.table-wrapper .cart > .item .item-info .col.item .product-item-details .product-item-name a {
  color: #365a6e;
  font-weight: 500;
}
.cart.table-wrapper .cart > .item .item-info .col.item .product-item-details .item-options {
  margin-top: 10px;
}
.cart.table-wrapper .cart > .item .item-info .col.item .product-item-details .item-options dt,
.cart.table-wrapper .cart > .item .item-info .col.item .product-item-details .item-options dd {
  margin-bottom: 0;
  color: #365a6e;
  font-size: 12px;
}
.cart.table-wrapper .cart > .item .item-info .col.item .product-item-details .item-options > *:nth-child(3),
.cart.table-wrapper .cart > .item .item-info .col.item .product-item-details .item-options > *:nth-child(4),
.cart.table-wrapper .cart > .item .item-info .col.item .product-item-details .item-options > *:nth-child(5),
.cart.table-wrapper .cart > .item .item-info .col.item .product-item-details .item-options > *:nth-child(6),
.cart.table-wrapper .cart > .item .item-info .col.item .product-item-details .item-options > *:nth-child(7),
.cart.table-wrapper .cart > .item .item-info .col.item .product-item-details .item-options > *:nth-child(8),
.cart.table-wrapper .cart > .item .item-info .col.item .product-item-details .item-options > *:nth-child(9),
.cart.table-wrapper .cart > .item .item-info .col.item .product-item-details .item-options > *:nth-child(10),
.cart.table-wrapper .cart > .item .item-info .col.item .product-item-details .item-options > *:nth-child(11),
.cart.table-wrapper .cart > .item .item-info .col.item .product-item-details .item-options > *:nth-child(12) {
  display: none;
}
.cart.table-wrapper .cart > .item .item-info .col.item .product-item-details .amrec-product-label {
  border: none;
  background: #ebf9f5;
  border-radius: 4px;
  display: inline-block;
  color: #002c79;
}
.cart.table-wrapper .cart > .item .item-info .col.item .product-item-details .amrec-product-label:before {
  display: none;
}
.cart.table-wrapper .cart > .item .item-info .col.qty,
.cart.table-wrapper .cart > .item .item-info .col.subtotal {
  width: 15%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cart.table-wrapper .cart > .item .item-info .col.qty span,
.cart.table-wrapper .cart > .item .item-info .col.subtotal span {
  color: #365a6e;
  font-size: 14px;
  font-weight: 500;
}
.cart.table-wrapper .cart > .item .item-info .col.qty .control {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0;
  width: 90px;
  height: 40px;
  border-radius: 60px;
  background-color: #ebf9f5;
  border: none;
  color: #365a6e;
  font-weight: 700;
}
.cart.table-wrapper .cart > .item .item-info .col.qty .control #minusQty,
.cart.table-wrapper .cart > .item .item-info .col.qty .control #plusQty {
  width: 6px;
  height: 22px;
  color: #95bace;
  font-size: 22px;
  line-height: 1;
  font-weight: 600;
  cursor: pointer;
  padding: 3px;
}
.cart.table-wrapper .cart > .item .item-info .col.qty .control #minusQty {
  margin-right: 5px;
}
.cart.table-wrapper .cart > .item .item-info .col.qty .control #plusQty {
  margin-left: 5px;
  font-size: 19px;
}
.cart.table-wrapper .cart > .item .item-actions {
  display: flex;
  align-items: center;
}
.cart.table-wrapper .cart > .item .item-actions .actions-toolbar {
  margin: 0;
  padding-bottom: 0;
}
.cart.table-wrapper .cart > .item .item-actions .actions-toolbar .action.action-edit {
  display: none;
}
.cart.table-wrapper .cart > .item .item-actions .actions-toolbar .action.action-delete:before {
  content: '';
  width: 15px;
  height: 15px;
  background: url('../../frontend/Ecloud/novamil/es_MX/images/close.png');
  background-size: contain;
  display: inline-block;
  font-size: 0;
  background-repeat: no-repeat;
}
.cart.table-wrapper .col {
  padding-top: 15px;
}
.cart.table-wrapper .col.price,
.cart.table-wrapper .col.subtotal,
.cart.table-wrapper .col.msrp {
  padding: 20px 11px 10px;
  text-align: center;
}
.cart.table-wrapper .col.qty {
  padding: 20px 11px 10px;
  text-align: center;
}
.cart.table-wrapper .col.qty .input-text {
  height: 36px;
  margin-top: 0;
  text-align: center;
  width: 30px;
  background: transparent;
  border: none;
  outline: none;
  box-shadow: none;
  color: #365a6e;
  font-size: 16px;
  font-weight: 600;
  padding: 0;
}
.cart.table-wrapper .col > .price {
  color: #7d7d7d;
  font-size: 1.8rem;
  font-weight: 700;
}
.cart.table-wrapper .item-actions td {
  padding-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
  white-space: normal;
}
.cart.table-wrapper .item .col.item {
  display: block;
  min-height: 75px;
  padding: 15px 15px 10px 90px;
  position: relative;
}
.cart.table-wrapper .actions-toolbar {
  min-height: 20px;
  padding-bottom: 15px;
  position: relative;
}
.cart.table-wrapper .actions-toolbar > .action-edit,
.cart.table-wrapper .actions-toolbar > .action-delete {
  display: inline-block;
  text-decoration: none;
}
.cart.table-wrapper .actions-toolbar > .action-edit > span,
.cart.table-wrapper .actions-toolbar > .action-delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.cart.table-wrapper .actions-toolbar > .action-edit:before,
.cart.table-wrapper .actions-toolbar > .action-delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #8f8f8f;
  content: '\e601';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.cart.table-wrapper .actions-toolbar > .action-edit:hover:before,
.cart.table-wrapper .actions-toolbar > .action-delete:hover:before {
  color: #333333;
}
.cart.table-wrapper .actions-toolbar > .action-edit:active:before,
.cart.table-wrapper .actions-toolbar > .action-delete:active:before {
  color: #8f8f8f;
}
.cart.table-wrapper .actions-toolbar > .action-delete {
  right: 0;
}
.cart.table-wrapper .actions-toolbar > .action-delete:before {
  content: '\e604';
}
.cart.table-wrapper .action {
  margin-right: 25px;
}
.cart.table-wrapper .action:last-child {
  margin-right: 0;
}
.cart.table-wrapper .action.help.map {
  font-weight: 400;
}
.cart.table-wrapper .product-item-photo {
  display: block;
  left: 15px;
  max-width: 65px;
  padding: 0;
  position: absolute;
  top: 15px;
  width: 100%;
}
.cart.table-wrapper .product-item-name {
  font-size: 1.8rem;
  display: block;
  margin: -3px 0 5px;
}
.cart.table-wrapper .gift-registry-name-label:after {
  content: ':';
}
.cart.table-wrapper .item-options {
  margin-bottom: 0;
}
.cart.table-wrapper .product-item-name + .item-options {
  margin-top: 20px;
}
.cart.table-wrapper .action.configure {
  display: inline-block;
  margin: 10px 0 0;
}
.cart.table-wrapper .item .message {
  margin-top: 20px;
}
.cart.main.actions {
  display: flex;
  justify-content: flex-end;
}
.cart.main.actions .action.continue {
  border-radius: 25px;
  background-color: #ebf9f5;
  border: none;
  padding: 15px 20px;
  color: #365a6e;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cart.main.actions button.action.clear {
  display: none;
}
.cart.main.actions button.action.update {
  border-radius: 25px;
  border: 2px solid #365a6e;
  padding: 13px 20px;
  background: white;
}
.cart-products-toolbar .toolbar-amount {
  left: inherit;
  margin: 25px 0 15px;
  padding: 0;
  position: relative;
  text-align: center;
  top: inherit;
}
.cart-products-toolbar-top {
  border-bottom: 1px solid #cccccc;
}
.cart-discount {
  border-bottom: 1px solid #cccccc;
  clear: left;
}
.cart-empty {
  padding-left: 15px;
  padding-right: 15px;
}
.cart-tax-info + .cart-tax-total,
.cart .cart-tax-info + .cart-tax-total {
  display: block;
}
.cart.table-wrapper .col.price,
.order-items.table-wrapper .col.price,
.cart.table-wrapper .col.qty,
.order-items.table-wrapper .col.qty,
.cart.table-wrapper .col.subtotal,
.order-items.table-wrapper .col.subtotal,
.cart.table-wrapper .col.msrp,
.order-items.table-wrapper .col.msrp {
  text-align: right;
}
.block.crosssell {
  padding: 0 15px;
  margin-top: 70px;
}
.block.crosssell .product-item-info {
  width: 200px;
}
.minicart-wrapper .block-minicart:before {
  border-color: transparent transparent #053977 transparent !important;
}
.block-content {
  display: flex;
  flex-direction: column;
}
.block-minicart .items-total {
  float: left;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  padding-bottom: 10px;
}
.block-minicart .subtotal {
  margin: 0 10px 15px;
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 700;
}
.block-minicart .subtotal .label {
  margin-right: 10px;
}
.block-minicart .subtotal .label:after {
  display: none;
}
.block-minicart .amount .price-wrapper:first-child .price {
  font-size: 14px;
}
.block-minicart .subtitle {
  display: none;
}
.block-minicart .subtitle.empty {
  display: block;
  font-size: 14px;
  padding: 30px 0 20px;
  text-align: center;
}
.block-minicart dl.product.options.list {
  display: inline-block;
  vertical-align: top;
}
.block-minicart .text.empty {
  text-align: center;
}
.block-minicart .block-content > .actions .secondary a {
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  text-decoration: underline;
  color: #073879;
}
.block-minicart .block-content > .actions:last-child {
  padding-bottom: 20px;
  padding-top: 5px;
  display: flex;
  justify-content: center;
  float: left;
  width: 100%;
}
.block-minicart .block-content > .actions:last-child a {
  border-radius: 25px;
  background-color: #ebf9f5;
  border: none;
  padding: 10px 20px;
  padding-right: 5px;
  color: #365a6e;
  text-decoration: none;
}
.block-minicart .block-content > .actions:last-child a:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 21px;
  color: inherit;
  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;
  margin-left: -10px;
  font-weight: 500;
}
.block-minicart .block-content > .actions > .secondary {
  text-align: center;
}
.block-minicart .block-content > .actions > .primary {
  margin: 0 10px 15px;
}
.block-minicart .block-content > .actions > .primary .action.primary {
  display: block;
  width: 100%;
  background: #063978;
  border-radius: 30px;
  border: none;
}
.block-minicart .block-content > .actions .paypal-logo {
  margin-top: 15px;
  text-align: center;
}
.block-minicart .block-category-link,
.block-minicart .block-product-link,
.block-minicart .block-cms-link,
.block-minicart .block-banners {
  margin: 15px 0 0;
  text-align: center;
}
#mini-cart.no-show-qty-remaining .product-item .product-item-details .theme-product-label-minicart.message {
  display: none !important;
}
.minicart-wrapper {
  display: inline-block;
  position: relative;
  float: right;
}
.minicart-wrapper:before,
.minicart-wrapper:after {
  content: '';
  display: table;
}
.minicart-wrapper:after {
  clear: both;
}
.minicart-wrapper .action.showcart {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.minicart-wrapper .action.showcart:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 28px;
  color: #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: 22px;
  line-height: 28px;
  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: -10px;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.minicart-wrapper .block-minicart li {
  margin: 0;
}
.minicart-wrapper .block-minicart li:hover {
  cursor: pointer;
}
.minicart-wrapper .block-minicart:before,
.minicart-wrapper .block-minicart:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.minicart-wrapper .block-minicart:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.minicart-wrapper .block-minicart:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.minicart-wrapper .block-minicart:before {
  right: 12px;
  top: -12px;
}
.minicart-wrapper .block-minicart:after {
  right: 11px;
  top: -14px;
}
.minicart-wrapper.active {
  overflow: visible;
}
.minicart-wrapper.active .block-minicart {
  display: block;
}
.minicart-wrapper .block-minicart {
  padding: 25px 20px;
}
.minicart-wrapper .block-minicart .block-title {
  display: none;
}
.minicart-wrapper .product .actions {
  float: right;
  margin: -24px 0 0;
}
.minicart-wrapper .product .actions > .primary,
.minicart-wrapper .product .actions > .secondary {
  display: inline;
}
.minicart-wrapper .product .actions > .primary:not(:last-child),
.minicart-wrapper .product .actions > .secondary:not(:last-child) {
  margin-right: 15px;
}
.minicart-wrapper .action.close {
  height: 30px;
  position: absolute;
  right: 5px;
  top: 8px;
  width: 25px;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  display: inline-block;
  text-decoration: none;
}
.minicart-wrapper .action.close:focus,
.minicart-wrapper .action.close:active {
  background: none;
  border: none;
}
.minicart-wrapper .action.close:hover {
  background: none;
  border: none;
}
.minicart-wrapper .action.close.disabled,
.minicart-wrapper .action.close[disabled],
fieldset[disabled] .minicart-wrapper .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.minicart-wrapper .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-wrapper .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 14px;
  color: #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;
}
.minicart-wrapper .action.close:hover:before {
  color: inherit;
}
.minicart-wrapper .action.close:active:before {
  color: inherit;
}
.minicart-wrapper .action.close:before {
  color: #053977;
  font-size: 30px;
}
.minicart-wrapper .action.close:active:before,
.minicart-wrapper .action.close:hover:before {
  color: white;
}
.minicart-wrapper .action.showcart {
  white-space: nowrap;
}
.minicart-wrapper .action.showcart .counter.qty {
  background-color: #fc7169;
  color: white;
  height: 20px;
  width: 20px;
  line-height: 5px;
  border-radius: 2px;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  text-align: center;
  white-space: normal;
  right: -10px;
  top: -3px;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.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 #c0e6e9;
  margin: 0 -20px;
  border-left: 0;
  border-right: 0;
  overflow-x: auto;
  max-height: 255px;
  margin-bottom: 20px;
}
.minicart-items-wrapper::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #F5F5F5;
}
.minicart-items-wrapper::-webkit-scrollbar {
  width: 8px;
  border-radius: 8px;
  background-color: #F5F5F5;
}
.minicart-items-wrapper::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #555;
}
.minicart-items {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.minicart-items .product-item:not(:first-child) {
  border-top: 1px solid #c0e6e9;
}
.minicart-items .product-item:first-child {
  padding-top: 0;
}
.minicart-items .product-item > .product {
  padding: 20px;
}
.minicart-items .product-item-pricing .label {
  display: inline-block;
}
.minicart-items .price-minicart {
  margin-bottom: 5px;
}
.minicart-items .product-item-name {
  margin: 0 0 10px;
  display: flex;
  flex-direction: column;
  font-weight: 700;
}
.minicart-items .product-item-name a {
  color: #006bb4;
  color: #053977;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.minicart-items .product-item-details {
  padding-left: 88px;
}
.minicart-items .product-item-details .price {
  font-weight: 700;
}
.minicart-items .product-item-details .price-including-tax,
.minicart-items .product-item-details .price-excluding-tax {
  margin: 5px 0;
}
.minicart-items .product-item-details .weee[data-label] {
  font-size: 1.1rem;
}
.minicart-items .product-item-details .details-qty {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.minicart-items .product-item-details .details-qty .quantity {
  display: flex;
  align-items: center;
  justify-content: space-around;
  position: relative;
  width: 80px;
  background: #C0E6E9;
  border-radius: 29px;
}
.minicart-items .product-item-details .details-qty .quantity .less,
.minicart-items .product-item-details .details-qty .quantity .more {
  cursor: pointer;
}
.minicart-items .product-item-details .details-qty .quantity .less span,
.minicart-items .product-item-details .details-qty .quantity .more span {
  font-size: 14px;
  font-weight: 700;
}
.minicart-items .product-item-details .details-qty .quantity .less span:hover,
.minicart-items .product-item-details .details-qty .quantity .more span:hover {
  opacity: .8;
}
.minicart-items .product-item-details .details-qty .quantity .less {
  margin-left: 10px;
}
.minicart-items .product-item-details .details-qty .quantity .more {
  margin-right: 10px;
}
.minicart-items .product-item-details .theme-product-label-minicart.message {
  background: #073879;
  color: white;
  padding: 5px 10px;
  margin-top: 12px;
  display: inline-block;
  border-radius: 6px;
}
.minicart-items .product > .product-item-photo,
.minicart-items .product > .product-image-container {
  float: left;
}
.minicart-items .product .toggle {
  border: 0;
  padding: 0 40px 5px 0;
  cursor: pointer;
}
.minicart-items .product .toggle:after {
  color: #8f8f8f;
  margin: 0 0 0 5px;
  position: static;
}
.minicart-items .product .active > .toggle:after {
  content: '\e621';
}
.minicart-items .product.pricing {
  margin-top: 3px;
}
.minicart-items .product.options .toggle.tooltip {
  display: inline-block;
  text-decoration: none;
}
.minicart-items .product.options .toggle.tooltip > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-items .product.options .toggle.tooltip:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 12px;
  color: inherit;
  content: '\e622';
  font-family: '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 .details {
  display: none;
}
.minicart-items .item-qty {
  text-align: center;
  width: 40px;
  padding: 0;
  background: unset;
  color: #053977;
  border: 0;
  font-size: 14px;
  font-weight: 700;
}
.minicart-items .update-cart-item {
  font-size: 1.1rem;
  vertical-align: top;
}
.minicart-items .subtitle {
  display: none;
}
.minicart-items .action.edit,
.minicart-items .action.delete {
  display: inline-block;
  text-decoration: none;
}
.minicart-items .action.edit > span,
.minicart-items .action.delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-items .action.edit:before,
.minicart-items .action.delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #8f8f8f;
  content: '\e601';
  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: #333333;
}
.minicart-items .action.edit:active:before,
.minicart-items .action.delete:active:before {
  color: #8f8f8f;
}
.minicart-items .action.edit {
  display: none;
}
.minicart-items .action.delete:before {
  content: '\e604';
}
.minicart-items .action.delete:before {
  font-size: 30px;
  color: #053977;
}
.minicart-wrapper .block-minicart #minicart-content-wrapper {
  color: white;
}
.minicart-wrapper .block-minicart #minicart-content-wrapper .product-image-container {
  width: 100px !important;
}
.minicart-wrapper .block-minicart #minicart-content-wrapper .product-image-container .product-image-photo {
  width: 100% !important;
  height: 100% !important;
}
.minicart-wrapper .block-minicart #minicart-content-wrapper .product-item-details {
  padding-left: 130px;
}
.minicart-wrapper .block-minicart dl.product.options {
  margin-bottom: 0;
}
.minicart-wrapper .block-minicart dl.product.options > *:nth-child(3),
.minicart-wrapper .block-minicart dl.product.options > *:nth-child(4),
.minicart-wrapper .block-minicart dl.product.options > *:nth-child(5),
.minicart-wrapper .block-minicart dl.product.options > *:nth-child(6),
.minicart-wrapper .block-minicart dl.product.options > *:nth-child(7),
.minicart-wrapper .block-minicart dl.product.options > *:nth-child(8),
.minicart-wrapper .block-minicart dl.product.options > *:nth-child(9),
.minicart-wrapper .block-minicart dl.product.options > *:nth-child(10),
.minicart-wrapper .block-minicart dl.product.options > *:nth-child(11),
.minicart-wrapper .block-minicart dl.product.options > *:nth-child(12) {
  display: none;
}
.product .active > .toggle:after {
  display: none;
}
.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: #333333;
}
.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: 21px;
}
.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: 21px;
  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: 1024px) {
  .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: #006bb4;
  cursor: pointer;
}
.shipping-policy-block.field-tooltip .field-tooltip-action:before {
  display: none;
}
.shipping-policy-block.field-tooltip .field-tooltip-content {
  width: 420px;
  top: 30px;
}
.opc-block-shipping-information {
  padding: 0 30px;
}
.opc-block-shipping-information .shipping-information-title {
  border-bottom: 1px solid #cccccc;
  margin: 0 0 20px;
  position: relative;
}
.opc-block-shipping-information .shipping-information-title .action-edit {
  top: 10px;
  display: inline-block;
  text-decoration: none;
  margin: 0;
  position: absolute;
  right: 0;
}
.opc-block-shipping-information .shipping-information-title .action-edit > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.opc-block-shipping-information .shipping-information-title .action-edit:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #8f8f8f;
  content: '\e601';
  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;
}
.opc-block-summary .items-in-cart > .title {
  border-bottom: 1px solid #cccccc;
  padding: 10px 40px 10px 0;
  cursor: pointer;
  display: block;
  text-decoration: none;
  margin-bottom: 0;
  position: relative;
}
.opc-block-summary .items-in-cart > .title > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.opc-block-summary .items-in-cart > .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 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 #cccccc;
  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: #006bb4;
  display: inline-block;
  text-decoration: none;
}
.checkout-payment-method .payment-option-title .action-toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 16px;
  color: #8f8f8f;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 0 0 0 10px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.checkout-payment-method .payment-option-title .action-toggle:hover:after {
  color: #333333;
}
.checkout-payment-method .payment-option-title .action-toggle:active:after {
  color: #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;
}
.checkout-index-index {
  margin-top: 0;
}
.checkout-index-index .page-header .panel.wrapper {
  display: none;
}
.checkout-index-index .page-header .header.content .links.wrapper,
.checkout-index-index .page-header .header.content .panel.myaccount,
.checkout-index-index .page-header .header.content .minicart-wrapper,
.checkout-index-index .page-header .header.content .block-search {
  display: none;
}
.checkout-index-index .page-footer {
  display: none;
}
.checkout-index-index .opc-progress-bar {
  margin-bottom: 40px;
}
.checkout-index-index .opc-progress-bar .opc-progress-bar-item._active:before {
  background: #feb53e;
}
.checkout-index-index .opc-progress-bar .opc-progress-bar-item._active span {
  color: #073879;
  font-weight: 500;
}
.checkout-index-index .opc-progress-bar .opc-progress-bar-item._active span:before {
  background: #feb53e;
}
.checkout-index-index .opc-progress-bar .opc-progress-bar-item._active span:after {
  color: #073879;
}
.checkout-index-index .opc-summary-wrapper .opc-block-summary {
  border: 1px solid #eee;
  background-color: #f6fafb;
}
.checkout-index-index .opc-summary-wrapper .opc-block-summary > .title {
  color: #365a6e;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  padding-top: 0;
  text-align: center;
  padding-bottom: 15px;
  background: 0 0;
}
.checkout-index-index .opc-summary-wrapper .opc-block-summary .block.items-in-cart .title {
  color: #365a6e;
  font-size: 18px;
}
.checkout-index-index .opc-summary-wrapper .opc-block-summary .block.items-in-cart .title:after {
  top: 15px;
}
.checkout-index-index .opc-summary-wrapper .opc-block-summary .block.items-in-cart .product .amrec-subscriptional-label {
  border: none;
  background: #ebf9f5;
  border-radius: 4px;
  display: inline-block;
  color: #002c79;
}
.checkout-index-index .opc-summary-wrapper .opc-block-summary .block.items-in-cart .product .amrec-subscriptional-label:before {
  display: none;
}
.checkout-index-index .opc-summary-wrapper .opc-block-summary .block.items-in-cart .product .item-options dt,
.checkout-index-index .opc-summary-wrapper .opc-block-summary .block.items-in-cart .product .item-options dd {
  font-size: 12px;
}
.checkout-index-index .opc-summary-wrapper .opc-block-summary .block.items-in-cart .product .item-options dt .price,
.checkout-index-index .opc-summary-wrapper .opc-block-summary .block.items-in-cart .product .item-options dd .price {
  font-size: 12px;
}
.checkout-index-index .opc-summary-wrapper .opc-block-summary .block.items-in-cart .product .item-options > *:nth-child(3),
.checkout-index-index .opc-summary-wrapper .opc-block-summary .block.items-in-cart .product .item-options > *:nth-child(4),
.checkout-index-index .opc-summary-wrapper .opc-block-summary .block.items-in-cart .product .item-options > *:nth-child(5),
.checkout-index-index .opc-summary-wrapper .opc-block-summary .block.items-in-cart .product .item-options > *:nth-child(6),
.checkout-index-index .opc-summary-wrapper .opc-block-summary .block.items-in-cart .product .item-options > *:nth-child(7),
.checkout-index-index .opc-summary-wrapper .opc-block-summary .block.items-in-cart .product .item-options > *:nth-child(8),
.checkout-index-index .opc-summary-wrapper .opc-block-summary .block.items-in-cart .product .item-options > *:nth-child(9),
.checkout-index-index .opc-summary-wrapper .opc-block-summary .block.items-in-cart .product .item-options > *:nth-child(10),
.checkout-index-index .opc-summary-wrapper .opc-block-summary .block.items-in-cart .product .item-options > *:nth-child(11),
.checkout-index-index .opc-summary-wrapper .opc-block-summary .block.items-in-cart .product .item-options > *:nth-child(12) {
  display: none;
}
.checkout-index-index .opc-summary-wrapper .opc-block-summary .block.items-in-cart .minicart-items .product-item {
  padding: 20px;
  border: 1px solid #eee;
  background-color: #fff;
  margin-top: 5px;
}
.checkout-index-index .opc-summary-wrapper .opc-block-summary .block.items-in-cart .minicart-items .product-item .product .product-item-details {
  padding-left: 100px;
}
.checkout-index-index .opc-summary-wrapper .opc-block-summary .block.items-in-cart .minicart-items .product-item .product .product-item-details .product-item-inner {
  margin-bottom: 0;
}
.checkout-index-index .opc-summary-wrapper .opc-block-summary .block.items-in-cart .minicart-items .product-item .product .product-item-details .product-item-inner .product-item-name-block {
  color: #365a6e;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
.checkout-index-index .opc-summary-wrapper .opc-block-summary .block.items-in-cart .minicart-items .product-item .product .product-item-details .product-item-inner .product-item-name-block .product-item-name,
.checkout-index-index .opc-summary-wrapper .opc-block-summary .block.items-in-cart .minicart-items .product-item .product .product-item-details .product-item-inner .product-item-name-block .details-qty {
  margin: 0;
}
.checkout-index-index .opc-summary-wrapper .opc-block-summary .block.items-in-cart .minicart-items .product-item .product .product-item-details .product-item-inner .subtotal .price {
  color: #365a6e;
  font-size: 14px;
  font-weight: 500;
}
.checkout-index-index .opc-summary-wrapper .opc-block-summary .discount-code .action-toggle span {
  font-size: 18px;
  font-weight: 300;
  padding: 8px 0;
  width: 100%;
  display: block;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  color: #365a6e;
}
.checkout-index-index .opc-summary-wrapper .opc-block-summary .discount-code .form-discount {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.checkout-index-index .opc-summary-wrapper .opc-block-summary .discount-code .form-discount .payment-option-inner {
  flex: 2;
}
.checkout-index-index .opc-summary-wrapper .opc-block-summary .discount-code .form-discount .actions-toolbar {
  flex: 1;
}
.checkout-index-index .opc-summary-wrapper .opc-block-summary .discount-code .form-discount .primary {
  width: 100%;
}
.checkout-index-index .opc-summary-wrapper .opc-block-summary .discount-code .form-discount .actions-toolbar,
.checkout-index-index .opc-summary-wrapper .opc-block-summary .discount-code .form-discount .action-apply,
.checkout-index-index .opc-summary-wrapper .opc-block-summary .discount-code .form-discount .field {
  margin: 0 !important;
}
.checkout-index-index .opc-summary-wrapper .opc-block-summary .discount-code .form-discount .action-apply {
  height: 46px;
  border-radius: 25px;
  background-color: #002c79;
  color: #fff;
  border: none;
  width: 100%;
  transition: .3s;
}
.checkout-index-index .opc-summary-wrapper .opc-block-summary .discount-code .form-discount .action-apply:hover {
  opacity: .7;
}
.checkout-index-index .opc-summary-wrapper .opc-block-summary .discount-code .form-discount .action-cancel {
  height: 46px;
  border-radius: 25px;
  background-color: #FE6871;
  color: #fff;
  border: none;
  width: 100%;
  transition: .3s;
}
.checkout-index-index .opc-summary-wrapper .opc-block-summary .discount-code .form-discount .action-cancel:hover {
  opacity: .7;
}
.checkout-index-index .opc-summary-wrapper .opc-block-summary .discount-code .form-discount .input-text {
  height: 46px;
  border-radius: 25px;
  background-color: #fff;
  box-shadow: none;
  border: none;
  color: #365a6e;
  padding: 0 20px;
}
.checkout-index-index .opc-block-shipping-information {
  padding: 0;
}
.checkout-index-index .opc-block-shipping-information .shipping-information {
  border: 1px solid #eee;
  background-color: #f6fafb;
  margin: 20px -10px 0;
  padding: 24px 12px;
}
.checkout-index-index .opc-block-shipping-information .shipping-information .ship-to .shipping-information-title,
.checkout-index-index .opc-block-shipping-information .shipping-information .ship-via .shipping-information-title {
  color: #365a6e;
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 5px;
}
.checkout-index-index .opc-block-shipping-information .shipping-information .ship-to .shipping-information-title .action.action-edit,
.checkout-index-index .opc-block-shipping-information .shipping-information .ship-via .shipping-information-title .action.action-edit {
  display: none;
}
.checkout-index-index .opc-block-shipping-information .shipping-information .ship-to .shipping-information-content,
.checkout-index-index .opc-block-shipping-information .shipping-information .ship-via .shipping-information-content {
  color: #365a6e;
}
.checkout-index-index .opc-block-shipping-information .shipping-information .ship-to .shipping-information-content a,
.checkout-index-index .opc-block-shipping-information .shipping-information .ship-via .shipping-information-content a {
  pointer-events: none;
  color: #365a6e;
}
.checkout-index-index #maincontent {
  padding-top: 60px;
}
.checkout-index-index #maincontent .column.main .box-shipping-address address a {
  pointer-events: none;
}
.checkout-index-index #maincontent #checkout .opc-wrapper .form-login,
.checkout-index-index #maincontent #checkout .opc-wrapper .form-shipping-address {
  max-width: unset;
}
.checkout-index-index #maincontent #checkout .opc-wrapper .form-login .login-title {
  color: #365a6e;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 20px;
  display: block;
}
.checkout-index-index #maincontent #checkout .opc-wrapper #shipping .step-title {
  display: none;
}
.checkout-index-index #maincontent #checkout .opc-wrapper #shipping .form-login {
  margin: 0;
}
.checkout-index-index #maincontent #checkout .opc-wrapper #shipping .form-login #customer-email-fieldset {
  margin-bottom: 0;
}
.checkout-index-index #maincontent #checkout .opc-wrapper #shipping .form-login #customer-email-fieldset .field {
  margin: 0;
}
.checkout-index-index #maincontent #checkout .opc-wrapper #shipping .form-login #customer-email-fieldset .field input {
  width: 100%;
}
.checkout-index-index #maincontent #checkout .opc-wrapper #shipping .form-login .actions-toolbar {
  margin: 0;
  margin-top: 15px;
}
.checkout-index-index #maincontent #checkout .opc-wrapper #shipping .form-login .actions-toolbar .primary button.login {
  background: #073879;
  border-radius: 8px;
}
.checkout-index-index #maincontent #checkout .opc-wrapper #shipping .form-login .actions-toolbar .secondary {
  margin-top: 0;
}
.checkout-index-index #maincontent #checkout .opc-wrapper #shipping .form-login .actions-toolbar .secondary a {
  color: #073879;
}
.checkout-index-index #maincontent #checkout .opc-wrapper #shipping #checkout-step-shipping .field.addresses .shipping-address-item.selected-item {
  border: 1px solid #ccc;
  background: #f6fafb;
}
.checkout-index-index #maincontent #checkout .opc-wrapper #shipping #checkout-step-shipping .field.addresses .shipping-address-item.selected-item:after {
  display: none;
}
.checkout-index-index #maincontent #checkout .opc-wrapper #shipping #checkout-step-shipping .field.addresses .shipping-address-item.not-selected-item a,
.checkout-index-index #maincontent #checkout .opc-wrapper #shipping #checkout-step-shipping .field.addresses .shipping-address-item.selected-item a {
  pointer-events: none;
  color: #333;
}
.checkout-index-index #maincontent #checkout #co-shipping-form .field .control .field-note {
  margin-top: 5px;
  color: #999;
  font-size: 14px;
  margin-bottom: 5px;
}
.checkout-index-index #maincontent #checkout #co-shipping-form .field[name="shippingAddress.company"] {
  display: none;
}
.checkout-index-index #maincontent #checkout #co-shipping-form .field[name="shippingAddress.firstname"],
.checkout-index-index #maincontent #checkout #co-shipping-form .field[name="shippingAddress.lastname"] {
  width: 50% !important;
}
.checkout-index-index #maincontent #checkout #co-shipping-form .field[name="shippingAddress.street.0"] {
  width: 100%;
  margin: 0;
  display: inline-block;
}
.checkout-index-index #maincontent #checkout #co-shipping-form .field[name="shippingAddress.street.1"] {
  width: 30%;
  display: inline-block;
}
.checkout-index-index #maincontent #checkout #co-shipping-form .field[name="shippingAddress.street.2"] {
  width: 30%;
  display: inline-block;
}
.checkout-index-index #maincontent #checkout #co-shipping-form .field[name="shippingAddress.street.3"] {
  width: 38%;
  display: inline-block;
}
.checkout-index-index #maincontent #checkout #co-shipping-form .field[name$=".telephone"] {
  width: 100%;
}
.checkout-index-index #maincontent #checkout #co-shipping-form .field[name$=".telephone"] input {
  width: 100%;
}
.checkout-index-index #maincontent #checkout #co-shipping-form input {
  color: #365a6e;
}
.checkout-index-index #maincontent #checkout #co-shipping-form input::placeholder {
  color: #999 !important;
  font-size: 14px;
}
.checkout-index-index #maincontent #checkout #co-shipping-form input[name="company"],
.checkout-index-index #maincontent #checkout #co-shipping-form input[name="rfc"] {
  text-transform: uppercase;
}
.checkout-index-index #maincontent #checkout #opc-shipping_method .step-title {
  color: #365a6e;
  font-size: 20px;
  font-weight: 500;
  background: 0 0;
  padding: 0;
  border: none;
}
.checkout-index-index #maincontent #checkout #opc-shipping_method #checkout-step-shipping_method .table-checkout-shipping-method {
  max-width: unset;
  width: 100%;
  margin-bottom: 30px;
}
.checkout-index-index #maincontent #checkout #opc-shipping_method #checkout-step-shipping_method .table-checkout-shipping-method tbody {
  border: 1px solid #eee;
  background-color: #f6f6f6;
}
.checkout-index-index #maincontent #checkout #opc-shipping_method #checkout-step-shipping_method .table-checkout-shipping-method tbody tr {
  padding: 10px 20px;
  box-sizing: border-box;
}
.checkout-index-index #maincontent #checkout #opc-shipping_method #checkout-step-shipping_method .table-checkout-shipping-method tbody tr td {
  padding-bottom: 10px;
  padding-top: 10px;
}
.checkout-index-index #maincontent #checkout #opc-shipping_method #checkout-step-shipping_method .table-checkout-shipping-method tbody tr.row-error .col-error {
  display: flex;
  width: 100%;
}
.checkout-index-index #maincontent #checkout #opc-shipping_method #checkout-step-shipping_method .table-checkout-shipping-method tbody tr.row-error .message.error {
  animation: none !important;
  width: 100%;
}
.checkout-index-index #maincontent #checkout #opc-shipping_method #checkout-step-shipping_method .table-checkout-shipping-method .row-error:not(:first-child) {
  display: none;
}
.checkout-index-index #maincontent #checkout #opc-shipping_method #checkout-step-shipping_method #shipping-method-buttons-container .button {
  width: 170px;
  height: 50px;
  border-radius: 25px;
  background-color: #002c79;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.checkout-index-index #maincontent #checkout .field {
  padding-left: 0;
  margin-bottom: 10px;
}
.checkout-index-index #maincontent #checkout .field .label {
  color: #627a86;
  font-size: 13px;
  font-weight: 400;
}
.checkout-index-index #maincontent #checkout .field .control input,
.checkout-index-index #maincontent #checkout .field .control select,
.checkout-index-index #maincontent #checkout .field .control textarea {
  border: 1px solid #eee !important;
  background-color: #f6f6f6 !important;
  color: #365a6e;
  font-size: 16px;
  box-shadow: none;
  outline: none;
}
.checkout-index-index #maincontent #checkout .field .control .field-tooltip {
  display: none;
}
.checkout-index-index #maincontent #checkout .field.street .control {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.checkout-index-index #maincontent #checkout #payment #co-payment-form .fiedlset > br {
  display: none;
}
.checkout-index-index #maincontent #checkout #payment #co-payment-form .fiedlset > hr {
  display: none;
}
.checkout-index-index #maincontent #checkout #payment #co-payment-form .fiedlset .discount-code {
  display: none;
}
.checkout-index-index #maincontent #checkout #checkout-payment-method-load .step-title {
  color: #365a6e;
  font-size: 20px;
  font-weight: 500;
  background: 0 0;
  padding: 0;
  border: none;
}
.checkout-index-index #maincontent #checkout #checkout-payment-method-load .payment-method {
  margin-top: 10px;
}
.checkout-index-index #maincontent #checkout #checkout-payment-method-load .payment-method .payment-method-title {
  border: 1px solid #eee;
  background-color: #f6f6f6;
  padding-left: 15px;
}
.checkout-index-index #maincontent #checkout #checkout-payment-method-load .payment-method .payment-method-title .label {
  color: #073879;
  font-size: 15px;
  font-weight: 500;
}
.checkout-index-index #maincontent #checkout #checkout-payment-method-load .payment-method .payment-method-content .payment-method-billing-address {
  display: none;
}
.checkout-index-index .amrec-product-label {
  border: none;
  background: #ebf9f5;
  border-radius: 4px;
  display: inline-block;
  color: #002c79;
}
.checkout-index-index .amrec-product-label:before {
  display: none;
}
.checkout-index-index .conekta-message-content {
  display: none;
}
.checkout-index-index .conekta-message-content-custom {
  padding: 15px;
  display: block;
  font-size: 1.3rem;
  background: #fae5e5;
  color: #e02b27;
}
.checkout-index-index #maincontent #checkout .field[name="shippingAddress.custom_attributes.sucursal_redpack"],
.checkout-index-index #maincontent #checkout .field[name="shippingAddress.custom_attributes.fedex_"] {
  display: none !important;
}
.checkout-index-index #maincontent #checkout .field.addresses {
  margin-top: 20px;
}
.checkout-index-index #maincontent #checkout .field.addresses .shipping-address-items .shipping-address-item {
  background: #f6f6f6;
  margin-right: 10px;
}
.checkout-index-index #maincontent #checkout .field.addresses .shipping-address-items .shipping-address-item.redpack-address {
  background: #4d148c !important;
  color: white;
}
.checkout-index-index #maincontent #checkout .field.addresses .shipping-address-items .shipping-address-item.redpack-address .redpack-text {
  margin-top: 5px;
  display: block;
}
.checkout-index-index #maincontent #checkout .field.addresses .shipping-address-items .shipping-address-item.redpack-address .redpack-text:after {
  display: inline-block;
  content: '';
  width: 80px;
  height: 20px;
  background: url('../../frontend/Ecloud/novamil/es_MX/images/fedex.png');
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  font-size: 0;
  margin-left: 5px;
  margin-bottom: 2px;
}
.checkout-index-index #maincontent #checkout .field.addresses .shipping-address-items .shipping-address-item.redpack-address a {
  color: white !important;
}
.checkout-index-index #maincontent #checkout .field.addresses .shipping-address-items .shipping-address-item.redpack-address .action.edit-address-link {
  display: none;
}
.checkout-index-index #maincontent #checkout .field.addresses .shipping-address-items .shipping-address-item.redpack-address.selected-item {
  border: 3px solid #ea6115 !important;
}
.checkout-index-index #maincontent #checkout .field.addresses .shipping-address-items .shipping-address-item.redpack-address.not-selected-item {
  background: #f6f6f6 !important;
  color: #012f87;
}
.checkout-index-index #maincontent #checkout .field.addresses .shipping-address-items .shipping-address-item.redpack-address.not-selected-item .redpack-text {
  background: #4d148c;
  color: white;
  padding: 5px 15px;
}
.checkout-index-index #maincontent #checkout .field.addresses .shipping-address-items .shipping-address-item.redpack-address.not-selected-item .action-select-shipping-item {
  background: #012f87;
  color: white;
}
.checkout-index-index #maincontent #checkout .field.addresses .shipping-address-items .shipping-address-item.not-selected-item .action-select-shipping-item {
  background: #012f87;
  color: white;
}
.checkout-index-index .modal-popup #shipping-new-address-form .field[name="shippingAddress.custom_attributes.sucursal_redpack"],
.checkout-index-index .modal-popup #shipping-new-address-form .field[name="shippingAddress.custom_attributes.fedex_"] {
  display: none !important;
}
.checkout-index-index .redpack-open-popup-container {
  display: flex;
  align-items: center;
  margin-top: 25px;
}
.checkout-index-index .redpack-open-popup-container::after {
  color: white;
  background-color: #073879;
  content: "?";
  border-radius: 50px;
  width: 7px;
  height: 7px;
  padding: 7px 7px;
  cursor: pointer;
  margin-left: 6px;
  font-weight: 800;
  font-size: 12px;
  line-height: .6;
}
.checkout-index-index .redpack-open-popup-container:hover .redpack-open-popup-span::before {
  visibility: visible;
  opacity: 1;
  text-transform: initial !important;
}
.checkout-index-index .redpack-open-popup-container .redpack-open-popup {
  border-radius: 25px;
  background-color: #4d148c;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  padding: 10px 20px;
  position: relative;
  transition: .3s;
}
.checkout-index-index .redpack-open-popup-container .redpack-open-popup span {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.checkout-index-index .redpack-open-popup-container .redpack-open-popup span:after {
  content: '';
  width: 77px;
  height: 20px;
  background: url('../../frontend/Ecloud/novamil/es_MX/images/fedex.png');
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  font-size: 0;
  margin-left: 5px;
  margin-bottom: 2px;
}
.checkout-index-index .redpack-open-popup-container .redpack-open-popup span::before {
  background: white;
  float: left;
  position: absolute;
  visibility: hidden;
  width: auto;
  color: #002c79;
  text-align: center;
  border-radius: 6px;
  padding: 10px;
  opacity: 0;
  z-index: 4;
  width: 80%;
  background-size: 100%;
  content: "Al seleccionar la opción de retiro en sucursal, se debe completar con el nombre de la persona que retira el pedido y presentar identificación oficial para retirarlo. No se podrán realizar cambios después.";
  background-repeat: no-repeat;
  height: auto;
  top: -95px;
  right: -5px;
  border: 1.5px solid #ccc;
  background-color: white;
  transition: opacity ease-in-out 0.3s;
  box-shadow: 0px 4px 12px #00000014;
}
@media (max-width: 700px) {
  .checkout-index-index .redpack-open-popup-container .redpack-open-popup span::before {
    right: -25px;
    top: -127px;
    height: 192%;
    width: 85%;
    padding-bottom: 0 !important;
  }
}
.checkout-index-index .actions-store {
  display: flex;
  align-items: center;
}
.checkout-index-index .redpack-clean-btn-container .redpack-clean-btn {
  margin-top: 25px;
  border-radius: 25px;
  background-color: white;
  color: #002c79;
  border: 1px solid #002c79;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 10px 20px;
  transition: .3s;
}
.checkout-index-index .redpack-clean-btn-container .redpack-clean-btn:hover {
  opacity: .8;
}
.checkout-index-index .modal-custom-redpack {
  display: flex;
  align-items: center;
}
.checkout-index-index .modal-custom-redpack .modal-inner-wrap {
  max-width: unset !important;
  width: 600px !important;
  min-height: 400px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 0;
}
.checkout-index-index .modal-custom-redpack .modal-inner-wrap .modal-title {
  color: #073879;
  font-family: 'DINosaur-bold';
  font-size: 24px;
}
.checkout-index-index .modal-custom-redpack .modal-inner-wrap .modal-content {
  width: 70%;
  padding: 0;
}
.checkout-index-index .modal-custom-redpack .modal-inner-wrap input,
.checkout-index-index .modal-custom-redpack .modal-inner-wrap select,
.checkout-index-index .modal-custom-redpack .modal-inner-wrap textarea {
  border: 1px solid #eee !important;
  background-color: #f6f6f6 !important;
  color: #365a6e;
  font-size: 16px;
  box-shadow: none;
  outline: none;
}
.checkout-index-index .modal-custom-redpack .modal-inner-wrap .redpack-province-section,
.checkout-index-index .modal-custom-redpack .modal-inner-wrap .redpack-city-section {
  margin-bottom: 10px;
}
.checkout-index-index .modal-custom-redpack .modal-inner-wrap #address-confirmation {
  background: #f0f9f8;
  padding: 15px 25px;
  margin-top: 20px;
  color: #002d73;
  font-size: 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.checkout-index-index .modal-custom-redpack .modal-inner-wrap #address-confirmation .confirmation-address {
  border-radius: 25px;
  background-color: #002c79;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  margin-top: 10px;
  width: 70%;
  padding: 10px;
  transition: .3s;
}
.checkout-index-index .modal-custom-redpack .modal-inner-wrap #address-confirmation .confirmation-address:hover {
  opacity: .8;
}
.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: inherit;
  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: inherit;
  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;
}
.block-product-link.widget,
.block-category-link.widget {
  display: block;
  margin-bottom: 20px;
}
.block-product-link-inline.widget {
  margin: 0;
}
.block.widget .products-grid .product-item {
  margin-left: 2%;
  width: calc((100% - 2%) / 2);
}
.block.widget .products-grid .product-item:nth-child(2n + 1) {
  margin-left: 0;
}
.block.widget .product-item-info {
  width: auto;
}
.block.widget .pager {
  padding: 0;
}
.block.widget .pager .toolbar-amount {
  float: none;
  font-size: 1.2rem;
}
.block.widget .pager .pages-item-previous {
  padding-left: 0;
}
.block.widget .pager .pages-item-next {
  position: relative;
}
.block.widget .pager .items {
  white-space: nowrap;
}
.columns .block-event {
  position: relative;
  z-index: 2;
}
.block-event .block-content {
  position: relative;
}
.block-event .block-content > .action {
  cursor: pointer;
  margin-top: -6px;
  position: absolute;
  top: 50%;
  z-index: 3;
}
.block-event .block-content > .action.backward,
.block-event .block-content > .action.forward {
  opacity: .5;
  overflow: hidden;
  width: 20px;
  display: inline-block;
  text-decoration: none;
}
.block-event .block-content > .action.backward > span,
.block-event .block-content > .action.forward > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.block-event .block-content > .action.backward:before,
.block-event .block-content > .action.forward:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 55px;
  line-height: 30px;
  color: inherit;
  content: '\e617';
  font-family: '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: 'Quicksand', sans-serif, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  margin-top: 15px;
}
.block-event .slider-panel .slider .item .action.event:focus,
.block-event .slider-panel .slider .item .action.event:active {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.block-event .slider-panel .slider .item .action.event:hover {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.block-event .slider-panel .slider .item .action.event.disabled,
.block-event .slider-panel .slider .item .action.event[disabled],
fieldset[disabled] .block-event .slider-panel .slider .item .action.event {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.block-event .slider-panel .slider .item .action.event:hover {
  text-decoration: none;
}
.block-static-block.widget,
.block-cms-link.widget {
  margin-bottom: 20px;
}
.links .block-static-block.widget,
.links .block-cms-link.widget {
  margin-bottom: 0;
}
.block-cms-link-inline.widget {
  margin: 0;
}
.block-wishlist-search .form-wishlist-search {
  margin: 20px 0 0;
}
.block-cms-hierarchy-link.widget {
  display: block;
  margin-bottom: 20px;
}
.block-cms-hierarchy-link-inline.widget {
  margin: 0;
}
@media only screen and (max-width: 1023px) {
  .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 #cccccc;
    border-top: 1px solid #cccccc;
    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 {
    text-align: center;
  }
  .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;
  }
  .navigation {
    padding: 0;
  }
  .navigation .parent .level-top {
    display: block;
    text-decoration: none;
    position: relative;
  }
  .navigation .parent .level-top:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 42px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .parent .level-top:after {
    position: absolute;
    right: 7px;
    top: -8px;
  }
  .navigation .parent .level-top.ui-state-active:after {
    content: '\e621';
  }
  .nav-sections {
    -webkit-overflow-scrolling: touch;
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -ms-transition: left 0.3s;
    transition: left 0.3s;
    height: 100%;
    left: calc(-1 * (100% - 54px));
    overflow: auto;
    position: fixed;
    top: 0;
    width: calc(100% - 54px);
  }
  .nav-sections .switcher {
    border-top: 1px solid #d1d1d1;
    font-size: 1.6rem;
    font-weight: 700;
    margin: 0;
    padding: .8rem 3.5rem .8rem 2rem;
  }
  .nav-sections .switcher .label {
    display: block;
    margin-bottom: 5px;
  }
  .nav-sections .switcher:last-child {
    border-bottom: 1px solid #d1d1d1;
  }
  .nav-sections .switcher-trigger strong {
    display: block;
    text-decoration: none;
    position: relative;
  }
  .nav-sections .switcher-trigger strong:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 42px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .nav-sections .switcher-trigger strong:after {
    position: absolute;
    right: -40px;
    top: -16px;
  }
  .nav-sections .switcher-trigger.active strong:after {
    content: '\e621';
  }
  .nav-sections .switcher-dropdown {
    margin: 0;
    padding: 0;
    list-style: none none;
    display: none;
    padding: 10px 0;
  }
  .nav-sections .switcher-options.active .switcher-dropdown {
    display: block;
  }
  .nav-sections .header.links {
    margin: 0;
    padding: 0;
    list-style: none none;
    border-bottom: 1px solid #d1d1d1;
  }
  .nav-sections .header.links li {
    font-size: 1.6rem;
    margin: 0;
  }
  .nav-sections .header.links li.greet.welcome {
    border-top: 1px solid #d1d1d1;
    font-weight: 700;
    padding: 0.8rem 15px;
  }
  .nav-sections .header.links li > a {
    border-top: 1px solid #d1d1d1;
  }
  .nav-sections .header.links a,
  .nav-sections .header.links a:hover {
    color: #575757;
    text-decoration: none;
    display: block;
    font-weight: 700;
    padding: 0.8rem 15px;
  }
  .nav-sections .header.links .header.links {
    border: 0;
  }
  .nav-before-open {
    height: 100%;
    overflow-x: hidden;
    width: 100%;
  }
  .nav-before-open .page-wrapper {
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -ms-transition: left 0.3s;
    transition: left 0.3s;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: relative;
  }
  .nav-before-open body {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  .nav-open .page-wrapper {
    left: calc(100% - 54px);
  }
  .nav-open .nav-sections {
    -webkit-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -ms-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    left: 0;
    z-index: 99;
  }
  .nav-open .nav-toggle:after {
    background: rgba(0, 0, 0, 0.7);
    content: '';
    display: block;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
  }
  .nav-sections-items {
    position: relative;
    z-index: 1;
  }
  .nav-sections-items:before,
  .nav-sections-items:after {
    content: '';
    display: table;
  }
  .nav-sections-items:after {
    clear: both;
  }
  .nav-sections-item-title {
    background: #e3e3e3;
    border: solid #d7d7d7;
    border-width: 0 0 1px 1px;
    box-sizing: border-box;
    float: left;
    height: 71px;
    padding-top: 24px;
    text-align: center;
    width: 33.33%;
  }
  .nav-sections-item-title.active {
    background: transparent;
    border-bottom: 0;
  }
  .nav-sections-item-title .nav-sections-item-switch:hover {
    text-decoration: none;
  }
  .nav-sections-item-content {
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    margin-top: 71px;
    width: 100%;
    padding: 25px 0;
  }
  .nav-sections-item-content:before,
  .nav-sections-item-content:after {
    content: '';
    display: table;
  }
  .nav-sections-item-content:after {
    clear: both;
  }
  .nav-sections-item-content.active {
    display: block;
  }
  .navigation {
    background: #f0f0f0;
    box-sizing: border-box;
  }
  .navigation ul {
    margin: 0;
    padding: 0;
  }
  .navigation li {
    margin: 0;
  }
  .navigation a {
    display: block;
    padding-top: 10px;
    padding-right: 0;
    padding-bottom: 10px;
    padding-left: 15px;
  }
  .navigation a,
  .navigation a:hover {
    color: #575757;
    text-decoration: none;
  }
  .navigation .level0 {
    border-top: 1px solid #d1d1d1;
    font-size: 1.6rem;
  }
  .navigation .level0 > .level-top {
    font-weight: 700;
    padding: 8px 40px 8px 15px;
    text-transform: uppercase;
    word-wrap: break-word;
  }
  .navigation .level0 > .level-top:hover {
    color: #333333;
  }
  .navigation .level0.active .all-category .ui-state-focus {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    color: #333333;
    padding-left: 7px;
    display: inline-block;
  }
  .navigation .level0 > .level1 {
    font-weight: 600;
  }
  .navigation .level0.active > a:not(.ui-state-active),
  .navigation .level0.has-active > a:not(.ui-state-active) {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    color: #333333;
  }
  .navigation .level0.active > a:not(.ui-state-active) span:not(.ui-menu-icon),
  .navigation .level0.has-active > a:not(.ui-state-active) span:not(.ui-menu-icon) {
    margin-left: -8px;
  }
  .navigation li.level0:last-child {
    border-bottom: 1px solid #d1d1d1;
  }
  .navigation .submenu > li {
    word-wrap: break-word;
  }
  .navigation .submenu > li > a:hover {
    color: #333333;
  }
  .navigation .submenu:not(:first-child) {
    font-weight: 400;
    line-height: 1.3;
    left: auto !important;
    overflow-x: hidden;
    padding: 0;
    position: relative;
    top: auto !important;
    transition: left 0.3s ease-out;
  }
  .navigation .submenu:not(:first-child) > li > a {
    padding-left: 15px;
  }
  .navigation .submenu:not(:first-child) > li:last-child {
    margin-bottom: 0;
  }
  .navigation .submenu:not(:first-child) ul {
    display: block;
    padding-left: 15px;
  }
  .navigation .submenu:not(:first-child) ul > li {
    margin: 0;
  }
  .navigation .submenu:not(:first-child) ul > li a {
    color: #575757;
    display: block;
    line-height: normal;
  }
  .navigation .submenu:not(:first-child) ul > li a:hover {
    color: #333333;
  }
  .navigation .submenu:not(:first-child).expanded {
    display: block !important;
    padding-right: 0;
    top: 0 !important;
  }
  .navigation .submenu:not(:first-child) .active > a {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    color: #333333;
    padding-left: 7px;
  }
  .navigation .submenu:not(:first-child) .level1.active > a {
    padding-left: 7px;
  }
  .product.data.items {
    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;
  }
  .product.data.items > .item.title > .switch {
    border-top: 1px solid #cccccc;
    height: 40px;
    padding: 1px 10px 1px 10px;
    font-weight: 600;
    line-height: 40px;
    font-size: 1.4rem;
    color: #333333;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:visited {
    color: #6d6d6d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:hover {
    color: #333333;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:active {
    color: #333333;
    text-decoration: none;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:active,
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    color: #333333;
    text-decoration: none;
    padding-bottom: 1px;
  }
  .product.data.items > .item.content {
    background: #ffffff;
    margin: 0;
    padding: 10px 10px 30px;
  }
  .product.data.items .data.item {
    display: block;
  }
  .product.data.items .item.title > .switch {
    padding: 1px 15px 1px;
  }
  .product.data.items > .item.content {
    padding: 10px 15px 30px;
  }
  .products-grid ol.product-items {
    flex-direction: column;
    align-items: center;
  }
  .block.related ol.product-items,
  .products-grid ol.product-items {
    display: flex;
    flex-wrap: wrap;
  }
  .block.related ol.product-items li.product-item,
  .products-grid ol.product-items li.product-item {
    justify-content: center;
    text-align: center;
    margin-bottom: 30px !important;
    width: calc(80%);
  }
  .block.related ol.product-items li.product-item span.product-image-container .product-image-wrapper,
  .products-grid ol.product-items li.product-item span.product-image-container .product-image-wrapper {
    float: left;
    width: 100%;
  }
  .block.related ol.product-items li.product-item span.product-image-container .product-image-wrapper .product-image-photo,
  .products-grid ol.product-items li.product-item span.product-image-container .product-image-wrapper .product-image-photo {
    top: -18px;
  }
  .block.related ol.product-items li.product-item .field.qty,
  .products-grid ol.product-items li.product-item .field.qty {
    flex-direction: row-reverse;
    align-items: center;
  }
  .block.related ol.product-items li.product-item .product-item-info,
  .products-grid ol.product-items li.product-item .product-item-info {
    max-width: 240px;
  }
  .block.related ol.product-items li.product-item .product-item-info .labels,
  .products-grid ol.product-items li.product-item .product-item-info .labels {
    width: 50%;
    flex-wrap: wrap;
  }
  .block.related ol.product-items li.product-item .product-item-info .product-item-actions .actions button.action.tocart.primary,
  .products-grid ol.product-items li.product-item .product-item-info .product-item-actions .actions button.action.tocart.primary {
    margin-bottom: 10px;
    width: 100%;
  }
  .block.related ol.product-items li.product-item .product-item-info .price-box,
  .products-grid ol.product-items li.product-item .product-item-info .price-box {
    margin: 11px 0;
  }
  .block.related ol.product-items li.product-item .product-item-info .price-box .price-label,
  .products-grid ol.product-items li.product-item .product-item-info .price-box .price-label {
    display: none;
  }
  .block.related ol.product-items li.product-item .product-item-info .product-item-photo,
  .products-grid ol.product-items li.product-item .product-item-info .product-item-photo {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .block.related ol.product-items li.product-item .product-item-info .product-item-photo .product-image-container,
  .products-grid ol.product-items li.product-item .product-item-info .product-item-photo .product-image-container {
    width: 100% !important;
    max-height: 198px;
  }
  .block.related ol.product-items li.product-item .product-item-info .product-item-details,
  .products-grid ol.product-items li.product-item .product-item-info .product-item-details {
    box-sizing: border-box;
  }
  .block.related ol.product-items li.product-item .product-item-info .product-item-details .product-short-description,
  .products-grid ol.product-items li.product-item .product-item-info .product-item-details .product-short-description {
    font-size: 12px;
    margin-top: 1px !important;
    line-height: 1.3;
  }
  .block.related ol.product-items li.product-item .product-item-info .product-item-details .product-item-name a,
  .products-grid ol.product-items li.product-item .product-item-info .product-item-details .product-item-name a {
    font-size: 14px;
  }
  .block.related ol.product-items li.product-item .product-item-info .product-item-details .box-tocart .actions,
  .products-grid ol.product-items li.product-item .product-item-info .product-item-details .box-tocart .actions {
    flex-direction: column;
  }
  .block.related ol.product-items li.product-item .product-item-info .product-item-details .box-tocart .actions .actions-extra,
  .products-grid ol.product-items li.product-item .product-item-info .product-item-details .box-tocart .actions .actions-extra,
  .block.related ol.product-items li.product-item .product-item-info .product-item-details .box-tocart .actions .actions-extra a,
  .products-grid ol.product-items li.product-item .product-item-info .product-item-details .box-tocart .actions .actions-extra a {
    width: 100%;
  }
  .block.related ol.product-items .owl-item,
  .products-grid ol.product-items .owl-item {
    display: flex;
    justify-content: center;
  }
  .block.related ol.product-items .owl-item .product-item.item,
  .products-grid ol.product-items .owl-item .product-item.item {
    width: 76% !important;
    margin-left: -23% !important;
  }
  .block.related ol.product-items .owl-item .product-item.item .product-item-photo,
  .products-grid ol.product-items .owl-item .product-item.item .product-item-photo {
    float: left;
    width: 100%;
  }
  .block.related ol.product-items .owl-item .product-item.item .product-item-details,
  .products-grid ol.product-items .owl-item .product-item.item .product-item-details {
    float: left;
    width: 100%;
  }
  .block.related ol.product-items .owl-item .product-item.item .bottom,
  .products-grid ol.product-items .owl-item .product-item.item .bottom {
    float: left;
  }
  .block.related ol.product-items .owl-item:not(.active) .product-item.item,
  .products-grid ol.product-items .owl-item:not(.active) .product-item.item {
    margin-left: -70% !important;
  }
  .beneficies {
    margin: 30px 0;
  }
  .beneficies h2 {
    font-size: 20px;
  }
  .beneficies #beneficies {
    flex-direction: column;
    align-items: center;
  }
  .beneficies #beneficies .container {
    width: 75%;
    margin-bottom: 50px;
    min-width: 296px;
    max-width: 296px;
    max-height: 146px;
    display: flex;
  }
  .beneficies #beneficies .container .image img {
    border-radius: 12px 0 0 12px;
    width: 100%;
    height: 100%;
  }
  .beneficies #beneficies .container div {
    text-align: left;
    width: 50%;
  }
  .beneficies #beneficies .container div h5 {
    font-size: 14px;
  }
  .beneficies #beneficies .container div p {
    font-weight: 500;
    font-size: 12px;
    font-family: 'Quicksand', sans-serif;
  }
  #about-us .mobile-only,
  #beneficies .mobile-only {
    display: block !important;
    margin: 0 auto;
  }
  #about-us .desktop-only,
  #beneficies .desktop-only {
    display: none !important;
  }
  #about-us .experience .text {
    width: 63%;
    margin: 0 auto;
  }
  #about-us .about-us {
    flex-direction: column;
  }
  #about-us .about-us h2 {
    margin-bottom: 10px;
    font-size: 24px;
  }
  #about-us .about-us h3 {
    font-size: 20px;
  }
  #about-us .about-us .video {
    height: 300px;
    width: 100%;
  }
  #about-us .about-us .video iframe.responsive-iframe {
    width: 100%;
    height: 100%;
  }
  .slider-placeholder .slider-texts .container,
  #container-slider .slider-texts .container,
  .m-slider .slider-texts .container {
    max-width: 70%;
    padding-left: 13vw;
    padding-top: 20px;
  }
  .slider-placeholder .slider-texts h2,
  #container-slider .slider-texts h2,
  .m-slider .slider-texts h2 {
    margin: 0 0 0 0;
    font-size: 6.5vw;
  }
  .slider-placeholder .slider-texts h3,
  #container-slider .slider-texts h3,
  .m-slider .slider-texts h3 {
    font-size: 6.2vw;
    line-height: 1.3;
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 0;
  }
  .slider-placeholder .slider-texts h4,
  #container-slider .slider-texts h4,
  .m-slider .slider-texts h4 {
    font-size: 3.7vw;
    margin: 5.5vw 0 2vw 0;
  }
  .slider-placeholder .slider-texts button.fake-btn,
  #container-slider .slider-texts button.fake-btn,
  .m-slider .slider-texts button.fake-btn {
    padding: 4.3vw 7.5vw;
    font-size: 3.5vw;
    margin: 2.3vw 0 0 0;
    font-weight: 600;
  }
  .cms-padecimientos .column.main {
    padding-top: 70px;
  }
  .cms-home #maincontent {
    padding: 0;
  }
  .cms-home #container-slider .owl-nav {
    display: none !important;
  }
  .cms-home .block-products-list.grid .block-title {
    margin: 0;
    padding-left: 20px;
    margin-top: 50px;
    margin-bottom: 25px;
  }
  .cms-home .block-products-list.grid .block-title h2 {
    margin: 0px;
  }
  .cms-home .block-products-list.grid .block-title h2 strong {
    color: #002c7b;
    font-size: 40px;
    font-weight: 700;
    margin: 0;
    font-family: 'DINosaur-Bold';
  }
  .cms-home .products-grid.grid .owl-stage-outer {
    padding-bottom: 20px;
    padding-top: 20px;
    padding-left: 20px;
    position: relative;
  }
  .cms-home .products-grid.grid .owl-stage-outer:after {
    position: absolute;
    right: -10px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 20%;
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  }
  .cms-home .products-grid.grid .owl-nav {
    display: none;
  }
  .cms-home .products-grid.grid .owl-item {
    display: flex;
    justify-content: center;
  }
  .cms-home .products-grid.grid .owl-item .product-item.item {
    width: 90%;
    box-shadow: 0 5px 15px rgba(225, 224, 224, 0.5);
    border-radius: 10px;
    background-color: #ffffff;
  }
  .cms-home .products-grid.grid .owl-item .product-item.item .product-item-photo {
    float: left;
    width: 100%;
    margin-bottom: 0;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
  }
  .cms-home .products-grid.grid .owl-item .product-item.item .product-item-photo .product-image-container {
    width: 100% !important;
  }
  .cms-home .products-grid.grid .owl-item .product-item.item .product-item-photo .product-image-container .product-image-wrapper {
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    margin-top: 20px;
  }
  .cms-home .products-grid.grid .owl-item .product-item.item .product-item-photo .product-image-container .product-image-wrapper .product-image-photo {
    margin: 0;
  }
  .cms-home .products-grid.grid .owl-item .product-item.item .product-item-details {
    float: left;
    width: 100%;
    margin-top: -40px;
  }
  .cms-home .products-grid.grid .owl-item .product-item.item .product-item-details .product-item-name {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    min-height: 40px;
  }
  .cms-home .products-grid.grid .owl-item .product-item.item .product-item-details .product-item-name a {
    color: #5D6A8B;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .cms-home .products-grid.grid .owl-item .product-item.item .product-item-details .description {
    display: none;
  }
  .cms-home .products-grid.grid .owl-item .product-item.item .product-item-details .link-arrow {
    display: none;
  }
  .cms-home .products-grid.grid .owl-item .product-item.item .bottom {
    float: left;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 20px;
  }
  .cms-home .products-grid.grid .owl-item .product-item.item .bottom .price-box {
    margin-bottom: 15px;
  }
  .cms-home .products-grid.grid .owl-item .product-item.item .bottom .price-box .price-label {
    display: none;
  }
  .cms-home .products-grid.grid .owl-item .product-item.item .bottom .price-box .price {
    color: #012D74;
    font-size: 24px;
    font-weight: 700;
  }
  .cms-home .products-grid.grid .owl-item .product-item.item .bottom .product-item-actions .actions-secondary {
    display: none;
  }
  .cms-home .products-grid.grid .owl-item .product-item.item .bottom .product-item-actions .actions-primary button.primary {
    color: #012D74;
    font-weight: 700;
    border: none;
    box-shadow: none;
    margin-top: 5px;
    transition: .3s;
    width: 100%;
    height: 40px;
    border-radius: 24px;
    background-color: #002c79;
  }
  .cms-home .products-grid.grid .owl-item .product-item.item .bottom .product-item-actions .actions-primary button.primary span {
    color: white;
  }
  .cms-home .products-grid.grid .owl-item .product-item.item .bottom .product-item-actions .actions-primary button.primary:hover {
    color: #01163a;
    opacity: .6;
  }
  .container-home-video {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .container-home-video .video-text {
    margin-bottom: -30px;
    max-width: unset;
    box-sizing: border-box;
    padding: 20px 20px 50px;
    width: 100%;
  }
  .container-home-video .video-text b {
    font-size: 18px;
  }
  .container-home-video .video-text span {
    font-size: 13px;
  }
  .container-home-video .video-responsive {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    position: relative;
    width: 100%;
  }
  .container-home-video .video-responsive iframe,
  .container-home-video .video-responsive object,
  .container-home-video .video-responsive embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .padecimientos-cont {
    padding-left: 20px;
  }
  .padecimientos-cont .heading h2 {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 20px;
  }
  .padecimientos-cont .heading div {
    flex-direction: column;
  }
  .padecimientos-cont .heading div p {
    font-size: 15px;
  }
  .padecimientos-cont .heading div a.btn {
    width: 140px;
    height: 40px;
    font-size: 15px;
  }
  .padecimientos-cont .padecimientos-carrousel .owl-nav {
    display: flex;
    top: unset;
    bottom: -20px;
    left: 15px;
    right: 20px;
    margin: auto;
    justify-content: center;
  }
  .padecimientos-cont .padecimientos-carrousel .owl-stage-outer {
    position: relative;
  }
  .padecimientos-cont .padecimientos-carrousel .owl-stage-outer:after {
    position: absolute;
    right: -10px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 20%;
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  }
  .padecimientos-cont .padecimientos-carrousel .owl-item {
    display: flex;
    justify-content: center;
  }
  .padecimientos-cont .padecimientos-carrousel .owl-item li {
    width: 90%;
    position: relative;
  }
  .padecimientos-cont .padecimientos-carrousel .owl-item li:hover {
    transform: scale(1);
  }
  .cita-medica {
    margin-top: 50px;
  }
  .cita-medica .desktop {
    display: none;
  }
  .cita-medica .mobile {
    display: flex;
    flex-direction: column;
    position: relative;
    margin-left: 0;
  }
  .cita-medica .mobile h2 {
    color: #002c7b;
    font-size: 34px;
    font-weight: 700;
    line-height: 43px;
    margin-bottom: 30px;
  }
  .cita-medica .mobile img {
    max-height: 338px;
    margin-left: -40px;
  }
  .cita-medica .mobile span {
    color: #627a86;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }
  .cita-medica .mobile a.btn {
    width: 72px;
    height: 72px;
    box-shadow: 0 6px 14px rgba(232, 226, 226, 0.5);
    background-color: #FDBE87;
    border-radius: 50%;
    margin-left: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .3s;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
  }
  .widget-product-grid .product-item {
    margin-bottom: 30px;
    width: calc((100% - 20%) / 1) !important;
  }
  .widget-product-grid .product-item .product-item-info {
    max-width: 240px;
    transform: unset;
  }
  .widget-product-grid .product-item .product-item-info .product.details .product-item-inner .product-item-actions .actions-primary .stock.unavailable {
    margin-top: 18px !important;
  }
  .widget-product-grid .product-item .product-item-info .product.details .product-item-inner .product-item-actions .actions-primary .box-tocart .fieldset .actions {
    margin-top: 0;
  }
  .widget-product-grid .product-item .product-item-info .product.details .product-item-inner .product-item-actions button {
    width: 100%;
    height: 32px;
    padding: 0 10px !important;
  }
  .widget-product-grid .product-item .product-item-info .product.details .product-item-inner .product-item-actions .actions-extra a {
    width: 100%;
    padding: 0 10px;
  }
  .widget-product-grid .product-item .product-item-info .product.details .product-item-inner .product-item-actions .actions-extra a span {
    font-size: 12px !important;
  }
  .widget-product-grid .product-item .product-item-info .product.details .product-item-name a {
    font-size: 14px !important;
  }
  .widget-product-grid .product-item.packs .product-item-info .product-item-details.product.details .product-item-inner .product-item-actions .action-button .actions-primary .box-tocart .fieldset .field.qty .priceperg {
    margin-bottom: 0 !important;
  }
  .cms-newhome .product-item-inner .product-item-actions {
    flex-direction: column;
  }
  .cms-newhome .product-item-inner .product-item-actions .actions {
    flex-direction: column;
  }
  .cms-newhome .product-item-inner .product-item-actions .actions .actions-extra {
    width: 90%;
  }
  .cms-newhome .product-item-inner .product-item-actions .actions .actions-extra a {
    width: 100% !important;
  }
  .cms-newhome .product-item-inner .product-item-actions .actions .primary {
    margin-bottom: 10px;
  }
  .cms-registro-medico .registro-medico h2 {
    margin-top: 50px;
  }
  .cms-registro-medico .registro-medico span {
    text-align: left;
    margin-top: 20px;
  }
  .cms-cookie-settings #amgdprcookie-form .amgdprcookie-top {
    flex-wrap: wrap;
  }
  .cms-cookie-settings #amgdprcookie-form .amgdprcookie-top .amgdprcookie-head {
    margin-bottom: 20px;
  }
  .cms-cookie-settings #amgdprcookie-form .amgdprcookie-top .amgdprcookie-btn-wrapper {
    flex-direction: column;
    width: 100%;
  }
  .cms-cookie-settings #amgdprcookie-form .amgdprcookie-top .amgdprcookie-btn-wrapper .amgdprcookie-btn {
    padding: 15px;
    width: 100%;
    display: flex;
    margin: 0;
    text-align: center;
    justify-content: center;
    margin-bottom: 20px;
  }
  .cms-registro-exitoso .page-wrapper #maincontent {
    padding-top: 40px;
  }
  .cms-registro-exitoso .page-wrapper #maincontent .info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
  }
  .cms-registro-exitoso .page-wrapper #maincontent .info span {
    width: 90%;
    text-align: center;
  }
  .cms-registro-exitoso .page-wrapper #maincontent .info .actions {
    width: 60%;
  }
  .cms-landing-medicos .banner-first {
    height: 380px !important;
  }
  .cms-landing-medicos .banner-first .pagebuilder-banner-wrapper {
    height: 380px !important;
  }
  .cms-landing-medicos .banner-first .pagebuilder-banner-wrapper .pagebuilder-overlay {
    min-height: 0 !important;
    padding: 100px 0 0 0;
  }
  .cms-landing-medicos .banner-first .pagebuilder-banner-wrapper .pagebuilder-overlay h1 {
    font-size: 21px;
    line-height: 24px;
  }
  .cms-landing-medicos .banner-first .pagebuilder-banner-wrapper .pagebuilder-overlay p {
    font-size: 14px;
  }
  .cms-landing-medicos .banner-first .pagebuilder-banner-wrapper .pagebuilder-overlay .text {
    margin-top: 0;
  }
  .cms-landing-medicos .banner-first .pagebuilder-banner-wrapper .pagebuilder-overlay .btn {
    width: 100%;
  }
  .cms-landing-medicos .banner-first .pagebuilder-banner-wrapper .pagebuilder-overlay .btn.primary {
    margin-top: 20px;
  }
  .cms-landing-medicos .fun-facts .single-fun {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .cms-landing-medicos .fun-facts .single-fun i {
    position: unset;
    margin: 0;
    padding: 0;
  }
  .cms-landing-medicos .fun-facts .single-fun .content {
    padding: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .cms-landing-medicos .fun-facts .item-fun {
    width: 100%;
  }
  .cms-landing-medicos .fun-facts.section {
    padding: 30px 0;
    margin-top: 40px;
  }
  .cms-landing-medicos .choose-right {
    height: 350px !important;
    margin-top: 30px;
  }
  .cms-landing-medicos .why-choose .choose-item {
    width: 100% !important;
  }
  .cms-como-comprar h1 {
    font-size: 24px;
    padding-top: 0 !important;
  }
  .cms-como-comprar h2 {
    font-size: 18px;
    margin-bottom: 40px;
  }
  .cms-como-comprar .tabs {
    padding: 0;
  }
  .cms-como-comprar .tabs .tabs-content ul {
    padding: 20px;
  }
  .cms-como-comprar .tabs .tabs-content ul li {
    flex-direction: column;
    margin-bottom: 20px;
  }
  .cms-como-comprar .tabs .tabs-content ul li i {
    margin-bottom: 20px;
  }
  .cms-solicitar-factura-electronica .page-wrapper .page-main .page-title-wrapper .page-title {
    font-size: 24px;
  }
  .cms-solicitar-factura-electronica .page-wrapper .page-main .columns .column.main .novamil-form-inside .webforms form #steps.steps::after,
  .cms-solicitar-factura-electronica .page-wrapper .page-main .columns .column.main .novamil-form-inside .webforms form #steps.steps::before {
    display: none;
  }
  .cms-solicitar-factura-electronica .page-wrapper .page-main .columns .column.main .novamil-form-inside .webforms form #steps.steps .step .name {
    text-align: center;
  }
  .cms-solicitar-factura-electronica .page-wrapper .page-main .columns .column.main .novamil-form-inside .webforms form .form-step fieldset .field .control .drop-zone {
    min-height: 60px;
  }
  .cms-solicitar-factura-electronica .page-wrapper .page-main .columns .column.main .novamil-form-inside .webforms form .form-step fieldset .field .control .drop-zone .text-center {
    height: 60px;
  }
  .cms-solicitar-factura-electronica .page-wrapper .page-main .columns .column.main .novamil-form-inside .webforms form .form-step .actions-toolbar .secondary {
    width: 100px;
  }
  .cms-solicitar-factura-electronica .page-wrapper .page-main .columns .column.main .novamil-form-inside .webforms form .form-step .actions-toolbar .secondary .action-previous {
    max-width: 100px !important;
  }
  .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: none;
  }
  .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;
  }
  [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;
  }
  .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;
  }
  .category .subscribe-popup {
    width: 100%;
    top: 35%;
    text-align: center;
  }
  .category .subscribe-popup .input-fields {
    margin-top: 20px;
    width: 100%;
  }
  .category .subscribe-popup .notification-container {
    width: 80%;
    margin: auto;
  }
  .category .subscribe-popup .amxnotif_guest_action {
    width: 100%;
    max-width: 100%;
    margin-top: 20px;
  }
  .actions-toolbar.amxnotif_guest_action {
    margin-left: 5px;
  }
  .notification-container {
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
  }
  .modal-custom-home {
    width: 100%;
    left: 0 !important;
  }
  .modal-custom-home .modal-content {
    padding: 10px;
  }
  .modal-custom-home .modal-inner-wrap {
    width: 80% !important;
    height: 450px !important;
    position: absolute !important;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .modal-custom-home .modal-inner-wrap .popup-content {
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .modal-custom-home .modal-inner-wrap .popup-content img {
    max-width: 145px;
  }
  .modal-custom-home .modal-inner-wrap .popup-content h3 {
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 40px;
  }
  .modal-custom-home .modal-inner-wrap .popup-content .buttons {
    flex-direction: column;
  }
  .modal-custom-home .modal-inner-wrap .popup-content .buttons a {
    width: 100%;
    height: 55px;
    margin-bottom: 15px;
  }
  .modal-custom-home .modal-inner-wrap .popup-content .close.text {
    display: none;
  }
  .autocomplete-suggestions .autocomplete-suggestion {
    width: 42% !important;
    margin-right: 2% !important;
  }
  .autocomplete-suggestions .autocomplete-suggestion.autocomplete-selected {
    background: white !important;
    cursor: pointer;
    transform: none;
    box-shadow: 0 5px 15px rgba(225, 224, 224, 0.5);
  }
  .banner-slider-container .first-item img.desktop.hasMobile {
    display: none !important;
  }
  .banner-slider-container .banner-slider .item {
    height: 100%;
  }
  .banner-slider-container .banner-slider .item img.desktop.hasMobile {
    display: none !important;
  }
  .banner-slider-container .banner-slider .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    max-width: initial;
  }
  .banner-slider-container .banner-slider .owl-stage {
    display: flex;
  }
  .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;
  }
  .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 #cccccc;
    background: #f5f5f5;
    display: none;
    padding: 15px 0;
  }
  .block-wishlist-management .wishlist-select-items.active {
    display: block;
  }
  .block-wishlist-management .wishlist-select-items .item {
    margin: 3px 0 0;
  }
  .block-wishlist-management .wishlist-select-items .item:first-child {
    margin-top: 0;
  }
  .block-wishlist-management .wishlist-select-items .item.current {
    display: none;
  }
  .block-wishlist-management .wishlist-select-items .item a {
    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 #cccccc;
    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;
  }
  .payment-method-femsa-payments #femsaIframeContainer {
    width: 100% !important;
  }
  .checkout-cart-index .page-title-wrapper {
    padding-left: 10px;
  }
  .checkout-cart-index .page-title-wrapper .page-title {
    font-size: 25px;
    margin-bottom: 20px;
  }
  .checkout-cart-index #maincontent .columns {
    width: 100%;
  }
  .checkout-cart-index #maincontent .columns .cart.table-wrapper .cart > .item {
    padding: 0 20px;
    padding-bottom: 20px;
  }
  .checkout-cart-index #maincontent .columns .cart.table-wrapper .cart > .item .item-info {
    flex-wrap: wrap;
  }
  .checkout-cart-index #maincontent .columns .cart.table-wrapper .cart > .item .item-info .col.item {
    width: 100%;
    display: flex;
  }
  .checkout-cart-index #maincontent .columns .cart.table-wrapper .cart > .item .item-info .col.item .product-item-photo {
    position: relative;
    top: unset;
    left: unset;
    display: flex;
    align-items: center;
  }
  .checkout-cart-index #maincontent .columns .cart.table-wrapper .cart > .item .item-info .col.item .product-item-details {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    padding-left: 20px;
  }
  .checkout-cart-index #maincontent .columns .cart.table-wrapper .cart > .item .item-info .col.qty,
  .checkout-cart-index #maincontent .columns .cart.table-wrapper .cart > .item .item-info .col.subtotal {
    width: 50%;
    justify-content: flex-start;
    padding: 0;
  }
  .checkout-cart-index #maincontent .columns .cart.table-wrapper .cart > .item .item-info .col.qty:before,
  .checkout-cart-index #maincontent .columns .cart.table-wrapper .cart > .item .item-info .col.subtotal:before {
    display: none;
  }
  .checkout-cart-index #maincontent .columns .cart.table-wrapper .cart > .item .item-actions {
    align-items: flex-end;
    padding-bottom: 15px;
  }
  .checkout-cart-index #maincontent .cart-container {
    padding: 10px;
    display: flex;
    flex-direction: column;
  }
  .checkout-cart-index #maincontent .cart-container .cart-summary {
    padding: 10px;
    border: 1px solid #eeeeee;
    background-color: #f6fafb;
    order: 1;
  }
  .checkout-cart-index #maincontent .cart-container .cart-summary .title {
    display: block;
    color: #365a6e;
    font-size: 21px;
    font-weight: 700;
    padding-left: 18px;
  }
  .checkout-cart-index #maincontent .cart-container .cart-summary #block-shipping #block-shipping-heading {
    font-size: 14px;
    cursor: pointer;
    color: #365a6e;
    display: flex;
  }
  .checkout-cart-index #maincontent .cart-container .cart-summary #block-shipping #block-shipping-heading:after {
    display: inline-block;
    margin-left: 5px;
    font-size: 32px;
    line-height: 16px;
    color: inherit;
    content: '\e622';
    font-family: 'icons-blank-theme';
  }
  .checkout-cart-index #maincontent .cart-container #block-discount {
    order: 2;
    margin-top: 0;
    display: flex;
    justify-content: center;
  }
  .checkout-cart-index #maincontent .cart-container #block-discount .content {
    width: 100%;
  }
  .checkout-cart-index #maincontent .cart-container #block-discount .content #discount-coupon-form {
    width: 100%;
  }
  .checkout-cart-index #maincontent .cart-container #block-discount .content #discount-coupon-form .fieldset.coupon .field {
    width: 70%;
  }
  .checkout-cart-index #maincontent .cart-container #block-discount .content #discount-coupon-form .fieldset.coupon .field input {
    width: 100%;
  }
  .checkout-cart-index #maincontent .cart-container #block-discount .content #discount-coupon-form .fieldset.coupon .actions-toolbar {
    width: 30%;
  }
  .checkout-cart-index #maincontent .cart-container #block-discount .content #discount-coupon-form .fieldset.coupon .actions-toolbar button.primary {
    width: 100%;
  }
  .checkout-cart-index #maincontent .cart-container .form.form-cart {
    order: 3;
  }
  .checkout-cart-index #maincontent .cart-container .form.form-cart .actions.main {
    justify-content: space-between;
  }
  .checkout-cart-index #maincontent .cart-container .form.form-cart .cart.table-wrapper {
    border: none;
  }
  .cart-container .form-cart .actions.main {
    text-align: center;
  }
  .cart-discount {
    border-bottom: 1px solid #cccccc;
  }
  .cart.table-wrapper {
    border-top: 1px solid #cccccc;
  }
  .cart.table-wrapper thead .col.item,
  .cart.table-wrapper thead .col.qty,
  .cart.table-wrapper thead .col.price,
  .cart.table-wrapper thead .col.subtotal,
  .cart.table-wrapper thead .col.msrp {
    display: none;
  }
  .cart.table-wrapper .col.qty,
  .cart.table-wrapper .col.price,
  .cart.table-wrapper .col.subtotal,
  .cart.table-wrapper .col.msrp {
    box-sizing: border-box;
    display: block;
    float: left;
    white-space: nowrap;
    width: 33%;
  }
  .cart.table-wrapper .col.qty[data-th]:before,
  .cart.table-wrapper .col.price[data-th]:before,
  .cart.table-wrapper .col.subtotal[data-th]:before,
  .cart.table-wrapper .col.msrp[data-th]:before {
    content: attr(data-th);
    display: block;
    font-weight: 600;
    padding-bottom: 10px;
  }
  .cart.table-wrapper .col.msrp {
    white-space: normal;
  }
  .cart.table-wrapper .item .col.item {
    padding-bottom: 0;
  }
  .cart.table-wrapper tbody > tr > td:last-child {
    border: 0;
  }
  .cart-totals {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cart-totals .table-wrapper {
    border-top: 0;
  }
  .cart-totals .totals tbody > tr:not(:last-child) > td:last-child {
    border: 0;
  }
  .cart.table-wrapper .col.price,
  .order-items.table-wrapper .col.price,
  .cart.table-wrapper .col.qty,
  .order-items.table-wrapper .col.qty,
  .cart.table-wrapper .col.subtotal,
  .order-items.table-wrapper .col.subtotal,
  .cart.table-wrapper .col.msrp,
  .order-items.table-wrapper .col.msrp {
    text-align: left;
  }
  .minicart-wrapper .block-minicart {
    width: 315px;
  }
  .minicart-items .product-item > .product {
    padding: 10px 0;
  }
  .minicart-wrapper .block-minicart {
    display: none;
  }
  .minicart-wrapper .block-minicart .subtotal {
    margin: 10px 10px 15px;
  }
  .minicart-wrapper .block-minicart .items-total {
    padding: 10px;
  }
  .minicart-wrapper .mage-dropdown-dialog .block-minicart {
    display: block;
    background: white;
    border: 2px solid #063978;
    box-shadow: 0px 0px 6px rgba(8, 56, 118, 0.39);
    padding-bottom: 0;
  }
  .minicart-wrapper .mage-dropdown-dialog .block-minicart #minicart-content-wrapper {
    color: #063978;
    font-size: 13px;
  }
  .minicart-wrapper .mage-dropdown-dialog .block-minicart #minicart-content-wrapper .minicart-items-wrapper {
    max-height: 190px;
    margin: 0;
    padding: 10px;
  }
  .minicart-items .product-item-details .product-item-name {
    margin-bottom: 0;
  }
  .minicart-items .product-item-details .details-qty {
    flex-direction: column;
    align-items: start;
    position: relative;
    margin-top: 0;
  }
  .minicart-items .product-item-details .details-qty .price-container {
    order: 1;
  }
  .minicart-items .product-item-details .details-qty .quantity {
    order: 2;
    margin: 5px 0 10px 0;
  }
  .minicart-items .product-item-details .details-qty .delete {
    order: 3;
    position: absolute;
    right: 0;
    bottom: 8px;
  }
  .minicart-wrapper {
    margin-top: 10px;
  }
  .minicart-wrapper .counter.qty {
    right: -12px !important;
    min-width: 12px !important;
  }
  .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;
  }
  #checkout-payment-method-load .payment-methods {
    margin: 0;
  }
  .checkout-index-index .conekta-message-content-custom .whatsapp-desktop {
    display: none !important;
  }
  .checkout-index-index .form-discount {
    flex-direction: column;
    gap: 16px;
    margin: 16px 0;
  }
  .checkout-index-index .form-discount .payment-option-inner,
  .checkout-index-index .form-discount .actions-toolbar {
    width: 100%;
  }
  .actions-store {
    flex-direction: column;
  }
  .actions-store .redpack-open-popup-container {
    width: 100%;
    justify-content: space-between;
  }
  .actions-store .redpack-open-popup-container .redpack-open-popup {
    width: 90%;
  }
  .actions-store .redpack-clean-btn-container {
    width: 100%;
  }
  .actions-store .redpack-clean-btn-container .redpack-clean-btn {
    width: 100%;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 2%) / 2);
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item:nth-child(2n + 1) {
    margin-left: 0;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item-photo {
    display: block;
    position: relative;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item-details {
    margin: 0;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item-info {
    text-align: center;
  }
  .braintree-applepay-container-product {
    display: block;
  }
  .braintree-applepay-container-product .braintree-apple-pay-button {
    width: 100%;
  }
  .checkout-index-index .page-header {
    margin-top: 20px;
    margin-bottom: 0;
  }
  .checkout-index-index .page-header .action.nav-toggle {
    display: none !important;
  }
  .checkout-index-index .page-header .logo {
    margin-left: 0 !important;
  }
  .checkout-index-index .column.main #checkout .amcheckout-main-container .amcheckout-column.-main {
    width: 100%;
  }
  .checkout-index-index .column.main #checkout .amcheckout-main-container .amcheckout-column.-sidebar {
    width: 100%;
  }
  .checkout-index-index .column.main #checkout .amcheckout-main-container .amcheckout-column.-sidebar .opc-block-summary .block.items-in-cart .product .product-item-details {
    display: flex;
    flex-direction: column;
    padding-left: 10px;
  }
  .checkout-index-index .column.main #checkout .amcheckout-main-container .amcheckout-column.-sidebar .opc-block-summary .block.items-in-cart .product .product-item-details .product-item-inner {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .checkout-index-index .column.main #checkout .amcheckout-main-container .amcheckout-column.-sidebar .opc-block-summary .block.items-in-cart .product .product-item-details .product.options {
    padding: 0;
  }
  .checkout-index-index .column.main #checkout .amcheckout-main-container .amcheckout-column.-sidebar .opc-block-summary .block.items-in-cart .product .product-item-details .product.options .item-options {
    padding-top: 10px;
  }
  .checkout-index-index .column.main #checkout .amcheckout-main-container .amcheckout-column.-sidebar .opc-block-summary .block.items-in-cart .product .product-item-details .product.options .item-options .label {
    font-weight: 400;
  }
  .checkout-index-index .column.main #checkout .opc-estimated-wrapper .estimated-block {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #365a6e;
    font-size: 15px;
    font-weight: 500;
  }
  .checkout-index-index .column.main #checkout .opc-estimated-wrapper .estimated-block .estimated-label {
    margin: 0;
  }
  .checkout-index-index .column.main #checkout .opc-estimated-wrapper .estimated-block .estimated-price {
    font-weight: bold;
  }
  .checkout-index-index .column.main #checkout .opc-estimated-wrapper .minicart-wrapper {
    display: none;
  }
  .checkout-index-index .action.primary.action-save-address {
    width: 100%;
    margin-bottom: 15px;
  }
  .checkout-index-index .action.secondary.action-hide-popup {
    width: 100%;
  }
  .checkout-index-index .field[name="amastyShippingAttributes.nombre_razonsocial"],
  .checkout-index-index .field[name="amastyShippingAttributes.email"] {
    margin-top: 80px;
  }
  .checkout-index-index .field[name="amastyShippingAttributes.nombre_razonsocial"]:before {
    top: -85px;
  }
  .checkout-index-index .order-attributes .field label.label {
    min-height: 40px;
  }
  .checkout-index-index .order-attributes-form.fieldset.address .constancia-fiscal__disclaimer {
    flex-direction: column;
  }
  .checkout-onepage-success .checkout-success .account .column.main .get-invoice .content {
    flex-direction: column;
    gap: 20px;
  }
  .products-grid.products.wrapper ol.list.product-items li.item.product-item .product-item-info {
    max-width: 240px;
  }
  .products-grid.products.wrapper ol.list.product-items li.item.product-item .product-item-info .product-item-details .product-item-name .product-item-link {
    font-size: 14px !important;
  }
  .products-grid.products.wrapper ol.list.product-items li.item.product-item .product-item-info .product-item-details .product-short-description {
    font-size: 12px;
    margin-top: 1px !important;
    line-height: 1.3;
  }
  .products-grid.products.wrapper ol.list.product-items li.item.product-item .product-item-info .product-item-details .actions-primary {
    width: 100%;
  }
  .products-grid.products.wrapper ol.list.product-items li.item.product-item .product-item-info .product-item-details .actions-primary .box-tocart .fieldset .field.qty {
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
  }
  .products-grid.products.wrapper ol.list.product-items li.item.product-item .product-item-info .product-item-details .actions-primary .box-tocart .fieldset .field.qty .priceperg {
    margin-top: -7px;
    margin-bottom: -7px;
  }
  .products-grid.products.wrapper ol.list.product-items li.item.product-item .product-item-info .product-item-details .actions-primary .box-tocart .fieldset .field.qty .control {
    justify-content: space-evenly;
    order: 2;
  }
  .products-grid.products.wrapper ol.list.product-items li.item.product-item .product-item-info .product-item-details .actions-primary .box-tocart .fieldset .actions .action.primary {
    margin-bottom: 10px;
    width: 100% !important;
  }
  .products-grid.products.wrapper ol.list.product-items li.item.product-item .product-item-info .product-item-details .actions-primary .box-tocart .fieldset .actions .actions-extra a {
    width: 100% !important;
  }
  .products-grid.products.wrapper ol.list.product-items li.item.product-item .product-item-info .product-item-details .actions-primary .box-tocart .fieldset .actions .actions-extra a span {
    font-size: 12px !important;
    font-weight: 500 !important;
  }
  .products-grid.products.wrapper ol.list.product-items li.item.product-item.packs .product-item-info .product-item-details.product.details .product-item-inner .product-item-actions .actions-primary .box-tocart .fieldset .field.qty .priceperg {
    margin-bottom: 0 !important;
  }
  .catalog-product-view .fotorama-stretch,
  .catalog-product-view .fotorama-focus-overlay:after,
  .catalog-product-view .fotorama__stage__shaft,
  .catalog-product-view .fotorama__stage__frame,
  .catalog-product-view .fotorama__html,
  .catalog-product-view .fotorama__video iframe {
    position: relative;
  }
  .catalog-product-view .fotorama--fullscreen .fotorama__stage {
    max-height: unset !important;
  }
  .catalog-product-view .fotorama__wrap .fotorama__stage {
    width: 100% !important;
    max-height: 220px;
    margin: auto;
  }
  .catalog-product-view .fotorama__wrap .fotorama__stage .fotorama__stage__shaft {
    height: auto;
    display: block;
    position: absolute;
    height: 100%;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    justify-content: center;
    bottom: 0;
  }
  .catalog-product-view .fotorama__wrap .fotorama__stage .fotorama__stage__shaft .fotorama__stage__frame {
    width: 100%;
    display: block;
    position: absolute;
    display: flex;
    justify-content: center;
  }
  .catalog-product-view .fotorama__wrap .fotorama__stage .fotorama__stage__shaft .fotorama__stage__frame img {
    display: block;
    transform: unset !important;
    width: auto;
    height: auto;
    max-width: unset;
    position: relative;
    left: unset;
    top: unset;
  }
  .catalog-product-view .fotorama__wrap .fotorama__nav-wrap {
    display: none !important;
  }
  .catalog-product-view .fotorama__wrap .fotorama__arr.fotorama__arr--prev,
  .catalog-product-view .fotorama__wrap .fotorama__arr.fotorama__arr--next {
    display: block !important;
  }
  .catalog-product-view .breadcrumbs {
    padding-top: 10px;
    margin-bottom: 30px;
  }
  .catalog-product-view .breadcrumbs ul {
    min-width: 295px;
    font-size: 11px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .catalog-product-view .static-bottom .mobile {
    display: none;
  }
  .catalog-product-view .column.main {
    padding-top: 0;
  }
  .catalog-product-view .column.main .fotorama__active .fotorama__dot {
    background-color: #063978;
    border-color: #063978;
  }
  .catalog-product-view .column.main .product-info-main {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
  }
  .catalog-product-view .column.main .product-info-main .page-title-wrapper {
    order: 0;
  }
  .catalog-product-view .column.main .product-info-main span.atributo-presentacion {
    display: inline-block;
    width: auto;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .catalog-product-view .column.main .product-info-main .product-info-price {
    order: 1;
    margin-top: 0;
  }
  .catalog-product-view .column.main .product-info-main .product-info-price .price-box .price {
    font-weight: 700 !important;
    font-size: 24px;
    color: #012D74;
  }
  .catalog-product-view .column.main .product-info-main .page-title span {
    color: #8e8e93;
    font-size: 21px;
    font-weight: 400 !important;
    font-family: Roboto !important;
  }
  .catalog-product-view .column.main .product-info-main .product.attribute.overview {
    order: 6;
    margin-top: 10px;
  }
  .catalog-product-view .column.main .product-info-main .etapa {
    order: 1;
  }
  .catalog-product-view .column.main .product-info-main .product-info-stock-sku {
    order: 2;
    margin-top: 10px;
  }
  .catalog-product-view .column.main .product-info-main h2 {
    order: 5;
  }
  .catalog-product-view .column.main .product-info-main .product-reviews-summary {
    order: 4;
    border: none;
  }
  .catalog-product-view .column.main .product-info-main .product-add-form {
    order: 3;
  }
  .catalog-product-view .column.main .product-info-main .product-add-form .product-options-wrapper .field.configurable {
    margin-top: 10px;
  }
  .catalog-product-view .column.main .product-info-main .product-add-form .product-options-wrapper .field.configurable .control {
    width: 100%;
    max-width: 500px;
  }
  .catalog-product-view .column.main .product-info-main .product-add-form .product-options-wrapper .field.configurable .control select {
    padding: 15px 60px 15px 30px;
  }
  .catalog-product-view .column.main .product-info-main .product-add-form .box-tocart {
    width: 100%;
  }
  .catalog-product-view .column.main .product-info-main .product-add-form .box-tocart .fieldset {
    justify-content: flex-start;
  }
  .catalog-product-view .column.main .product-info-main .product-add-form .box-tocart .fieldset .field.qty {
    padding-right: 25px;
  }
  .catalog-product-view .column.main .product-info-main .product-add-form .box-tocart .fieldset .actions {
    width: 100%;
  }
  .catalog-product-view .column.main .product-info-main .product-add-form .box-tocart .fieldset .actions button.primary {
    height: 48px;
  }
  .catalog-product-view .column.main .product-info-main .product-add-form .product-options-bottom {
    align-items: flex-start;
    flex-direction: column;
  }
  .catalog-product-view .column.main .product-info-main .product-add-form .product-options-bottom .social-media-icons {
    flex-direction: row;
    margin-left: 0;
    margin-top: 10px;
    justify-content: flex-start;
    width: 100%;
    padding-bottom: 15px;
    border-bottom: 1px solid #eeeeee;
  }
  .catalog-product-view .column.main .product-info-main .product-add-form .product-options-bottom .social-media-icons span {
    margin-bottom: 0;
    white-space: nowrap;
    display: flex;
    align-items: center;
  }
  .catalog-product-view .column.main .product-info-main .product-add-form .product-options-bottom .social-media-icons .icons-links {
    margin-left: 10px;
  }
  .catalog-product-view .column.main .product-info-main .product-add-form .product-options-bottom .social-media-icons .icons-links a {
    width: auto;
    max-width: 20px;
    margin-right: 20px;
  }
  .catalog-product-view .column.main .product-info-main .product-add-form .product-options-bottom .social-media-icons .icons-links a img {
    width: 100%;
  }
  .catalog-product-view .column.main .fotorama__nav--dots .fotorama__nav__frame--thumb,
  .catalog-product-view .column.main .fotorama__nav--dots .fotorama__thumb-border {
    display: block !important;
  }
  .catalog-product-view .column.main .fotorama__nav__frame.fotorama__nav__frame--thumb {
    display: block !important;
  }
  .catalog-product-view .column.main .fotorama__nav--dots .fotorama__thumb-border {
    display: none !important;
  }
  .catalog-product-view .column.main .fotorama__nav__frame.fotorama__nav__frame--dot {
    display: none !important;
  }
  .catalog-product-view .column.main .fotorama__nav__frame.fotorama__nav__frame--thumb {
    width: 76px !important;
    height: 73px !important;
    margin-left: 0;
    margin-right: 20px;
  }
  .catalog-product-view .column.main .fotorama__nav__frame.fotorama__nav__frame--thumb .fotorama__thumb {
    padding: 10px;
    border-radius: 7px;
    margin-right: 10px;
    background-color: #fafafa;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
  }
  .catalog-product-view .column.main .fotorama__nav__frame.fotorama__nav__frame--thumb .fotorama__thumb img {
    width: 55%;
  }
  .catalog-product-view .column.main .fotorama__nav__shaft {
    margin-bottom: 60px;
    margin-top: 40px;
    width: 100%;
    display: flex;
  }
  .catalog-product-view .column.main .product.info.detailed {
    min-height: 300px;
    position: relative;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .catalog-product-view .column.main .product.data.items {
    float: left;
    -ms-touch-action: auto !important;
    touch-action: auto !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    position: unset;
    margin-top: 0 !important;
  }
  .catalog-product-view .column.main .product.data.items > .item.title {
    margin: 0 -1px 0 0;
    float: left;
    width: auto;
    order: 1;
    padding-bottom: 10px;
    border-bottom: 1px solid #eeeeee;
  }
  .catalog-product-view .column.main .product.data.items > .item.content {
    box-sizing: border-box;
    float: right;
    order: 2;
    float: left;
    width: 100%;
    margin-left: 0;
    margin-top: 10px !important;
    position: absolute;
    left: 0;
    right: 0;
    top: 60px;
    border: none !important;
    height: 80%;
    overflow-y: auto;
  }
  .catalog-product-view .column.main #reviews .block.review-add .fieldset > .field {
    margin: 0 0 10px;
  }
  .catalog-product-view .column.main #reviews .block.review-add .fieldset .review-legend.legend {
    margin-bottom: 10px;
  }
  .catalog-product-view .column.main #reviews .block.review-add .fieldset {
    margin: 0 0 10px;
  }
  .catalog-product-view .column.main .product.info.detailed .product.attribute.description .value {
    line-height: 28px;
  }
  .catalog-product-view .showForm {
    justify-content: center;
  }
  .catalog-product-view .showForm span {
    width: 100%;
    justify-content: center;
  }
  .catalog-product-view .block.review-add {
    width: 90%;
    height: 95vh;
    overflow-y: auto;
    padding-bottom: 30px !important;
  }
  .catalog-product-view .block.review-add .block-title .logo-modal {
    height: 40px;
    width: 120px;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: 120px !important;
  }
  .catalog-product-view .block.review-add .block-title .action-close {
    height: 15px;
    width: 15px;
    background-size: 15px !important;
  }
  .catalog-product-view .block.review-add .block-content .review-form .review-field-ratings {
    min-height: 60px;
    margin-bottom: 8px;
  }
  .catalog-product-view .block.review-add .block-content .review-form .review-field-ratings #product-review-table {
    height: 44px;
  }
  .catalog-product-view .block.review-add .block-content .review-form .review-field-ratings .control .review-control-vote:before {
    height: 44px;
    width: 200px;
    background-size: 200px !important;
  }
  .catalog-product-view .block.review-add .block-content .review-form .review-field-ratings .control .review-control-vote label:before {
    height: 44px;
    width: 200px;
    background-size: 200px !important;
  }
  .catalog-product-view .block.review-add .block-content .review-form .review-field-ratings .control .review-control-vote label.rating-1:before {
    width: 40px;
  }
  .catalog-product-view .block.review-add .block-content .review-form .review-field-ratings .control .review-control-vote label.rating-2:before {
    width: 80px;
  }
  .catalog-product-view .block.review-add .block-content .review-form .review-field-ratings .control .review-control-vote label.rating-3:before {
    width: 120px;
  }
  .catalog-product-view .block.review-add .block-content .review-form .review-field-ratings .control .review-control-vote label.rating-4:before {
    width: 160px;
  }
  .catalog-product-view .block.review-add .block-content .review-form .review-field-ratings .control .review-control-vote label.rating-5:before {
    width: 200px;
  }
  .catalog-product-view .block.review-add .block-content .review-form .review-field-ratings {
    min-height: 62px;
  }
  .catalog-product-view .block.review-add .block-content .review-form .review-field-nickname,
  .catalog-product-view .block.review-add .block-content .review-form .review-field-summary {
    min-height: 84px;
  }
  .catalog-product-view .block.review-add .block-content .review-form .review-field-text {
    min-height: 159px;
  }
  .catalog-product-view .block.review-add .block-content .review-form-actions {
    margin-left: 0 !important;
  }
  .catalog-product-view .block.review-add .block-content .review-form-actions .actions-primary {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .catalog-product-view .block.review-add .block-content .review-form-actions .actions-primary button.primary {
    margin: 0;
    width: 100%;
    margin-bottom: 14px;
  }
  .catalog-product-view .block.review-add .block-content .review-form-actions .actions-primary div.secondary {
    width: auto;
  }
  .catalog-product-view .review-title {
    margin: 2px 0 15px 0 !important;
  }
  .catalog-product-view .reviews-actions .action.add {
    display: none;
  }
  .catalog-category-view .filtros-padecimientos {
    position: relative;
    margin: 0 -15px;
  }
  .catalog-category-view .filtros-padecimientos h3 {
    font-size: 20px;
  }
  .catalog-category-view .filtros-padecimientos ul {
    -ms-touch-action: auto !important;
    touch-action: auto !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
    padding-bottom: 0;
    margin-bottom: 0;
    position: relative;
    background-color: #fff;
    padding-top: 13px;
    padding-bottom: 13px;
    padding-right: 60px;
    box-sizing: border-box;
    padding-left: 20px;
  }
  .catalog-category-view .filtros-padecimientos ul li {
    margin-bottom: 0px;
    background-color: #fff;
  }
  .catalog-category-view .filtros-padecimientos ul li a img {
    display: none;
  }
  .catalog-category-view .filtros-padecimientos h3 {
    width: 100%;
    text-align: center;
  }
  .catalog-category-view .filtros-padecimientos.new {
    flex-direction: column;
    padding: 0 15px;
    align-items: flex-start;
  }
  .catalog-category-view .filtros-padecimientos.new .filter-button {
    display: flex;
    justify-content: space-between;
    width: 80%;
    margin: auto;
    border: 1px solid #ccc;
    border-radius: 21px;
    padding: 10px 20px;
    box-sizing: border-box;
    font-size: 16px;
    margin-bottom: 40px;
    color: #073979;
  }
  .catalog-category-view .filtros-padecimientos.new .filter-button:after {
    content: '';
    background-size: 10px 10px !important;
    height: 10px;
    width: 10px;
    background: url(../../frontend/Ecloud/novamil/es_MX/images/arrow-down.png) no-repeat center;
    display: block;
    margin-top: 3px;
    margin-left: 5px;
    background-color: white;
    padding: 4px;
    border-radius: 50%;
    transition: .3s;
  }
  .catalog-category-view .filtros-padecimientos.new .filter-button.active {
    margin-bottom: 0;
  }
  .catalog-category-view .filtros-padecimientos.new .filter-button.active:after {
    transform: rotate(180deg);
  }
  .catalog-category-view .filtros-padecimientos.new > ul {
    width: 80%;
    display: none;
    margin: auto;
    padding: 10px;
    box-sizing: border-box;
  }
  .catalog-category-view .filtros-padecimientos.new > ul.active {
    display: block;
    margin-bottom: 40px;
    box-shadow: 0px 5px 2px #d7d7d7;
  }
  .catalog-category-view .filtros-padecimientos.new li {
    width: 100%;
    justify-content: flex-start;
    border-bottom: 1px solid #ccc;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
  .catalog-category-view .filtros-padecimientos.new li h3 {
    display: flex;
    justify-content: flex-start;
    width: 100%;
  }
  .catalog-category-view .filtros-padecimientos.new li h3 a {
    border: none;
    box-shadow: none !important;
    min-height: unset;
    padding: 10px;
    display: flex;
    justify-content: flex-start;
    width: 100%;
  }
  .catalog-category-view .filtros-padecimientos.new li h3 a.btn-productos {
    padding: 10px;
  }
  .catalog-category-view .filtros-padecimientos.new li h3 a.active {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .catalog-category-view .filtros-padecimientos.new li.etapas {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .catalog-category-view .filtros-padecimientos.new li.etapas > h3 a {
    display: flex;
    justify-content: space-between;
  }
  .catalog-category-view .filtros-padecimientos.new li.etapas .etapas-dropdown {
    position: relative;
    left: unset;
    top: unset;
    padding: 0;
    margin-top: 0;
    justify-content: flex-start;
    box-shadow: none;
    border: none;
    padding-left: 20px;
  }
  .catalog-category-view .filtros-padecimientos.new li.etapas .etapas-dropdown li {
    justify-content: flex-start;
    border: none;
  }
  .catalog-category-view .filtros-padecimientos.new li:last-child {
    border-bottom: none;
  }
  .catalog-category-view .filtros-padecimientos.new.etapas > h3 {
    width: 100%;
  }
  .catalog-category-view .filtros-padecimientos.new.etapas > h3 a {
    display: flex;
    width: 100%;
    justify-content: space-between;
  }
  .seccion-preparacion {
    padding: 0;
  }
  .seccion-preparacion h2 {
    font-size: 24px;
  }
  .seccion-preparacion .mobile {
    display: block;
  }
  .seccion-preparacion .desktop {
    display: none;
  }
  .seccion-preparacion ul {
    padding: 20px 0 0 0;
  }
  .seccion-preparacion ul li {
    flex-direction: column;
    margin-bottom: 20px;
  }
  .seccion-preparacion ul li i {
    margin-bottom: 20px;
  }
  .catalog-category-view .products-grid.products.wrapper ol.list.product-items li.item.product-item,
  .catalogsearch-result-index .products-grid.products.wrapper ol.list.product-items li.item.product-item {
    width: calc(80%) !important;
  }
  #password-strength-meter {
    max-width: 100% !important;
  }
  .customer-account-forgotpassword .form.password.forget .actions-toolbar,
  .customer-account-create .form-create-account .actions-toolbar {
    flex-direction: column;
  }
  .customer-account-forgotpassword .form.password.forget .actions-toolbar .secondary,
  .customer-account-create .form-create-account .actions-toolbar .secondary {
    margin-top: 20px;
  }
  .customer-account-login {
    margin-top: 120px;
  }
  .customer-account-login.medicos .page-wrapper {
    background: white !important;
  }
  .customer-account-login.medicos .page-wrapper .columns {
    padding-top: 0px !important;
  }
  .customer-account-login.medicos .page-wrapper .columns .column.main .login-container {
    display: flex !important;
    flex-direction: column !important;
  }
  .customer-account-login.medicos .page-wrapper .columns .column.main .login-container .block-customer-login,
  .customer-account-login.medicos .page-wrapper .columns .column.main .login-container .block-new-customer {
    width: 100% !important;
  }
  .customer-account-login.medicos .page-wrapper .columns .column.main .login-container .block-customer-login .block-content,
  .customer-account-login.medicos .page-wrapper .columns .column.main .login-container .block-new-customer .block-content {
    max-width: 92% !important;
    width: 92% !important;
  }
  .customer-account-login.medicos .page-wrapper .columns .column.main .login-container .block-customer-login .block-content .title-login,
  .customer-account-login.medicos .page-wrapper .columns .column.main .login-container .block-new-customer .block-content .title-login {
    width: auto !important;
    margin-bottom: 30px !important;
  }
  .customer-account-login.medicos .page-wrapper .columns .column.main .login-container .block-new-customer {
    margin-top: 20px !important;
  }
  .customer-account-login.medicos .page-wrapper .columns .column.main .login-container .block-new-customer .block-content .actions-title {
    display: flex;
    flex-direction: column-reverse;
    margin-top: 10px;
  }
  .customer-account-login.medicos .page-wrapper .columns .column.main .login-container .block-new-customer .block-content .actions-title img {
    width: 50px;
    border-radius: 10px;
    padding: 10px !important;
    margin: auto;
    margin-bottom: 15px;
  }
  .customer-account-login.medicos .page-wrapper .columns .column.main .login-container .block-new-customer .block-content .actions-title p {
    padding: 0px;
    font-size: 14px;
    font-weight: 500;
    max-width: 300px;
  }
  .customer-account-login .page-title-wrapper h1.page-title {
    font-size: 20px;
  }
  .customer-account-login .column.main {
    padding-top: 20px;
  }
  .customer-account-login .login-container .block-content .actions-toolbar .primary {
    justify-content: center;
  }
  .customer-account-login .login-container .field.choice[data-bind="scope: 'showPassword'"] {
    margin: -20px 0 20px 0;
  }
  .customer-account-login .block-new-customer .actions-toolbar .primary {
    justify-content: center;
    margin-bottom: 0;
  }
  .customer-account-create h1.page-title {
    font-size: 24px !important;
  }
  .customer-account-create .form-create-account .actions-toolbar .primary {
    width: 100%;
  }
  .customer-account-create .form-create-account .actions-toolbar .primary .action.submit.primary {
    width: 100%;
  }
  .customer-account-create .form-create-account .actions-toolbar .secondary .action.back {
    display: flex;
    justify-content: center;
  }
  .control.captcha-image {
    display: flex;
    align-items: center;
  }
  .control.captcha-image button {
    margin-left: 20px;
  }
  .account {
    padding: 0;
  }
  .account .block-collapsible-nav {
    top: 2px;
  }
  .account .block-collapsible-nav .content {
    background: #fff !important;
    box-shadow: 0 22px 37px -12px #000000;
  }
  .account #my-orders-table td.col.actions {
    text-align: left;
    width: 100%;
    float: left;
  }
  .account #my-orders-table td.col.actions::before {
    width: 100%;
    padding: 0 0 10px 0px;
  }
  .account.customer-address-index #maincontent .column.main .actions-toolbar {
    float: left;
  }
  .account.customer-address-index #maincontent .column.main .actions-toolbar .primary button {
    height: 55px !important;
  }
  .account #maincontent {
    padding-top: 70px;
  }
  .account #maincontent .column.main {
    padding-top: 0;
  }
  .account #maincontent form .fieldset {
    max-width: unset;
    margin-bottom: 0;
  }
  .account #maincontent form .actions-toolbar {
    flex-direction: column;
  }
  .account #maincontent form .actions-toolbar .secondary {
    display: flex;
  }
  .account #maincontent form .actions-toolbar .secondary a {
    margin-right: 0 !important;
  }
  .account #maincontent .block {
    float: left;
    margin-bottom: 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .account #maincontent .block.block-dashboard-info .block-content {
    display: flex;
    flex-wrap: wrap;
  }
  .account #maincontent .block.block-dashboard-info .block-content .box {
    width: 100%;
  }
  .account #maincontent .block.block-dashboard-orders .table-order-items tbody tr td.col.actions {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
  }
  .account #maincontent .block.block-dashboard-orders .table-order-items tbody tr td.col.actions a {
    margin-top: 10px;
  }
  .account #maincontent .block .box.box-newsletter {
    margin-top: 30px;
    float: left;
  }
  .account #maincontent .block .box.box-billing-address,
  .account #maincontent .block .box.box-shipping-address {
    float: left;
  }
  .account #maincontent .block .block-title {
    float: left;
  }
  .account #maincontent .block .block-title strong {
    width: 100%;
    float: left;
  }
  .account #maincontent .block .block-title a {
    float: left !important;
    margin: 0 !important;
  }
  .account #maincontent .order-details-items.attachments {
    display: table;
    width: 100%;
  }
  .nav-sections-item-content {
    margin-top: 0;
  }
  .faqs-container {
    flex-direction: column;
  }
  #whatsapp-general a .txt_wpp {
    display: none !important;
  }
  #whatsapp-general a .icon_wpp {
    width: 55px;
    height: 55px;
  }
  #whatsapp-general a .icon_wpp i {
    font-size: 25px;
  }
  .amgdprcookie-modal-container.modal-popup.modal-slide .modal-inner-wrap .action-close {
    box-shadow: none;
    margin-right: 7px !important;
  }
  .amgdprcookie-modal-container.modal-popup.modal-slide .modal-inner-wrap #amgdprcookie-form .amgdprcookie-groups-container .amgdprcookie-cookie-container.-modal:last-child {
    margin-bottom: 80px !important;
  }
  .amgdprcookie-modal-container.modal-popup.modal-slide .modal-inner-wrap #amgdprcookie-form .amgdprcookie-groups-container .amgdprcookie-cookie-container .amgdprcookie-header {
    width: 100%;
    margin-top: 20px;
    float: left;
  }
  .amgdprcookie-modal-container.modal-popup.modal-slide .modal-inner-wrap #amgdprcookie-form .amgdprcookie-policy-container .amgdprcookie-text-container {
    margin-bottom: 10px;
  }
  .amgdprcookie-bar-container {
    padding: 12px;
  }
  .amgdprcookie-bar-container .amgdprcookie-bar-block {
    flex-direction: column;
  }
  .amgdprcookie-bar-container .amgdprcookie-bar-block .amgdprcookie-policy {
    margin: 0 !important;
  }
  .amgdprcookie-bar-container .amgdprcookie-bar-block .amgdprcookie-buttons-block {
    margin-top: 10px;
  }
  .nav-before-open body {
    overflow: unset;
    overflow-x: hidden;
    height: auto;
    width: auto;
  }
  .nav-before-open body .sections.nav-sections {
    box-shadow: none;
    border-right: 3px solid #333333;
    z-index: 9999999999;
  }
  .nav-before-open body .sections.nav-sections .section-items .section-item-content {
    display: none;
  }
  .nav-before-open body .sections.nav-sections .section-items .section-item-content .navigation {
    display: none;
  }
  .nav-before-open body .sections.nav-sections .section-items .section-item-content:first-child {
    display: flex;
  }
  .sections.nav-sections {
    background: white;
  }
  .sections.nav-sections .nav-sections-item-content {
    margin-top: 0;
    display: flex;
    flex-direction: column;
  }
  .sections.nav-sections .logo {
    width: 100%;
    display: flex;
    justify-content: center;
    max-width: unset;
    margin: 0;
    margin-bottom: 20px;
  }
  .sections.nav-sections .extra-links {
    margin-top: 40px;
  }
  .sections.nav-sections .extra-links .links.wrapper {
    display: flex;
    flex-direction: column;
  }
  .sections.nav-sections .extra-links .links.wrapper li {
    display: inline-block;
    text-align: left;
    padding-left: 60px;
    line-height: 2;
    padding-bottom: 10px;
    padding-top: 10px;
    border-bottom: 1px solid white;
  }
  .sections.nav-sections .extra-links .links.wrapper li a {
    font-size: 16px;
    font-weight: 500;
    color: #002c79;
  }
  .sections.nav-sections .extra-links .links.wrapper li.btn {
    border: none !important;
    display: flex;
    justify-content: center;
  }
  .sections.nav-sections .extra-links .links.wrapper li.btn a {
    width: 129px;
    height: 36px;
    border-radius: 18px;
    background-color: #a5e1df;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
  }
  .sections.nav-sections .extra-links .links.wrapper li ul.dropdown {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
  }
  .sections.nav-sections .extra-links .links.wrapper li ul.dropdown li {
    padding-left: 20px;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 5px;
  }
  .sections.nav-sections .extra-links .links.wrapper li ul.dropdown li a {
    font-size: 14px;
  }
  .sections.nav-sections .extra-links .links.wrapper li ul.dropdown li:first-child {
    padding-top: 5px;
  }
  .sections.nav-sections .my-account ul {
    margin-top: 20px;
    padding: 0;
  }
  .sections.nav-sections .my-account ul li {
    text-align: center;
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .sections.nav-sections .my-account ul li a {
    color: white;
    font-size: 16px;
    font-weight: 500;
  }
  .header.content {
    justify-content: space-around;
  }
  .header.content .links.wrapper {
    display: none;
  }
  .header.content .panel.myaccount {
    position: relative;
  }
  .header.content .panel.myaccount .icon-account {
    display: flex;
  }
  .header.content .panel.myaccount ul {
    display: none;
  }
  .header.content .panel.myaccount ul.active {
    display: block;
    position: absolute;
    padding: 0;
    background: white;
    box-shadow: 1px 1px black;
    box-shadow: 0px 2px 7px #A5A5A5;
    right: -10px;
    margin: 0;
    top: 35px;
    padding: 10px 5px;
    width: 100px;
    list-style: none;
  }
  .header.content .panel.myaccount ul.active:before,
  .header.content .panel.myaccount ul.active:after {
    border-bottom-style: solid;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    width: 0;
  }
  .header.content .panel.myaccount ul.active:before {
    border: 6px solid;
    border-color: transparent transparent #ffffff transparent;
    z-index: 99;
    right: 2px;
    top: -12px;
  }
  .header.content .panel.myaccount ul.active:after {
    border: 7px solid;
    border-color: transparent transparent #bbbbbb transparent;
    z-index: 98;
    right: 0px;
    top: -14px;
  }
  .header.content .panel.myaccount ul li {
    margin-bottom: 0;
    margin-top: 10px;
  }
  .header.content .panel.myaccount ul li:first-child {
    margin-bottom: 0;
    margin-top: 0;
  }
  .header.content .panel.myaccount ul li a {
    color: #5d8397;
    font-weight: 500;
  }
  .page-header {
    background: white;
    padding: 0;
    border-bottom: none;
    z-index: 900;
    padding-bottom: 15px;
    padding: 18px 0 12px;
  }
  .page-header.scrolling {
    transform: translateY(0px);
    box-shadow: 0px 2px 7px #A5A5A5;
  }
  .page-header .panel.wrapper .action.skip.contentarea {
    display: none;
  }
  .page-header .panel.wrapper .panel.header {
    padding: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .page-header .panel.wrapper .panel.header .paneltop {
    background-color: #ebf9f5;
    border-bottom: none;
    height: 40px;
    min-height: 40px;
    margin: 0 0 ;
    display: flex;
    position: relative;
    width: 100vw;
    justify-content: center;
    margin-top: -18px;
    margin-bottom: 15px;
  }
  .page-header .panel.wrapper .panel.header .paneltop p {
    margin: 0;
    color: #365a6e;
    font-size: 11px;
    font-weight: 400;
    font-family: DINosaur-bold;
    display: flex;
    align-items: center;
  }
  .page-header .panel.wrapper .panel.header .paneltop p.enviosfree {
    display: flex;
    align-items: center;
  }
  .page-header .panel.wrapper .panel.header .paneltop p.enviosfree:before {
    display: block;
    content: '';
    width: 20px;
    height: 18px;
    background: url('../../frontend/Ecloud/novamil/es_MX/images/freeshipping.png');
    background-size: cover;
    display: inline-block;
    font-size: 0;
    margin-right: 10px;
  }
  .page-header .header.content {
    padding: 0 15px;
    display: block;
  }
  .page-header .header.content .action.nav-toggle {
    position: relative;
    left: 0;
    top: 1px;
    display: flex;
    align-items: center;
    float: left;
  }
  .page-header .header.content .action.nav-toggle:before {
    content: '';
    width: 27px;
    height: 22px;
    background: url('../../frontend/Ecloud/novamil/es_MX/images/menu-toggle.svg');
    background-size: cover;
    display: inline-block;
    font-size: 0;
  }
  .page-header .header.content .action.nav-toggle:after {
    background: rgba(0, 0, 0, 0);
    content: '';
    display: block;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: -10000;
    pointer-events: none;
    transition: .3s;
  }
  .page-header .header.content .block-search .label.active + .control input {
    position: absolute;
    left: 0;
    right: 0;
    height: 53px;
    width: 90%;
    top: 55px;
    margin: auto;
    border-radius: 27px;
    border: 1px solid #eeeeee;
    background-color: #f6fafb;
    outline: none;
    box-shadow: none;
    padding-right: 60px;
    box-shadow: 0px 4px 3px 0px #0938774a;
  }
  .page-header .header.content .block-search {
    margin-top: 0;
  }
  .page-header .header.content .block-search .block-content .field.search label:before {
    content: '';
    width: 20px;
    height: 20px;
    background: url(../../frontend/Ecloud/novamil/es_MX/images/search.svg);
    background-size: cover;
    display: inline-block;
    font-size: 0;
  }
  .page-header .header.content .block-search .block-content .field.search .control {
    border: none;
  }
  .page-header .header.content .block-search .block-content .form.minisearch.active .actions button {
    position: absolute;
    top: 65px;
    right: 25px;
    padding: 0;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #fdbf87;
    opacity: 1;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .page-header .header.content .block-search .block-content .form.minisearch.active .actions button span {
    display: none;
  }
  .page-header .header.content .block-search .block-content .form.minisearch.active .actions button:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: white;
    font-size: 17px;
    line-height: inherit;
    content: '\e615';
    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 .header.content .block-search .block-content .form.minisearch #search_autocomplete {
    display: none !important;
  }
  .page-header .header.content .logo {
    margin: 0;
    display: flex;
    max-width: 125px;
    max-height: 25px;
  }
  .page-header .header.content .logo img {
    height: auto;
  }
  .page-header .header.content .minicart-wrapper {
    margin-top: -5px;
    display: flex;
    align-items: center;
  }
  .page-header .header.content .minicart-wrapper .block-minicart {
    right: -15px;
    top: 150%;
    padding: 0;
  }
  .page-header .header.content .minicart-wrapper .action.showcart:before {
    content: '';
    width: 24px;
    height: 20px;
    background: url('../../frontend/Ecloud/novamil/es_MX/images/minicart.svg');
    background-size: cover;
    display: inline-block;
    font-size: 0;
  }
  .page-header .header.content .panel.myaccount {
    float: right;
    margin-right: 0px;
  }
  .page-header .header.content:before,
  .page-header .header.content:after {
    display: none;
  }
  .nav-open .page-header.scrolling {
    transform: unset;
  }
  .nav-open .nav-toggle:after {
    background: rgba(0, 0, 0, 0.7) !important;
    pointer-events: all !important;
  }
  .block.newsletter {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  .block.newsletter .title {
    display: flex;
    width: 100%;
    justify-content: center;
  }
  .block.newsletter .title strong {
    font-size: 34px;
    font-weight: 700;
    color: #002c7b;
    font-family: 'DINosaur-Bold';
  }
  .block.newsletter .content {
    width: 100vw;
    position: relative;
    left: 0;
    right: 0;
    margin-left: -15px;
    margin-right: -15px;
    box-shadow: 0 10px 37px rgba(123, 117, 117, 0.1);
    border-radius: 5px;
    background-color: #ffffff;
    padding: 30px 10px;
  }
  .block.newsletter .content .form.subscribe {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 0;
    width: 100%;
  }
  .block.newsletter .content .form.subscribe .field.newsletter {
    width: 100%;
  }
  .block.newsletter .content .form.subscribe .field.newsletter .control {
    width: 100%;
  }
  .block.newsletter .content .form.subscribe .field.newsletter .control:before {
    display: none;
  }
  .block.newsletter .content .form.subscribe #newsletter {
    padding-left: 20px;
    width: 100%;
    height: 60px;
    border-radius: 30px;
    border: 1px solid #d1dbe3;
    background-color: #ffffff;
    margin-top: 0;
    box-shadow: none;
    margin-right: 0;
    font-weight: 300;
    padding-right: 70px;
    font-size: 14px;
  }
  .block.newsletter .content .form.subscribe #newsletter::placeholder {
    color: #9dafbd;
  }
  .block.newsletter .content .form.subscribe .actions {
    position: absolute;
    width: auto;
    right: 8px;
    top: 6px;
  }
  .block.newsletter .content .form.subscribe .actions button {
    width: 48px;
    height: 48px;
    box-shadow: 0 6px 14px rgba(232, 226, 226, 0.5);
    border-radius: 50%;
    background-color: #fdbe87;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    border: none;
    position: relative;
  }
  .block.newsletter .content .form.subscribe .actions button span {
    display: none;
  }
  .block.newsletter .content .form.subscribe .actions button:after {
    content: '';
    width: 22px;
    height: 19px;
    background: url('../../frontend/Ecloud/novamil/es_MX/images/send.png');
    background-size: cover;
    display: inline-block;
    position: absolute;
    bottom: 10px;
    left: 10px;
  }
  .block.newsletter .content .form.subscribe .label {
    display: none;
  }
  .footer.content {
    padding-bottom: 0;
    border: 0;
  }
  .footer-leyend p {
    width: 90%;
    margin: auto;
  }
  .footer-info .desktop {
    display: none;
  }
  .footer-info .mobile {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .footer-info .mobile p {
    color: #627a86;
    font-size: 13px;
    font-weight: 400;
    line-height: 22px;
    margin-top: 30px;
    margin-bottom: 50px;
    max-width: 250px;
  }
  .footer-info .mobile .redes {
    padding-bottom: 30px;
    border-bottom: 1px solid #eeeeee;
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 30px 0;
  }
  .footer-info .mobile .redes ul {
    display: flex;
  }
  .footer-info .mobile .redes ul li {
    margin-right: 10px;
  }
  .footer-info .mobile .redes ul li:last-child {
    margin-right: 0;
  }
  .footer-info .mobile .redes ul li a {
    width: 35px;
    height: 35px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
  }
  .footer-info .mobile .redes ul li a picture {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .footer-info .mobile .redes ul li a picture img {
    height: 20px;
    width: auto;
  }
  .footer-info .mobile .redes ul li a img {
    height: 50%;
  }
  .footer-info .mobile .redes ul li a.fb {
    background-color: #007aff;
  }
  .footer-info .mobile .redes ul li a.yt {
    background-color: #ff2d55;
  }
  .footer-info .mobile .redes ul li a.ig {
    background-color: #ad56d6;
  }
  .footer-links .column.left {
    display: none;
  }
  .footer-links .column ul li {
    padding-bottom: 15px;
    display: flex;
    justify-content: center;
  }
  .footer-links .column ul li.mobile {
    display: flex;
  }
  .footer-links .column ul li.mobile a {
    font-weight: 700;
  }
  .footer-links .column.right ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
  }
  .footer .copyright {
    margin-top: 10px;
    height: 40px;
    background-color: #ebf9f5;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vw;
    position: relative;
    left: 0;
    right: 0;
    margin-left: -15px;
    margin-right: -15px;
  }
  .footer .copyright p {
    font-weight: 400;
    color: #365a6e;
  }
  body {
    margin-top: 120px;
  }
  body.has_toppanel {
    margin-top: 90px;
  }
  .login-modals {
    width: 100%;
    left: 0 !important;
  }
  .login-modals .modal-content {
    padding: 10px;
  }
  .login-modals .modal-inner-wrap {
    width: 80% !important;
    height: 360px !important;
    position: absolute !important;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto !important;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
  }
  .login-modals .modal-inner-wrap .popup-content {
    padding-top: 20px !important;
    padding-left: 10px;
    padding-right: 10px;
  }
  .login-modals .modal-inner-wrap .popup-content img {
    max-width: 145px;
    width: auto !important;
  }
  .login-modals .modal-inner-wrap .popup-content h3 {
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 40px;
  }
  .login-modals .modal-inner-wrap .popup-content p {
    line-height: 23px;
    font-size: 15px;
    margin-bottom: 25px;
  }
  .login-modals .modal-inner-wrap .popup-content .buttons {
    flex-direction: column;
    margin-top: 10px !important;
  }
  .login-modals .modal-inner-wrap .popup-content .buttons a {
    width: 100%;
    height: 40px !important;
  }
  .login-modals .modal-inner-wrap .popup-content .toolbar {
    flex-direction: column;
    margin-top: 0 !important;
  }
  .login-modals .modal-inner-wrap .popup-content .close.text {
    display: none;
  }
  .checkout-index-index .msg-shipping-mobile {
    display: block !important;
  }
  .cms-no-route .destacados-pack .owl-nav .owl-prev,
  .catalogsearch-result-index .destacados-pack .owl-nav .owl-prev,
  .cms-no-route .destacados-pack .owl-nav .owl-next,
  .catalogsearch-result-index .destacados-pack .owl-nav .owl-next {
    margin: 0 15px;
  }
  .cms-no-route .destacados-pack .actions-extra a,
  .catalogsearch-result-index .destacados-pack .actions-extra a {
    width: 100% !important;
  }
  .mpblog-post-index .page-title,
  .mpblog-category-view .page-title {
    display: none;
  }
  .mpblog-post-index .block-blog-related h2,
  .mpblog-category-view .block-blog-related h2 {
    margin-bottom: 0px;
  }
  .mpblog-post-index .mpblog-search,
  .mpblog-category-view .mpblog-search {
    max-width: 570px;
    margin: auto;
    margin-bottom: 40px;
  }
  .mpblog-post-index .mpblog-search #mpblog-search-box,
  .mpblog-category-view .mpblog-search #mpblog-search-box {
    border-radius: 27px;
    border: 1px solid #eeeeee;
    background-color: #f6fafb;
    height: 40px;
    outline: none;
    font-size: 14px;
    box-shadow: none;
    transition: .3s;
  }
  .mpblog-post-index .mpblog-search #mpblog-search-box::placeholder,
  .mpblog-category-view .mpblog-search #mpblog-search-box::placeholder {
    color: #9dafbd !important;
    font-size: 14px !important;
  }
  .mpblog-post-index .mpblog-search #mpblog-search-box:focus,
  .mpblog-category-view .mpblog-search #mpblog-search-box:focus {
    box-shadow: 0 6px 13px #e6e3e3;
  }
  .mpblog-post-index .mpblog-search .actions,
  .mpblog-category-view .mpblog-search .actions {
    float: right;
  }
  .mpblog-post-index .mpblog-search .actions .action.search,
  .mpblog-category-view .mpblog-search .actions .action.search {
    top: 0;
    bottom: 0;
    margin: auto;
    width: 30px;
    height: 30px;
    background-color: #fdbf87 !important;
    border-radius: 50%;
  }
  .mpblog-post-index .mpblog-search .actions .action.search i,
  .mpblog-category-view .mpblog-search .actions .action.search i {
    margin-top: 0 !important;
  }
  .mpblog-post-index .mpblog-search .actions .action.search i:before,
  .mpblog-category-view .mpblog-search .actions .action.search i:before {
    color: white;
    font-size: 14px;
  }
  .mpblog-post-index #maincontent,
  .mpblog-category-view #maincontent {
    padding-top: 80px;
  }
  .mpblog-post-index .sidebar-main,
  .mpblog-category-view .sidebar-main {
    float: left;
    width: 100%;
  }
  .mpblog-post-index .sidebar-main .product.info.detailed,
  .mpblog-category-view .sidebar-main .product.info.detailed {
    float: left;
    width: 100%;
  }
  .mpblog-post-index .post-list-body,
  .mpblog-category-view .post-list-body {
    margin-bottom: 20px;
  }
  .mpblog-post-index .mpblog-search,
  .mpblog-category-view .mpblog-search {
    width: 100%;
    padding: 0;
    float: left;
  }
  .mpblog-post-index .mpblog-search .field.search,
  .mpblog-category-view .mpblog-search .field.search {
    padding: 0 10px;
  }
  .mpblog-post-index .mpblog-search .actions button,
  .mpblog-category-view .mpblog-search .actions button {
    right: 20px;
  }
  .cms-padecimientos .mpblog-search {
    margin-top: 60px;
  }
  .at-share-dock.atss {
    box-shadow: none !important;
  }
  .mpblog-post-view .page-title {
    display: none;
  }
  .mp-blog-view {
    padding: 20px 0;
  }
  .mp-blog-view #maincontent {
    padding-top: 80px;
  }
  .mp-blog-view .block-blog-related h2 {
    margin-bottom: 0 !important;
    display: flex;
    justify-content: center;
  }
  .mp-blog-view .about-admin h2 {
    margin-bottom: 40px !important;
  }
  .mp-blog-view .about-admin .related-content-container {
    display: flex;
    justify-content: center;
  }
  .mp-blog-view .about-admin .related-content-container .author-content-information {
    width: auto;
    display: flex;
    align-items: center;
  }
}
@media only screen and (max-width: 1023px) and (min-width: 601px) {
  .slider-placeholder .mobile,
  #container-slider .mobile,
  .m-slider .mobile {
    display: none;
  }
}
@media only screen and (max-width: 1023px) and (max-width: 600px) {
  .slider-placeholder .desktop,
  #container-slider .desktop,
  .m-slider .desktop {
    display: none;
  }
}
@media only screen and (max-width: 1023px) and (min-width: 601px) {
  .slider-placeholder .slider-texts .container,
  #container-slider .slider-texts .container,
  .m-slider .slider-texts .container {
    max-width: 60%;
    padding-left: 2vw;
  }
}
@media only screen and (max-width: 1023px) and (min-width: 601px) {
  .slider-placeholder .slider-texts h2,
  #container-slider .slider-texts h2,
  .m-slider .slider-texts h2 {
    margin: 8.3vw 0 0 7.5vw;
    font-size: 2.8vw;
  }
}
@media only screen and (max-width: 1023px) and (min-width: 601px) {
  .slider-placeholder .slider-texts h3,
  #container-slider .slider-texts h3,
  .m-slider .slider-texts h3 {
    font-size: 3vw;
    margin-left: 7.5vw;
  }
}
@media only screen and (max-width: 1023px) and (min-width: 601px) {
  .slider-placeholder .slider-texts h4,
  #container-slider .slider-texts h4,
  .m-slider .slider-texts h4 {
    font-size: 1.2vw;
    margin: 2.2vw 0 0 7.5vw;
  }
}
@media only screen and (max-width: 1023px) and (min-width: 601px) {
  .slider-placeholder .slider-texts button.fake-btn,
  #container-slider .slider-texts button.fake-btn,
  .m-slider .slider-texts button.fake-btn {
    padding: 1vw 3vw;
    font-size: 1.5vw;
    margin: 0.7vw 0 0 7.5vw;
  }
}
@media only screen and (max-width: 1023px) {
  .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 #cccccc;
    border-top: 1px solid #cccccc;
    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 {
    text-align: center;
  }
  .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;
  }
  .navigation {
    padding: 0;
  }
  .navigation .parent .level-top {
    display: block;
    text-decoration: none;
    position: relative;
  }
  .navigation .parent .level-top:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 42px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .parent .level-top:after {
    position: absolute;
    right: 7px;
    top: -8px;
  }
  .navigation .parent .level-top.ui-state-active:after {
    content: '\e621';
  }
  .nav-sections {
    -webkit-overflow-scrolling: touch;
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -ms-transition: left 0.3s;
    transition: left 0.3s;
    height: 100%;
    left: calc(-1 * (100% - 54px));
    overflow: auto;
    position: fixed;
    top: 0;
    width: calc(100% - 54px);
  }
  .nav-sections .switcher {
    border-top: 1px solid #d1d1d1;
    font-size: 1.6rem;
    font-weight: 700;
    margin: 0;
    padding: .8rem 3.5rem .8rem 2rem;
  }
  .nav-sections .switcher .label {
    display: block;
    margin-bottom: 5px;
  }
  .nav-sections .switcher:last-child {
    border-bottom: 1px solid #d1d1d1;
  }
  .nav-sections .switcher-trigger strong {
    display: block;
    text-decoration: none;
    position: relative;
  }
  .nav-sections .switcher-trigger strong:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 42px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .nav-sections .switcher-trigger strong:after {
    position: absolute;
    right: -40px;
    top: -16px;
  }
  .nav-sections .switcher-trigger.active strong:after {
    content: '\e621';
  }
  .nav-sections .switcher-dropdown {
    margin: 0;
    padding: 0;
    list-style: none none;
    display: none;
    padding: 10px 0;
  }
  .nav-sections .switcher-options.active .switcher-dropdown {
    display: block;
  }
  .nav-sections .header.links {
    margin: 0;
    padding: 0;
    list-style: none none;
    border-bottom: 1px solid #d1d1d1;
  }
  .nav-sections .header.links li {
    font-size: 1.6rem;
    margin: 0;
  }
  .nav-sections .header.links li.greet.welcome {
    border-top: 1px solid #d1d1d1;
    font-weight: 700;
    padding: 0.8rem 15px;
  }
  .nav-sections .header.links li > a {
    border-top: 1px solid #d1d1d1;
  }
  .nav-sections .header.links a,
  .nav-sections .header.links a:hover {
    color: #575757;
    text-decoration: none;
    display: block;
    font-weight: 700;
    padding: 0.8rem 15px;
  }
  .nav-sections .header.links .header.links {
    border: 0;
  }
  .nav-before-open {
    height: 100%;
    overflow-x: hidden;
    width: 100%;
  }
  .nav-before-open .page-wrapper {
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -ms-transition: left 0.3s;
    transition: left 0.3s;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: relative;
  }
  .nav-before-open body {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  .nav-open .page-wrapper {
    left: calc(100% - 54px);
  }
  .nav-open .nav-sections {
    -webkit-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -ms-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    left: 0;
    z-index: 99;
  }
  .nav-open .nav-toggle:after {
    background: rgba(0, 0, 0, 0.7);
    content: '';
    display: block;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
  }
  .nav-sections-items {
    position: relative;
    z-index: 1;
  }
  .nav-sections-items:before,
  .nav-sections-items:after {
    content: '';
    display: table;
  }
  .nav-sections-items:after {
    clear: both;
  }
  .nav-sections-item-title {
    background: #e3e3e3;
    border: solid #d7d7d7;
    border-width: 0 0 1px 1px;
    box-sizing: border-box;
    float: left;
    height: 71px;
    padding-top: 24px;
    text-align: center;
    width: 33.33%;
  }
  .nav-sections-item-title.active {
    background: transparent;
    border-bottom: 0;
  }
  .nav-sections-item-title .nav-sections-item-switch:hover {
    text-decoration: none;
  }
  .nav-sections-item-content {
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    margin-top: 71px;
    width: 100%;
    padding: 25px 0;
  }
  .nav-sections-item-content:before,
  .nav-sections-item-content:after {
    content: '';
    display: table;
  }
  .nav-sections-item-content:after {
    clear: both;
  }
  .nav-sections-item-content.active {
    display: block;
  }
  .navigation {
    background: #f0f0f0;
    box-sizing: border-box;
  }
  .navigation ul {
    margin: 0;
    padding: 0;
  }
  .navigation li {
    margin: 0;
  }
  .navigation a {
    display: block;
    padding-top: 10px;
    padding-right: 0;
    padding-bottom: 10px;
    padding-left: 15px;
  }
  .navigation a,
  .navigation a:hover {
    color: #575757;
    text-decoration: none;
  }
  .navigation .level0 {
    border-top: 1px solid #d1d1d1;
    font-size: 1.6rem;
  }
  .navigation .level0 > .level-top {
    font-weight: 700;
    padding: 8px 40px 8px 15px;
    text-transform: uppercase;
    word-wrap: break-word;
  }
  .navigation .level0 > .level-top:hover {
    color: #333333;
  }
  .navigation .level0.active .all-category .ui-state-focus {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    color: #333333;
    padding-left: 7px;
    display: inline-block;
  }
  .navigation .level0 > .level1 {
    font-weight: 600;
  }
  .navigation .level0.active > a:not(.ui-state-active),
  .navigation .level0.has-active > a:not(.ui-state-active) {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    color: #333333;
  }
  .navigation .level0.active > a:not(.ui-state-active) span:not(.ui-menu-icon),
  .navigation .level0.has-active > a:not(.ui-state-active) span:not(.ui-menu-icon) {
    margin-left: -8px;
  }
  .navigation li.level0:last-child {
    border-bottom: 1px solid #d1d1d1;
  }
  .navigation .submenu > li {
    word-wrap: break-word;
  }
  .navigation .submenu > li > a:hover {
    color: #333333;
  }
  .navigation .submenu:not(:first-child) {
    font-weight: 400;
    line-height: 1.3;
    left: auto !important;
    overflow-x: hidden;
    padding: 0;
    position: relative;
    top: auto !important;
    transition: left 0.3s ease-out;
  }
  .navigation .submenu:not(:first-child) > li > a {
    padding-left: 15px;
  }
  .navigation .submenu:not(:first-child) > li:last-child {
    margin-bottom: 0;
  }
  .navigation .submenu:not(:first-child) ul {
    display: block;
    padding-left: 15px;
  }
  .navigation .submenu:not(:first-child) ul > li {
    margin: 0;
  }
  .navigation .submenu:not(:first-child) ul > li a {
    color: #575757;
    display: block;
    line-height: normal;
  }
  .navigation .submenu:not(:first-child) ul > li a:hover {
    color: #333333;
  }
  .navigation .submenu:not(:first-child).expanded {
    display: block !important;
    padding-right: 0;
    top: 0 !important;
  }
  .navigation .submenu:not(:first-child) .active > a {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    color: #333333;
    padding-left: 7px;
  }
  .navigation .submenu:not(:first-child) .level1.active > a {
    padding-left: 7px;
  }
  .product.data.items {
    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;
  }
  .product.data.items > .item.title > .switch {
    border-top: 1px solid #cccccc;
    height: 40px;
    padding: 1px 10px 1px 10px;
    font-weight: 600;
    line-height: 40px;
    font-size: 1.4rem;
    color: #333333;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:visited {
    color: #6d6d6d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:hover {
    color: #333333;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:active {
    color: #333333;
    text-decoration: none;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:active,
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    color: #333333;
    text-decoration: none;
    padding-bottom: 1px;
  }
  .product.data.items > .item.content {
    background: #ffffff;
    margin: 0;
    padding: 10px 10px 30px;
  }
  .product.data.items .data.item {
    display: block;
  }
  .product.data.items .item.title > .switch {
    padding: 1px 15px 1px;
  }
  .product.data.items > .item.content {
    padding: 10px 15px 30px;
  }
  .products-grid ol.product-items {
    flex-direction: column;
    align-items: center;
  }
  .block.related ol.product-items,
  .products-grid ol.product-items {
    display: flex;
    flex-wrap: wrap;
  }
  .block.related ol.product-items li.product-item,
  .products-grid ol.product-items li.product-item {
    justify-content: center;
    text-align: center;
    margin-bottom: 30px !important;
    width: calc(80%);
  }
  .block.related ol.product-items li.product-item span.product-image-container .product-image-wrapper,
  .products-grid ol.product-items li.product-item span.product-image-container .product-image-wrapper {
    float: left;
    width: 100%;
  }
  .block.related ol.product-items li.product-item span.product-image-container .product-image-wrapper .product-image-photo,
  .products-grid ol.product-items li.product-item span.product-image-container .product-image-wrapper .product-image-photo {
    top: -18px;
  }
  .block.related ol.product-items li.product-item .field.qty,
  .products-grid ol.product-items li.product-item .field.qty {
    flex-direction: row-reverse;
    align-items: center;
  }
  .block.related ol.product-items li.product-item .product-item-info,
  .products-grid ol.product-items li.product-item .product-item-info {
    max-width: 240px;
  }
  .block.related ol.product-items li.product-item .product-item-info .labels,
  .products-grid ol.product-items li.product-item .product-item-info .labels {
    width: 50%;
    flex-wrap: wrap;
  }
  .block.related ol.product-items li.product-item .product-item-info .product-item-actions .actions button.action.tocart.primary,
  .products-grid ol.product-items li.product-item .product-item-info .product-item-actions .actions button.action.tocart.primary {
    margin-bottom: 10px;
    width: 100%;
  }
  .block.related ol.product-items li.product-item .product-item-info .price-box,
  .products-grid ol.product-items li.product-item .product-item-info .price-box {
    margin: 11px 0;
  }
  .block.related ol.product-items li.product-item .product-item-info .price-box .price-label,
  .products-grid ol.product-items li.product-item .product-item-info .price-box .price-label {
    display: none;
  }
  .block.related ol.product-items li.product-item .product-item-info .product-item-photo,
  .products-grid ol.product-items li.product-item .product-item-info .product-item-photo {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .block.related ol.product-items li.product-item .product-item-info .product-item-photo .product-image-container,
  .products-grid ol.product-items li.product-item .product-item-info .product-item-photo .product-image-container {
    width: 100% !important;
    max-height: 198px;
  }
  .block.related ol.product-items li.product-item .product-item-info .product-item-details,
  .products-grid ol.product-items li.product-item .product-item-info .product-item-details {
    box-sizing: border-box;
  }
  .block.related ol.product-items li.product-item .product-item-info .product-item-details .product-short-description,
  .products-grid ol.product-items li.product-item .product-item-info .product-item-details .product-short-description {
    font-size: 12px;
    margin-top: 1px !important;
    line-height: 1.3;
  }
  .block.related ol.product-items li.product-item .product-item-info .product-item-details .product-item-name a,
  .products-grid ol.product-items li.product-item .product-item-info .product-item-details .product-item-name a {
    font-size: 14px;
  }
  .block.related ol.product-items li.product-item .product-item-info .product-item-details .box-tocart .actions,
  .products-grid ol.product-items li.product-item .product-item-info .product-item-details .box-tocart .actions {
    flex-direction: column;
  }
  .block.related ol.product-items li.product-item .product-item-info .product-item-details .box-tocart .actions .actions-extra,
  .products-grid ol.product-items li.product-item .product-item-info .product-item-details .box-tocart .actions .actions-extra,
  .block.related ol.product-items li.product-item .product-item-info .product-item-details .box-tocart .actions .actions-extra a,
  .products-grid ol.product-items li.product-item .product-item-info .product-item-details .box-tocart .actions .actions-extra a {
    width: 100%;
  }
  .block.related ol.product-items .owl-item,
  .products-grid ol.product-items .owl-item {
    display: flex;
    justify-content: center;
  }
  .block.related ol.product-items .owl-item .product-item.item,
  .products-grid ol.product-items .owl-item .product-item.item {
    width: 76% !important;
    margin-left: -23% !important;
  }
  .block.related ol.product-items .owl-item .product-item.item .product-item-photo,
  .products-grid ol.product-items .owl-item .product-item.item .product-item-photo {
    float: left;
    width: 100%;
  }
  .block.related ol.product-items .owl-item .product-item.item .product-item-details,
  .products-grid ol.product-items .owl-item .product-item.item .product-item-details {
    float: left;
    width: 100%;
  }
  .block.related ol.product-items .owl-item .product-item.item .bottom,
  .products-grid ol.product-items .owl-item .product-item.item .bottom {
    float: left;
  }
  .block.related ol.product-items .owl-item:not(.active) .product-item.item,
  .products-grid ol.product-items .owl-item:not(.active) .product-item.item {
    margin-left: -70% !important;
  }
  .beneficies {
    margin: 30px 0;
  }
  .beneficies h2 {
    font-size: 20px;
  }
  .beneficies #beneficies {
    flex-direction: column;
    align-items: center;
  }
  .beneficies #beneficies .container {
    width: 75%;
    margin-bottom: 50px;
    min-width: 296px;
    max-width: 296px;
    max-height: 146px;
    display: flex;
  }
  .beneficies #beneficies .container .image img {
    border-radius: 12px 0 0 12px;
    width: 100%;
    height: 100%;
  }
  .beneficies #beneficies .container div {
    text-align: left;
    width: 50%;
  }
  .beneficies #beneficies .container div h5 {
    font-size: 14px;
  }
  .beneficies #beneficies .container div p {
    font-weight: 500;
    font-size: 12px;
    font-family: 'Quicksand', sans-serif;
  }
  #about-us .mobile-only,
  #beneficies .mobile-only {
    display: block !important;
    margin: 0 auto;
  }
  #about-us .desktop-only,
  #beneficies .desktop-only {
    display: none !important;
  }
  #about-us .experience .text {
    width: 63%;
    margin: 0 auto;
  }
  #about-us .about-us {
    flex-direction: column;
  }
  #about-us .about-us h2 {
    margin-bottom: 10px;
    font-size: 24px;
  }
  #about-us .about-us h3 {
    font-size: 20px;
  }
  #about-us .about-us .video {
    height: 300px;
    width: 100%;
  }
  #about-us .about-us .video iframe.responsive-iframe {
    width: 100%;
    height: 100%;
  }
  .slider-placeholder .slider-texts .container,
  #container-slider .slider-texts .container,
  .m-slider .slider-texts .container {
    max-width: 70%;
    padding-left: 13vw;
    padding-top: 20px;
  }
  .slider-placeholder .slider-texts h2,
  #container-slider .slider-texts h2,
  .m-slider .slider-texts h2 {
    margin: 0 0 0 0;
    font-size: 6.5vw;
  }
  .slider-placeholder .slider-texts h3,
  #container-slider .slider-texts h3,
  .m-slider .slider-texts h3 {
    font-size: 6.2vw;
    line-height: 1.3;
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 0;
  }
  .slider-placeholder .slider-texts h4,
  #container-slider .slider-texts h4,
  .m-slider .slider-texts h4 {
    font-size: 3.7vw;
    margin: 5.5vw 0 2vw 0;
  }
  .slider-placeholder .slider-texts button.fake-btn,
  #container-slider .slider-texts button.fake-btn,
  .m-slider .slider-texts button.fake-btn {
    padding: 4.3vw 7.5vw;
    font-size: 3.5vw;
    margin: 2.3vw 0 0 0;
    font-weight: 600;
  }
  .cms-padecimientos .column.main {
    padding-top: 70px;
  }
  .cms-home #maincontent {
    padding: 0;
  }
  .cms-home #container-slider .owl-nav {
    display: none !important;
  }
  .cms-home .block-products-list.grid .block-title {
    margin: 0;
    padding-left: 20px;
    margin-top: 50px;
    margin-bottom: 25px;
  }
  .cms-home .block-products-list.grid .block-title h2 {
    margin: 0px;
  }
  .cms-home .block-products-list.grid .block-title h2 strong {
    color: #002c7b;
    font-size: 40px;
    font-weight: 700;
    margin: 0;
    font-family: 'DINosaur-Bold';
  }
  .cms-home .products-grid.grid .owl-stage-outer {
    padding-bottom: 20px;
    padding-top: 20px;
    padding-left: 20px;
    position: relative;
  }
  .cms-home .products-grid.grid .owl-stage-outer:after {
    position: absolute;
    right: -10px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 20%;
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  }
  .cms-home .products-grid.grid .owl-nav {
    display: none;
  }
  .cms-home .products-grid.grid .owl-item {
    display: flex;
    justify-content: center;
  }
  .cms-home .products-grid.grid .owl-item .product-item.item {
    width: 90%;
    box-shadow: 0 5px 15px rgba(225, 224, 224, 0.5);
    border-radius: 10px;
    background-color: #ffffff;
  }
  .cms-home .products-grid.grid .owl-item .product-item.item .product-item-photo {
    float: left;
    width: 100%;
    margin-bottom: 0;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
  }
  .cms-home .products-grid.grid .owl-item .product-item.item .product-item-photo .product-image-container {
    width: 100% !important;
  }
  .cms-home .products-grid.grid .owl-item .product-item.item .product-item-photo .product-image-container .product-image-wrapper {
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    margin-top: 20px;
  }
  .cms-home .products-grid.grid .owl-item .product-item.item .product-item-photo .product-image-container .product-image-wrapper .product-image-photo {
    margin: 0;
  }
  .cms-home .products-grid.grid .owl-item .product-item.item .product-item-details {
    float: left;
    width: 100%;
    margin-top: -40px;
  }
  .cms-home .products-grid.grid .owl-item .product-item.item .product-item-details .product-item-name {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    min-height: 40px;
  }
  .cms-home .products-grid.grid .owl-item .product-item.item .product-item-details .product-item-name a {
    color: #5D6A8B;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .cms-home .products-grid.grid .owl-item .product-item.item .product-item-details .description {
    display: none;
  }
  .cms-home .products-grid.grid .owl-item .product-item.item .product-item-details .link-arrow {
    display: none;
  }
  .cms-home .products-grid.grid .owl-item .product-item.item .bottom {
    float: left;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 20px;
  }
  .cms-home .products-grid.grid .owl-item .product-item.item .bottom .price-box {
    margin-bottom: 15px;
  }
  .cms-home .products-grid.grid .owl-item .product-item.item .bottom .price-box .price-label {
    display: none;
  }
  .cms-home .products-grid.grid .owl-item .product-item.item .bottom .price-box .price {
    color: #012D74;
    font-size: 24px;
    font-weight: 700;
  }
  .cms-home .products-grid.grid .owl-item .product-item.item .bottom .product-item-actions .actions-secondary {
    display: none;
  }
  .cms-home .products-grid.grid .owl-item .product-item.item .bottom .product-item-actions .actions-primary button.primary {
    color: #012D74;
    font-weight: 700;
    border: none;
    box-shadow: none;
    margin-top: 5px;
    transition: .3s;
    width: 100%;
    height: 40px;
    border-radius: 24px;
    background-color: #002c79;
  }
  .cms-home .products-grid.grid .owl-item .product-item.item .bottom .product-item-actions .actions-primary button.primary span {
    color: white;
  }
  .cms-home .products-grid.grid .owl-item .product-item.item .bottom .product-item-actions .actions-primary button.primary:hover {
    color: #01163a;
    opacity: .6;
  }
  .container-home-video {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .container-home-video .video-text {
    margin-bottom: -30px;
    max-width: unset;
    box-sizing: border-box;
    padding: 20px 20px 50px;
    width: 100%;
  }
  .container-home-video .video-text b {
    font-size: 18px;
  }
  .container-home-video .video-text span {
    font-size: 13px;
  }
  .container-home-video .video-responsive {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    position: relative;
    width: 100%;
  }
  .container-home-video .video-responsive iframe,
  .container-home-video .video-responsive object,
  .container-home-video .video-responsive embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .padecimientos-cont {
    padding-left: 20px;
  }
  .padecimientos-cont .heading h2 {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 20px;
  }
  .padecimientos-cont .heading div {
    flex-direction: column;
  }
  .padecimientos-cont .heading div p {
    font-size: 15px;
  }
  .padecimientos-cont .heading div a.btn {
    width: 140px;
    height: 40px;
    font-size: 15px;
  }
  .padecimientos-cont .padecimientos-carrousel .owl-nav {
    display: flex;
    top: unset;
    bottom: -20px;
    left: 15px;
    right: 20px;
    margin: auto;
    justify-content: center;
  }
  .padecimientos-cont .padecimientos-carrousel .owl-stage-outer {
    position: relative;
  }
  .padecimientos-cont .padecimientos-carrousel .owl-stage-outer:after {
    position: absolute;
    right: -10px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 20%;
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  }
  .padecimientos-cont .padecimientos-carrousel .owl-item {
    display: flex;
    justify-content: center;
  }
  .padecimientos-cont .padecimientos-carrousel .owl-item li {
    width: 90%;
    position: relative;
  }
  .padecimientos-cont .padecimientos-carrousel .owl-item li:hover {
    transform: scale(1);
  }
  .cita-medica {
    margin-top: 50px;
  }
  .cita-medica .desktop {
    display: none;
  }
  .cita-medica .mobile {
    display: flex;
    flex-direction: column;
    position: relative;
    margin-left: 0;
  }
  .cita-medica .mobile h2 {
    color: #002c7b;
    font-size: 34px;
    font-weight: 700;
    line-height: 43px;
    margin-bottom: 30px;
  }
  .cita-medica .mobile img {
    max-height: 338px;
    margin-left: -40px;
  }
  .cita-medica .mobile span {
    color: #627a86;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }
  .cita-medica .mobile a.btn {
    width: 72px;
    height: 72px;
    box-shadow: 0 6px 14px rgba(232, 226, 226, 0.5);
    background-color: #FDBE87;
    border-radius: 50%;
    margin-left: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .3s;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
  }
  .widget-product-grid .product-item {
    margin-bottom: 30px;
    width: calc((100% - 20%) / 1) !important;
  }
  .widget-product-grid .product-item .product-item-info {
    max-width: 240px;
    transform: unset;
  }
  .widget-product-grid .product-item .product-item-info .product.details .product-item-inner .product-item-actions .actions-primary .stock.unavailable {
    margin-top: 18px !important;
  }
  .widget-product-grid .product-item .product-item-info .product.details .product-item-inner .product-item-actions .actions-primary .box-tocart .fieldset .actions {
    margin-top: 0;
  }
  .widget-product-grid .product-item .product-item-info .product.details .product-item-inner .product-item-actions button {
    width: 100%;
    height: 32px;
    padding: 0 10px !important;
  }
  .widget-product-grid .product-item .product-item-info .product.details .product-item-inner .product-item-actions .actions-extra a {
    width: 100%;
    padding: 0 10px;
  }
  .widget-product-grid .product-item .product-item-info .product.details .product-item-inner .product-item-actions .actions-extra a span {
    font-size: 12px !important;
  }
  .widget-product-grid .product-item .product-item-info .product.details .product-item-name a {
    font-size: 14px !important;
  }
  .widget-product-grid .product-item.packs .product-item-info .product-item-details.product.details .product-item-inner .product-item-actions .action-button .actions-primary .box-tocart .fieldset .field.qty .priceperg {
    margin-bottom: 0 !important;
  }
  .cms-newhome .product-item-inner .product-item-actions {
    flex-direction: column;
  }
  .cms-newhome .product-item-inner .product-item-actions .actions {
    flex-direction: column;
  }
  .cms-newhome .product-item-inner .product-item-actions .actions .actions-extra {
    width: 90%;
  }
  .cms-newhome .product-item-inner .product-item-actions .actions .actions-extra a {
    width: 100% !important;
  }
  .cms-newhome .product-item-inner .product-item-actions .actions .primary {
    margin-bottom: 10px;
  }
  .cms-registro-medico .registro-medico h2 {
    margin-top: 50px;
  }
  .cms-registro-medico .registro-medico span {
    text-align: left;
    margin-top: 20px;
  }
  .cms-cookie-settings #amgdprcookie-form .amgdprcookie-top {
    flex-wrap: wrap;
  }
  .cms-cookie-settings #amgdprcookie-form .amgdprcookie-top .amgdprcookie-head {
    margin-bottom: 20px;
  }
  .cms-cookie-settings #amgdprcookie-form .amgdprcookie-top .amgdprcookie-btn-wrapper {
    flex-direction: column;
    width: 100%;
  }
  .cms-cookie-settings #amgdprcookie-form .amgdprcookie-top .amgdprcookie-btn-wrapper .amgdprcookie-btn {
    padding: 15px;
    width: 100%;
    display: flex;
    margin: 0;
    text-align: center;
    justify-content: center;
    margin-bottom: 20px;
  }
  .cms-registro-exitoso .page-wrapper #maincontent {
    padding-top: 40px;
  }
  .cms-registro-exitoso .page-wrapper #maincontent .info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
  }
  .cms-registro-exitoso .page-wrapper #maincontent .info span {
    width: 90%;
    text-align: center;
  }
  .cms-registro-exitoso .page-wrapper #maincontent .info .actions {
    width: 60%;
  }
  .cms-landing-medicos .banner-first {
    height: 380px !important;
  }
  .cms-landing-medicos .banner-first .pagebuilder-banner-wrapper {
    height: 380px !important;
  }
  .cms-landing-medicos .banner-first .pagebuilder-banner-wrapper .pagebuilder-overlay {
    min-height: 0 !important;
    padding: 100px 0 0 0;
  }
  .cms-landing-medicos .banner-first .pagebuilder-banner-wrapper .pagebuilder-overlay h1 {
    font-size: 21px;
    line-height: 24px;
  }
  .cms-landing-medicos .banner-first .pagebuilder-banner-wrapper .pagebuilder-overlay p {
    font-size: 14px;
  }
  .cms-landing-medicos .banner-first .pagebuilder-banner-wrapper .pagebuilder-overlay .text {
    margin-top: 0;
  }
  .cms-landing-medicos .banner-first .pagebuilder-banner-wrapper .pagebuilder-overlay .btn {
    width: 100%;
  }
  .cms-landing-medicos .banner-first .pagebuilder-banner-wrapper .pagebuilder-overlay .btn.primary {
    margin-top: 20px;
  }
  .cms-landing-medicos .fun-facts .single-fun {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .cms-landing-medicos .fun-facts .single-fun i {
    position: unset;
    margin: 0;
    padding: 0;
  }
  .cms-landing-medicos .fun-facts .single-fun .content {
    padding: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .cms-landing-medicos .fun-facts .item-fun {
    width: 100%;
  }
  .cms-landing-medicos .fun-facts.section {
    padding: 30px 0;
    margin-top: 40px;
  }
  .cms-landing-medicos .choose-right {
    height: 350px !important;
    margin-top: 30px;
  }
  .cms-landing-medicos .why-choose .choose-item {
    width: 100% !important;
  }
  .cms-como-comprar h1 {
    font-size: 24px;
    padding-top: 0 !important;
  }
  .cms-como-comprar h2 {
    font-size: 18px;
    margin-bottom: 40px;
  }
  .cms-como-comprar .tabs {
    padding: 0;
  }
  .cms-como-comprar .tabs .tabs-content ul {
    padding: 20px;
  }
  .cms-como-comprar .tabs .tabs-content ul li {
    flex-direction: column;
    margin-bottom: 20px;
  }
  .cms-como-comprar .tabs .tabs-content ul li i {
    margin-bottom: 20px;
  }
  .cms-solicitar-factura-electronica .page-wrapper .page-main .page-title-wrapper .page-title {
    font-size: 24px;
  }
  .cms-solicitar-factura-electronica .page-wrapper .page-main .columns .column.main .novamil-form-inside .webforms form #steps.steps::after,
  .cms-solicitar-factura-electronica .page-wrapper .page-main .columns .column.main .novamil-form-inside .webforms form #steps.steps::before {
    display: none;
  }
  .cms-solicitar-factura-electronica .page-wrapper .page-main .columns .column.main .novamil-form-inside .webforms form #steps.steps .step .name {
    text-align: center;
  }
  .cms-solicitar-factura-electronica .page-wrapper .page-main .columns .column.main .novamil-form-inside .webforms form .form-step fieldset .field .control .drop-zone {
    min-height: 60px;
  }
  .cms-solicitar-factura-electronica .page-wrapper .page-main .columns .column.main .novamil-form-inside .webforms form .form-step fieldset .field .control .drop-zone .text-center {
    height: 60px;
  }
  .cms-solicitar-factura-electronica .page-wrapper .page-main .columns .column.main .novamil-form-inside .webforms form .form-step .actions-toolbar .secondary {
    width: 100px;
  }
  .cms-solicitar-factura-electronica .page-wrapper .page-main .columns .column.main .novamil-form-inside .webforms form .form-step .actions-toolbar .secondary .action-previous {
    max-width: 100px !important;
  }
  .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: none;
  }
  .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;
  }
  [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;
  }
  .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;
  }
  .category .subscribe-popup {
    width: 100%;
    top: 35%;
    text-align: center;
  }
  .category .subscribe-popup .input-fields {
    margin-top: 20px;
    width: 100%;
  }
  .category .subscribe-popup .notification-container {
    width: 80%;
    margin: auto;
  }
  .category .subscribe-popup .amxnotif_guest_action {
    width: 100%;
    max-width: 100%;
    margin-top: 20px;
  }
  .actions-toolbar.amxnotif_guest_action {
    margin-left: 5px;
  }
  .notification-container {
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
  }
  .modal-custom-home {
    width: 100%;
    left: 0 !important;
  }
  .modal-custom-home .modal-content {
    padding: 10px;
  }
  .modal-custom-home .modal-inner-wrap {
    width: 80% !important;
    height: 450px !important;
    position: absolute !important;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .modal-custom-home .modal-inner-wrap .popup-content {
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .modal-custom-home .modal-inner-wrap .popup-content img {
    max-width: 145px;
  }
  .modal-custom-home .modal-inner-wrap .popup-content h3 {
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 40px;
  }
  .modal-custom-home .modal-inner-wrap .popup-content .buttons {
    flex-direction: column;
  }
  .modal-custom-home .modal-inner-wrap .popup-content .buttons a {
    width: 100%;
    height: 55px;
    margin-bottom: 15px;
  }
  .modal-custom-home .modal-inner-wrap .popup-content .close.text {
    display: none;
  }
  .autocomplete-suggestions .autocomplete-suggestion {
    width: 42% !important;
    margin-right: 2% !important;
  }
  .autocomplete-suggestions .autocomplete-suggestion.autocomplete-selected {
    background: white !important;
    cursor: pointer;
    transform: none;
    box-shadow: 0 5px 15px rgba(225, 224, 224, 0.5);
  }
  .banner-slider-container .first-item img.desktop.hasMobile {
    display: none !important;
  }
  .banner-slider-container .banner-slider .item {
    height: 100%;
  }
  .banner-slider-container .banner-slider .item img.desktop.hasMobile {
    display: none !important;
  }
  .banner-slider-container .banner-slider .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    max-width: initial;
  }
  .banner-slider-container .banner-slider .owl-stage {
    display: flex;
  }
  .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;
  }
  .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 #cccccc;
    background: #f5f5f5;
    display: none;
    padding: 15px 0;
  }
  .block-wishlist-management .wishlist-select-items.active {
    display: block;
  }
  .block-wishlist-management .wishlist-select-items .item {
    margin: 3px 0 0;
  }
  .block-wishlist-management .wishlist-select-items .item:first-child {
    margin-top: 0;
  }
  .block-wishlist-management .wishlist-select-items .item.current {
    display: none;
  }
  .block-wishlist-management .wishlist-select-items .item a {
    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 #cccccc;
    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;
  }
  .payment-method-femsa-payments #femsaIframeContainer {
    width: 100% !important;
  }
  .checkout-cart-index .page-title-wrapper {
    padding-left: 10px;
  }
  .checkout-cart-index .page-title-wrapper .page-title {
    font-size: 25px;
    margin-bottom: 20px;
  }
  .checkout-cart-index #maincontent .columns {
    width: 100%;
  }
  .checkout-cart-index #maincontent .columns .cart.table-wrapper .cart > .item {
    padding: 0 20px;
    padding-bottom: 20px;
  }
  .checkout-cart-index #maincontent .columns .cart.table-wrapper .cart > .item .item-info {
    flex-wrap: wrap;
  }
  .checkout-cart-index #maincontent .columns .cart.table-wrapper .cart > .item .item-info .col.item {
    width: 100%;
    display: flex;
  }
  .checkout-cart-index #maincontent .columns .cart.table-wrapper .cart > .item .item-info .col.item .product-item-photo {
    position: relative;
    top: unset;
    left: unset;
    display: flex;
    align-items: center;
  }
  .checkout-cart-index #maincontent .columns .cart.table-wrapper .cart > .item .item-info .col.item .product-item-details {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    padding-left: 20px;
  }
  .checkout-cart-index #maincontent .columns .cart.table-wrapper .cart > .item .item-info .col.qty,
  .checkout-cart-index #maincontent .columns .cart.table-wrapper .cart > .item .item-info .col.subtotal {
    width: 50%;
    justify-content: flex-start;
    padding: 0;
  }
  .checkout-cart-index #maincontent .columns .cart.table-wrapper .cart > .item .item-info .col.qty:before,
  .checkout-cart-index #maincontent .columns .cart.table-wrapper .cart > .item .item-info .col.subtotal:before {
    display: none;
  }
  .checkout-cart-index #maincontent .columns .cart.table-wrapper .cart > .item .item-actions {
    align-items: flex-end;
    padding-bottom: 15px;
  }
  .checkout-cart-index #maincontent .cart-container {
    padding: 10px;
    display: flex;
    flex-direction: column;
  }
  .checkout-cart-index #maincontent .cart-container .cart-summary {
    padding: 10px;
    border: 1px solid #eeeeee;
    background-color: #f6fafb;
    order: 1;
  }
  .checkout-cart-index #maincontent .cart-container .cart-summary .title {
    display: block;
    color: #365a6e;
    font-size: 21px;
    font-weight: 700;
    padding-left: 18px;
  }
  .checkout-cart-index #maincontent .cart-container .cart-summary #block-shipping #block-shipping-heading {
    font-size: 14px;
    cursor: pointer;
    color: #365a6e;
    display: flex;
  }
  .checkout-cart-index #maincontent .cart-container .cart-summary #block-shipping #block-shipping-heading:after {
    display: inline-block;
    margin-left: 5px;
    font-size: 32px;
    line-height: 16px;
    color: inherit;
    content: '\e622';
    font-family: 'icons-blank-theme';
  }
  .checkout-cart-index #maincontent .cart-container #block-discount {
    order: 2;
    margin-top: 0;
    display: flex;
    justify-content: center;
  }
  .checkout-cart-index #maincontent .cart-container #block-discount .content {
    width: 100%;
  }
  .checkout-cart-index #maincontent .cart-container #block-discount .content #discount-coupon-form {
    width: 100%;
  }
  .checkout-cart-index #maincontent .cart-container #block-discount .content #discount-coupon-form .fieldset.coupon .field {
    width: 70%;
  }
  .checkout-cart-index #maincontent .cart-container #block-discount .content #discount-coupon-form .fieldset.coupon .field input {
    width: 100%;
  }
  .checkout-cart-index #maincontent .cart-container #block-discount .content #discount-coupon-form .fieldset.coupon .actions-toolbar {
    width: 30%;
  }
  .checkout-cart-index #maincontent .cart-container #block-discount .content #discount-coupon-form .fieldset.coupon .actions-toolbar button.primary {
    width: 100%;
  }
  .checkout-cart-index #maincontent .cart-container .form.form-cart {
    order: 3;
  }
  .checkout-cart-index #maincontent .cart-container .form.form-cart .actions.main {
    justify-content: space-between;
  }
  .checkout-cart-index #maincontent .cart-container .form.form-cart .cart.table-wrapper {
    border: none;
  }
  .cart-container .form-cart .actions.main {
    text-align: center;
  }
  .cart-discount {
    border-bottom: 1px solid #cccccc;
  }
  .cart.table-wrapper {
    border-top: 1px solid #cccccc;
  }
  .cart.table-wrapper thead .col.item,
  .cart.table-wrapper thead .col.qty,
  .cart.table-wrapper thead .col.price,
  .cart.table-wrapper thead .col.subtotal,
  .cart.table-wrapper thead .col.msrp {
    display: none;
  }
  .cart.table-wrapper .col.qty,
  .cart.table-wrapper .col.price,
  .cart.table-wrapper .col.subtotal,
  .cart.table-wrapper .col.msrp {
    box-sizing: border-box;
    display: block;
    float: left;
    white-space: nowrap;
    width: 33%;
  }
  .cart.table-wrapper .col.qty[data-th]:before,
  .cart.table-wrapper .col.price[data-th]:before,
  .cart.table-wrapper .col.subtotal[data-th]:before,
  .cart.table-wrapper .col.msrp[data-th]:before {
    content: attr(data-th);
    display: block;
    font-weight: 600;
    padding-bottom: 10px;
  }
  .cart.table-wrapper .col.msrp {
    white-space: normal;
  }
  .cart.table-wrapper .item .col.item {
    padding-bottom: 0;
  }
  .cart.table-wrapper tbody > tr > td:last-child {
    border: 0;
  }
  .cart-totals {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cart-totals .table-wrapper {
    border-top: 0;
  }
  .cart-totals .totals tbody > tr:not(:last-child) > td:last-child {
    border: 0;
  }
  .cart.table-wrapper .col.price,
  .order-items.table-wrapper .col.price,
  .cart.table-wrapper .col.qty,
  .order-items.table-wrapper .col.qty,
  .cart.table-wrapper .col.subtotal,
  .order-items.table-wrapper .col.subtotal,
  .cart.table-wrapper .col.msrp,
  .order-items.table-wrapper .col.msrp {
    text-align: left;
  }
  .minicart-wrapper .block-minicart {
    width: 315px;
  }
  .minicart-items .product-item > .product {
    padding: 10px 0;
  }
  .minicart-wrapper .block-minicart {
    display: none;
  }
  .minicart-wrapper .block-minicart .subtotal {
    margin: 10px 10px 15px;
  }
  .minicart-wrapper .block-minicart .items-total {
    padding: 10px;
  }
  .minicart-wrapper .mage-dropdown-dialog .block-minicart {
    display: block;
    background: white;
    border: 2px solid #063978;
    box-shadow: 0px 0px 6px rgba(8, 56, 118, 0.39);
    padding-bottom: 0;
  }
  .minicart-wrapper .mage-dropdown-dialog .block-minicart #minicart-content-wrapper {
    color: #063978;
    font-size: 13px;
  }
  .minicart-wrapper .mage-dropdown-dialog .block-minicart #minicart-content-wrapper .minicart-items-wrapper {
    max-height: 190px;
    margin: 0;
    padding: 10px;
  }
  .minicart-items .product-item-details .product-item-name {
    margin-bottom: 0;
  }
  .minicart-items .product-item-details .details-qty {
    flex-direction: column;
    align-items: start;
    position: relative;
    margin-top: 0;
  }
  .minicart-items .product-item-details .details-qty .price-container {
    order: 1;
  }
  .minicart-items .product-item-details .details-qty .quantity {
    order: 2;
    margin: 5px 0 10px 0;
  }
  .minicart-items .product-item-details .details-qty .delete {
    order: 3;
    position: absolute;
    right: 0;
    bottom: 8px;
  }
  .minicart-wrapper {
    margin-top: 10px;
  }
  .minicart-wrapper .counter.qty {
    right: -12px !important;
    min-width: 12px !important;
  }
  .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;
  }
  #checkout-payment-method-load .payment-methods {
    margin: 0;
  }
  .checkout-index-index .conekta-message-content-custom .whatsapp-desktop {
    display: none !important;
  }
  .checkout-index-index .form-discount {
    flex-direction: column;
    gap: 16px;
    margin: 16px 0;
  }
  .checkout-index-index .form-discount .payment-option-inner,
  .checkout-index-index .form-discount .actions-toolbar {
    width: 100%;
  }
  .actions-store {
    flex-direction: column;
  }
  .actions-store .redpack-open-popup-container {
    width: 100%;
    justify-content: space-between;
  }
  .actions-store .redpack-open-popup-container .redpack-open-popup {
    width: 90%;
  }
  .actions-store .redpack-clean-btn-container {
    width: 100%;
  }
  .actions-store .redpack-clean-btn-container .redpack-clean-btn {
    width: 100%;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 2%) / 2);
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item:nth-child(2n + 1) {
    margin-left: 0;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item-photo {
    display: block;
    position: relative;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item-details {
    margin: 0;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item-info {
    text-align: center;
  }
  .braintree-applepay-container-product {
    display: block;
  }
  .braintree-applepay-container-product .braintree-apple-pay-button {
    width: 100%;
  }
  .checkout-index-index .page-header {
    margin-top: 20px;
    margin-bottom: 0;
  }
  .checkout-index-index .page-header .action.nav-toggle {
    display: none !important;
  }
  .checkout-index-index .page-header .logo {
    margin-left: 0 !important;
  }
  .checkout-index-index .column.main #checkout .amcheckout-main-container .amcheckout-column.-main {
    width: 100%;
  }
  .checkout-index-index .column.main #checkout .amcheckout-main-container .amcheckout-column.-sidebar {
    width: 100%;
  }
  .checkout-index-index .column.main #checkout .amcheckout-main-container .amcheckout-column.-sidebar .opc-block-summary .block.items-in-cart .product .product-item-details {
    display: flex;
    flex-direction: column;
    padding-left: 10px;
  }
  .checkout-index-index .column.main #checkout .amcheckout-main-container .amcheckout-column.-sidebar .opc-block-summary .block.items-in-cart .product .product-item-details .product-item-inner {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .checkout-index-index .column.main #checkout .amcheckout-main-container .amcheckout-column.-sidebar .opc-block-summary .block.items-in-cart .product .product-item-details .product.options {
    padding: 0;
  }
  .checkout-index-index .column.main #checkout .amcheckout-main-container .amcheckout-column.-sidebar .opc-block-summary .block.items-in-cart .product .product-item-details .product.options .item-options {
    padding-top: 10px;
  }
  .checkout-index-index .column.main #checkout .amcheckout-main-container .amcheckout-column.-sidebar .opc-block-summary .block.items-in-cart .product .product-item-details .product.options .item-options .label {
    font-weight: 400;
  }
  .checkout-index-index .column.main #checkout .opc-estimated-wrapper .estimated-block {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #365a6e;
    font-size: 15px;
    font-weight: 500;
  }
  .checkout-index-index .column.main #checkout .opc-estimated-wrapper .estimated-block .estimated-label {
    margin: 0;
  }
  .checkout-index-index .column.main #checkout .opc-estimated-wrapper .estimated-block .estimated-price {
    font-weight: bold;
  }
  .checkout-index-index .column.main #checkout .opc-estimated-wrapper .minicart-wrapper {
    display: none;
  }
  .checkout-index-index .action.primary.action-save-address {
    width: 100%;
    margin-bottom: 15px;
  }
  .checkout-index-index .action.secondary.action-hide-popup {
    width: 100%;
  }
  .checkout-index-index .field[name="amastyShippingAttributes.nombre_razonsocial"],
  .checkout-index-index .field[name="amastyShippingAttributes.email"] {
    margin-top: 80px;
  }
  .checkout-index-index .field[name="amastyShippingAttributes.nombre_razonsocial"]:before {
    top: -85px;
  }
  .checkout-index-index .order-attributes .field label.label {
    min-height: 40px;
  }
  .checkout-index-index .order-attributes-form.fieldset.address .constancia-fiscal__disclaimer {
    flex-direction: column;
  }
  .checkout-onepage-success .checkout-success .account .column.main .get-invoice .content {
    flex-direction: column;
    gap: 20px;
  }
  .products-grid.products.wrapper ol.list.product-items li.item.product-item .product-item-info {
    max-width: 240px;
  }
  .products-grid.products.wrapper ol.list.product-items li.item.product-item .product-item-info .product-item-details .product-item-name .product-item-link {
    font-size: 14px !important;
  }
  .products-grid.products.wrapper ol.list.product-items li.item.product-item .product-item-info .product-item-details .product-short-description {
    font-size: 12px;
    margin-top: 1px !important;
    line-height: 1.3;
  }
  .products-grid.products.wrapper ol.list.product-items li.item.product-item .product-item-info .product-item-details .actions-primary {
    width: 100%;
  }
  .products-grid.products.wrapper ol.list.product-items li.item.product-item .product-item-info .product-item-details .actions-primary .box-tocart .fieldset .field.qty {
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
  }
  .products-grid.products.wrapper ol.list.product-items li.item.product-item .product-item-info .product-item-details .actions-primary .box-tocart .fieldset .field.qty .priceperg {
    margin-top: -7px;
    margin-bottom: -7px;
  }
  .products-grid.products.wrapper ol.list.product-items li.item.product-item .product-item-info .product-item-details .actions-primary .box-tocart .fieldset .field.qty .control {
    justify-content: space-evenly;
    order: 2;
  }
  .products-grid.products.wrapper ol.list.product-items li.item.product-item .product-item-info .product-item-details .actions-primary .box-tocart .fieldset .actions .action.primary {
    margin-bottom: 10px;
    width: 100% !important;
  }
  .products-grid.products.wrapper ol.list.product-items li.item.product-item .product-item-info .product-item-details .actions-primary .box-tocart .fieldset .actions .actions-extra a {
    width: 100% !important;
  }
  .products-grid.products.wrapper ol.list.product-items li.item.product-item .product-item-info .product-item-details .actions-primary .box-tocart .fieldset .actions .actions-extra a span {
    font-size: 12px !important;
    font-weight: 500 !important;
  }
  .products-grid.products.wrapper ol.list.product-items li.item.product-item.packs .product-item-info .product-item-details.product.details .product-item-inner .product-item-actions .actions-primary .box-tocart .fieldset .field.qty .priceperg {
    margin-bottom: 0 !important;
  }
  .catalog-product-view .fotorama-stretch,
  .catalog-product-view .fotorama-focus-overlay:after,
  .catalog-product-view .fotorama__stage__shaft,
  .catalog-product-view .fotorama__stage__frame,
  .catalog-product-view .fotorama__html,
  .catalog-product-view .fotorama__video iframe {
    position: relative;
  }
  .catalog-product-view .fotorama--fullscreen .fotorama__stage {
    max-height: unset !important;
  }
  .catalog-product-view .fotorama__wrap .fotorama__stage {
    width: 100% !important;
    max-height: 220px;
    margin: auto;
  }
  .catalog-product-view .fotorama__wrap .fotorama__stage .fotorama__stage__shaft {
    height: auto;
    display: block;
    position: absolute;
    height: 100%;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    justify-content: center;
    bottom: 0;
  }
  .catalog-product-view .fotorama__wrap .fotorama__stage .fotorama__stage__shaft .fotorama__stage__frame {
    width: 100%;
    display: block;
    position: absolute;
    display: flex;
    justify-content: center;
  }
  .catalog-product-view .fotorama__wrap .fotorama__stage .fotorama__stage__shaft .fotorama__stage__frame img {
    display: block;
    transform: unset !important;
    width: auto;
    height: auto;
    max-width: unset;
    position: relative;
    left: unset;
    top: unset;
  }
  .catalog-product-view .fotorama__wrap .fotorama__nav-wrap {
    display: none !important;
  }
  .catalog-product-view .fotorama__wrap .fotorama__arr.fotorama__arr--prev,
  .catalog-product-view .fotorama__wrap .fotorama__arr.fotorama__arr--next {
    display: block !important;
  }
  .catalog-product-view .breadcrumbs {
    padding-top: 10px;
    margin-bottom: 30px;
  }
  .catalog-product-view .breadcrumbs ul {
    min-width: 295px;
    font-size: 11px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .catalog-product-view .static-bottom .mobile {
    display: none;
  }
  .catalog-product-view .column.main {
    padding-top: 0;
  }
  .catalog-product-view .column.main .fotorama__active .fotorama__dot {
    background-color: #063978;
    border-color: #063978;
  }
  .catalog-product-view .column.main .product-info-main {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
  }
  .catalog-product-view .column.main .product-info-main .page-title-wrapper {
    order: 0;
  }
  .catalog-product-view .column.main .product-info-main span.atributo-presentacion {
    display: inline-block;
    width: auto;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .catalog-product-view .column.main .product-info-main .product-info-price {
    order: 1;
    margin-top: 0;
  }
  .catalog-product-view .column.main .product-info-main .product-info-price .price-box .price {
    font-weight: 700 !important;
    font-size: 24px;
    color: #012D74;
  }
  .catalog-product-view .column.main .product-info-main .page-title span {
    color: #8e8e93;
    font-size: 21px;
    font-weight: 400 !important;
    font-family: Roboto !important;
  }
  .catalog-product-view .column.main .product-info-main .product.attribute.overview {
    order: 6;
    margin-top: 10px;
  }
  .catalog-product-view .column.main .product-info-main .etapa {
    order: 1;
  }
  .catalog-product-view .column.main .product-info-main .product-info-stock-sku {
    order: 2;
    margin-top: 10px;
  }
  .catalog-product-view .column.main .product-info-main h2 {
    order: 5;
  }
  .catalog-product-view .column.main .product-info-main .product-reviews-summary {
    order: 4;
    border: none;
  }
  .catalog-product-view .column.main .product-info-main .product-add-form {
    order: 3;
  }
  .catalog-product-view .column.main .product-info-main .product-add-form .product-options-wrapper .field.configurable {
    margin-top: 10px;
  }
  .catalog-product-view .column.main .product-info-main .product-add-form .product-options-wrapper .field.configurable .control {
    width: 100%;
    max-width: 500px;
  }
  .catalog-product-view .column.main .product-info-main .product-add-form .product-options-wrapper .field.configurable .control select {
    padding: 15px 60px 15px 30px;
  }
  .catalog-product-view .column.main .product-info-main .product-add-form .box-tocart {
    width: 100%;
  }
  .catalog-product-view .column.main .product-info-main .product-add-form .box-tocart .fieldset {
    justify-content: flex-start;
  }
  .catalog-product-view .column.main .product-info-main .product-add-form .box-tocart .fieldset .field.qty {
    padding-right: 25px;
  }
  .catalog-product-view .column.main .product-info-main .product-add-form .box-tocart .fieldset .actions {
    width: 100%;
  }
  .catalog-product-view .column.main .product-info-main .product-add-form .box-tocart .fieldset .actions button.primary {
    height: 48px;
  }
  .catalog-product-view .column.main .product-info-main .product-add-form .product-options-bottom {
    align-items: flex-start;
    flex-direction: column;
  }
  .catalog-product-view .column.main .product-info-main .product-add-form .product-options-bottom .social-media-icons {
    flex-direction: row;
    margin-left: 0;
    margin-top: 10px;
    justify-content: flex-start;
    width: 100%;
    padding-bottom: 15px;
    border-bottom: 1px solid #eeeeee;
  }
  .catalog-product-view .column.main .product-info-main .product-add-form .product-options-bottom .social-media-icons span {
    margin-bottom: 0;
    white-space: nowrap;
    display: flex;
    align-items: center;
  }
  .catalog-product-view .column.main .product-info-main .product-add-form .product-options-bottom .social-media-icons .icons-links {
    margin-left: 10px;
  }
  .catalog-product-view .column.main .product-info-main .product-add-form .product-options-bottom .social-media-icons .icons-links a {
    width: auto;
    max-width: 20px;
    margin-right: 20px;
  }
  .catalog-product-view .column.main .product-info-main .product-add-form .product-options-bottom .social-media-icons .icons-links a img {
    width: 100%;
  }
  .catalog-product-view .column.main .fotorama__nav--dots .fotorama__nav__frame--thumb,
  .catalog-product-view .column.main .fotorama__nav--dots .fotorama__thumb-border {
    display: block !important;
  }
  .catalog-product-view .column.main .fotorama__nav__frame.fotorama__nav__frame--thumb {
    display: block !important;
  }
  .catalog-product-view .column.main .fotorama__nav--dots .fotorama__thumb-border {
    display: none !important;
  }
  .catalog-product-view .column.main .fotorama__nav__frame.fotorama__nav__frame--dot {
    display: none !important;
  }
  .catalog-product-view .column.main .fotorama__nav__frame.fotorama__nav__frame--thumb {
    width: 76px !important;
    height: 73px !important;
    margin-left: 0;
    margin-right: 20px;
  }
  .catalog-product-view .column.main .fotorama__nav__frame.fotorama__nav__frame--thumb .fotorama__thumb {
    padding: 10px;
    border-radius: 7px;
    margin-right: 10px;
    background-color: #fafafa;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
  }
  .catalog-product-view .column.main .fotorama__nav__frame.fotorama__nav__frame--thumb .fotorama__thumb img {
    width: 55%;
  }
  .catalog-product-view .column.main .fotorama__nav__shaft {
    margin-bottom: 60px;
    margin-top: 40px;
    width: 100%;
    display: flex;
  }
  .catalog-product-view .column.main .product.info.detailed {
    min-height: 300px;
    position: relative;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .catalog-product-view .column.main .product.data.items {
    float: left;
    -ms-touch-action: auto !important;
    touch-action: auto !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    position: unset;
    margin-top: 0 !important;
  }
  .catalog-product-view .column.main .product.data.items > .item.title {
    margin: 0 -1px 0 0;
    float: left;
    width: auto;
    order: 1;
    padding-bottom: 10px;
    border-bottom: 1px solid #eeeeee;
  }
  .catalog-product-view .column.main .product.data.items > .item.content {
    box-sizing: border-box;
    float: right;
    order: 2;
    float: left;
    width: 100%;
    margin-left: 0;
    margin-top: 10px !important;
    position: absolute;
    left: 0;
    right: 0;
    top: 60px;
    border: none !important;
    height: 80%;
    overflow-y: auto;
  }
  .catalog-product-view .column.main #reviews .block.review-add .fieldset > .field {
    margin: 0 0 10px;
  }
  .catalog-product-view .column.main #reviews .block.review-add .fieldset .review-legend.legend {
    margin-bottom: 10px;
  }
  .catalog-product-view .column.main #reviews .block.review-add .fieldset {
    margin: 0 0 10px;
  }
  .catalog-product-view .column.main .product.info.detailed .product.attribute.description .value {
    line-height: 28px;
  }
  .catalog-product-view .showForm {
    justify-content: center;
  }
  .catalog-product-view .showForm span {
    width: 100%;
    justify-content: center;
  }
  .catalog-product-view .block.review-add {
    width: 90%;
    height: 95vh;
    overflow-y: auto;
    padding-bottom: 30px !important;
  }
  .catalog-product-view .block.review-add .block-title .logo-modal {
    height: 40px;
    width: 120px;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: 120px !important;
  }
  .catalog-product-view .block.review-add .block-title .action-close {
    height: 15px;
    width: 15px;
    background-size: 15px !important;
  }
  .catalog-product-view .block.review-add .block-content .review-form .review-field-ratings {
    min-height: 60px;
    margin-bottom: 8px;
  }
  .catalog-product-view .block.review-add .block-content .review-form .review-field-ratings #product-review-table {
    height: 44px;
  }
  .catalog-product-view .block.review-add .block-content .review-form .review-field-ratings .control .review-control-vote:before {
    height: 44px;
    width: 200px;
    background-size: 200px !important;
  }
  .catalog-product-view .block.review-add .block-content .review-form .review-field-ratings .control .review-control-vote label:before {
    height: 44px;
    width: 200px;
    background-size: 200px !important;
  }
  .catalog-product-view .block.review-add .block-content .review-form .review-field-ratings .control .review-control-vote label.rating-1:before {
    width: 40px;
  }
  .catalog-product-view .block.review-add .block-content .review-form .review-field-ratings .control .review-control-vote label.rating-2:before {
    width: 80px;
  }
  .catalog-product-view .block.review-add .block-content .review-form .review-field-ratings .control .review-control-vote label.rating-3:before {
    width: 120px;
  }
  .catalog-product-view .block.review-add .block-content .review-form .review-field-ratings .control .review-control-vote label.rating-4:before {
    width: 160px;
  }
  .catalog-product-view .block.review-add .block-content .review-form .review-field-ratings .control .review-control-vote label.rating-5:before {
    width: 200px;
  }
  .catalog-product-view .block.review-add .block-content .review-form .review-field-ratings {
    min-height: 62px;
  }
  .catalog-product-view .block.review-add .block-content .review-form .review-field-nickname,
  .catalog-product-view .block.review-add .block-content .review-form .review-field-summary {
    min-height: 84px;
  }
  .catalog-product-view .block.review-add .block-content .review-form .review-field-text {
    min-height: 159px;
  }
  .catalog-product-view .block.review-add .block-content .review-form-actions {
    margin-left: 0 !important;
  }
  .catalog-product-view .block.review-add .block-content .review-form-actions .actions-primary {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .catalog-product-view .block.review-add .block-content .review-form-actions .actions-primary button.primary {
    margin: 0;
    width: 100%;
    margin-bottom: 14px;
  }
  .catalog-product-view .block.review-add .block-content .review-form-actions .actions-primary div.secondary {
    width: auto;
  }
  .catalog-product-view .review-title {
    margin: 2px 0 15px 0 !important;
  }
  .catalog-product-view .reviews-actions .action.add {
    display: none;
  }
  .catalog-category-view .filtros-padecimientos {
    position: relative;
    margin: 0 -15px;
  }
  .catalog-category-view .filtros-padecimientos h3 {
    font-size: 20px;
  }
  .catalog-category-view .filtros-padecimientos ul {
    -ms-touch-action: auto !important;
    touch-action: auto !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
    padding-bottom: 0;
    margin-bottom: 0;
    position: relative;
    background-color: #fff;
    padding-top: 13px;
    padding-bottom: 13px;
    padding-right: 60px;
    box-sizing: border-box;
    padding-left: 20px;
  }
  .catalog-category-view .filtros-padecimientos ul li {
    margin-bottom: 0px;
    background-color: #fff;
  }
  .catalog-category-view .filtros-padecimientos ul li a img {
    display: none;
  }
  .catalog-category-view .filtros-padecimientos h3 {
    width: 100%;
    text-align: center;
  }
  .catalog-category-view .filtros-padecimientos.new {
    flex-direction: column;
    padding: 0 15px;
    align-items: flex-start;
  }
  .catalog-category-view .filtros-padecimientos.new .filter-button {
    display: flex;
    justify-content: space-between;
    width: 80%;
    margin: auto;
    border: 1px solid #ccc;
    border-radius: 21px;
    padding: 10px 20px;
    box-sizing: border-box;
    font-size: 16px;
    margin-bottom: 40px;
    color: #073979;
  }
  .catalog-category-view .filtros-padecimientos.new .filter-button:after {
    content: '';
    background-size: 10px 10px !important;
    height: 10px;
    width: 10px;
    background: url(../../frontend/Ecloud/novamil/es_MX/images/arrow-down.png) no-repeat center;
    display: block;
    margin-top: 3px;
    margin-left: 5px;
    background-color: white;
    padding: 4px;
    border-radius: 50%;
    transition: .3s;
  }
  .catalog-category-view .filtros-padecimientos.new .filter-button.active {
    margin-bottom: 0;
  }
  .catalog-category-view .filtros-padecimientos.new .filter-button.active:after {
    transform: rotate(180deg);
  }
  .catalog-category-view .filtros-padecimientos.new > ul {
    width: 80%;
    display: none;
    margin: auto;
    padding: 10px;
    box-sizing: border-box;
  }
  .catalog-category-view .filtros-padecimientos.new > ul.active {
    display: block;
    margin-bottom: 40px;
    box-shadow: 0px 5px 2px #d7d7d7;
  }
  .catalog-category-view .filtros-padecimientos.new li {
    width: 100%;
    justify-content: flex-start;
    border-bottom: 1px solid #ccc;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
  .catalog-category-view .filtros-padecimientos.new li h3 {
    display: flex;
    justify-content: flex-start;
    width: 100%;
  }
  .catalog-category-view .filtros-padecimientos.new li h3 a {
    border: none;
    box-shadow: none !important;
    min-height: unset;
    padding: 10px;
    display: flex;
    justify-content: flex-start;
    width: 100%;
  }
  .catalog-category-view .filtros-padecimientos.new li h3 a.btn-productos {
    padding: 10px;
  }
  .catalog-category-view .filtros-padecimientos.new li h3 a.active {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .catalog-category-view .filtros-padecimientos.new li.etapas {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .catalog-category-view .filtros-padecimientos.new li.etapas > h3 a {
    display: flex;
    justify-content: space-between;
  }
  .catalog-category-view .filtros-padecimientos.new li.etapas .etapas-dropdown {
    position: relative;
    left: unset;
    top: unset;
    padding: 0;
    margin-top: 0;
    justify-content: flex-start;
    box-shadow: none;
    border: none;
    padding-left: 20px;
  }
  .catalog-category-view .filtros-padecimientos.new li.etapas .etapas-dropdown li {
    justify-content: flex-start;
    border: none;
  }
  .catalog-category-view .filtros-padecimientos.new li:last-child {
    border-bottom: none;
  }
  .catalog-category-view .filtros-padecimientos.new.etapas > h3 {
    width: 100%;
  }
  .catalog-category-view .filtros-padecimientos.new.etapas > h3 a {
    display: flex;
    width: 100%;
    justify-content: space-between;
  }
  .seccion-preparacion {
    padding: 0;
  }
  .seccion-preparacion h2 {
    font-size: 24px;
  }
  .seccion-preparacion .mobile {
    display: block;
  }
  .seccion-preparacion .desktop {
    display: none;
  }
  .seccion-preparacion ul {
    padding: 20px 0 0 0;
  }
  .seccion-preparacion ul li {
    flex-direction: column;
    margin-bottom: 20px;
  }
  .seccion-preparacion ul li i {
    margin-bottom: 20px;
  }
  .catalog-category-view .products-grid.products.wrapper ol.list.product-items li.item.product-item,
  .catalogsearch-result-index .products-grid.products.wrapper ol.list.product-items li.item.product-item {
    width: calc(80%) !important;
  }
  #password-strength-meter {
    max-width: 100% !important;
  }
  .customer-account-forgotpassword .form.password.forget .actions-toolbar,
  .customer-account-create .form-create-account .actions-toolbar {
    flex-direction: column;
  }
  .customer-account-forgotpassword .form.password.forget .actions-toolbar .secondary,
  .customer-account-create .form-create-account .actions-toolbar .secondary {
    margin-top: 20px;
  }
  .customer-account-login {
    margin-top: 120px;
  }
  .customer-account-login.medicos .page-wrapper {
    background: white !important;
  }
  .customer-account-login.medicos .page-wrapper .columns {
    padding-top: 0px !important;
  }
  .customer-account-login.medicos .page-wrapper .columns .column.main .login-container {
    display: flex !important;
    flex-direction: column !important;
  }
  .customer-account-login.medicos .page-wrapper .columns .column.main .login-container .block-customer-login,
  .customer-account-login.medicos .page-wrapper .columns .column.main .login-container .block-new-customer {
    width: 100% !important;
  }
  .customer-account-login.medicos .page-wrapper .columns .column.main .login-container .block-customer-login .block-content,
  .customer-account-login.medicos .page-wrapper .columns .column.main .login-container .block-new-customer .block-content {
    max-width: 92% !important;
    width: 92% !important;
  }
  .customer-account-login.medicos .page-wrapper .columns .column.main .login-container .block-customer-login .block-content .title-login,
  .customer-account-login.medicos .page-wrapper .columns .column.main .login-container .block-new-customer .block-content .title-login {
    width: auto !important;
    margin-bottom: 30px !important;
  }
  .customer-account-login.medicos .page-wrapper .columns .column.main .login-container .block-new-customer {
    margin-top: 20px !important;
  }
  .customer-account-login.medicos .page-wrapper .columns .column.main .login-container .block-new-customer .block-content .actions-title {
    display: flex;
    flex-direction: column-reverse;
    margin-top: 10px;
  }
  .customer-account-login.medicos .page-wrapper .columns .column.main .login-container .block-new-customer .block-content .actions-title img {
    width: 50px;
    border-radius: 10px;
    padding: 10px !important;
    margin: auto;
    margin-bottom: 15px;
  }
  .customer-account-login.medicos .page-wrapper .columns .column.main .login-container .block-new-customer .block-content .actions-title p {
    padding: 0px;
    font-size: 14px;
    font-weight: 500;
    max-width: 300px;
  }
  .customer-account-login .page-title-wrapper h1.page-title {
    font-size: 20px;
  }
  .customer-account-login .column.main {
    padding-top: 20px;
  }
  .customer-account-login .login-container .block-content .actions-toolbar .primary {
    justify-content: center;
  }
  .customer-account-login .login-container .field.choice[data-bind="scope: 'showPassword'"] {
    margin: -20px 0 20px 0;
  }
  .customer-account-login .block-new-customer .actions-toolbar .primary {
    justify-content: center;
    margin-bottom: 0;
  }
  .customer-account-create h1.page-title {
    font-size: 24px !important;
  }
  .customer-account-create .form-create-account .actions-toolbar .primary {
    width: 100%;
  }
  .customer-account-create .form-create-account .actions-toolbar .primary .action.submit.primary {
    width: 100%;
  }
  .customer-account-create .form-create-account .actions-toolbar .secondary .action.back {
    display: flex;
    justify-content: center;
  }
  .control.captcha-image {
    display: flex;
    align-items: center;
  }
  .control.captcha-image button {
    margin-left: 20px;
  }
  .account {
    padding: 0;
  }
  .account .block-collapsible-nav {
    top: 2px;
  }
  .account .block-collapsible-nav .content {
    background: #fff !important;
    box-shadow: 0 22px 37px -12px #000000;
  }
  .account #my-orders-table td.col.actions {
    text-align: left;
    width: 100%;
    float: left;
  }
  .account #my-orders-table td.col.actions::before {
    width: 100%;
    padding: 0 0 10px 0px;
  }
  .account.customer-address-index #maincontent .column.main .actions-toolbar {
    float: left;
  }
  .account.customer-address-index #maincontent .column.main .actions-toolbar .primary button {
    height: 55px !important;
  }
  .account #maincontent {
    padding-top: 70px;
  }
  .account #maincontent .column.main {
    padding-top: 0;
  }
  .account #maincontent form .fieldset {
    max-width: unset;
    margin-bottom: 0;
  }
  .account #maincontent form .actions-toolbar {
    flex-direction: column;
  }
  .account #maincontent form .actions-toolbar .secondary {
    display: flex;
  }
  .account #maincontent form .actions-toolbar .secondary a {
    margin-right: 0 !important;
  }
  .account #maincontent .block {
    float: left;
    margin-bottom: 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .account #maincontent .block.block-dashboard-info .block-content {
    display: flex;
    flex-wrap: wrap;
  }
  .account #maincontent .block.block-dashboard-info .block-content .box {
    width: 100%;
  }
  .account #maincontent .block.block-dashboard-orders .table-order-items tbody tr td.col.actions {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
  }
  .account #maincontent .block.block-dashboard-orders .table-order-items tbody tr td.col.actions a {
    margin-top: 10px;
  }
  .account #maincontent .block .box.box-newsletter {
    margin-top: 30px;
    float: left;
  }
  .account #maincontent .block .box.box-billing-address,
  .account #maincontent .block .box.box-shipping-address {
    float: left;
  }
  .account #maincontent .block .block-title {
    float: left;
  }
  .account #maincontent .block .block-title strong {
    width: 100%;
    float: left;
  }
  .account #maincontent .block .block-title a {
    float: left !important;
    margin: 0 !important;
  }
  .account #maincontent .order-details-items.attachments {
    display: table;
    width: 100%;
  }
  .nav-sections-item-content {
    margin-top: 0;
  }
  .faqs-container {
    flex-direction: column;
  }
  #whatsapp-general a .txt_wpp {
    display: none !important;
  }
  #whatsapp-general a .icon_wpp {
    width: 55px;
    height: 55px;
  }
  #whatsapp-general a .icon_wpp i {
    font-size: 25px;
  }
  .amgdprcookie-modal-container.modal-popup.modal-slide .modal-inner-wrap .action-close {
    box-shadow: none;
    margin-right: 7px !important;
  }
  .amgdprcookie-modal-container.modal-popup.modal-slide .modal-inner-wrap #amgdprcookie-form .amgdprcookie-groups-container .amgdprcookie-cookie-container.-modal:last-child {
    margin-bottom: 80px !important;
  }
  .amgdprcookie-modal-container.modal-popup.modal-slide .modal-inner-wrap #amgdprcookie-form .amgdprcookie-groups-container .amgdprcookie-cookie-container .amgdprcookie-header {
    width: 100%;
    margin-top: 20px;
    float: left;
  }
  .amgdprcookie-modal-container.modal-popup.modal-slide .modal-inner-wrap #amgdprcookie-form .amgdprcookie-policy-container .amgdprcookie-text-container {
    margin-bottom: 10px;
  }
  .amgdprcookie-bar-container {
    padding: 12px;
  }
  .amgdprcookie-bar-container .amgdprcookie-bar-block {
    flex-direction: column;
  }
  .amgdprcookie-bar-container .amgdprcookie-bar-block .amgdprcookie-policy {
    margin: 0 !important;
  }
  .amgdprcookie-bar-container .amgdprcookie-bar-block .amgdprcookie-buttons-block {
    margin-top: 10px;
  }
  .nav-before-open body {
    overflow: unset;
    overflow-x: hidden;
    height: auto;
    width: auto;
  }
  .nav-before-open body .sections.nav-sections {
    box-shadow: none;
    border-right: 3px solid #333333;
    z-index: 9999999999;
  }
  .nav-before-open body .sections.nav-sections .section-items .section-item-content {
    display: none;
  }
  .nav-before-open body .sections.nav-sections .section-items .section-item-content .navigation {
    display: none;
  }
  .nav-before-open body .sections.nav-sections .section-items .section-item-content:first-child {
    display: flex;
  }
  .sections.nav-sections {
    background: white;
  }
  .sections.nav-sections .nav-sections-item-content {
    margin-top: 0;
    display: flex;
    flex-direction: column;
  }
  .sections.nav-sections .logo {
    width: 100%;
    display: flex;
    justify-content: center;
    max-width: unset;
    margin: 0;
    margin-bottom: 20px;
  }
  .sections.nav-sections .extra-links {
    margin-top: 40px;
  }
  .sections.nav-sections .extra-links .links.wrapper {
    display: flex;
    flex-direction: column;
  }
  .sections.nav-sections .extra-links .links.wrapper li {
    display: inline-block;
    text-align: left;
    padding-left: 60px;
    line-height: 2;
    padding-bottom: 10px;
    padding-top: 10px;
    border-bottom: 1px solid white;
  }
  .sections.nav-sections .extra-links .links.wrapper li a {
    font-size: 16px;
    font-weight: 500;
    color: #002c79;
  }
  .sections.nav-sections .extra-links .links.wrapper li.btn {
    border: none !important;
    display: flex;
    justify-content: center;
  }
  .sections.nav-sections .extra-links .links.wrapper li.btn a {
    width: 129px;
    height: 36px;
    border-radius: 18px;
    background-color: #a5e1df;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
  }
  .sections.nav-sections .extra-links .links.wrapper li ul.dropdown {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
  }
  .sections.nav-sections .extra-links .links.wrapper li ul.dropdown li {
    padding-left: 20px;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 5px;
  }
  .sections.nav-sections .extra-links .links.wrapper li ul.dropdown li a {
    font-size: 14px;
  }
  .sections.nav-sections .extra-links .links.wrapper li ul.dropdown li:first-child {
    padding-top: 5px;
  }
  .sections.nav-sections .my-account ul {
    margin-top: 20px;
    padding: 0;
  }
  .sections.nav-sections .my-account ul li {
    text-align: center;
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .sections.nav-sections .my-account ul li a {
    color: white;
    font-size: 16px;
    font-weight: 500;
  }
  .header.content {
    justify-content: space-around;
  }
  .header.content .links.wrapper {
    display: none;
  }
  .header.content .panel.myaccount {
    position: relative;
  }
  .header.content .panel.myaccount .icon-account {
    display: flex;
  }
  .header.content .panel.myaccount ul {
    display: none;
  }
  .header.content .panel.myaccount ul.active {
    display: block;
    position: absolute;
    padding: 0;
    background: white;
    box-shadow: 1px 1px black;
    box-shadow: 0px 2px 7px #A5A5A5;
    right: -10px;
    margin: 0;
    top: 35px;
    padding: 10px 5px;
    width: 100px;
    list-style: none;
  }
  .header.content .panel.myaccount ul.active:before,
  .header.content .panel.myaccount ul.active:after {
    border-bottom-style: solid;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    width: 0;
  }
  .header.content .panel.myaccount ul.active:before {
    border: 6px solid;
    border-color: transparent transparent #ffffff transparent;
    z-index: 99;
    right: 2px;
    top: -12px;
  }
  .header.content .panel.myaccount ul.active:after {
    border: 7px solid;
    border-color: transparent transparent #bbbbbb transparent;
    z-index: 98;
    right: 0px;
    top: -14px;
  }
  .header.content .panel.myaccount ul li {
    margin-bottom: 0;
    margin-top: 10px;
  }
  .header.content .panel.myaccount ul li:first-child {
    margin-bottom: 0;
    margin-top: 0;
  }
  .header.content .panel.myaccount ul li a {
    color: #5d8397;
    font-weight: 500;
  }
  .page-header {
    background: white;
    padding: 0;
    border-bottom: none;
    z-index: 900;
    padding-bottom: 15px;
    padding: 18px 0 12px;
  }
  .page-header.scrolling {
    transform: translateY(0px);
    box-shadow: 0px 2px 7px #A5A5A5;
  }
  .page-header .panel.wrapper .action.skip.contentarea {
    display: none;
  }
  .page-header .panel.wrapper .panel.header {
    padding: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .page-header .panel.wrapper .panel.header .paneltop {
    background-color: #ebf9f5;
    border-bottom: none;
    height: 40px;
    min-height: 40px;
    margin: 0 0 ;
    display: flex;
    position: relative;
    width: 100vw;
    justify-content: center;
    margin-top: -18px;
    margin-bottom: 15px;
  }
  .page-header .panel.wrapper .panel.header .paneltop p {
    margin: 0;
    color: #365a6e;
    font-size: 11px;
    font-weight: 400;
    font-family: DINosaur-bold;
    display: flex;
    align-items: center;
  }
  .page-header .panel.wrapper .panel.header .paneltop p.enviosfree {
    display: flex;
    align-items: center;
  }
  .page-header .panel.wrapper .panel.header .paneltop p.enviosfree:before {
    display: block;
    content: '';
    width: 20px;
    height: 18px;
    background: url('../../frontend/Ecloud/novamil/es_MX/images/freeshipping.png');
    background-size: cover;
    display: inline-block;
    font-size: 0;
    margin-right: 10px;
  }
  .page-header .header.content {
    padding: 0 15px;
    display: block;
  }
  .page-header .header.content .action.nav-toggle {
    position: relative;
    left: 0;
    top: 1px;
    display: flex;
    align-items: center;
    float: left;
  }
  .page-header .header.content .action.nav-toggle:before {
    content: '';
    width: 27px;
    height: 22px;
    background: url('../../frontend/Ecloud/novamil/es_MX/images/menu-toggle.svg');
    background-size: cover;
    display: inline-block;
    font-size: 0;
  }
  .page-header .header.content .action.nav-toggle:after {
    background: rgba(0, 0, 0, 0);
    content: '';
    display: block;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: -10000;
    pointer-events: none;
    transition: .3s;
  }
  .page-header .header.content .block-search .label.active + .control input {
    position: absolute;
    left: 0;
    right: 0;
    height: 53px;
    width: 90%;
    top: 55px;
    margin: auto;
    border-radius: 27px;
    border: 1px solid #eeeeee;
    background-color: #f6fafb;
    outline: none;
    box-shadow: none;
    padding-right: 60px;
    box-shadow: 0px 4px 3px 0px #0938774a;
  }
  .page-header .header.content .block-search {
    margin-top: 0;
  }
  .page-header .header.content .block-search .block-content .field.search label:before {
    content: '';
    width: 20px;
    height: 20px;
    background: url(../../frontend/Ecloud/novamil/es_MX/images/search.svg);
    background-size: cover;
    display: inline-block;
    font-size: 0;
  }
  .page-header .header.content .block-search .block-content .field.search .control {
    border: none;
  }
  .page-header .header.content .block-search .block-content .form.minisearch.active .actions button {
    position: absolute;
    top: 65px;
    right: 25px;
    padding: 0;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #fdbf87;
    opacity: 1;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .page-header .header.content .block-search .block-content .form.minisearch.active .actions button span {
    display: none;
  }
  .page-header .header.content .block-search .block-content .form.minisearch.active .actions button:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: white;
    font-size: 17px;
    line-height: inherit;
    content: '\e615';
    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 .header.content .block-search .block-content .form.minisearch #search_autocomplete {
    display: none !important;
  }
  .page-header .header.content .logo {
    margin: 0;
    display: flex;
    max-width: 125px;
    max-height: 25px;
  }
  .page-header .header.content .logo img {
    height: auto;
  }
  .page-header .header.content .minicart-wrapper {
    margin-top: -5px;
    display: flex;
    align-items: center;
  }
  .page-header .header.content .minicart-wrapper .block-minicart {
    right: -15px;
    top: 150%;
    padding: 0;
  }
  .page-header .header.content .minicart-wrapper .action.showcart:before {
    content: '';
    width: 24px;
    height: 20px;
    background: url('../../frontend/Ecloud/novamil/es_MX/images/minicart.svg');
    background-size: cover;
    display: inline-block;
    font-size: 0;
  }
  .page-header .header.content .panel.myaccount {
    float: right;
    margin-right: 0px;
  }
  .page-header .header.content:before,
  .page-header .header.content:after {
    display: none;
  }
  .nav-open .page-header.scrolling {
    transform: unset;
  }
  .nav-open .nav-toggle:after {
    background: rgba(0, 0, 0, 0.7) !important;
    pointer-events: all !important;
  }
  .block.newsletter {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  .block.newsletter .title {
    display: flex;
    width: 100%;
    justify-content: center;
  }
  .block.newsletter .title strong {
    font-size: 34px;
    font-weight: 700;
    color: #002c7b;
    font-family: 'DINosaur-Bold';
  }
  .block.newsletter .content {
    width: 100vw;
    position: relative;
    left: 0;
    right: 0;
    margin-left: -15px;
    margin-right: -15px;
    box-shadow: 0 10px 37px rgba(123, 117, 117, 0.1);
    border-radius: 5px;
    background-color: #ffffff;
    padding: 30px 10px;
  }
  .block.newsletter .content .form.subscribe {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 0;
    width: 100%;
  }
  .block.newsletter .content .form.subscribe .field.newsletter {
    width: 100%;
  }
  .block.newsletter .content .form.subscribe .field.newsletter .control {
    width: 100%;
  }
  .block.newsletter .content .form.subscribe .field.newsletter .control:before {
    display: none;
  }
  .block.newsletter .content .form.subscribe #newsletter {
    padding-left: 20px;
    width: 100%;
    height: 60px;
    border-radius: 30px;
    border: 1px solid #d1dbe3;
    background-color: #ffffff;
    margin-top: 0;
    box-shadow: none;
    margin-right: 0;
    font-weight: 300;
    padding-right: 70px;
    font-size: 14px;
  }
  .block.newsletter .content .form.subscribe #newsletter::placeholder {
    color: #9dafbd;
  }
  .block.newsletter .content .form.subscribe .actions {
    position: absolute;
    width: auto;
    right: 8px;
    top: 6px;
  }
  .block.newsletter .content .form.subscribe .actions button {
    width: 48px;
    height: 48px;
    box-shadow: 0 6px 14px rgba(232, 226, 226, 0.5);
    border-radius: 50%;
    background-color: #fdbe87;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    border: none;
    position: relative;
  }
  .block.newsletter .content .form.subscribe .actions button span {
    display: none;
  }
  .block.newsletter .content .form.subscribe .actions button:after {
    content: '';
    width: 22px;
    height: 19px;
    background: url('../../frontend/Ecloud/novamil/es_MX/images/send.png');
    background-size: cover;
    display: inline-block;
    position: absolute;
    bottom: 10px;
    left: 10px;
  }
  .block.newsletter .content .form.subscribe .label {
    display: none;
  }
  .footer.content {
    padding-bottom: 0;
    border: 0;
  }
  .footer-leyend p {
    width: 90%;
    margin: auto;
  }
  .footer-info .desktop {
    display: none;
  }
  .footer-info .mobile {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .footer-info .mobile p {
    color: #627a86;
    font-size: 13px;
    font-weight: 400;
    line-height: 22px;
    margin-top: 30px;
    margin-bottom: 50px;
    max-width: 250px;
  }
  .footer-info .mobile .redes {
    padding-bottom: 30px;
    border-bottom: 1px solid #eeeeee;
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 30px 0;
  }
  .footer-info .mobile .redes ul {
    display: flex;
  }
  .footer-info .mobile .redes ul li {
    margin-right: 10px;
  }
  .footer-info .mobile .redes ul li:last-child {
    margin-right: 0;
  }
  .footer-info .mobile .redes ul li a {
    width: 35px;
    height: 35px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
  }
  .footer-info .mobile .redes ul li a picture {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .footer-info .mobile .redes ul li a picture img {
    height: 20px;
    width: auto;
  }
  .footer-info .mobile .redes ul li a img {
    height: 50%;
  }
  .footer-info .mobile .redes ul li a.fb {
    background-color: #007aff;
  }
  .footer-info .mobile .redes ul li a.yt {
    background-color: #ff2d55;
  }
  .footer-info .mobile .redes ul li a.ig {
    background-color: #ad56d6;
  }
  .footer-links .column.left {
    display: none;
  }
  .footer-links .column ul li {
    padding-bottom: 15px;
    display: flex;
    justify-content: center;
  }
  .footer-links .column ul li.mobile {
    display: flex;
  }
  .footer-links .column ul li.mobile a {
    font-weight: 700;
  }
  .footer-links .column.right ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
  }
  .footer .copyright {
    margin-top: 10px;
    height: 40px;
    background-color: #ebf9f5;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vw;
    position: relative;
    left: 0;
    right: 0;
    margin-left: -15px;
    margin-right: -15px;
  }
  .footer .copyright p {
    font-weight: 400;
    color: #365a6e;
  }
  body {
    margin-top: 120px;
  }
  body.has_toppanel {
    margin-top: 90px;
  }
  .login-modals {
    width: 100%;
    left: 0 !important;
  }
  .login-modals .modal-content {
    padding: 10px;
  }
  .login-modals .modal-inner-wrap {
    width: 80% !important;
    height: 360px !important;
    position: absolute !important;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto !important;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
  }
  .login-modals .modal-inner-wrap .popup-content {
    padding-top: 20px !important;
    padding-left: 10px;
    padding-right: 10px;
  }
  .login-modals .modal-inner-wrap .popup-content img {
    max-width: 145px;
    width: auto !important;
  }
  .login-modals .modal-inner-wrap .popup-content h3 {
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 40px;
  }
  .login-modals .modal-inner-wrap .popup-content p {
    line-height: 23px;
    font-size: 15px;
    margin-bottom: 25px;
  }
  .login-modals .modal-inner-wrap .popup-content .buttons {
    flex-direction: column;
    margin-top: 10px !important;
  }
  .login-modals .modal-inner-wrap .popup-content .buttons a {
    width: 100%;
    height: 40px !important;
  }
  .login-modals .modal-inner-wrap .popup-content .toolbar {
    flex-direction: column;
    margin-top: 0 !important;
  }
  .login-modals .modal-inner-wrap .popup-content .close.text {
    display: none;
  }
  .checkout-index-index .msg-shipping-mobile {
    display: block !important;
  }
  .cms-no-route .destacados-pack .owl-nav .owl-prev,
  .catalogsearch-result-index .destacados-pack .owl-nav .owl-prev,
  .cms-no-route .destacados-pack .owl-nav .owl-next,
  .catalogsearch-result-index .destacados-pack .owl-nav .owl-next {
    margin: 0 15px;
  }
  .cms-no-route .destacados-pack .actions-extra a,
  .catalogsearch-result-index .destacados-pack .actions-extra a {
    width: 100% !important;
  }
  .mpblog-post-index .page-title,
  .mpblog-category-view .page-title {
    display: none;
  }
  .mpblog-post-index .block-blog-related h2,
  .mpblog-category-view .block-blog-related h2 {
    margin-bottom: 0px;
  }
  .mpblog-post-index .mpblog-search,
  .mpblog-category-view .mpblog-search {
    max-width: 570px;
    margin: auto;
    margin-bottom: 40px;
  }
  .mpblog-post-index .mpblog-search #mpblog-search-box,
  .mpblog-category-view .mpblog-search #mpblog-search-box {
    border-radius: 27px;
    border: 1px solid #eeeeee;
    background-color: #f6fafb;
    height: 40px;
    outline: none;
    font-size: 14px;
    box-shadow: none;
    transition: .3s;
  }
  .mpblog-post-index .mpblog-search #mpblog-search-box::placeholder,
  .mpblog-category-view .mpblog-search #mpblog-search-box::placeholder {
    color: #9dafbd !important;
    font-size: 14px !important;
  }
  .mpblog-post-index .mpblog-search #mpblog-search-box:focus,
  .mpblog-category-view .mpblog-search #mpblog-search-box:focus {
    box-shadow: 0 6px 13px #e6e3e3;
  }
  .mpblog-post-index .mpblog-search .actions,
  .mpblog-category-view .mpblog-search .actions {
    float: right;
  }
  .mpblog-post-index .mpblog-search .actions .action.search,
  .mpblog-category-view .mpblog-search .actions .action.search {
    top: 0;
    bottom: 0;
    margin: auto;
    width: 30px;
    height: 30px;
    background-color: #fdbf87 !important;
    border-radius: 50%;
  }
  .mpblog-post-index .mpblog-search .actions .action.search i,
  .mpblog-category-view .mpblog-search .actions .action.search i {
    margin-top: 0 !important;
  }
  .mpblog-post-index .mpblog-search .actions .action.search i:before,
  .mpblog-category-view .mpblog-search .actions .action.search i:before {
    color: white;
    font-size: 14px;
  }
  .mpblog-post-index #maincontent,
  .mpblog-category-view #maincontent {
    padding-top: 80px;
  }
  .mpblog-post-index .sidebar-main,
  .mpblog-category-view .sidebar-main {
    float: left;
    width: 100%;
  }
  .mpblog-post-index .sidebar-main .product.info.detailed,
  .mpblog-category-view .sidebar-main .product.info.detailed {
    float: left;
    width: 100%;
  }
  .mpblog-post-index .post-list-body,
  .mpblog-category-view .post-list-body {
    margin-bottom: 20px;
  }
  .mpblog-post-index .mpblog-search,
  .mpblog-category-view .mpblog-search {
    width: 100%;
    padding: 0;
    float: left;
  }
  .mpblog-post-index .mpblog-search .field.search,
  .mpblog-category-view .mpblog-search .field.search {
    padding: 0 10px;
  }
  .mpblog-post-index .mpblog-search .actions button,
  .mpblog-category-view .mpblog-search .actions button {
    right: 20px;
  }
  .cms-padecimientos .mpblog-search {
    margin-top: 60px;
  }
  .at-share-dock.atss {
    box-shadow: none !important;
  }
  .mpblog-post-view .page-title {
    display: none;
  }
  .mp-blog-view {
    padding: 20px 0;
  }
  .mp-blog-view #maincontent {
    padding-top: 80px;
  }
  .mp-blog-view .block-blog-related h2 {
    margin-bottom: 0 !important;
    display: flex;
    justify-content: center;
  }
  .mp-blog-view .about-admin h2 {
    margin-bottom: 40px !important;
  }
  .mp-blog-view .about-admin .related-content-container {
    display: flex;
    justify-content: center;
  }
  .mp-blog-view .about-admin .related-content-container .author-content-information {
    width: auto;
    display: flex;
    align-items: center;
  }
}
@media only screen and (max-width: 1023px) and (min-width: 601px) {
  .slider-placeholder .mobile,
  #container-slider .mobile,
  .m-slider .mobile {
    display: none;
  }
}
@media only screen and (max-width: 1023px) and (max-width: 600px) {
  .slider-placeholder .desktop,
  #container-slider .desktop,
  .m-slider .desktop {
    display: none;
  }
}
@media only screen and (max-width: 1023px) and (min-width: 601px) {
  .slider-placeholder .slider-texts .container,
  #container-slider .slider-texts .container,
  .m-slider .slider-texts .container {
    max-width: 60%;
    padding-left: 2vw;
  }
}
@media only screen and (max-width: 1023px) and (min-width: 601px) {
  .slider-placeholder .slider-texts h2,
  #container-slider .slider-texts h2,
  .m-slider .slider-texts h2 {
    margin: 8.3vw 0 0 7.5vw;
    font-size: 2.8vw;
  }
}
@media only screen and (max-width: 1023px) and (min-width: 601px) {
  .slider-placeholder .slider-texts h3,
  #container-slider .slider-texts h3,
  .m-slider .slider-texts h3 {
    font-size: 3vw;
    margin-left: 7.5vw;
  }
}
@media only screen and (max-width: 1023px) and (min-width: 601px) {
  .slider-placeholder .slider-texts h4,
  #container-slider .slider-texts h4,
  .m-slider .slider-texts h4 {
    font-size: 1.2vw;
    margin: 2.2vw 0 0 7.5vw;
  }
}
@media only screen and (max-width: 1023px) and (min-width: 601px) {
  .slider-placeholder .slider-texts button.fake-btn,
  #container-slider .slider-texts button.fake-btn,
  .m-slider .slider-texts button.fake-btn {
    padding: 1vw 3vw;
    font-size: 1.5vw;
    margin: 0.7vw 0 0 7.5vw;
  }
}
@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 #cccccc;
  }
  .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 10px;
  }
  .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 > th {
    background-color: #f6f6f6;
  }
  .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;
  }
  /* 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;
  }
  .checkout-payment-method .amazon-sandbox-simulator {
    border-top: 1px solid #cccccc;
  }
  .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: inherit;
    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;
  }
  .account .column.main,
  .account .sidebar-additional {
    margin: 0;
  }
  .cart.table-wrapper .gift-content {
    border-bottom: 1px solid #cccccc;
    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;
  }
  .cart .table.items .col.qty {
    text-align: center;
  }
  .cart-container .form.form-cart .cart.main.actions {
    flex-wrap: wrap;
  }
  .cart-container .form.form-cart .cart.main.actions .action.continue,
  .cart-container .form.form-cart .cart.main.actions button.action.update {
    width: 100%;
    margin-top: 15px;
  }
  .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;
  }
  #braintree-three-d-modal .bt-modal-frame {
    width: 100%;
  }
}
@media only screen and (max-width: 479px) {
  .tooltip.wrapper .tooltip.content {
    min-width: 10rem;
  }
  .modal-popup .field-tooltip .field-tooltip-content {
    width: 200px;
  }
}
@media only screen and (max-width: 359px) {
  .customer-account-login.medicos .container-text-login .animation > div > div {
    margin-bottom: 2rem !important;
    font-size: 1.86rem !important;
  }
  .customer-account-login.medicos .container-text-login .first div,
  .customer-account-login.medicos .container-text-login .second div,
  .customer-account-login.medicos .container-text-login .third div {
    min-width: none;
  }
  .customer-account-login.medicos .actions-title {
    margin-top: 20px;
  }
}
@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;
  }
  .checkout-index-index .opc-wrapper.am-opc-wrapper .amcheckout-delivery-date .field {
    display: block;
    width: 50%;
  }
  .checkout-index-index .opc-wrapper.am-opc-wrapper .amcheckout-delivery-date .field:nth-child(2n) {
    padding-left: 7px;
  }
  .checkout-index-index .opc-wrapper.am-opc-wrapper .amcheckout-delivery-date .field.datepicker .control,
  .checkout-index-index .opc-wrapper.am-opc-wrapper .amcheckout-delivery-date .field.timepicker .control,
  .checkout-index-index .opc-wrapper.am-opc-wrapper .amcheckout-delivery-date .field.comment {
    width: 100%;
  }
  .checkout-index-index .modal-popup.modal-slide:not(.agreements-modal):not(.popup-authentication) .modal-inner-wrap {
    width: 500px;
  }
  .column .block-addbysku .action.remove {
    background-image: none;
    -moz-box-sizing: content-box;
    box-shadow: none;
    line-height: inherit;
    text-shadow: none;
    font-weight: 400;
    line-height: 1.42857143;
    margin: 0;
    padding: 0;
    color: #006bb4;
    text-decoration: none;
    background: none;
    border: 0;
    display: inline;
    margin-top: 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: #006bb4;
    text-decoration: none;
  }
  .column .block-addbysku .action.remove:hover {
    color: #006bb4;
    text-decoration: underline;
  }
  .column .block-addbysku .action.remove:active {
    color: #ff5501;
    text-decoration: underline;
  }
  .column .block-addbysku .action.remove:hover,
  .column .block-addbysku .action.remove:active,
  .column .block-addbysku .action.remove:focus {
    background: none;
    border: 0;
  }
  .column .block-addbysku .action.remove.disabled,
  .column .block-addbysku .action.remove[disabled],
  fieldset[disabled] .column .block-addbysku .action.remove {
    color: #006bb4;
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
    text-decoration: underline;
  }
  .products-grid .product-item {
    margin-bottom: 30px;
  }
  .product-item-actions {
    display: block;
  }
  .products-grid .product-item-actions {
    margin: 10px 0;
  }
  .product-item-actions .actions-primary + .actions-secondary > * {
    white-space: normal;
  }
  .products-grid .product-item {
    width: 33.33333333%;
  }
  .page-products .products-grid .product-item,
  .page-layout-1column .products-grid .product-item,
  .page-layout-3columns .products-grid .product-item,
  .page-products.page-layout-1column .products-grid .product-item,
  .page-products.page-layout-3columns .products-grid .product-item {
    margin-left: 2%;
    padding: 0;
    width: calc((100% - 4%) / 3);
  }
  .page-products .products-grid .product-item:nth-child(3n + 1),
  .page-layout-1column .products-grid .product-item:nth-child(3n + 1),
  .page-layout-3columns .products-grid .product-item:nth-child(3n + 1),
  .page-products.page-layout-1column .products-grid .product-item:nth-child(3n + 1),
  .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .multicheckout .actions-toolbar .secondary {
    float: none;
    margin-top: 11px;
    text-align: right;
  }
  .multicheckout .actions-toolbar .secondary .action {
    margin-left: 10px;
  }
  .multicheckout .actions-toolbar .secondary .action.back {
    display: block;
    float: left;
  }
  .multicheckout .item-options {
    margin: 20px 0 0;
  }
  .multicheckout .block-content .box {
    margin-bottom: 0;
  }
  .multicheckout .block-shipping .box {
    float: left;
    width: 25%;
  }
  .multicheckout .block-shipping .box-shipping-method {
    padding-left: 25px;
    padding-right: 25px;
    width: 50%;
  }
  .multicheckout .block-shipping .box-shipping-method .fieldset .field:before {
    display: none;
  }
  .multicheckout .block-billing .box-billing-address {
    float: left;
    width: 25%;
  }
  .multicheckout .block-billing .box-billing-method {
    float: left;
    padding-left: 25px;
    width: 50%;
  }
  .multicheckout.form.address .table-wrapper .applicable {
    margin: 7px 0 0;
  }
  .multicheckout.order-review .box-items {
    clear: left;
    float: none;
    padding-top: 40px;
    width: auto;
  }
  .multicheckout.order-review .col.item {
    width: 75%;
  }
  .multicheckout .methods-payment .item-content > .fieldset {
    width: auto;
  }
  .multicheckout .methods-payment .item-content > .fieldset .field.cvv {
    display: inline-block;
    width: auto;
  }
  .multicheckout .methods-payment .fieldset > .field:not(.choice) > .label {
    float: none;
    margin-bottom: 8px;
    text-align: left;
    width: auto;
  }
  .multicheckout .methods-payment .fieldset > .field:not(.choice):not(.cvv) .control {
    width: 100%;
  }
  .review-form {
    max-width: 500px;
  }
  .review-ratings {
    float: left;
    margin-bottom: 0;
    max-width: 240px;
  }
  .review-ratings ~ .review-content,
  .review-ratings ~ .review-details {
    margin-left: 280px;
  }
  .review-toolbar {
    margin: 0 0 30px;
  }
  .review-toolbar .pages {
    padding: 30px 0;
  }
  .fieldset .review-legend.legend {
    margin-bottom: 30px;
  }
  .review-item {
    padding: 30px 0;
  }
  .review-title {
    margin: 0 0 30px;
  }
  .wishlist-index-index .products-grid .product-item {
    margin-bottom: 20px;
  }
  .wishlist-index-index .products-grid .product-item-actions {
    margin: 0;
  }
  .cart-container .block.crosssell .products-grid .product-item-actions {
    margin: 0 0 10px;
  }
  .block.widget .products-grid .product-item,
  .page-layout-1column .block.widget .products-grid .product-item,
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 33.33333333%;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 4%) / 3);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
}
#braintree-three-d-modal {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  align-items: center;
  height: 100vh;
  width: 100vw;
  z-index: 100000;
  visibility: visible;
}
#braintree-three-d-modal .bt-modal-frame {
  height: 420px;
  width: 440px;
  margin: auto;
  background-color: #ffffff;
  z-index: 2;
  border-radius: 6px;
}
#braintree-three-d-modal .bt-modal-body {
  height: 380px;
  margin: 20px;
  background-color: white;
  border: 1px solid lightgray;
}
#braintree-three-d-modal .bt-mask {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.75;
}
.braintree-applepay-container-product {
  display: inline-block;
}
.braintree-applepay-container-product .braintree-apple-pay-button {
  padding: 10px 0;
  margin: 0;
  margin-bottom: 15px;
}
.braintree-apple-pay-button {
  -webkit-appearance: -apple-pay-button;
  -apple-pay-button-type: plain;
  display: block;
  width: 200px;
  min-height: 40px;
  border: 1px solid black;
  background-image: -webkit-named-image(apple-pay-logo-black);
  background-size: 100% calc(60% + 2px);
  background-repeat: no-repeat;
  background-color: black;
  background-position: 50% 50%;
  border-radius: 5px;
  padding: 2px;
  margin: 20px auto;
  transition: background-color 0.15s;
  cursor: pointer;
}
.ppcredit-summary {
  background: linear-gradient(to right, #009cde, #003087);
  color: #ffffff;
  padding: 15px;
  text-align: center;
  margin: 10px 0px;
}
.ppcreditcalc-container {
  border: 1px solid #dedede;
  background: #ffffff;
}
.ppcreditcalc-header {
  background: #ffffff;
  padding: 15px;
}
.ppcreditcalc-legal {
  background-color: #eee;
  border-top: 1px solid #dedede;
  padding: 15px;
  font-size: 1.2rem;
  line-height: 2rem;
}
.ppcreditcalc-instalments {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid #DEDEDE;
  border-bottom: 1px solid #DEDEDE;
  background-color: #eeeeee;
}
.ppcreditcalc-instalments li {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.ppcreditcalc-instalments-term {
  display: block;
  padding: 10px 15px;
  color: #000;
}
.ppcreditcalc-instalments-term:hover {
  background: #009CDE;
  color: #FFF;
  text-decoration: none;
}
.ppcreditcalc-instalments-term.active {
  background: #003087;
  color: #FFF;
}
.ppcreditcalc-instalment-summary {
  padding: 15px;
}
.ppcreditcalc-instalment-summary dl {
  margin: 0;
}
.ppcreditcalc-instalment-summary dt {
  display: inline-block;
  width: 50%;
}
.ppcreditcalc-instalment-summary dd {
  display: inline-block;
}
#braintree_expirationDate {
  width: 90px;
}
button.braintree-googlepay-button {
  background-origin: content-box;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 0;
  border-radius: 4px;
  box-shadow: rgba(60, 64, 67, 0.3) 0 1px 1px 0, rgba(60, 64, 67, 0.15) 0 1px 3px 1px;
  cursor: pointer;
  height: 40px;
  min-height: 40px;
  padding: 11px 24px;
}
button.braintree-googlepay-button.black {
  background-color: #000;
  box-shadow: none;
  padding: 12px 24px 10px;
}
button.braintree-googlepay-button.white {
  background-color: #ffffff;
}
button.braintree-googlepay-button.short {
  min-width: 90px;
  width: 160px;
}
button.braintree-googlepay-button.black.short {
  background-image: url(https://www.gstatic.com/instantbuy/svg/dark_gpay.svg);
}
button.braintree-googlepay-button.white.short {
  background-image: url(https://www.gstatic.com/instantbuy/svg/light_gpay.svg);
}
button.braintree-googlepay-button.black:active {
  background-color: #5f6368;
}
button.braintree-googlepay-button.black:hover {
  background-color: #3c4043;
}
button.braintree-googlepay-button.white:active {
  background-color: #ffffff;
}
button.braintree-googlepay-button.white:focus {
  box-shadow: #e8e8e8 0 1px 1px 0, #e8e8e8 0 1px 3px;
}
button.braintree-googlepay-button.white:hover {
  background-color: #f8f8f8;
}
button.braintree-googlepay-button.long {
  min-width: 152px;
  width: 240px;
}
button.braintree-googlepay-button.white.long {
  background-image: url(https://www.gstatic.com/instantbuy/svg/light/en.svg);
}
button.braintree-googlepay-button.black.long {
  background-image: url(https://www.gstatic.com/instantbuy/svg/dark/en.svg);
}
.googlepay-minicart-logo {
  margin-top: 15px;
  text-align: center;
}
.checkout-payment-method .credit-card-types.braintree-credit-card-types img {
  width: 30px;
  -webkit-filter: none;
  -webkit-transition: none;
}
.braintree-card-control {
  position: relative;
}
.braintree-credit-card-selected {
  position: absolute;
  z-index: 10;
  left: 10px;
}
.braintree-paypal-logo.oneclick-container {
  width: 100%;
}
#payment_form_braintree_ach_direct_debit .field > .fields .field .label {
  font-weight: 600;
}
#payment_form_braintree_ach_direct_debit .field > .fields .field.required > .label:after {
  content: '*';
  color: #e02b27;
  font-size: 1.8rem;
  margin: 0 0 0 5px;
}
#payment_form_braintree_ach_direct_debit .field > .fields .field .control {
  margin: 10px 10px 0 0;
}
#payment_form_braintree_ach_direct_debit .field > .fields .field .control input[type="text"]::placeholder,
#payment_form_braintree_ach_direct_debit .field > .fields .field .control input[type="number"]::placeholder {
  color: lightgrey;
}
#payment-method-braintree-lpm .primary {
  width: 100%;
}
#payment-method-braintree-lpm .primary .action {
  margin-bottom: 12px;
  width: 100%;
}
#payment-method-braintree-lpm .primary .action img {
  height: 40px;
}
#payment-method-braintree-cc-vault .field.required .label {
  font-weight: 600;
}
#payment-method-braintree-cc-vault .field.required .label:after {
  content: '*';
  color: #e02b27;
  font-size: 1.8rem;
  margin: 0 0 0 5px;
}
#payment-method-braintree-cc-vault .field .hosted-control {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Quicksand', sans-serif, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  height: 32px;
  padding: 0 9px;
  vertical-align: baseline;
  box-sizing: border-box;
  position: relative;
  width: 5rem;
}
#payment-method-braintree-cc-vault .field .hosted-control.braintree-hosted-fields-invalid:not(.braintree-hosted-fields-focused) ~ .hosted-error {
  height: auto;
  opacity: 1;
}
#payment-method-braintree-cc-vault .field .hosted-error {
  clear: both;
  color: #e02b27;
  font-size: 1.2rem;
  height: 0;
  margin-top: 7px;
  opacity: 0;
}
.braintree-paypal-fieldset {
  display: none;
}
.payment-method-braintree .hosted-control {
  border: 1px solid #c2c2c2;
  height: 32px;
  padding: 8px 15px;
  max-width: 300px;
}
.payment-method-braintree .hosted-control.braintree-hosted-fields-invalid:not(.braintree-hosted-fields-focused) ~ .hosted-error {
  height: auto;
  opacity: 1;
}
.payment-method-braintree .hosted-error {
  clear: both;
  color: #e02b27;
  font-size: 1.2rem;
  height: 0;
  margin-top: 7px;
  opacity: 0;
}
.payment-method-braintree .cvv {
  max-width: 200px;
  position: relative;
}
.payment-method-braintree .cvv .field-tooltip {
  top: 10px;
  right: 30px;
}
#braintree_cc_number {
  padding-left: 68px;
}
.checkout-index-index .page-header {
  position: relative;
}
.checkout-index-index div[name="amastyShippingAttributes.cedula_profesional"] .control,
.checkout-index-index div[name="amastyShippingAttributes.nombre_medico_recomendado"] .control {
  margin-bottom: 10px;
}
.checkout-index-index div[name="amastyShippingAttributes.cedula_profesional"] .control,
.checkout-index-index div[name="amastyShippingAttributes.nombre_medico_recomendado"] .control,
.checkout-index-index div[name="amastyShippingAttributes.cedula_profesional"] label,
.checkout-index-index div[name="amastyShippingAttributes.nombre_medico_recomendado"] label {
  padding: 0 !important;
}
.checkout-index-index div[name="amastyShippingAttributes.cedula_profesional"] {
  position: relative;
}
.checkout-index-index div[name="amastyShippingAttributes.cedula_profesional"] .label::after {
  color: white;
  background-color: #073879;
  content: "?";
  border-radius: 50px;
  width: 20px;
  height: 10px;
  padding: 2px 7px;
  cursor: pointer;
  margin-left: 6px;
  font-weight: 800;
  font-size: 12px;
}
.checkout-index-index div[name="amastyShippingAttributes.cedula_profesional"] .label span::after {
  background: url('../../frontend/Ecloud/novamil/es_MX/images/receta.png');
  float: left;
  position: absolute;
  top: -121px;
  visibility: hidden;
  width: auto;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  opacity: 0;
  z-index: 1;
  width: 45%;
  background-size: 100%;
  content: ".";
  background-repeat: no-repeat;
  height: 177%;
  right: -23px;
  border: 1.5px solid #ccc;
  background-color: white;
  transition: opacity ease-in-out 0.3s;
  box-shadow: 0px 4px 12px #00000014;
}
@media (max-width: 700px) {
  .checkout-index-index div[name="amastyShippingAttributes.cedula_profesional"] .label span::after {
    right: 0;
    top: -90px;
    height: 200%;
    width: 85%;
  }
}
.checkout-index-index div[name="amastyShippingAttributes.cedula_profesional"] .label:hover span::after {
  visibility: visible;
  opacity: 1;
}
.checkout-index-index #sat_data {
  display: none;
}
.checkout-index-index #sat_data.active {
  display: block;
}
body.checkout-index-index {
  margin-top: 0 !important;
}
.checkout-onepage-success .column.main {
  padding-top: 50px;
}
.checkout-success,
.checkout-fail {
  max-width: 750px;
  margin: 0 auto;
}
.checkout-success .page-title-wrapper,
.checkout-fail .page-title-wrapper {
  display: none;
}
.checkout-success.conekta,
.checkout-fail.conekta {
  text-align: center;
}
.checkout-success.conekta p,
.checkout-fail.conekta p {
  color: #627a86;
}
.checkout-success.conekta strong,
.checkout-fail.conekta strong {
  color: #002c79;
}
.checkout-success.conekta h4,
.checkout-fail.conekta h4 {
  color: #002c79;
  padding: 11px 10px;
  margin: 0;
}
.checkout-success #registration,
.checkout-fail #registration {
  display: none;
}
.checkout-success .success-messages,
.checkout-fail .success-messages {
  color: #627a86;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  margin-bottom: 0;
  text-align: center;
}
.checkout-success .account,
.checkout-fail .account {
  font-family: Roboto;
  font-weight: 500;
  margin-bottom: 0;
  color: #627a86;
  border: 1px solid;
  padding: 20px;
  border-radius: 3px;
}
.checkout-success .account .column.main,
.checkout-fail .account .column.main {
  padding: 0;
}
.checkout-success .account .column.main .get-invoice,
.checkout-fail .account .column.main .get-invoice {
  margin-bottom: 25px;
}
.checkout-success .account .column.main .get-invoice .content,
.checkout-fail .account .column.main .get-invoice .content {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 32px;
  background-color: #F5F9FC;
}
.checkout-success .account .column.main .get-invoice .content .data h2,
.checkout-fail .account .column.main .get-invoice .content .data h2 {
  font-family: "DIN Next Rounded LT Pro Medium";
  font-size: 20px;
  font-weight: 400;
  color: #0B3A77;
}
.checkout-success .account .column.main .get-invoice .content .data p,
.checkout-fail .account .column.main .get-invoice .content .data p {
  font-family: "DIN Next Rounded LT Pro Medium";
  color: #637A86;
  font-size: 18px;
  max-width: 450px;
  font-weight: 400;
  margin-bottom: 0;
}
.checkout-success .account .column.main .get-invoice .content .action .action.invoice,
.checkout-fail .account .column.main .get-invoice .content .action .action.invoice {
  width: 175px;
  height: 56px;
  border-radius: 8px;
  border: 1px solid #0B3A77;
  font-size: 18px;
  font-weight: 400;
  color: #0B3A77;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "DIN Next Rounded LT Pro Medium";
}
.checkout-success .account .block-title,
.checkout-fail .account .block-title,
.checkout-success .account .order-date,
.checkout-fail .account .order-date {
  font-family: 'DINosaur-Bold' !important;
  background: #ebf9f5;
  margin: -20px;
  color: #fff;
  padding: 20px;
  color: #002c79;
}
.checkout-success .account .block-title strong,
.checkout-fail .account .block-title strong,
.checkout-success .account .order-date strong,
.checkout-fail .account .order-date strong {
  font-family: 'DINosaur-Bold' !important;
}
.checkout-success .account .order-date,
.checkout-fail .account .order-date {
  margin-top: -40px;
  padding: 10px 20px 17px !important;
}
.checkout-success .account .block.block-order-details-view,
.checkout-fail .account .block.block-order-details-view {
  padding-top: 10px;
}
.checkout-success .account .block.block-order-details-view .box .box-title,
.checkout-fail .account .block.block-order-details-view .box .box-title {
  font-family: 'DINosaur-Bold' !important;
  color: #002c79;
  border-bottom: 1px solid #ddd;
  width: 100%;
  line-height: 3;
}
.checkout-success .account .block.block-order-details-view .box .box-title span,
.checkout-fail .account .block.block-order-details-view .box .box-title span {
  font-family: 'DINosaur-Bold' !important;
  font-size: 18px;
}
.checkout-success .account .block.block-order-details-view .box .box-content,
.checkout-fail .account .block.block-order-details-view .box .box-content {
  padding-top: 10px;
}
.checkout-success .account .order-details-items,
.checkout-fail .account .order-details-items {
  margin: 0;
  border: none;
}
.checkout-success .account .order-details-items .order-title,
.checkout-fail .account .order-details-items .order-title {
  font-family: 'DINosaur-Bold' !important;
  background: #ebf9f5;
  margin: 0 -20px;
  color: #fff;
  padding: 20px;
  color: #002c79;
}
.checkout-success .account .order-details-items .order-title strong,
.checkout-fail .account .order-details-items .order-title strong {
  margin: 0;
  font-family: 'DINosaur-Bold' !important;
}
.checkout-success .payment-ready,
.checkout-fail .payment-ready,
.checkout-success .payment-fail,
.checkout-fail .payment-fail {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin-top: 50px;
}
.checkout-success .payment-ready img,
.checkout-fail .payment-ready img,
.checkout-success .payment-fail img,
.checkout-fail .payment-fail img {
  max-width: 150px;
  margin-bottom: 20px;
}
.checkout-success .payment-ready h3,
.checkout-fail .payment-ready h3,
.checkout-success .payment-fail h3,
.checkout-fail .payment-fail h3,
.checkout-success .payment-ready p,
.checkout-fail .payment-ready p,
.checkout-success .payment-fail p,
.checkout-fail .payment-fail p {
  text-align: center;
  font-family: 'DINosaur-Bold';
}
.checkout-success .payment-ready h3,
.checkout-fail .payment-ready h3,
.checkout-success .payment-fail h3,
.checkout-fail .payment-fail h3 {
  color: #002c79;
  font-size: 31px;
  font-weight: 700;
  letter-spacing: -1.1px;
  line-height: 35px;
  margin-top: 0;
}
.checkout-success .payment-ready p,
.checkout-fail .payment-ready p,
.checkout-success .payment-fail p,
.checkout-fail .payment-fail p {
  color: #627a86;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
}
.checkout-success .actions-toolbar,
.checkout-fail .actions-toolbar {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 50px;
}
.checkout-success .actions-toolbar .primary,
.checkout-fail .actions-toolbar .primary {
  border-radius: 10px;
}
.checkout-success .actions-toolbar .primary .action.primary,
.checkout-fail .actions-toolbar .primary .action.primary {
  background-color: #a5e1df;
  border: none;
  margin: 0;
  padding: 20px;
  border-radius: 10px;
  transition: .3s;
}
.checkout-success .actions-toolbar .primary .action.primary:hover,
.checkout-fail .actions-toolbar .primary .action.primary:hover {
  background-color: #365a6e;
}
.checkout-success .instructions,
.checkout-fail .instructions {
  border-collapse: separate !important;
  border-spacing: 0 1em;
  margin-bottom: 30px;
}
.checkout-success .instructions td,
.checkout-fail .instructions td {
  padding: 0 40px;
  vertical-align: middle;
}
.checkout-success .instructions .number,
.checkout-fail .instructions .number {
  background: #073879;
  padding: 5px;
  padding-left: 5px;
  width: 32px;
  height: 32px;
  display: inline-block;
  margin: auto;
  color: white;
  border-radius: 100%;
  margin-right: 10px;
  font-size: 16px;
  box-sizing: border-box;
}
.checkout-index-index .column.main {
  padding-top: 0px;
}
.checkout-index-index .column.main #checkout .checkout-header {
  margin-bottom: 0;
}
.checkout-index-index .column.main #checkout .checkout-header .title {
  color: #365a6e;
  font-size: 24px;
  font-weight: 500;
}
.checkout-index-index .column.main #checkout .authentication-wrapper {
  display: none;
}
.checkout-index-index .column.main #checkout .amcheckout-main-container .amcheckout-column.-main .amcheckout-block.amcheckout-step-container {
  margin-top: 10px;
}
.checkout-index-index .column.main #checkout .amcheckout-main-container .amcheckout-column.-main .amcheckout-block.amcheckout-step-container #shipping .amcheckout-wrapper {
  padding-top: 0;
}
.checkout-index-index .column.main #checkout .amcheckout-main-container .amcheckout-column.-main .amcheckout-block.amcheckout-step-container #shipping .step-title.amcheckout-title {
  display: none;
}
.checkout-index-index .column.main #checkout .amcheckout-main-container .amcheckout-column.-main .amcheckout-block.amcheckout-step-container #shipping #checkout-step-shipping .field.addresses .shipping-address-items .shipping-address-item {
  border: 1px solid #eeeeee;
  background-color: #f6f6f6;
  font-size: 13px;
  color: #365a6e;
}
.checkout-index-index .column.main #checkout .amcheckout-main-container .amcheckout-column.-main .amcheckout-block.amcheckout-step-container #shipping #checkout-step-shipping .field.addresses .shipping-address-items .shipping-address-item .action.action-select-shipping-item {
  float: right;
  border: none;
  background: #083876;
  color: white;
  border-radius: 15px;
}
.checkout-index-index .column.main #checkout .amcheckout-main-container .amcheckout-column.-main .amcheckout-block.amcheckout-step-container #shipping #checkout-step-shipping .field.addresses .shipping-address-items .shipping-address-item .action.action-select-shipping-item:hover {
  background: #083876;
  opacity: .8;
}
.checkout-index-index .column.main #checkout .amcheckout-main-container .amcheckout-column.-main .amcheckout-block.amcheckout-step-container #shipping #checkout-step-shipping button.-new-address {
  border-radius: 25px;
  background-color: #002c79;
  color: #ffffff;
  font-family: Roboto;
  font-size: 14px;
  margin-bottom: 20px;
}
.checkout-index-index .column.main #checkout .amcheckout-main-container .amcheckout-column.-main .amcheckout-block.amcheckout-step-container #shipping #checkout-step-shipping .form.form-login {
  margin-bottom: 10px;
  border-bottom: 1px solid #eeeeee;
}
.checkout-index-index .column.main #checkout .amcheckout-main-container .amcheckout-column.-main .amcheckout-block.amcheckout-step-container #shipping #checkout-step-shipping .form.form-login .field {
  margin-bottom: 0;
  padding-bottom: 5px;
}
.checkout-index-index .column.main #checkout .amcheckout-main-container .amcheckout-column.-main .amcheckout-block.amcheckout-step-container #shipping #checkout-step-shipping .form.form-login .field .control._with-tooltip input {
  width: 100%;
}
.checkout-index-index .column.main #checkout .amcheckout-main-container .amcheckout-column.-main .amcheckout-block.amcheckout-step-container #shipping #checkout-step-shipping .form.form-login .field .control._with-tooltip .field-tooltip.toggle {
  display: none;
}
.checkout-index-index .column.main #checkout .amcheckout-main-container .amcheckout-column.-main .amcheckout-block.amcheckout-step-container #shipping #checkout-step-shipping .form.form-login .field .control._with-tooltip .note {
  font-size: 10px;
  margin-top: 10px;
}
.checkout-index-index .column.main #checkout .amcheckout-main-container .amcheckout-column.-main .amcheckout-block.amcheckout-step-container #shipping #checkout-step-shipping .form.form-shipping-address .field.street .control {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.checkout-index-index .column.main #checkout .amcheckout-main-container .amcheckout-column.-main .amcheckout-block.amcheckout-step-container #shipping #checkout-step-shipping .form.form-shipping-address .field.street .control .field[name="shippingAddress.street.0"] {
  width: 100%;
  margin: 0;
}
.checkout-index-index .column.main #checkout .amcheckout-main-container .amcheckout-column.-main .amcheckout-block.amcheckout-step-container #shipping #checkout-step-shipping .form.form-shipping-address .field.street .control .field[name="shippingAddress.street.1"] {
  width: 30%;
}
.checkout-index-index .column.main #checkout .amcheckout-main-container .amcheckout-column.-main .amcheckout-block.amcheckout-step-container #shipping #checkout-step-shipping .form.form-shipping-address .field.street .control .field[name="shippingAddress.street.2"] {
  width: 30%;
}
.checkout-index-index .column.main #checkout .amcheckout-main-container .amcheckout-column.-main .amcheckout-block.amcheckout-step-container #shipping #checkout-step-shipping .form.form-shipping-address .field.street .control .field[name="shippingAddress.street.3"] {
  width: 38%;
}
.checkout-index-index .column.main #checkout .amcheckout-main-container .amcheckout-column.-main .amcheckout-block.amcheckout-step-container #shipping #checkout-step-shipping .form.form-shipping-address .field.street .control input {
  color: #365a6e;
}
.checkout-index-index .column.main #checkout .amcheckout-main-container .amcheckout-column.-main .amcheckout-block.amcheckout-step-container #shipping #checkout-step-shipping .form.form-shipping-address .field.street .control input::placeholder {
  color: #999 !important;
}
.checkout-index-index .column.main #checkout .amcheckout-main-container .amcheckout-column.-main .amcheckout-block.amcheckout-step-container #shipping #checkout-step-shipping .form.form-shipping-address .field[name="shippingAddress.postcode"] .message.warning {
  display: none;
}
.checkout-index-index .column.main #checkout .amcheckout-main-container .amcheckout-column.-main .amcheckout-block.amcheckout-step-container #shipping #checkout-step-shipping .fieldset.address [name$=".telephone"] .control._with-tooltip {
  width: 100%;
}
.checkout-index-index .column.main #checkout .amcheckout-main-container .amcheckout-column.-main .amcheckout-block.amcheckout-step-container #shipping #checkout-step-shipping .fieldset.address [name$=".telephone"] .control._with-tooltip input {
  width: 100%;
}
.checkout-index-index .column.main #checkout .amcheckout-main-container .amcheckout-column.-main .amcheckout-block.amcheckout-step-container #shipping #checkout-step-shipping .fieldset.address [name$=".telephone"] .control._with-tooltip .field-tooltip {
  display: none;
}
.checkout-index-index .column.main #checkout .amcheckout-main-container .amcheckout-column.-main .amcheckout-block.amcheckout-step-container #shipping #checkout-step-shipping .field .label {
  color: #627a86;
  font-size: 13px;
  font-weight: 400;
}
.checkout-index-index .column.main #checkout .amcheckout-main-container .amcheckout-column.-main .amcheckout-block.amcheckout-step-container #shipping #checkout-step-shipping .field .control input,
.checkout-index-index .column.main #checkout .amcheckout-main-container .amcheckout-column.-main .amcheckout-block.amcheckout-step-container #shipping #checkout-step-shipping .field .control select {
  border: 1px solid #eeeeee !important;
  background-color: #f6f6f6 !important;
  color: #365a6e;
  font-size: 14px;
  box-shadow: none;
  outline: none;
}
.checkout-index-index .column.main #checkout .amcheckout-main-container .amcheckout-column.-main .amcheckout-block.amcheckout-step-container #shipping #checkout-step-shipping .field .control .field-note {
  margin-top: 10px;
  color: #999;
  font-size: 14px;
}
.checkout-index-index .column.main #checkout .amcheckout-main-container .amcheckout-column.-main .amcheckout-block.amcheckout-step-container #shipping #checkout-step-shipping .field._error .control input,
.checkout-index-index .column.main #checkout .amcheckout-main-container .amcheckout-column.-main .amcheckout-block.amcheckout-step-container #shipping #checkout-step-shipping .field._error .control select {
  border: 1px solid #ed8380 !important;
}
.checkout-index-index .column.main #checkout .amcheckout-main-container .amcheckout-column.-main .amcheckout-block.amcheckout-step-container #opc-shipping_method .checkout-shipping-method .step-title.amcheckout-title {
  color: #365a6e;
  font-size: 20px;
  font-weight: 500;
  background: none;
  padding: 0;
}
.checkout-index-index .column.main #checkout .amcheckout-main-container .amcheckout-column.-main .amcheckout-block.amcheckout-step-container #opc-shipping_method .checkout-shipping-method .step-title.amcheckout-title .amcheckout-icon {
  display: none;
}
.checkout-index-index .column.main #checkout .amcheckout-main-container .amcheckout-column.-main .amcheckout-block.amcheckout-step-container #opc-shipping_method .checkout-shipping-method .step-content.amcheckout-content {
  display: block !important;
  height: auto !important;
}
.checkout-index-index .column.main #checkout .amcheckout-main-container .amcheckout-column.-main .amcheckout-block.amcheckout-step-container #opc-shipping_method .checkout-shipping-method .amcheckout-items .amcheckout-method {
  width: 100%;
  border: 1px solid #eeeeee;
  background-color: #f6f6f6;
}
.checkout-index-index .column.main #checkout .amcheckout-main-container .amcheckout-column.-main .amcheckout-block.amcheckout-step-container #payment #conekta_card-form .field .label {
  color: #627a86;
  font-size: 13px;
  font-weight: 400;
}
.checkout-index-index .column.main #checkout .amcheckout-main-container .amcheckout-column.-main .amcheckout-block.amcheckout-step-container #payment #conekta_card-form .field .control input,
.checkout-index-index .column.main #checkout .amcheckout-main-container .amcheckout-column.-main .amcheckout-block.amcheckout-step-container #payment #conekta_card-form .field .control select {
  border: 1px solid #eee;
  background-color: #f6f6f6 !important;
  color: #365a6e;
  font-size: 14px;
  box-shadow: none;
  outline: none;
}
.checkout-index-index .column.main #checkout .amcheckout-main-container .amcheckout-column.-main .amcheckout-block.amcheckout-step-container #payment .amcheckout-payment-methods .amcheckout-title {
  color: #365a6e;
  font-size: 20px;
  font-weight: 500;
  background: none;
  padding: 0;
}
.checkout-index-index .column.main #checkout .amcheckout-main-container .amcheckout-column.-main .amcheckout-block.amcheckout-step-container #payment .amcheckout-payment-methods .amcheckout-title .amcheckout-icon {
  display: none;
}
.checkout-index-index .column.main #checkout .amcheckout-main-container .amcheckout-column.-main .amcheckout-block.amcheckout-step-container #payment .amcheckout-payment-methods .step-content.amcheckout-content {
  display: block !important;
  height: auto !important;
}
.checkout-index-index .column.main #checkout .amcheckout-main-container .amcheckout-column.-main .amcheckout-block.amcheckout-step-container #payment .amcheckout-payment-methods .step-content.amcheckout-content .payment-method {
  border: 1px solid #eeeeee;
  background-color: #f6f6f6;
}
.checkout-index-index .column.main #checkout .amcheckout-main-container .amcheckout-column.-main .amcheckout-block.amcheckout-step-container #payment .payment-method-billing-address .checkout-billing-address .actions-toolbar {
  margin: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.checkout-index-index .column.main #checkout .amcheckout-main-container .amcheckout-column.-main .amcheckout-block.amcheckout-step-container #payment .payment-method-billing-address .checkout-billing-address .actions-toolbar .primary {
  display: flex;
  align-items: center;
}
.checkout-index-index .column.main #checkout .amcheckout-main-container .amcheckout-column.-main .amcheckout-block.amcheckout-step-container #payment .payment-method-billing-address .checkout-billing-address .actions-toolbar .primary button.action-update {
  background: #063978;
  border-radius: 30px;
  border: none;
  margin-right: 10px;
}
.checkout-index-index .column.main #checkout .amcheckout-main-container .amcheckout-column.-main .amcheckout-block.amcheckout-step-container #payment .payment-method-billing-address .checkout-billing-address .actions-toolbar .primary button.action-cancel {
  color: #063978;
  font-size: 14px;
}
.checkout-index-index .column.main #checkout .amcheckout-main-container .amcheckout-column.-main .amcheckout-block.amcheckout-step-container #payment .payment-method-billing-address .checkout-billing-address .field-select-billing select {
  border: 1px solid #eeeeee;
  font-size: 14px;
  color: #365a6e;
  box-shadow: none;
  outline: none;
}
.checkout-index-index .column.main #checkout .amcheckout-main-container .amcheckout-column.-main .amcheckout-block.amcheckout-step-container #payment .payment-method-billing-address .checkout-billing-address .fieldset.address .field .label {
  color: #627a86;
  font-size: 13px;
  font-weight: 400;
}
.checkout-index-index .column.main #checkout .amcheckout-main-container .amcheckout-column.-main .amcheckout-block.amcheckout-step-container #payment .payment-method-billing-address .checkout-billing-address .fieldset.address .field .control input,
.checkout-index-index .column.main #checkout .amcheckout-main-container .amcheckout-column.-main .amcheckout-block.amcheckout-step-container #payment .payment-method-billing-address .checkout-billing-address .fieldset.address .field .control select {
  border: 1px solid #eeeeee !important;
  background-color: white;
  color: #365a6e;
  font-size: 14px;
  box-shadow: none;
  outline: none;
}
.checkout-index-index .column.main #checkout .amcheckout-main-container .amcheckout-column.-main .amcheckout-block.amcheckout-step-container #payment .payment-method-billing-address .checkout-billing-address .fieldset.address .field .control._with-tooltip {
  width: 100%;
}
.checkout-index-index .column.main #checkout .amcheckout-main-container .amcheckout-column.-main .amcheckout-block.amcheckout-step-container #payment .payment-method-billing-address .checkout-billing-address .fieldset.address .field .control._with-tooltip .field-tooltip {
  display: none;
}
.checkout-index-index .column.main #checkout .amcheckout-main-container .amcheckout-column.-main .amcheckout-block.amcheckout-step-container #payment .payment-method-billing-address .checkout-billing-address .fieldset.address .field .control._with-tooltip input {
  width: 100%;
}
.checkout-index-index .column.main #checkout .amcheckout-main-container .amcheckout-column.-main .amcheckout-block.amcheckout-step-container #payment .payment-method-billing-address .checkout-billing-address .fieldset.address .field .control .field-note {
  margin-top: 10px;
  color: #999;
  font-size: 14px;
}
.checkout-index-index .column.main #checkout .amcheckout-main-container .amcheckout-column.-main .amcheckout-block.amcheckout-step-container #payment .payment-method-billing-address .checkout-billing-address .fieldset.address .field.street .control {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.checkout-index-index .column.main #checkout .amcheckout-main-container .amcheckout-column.-main .amcheckout-block.amcheckout-step-container #payment .payment-method-billing-address .checkout-billing-address .fieldset.address .field.street .control .field[name="billingAddressamasty_stripe.street.0"],
.checkout-index-index .column.main #checkout .amcheckout-main-container .amcheckout-column.-main .amcheckout-block.amcheckout-step-container #payment .payment-method-billing-address .checkout-billing-address .fieldset.address .field.street .control .field[name="billingAddresscashondelivery.street.0"],
.checkout-index-index .column.main #checkout .amcheckout-main-container .amcheckout-column.-main .amcheckout-block.amcheckout-step-container #payment .payment-method-billing-address .checkout-billing-address .fieldset.address .field.street .control .field[name="billingAddresscheckmo.street.0"],
.checkout-index-index .column.main #checkout .amcheckout-main-container .amcheckout-column.-main .amcheckout-block.amcheckout-step-container #payment .payment-method-billing-address .checkout-billing-address .fieldset.address .field.street .control .field[name="billingAddressconekta_card.street.0"],
.checkout-index-index .column.main #checkout .amcheckout-main-container .amcheckout-column.-main .amcheckout-block.amcheckout-step-container #payment .payment-method-billing-address .checkout-billing-address .fieldset.address .field.street .control .field[name="billingAddressconekta_oxxo.street.0"] {
  width: 78%;
  margin: 0;
}
.checkout-index-index .column.main #checkout .amcheckout-main-container .amcheckout-column.-main .amcheckout-block.amcheckout-step-container #payment .payment-method-billing-address .checkout-billing-address .fieldset.address .field.street .control .field[name="billingAddressamasty_stripe.street.1"],
.checkout-index-index .column.main #checkout .amcheckout-main-container .amcheckout-column.-main .amcheckout-block.amcheckout-step-container #payment .payment-method-billing-address .checkout-billing-address .fieldset.address .field.street .control .field[name="billingAddresscashondelivery.street.1"],
.checkout-index-index .column.main #checkout .amcheckout-main-container .amcheckout-column.-main .amcheckout-block.amcheckout-step-container #payment .payment-method-billing-address .checkout-billing-address .fieldset.address .field.street .control .field[name="billingAddresscheckmo.street.1"],
.checkout-index-index .column.main #checkout .amcheckout-main-container .amcheckout-column.-main .amcheckout-block.amcheckout-step-container #payment .payment-method-billing-address .checkout-billing-address .fieldset.address .field.street .control .field[name="billingAddressconekta_card.street.1"],
.checkout-index-index .column.main #checkout .amcheckout-main-container .amcheckout-column.-main .amcheckout-block.amcheckout-step-container #payment .payment-method-billing-address .checkout-billing-address .fieldset.address .field.street .control .field[name="billingAddressconekta_oxxo.street.1"] {
  width: 20%;
  margin: 0;
}
.checkout-index-index .column.main #checkout .amcheckout-main-container .amcheckout-column.-main .amcheckout-block.amcheckout-step-container #payment .payment-method-billing-address .checkout-billing-address .fieldset.address .field.street .control .field[name="billingAddressamasty_stripe.street.2"],
.checkout-index-index .column.main #checkout .amcheckout-main-container .amcheckout-column.-main .amcheckout-block.amcheckout-step-container #payment .payment-method-billing-address .checkout-billing-address .fieldset.address .field.street .control .field[name="billingAddresscashondelivery.street.2"],
.checkout-index-index .column.main #checkout .amcheckout-main-container .amcheckout-column.-main .amcheckout-block.amcheckout-step-container #payment .payment-method-billing-address .checkout-billing-address .fieldset.address .field.street .control .field[name="billingAddresscheckmo.street.2"],
.checkout-index-index .column.main #checkout .amcheckout-main-container .amcheckout-column.-main .amcheckout-block.amcheckout-step-container #payment .payment-method-billing-address .checkout-billing-address .fieldset.address .field.street .control .field[name="billingAddressconekta_card.street.2"],
.checkout-index-index .column.main #checkout .amcheckout-main-container .amcheckout-column.-main .amcheckout-block.amcheckout-step-container #payment .payment-method-billing-address .checkout-billing-address .fieldset.address .field.street .control .field[name="billingAddressconekta_oxxo.street.2"] {
  width: 100%;
}
.checkout-index-index .column.main #checkout .amcheckout-main-container .amcheckout-column.-main .amcheckout-block.amcheckout-step-container #payment .payment-method-billing-address .checkout-billing-address .fieldset.address .field.street .control .field input {
  color: #365a6e;
}
.checkout-index-index .column.main #checkout .amcheckout-main-container .amcheckout-column.-main .amcheckout-block.amcheckout-step-container #payment .payment-method-billing-address .checkout-billing-address .fieldset.address .field.street .control .field input::placeholder {
  color: #aeaeaf !important;
}
.checkout-index-index .column.main #checkout .amcheckout-main-container .amcheckout-column.-main .amcheckout-block.amcheckout-step-container #payment .payment-method-billing-address .checkout-billing-address .fieldset.address .field.street .control .field input::placeholder {
  color: #aeaeaf !important;
}
.checkout-index-index .column.main #checkout .amcheckout-main-container .amcheckout-column.-sidebar .amcheckout-step-container.-summary {
  border: none;
  background: transparent;
  display: flex;
  flex-direction: column;
}
.checkout-index-index .column.main #checkout .amcheckout-main-container .amcheckout-column.-sidebar .amcheckout-step-container.-summary .opc-block-summary.amcheckout-summary-container {
  border: 1px solid #eeeeee;
  background-color: #f6fafb;
  order: 2;
}
.checkout-index-index .column.main #checkout .amcheckout-main-container .amcheckout-column.-sidebar .amcheckout-step-container.-summary .opc-block-summary.amcheckout-summary-container .step-title.amcheckout-title {
  color: #365a6e;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  padding-top: 30px;
  text-align: center;
  padding-bottom: 0;
  background: none;
}
.checkout-index-index .column.main #checkout .amcheckout-main-container .amcheckout-column.-sidebar .amcheckout-step-container.-summary .opc-block-summary.amcheckout-summary-container .step-title.amcheckout-title .amcheckout-icon {
  display: none;
}
.checkout-index-index .column.main #checkout .amcheckout-main-container .amcheckout-column.-sidebar .amcheckout-step-container.-summary .opc-block-summary.amcheckout-summary-container .step-content.amcheckout-content {
  display: block !important;
  height: auto !important;
}
.checkout-index-index .column.main #checkout .amcheckout-main-container .amcheckout-column.-sidebar .amcheckout-step-container.-summary .opc-block-summary.amcheckout-summary-container .amcheckout-wrapper .block.items-in-cart {
  border: none;
}
.checkout-index-index .column.main #checkout .amcheckout-main-container .amcheckout-column.-sidebar .amcheckout-step-container.-summary .opc-block-summary.amcheckout-summary-container .amcheckout-wrapper .block.items-in-cart .title {
  display: none;
}
.checkout-index-index .column.main #checkout .amcheckout-main-container .amcheckout-column.-sidebar .amcheckout-step-container.-summary .opc-block-summary.amcheckout-summary-container .amcheckout-wrapper .block.items-in-cart .content.minicart-items .minicart-items-wrapper {
  padding: 0;
}
.checkout-index-index .column.main #checkout .amcheckout-main-container .amcheckout-column.-sidebar .amcheckout-step-container.-summary .opc-block-summary.amcheckout-summary-container .amcheckout-wrapper .block.items-in-cart .content.minicart-items .minicart-items-wrapper .minicart-items {
  max-height: 250px;
  overflow-y: auto;
}
.checkout-index-index .column.main #checkout .amcheckout-main-container .amcheckout-column.-sidebar .amcheckout-step-container.-summary .opc-block-summary.amcheckout-summary-container .amcheckout-wrapper .block.items-in-cart .content.minicart-items .minicart-items-wrapper .minicart-items::-webkit-scrollbar-track {
  background-color: #ebf9f5;
}
.checkout-index-index .column.main #checkout .amcheckout-main-container .amcheckout-column.-sidebar .amcheckout-step-container.-summary .opc-block-summary.amcheckout-summary-container .amcheckout-wrapper .block.items-in-cart .content.minicart-items .minicart-items-wrapper .minicart-items::-webkit-scrollbar {
  width: 12px;
  background-color: #ebf9f5;
}
.checkout-index-index .column.main #checkout .amcheckout-main-container .amcheckout-column.-sidebar .amcheckout-step-container.-summary .opc-block-summary.amcheckout-summary-container .amcheckout-wrapper .block.items-in-cart .content.minicart-items .minicart-items-wrapper .minicart-items::-webkit-scrollbar-thumb {
  background-color: #093877;
}
.checkout-index-index .column.main #checkout .amcheckout-main-container .amcheckout-column.-sidebar .amcheckout-step-container.-summary .opc-block-summary.amcheckout-summary-container .amcheckout-wrapper .block.items-in-cart .content.minicart-items .minicart-items-wrapper .minicart-items .product-item {
  padding: 20px;
  border: 1px solid #eeeeee;
  background-color: #ffffff;
  margin-top: 5px;
}
.checkout-index-index .column.main #checkout .amcheckout-main-container .amcheckout-column.-sidebar .amcheckout-step-container.-summary .opc-block-summary.amcheckout-summary-container .amcheckout-wrapper .block.items-in-cart .content.minicart-items .minicart-items-wrapper .minicart-items .product-item .product {
  padding-bottom: 0;
}
.checkout-index-index .column.main #checkout .amcheckout-main-container .amcheckout-column.-sidebar .amcheckout-step-container.-summary .opc-block-summary.amcheckout-summary-container .amcheckout-wrapper .block.items-in-cart .content.minicart-items .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product-item-inner {
  margin-bottom: 0;
}
.checkout-index-index .column.main #checkout .amcheckout-main-container .amcheckout-column.-sidebar .amcheckout-step-container.-summary .opc-block-summary.amcheckout-summary-container .amcheckout-wrapper .block.items-in-cart .content.minicart-items .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product-item-inner .product-item-name-block {
  color: #365a6e;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
.checkout-index-index .column.main #checkout .amcheckout-main-container .amcheckout-column.-sidebar .amcheckout-step-container.-summary .opc-block-summary.amcheckout-summary-container .amcheckout-wrapper .block.items-in-cart .content.minicart-items .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product-item-inner .product-item-name-block .details-qty {
  margin-top: 0;
}
.checkout-index-index .column.main #checkout .amcheckout-main-container .amcheckout-column.-sidebar .amcheckout-step-container.-summary .opc-block-summary.amcheckout-summary-container .amcheckout-wrapper .block.items-in-cart .content.minicart-items .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product-item-inner .price {
  color: #365a6e;
  font-size: 14px;
  font-weight: 500;
}
.checkout-index-index .column.main #checkout .amcheckout-main-container .amcheckout-column.-sidebar .amcheckout-step-container.-summary .opc-block-summary.amcheckout-summary-container .amcheckout-wrapper .block.items-in-cart .content.minicart-items .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product.options {
  color: #365a6e;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
.checkout-index-index .column.main #checkout .amcheckout-main-container .amcheckout-column.-sidebar .amcheckout-step-container.-summary .opc-block-summary.amcheckout-summary-container .amcheckout-wrapper .block.items-in-cart .content.minicart-items .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product.options .item-options {
  margin: 0;
}
.checkout-index-index .column.main #checkout .amcheckout-main-container .amcheckout-column.-sidebar .amcheckout-step-container.-summary .opc-block-summary.amcheckout-summary-container .amcheckout-wrapper .block.items-in-cart .content.minicart-items .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product.options span:after {
  color: #365a6e;
}
.checkout-index-index .column.main #checkout .amcheckout-main-container .amcheckout-column.-sidebar .amcheckout-step-container.-summary .opc-block-summary.amcheckout-summary-container .amcheckout-wrapper .block.items-in-cart .content.minicart-items .minicart-items-wrapper .minicart-items .product-item:first-child {
  margin-top: 0;
}
.checkout-index-index .column.main #checkout .amcheckout-main-container .amcheckout-column.-sidebar .amcheckout-step-container.-summary .opc-block-summary.amcheckout-summary-container .amcheckout-wrapper .data.table.table-totals tbody tr {
  color: #627a86;
  font-size: 14px;
  font-weight: 400;
}
.checkout-index-index .column.main #checkout .amcheckout-main-container .amcheckout-column.-sidebar .amcheckout-step-container.-summary .opc-block-summary.amcheckout-summary-container .amcheckout-wrapper .data.table.table-totals tbody tr.totals.shipping {
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}
.checkout-index-index .column.main #checkout .amcheckout-main-container .amcheckout-column.-sidebar .amcheckout-step-container.-summary .opc-block-summary.amcheckout-summary-container .amcheckout-wrapper .data.table.table-totals tbody tr.discount th,
.checkout-index-index .column.main #checkout .amcheckout-main-container .amcheckout-column.-sidebar .amcheckout-step-container.-summary .opc-block-summary.amcheckout-summary-container .amcheckout-wrapper .data.table.table-totals tbody tr.discount td {
  padding-top: 0;
}
.checkout-index-index .column.main #checkout .amcheckout-main-container .amcheckout-column.-sidebar .amcheckout-step-container.-summary .opc-block-summary.amcheckout-summary-container .amcheckout-wrapper .data.table.table-totals tbody tr.grand.totals .amount .price {
  color: #365a6e;
  font-size: 18px;
  font-weight: 500;
}
.checkout-index-index .column.main #checkout .amcheckout-main-container .amcheckout-column.-sidebar .amcheckout-step-container.-summary .amcheckout-additional-options {
  display: none;
}
.checkout-index-index .column.main #checkout .amcheckout-main-container .amcheckout-column.-sidebar .amcheckout-step-container.-summary .checkout-payment-method {
  order: 1;
}
.checkout-index-index .column.main #checkout .amcheckout-main-container .amcheckout-column.-sidebar .amcheckout-step-container.-summary .checkout-payment-method .payment-option {
  padding: 0;
}
.checkout-index-index .column.main #checkout .amcheckout-main-container .amcheckout-column.-sidebar .amcheckout-step-container.-summary .checkout-payment-method .payment-option-title {
  display: flex;
  align-items: center;
  padding-left: 0;
  padding-bottom: 10px;
}
.checkout-index-index .column.main #checkout .amcheckout-main-container .amcheckout-column.-sidebar .amcheckout-step-container.-summary .checkout-payment-method .payment-option-title span {
  color: #627a86;
  font-family: Roboto;
  font-size: 13px;
  font-weight: 400;
  max-width: 85%;
}
.checkout-index-index .column.main #checkout .amcheckout-main-container .amcheckout-column.-sidebar .amcheckout-step-container.-summary .checkout-payment-method .payment-option-title span:after {
  display: none;
}
.checkout-index-index .column.main #checkout .amcheckout-main-container .amcheckout-column.-sidebar .amcheckout-step-container.-summary .checkout-payment-method .payment-option-title .help {
  background-color: #ebf9f5;
  color: #365a6e;
  text-decoration: none;
  height: 35px;
  width: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  border-radius: 50%;
  font-weight: bold;
  transition: .3s;
}
.checkout-index-index .column.main #checkout .amcheckout-main-container .amcheckout-column.-sidebar .amcheckout-step-container.-summary .checkout-payment-method .payment-option-title .help:hover {
  opacity: .7;
}
.checkout-index-index .column.main #checkout .amcheckout-main-container .amcheckout-column.-sidebar .amcheckout-step-container.-summary .checkout-payment-method .payment-option-content {
  display: block !important;
  padding-left: 0;
}
.checkout-index-index .column.main #checkout .amcheckout-main-container .amcheckout-column.-sidebar .amcheckout-step-container.-summary .checkout-payment-method .payment-option-content .form.form-discount {
  display: flex;
}
.checkout-index-index .column.main #checkout .amcheckout-main-container .amcheckout-column.-sidebar .amcheckout-step-container.-summary .checkout-payment-method .payment-option-content .form.form-discount .payment-option-inner {
  width: 100%;
}
.checkout-index-index .column.main #checkout .amcheckout-main-container .amcheckout-column.-sidebar .amcheckout-step-container.-summary .checkout-payment-method .payment-option-content .form.form-discount .payment-option-inner .label {
  display: none;
}
.checkout-index-index .column.main #checkout .amcheckout-main-container .amcheckout-column.-sidebar .amcheckout-step-container.-summary .checkout-payment-method .payment-option-content .form.form-discount .payment-option-inner .control input {
  width: 100%;
  height: 40px;
  border-radius: 20px;
  border: 1px solid #eeeeee;
  background-color: #f6f6f6;
  font-size: 13px;
  color: #365a6e;
  box-shadow: none;
  outline: none;
}
.checkout-index-index .column.main #checkout .amcheckout-main-container .amcheckout-column.-sidebar .amcheckout-step-container.-summary .checkout-payment-method .payment-option-content .form.form-discount .payment-option-inner .control input::placeholder {
  color: #aeaeaf !important;
}
.checkout-index-index .column.main #checkout .amcheckout-main-container .amcheckout-column.-sidebar .amcheckout-step-container.-summary .checkout-payment-method .payment-option-content .form.form-discount .actions-toolbar {
  margin: 0;
}
.checkout-index-index .column.main #checkout .amcheckout-main-container .amcheckout-column.-sidebar .amcheckout-step-container.-summary .checkout-payment-method .payment-option-content .form.form-discount .actions-toolbar button.action {
  width: 150px;
  height: 40px;
  border-radius: 20px;
  background-color: #ebf9f5;
  color: #365a6e;
  margin: 0;
  margin-left: 20px;
}
.checkout-index-index .column.main #checkout .amcheckout-main-container .amcheckout-column.-sidebar .amcheckout-step-container.-summary .checkout-payment-method.submit {
  order: 3;
}
.checkout-index-index .column.main #checkout .amcheckout-main-container .amcheckout-column.-sidebar .amcheckout-step-container.-summary .checkout-payment-method.submit .actions-toolbar {
  margin: 0;
  margin-top: 25px;
  display: flex;
  justify-content: center;
}
.checkout-index-index .column.main #checkout .amcheckout-main-container .amcheckout-column.-sidebar .amcheckout-step-container.-summary .checkout-payment-method.submit .actions-toolbar button.primary {
  width: 170px;
  height: 50px;
  border-radius: 25px;
  background-color: #002c79;
  color: #ffffff;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.checkout-index-index .column.main #checkout .amcheckout-main-container .amcheckout-column.-sidebar.-sticky {
  top: 0 !important;
  bottom: 0 !important;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: -30px;
}
.checkout-index-index .column.main #checkout .amcheckout-main-container .amcheckout-column.-sidebar.-sticky .amcheckout-block.amcheckout-step-container.-summary {
  width: 100%;
}
.checkout-index-index .column.main #checkout .amcheckout-main-container .amcheckout-column.-sidebar.-sticky .amcheckout-block.amcheckout-step-container.-summary .checkout-payment-method:not(.submit) {
  display: none;
}
.checkout-index-index .action.primary.action-save-address {
  border-radius: 25px;
  background-color: #002c79;
  color: #ffffff;
  font-family: Roboto;
  font-size: 14px;
}
.checkout-index-index .action.secondary.action-hide-popup {
  border-radius: 25px;
  background-color: transparent;
  color: #063978;
  font-family: Roboto;
  font-size: 14px;
}
.checkout-index-index .modal-header h1 {
  color: #365a6e;
  font-size: 20px;
  font-weight: 500;
  background: none;
  padding: 0;
  padding-bottom: 10px;
  border: none;
}
.checkout-index-index .modal-content::-webkit-scrollbar-track {
  background-color: #ebf9f5;
}
.checkout-index-index .modal-content::-webkit-scrollbar {
  width: 12px;
  background-color: #ebf9f5;
}
.checkout-index-index .modal-content::-webkit-scrollbar-thumb {
  background-color: #093877;
}
.checkout-index-index #opc-new-shipping-address .form.form-shipping-address #shipping-new-address-form .field[name="shippingAddress.company"] {
  display: none !important;
}
.checkout-index-index #opc-new-shipping-address .form.form-shipping-address #shipping-new-address-form .field .label {
  color: #627a86;
  font-size: 13px;
  font-weight: 400;
}
.checkout-index-index #opc-new-shipping-address .form.form-shipping-address #shipping-new-address-form .field .control input,
.checkout-index-index #opc-new-shipping-address .form.form-shipping-address #shipping-new-address-form .field .control select {
  border: 1px solid #eeeeee !important;
  background-color: white;
  color: #365a6e;
  font-size: 14px;
  box-shadow: none;
  outline: none;
}
.checkout-index-index #opc-new-shipping-address .form.form-shipping-address #shipping-new-address-form .field .control._with-tooltip input {
  width: 100%;
}
.checkout-index-index #opc-new-shipping-address .form.form-shipping-address #shipping-new-address-form .field .control._with-tooltip .field-tooltip {
  display: none;
}
.checkout-index-index #opc-new-shipping-address .form.form-shipping-address #shipping-new-address-form .field .control .field-note {
  margin-top: 10px;
  color: #999;
  font-size: 14px;
}
.checkout-index-index #opc-new-shipping-address .form.form-shipping-address #shipping-new-address-form .field.street .control {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.checkout-index-index #opc-new-shipping-address .form.form-shipping-address #shipping-new-address-form .field.street .control .field[name="shippingAddress.street.0"] {
  width: 100%;
  margin: 0;
}
.checkout-index-index #opc-new-shipping-address .form.form-shipping-address #shipping-new-address-form .field.street .control .field[name="shippingAddress.street.1"] {
  width: 30%;
}
.checkout-index-index #opc-new-shipping-address .form.form-shipping-address #shipping-new-address-form .field.street .control .field[name="shippingAddress.street.2"] {
  width: 30%;
}
.checkout-index-index #opc-new-shipping-address .form.form-shipping-address #shipping-new-address-form .field.street .control .field[name="shippingAddress.street.3"] {
  width: 38%;
}
.checkout-index-index #opc-new-shipping-address .form.form-shipping-address #shipping-new-address-form .field.street .control input {
  color: #365a6e;
}
.checkout-index-index #opc-new-shipping-address .form.form-shipping-address #shipping-new-address-form .field.street .control input::placeholder {
  color: #aeaeaf !important;
}
.checkout-index-index .field.street_copy,
.checkout-index-index .field[name="shippingAddress.country_id"] {
  display: none;
}
.checkout-index-index .field[name="amastyShippingAttributes.requiere_factura"],
.checkout-index-index .field[name="amastyShippingAttributes.nombre_razonsocial"],
.checkout-index-index .field[name="amastyShippingAttributes.email"],
.checkout-index-index .field[name="amastyShippingAttributes.formas_pago"],
.checkout-index-index .field[name="amastyShippingAttributes.rfc"],
.checkout-index-index .field[name="amastyShippingAttributes.rfc_moral"],
.checkout-index-index .field[name="amastyShippingAttributes.calle"],
.checkout-index-index .field[name="amastyShippingAttributes.num_interior"],
.checkout-index-index .field[name="amastyShippingAttributes.num_exterior"],
.checkout-index-index .field[name="amastyShippingAttributes.cod_postal"],
.checkout-index-index .field[name="amastyShippingAttributes.estado"],
.checkout-index-index .field[name="amastyShippingAttributes.ciudad"],
.checkout-index-index .field[name="amastyShippingAttributes.delegacion"],
.checkout-index-index .field[name="amastyShippingAttributes.colonia"],
.checkout-index-index .field[name="amastyShippingAttributes.regimen_fiscal"] .field[name="amastyShippingAttributes.regimen_fiscal_moral"] {
  background: #f6fafb;
  margin-bottom: 0;
  padding-top: 10px !important;
  padding-bottom: 5px !important;
  width: 50% !important;
  position: relative;
}
.checkout-index-index .field[name="amastyShippingAttributes.regimen_fiscal_g03"],
.checkout-index-index .field[name="amastyShippingAttributes.uso_cfdi"],
.checkout-index-index .field[name="amastyShippingAttributes.regimen_fiscal_text"],
.checkout-index-index .field[name="amastyShippingAttributes.persona_fisica_moral"],
.checkout-index-index .field[name="amastyShippingAttributes.regimen_capital"] {
  background: #f6fafb;
  margin-bottom: 0;
  padding-top: 10px !important;
  padding-bottom: 5px !important;
  position: relative;
}
.checkout-index-index div.field[name="amastyShippingAttributes.nombre_razonsocial"] {
  margin-bottom: 0;
  padding: 0 !important;
  padding-left: 0 !important;
  padding-bottom: 0 !important;
  padding-top: 10px !important;
}
.checkout-index-index div.field[name="amastyShippingAttributes.nombre_razonsocial"]:after {
  content: "Escribe solo la razón social, sin incluir el régimen fiscal. ";
  width: 100%;
  padding-left: 4px;
  float: left;
  background-color: white;
  color: #999;
  padding-bottom: 10px;
  margin-top: 6px;
}
.checkout-index-index div.field[name="amastyShippingAttributes.email"] {
  margin-bottom: 0;
  padding: 0 !important;
  padding-left: 0 !important;
  padding-bottom: 0 !important;
  padding-top: 10px !important;
}
.checkout-index-index div.field[name="amastyShippingAttributes.email"]:after {
  content: "Escribe solo la razón social, sin incluir el régimen fiscal. ";
  width: 100%;
  padding-left: 4px;
  float: left;
  background-color: white;
  color: transparent !important;
  padding-bottom: 10px;
  margin-top: 6px;
}
.checkout-index-index #shipping-new-address-form {
  display: flex;
  flex-wrap: wrap;
}
.checkout-index-index #shipping-new-address-form .order-attributes,
.checkout-index-index #shipping-new-address-form div[data-bind="afterRender: manipulateInlineForm"] {
  display: none;
}
.checkout-index-index #shipping-new-address-form .order-attributes .order-attributes-form,
.checkout-index-index #shipping-new-address-form div[data-bind="afterRender: manipulateInlineForm"] .order-attributes-form {
  margin: 0;
  margin-top: 10px;
}
.checkout-index-index #shipping-new-address-form .order-attributes .order-attributes-form .field .label,
.checkout-index-index #shipping-new-address-form div[data-bind="afterRender: manipulateInlineForm"] .order-attributes-form .field .label {
  padding-left: 10px;
}
.checkout-index-index #shipping-new-address-form .order-attributes .order-attributes-form .field .control,
.checkout-index-index #shipping-new-address-form div[data-bind="afterRender: manipulateInlineForm"] .order-attributes-form .field .control {
  padding: 5px 10px;
}
.checkout-index-index .field[name="amastyShippingAttributes.requiere_factura"],
.checkout-index-index .field[name="amastyShippingAttributes.regimen_fiscal"],
.checkout-index-index .field[name="amastyShippingAttributes.regimen_fiscal_moral"],
.checkout-index-index .field[name="amastyShippingAttributes.regimen_fiscal_text"] {
  width: 100% !important;
}
.checkout-index-index .field[name="amastyShippingAttributes.num_interior"],
.checkout-index-index .field[name="amastyShippingAttributes.num_exterior"] {
  width: 25% !important;
}
.checkout-index-index .field[name="amastyShippingAttributes.nombre_razonsocial"]:before {
  content: "Para evitar retrasos en la obtención de su factura, por favor verifique que los datos de facturación son los mismos que aparecen en la cédula fiscal del SAT";
  position: absolute;
  left: 0;
  right: -100%;
  padding: 0 10px;
  color: #999;
  font-size: 14px;
}
.checkout-index-index .fill-data {
  width: 100%;
  padding: 40px 0;
  display: flex;
  align-items: center;
}
.checkout-index-index .fill-data .fill-data-button {
  border-radius: 25px;
  background-color: #002c79;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 10px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 253px;
  text-align: center;
  cursor: pointer;
  position: relative;
}
.checkout-index-index .fill-data.shippingdata .fill-data-button .fill-data-button-span::after {
  background: white;
  float: left;
  position: absolute;
  top: -20px;
  visibility: hidden;
  width: auto;
  color: #002c79;
  text-align: center;
  border-radius: 6px;
  padding: 10px;
  opacity: 0;
  z-index: 1;
  width: 100%;
  background-size: 100%;
  content: "Si es tu primera vez en Novamil3.com, te sugerimos registrarte para agilizar el proceso de carga de datos de envío y facturación.";
  background-repeat: no-repeat;
  height: auto;
  right: -330px;
  border: 1.5px solid #ccc;
  background-color: white;
  transition: opacity ease-in-out 0.3s;
  box-shadow: 0px 4px 12px #00000014;
}
@media (max-width: 700px) {
  .checkout-index-index .fill-data.shippingdata .fill-data-button .fill-data-button-span::after {
    right: -25px;
    top: -127px;
    height: 232%;
    width: 85%;
    padding-bottom: 0 !important;
  }
}
.checkout-index-index .fill-data.shippingdata::after {
  color: white;
  background-color: #073879;
  content: "?";
  border-radius: 50px;
  width: 7px;
  height: 7px;
  padding: 7px 7px;
  cursor: pointer;
  margin-left: 6px;
  font-weight: 800;
  font-size: 12px;
  line-height: .6;
}
.checkout-index-index .fill-data.shippingdata:hover .fill-data-button-span::after {
  visibility: visible;
  opacity: 1;
  text-transform: initial !important;
}
.checkout-index-index:not(.logged-in) .fill-data .fill-data-button.shippingdata {
  display: block;
}
.checkout-index-index .order-attributes-form.fieldset.address {
  display: flex;
  flex-wrap: wrap;
}
.checkout-index-index .order-attributes-form.fieldset.address .field[name="amastyShippingAttributes.cedula_profesional"] {
  order: 1;
}
.checkout-index-index .order-attributes-form.fieldset.address .field[name="amastyShippingAttributes.nombre_medico_recomendado"] {
  order: 2;
}
.checkout-index-index .order-attributes-form.fieldset.address .constancia-fiscal__disclaimer {
  order: 3;
}
.checkout-index-index .order-attributes-form.fieldset.address .field[name="amastyShippingAttributes.requiere_factura"] {
  order: 4;
}
.checkout-index-index .order-attributes-form.fieldset.address .constancia-fiscal {
  order: 5;
  width: 100%;
  margin-bottom: 40px;
}
.checkout-index-index .order-attributes-form.fieldset.address .constancia-fiscal__disclaimer {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  padding: 16px;
  background: #073879;
  border-radius: 16px;
  margin: 24px 0;
  padding: 20px;
  width: 100%;
}
.checkout-index-index .order-attributes-form.fieldset.address .constancia-fiscal__disclaimer-text {
  color: #ffffff;
  font-size: 16px;
  margin: 0;
  width: 90%;
}
.checkout-index-index .order-attributes-form.fieldset.address .constancia-fiscal__disclaimer-text a {
  color: #ffffff;
  font-weight: 500;
}
.checkout-index-index .order-attributes-form.fieldset.address .constancia-fiscal__text {
  display: flex;
  justify-content: space-between;
}
.checkout-index-index .order-attributes-form.fieldset.address .constancia-fiscal__text::before {
  content: '';
  background: url('../../frontend/Ecloud/novamil/es_MX/images/warning.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 40px;
  height: 40px;
  width: 40px;
  display: block;
}
.checkout-index-index .order-attributes-form.fieldset.address .constancia-fiscal__form {
  padding: 5px 10px;
  background: #f6fafb;
}
.checkout-index-index .order-attributes-form.fieldset.address .constancia-fiscal__input {
  border: 1px solid #eee !important;
  background-color: #f6f6f6 !important;
  font-size: 16px;
  box-shadow: none;
  outline: none;
  margin: 10px 0;
}
.checkout-index-index .order-attributes-form.fieldset.address .constancia-fiscal__label {
  color: #627a86;
  font-size: 13px;
  font-weight: 400;
}
.checkout-index-index .order-attributes-form.fieldset.address .constancia-fiscal__fieldset {
  padding: 0;
  border: 0;
  margin-bottom: 10px;
}
.checkout-index-index .order-attributes-form.fieldset.address .constancia-fiscal__fieldset.idcif {
  position: relative;
}
.checkout-index-index .order-attributes-form.fieldset.address .constancia-fiscal__fieldset.idcif label::after {
  color: white;
  background-color: #073879;
  content: "?";
  border-radius: 50px;
  width: 20px;
  height: 10px;
  padding: 2px 7px;
  cursor: pointer;
  margin-left: 6px;
  font-weight: 800;
  font-size: 12px;
}
.checkout-index-index .order-attributes-form.fieldset.address .constancia-fiscal__fieldset.idcif label span::after {
  background: url('../../frontend/Ecloud/novamil/es_MX/images/idcif-min-blur.png');
  float: left;
  position: absolute;
  top: -121px;
  visibility: hidden;
  width: auto;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  opacity: 0;
  z-index: 1;
  width: 45%;
  background-size: 100%;
  content: ".";
  background-repeat: no-repeat;
  height: 177%;
  right: -23px;
  border: 1.5px solid #ccc;
  background-color: white;
  transition: opacity ease-in-out 0.3s;
  box-shadow: 0px 4px 12px #00000014;
}
@media (max-width: 700px) {
  .checkout-index-index .order-attributes-form.fieldset.address .constancia-fiscal__fieldset.idcif label span::after {
    right: 0;
    top: -90px;
    height: 200%;
    width: 85%;
  }
}
.checkout-index-index .order-attributes-form.fieldset.address .constancia-fiscal__fieldset.idcif label:hover span::after {
  visibility: visible;
  opacity: 1;
}
.checkout-index-index .order-attributes-form.fieldset.address .constancia-fiscal__btn {
  border-radius: 25px;
  background-color: #002c79;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 10px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 253px;
  text-align: center;
  cursor: pointer;
  position: relative;
  margin: 20px 0;
}
.checkout-index-index .order-attributes-form.fieldset.address .shippingdata {
  display: none;
}
.checkout-index-index .order-attributes-form.fieldset.address .fill-data {
  order: 6;
}
.checkout-index-index .order-attributes-form.fieldset.address .field[name="amastyShippingAttributes.nombre_razonsocial"] {
  order: 7;
}
.checkout-index-index .order-attributes-form.fieldset.address .field[name="amastyShippingAttributes.email"] {
  order: 8;
}
.checkout-index-index .order-attributes-form.fieldset.address .field[name="amastyShippingAttributes.rfc"] {
  order: 9;
}
.checkout-index-index .order-attributes-form.fieldset.address .field[name="amastyShippingAttributes.rfc_moral"] {
  order: 9;
}
.checkout-index-index .order-attributes-form.fieldset.address .field[name="amastyShippingAttributes.calle"] {
  order: 10;
}
.checkout-index-index .order-attributes-form.fieldset.address .field[name="amastyShippingAttributes.num_interior"] {
  order: 11;
}
.checkout-index-index .order-attributes-form.fieldset.address .field[name="amastyShippingAttributes.num_exterior"] {
  order: 12;
}
.checkout-index-index .order-attributes-form.fieldset.address .field[name="amastyShippingAttributes.cod_postal"] {
  order: 13;
}
.checkout-index-index .order-attributes-form.fieldset.address .field[name="amastyShippingAttributes.estado"] {
  order: 14;
}
.checkout-index-index .order-attributes-form.fieldset.address .field[name="amastyShippingAttributes.ciudad"] {
  order: 15;
}
.checkout-index-index .order-attributes-form.fieldset.address .field[name="amastyShippingAttributes.delegacion"] {
  order: 16;
}
.checkout-index-index .order-attributes-form.fieldset.address .field[name="amastyShippingAttributes.colonia"] {
  order: 17;
}
.checkout-index-index .order-attributes-form.fieldset.address .field[name="amastyShippingAttributes.regimen_fiscal_text"] {
  order: 18;
}
.checkout-index-index .order-attributes-form.fieldset.address .field[name="amastyShippingAttributes.uso_cfdi"] {
  order: 19;
}
.checkout-index-index .order-attributes-form.fieldset.address .field[name="amastyShippingAttributes.uso_cfdi"].active {
  border: 1px solid #073879;
}
.checkout-index-index .order-attributes-form.fieldset.address .field[name="amastyShippingAttributes.persona_fisica_moral"] {
  order: 20;
}
.checkout-index-index .order-attributes-form.fieldset.address .field[name="amastyShippingAttributes.regimen_capital"] {
  order: 21;
}
@media (max-width: 566px) {
  div#conektaIframeContainer {
    max-width: 91vw;
    position: relative;
    margin-left: -45px !important;
    margin-right: -20px !important;
  }
}
.bundle-options-container .product-add-form {
  display: flex;
}
.product-options-bottom {
  display: flex;
  align-items: center;
}
.breadcrumbs.top {
  padding-top: 20px;
}
.breadcrumbs li:not(:last-child):after {
  content: '/' !important;
  font-family: Roboto !important;
  margin: 0 2px !important;
}
.breadcrumbs li a {
  font-weight: 400;
  color: #365a6e !important;
}
.breadcrumbs li strong {
  color: #365a6e;
  font-weight: 500;
}
.disclaimer {
  display: flex;
  justify-content: center;
  color: #009300;
}
.box-tocart label {
  display: none !important;
}
.box-tocart .fieldset {
  display: flex;
  align-items: center;
  margin: 0;
}
.box-tocart .fieldset .field {
  margin: 0 !important;
}
.box-tocart .fieldset .actions {
  padding-top: 0 !important;
}
.box-tocart .control {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90px !important;
  height: 40px;
  border-radius: 60px;
  background-color: #ebf9f5;
  position: relative;
}
.box-tocart .control #qty,
.box-tocart .control #qty-bundle {
  border-style: none;
  width: 40px;
  height: 22px;
  color: #365a6e;
  font-size: 24px;
  font-weight: 600;
  background: transparent;
  padding: 0;
  outline: none;
  box-shadow: none;
}
.box-tocart .control #minusQty {
  /* Style for "-" */
  width: 6px;
  height: 22px;
  color: #5D6A8B;
  font-size: 24px;
  line-height: 1;
  font-weight: 600;
  cursor: pointer;
  padding: 3px;
}
.box-tocart .control #plusQty {
  /* Style for "+" */
  width: 6px;
  height: 22px;
  color: #5D6A8B;
  font-size: 24px;
  font-weight: 600;
  cursor: pointer;
  padding: 3px;
}
.box-tocart .control #qty-error {
  position: absolute;
  bottom: -30px;
  left: 0;
  white-space: nowrap;
  width: 100%;
}
.box-tocart .actions button.primary {
  width: 100%;
  height: 43px;
  border-radius: 22px;
  background-color: #002c79;
  border-color: #002c79;
  padding: 0 !important;
}
.box-tocart .actions button.primary span {
  font-size: 14px;
  font-weight: 500;
}
.bundle-options-container {
  order: 2;
}
.bundle-actions {
  order: 3;
  display: flex;
  align-items: center;
}
.social-media-icons {
  margin-left: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: -10px;
}
.social-media-icons span {
  color: #627a86;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 10px;
}
.social-media-icons .icons-links {
  display: flex;
  align-items: center;
}
.catalog-category-view .sidebar,
.catalogsearch-result-index .sidebar {
  display: none;
}
.catalog-category-view .page-title-wrapper,
.catalogsearch-result-index .page-title-wrapper {
  display: none;
}
.catalog-category-view .block.filter,
.catalogsearch-result-index .block.filter {
  display: none;
}
.catalog-category-view .filtros-padecimientos,
.catalogsearch-result-index .filtros-padecimientos {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.catalog-category-view .filtros-padecimientos h3,
.catalogsearch-result-index .filtros-padecimientos h3 {
  color: #073879;
  font-weight: 600;
  margin: 30px 0 20px;
}
.catalog-category-view .filtros-padecimientos ul,
.catalogsearch-result-index .filtros-padecimientos ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 0 20px;
}
.catalog-category-view .filtros-padecimientos ul li,
.catalogsearch-result-index .filtros-padecimientos ul li {
  display: flex;
  padding: 2px;
}
.catalog-category-view .filtros-padecimientos ul li h3,
.catalogsearch-result-index .filtros-padecimientos ul li h3 {
  margin: 0px;
}
.catalog-category-view .filtros-padecimientos ul li h3 a,
.catalogsearch-result-index .filtros-padecimientos ul li h3 a {
  border-radius: 3px;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s box-shadow;
  color: #365a6e;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  border-right: 1px solid #efeff4;
  border: 1px solid #bfcbdc;
  border-radius: 80px;
  width: auto;
  height: auto;
  padding: 0 0 0 16px;
  transition: all 200ms ease-in-out;
  min-height: 44px;
}
.catalog-category-view .filtros-padecimientos ul li h3 a.btn-productos,
.catalogsearch-result-index .filtros-padecimientos ul li h3 a.btn-productos {
  padding: 0 20px;
  min-width: 113px;
}
.catalog-category-view .filtros-padecimientos ul li h3 a.btn-productos.new,
.catalogsearch-result-index .filtros-padecimientos ul li h3 a.btn-productos.new {
  min-width: 60px;
}
.catalog-category-view .filtros-padecimientos ul li h3 a b,
.catalogsearch-result-index .filtros-padecimientos ul li h3 a b {
  display: flex;
  background: #07387942;
  width: 30px;
  height: 30px;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  margin: 7px;
  color: #073879;
  font-weight: 800;
  transition: all 200ms ease-in-out;
}
.catalog-category-view .filtros-padecimientos ul li h3 a:hover,
.catalogsearch-result-index .filtros-padecimientos ul li h3 a:hover {
  box-shadow: 0 9px 20px rgba(198, 195, 195, 0.5);
  border-color: #073879;
  color: #073879;
}
.catalog-category-view .filtros-padecimientos ul li h3 a:hover b,
.catalogsearch-result-index .filtros-padecimientos ul li h3 a:hover b {
  background: #073879;
  color: #fff;
}
.catalog-category-view .filtros-padecimientos ul li h3 a.active,
.catalogsearch-result-index .filtros-padecimientos ul li h3 a.active {
  background: #073879;
  color: #fff;
}
.catalog-category-view .filtros-padecimientos ul li h3 a.active b,
.catalogsearch-result-index .filtros-padecimientos ul li h3 a.active b {
  color: #073879;
  background: #bfcbdc;
}
.catalog-category-view .filtros-padecimientos ul li h3 a img,
.catalogsearch-result-index .filtros-padecimientos ul li h3 a img {
  margin-right: 10px;
}
.catalog-category-view .filtros-padecimientos ul li.new h3 a,
.catalogsearch-result-index .filtros-padecimientos ul li.new h3 a {
  padding-right: 14px;
}
.catalog-category-view .filtros-padecimientos ul li:not(.new),
.catalogsearch-result-index .filtros-padecimientos ul li:not(.new) {
  display: none;
}
.catalog-category-view .filtros-padecimientos ul li.etapas,
.catalogsearch-result-index .filtros-padecimientos ul li.etapas {
  position: relative;
  z-index: 2;
}
.catalog-category-view .filtros-padecimientos ul li.etapas > h3 a:after,
.catalogsearch-result-index .filtros-padecimientos ul li.etapas > h3 a:after {
  content: '';
  background-size: 10px 10px !important;
  height: 10px;
  width: 10px;
  background: url(../../frontend/Ecloud/novamil/es_MX/images/arrow-down.png) no-repeat center;
  display: block;
  margin-top: 0px;
  margin-left: 5px;
  background-color: white;
  padding: 4px;
  border-radius: 50%;
}
.catalog-category-view .filtros-padecimientos ul li.etapas > h3 a.active,
.catalogsearch-result-index .filtros-padecimientos ul li.etapas > h3 a.active {
  pointer-events: none;
}
.catalog-category-view .filtros-padecimientos ul li.etapas .etapas-dropdown,
.catalogsearch-result-index .filtros-padecimientos ul li.etapas .etapas-dropdown {
  box-shadow: 0px 4px 5px #dadada;
  background: white;
  border-radius: 10px;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  transition: all 0.5s ease;
  margin-top: 1rem;
  left: 0;
  top: 35px;
  display: none;
  padding: 10px 0;
  padding-top: 20px;
  min-width: 100%;
  box-sizing: border-box;
}
.catalog-category-view .filtros-padecimientos ul li.etapas .etapas-dropdown li,
.catalogsearch-result-index .filtros-padecimientos ul li.etapas .etapas-dropdown li {
  display: flex;
  justify-content: center;
  margin-bottom: 0;
}
.catalog-category-view .filtros-padecimientos ul li.etapas .etapas-dropdown li h3 a,
.catalogsearch-result-index .filtros-padecimientos ul li.etapas .etapas-dropdown li h3 a {
  padding: 10px;
  box-shadow: none;
  border: none;
  min-height: unset;
}
.catalog-category-view .filtros-padecimientos ul li.etapas:hover .etapas-dropdown,
.catalogsearch-result-index .filtros-padecimientos ul li.etapas:hover .etapas-dropdown {
  visibility: visible;
  opacity: 1;
  display: block;
}
.catalog-category-view .filtros-padecimientos ul li.new h3 a,
.catalogsearch-result-index .filtros-padecimientos ul li.new h3 a {
  padding-right: 14px;
}
.catalog-category-view .column.main,
.catalogsearch-result-index .column.main {
  width: 100% !important;
  padding: 0;
}
.catalog-category-view .products-grid.products.wrapper,
.catalogsearch-result-index .products-grid.products.wrapper {
  margin-top: 0;
}
.catalog-category-view .products-grid.products.wrapper ol.list.product-items,
.catalogsearch-result-index .products-grid.products.wrapper ol.list.product-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.catalog-category-view .products-grid.products.wrapper ol.list.product-items li.item.product-item,
.catalogsearch-result-index .products-grid.products.wrapper ol.list.product-items li.item.product-item {
  padding: 0;
  width: auto;
}
.catalog-category-view .products-grid.products.wrapper ol.list.product-items li.item.product-item .product-item-info,
.catalogsearch-result-index .products-grid.products.wrapper ol.list.product-items li.item.product-item .product-item-info {
  box-shadow: 0 2px 4px rgba(197, 194, 194, 0.5);
  border-radius: 10px;
  transition: .3s;
  position: relative;
}
.catalog-category-view .products-grid.products.wrapper ol.list.product-items li.item.product-item .product-item-info:hover,
.catalogsearch-result-index .products-grid.products.wrapper ol.list.product-items li.item.product-item .product-item-info:hover {
  transform: scale(1.05);
  box-shadow: 0 5px 15px #d0cdcd;
}
.catalog-category-view .products-grid.products.wrapper ol.list.product-items li.item.product-item .product-item-info .stock-visible,
.catalogsearch-result-index .products-grid.products.wrapper ol.list.product-items li.item.product-item .product-item-info .stock-visible {
  position: absolute;
  top: 12px;
  opacity: 1;
  left: 8px;
  z-index: 1;
  font-size: 10px;
  border-radius: 24px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px 10px;
}
.catalog-category-view .products-grid.products.wrapper ol.list.product-items li.item.product-item .product-item-info .stock-visible span,
.catalogsearch-result-index .products-grid.products.wrapper ol.list.product-items li.item.product-item .product-item-info .stock-visible span {
  color: white;
  font-weight: 400;
  font-size: 14px;
}
.catalog-category-view .products-grid.products.wrapper ol.list.product-items li.item.product-item .product-item-info .stock-visible.available,
.catalogsearch-result-index .products-grid.products.wrapper ol.list.product-items li.item.product-item .product-item-info .stock-visible.available {
  background: #8AC07F;
}
.catalog-category-view .products-grid.products.wrapper ol.list.product-items li.item.product-item .product-item-info .stock-visible.unavailable,
.catalogsearch-result-index .products-grid.products.wrapper ol.list.product-items li.item.product-item .product-item-info .stock-visible.unavailable {
  background: #FE6871;
}
.catalog-category-view .products-grid.products.wrapper ol.list.product-items li.item.product-item .product-item-info .labels,
.catalogsearch-result-index .products-grid.products.wrapper ol.list.product-items li.item.product-item .product-item-info .labels {
  position: absolute;
  right: 8px;
  display: flex;
  gap: 2px;
  flex-direction: row;
  justify-content: flex-end;
  top: 12px;
  z-index: 1;
}
.catalog-category-view .products-grid.products.wrapper ol.list.product-items li.item.product-item .product-item-info .labels .new,
.catalogsearch-result-index .products-grid.products.wrapper ol.list.product-items li.item.product-item .product-item-info .labels .new,
.catalog-category-view .products-grid.products.wrapper ol.list.product-items li.item.product-item .product-item-info .labels .new-image,
.catalogsearch-result-index .products-grid.products.wrapper ol.list.product-items li.item.product-item .product-item-info .labels .new-image {
  font-size: 14px;
  border-radius: 24px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px 10px;
  color: white;
}
.catalog-category-view .products-grid.products.wrapper ol.list.product-items li.item.product-item .product-item-info .labels .new,
.catalogsearch-result-index .products-grid.products.wrapper ol.list.product-items li.item.product-item .product-item-info .labels .new {
  background-color: #012D74;
}
.catalog-category-view .products-grid.products.wrapper ol.list.product-items li.item.product-item .product-item-info .labels .new-image,
.catalogsearch-result-index .products-grid.products.wrapper ol.list.product-items li.item.product-item .product-item-info .labels .new-image {
  background-color: #8293BC;
}
.catalog-category-view .products-grid.products.wrapper ol.list.product-items li.item.product-item .product-item-info a.product-item-photo,
.catalogsearch-result-index .products-grid.products.wrapper ol.list.product-items li.item.product-item .product-item-info a.product-item-photo {
  width: 100%;
  display: flex;
  justify-content: center;
}
.catalog-category-view .products-grid.products.wrapper ol.list.product-items li.item.product-item .product-item-info a.product-item-photo .product-image-container .product-image-wrapper img.product-image-photo,
.catalogsearch-result-index .products-grid.products.wrapper ol.list.product-items li.item.product-item .product-item-info a.product-item-photo .product-image-container .product-image-wrapper img.product-image-photo {
  max-width: 300px;
  margin: 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  object-fit: contain;
  bottom: 0;
  display: block;
  height: 100%;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: -43px;
}
.catalog-category-view .products-grid.products.wrapper ol.list.product-items li.item.product-item .product-item-info .product-item-details,
.catalogsearch-result-index .products-grid.products.wrapper ol.list.product-items li.item.product-item .product-item-info .product-item-details {
  padding: 10px 15px;
  z-index: 1;
}
.catalog-category-view .products-grid.products.wrapper ol.list.product-items li.item.product-item .product-item-info .product-item-details .stock.unavailable,
.catalogsearch-result-index .products-grid.products.wrapper ol.list.product-items li.item.product-item .product-item-info .product-item-details .stock.unavailable {
  margin-top: 18px;
  display: flex;
  align-items: center;
  background-color: #ECF2FA;
  height: 40px;
  border-radius: 22px;
  transition: .3s;
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 19px;
}
.catalog-category-view .products-grid.products.wrapper ol.list.product-items li.item.product-item .product-item-info .product-item-details .stock.unavailable span,
.catalogsearch-result-index .products-grid.products.wrapper ol.list.product-items li.item.product-item .product-item-info .product-item-details .stock.unavailable span {
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  color: #5072a3;
  font-weight: 500;
  font-size: 18px;
  padding: 8px 15px;
}
.catalog-category-view .products-grid.products.wrapper ol.list.product-items li.item.product-item .product-item-info .product-item-details .product-item-name,
.catalogsearch-result-index .products-grid.products.wrapper ol.list.product-items li.item.product-item .product-item-info .product-item-details .product-item-name {
  display: flex;
  justify-content: flex-start;
  text-transform: lowercase;
  margin: 3px auto ;
  min-height: 66px;
  position: relative;
  z-index: 1;
}
.catalog-category-view .products-grid.products.wrapper ol.list.product-items li.item.product-item .product-item-info .product-item-details .product-item-name a.product-item-link,
.catalogsearch-result-index .products-grid.products.wrapper ol.list.product-items li.item.product-item .product-item-info .product-item-details .product-item-name a.product-item-link {
  color: #5D6A8B;
  font-size: 18px;
  font-weight: 700;
  text-align: left;
  text-transform: none;
}
.catalog-category-view .products-grid.products.wrapper ol.list.product-items li.item.product-item .product-item-info .product-item-details .product-item-name a.product-item-link::first-letter,
.catalogsearch-result-index .products-grid.products.wrapper ol.list.product-items li.item.product-item .product-item-info .product-item-details .product-item-name a.product-item-link::first-letter {
  text-transform: uppercase;
}
.catalog-category-view .products-grid.products.wrapper ol.list.product-items li.item.product-item .product-item-info .product-item-details .product-item-name a.product-item-link .name,
.catalogsearch-result-index .products-grid.products.wrapper ol.list.product-items li.item.product-item .product-item-info .product-item-details .product-item-name a.product-item-link .name {
  line-height: 19px;
  min-height: 40px;
  max-height: 40px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.catalog-category-view .products-grid.products.wrapper ol.list.product-items li.item.product-item .product-item-info .product-item-details .product-item-name a.product-item-link span.presentation,
.catalogsearch-result-index .products-grid.products.wrapper ol.list.product-items li.item.product-item .product-item-info .product-item-details .product-item-name a.product-item-link span.presentation {
  text-transform: uppercase;
  font-size: 13px;
  background: #ECF2FA;
  padding: 3px 12px;
  display: inline-block;
  border-radius: 100px;
  margin-top: 2px;
}
.catalog-category-view .products-grid.products.wrapper ol.list.product-items li.item.product-item .product-item-info .product-item-details .product-short-description,
.catalogsearch-result-index .products-grid.products.wrapper ol.list.product-items li.item.product-item .product-item-info .product-item-details .product-short-description {
  display: none;
}
.catalog-category-view .products-grid.products.wrapper ol.list.product-items li.item.product-item .product-item-info .product-item-details .box-tocart .price-box.price-final_price,
.catalogsearch-result-index .products-grid.products.wrapper ol.list.product-items li.item.product-item .product-item-info .product-item-details .box-tocart .price-box.price-final_price {
  display: flex;
  justify-content: flex-end;
  order: 1;
  width: auto;
  margin: 0 0 5px;
}
.catalog-category-view .products-grid.products.wrapper ol.list.product-items li.item.product-item .product-item-info .product-item-details .box-tocart .price-box.price-final_price > .price-container .price-wrapper .price,
.catalogsearch-result-index .products-grid.products.wrapper ol.list.product-items li.item.product-item .product-item-info .product-item-details .box-tocart .price-box.price-final_price > .price-container .price-wrapper .price {
  font-size: 24px;
  color: #012D74;
}
.catalog-category-view .products-grid.products.wrapper ol.list.product-items li.item.product-item .product-item-info .product-item-details .box-tocart .price-box.price-final_price > .old-price,
.catalogsearch-result-index .products-grid.products.wrapper ol.list.product-items li.item.product-item .product-item-info .product-item-details .box-tocart .price-box.price-final_price > .old-price {
  display: none;
}
.catalog-category-view .products-grid.products.wrapper ol.list.product-items li.item.product-item .product-item-info .product-item-details .box-tocart .priceperg,
.catalogsearch-result-index .products-grid.products.wrapper ol.list.product-items li.item.product-item .product-item-info .product-item-details .box-tocart .priceperg {
  order: 3;
  margin-top: -7px;
  margin-bottom: -3px;
  font-size: 12px;
  font-weight: 400;
  font-family: "DIN Next Rounded LT Pro Medium";
  color: #5D6A8B;
}
@media (min-width: 1024px) {
  .catalog-category-view .products-grid.products.wrapper ol.list.product-items li.item.product-item .product-item-info .product-item-details .box-tocart .priceperg,
  .catalogsearch-result-index .products-grid.products.wrapper ol.list.product-items li.item.product-item .product-item-info .product-item-details .box-tocart .priceperg {
    order: 2;
    margin-top: -7px;
    margin-bottom: 3px;
  }
}
.catalog-category-view .products-grid.products.wrapper ol.list.product-items li.item.product-item .product-item-info .product-item-details .box-tocart .fieldset,
.catalogsearch-result-index .products-grid.products.wrapper ol.list.product-items li.item.product-item .product-item-info .product-item-details .box-tocart .fieldset {
  display: flex;
  flex-direction: column;
}
.catalog-category-view .products-grid.products.wrapper ol.list.product-items li.item.product-item .product-item-info .product-item-details .box-tocart .fieldset .control,
.catalogsearch-result-index .products-grid.products.wrapper ol.list.product-items li.item.product-item .product-item-info .product-item-details .box-tocart .fieldset .control {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 94px !important;
  height: 38px !important;
  border-radius: 60px;
  background-color: white;
  border: 0.5px solid #8C99B9;
  position: relative;
}
.catalog-category-view .products-grid.products.wrapper ol.list.product-items li.item.product-item .product-item-info .product-item-details .box-tocart .fieldset .control .field.qty,
.catalogsearch-result-index .products-grid.products.wrapper ol.list.product-items li.item.product-item .product-item-info .product-item-details .box-tocart .fieldset .control .field.qty {
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  min-height: 52px;
}
.catalog-category-view .products-grid.products.wrapper ol.list.product-items li.item.product-item .product-item-info .product-item-details .box-tocart .fieldset .control .qty,
.catalogsearch-result-index .products-grid.products.wrapper ol.list.product-items li.item.product-item .product-item-info .product-item-details .box-tocart .fieldset .control .qty {
  height: 40px;
  width: 30px;
  margin-top: 0;
  text-align: center;
  background: transparent;
  border: none;
  outline: none;
  box-shadow: none;
  color: #5D6A8B;
  font-size: 18px;
  font-weight: 500;
  padding: 0;
}
.catalog-category-view .products-grid.products.wrapper ol.list.product-items li.item.product-item .product-item-info .product-item-details .box-tocart .fieldset .control > div,
.catalogsearch-result-index .products-grid.products.wrapper ol.list.product-items li.item.product-item .product-item-info .product-item-details .box-tocart .fieldset .control > div {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  color: #5D6A8B;
  font-size: 18px;
}
.catalog-category-view .products-grid.products.wrapper ol.list.product-items li.item.product-item .product-item-info .product-item-details .product-item-inner .product-item-actions,
.catalogsearch-result-index .products-grid.products.wrapper ol.list.product-items li.item.product-item .product-item-info .product-item-details .product-item-inner .product-item-actions {
  justify-content: end;
  flex-direction: column;
  width: 100%;
  margin: 0 !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.catalog-category-view .products-grid.products.wrapper ol.list.product-items li.item.product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .action.primary,
.catalogsearch-result-index .products-grid.products.wrapper ol.list.product-items li.item.product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .action.primary {
  border-radius: 22px;
  background-color: #012D74;
  padding: 0 !important;
  height: 40px;
  margin-top: 1px;
  box-sizing: border-box;
  width: 100%;
}
.catalog-category-view .products-grid.products.wrapper ol.list.product-items li.item.product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .action.primary button,
.catalogsearch-result-index .products-grid.products.wrapper ol.list.product-items li.item.product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .action.primary button {
  width: 100%;
}
.catalog-category-view .products-grid.products.wrapper ol.list.product-items li.item.product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .action.primary span,
.catalogsearch-result-index .products-grid.products.wrapper ol.list.product-items li.item.product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .action.primary span {
  font-size: 18px;
  font-weight: 400;
  color: white;
  font-family: "DIN Next Rounded LT Pro Medium";
}
.catalog-category-view .products-grid.products.wrapper ol.list.product-items li.item.product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-extra,
.catalogsearch-result-index .products-grid.products.wrapper ol.list.product-items li.item.product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-extra {
  display: none;
}
.catalog-category-view .products-grid.products.wrapper ol.list.product-items li.item.product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-extra a,
.catalogsearch-result-index .products-grid.products.wrapper ol.list.product-items li.item.product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-extra a {
  background-color: #ffffff;
  height: 29px;
  width: 98px;
  border-radius: 22px;
  justify-content: space-around;
  text-decoration: none;
  display: flex;
  transition: .3s;
  border: 1px solid #002d73;
  box-sizing: border-box;
}
.catalog-category-view .products-grid.products.wrapper ol.list.product-items li.item.product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-extra a span,
.catalogsearch-result-index .products-grid.products.wrapper ol.list.product-items li.item.product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-extra a span {
  line-height: 1;
  display: flex;
  align-items: center;
  color: #002c79;
  padding: 2px 0 0;
  font-weight: 500;
  font-size: 10px;
  letter-spacing: 0.71px;
  text-transform: uppercase;
}
.catalog-category-view .products-grid.products.wrapper ol.list.product-items li.item.product-item .product-item-info .product-item-details .product-item-inner .product-item-actions > .actions-extra,
.catalogsearch-result-index .products-grid.products.wrapper ol.list.product-items li.item.product-item .product-item-info .product-item-details .product-item-inner .product-item-actions > .actions-extra {
  display: none;
}
.catalog-category-view .products-grid.products.wrapper ol.list.product-items li.item.product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-secondary,
.catalogsearch-result-index .products-grid.products.wrapper ol.list.product-items li.item.product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-secondary {
  display: none;
}
.catalog-category-view .products-grid.products.wrapper ol.list.product-items li.item.product-item.packs .product-item-info .product-image-wrapper .product-image-photo,
.catalogsearch-result-index .products-grid.products.wrapper ol.list.product-items li.item.product-item.packs .product-item-info .product-image-wrapper .product-image-photo {
  width: 99%;
}
.catalog-category-view .products-grid.products.wrapper ol.list.product-items li.item.product-item.packs .product-item-info .product-item-details.product.details .product-item-name a,
.catalogsearch-result-index .products-grid.products.wrapper ol.list.product-items li.item.product-item.packs .product-item-info .product-item-details.product.details .product-item-name a {
  text-transform: none;
}
.catalog-category-view .products-grid.products.wrapper ol.list.product-items li.item.product-item.packs .product-item-info .product-item-details.product.details .product-item-name a span.presentation,
.catalogsearch-result-index .products-grid.products.wrapper ol.list.product-items li.item.product-item.packs .product-item-info .product-item-details.product.details .product-item-name a span.presentation {
  text-transform: uppercase;
  font-size: 13px;
  background: #ECF2FA;
  padding: 3px 12px;
  display: inline-block;
  border-radius: 100px;
  margin-top: 2px;
}
.catalog-category-view .products-grid.products.wrapper ol.list.product-items li.item.product-item.packs .product-item-info .product-item-details.product.details .product-item-inner .product-item-actions .actions-primary .box-tocart .fieldset .field.qty,
.catalogsearch-result-index .products-grid.products.wrapper ol.list.product-items li.item.product-item.packs .product-item-info .product-item-details.product.details .product-item-inner .product-item-actions .actions-primary .box-tocart .fieldset .field.qty {
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
}
.catalog-category-view .products-grid.products.wrapper ol.list.product-items li.item.product-item.packs .product-item-info .product-item-details.product.details .product-item-inner .product-item-actions .actions-primary .box-tocart .fieldset .field.qty .price-box,
.catalogsearch-result-index .products-grid.products.wrapper ol.list.product-items li.item.product-item.packs .product-item-info .product-item-details.product.details .product-item-inner .product-item-actions .actions-primary .box-tocart .fieldset .field.qty .price-box {
  margin: 0 0 5px;
}
.catalog-category-view .products-grid.products.wrapper ol.list.product-items li.item.product-item.packs .product-item-info .product-item-details.product.details .product-item-inner .product-item-actions .actions-primary .box-tocart .fieldset .field.qty .price-box .price-container span.price,
.catalogsearch-result-index .products-grid.products.wrapper ol.list.product-items li.item.product-item.packs .product-item-info .product-item-details.product.details .product-item-inner .product-item-actions .actions-primary .box-tocart .fieldset .field.qty .price-box .price-container span.price {
  font-size: 24px;
  color: #012D74;
}
.catalog-category-view .products-grid.products.wrapper ol.list.product-items li.item.product-item.packs .product-item-info .product-item-details.product.details .product-item-inner .product-item-actions .actions-primary .box-tocart .fieldset .field.qty .old-price,
.catalogsearch-result-index .products-grid.products.wrapper ol.list.product-items li.item.product-item.packs .product-item-info .product-item-details.product.details .product-item-inner .product-item-actions .actions-primary .box-tocart .fieldset .field.qty .old-price {
  display: none;
}
.catalog-category-view .toolbar.toolbar-products,
.catalogsearch-result-index .toolbar.toolbar-products {
  display: none;
}
.catalog-category-view .toolbar.toolbar-products:last-child,
.catalogsearch-result-index .toolbar.toolbar-products:last-child {
  display: flex;
  justify-content: flex-end;
}
.catalog-category-view .toolbar.toolbar-products:last-child .modes,
.catalogsearch-result-index .toolbar.toolbar-products:last-child .modes,
.catalog-category-view .toolbar.toolbar-products:last-child #toolbar-amount,
.catalogsearch-result-index .toolbar.toolbar-products:last-child #toolbar-amount,
.catalog-category-view .toolbar.toolbar-products:last-child .field.limiter,
.catalogsearch-result-index .toolbar.toolbar-products:last-child .field.limiter,
.catalog-category-view .toolbar.toolbar-products:last-child .toolbar-sorter.sorter,
.catalogsearch-result-index .toolbar.toolbar-products:last-child .toolbar-sorter.sorter {
  display: none;
}
.catalog-category-view .toolbar.toolbar-products:last-child .pages,
.catalogsearch-result-index .toolbar.toolbar-products:last-child .pages {
  display: flex;
  justify-content: flex-end;
}
.catalog-category-view .toolbar.toolbar-products:last-child .pages ul.pages-items,
.catalogsearch-result-index .toolbar.toolbar-products:last-child .pages ul.pages-items {
  display: flex;
}
.catalog-category-view .toolbar.toolbar-products:last-child .pages ul.pages-items li.item,
.catalogsearch-result-index .toolbar.toolbar-products:last-child .pages ul.pages-items li.item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 5px;
  background-color: #eef6fa;
}
.catalog-category-view .toolbar.toolbar-products:last-child .pages ul.pages-items li.item a,
.catalogsearch-result-index .toolbar.toolbar-products:last-child .pages ul.pages-items li.item a {
  color: #95bace;
  text-decoration: none;
}
.catalog-category-view .toolbar.toolbar-products:last-child .pages ul.pages-items li.item.pages-item-previous a,
.catalogsearch-result-index .toolbar.toolbar-products:last-child .pages ul.pages-items li.item.pages-item-previous a {
  border: none;
  margin: 0;
}
.catalog-category-view .toolbar.toolbar-products:last-child .pages ul.pages-items li.item.current,
.catalogsearch-result-index .toolbar.toolbar-products:last-child .pages ul.pages-items li.item.current {
  background-color: #002c79;
}
.catalog-category-view .toolbar.toolbar-products:last-child .pages ul.pages-items li.item.current strong,
.catalogsearch-result-index .toolbar.toolbar-products:last-child .pages ul.pages-items li.item.current strong {
  background: none;
  color: white;
}
.catalog-category-view .toolbar.toolbar-products:last-child .pages ul.pages-items li.item.pages-item-next a,
.catalogsearch-result-index .toolbar.toolbar-products:last-child .pages ul.pages-items li.item.pages-item-next a {
  margin: 0;
  border: none;
}
.catalog-category-view .toolbar.toolbar-products:last-child .pages ul.pages-items li.item.pages-item-next a:before,
.catalogsearch-result-index .toolbar.toolbar-products:last-child .pages ul.pages-items li.item.pages-item-next a:before {
  font-size: 25px;
  color: #95bace;
}
.catalog-product-view {
  overflow-x: hidden;
}
.catalog-product-view .fotorama__nav-wrap.fotorama__nav-wrap--horizontal .fotorama__nav.fotorama__nav--thumbs {
  height: auto !important;
  display: flex;
  justify-content: center;
}
.catalog-product-view .fotorama__nav-wrap.fotorama__nav-wrap--horizontal .fotorama__nav.fotorama__nav--thumbs .fotorama__nav__shaft .fotorama__thumb-border {
  display: none;
}
.catalog-product-view .fotorama__nav-wrap.fotorama__nav-wrap--horizontal .fotorama__nav.fotorama__nav--thumbs .fotorama__nav__shaft .fotorama__nav__frame {
  padding: 0 !important;
  border-radius: 22px;
  background-color: #fafafa;
  margin-right: 20px;
  opacity: 0.4;
  cursor: pointer;
}
.catalog-product-view .fotorama__nav-wrap.fotorama__nav-wrap--horizontal .fotorama__nav.fotorama__nav--thumbs .fotorama__nav__shaft .fotorama__nav__frame.fotorama__active {
  opacity: 1;
}
.catalog-product-view .product-social-links {
  display: none;
}
.catalog-product-view .product-info-main .etapa {
  color: #627a86;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  margin-top: 20px;
  display: block;
}
.catalog-product-view .product-info-main span.atributo-presentacion {
  font-size: 22px;
  font-weight: 600;
  background: #ebf9f5;
  padding: 2px 13px;
  color: #002c79;
  margin: -3px 0 20px -2px;
  display: inline-flex;
  border-radius: 100px;
}
.catalog-product-view .product-info-main .page-title-wrapper {
  display: block;
}
.catalog-product-view .product-info-main .page-title-wrapper h1 {
  padding-bottom: 0;
  margin-bottom: 0;
}
.catalog-product-view .product-info-main .page-title-wrapper h1 span {
  color: #002c79;
  font-size: 32px;
  font-weight: 700;
  line-height: 30px;
  font-family: 'DINosaur-Bold';
}
.catalog-product-view .product-info-main .product-reviews-summary {
  min-height: 1px;
  width: 100%;
  margin-top: 0;
}
.catalog-product-view .product-info-main .product-reviews-summary .reviews-actions {
  padding-bottom: 0;
}
.catalog-product-view .product-info-main .product-reviews-summary .reviews-actions .action {
  color: #002c79;
}
.catalog-product-view .product-info-main .product-reviews-summary .reviews-actions .action.add {
  opacity: 0;
  pointer-events: none;
}
.catalog-product-view .product-info-main .product-reviews-summary .reviews-actions .action span:last-child {
  text-transform: lowercase;
}
.catalog-product-view .product-info-main .product-reviews-summary .rating-summary {
  padding-right: 0px;
}
.catalog-product-view .product-info-main .product-reviews-summary .rating-summary .rating-result {
  width: 136px;
  margin-left: 0 !important;
}
.catalog-product-view .product-info-main .product-reviews-summary .rating-summary .rating-result:before {
  font-size: 30px;
  height: 30px;
  letter-spacing: -4px;
  line-height: 30px;
  color: #ccc;
  content: '';
  background: url('../../frontend/Ecloud/novamil/es_MX/images/empty-full-01.svg');
}
.catalog-product-view .product-info-main .product-reviews-summary .rating-summary .rating-result span:before {
  font-size: 30px;
  height: 30px;
  letter-spacing: -4px;
  line-height: 30px;
  color: #fcd63b;
  content: '';
  background: url('../../frontend/Ecloud/novamil/es_MX/images/fill-star-01.svg');
}
.catalog-product-view .product-info-main .product-reviews-summary.empty .reviews-actions {
  display: none;
}
.catalog-product-view .product-info-main .price-configured_price {
  display: none;
}
.catalog-product-view .product-info-main .product-info-price {
  margin-top: 0px;
  display: flex;
  align-items: end;
}
.catalog-product-view .product-info-main .product-info-price .priceperg {
  font-size: 12px;
  font-weight: 600;
  font-family: sans-serif;
  margin-bottom: 6px;
  color: #5D6A8B;
}
.catalog-product-view .product-info-main .product-info-price .price-box {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: flex-end;
  margin-top: 8px;
}
.catalog-product-view .product-info-main .product-info-price .price-box .price {
  font-family: 'DINosaur-Bold';
  font-size: 24px;
  color: #012D74;
}
.catalog-product-view .product-info-main .product-info-price .price-box .special-price {
  margin-left: 10px;
}
.catalog-product-view .product-info-main .product-info-price .price-box .special-price .price-label {
  display: none;
}
.catalog-product-view .product-info-main .product-info-price .price-box .special-price .price {
  color: #8e8e93;
  font-size: 36px;
  font-weight: 500;
  line-height: 26px;
}
.catalog-product-view .product-info-main .product-info-price .price-box .old-price .price-label {
  display: none;
}
.catalog-product-view .product-info-main .product-info-price .price-box .old-price .price {
  color: #95bace;
  font-size: 12px;
  font-weight: 500;
  line-height: 26px;
  text-decoration: line-through;
}
.catalog-product-view .product-info-main .product-info-price .price-box .normal-price .price-label {
  color: #627a86;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  margin-right: 5px;
}
.catalog-product-view .product-info-main .product-info-price .price-box .normal-price .price {
  color: #8e8e93;
  font-size: 36px;
  font-weight: 500;
  line-height: 26px;
}
.catalog-product-view .product-info-main .product.attribute.overview {
  color: black;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  margin-top: 30px;
}
.catalog-product-view .product-info-main .amrec-purchase-option .amrec-input.-radio + .amrec-label:before {
  border: 2px solid #bdc2dd;
}
.catalog-product-view .product-info-main .amrec-product-view .amrec-input.-radio:checked + .amrec-label:before {
  border: 5px solid #fafafa;
  background-color: #002c79;
  box-shadow: 0 2px 6px #e2e0e0;
}
.catalog-product-view .product-info-main .amrec-product-view label {
  font-size: 14px;
}
.catalog-product-view .product-info-main .amrec-product-view label:before {
  border: 1px solid rgba(0, 0, 0, 0.05);
  background-color: rgba(0, 0, 0, 0.02);
}
.catalog-product-view .product-info-main .amrec-product-view .amrec-cycle-container .amrec-input.-radio + .amrec-label {
  width: 100%;
  font-size: 14px;
}
.catalog-product-view .product-info-main .amrec-product-view .amrec-subscription-options .amrec-cycle-container .amrec-input.-radio:checked + .amrec-label {
  border: 2px solid #a5e1df;
}
.catalog-product-view .product-info-main .amrec-product-view .amrec-subscription-options .amrec-cycle-container.amrec-panel {
  background: #ebf9f5;
}
.catalog-product-view .product-info-main .amrec-product-view .amrec-subscription-options .amrec-cycle-container.amrec-panel .amrec-title {
  font-weight: 500;
  font-size: 16px;
  color: #8e8e93;
}
.catalog-product-view .product-info-main .amrec-product-view .amrec-subscription-options .amrec-cycle-container.amrec-panel .amrec-cycle-container .amrec-label {
  background: #fff;
  border: 2px solid #a5e1df;
}
.catalog-product-view .product-info-main .amrec-product-view .amrec-subscription-options .amrec-subscription-info.amrec-panel,
.catalog-product-view .product-info-main .amrec-product-view .amrec-subscription-options .amrec-subscription-info.amrec-row {
  display: none;
}
.catalog-product-view .product-info-main .amrec-cycle-container.amrec-block {
  position: relative;
}
.catalog-product-view .product-info-main .amrec-cycle-container.amrec-block .amrec-title {
  position: relative;
  display: block;
  padding: 8px;
  font-size: 14px;
  box-sizing: border-box;
  margin: 0;
  border: 1px solid #002c79;
  max-width: 300px;
  background: #fff;
  border-radius: 8px;
}
.catalog-product-view .product-info-main .amrec-cycle-container.amrec-block .amrec-title:before {
  content: '';
  border: 1px solid #002c79;
  border-width: 0 1px 1px 0;
  transform: rotate(45deg);
  width: 10px;
  height: 10px;
  display: block;
  position: absolute;
  top: 10px;
  right: 15px;
}
.catalog-product-view .product-info-main .amrec-cycle-container.amrec-block .amrec-title.in:before {
  transform: rotate(-135deg);
  top: 15px;
}
.catalog-product-view .product-info-main .amrec-cycle-container.amrec-block .amrec-options {
  display: flex;
  flex-direction: column;
  background: #fff;
  z-index: 1;
  box-shadow: 0 2px 14px -10px;
  overflow: auto;
  max-width: 300px;
  max-height: 0;
  position: absolute;
  width: 100%;
  top: 38px;
  box-sizing: border-box;
}
.catalog-product-view .product-info-main .amrec-cycle-container.amrec-block .amrec-options.in {
  max-height: 300px;
  padding: 10px;
}
.catalog-product-view .product-info-main .amrec-purchase-option {
  background: #ebf9f5;
  padding: 10px;
  border-radius: 4px;
  color: #002c79;
  margin-bottom: 8px;
}
.catalog-product-view .product-info-main .amrec-subscription-options {
  background: transparent;
  padding: 0;
}
.catalog-product-view .product-info-main .amrec-subscription-info {
  text-align: center;
  background: #fff;
  display: flex;
  padding: 10px;
  border-radius: 5px;
}
.catalog-product-view .product-info-main .amrec-subscription-info span#next-shipping {
  width: 255px;
}
.catalog-product-view .product-info-main .amrec-subscription-info .amrec-info-table {
  display: none !important;
}
.catalog-product-view .product-info-main .product-options-wrapper .field.configurable {
  display: flex;
  position: relative;
  margin-bottom: 30px;
  margin-top: 30px;
}
.catalog-product-view .product-info-main .product-options-wrapper .field.configurable .label {
  display: none;
}
.catalog-product-view .product-info-main .product-options-wrapper .field.configurable .control {
  position: relative;
}
.catalog-product-view .product-info-main .product-options-wrapper .field.configurable .control select {
  padding: 10px 60px 10px 10px;
  height: auto;
  color: #5b7b87;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  background: transparent;
  border-radius: 22px;
  border: 1px solid #eeeeee;
  line-height: 1;
  box-shadow: none;
  outline: none;
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  appearance: none;
  position: relative;
  cursor: pointer;
}
.catalog-product-view .product-info-main .product-options-wrapper .field.configurable .control:after {
  content: "";
  display: inline-block;
  background: url('../../frontend/Ecloud/novamil/es_MX/images/select-arrow.png');
  float: right;
  background-size: cover;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 16px;
  height: 9px;
}
.catalog-product-view .product-info-main .product-info-stock-sku {
  display: flex;
  flex-direction: column;
  margin-top: 40px;
}
.catalog-product-view .product-info-main .product-info-stock-sku .stock {
  color: #627a86;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  display: flex;
  text-transform: none;
}
.catalog-product-view .product-info-main .product-info-stock-sku .stock p {
  display: flex;
  margin-right: 5px;
}
.catalog-product-view .product-info-main .product-info-stock-sku .stock.available {
  margin-bottom: 10px;
}
.catalog-product-view .product-info-main .product-info-stock-sku .stock.available span {
  color: #5bd466;
  font-weight: bold;
  margin-left: 5px;
}
.catalog-product-view .product-info-main .product-info-stock-sku .stock.available img {
  width: 30px;
}
.catalog-product-view .product-info-main .product-info-stock-sku .stock.unavailable {
  margin-bottom: 10px;
}
.catalog-product-view .product-info-main .product-info-stock-sku .stock.unavailable span {
  color: #FFE52D;
  font-weight: bold;
  margin-left: 5px;
}
.catalog-product-view .product-info-main .product-info-stock-sku .stock.unavailable img {
  width: 25px;
}
.catalog-product-view .product-info-main .product-info-stock-sku .availability.only {
  color: #7d7d7d;
  margin-bottom: 2px;
}
.catalog-product-view .product-info-main .product-info-stock-sku .product.attribute.sku strong {
  font-weight: normal;
  margin: 0;
}
.catalog-product-view .product-info-main .product-info-stock-sku .product.attribute.sku strong:after {
  content: ':';
  display: inline-block;
  margin-right: 5px;
}
.catalog-product-view .static-bottom {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  display: block;
}
.catalog-product-view .static-bottom a {
  float: left;
  width: 100%;
}
.catalog-product-view .static-bottom a img {
  width: 100%;
}
.catalog-product-view .product.info.detailed {
  float: left;
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
.catalog-product-view .product.info.detailed .product.data.items {
  border-top: 1px solid #eeeeee;
  max-width: 800px;
  margin: auto;
  margin-top: 50px;
  float: left;
}
.catalog-product-view .product.info.detailed .product.data.items .data.item.title {
  padding-top: 10px;
}
.catalog-product-view .product.info.detailed .product.data.items .data.item a {
  background: transparent;
  border: none;
  color: #95bace;
  font-size: 18px;
  font-weight: 500;
}
.catalog-product-view .product.info.detailed .product.data.items .data.item.active a {
  color: #365a6e;
  text-decoration: underline;
}
.catalog-product-view .product.info.detailed .product.data.items .data.item.content {
  margin-top: 60px;
  border: none;
  border-top: 1px solid #eeeeee;
  color: black;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  opacity: 0;
}
.catalog-product-view .product.info.detailed .product.data.items .data.item.content:nth-child(2) {
  opacity: 1;
}
.catalog-product-view .product.info.detailed .product.data.items .data.item.content[aria-hidden=false] {
  opacity: 1;
}
.catalog-product-view .seccion-preparacion {
  border-top: 1px dashed #EA8D6F;
  margin-top: 70px;
  float: left;
}
.catalog-product-view .seccion-preparacion h2 {
  font-style: normal;
  font-weight: 700;
  line-height: 45px;
  color: #073879;
}
.catalog-product-view .seccion-preparacion ul {
  list-style: none;
}
.catalog-product-view .seccion-preparacion ul li {
  margin-bottom: 40px;
  display: flex;
  position: relative;
}
.catalog-product-view .seccion-preparacion ul li span {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: black;
}
.catalog-product-view .seccion-preparacion ul li i {
  font-weight: 700;
  font-size: 32px;
  text-align: center;
  color: #073879;
  background: #F7FBFF;
  border: 2px dashed #EA8D6F;
  width: 72px;
  height: 72px;
  margin-right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-style: normal;
  float: left;
}
.catalog-product-view #product-review-container {
  display: flex;
  width: 100%;
  margin: auto;
  padding: 60px 15px 0;
  box-sizing: border-box;
  border-top: 1px dashed #EA8D6F;
}
.catalog-product-view #product-review-container #customer-reviews {
  width: 100%;
}
.catalog-product-view #product-review-container #customer-reviews .block-title strong {
  font-size: 22px;
  color: #073879;
  font-family: 'DINosaur-Bold';
}
.catalog-product-view #product-review-container #customer-reviews ol.review-items .review-item {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 16px 0 !important;
}
.catalog-product-view #product-review-container #customer-reviews ol.review-items .review-item .review-title {
  margin-bottom: 15px;
  color: #073879;
  font-size: 18px;
  width: 50%;
  order: 2;
}
.catalog-product-view #product-review-container #customer-reviews ol.review-items .review-item .review-ratings {
  width: 15%;
  order: 1;
}
.catalog-product-view #product-review-container #customer-reviews ol.review-items .review-item .review-ratings .rating-summary .label {
  display: none;
}
.catalog-product-view #product-review-container #customer-reviews ol.review-items .review-item .review-ratings .rating-summary .rating-result {
  width: 100px;
}
.catalog-product-view #product-review-container #customer-reviews ol.review-items .review-item .review-ratings .rating-summary .rating-result:before {
  height: 20px;
  width: 100px;
  letter-spacing: -4px;
  line-height: 30px;
  color: #fcd63b;
  content: '';
  background: url('../../frontend/Ecloud/novamil/es_MX/images/empty-full-01.svg');
  background-size: 100px;
}
.catalog-product-view #product-review-container #customer-reviews ol.review-items .review-item .review-ratings .rating-summary .rating-result span:before {
  height: 20px;
  width: 100px;
  letter-spacing: -4px;
  line-height: 30px;
  color: #ccc;
  content: '';
  background: url('../../frontend/Ecloud/novamil/es_MX/images/fill-star-01.svg');
  background-size: 100px;
}
.catalog-product-view #product-review-container #customer-reviews ol.review-items .review-item .review-content-container {
  width: 100%;
  order: 3;
}
.catalog-product-view #product-review-container #customer-reviews ol.review-items .review-item .review-content-container .review-content {
  font-size: 16px;
  margin-top: 10px;
  color: #627a86;
}
.catalog-product-view #product-review-container #customer-reviews ol.review-items .review-item .review-content-container .review-details .review-author {
  display: none;
}
.catalog-product-view #product-review-container #customer-reviews ol.review-items .review-item .review-content-container .review-details .review-date .review-details-label {
  display: none;
}
.catalog-product-view #product-review-container #customer-reviews ol.review-items .review-item .review-content-container .review-details .review-date .review-details-value {
  color: #7d7d7d;
}
.catalog-product-view #product-review-container #customer-reviews .review-toolbar {
  border-top: none;
}
.catalog-product-view .showForm {
  display: flex;
  width: 100%;
  margin: auto;
  padding: 0 15px 60px;
  box-sizing: border-box;
  cursor: pointer;
  border-bottom: 1px dashed #EA8D6F;
}
.catalog-product-view .showForm span {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 8px 24px;
  background: #002C79;
  border-radius: 22px;
  color: white;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 10px;
}
.catalog-product-view .block.review-add {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  padding: 0 15px;
  box-sizing: border-box;
  z-index: 10000;
  flex-direction: column;
  background: white;
}
.catalog-product-view .block.review-add .block-title {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.catalog-product-view .block.review-add .block-title .logo-modal {
  letter-spacing: -4px;
  line-height: 30px;
  color: #ccc;
  content: '';
  background: url('../../frontend/Ecloud/novamil/es_MX/images/logomodal.svg');
}
.catalog-product-view .block.review-add .block-title .action-close {
  letter-spacing: -4px;
  line-height: 30px;
  color: #ccc;
  content: '';
  background: url('../../frontend/Ecloud/novamil/es_MX/images/vector.svg');
  cursor: pointer;
}
.catalog-product-view .block.review-add .block-content {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 100%;
}
.catalog-product-view .block.review-add .block-content .review-form {
  width: 100%;
  margin: auto;
  max-width: none;
}
.catalog-product-view .block.review-add .block-content .review-form .field-recaptcha {
  display: none !important;
}
.catalog-product-view .block.review-add .block-content .review-form input,
.catalog-product-view .block.review-add .block-content .review-form textarea {
  border-radius: 8px;
  border: 1px solid #eeeeee;
  color: #5b7b87;
  box-shadow: none;
  outline: none;
}
.catalog-product-view .block.review-add .block-content .review-form .review-title {
  font-size: 20px;
  font-weight: 700;
  color: #002C79;
  margin-left: 0;
  border-bottom: 1px solid #eeeeee;
}
.catalog-product-view .block.review-add .block-content .review-form .review-legend {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
  color: #002C79;
}
.catalog-product-view .block.review-add .block-content .review-form .review-field-ratings {
  margin-bottom: 15px;
}
.catalog-product-view .block.review-add .block-content .review-form .review-field-ratings legend.label {
  display: none;
}
.catalog-product-view .block.review-add .block-content .review-form .review-field-ratings .control .label {
  display: none;
}
.catalog-product-view .block.review-add .block-content .review-form .review-field-ratings .control .review-control-vote:before {
  color: #ccc;
  content: '';
  background: url('../../frontend/Ecloud/novamil/es_MX/images/empty-full-01.svg');
}
.catalog-product-view .block.review-add .block-content .review-form .review-field-ratings .control .review-control-vote label:before {
  color: #fcd63b;
  content: '';
  background: url('../../frontend/Ecloud/novamil/es_MX/images/fill-star-01.svg');
  display: inline-block;
}
.catalog-product-view .block.review-add .block-content .review-form .review-field-ratings .mage-error {
  margin-top: 0px;
}
.catalog-product-view .block.review-add .block-content .review-form .fieldset > .field {
  margin: 0 0 8px;
}
.catalog-product-view .block.review-add .block-content .review-form .review-field-nickname label span,
.catalog-product-view .block.review-add .block-content .review-form .review-field-summary label span,
.catalog-product-view .block.review-add .block-content .review-form .review-field-text label span {
  font-size: 14px;
  font-weight: 700;
  color: #002C79;
  text-transform: none;
}
.catalog-product-view .block.review-add .block-content .review-form .fieldset {
  margin: 0;
}
.catalog-product-view .block.review-add .block-content .review-form-actions {
  margin-left: 10px;
  display: flex;
}
.catalog-product-view .block.review-add .block-content .review-form-actions .actions-primary button.primary {
  margin-right: 15px;
  border-radius: 18px;
  background-color: #002C79;
  font-size: 16px;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  text-decoration: none;
  transition: .3s;
  border: none;
  outline: none;
  box-shadow: none;
  padding: 10px 20px;
}
.catalog-product-view .block.review-add div.action-close.cancel {
  margin-right: 0;
  border-radius: 18px;
  border: 1px solid #002C79;
  background: white;
  font-size: 16px;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #002C79;
  text-decoration: none;
  transition: .3s;
  outline: none;
  box-shadow: none;
  padding: 6px 20px;
  cursor: pointer;
}
.catalog-product-view .block.review-add div.action-close.cancel:hover {
  background-color: #a5e1df;
  border-color: #a5e1df;
  color: white;
}
.catalog-product-view .block.upsell,
.catalog-product-view .block.related {
  float: left;
  width: 100%;
  padding-top: 40px;
}
.catalog-product-view .block.upsell .block-title.title strong,
.catalog-product-view .block.related .block-title.title strong {
  font-size: 24px;
  color: #073879;
  width: 100%;
  display: flex;
  justify-content: center;
}
.catalog-product-view.modal-active .block.review-add {
  display: flex !important;
}
.catalog-product-view.modal-active:before {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: black;
  z-index: 10000;
  content: '';
  opacity: .5;
}
.page-product-bundle .bundle-options-container {
  clear: none;
}
.page-product-bundle .bundle-summary,
.page-product-bundle .product-details .product.name,
.page-product-bundle .product-details .stock,
.page-product-bundle .bundle-options-wrapper {
  display: none;
}
.page-product-bundle .bundle-options-container .block-bundle-summary {
  width: 100%;
  padding: 0;
  background: transparent;
}
.page-product-bundle .block-bundle-summary > .title {
  display: none;
}
.page-product-bundle .action.primary.customize {
  width: 50%;
  height: 43px;
  border-radius: 22px;
  background-color: #002c79;
  border-color: #002c79;
  padding: 0 !important;
  min-width: 200px;
}
.page-product-bundle .action.primary.customize span {
  font-size: 14px;
  font-weight: 500;
}
.catalog-product-view table.catalog-product-view,
.page-product-bundle table.catalog-product-view {
  display: none !important;
}
.customer-account-edit .form-edit-account #assistance_allowed_checkbox,
.customer-account-edit .form-edit-account label[for="assistance_allowed_checkbox"],
.customer-account-edit .form-edit-account .field.choice .field-tooltip {
  display: none !important;
}
.customer-account-logoutsuccess .page-wrapper {
  color: #053977;
}
.customer-account-login .page-title {
  padding: 10px 0 !important;
}
.customer-account-login .title-login-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.customer-account-login .title-login-block .title-login {
  background: #c7ffd3;
  border-radius: 100px;
  padding: 6px 18px;
  text-align: center;
  width: 55%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 17px;
}
.customer-account-login .title-login-block img {
  max-width: 50px;
  background: #c7ffd3;
  padding: 10px;
  border-radius: 10px;
}
.customer-account-login.medicos {
  margin-top: 75px;
}
.customer-account-login.medicos .page-wrapper {
  background: linear-gradient(to left, #f4f7fc 50%, #ffffff 0%);
}
.customer-account-login.medicos .page-wrapper .page-title-wrapper {
  display: none;
}
.customer-account-login.medicos .page-wrapper .columns {
  max-width: 100% !important;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto !important;
  padding: 120px 0px;
}
.customer-account-login.medicos .page-wrapper .columns .column.main .account-social-login .social-btn {
  width: 100%;
}
.customer-account-login.medicos .page-wrapper .columns .column.main .login-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  order: 0;
  color: #053977;
}
.customer-account-login.medicos .page-wrapper .columns .column.main .login-container .block-new-customer {
  width: 50%;
  position: relative;
  margin-top: -40px;
}
.customer-account-login.medicos .page-wrapper .columns .column.main .login-container .block-new-customer .actions-title {
  margin: auto;
  display: flex;
  flex-direction: column;
  margin-bottom: 16px;
}
.customer-account-login.medicos .page-wrapper .columns .column.main .login-container .block-new-customer .actions-title p {
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  padding: 20px;
}
.customer-account-login.medicos .page-wrapper .columns .column.main .login-container .block-new-customer .actions-title img {
  width: 45px;
  background: #c7ffd3;
  border-radius: 35px;
  padding: 25px;
  margin: auto;
  margin-bottom: 5px;
}
.customer-account-login.medicos .page-wrapper .columns .column.main .login-container .block-new-customer .actions-toolbar {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.customer-account-login.medicos .page-wrapper .columns .column.main .login-container .block-new-customer .actions-toolbar .primary {
  width: 100% !important;
}
.customer-account-login.medicos .page-wrapper .columns .column.main .login-container .block-new-customer .actions-toolbar .primary .action.create.primary {
  color: #053977;
  border: 1px solid;
  border-radius: 24px;
  padding: 10px 0px;
  font-size: 17px !important;
  transition: .3s ease;
  font-weight: bold !important;
  text-decoration: none;
  display: flex;
  width: 100%;
  margin: 0;
  justify-content: center;
  align-items: center;
}
.customer-account-login.medicos .page-wrapper .columns .column.main .login-container .block-new-customer .block-content {
  width: 60%;
  margin: auto;
  flex-direction: column;
}
.customer-account-login.medicos .page-wrapper .columns .column.main .login-container .block-customer-login {
  width: 50%;
  margin-bottom: 19px;
  margin-top: 20px;
}
.customer-account-login.medicos .page-wrapper .columns .column.main .login-container .block-customer-login .block-content {
  max-width: 60%;
  margin: auto;
}
.customer-account-login.medicos .page-wrapper .columns .column.main .login-container .block-customer-login .block-content .fieldset > .field {
  margin: 0 0 25px;
}
.customer-account-login.medicos .page-wrapper .columns .column.main .login-container .block-customer-login .block-content .actions-toolbar .primary button {
  font-size: 17px !important;
  font-weight: bold !important;
}
.customer-account-login.medicos .container-text-login {
  color: #073879;
  text-transform: uppercase;
  height: 80px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.customer-account-login.medicos .container-text-login p {
  font-size: 16px;
}
.customer-account-login.medicos .container-text-login .animation {
  height: 60px;
  overflow: hidden;
}
.customer-account-login.medicos .container-text-login .animation > div > div {
  padding: 0.25rem 0.75rem;
  height: 3.81rem;
  margin-bottom: 2.81rem;
  display: inline-block;
  font-size: 2.16rem;
}
.customer-account-login.medicos .container-text-login .animation div:first-child {
  animation: text-animation 8s infinite;
}
.customer-account-login.medicos .container-text-login .first div,
.customer-account-login.medicos .container-text-login .second div,
.customer-account-login.medicos .container-text-login .third div {
  background-color: #c7ffd3;
  text-align: center;
  min-width: 350px;
}
@keyframes text-animation {
  0% {
    margin-top: 0.5rem;
  }
  10% {
    margin-top: 0.5rem;
  }
  20% {
    margin-top: -3.2rem;
  }
  30% {
    margin-top: -3.2rem;
  }
  40% {
    margin-top: -8.4rem;
  }
  60% {
    margin-top: -8.4rem;
  }
  70% {
    margin-top: -3.2rem;
  }
  80% {
    margin-top: -3.2rem;
  }
  90% {
    margin-top: 0.5rem;
  }
  100% {
    margin-top: 0.5rem;
  }
}
.customer-account-login .captcha-reload {
  width: 35px;
  height: 35px;
  padding: 0;
  background: #050505;
  border-radius: 50%;
  border: 2px solid #053977;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  float: left;
  margin-right: 20px;
  margin-top: 7px;
}
.customer-account-login .captcha-reload span {
  display: none;
}
.customer-account-login .captcha-reload:after {
  content: '';
  width: 15px;
  height: 15px;
  background: url('../../frontend/Ecloud/novamil/es_MX/images/refresh.svg');
  background-size: cover;
  display: inline-block;
}
.customer-account-login .column.main {
  display: flex;
  flex-direction: column;
  padding-bottom: 0;
  position: relative;
}
.customer-account-login .column.main .account-social-login {
  display: block;
  padding: 0;
  margin-bottom: 19px;
  width: 100%;
  order: 1;
}
.customer-account-login .column.main .account-social-login .block-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.customer-account-login .column.main .account-social-login .block-content .facebook-login {
  order: 2;
}
.customer-account-login .column.main .account-social-login .block-content .google-login {
  order: 1;
  margin: 0;
}
.customer-account-login .column.main .account-social-login .block-content .social-btn {
  width: 100%;
}
.customer-account-login .column.main .login-container {
  display: flex;
  align-items: center;
  order: 0;
  color: #053977;
  flex-direction: column;
}
.customer-account-login .column.main .login-container .fieldset:after {
  display: none;
}
.customer-account-login .column.main .login-container .fieldset .field.choice {
  display: flex;
  align-items: center;
  margin-bottom: 0 !important;
}
.customer-account-login .column.main .login-container .fieldset .field.choice input {
  margin: 0;
  outline: none;
}
.customer-account-login .column.main .login-container .fieldset .field.choice label {
  margin-bottom: 0;
  padding-left: 10px;
  padding-top: 4px;
}
.customer-account-login .column.main .login-container input#show-password {
  position: relative;
  outline: none;
  box-shadow: none;
}
.customer-account-login .column.main .login-container input#show-password + label {
  display: none;
}
.customer-account-login .column.main .login-container input#show-password:before {
  content: '';
  cursor: pointer;
  background-image: url(../../frontend/Ecloud/novamil/es_MX/images/Eye.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fff;
  position: absolute;
  top: 10px;
  left: -6px;
  display: block;
  width: 25px;
  height: 21px;
}
.customer-account-login .column.main .login-container input#show-password:checked:before {
  background-image: url(../../frontend/Ecloud/novamil/es_MX/images/EyeSlash.svg);
}
.customer-account-login .column.main .login-container .field.choice[data-bind="scope: 'showPassword'"] {
  position: absolute;
  right: 20px;
  z-index: 3;
  height: auto;
  bottom: 0;
}
.customer-account-login .column.main .login-container .block-customer-login {
  width: 100%;
  margin-bottom: 19px;
}
.customer-account-login .column.main .login-container .block-customer-login .block-title {
  display: none;
}
.customer-account-login .column.main .login-container .block-customer-login .block-content .fieldset > .field {
  margin: 0 0 25px;
  position: relative;
}
.customer-account-login .column.main .login-container .block-customer-login .block-content .fieldset > .field.password .control {
  position: relative;
}
.customer-account-login .column.main .login-container .block-customer-login .block-content .fieldset > .field.password .control #pass-error {
  position: absolute;
  bottom: -22px;
}
.customer-account-login .column.main .login-container .block-customer-login .block-content input {
  background: transparent;
  padding: 10px;
  height: 45px;
  color: #053977;
  border-radius: 6px;
}
.customer-account-login .column.main .login-container .block-customer-login .block-content .actions-toolbar {
  display: flex;
  flex-direction: column-reverse;
  margin: 0;
  justify-content: center;
}
.customer-account-login .column.main .login-container .block-customer-login .block-content .actions-toolbar .primary {
  display: flex;
  justify-content: center;
  margin-right: 0 !important;
}
.customer-account-login .column.main .login-container .block-customer-login .block-content .actions-toolbar .primary button {
  background: #053977;
  border-radius: 24px;
  padding: 15px 0px;
  float: left;
  font-size: 16px;
  color: white;
  transition: .3s ease;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  width: 100%;
  margin: 0;
  justify-content: center;
  align-items: center;
}
.customer-account-login .column.main .login-container .block-customer-login .block-content .actions-toolbar .primary button:hover {
  background: #053977;
  color: white;
  text-decoration: none;
}
.customer-account-login .column.main .login-container .block-customer-login .block-content .actions-toolbar .secondary {
  margin: unset;
  margin-bottom: 19px;
}
.customer-account-login .column.main .login-container .block-customer-login .block-content .actions-toolbar .secondary a {
  color: #a7a7a7;
  font-weight: bold;
  transition: .3s;
  text-decoration: none;
}
.customer-account-login .column.main .login-container .block-customer-login .block-content .actions-toolbar .secondary a:hover {
  color: #053977;
}
.customer-account-login .column.main .login-container .block-customer-login .block-content .form-login .field.note {
  display: none;
}
.customer-account-login .column.main .login-container .block-customer-login .block-content .form-login .fieldset.login {
  margin-bottom: 0;
}
.customer-account-login .column.main .login-container .block-new-customer {
  width: 100%;
  position: absolute;
  bottom: -20px;
}
.customer-account-login .column.main .login-container .block-new-customer .block-title {
  display: none;
}
.customer-account-login .column.main .login-container .block-new-customer .block-content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  width: 100%;
}
.customer-account-login .column.main .login-container .block-new-customer .block-content p {
  margin: 0;
}
.customer-account-login .column.main .login-container .block-new-customer .block-content .actions-toolbar {
  margin: 0;
}
.customer-account-login .column.main .login-container .block-new-customer .block-content .actions-toolbar .primary a {
  transition: .3s ease;
  font-weight: 600;
  text-decoration: none;
  margin: 0;
  padding: 0;
  background: none;
  color: #053977;
  border: none;
}
.customer-account-login .page-footer .footer.content {
  padding-top: 0;
}
.customer-account-create .page-title-wrapper {
  display: block;
  text-align: center;
}
.customer-account-create .page-title-wrapper h1 {
  color: #053977;
  font-weight: bold;
  margin-bottom: 50px;
}
.customer-account-create .form-create-account {
  margin: auto;
  color: #053977;
  padding-bottom: 60px;
}
.customer-account-create .form-create-account .fieldset.create .legend {
  display: none;
}
.customer-account-create .form-create-account .fieldset.create .field.choice {
  display: none;
}
.customer-account-create .form-create-account .fieldset.create select {
  height: 50px;
  padding: 10px;
  border-radius: 6px;
}
.customer-account-create .form-create-account .control input {
  background: transparent;
  padding: 10px;
  height: 50px;
  color: #053977;
  border-radius: 6px;
}
.customer-account-create .form-create-account .control #password-strength-meter-container #password-strength-meter {
  background: transparent;
  margin-top: 10px;
}
.customer-account-create .form-create-account .control #password-strength-meter-container #password-strength-meter:before {
  width: 100%;
  background: transparent;
}
.customer-account-create .form-create-account .field.newsletter {
  display: flex;
  align-items: center;
}
.customer-account-create .form-create-account .field.newsletter input.checkbox {
  display: inline-block;
  margin-top: 0;
  width: 24px;
  height: 24px;
  padding: 0;
  background-color: #fff;
  border: 1px solid #c2c2c2;
  border-radius: 4px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin-right: 10px;
}
.customer-account-create .form-create-account .field.newsletter input.checkbox:checked:after {
  background-color: #033975;
  height: 10px;
  width: 10px;
  box-sizing: border-box;
  content: " ";
  display: inline-block;
  margin-left: 6px;
  margin-top: 6px;
  border-radius: 3px;
}
.customer-account-create .form-create-account .field.newsletter label {
  width: 90%;
  line-height: 1;
  padding-top: 4px;
  font-weight: bold;
  font-size: 14px;
  cursor: pointer;
}
.customer-account-create .form-create-account .clarification {
  margin-top: 15px;
  float: left;
  padding-left: 35px;
  color: #627a86;
}
.customer-account-create .form-create-account .clarification a {
  color: #627a86;
}
.customer-account-create .form-create-account .actions-toolbar {
  margin: 0 !important;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px !important;
  float: left;
}
.customer-account-create .form-create-account .actions-toolbar button {
  background: #043976;
  color: black;
  border-radius: 24px;
  padding: 15px 0px;
  float: left;
  font-size: 16px;
  color: white;
  transition: .3s ease;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  width: 170px;
  margin: 0;
  justify-content: center;
  align-items: center;
}
.customer-account-create .form-create-account .actions-toolbar button:hover {
  background: #053977;
  color: white;
  text-decoration: none;
  opacity: .8;
}
.customer-account-create .form-create-account .actions-toolbar .secondary a {
  color: #053977;
  text-decoration: none;
  font-weight: 700;
}
.customer-account-create .form-create-account .actions-toolbar .secondary a:hover {
  opacity: .8;
}
.customer-account-create .form-create-account:before {
  content: 'Registrate con email:';
  color: #053977;
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  position: relative;
  top: -14px;
}
.customer-account-create .sociallogin-block .block-content,
.customer-account-create .account-social-login .block-content {
  margin: 30px 0;
  text-align: left !important;
}
.customer-account-create .sociallogin-block:before,
.customer-account-create .account-social-login:before {
  content: 'Registrate con:';
  font-size: 18px;
  line-height: 24px;
  color: #053977;
  font-weight: bold;
  margin: 12px 0;
  width: 100%;
}
.customer-account-create .actions-toolbar {
  align-items: center;
}
.customer-account-create .actions-toolbar .secondary {
  margin: 0;
}
.customer-account-create .actions-toolbar .secondary .action.back {
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #49474A;
}
.customer-account-create .actions-toolbar .secondary .action.back span {
  font-size: 0;
  position: relative;
}
.customer-account-create .actions-toolbar .secondary .action.back span::before {
  content: 'Ingresar';
  font-size: 14px;
  color: #005BE1;
}
.customer-account-create .actions-toolbar .secondary .action.back::before {
  content: '¿Ya tenés una cuenta?';
  float: left;
  padding-right: 5px;
}
.customer-account-create .actions-toolbar .secondary .action.back:hover {
  opacity: .8;
  text-decoration: none;
}
.customer-account-create .account-social-login .social-btn {
  width: 300px !important;
}
.customer-account-forgotpassword .page-title-wrapper {
  display: block;
  text-align: center;
  margin-bottom: 30px;
}
.customer-account-forgotpassword .page-title-wrapper h1 {
  color: #053977;
  font-weight: bold;
}
.customer-account-forgotpassword .form.password.forget {
  margin: auto;
  color: #053977;
  padding-bottom: 60px;
}
.customer-account-forgotpassword .form.password.forget .control input {
  background: transparent;
  padding: 10px;
  height: 50px;
  color: #053977;
  border-radius: 6px;
}
.customer-account-forgotpassword .form.password.forget button.captcha-reload {
  background: transparent;
  width: 40px;
  height: 40px;
  padding: 0;
  position: relative;
}
.customer-account-forgotpassword .form.password.forget button.captcha-reload span {
  display: none;
}
.customer-account-forgotpassword .form.password.forget button.captcha-reload:after {
  content: '';
  width: 20px;
  height: 20px;
  background: url('../../frontend/Ecloud/novamil/es_MX/images/refresh.svg');
  background-size: cover;
  display: inline-block;
  font-size: 0;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.customer-account-forgotpassword .form.password.forget .actions-toolbar {
  margin: 0 !important;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.customer-account-forgotpassword .form.password.forget .actions-toolbar button {
  background: #043976;
  color: black;
  border-radius: 24px;
  padding: 15px 0px;
  float: left;
  font-size: 16px;
  color: white;
  transition: .3s ease;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  width: 170px;
  margin: 0;
  justify-content: center;
  align-items: center;
}
.customer-account-forgotpassword .form.password.forget .actions-toolbar button:hover {
  background: #053977;
  color: white;
  text-decoration: none;
}
.customer-account-forgotpassword .form.password.forget .actions-toolbar .secondary a {
  color: #053977;
  text-decoration: none;
  font-weight: 700;
}
.customer-account-forgotpassword .form.password.forget .actions-toolbar .secondary a:hover {
  opacity: .8;
}
.customer-account-login .columns,
.customer-account-forgotpassword .columns {
  max-width: 405px;
  margin: 0 auto 40px !important;
}
.customer-account-login .social-btn,
.customer-account-create .social-btn {
  margin: 0 0 5px;
}
.customer-account-login .social-btn a.btn.btn-block.btn-social:hover,
.customer-account-create .social-btn a.btn.btn-block.btn-social:hover {
  z-index: 10;
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  transform: scale(1.03);
}
.customer-account-login .social-btn .btn-google .fa-google,
.customer-account-create .social-btn .btn-google .fa-google {
  background: transparent !important;
  display: flex;
}
.customer-account-login .social-btn .btn-google .fa-google:before,
.customer-account-create .social-btn .btn-google .fa-google:before {
  content: "\f1a0" !important;
  font-size: 16px;
}
.customer-account-login .btn-google:active:hover,
.customer-account-create .btn-google:active:hover,
.customer-account-login .btn-google.active:hover,
.customer-account-create .btn-google.active:hover,
.customer-account-login .open > .dropdown-toggle.btn-google:hover,
.customer-account-create .open > .dropdown-toggle.btn-google:hover,
.customer-account-login .btn-google:active:focus,
.customer-account-create .btn-google:active:focus,
.customer-account-login .btn-google.active:focus,
.customer-account-create .btn-google.active:focus,
.customer-account-login .open > .dropdown-toggle.btn-google:focus,
.customer-account-create .open > .dropdown-toggle.btn-google:focus,
.customer-account-login .btn-google:active.focus,
.customer-account-create .btn-google:active.focus,
.customer-account-login .btn-google.active.focus,
.customer-account-create .btn-google.active.focus,
.customer-account-login .open > .dropdown-toggle.btn-google.focus,
.customer-account-create .open > .dropdown-toggle.btn-google.focus {
  background-color: #c7ffd3;
  color: #033975;
}
.customer-account-login div.sociallogin-padding div.sociallogin-box span.sociallogin-icon,
.customer-account-create div.sociallogin-padding div.sociallogin-box span.sociallogin-icon,
.customer-account-login .social-btn div.sociallogin-box span.sociallogin-icon,
.customer-account-create .social-btn div.sociallogin-box span.sociallogin-icon,
.customer-account-login div.sociallogin-padding .btn-social,
.customer-account-create div.sociallogin-padding .btn-social,
.customer-account-login .social-btn .btn-social,
.customer-account-create .social-btn .btn-social {
  height: 44px;
  cursor: pointer;
  position: relative;
  z-index: 1;
  outline: 0;
  margin: 0 auto;
  transition: all 0.2s ease;
  -webkit-font-smoothing: antialiased;
  border-radius: 24px;
  font-size: 16px;
  text-align: left;
  line-height: 44px;
  color: #053977;
  vertical-align: middle;
  font-family: inherit;
  background-color: transparent;
  border: 1.5px solid #053977;
  display: flex;
  justify-content: center;
  font-size: 17px;
  align-items: center;
  font-weight: 500;
  padding: 0 !important;
}
.customer-account-login div.sociallogin-padding div.sociallogin-box span.sociallogin-icon > :first-child,
.customer-account-create div.sociallogin-padding div.sociallogin-box span.sociallogin-icon > :first-child,
.customer-account-login .social-btn div.sociallogin-box span.sociallogin-icon > :first-child,
.customer-account-create .social-btn div.sociallogin-box span.sociallogin-icon > :first-child,
.customer-account-login div.sociallogin-padding .btn-social > :first-child,
.customer-account-create div.sociallogin-padding .btn-social > :first-child,
.customer-account-login .social-btn .btn-social > :first-child,
.customer-account-create .social-btn .btn-social > :first-child {
  border-right: 0 !important;
  position: inherit;
}
.customer-account-login div.sociallogin-padding div.sociallogin-box span.sociallogin-icon.fa-facebook-f:before,
.customer-account-create div.sociallogin-padding div.sociallogin-box span.sociallogin-icon.fa-facebook-f:before,
.customer-account-login .social-btn div.sociallogin-box span.sociallogin-icon.fa-facebook-f:before,
.customer-account-create .social-btn div.sociallogin-box span.sociallogin-icon.fa-facebook-f:before,
.customer-account-login div.sociallogin-padding .btn-social.fa-facebook-f:before,
.customer-account-create div.sociallogin-padding .btn-social.fa-facebook-f:before,
.customer-account-login .social-btn .btn-social.fa-facebook-f:before,
.customer-account-create .social-btn .btn-social.fa-facebook-f:before,
.customer-account-login div.sociallogin-padding div.sociallogin-box span.sociallogin-icon .fa-facebook:before,
.customer-account-create div.sociallogin-padding div.sociallogin-box span.sociallogin-icon .fa-facebook:before,
.customer-account-login .social-btn div.sociallogin-box span.sociallogin-icon .fa-facebook:before,
.customer-account-create .social-btn div.sociallogin-box span.sociallogin-icon .fa-facebook:before,
.customer-account-login div.sociallogin-padding .btn-social .fa-facebook:before,
.customer-account-create div.sociallogin-padding .btn-social .fa-facebook:before,
.customer-account-login .social-btn .btn-social .fa-facebook:before,
.customer-account-create .social-btn .btn-social .fa-facebook:before {
  font-size: 16px;
}
.customer-account-login div.sociallogin-padding div.sociallogin-box span.sociallogin-icon span.fa.fa-facebook,
.customer-account-create div.sociallogin-padding div.sociallogin-box span.sociallogin-icon span.fa.fa-facebook,
.customer-account-login .social-btn div.sociallogin-box span.sociallogin-icon span.fa.fa-facebook,
.customer-account-create .social-btn div.sociallogin-box span.sociallogin-icon span.fa.fa-facebook,
.customer-account-login div.sociallogin-padding .btn-social span.fa.fa-facebook,
.customer-account-create div.sociallogin-padding .btn-social span.fa.fa-facebook,
.customer-account-login .social-btn .btn-social span.fa.fa-facebook,
.customer-account-create .social-btn .btn-social span.fa.fa-facebook {
  display: flex;
  align-items: center;
  justify-content: center;
}
.customer-account-login div.sociallogin-padding div.sociallogin-box,
.customer-account-create div.sociallogin-padding div.sociallogin-box,
.customer-account-login .social-btn div.sociallogin-box,
.customer-account-create .social-btn div.sociallogin-box {
  margin: 0 0px 15px;
  cursor: pointer;
}
.customer-account-login div.sociallogin-padding div.sociallogin-box:first-child,
.customer-account-create div.sociallogin-padding div.sociallogin-box:first-child,
.customer-account-login .social-btn div.sociallogin-box:first-child,
.customer-account-create .social-btn div.sociallogin-box:first-child {
  order: 2;
}
.customer-account-login div.sociallogin-padding div.sociallogin-box:last-child,
.customer-account-create div.sociallogin-padding div.sociallogin-box:last-child,
.customer-account-login .social-btn div.sociallogin-box:last-child,
.customer-account-create .social-btn div.sociallogin-box:last-child {
  order: 1;
}
.customer-account-login div.sociallogin-padding div.sociallogin-box a.sociallogin-button,
.customer-account-create div.sociallogin-padding div.sociallogin-box a.sociallogin-button,
.customer-account-login .social-btn div.sociallogin-box a.sociallogin-button,
.customer-account-create .social-btn div.sociallogin-box a.sociallogin-button {
  display: block;
}
.customer-account-login div.sociallogin-padding div.sociallogin-box a.sociallogin-button span.sl-fb:before,
.customer-account-create div.sociallogin-padding div.sociallogin-box a.sociallogin-button span.sl-fb:before,
.customer-account-login .social-btn div.sociallogin-box a.sociallogin-button span.sl-fb:before,
.customer-account-create .social-btn div.sociallogin-box a.sociallogin-button span.sl-fb:before {
  content: "\e86f";
}
.customer-account-login div.sociallogin-padding div.sociallogin-box a.sociallogin-button span.sl-fb:after,
.customer-account-create div.sociallogin-padding div.sociallogin-box a.sociallogin-button span.sl-fb:after,
.customer-account-login .social-btn div.sociallogin-box a.sociallogin-button span.sl-fb:after,
.customer-account-create .social-btn div.sociallogin-box a.sociallogin-button span.sl-fb:after {
  content: 'Ingresar con Facebook';
}
.customer-account-login div.sociallogin-padding div.sociallogin-box a.sociallogin-button span.sl-google:before,
.customer-account-create div.sociallogin-padding div.sociallogin-box a.sociallogin-button span.sl-google:before,
.customer-account-login .social-btn div.sociallogin-box a.sociallogin-button span.sl-google:before,
.customer-account-create .social-btn div.sociallogin-box a.sociallogin-button span.sl-google:before {
  background-image: url("../../frontend/Ecloud/novamil/es_MX/images/ico_google.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.customer-account-login div.sociallogin-padding div.sociallogin-box a.sociallogin-button span.sl-google:after,
.customer-account-create div.sociallogin-padding div.sociallogin-box a.sociallogin-button span.sl-google:after,
.customer-account-login .social-btn div.sociallogin-box a.sociallogin-button span.sl-google:after,
.customer-account-create .social-btn div.sociallogin-box a.sociallogin-button span.sl-google:after {
  content: 'Ingresar con Google';
}
.customer-account-login .btn-google:focus,
.customer-account-create .btn-google:focus,
.customer-account-login .btn-google.focus,
.customer-account-create .btn-google.focus {
  background-color: transparent !important;
}
.account .page-wrapper .form-address-edit select {
  background: white;
  color: #053977;
}
.account .page-wrapper .form-address-edit .field-factura_boolean {
  display: none;
}
.account .page-wrapper .form-address-edit input::placeholder {
  font-size: 12px;
}
.account .page-wrapper .form-address-edit .field-sucursal_redpack,
.account .page-wrapper .form-address-edit .field-fedex_ {
  display: none;
}
.account .page-wrapper #maincontent .sidebar {
  padding: 10px;
  background: #ebf9f5;
  color: #053977;
  margin-bottom: 30px;
}
.account .page-wrapper #maincontent .sidebar .content {
  background: transparent;
}
.account .page-wrapper #maincontent .sidebar .content ul li.current a,
.account .page-wrapper #maincontent .sidebar .content ul li strong {
  border-color: #083876;
}
.account .page-wrapper #maincontent .sidebar .content ul li a {
  color: #053977;
}
.account .page-wrapper #maincontent .sidebar .content ul li a:hover {
  color: white;
  background: #a5e1df;
  font-weight: bold;
}
.account .page-wrapper #maincontent .sidebar.sidebar-additional {
  padding: 30px;
  margin-top: 0;
  display: none;
}
.account .page-wrapper #maincontent .column.main {
  position: relative;
  color: #053977;
  overflow-x: hidden;
}
.account .page-wrapper #maincontent .column.main .table-wrapper .action {
  float: unset;
  background: unset !important;
  padding: 0;
  margin: 0 5px;
}
.account .page-wrapper #maincontent .column.main .table-wrapper .action:hover {
  color: #006bb4;
  text-decoration: underline;
}
.account .page-wrapper #maincontent .column.main a.action {
  color: #053977;
  text-decoration: none;
  padding: 10px;
  margin-top: 10px;
  float: left;
  background: #ebf9f5;
  border-radius: 6px;
  margin-right: 15px;
  transition: .3s;
}
.account .page-wrapper #maincontent .column.main a.action:hover {
  background: #a5e1df;
}
.account .page-wrapper #maincontent .column.main .block-dashboard-addresses .block-title a.action.edit,
.account .page-wrapper #maincontent .column.main .block-dashboard-orders .block-title a.action.edit,
.account .page-wrapper #maincontent .column.main .block-dashboard-addresses .block-title .action.view,
.account .page-wrapper #maincontent .column.main .block-dashboard-orders .block-title .action.view {
  float: unset;
}
.account .page-wrapper #maincontent .column.main form .fieldset {
  margin-bottom: 40px;
}
.account .page-wrapper #maincontent .column.main form .fieldset .control input {
  background: transparent;
  color: #053977;
  font-size: 16px;
}
.account .page-wrapper #maincontent .column.main form .fieldset .password-strength-meter {
  background: transparent;
}
.account .page-wrapper #maincontent .column.main form .fieldset legend.legend {
  margin: 0 !important;
  display: flex;
  justify-content: center;
  margin-bottom: 20px !important;
  float: left;
}
.account .page-wrapper #maincontent .column.main form .password-info {
  float: left;
  display: flex;
}
.account .page-wrapper #maincontent .column.main form .password-info p {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.account .page-wrapper #maincontent .column.main form .actions-toolbar {
  float: left;
  width: 100%;
  margin: 10px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 40px;
}
.account .page-wrapper #maincontent .column.main form .actions-toolbar .primary button {
  color: white;
  text-decoration: none;
  padding: 10px;
  margin-top: 10px;
  float: left;
  background: #083876;
  border-radius: 6px;
  margin-right: 15px;
  transition: .3s;
  border: none;
}
.account .page-wrapper #maincontent .column.main form .actions-toolbar > .secondary:last-child {
  margin-top: 0;
  margin-left: 0;
  display: flex;
}
.account .page-wrapper #maincontent .column.main #my-orders-table tbody tr td {
  vertical-align: middle !important;
}
.account .page-wrapper #maincontent .column.main .items.order-links a {
  margin-right: 0px;
}
.account .page-wrapper #maincontent .column.main .items.order-links .current strong {
  background-color: #a5e1df;
  text-decoration: none;
  padding: 10px;
  margin-top: 10px;
  float: left;
  background: #ebf9f5;
  border-radius: 6px;
  transition: .3s;
}
.account .page-wrapper #maincontent .column.main .items.order-links {
  display: none !important;
}
.account .page-wrapper #maincontent .column.main .order-details-items.attachments li {
  list-style: none;
}
.account .page-wrapper #maincontent .column.main .order-details-items.attachments .secondary {
  display: none;
}
.account .page-wrapper #maincontent .column.main .block.block-order-details-view .block-title {
  margin-top: 40px;
}
.account .page-wrapper #maincontent .column.main .block.block-order-details-view .block-content .box.box-order-shipping-address .box-content a,
.account .page-wrapper #maincontent .column.main .block.block-order-details-view .block-content .box.box-order-billing-address .box-content a {
  float: none;
  padding: 0px;
  pointer-events: none;
}
.account .page-wrapper #maincontent .column.main .page-title-wrapper .order-status {
  display: none;
}
.account .page-wrapper #maincontent .column.main .order-details-items .order-title .action.track {
  display: none !important;
}
.account.customer-address-index .block-addresses-list {
  width: auto;
}
.account.customer-address-index .block-addresses-list p {
  margin-bottom: 15px !important;
}
.account.customer-address-index .block-addresses-default .block-content .box {
  border: 1px solid;
  padding: 20px;
  border-radius: 7px;
  box-sizing: border-box;
}
.account.customer-address-index .block-addresses-default .block-content .box-actions {
  display: flex;
}
.account.customer-address-index #maincontent .column.main .box-shipping-address address a,
.account.customer-address-index #maincontent .column.main .box-bileinge + g-address address a {
  float: unset;
  background: unset;
  padding: 0;
  pointer-events: none;
}
.account.customer-address-index #maincontent .column.main .actions-toolbar {
  display: flex;
  margin: 0;
  justify-content: center;
  align-items: center;
}
.account.customer-address-index #maincontent .column.main .actions-toolbar .primary {
  display: flex;
  align-items: center;
}
.account.customer-address-index #maincontent .column.main .actions-toolbar .primary button {
  color: white;
  text-decoration: none;
  padding: 10px;
  float: left;
  background: #083876;
  border-radius: 6px;
  margin-right: 15px;
  transition: .3s;
  border: none;
  height: 40px;
  margin: 0;
}
.account.customer-address-index #maincontent .column.main .actions-toolbar .secondary {
  margin-top: 0;
}
.account.customer-address-index #maincontent .column.main .actions-toolbar .secondary a {
  color: #a7a7a7;
  font-weight: bold;
  transition: .3s;
  text-decoration: none;
  margin-top: 0;
}
.account.customer-address-index #maincontent .column.main .actions-toolbar .secondary a:hover {
  color: #053977;
}
.page-footer {
  background-color: #ebf9f5;
}
.cms-preguntas-frecuentes h3,
.cms-preguntas-frecuentes h4 {
  color: #073879;
  font-family: 'Quicksand', sans-serif;
}
.cms-preguntas-frecuentes p {
  font-family: 'Quicksand', sans-serif;
  font-size: 14px;
  line-height: 18px;
  color: black;
}
.cms-preguntas-frecuentes .faqs-container {
  display: flex;
  margin-top: 50px;
}
.cms-preguntas-frecuentes .text-container h3 {
  padding-bottom: 20px;
  border-bottom: 1px dashed #DAE4E7;
}
.cms-preguntas-frecuentes .text-container h3.active {
  border-bottom: 0px;
}
.cms-preguntas-frecuentes .text-container h3.active span::after {
  content: url("../../frontend/Ecloud/novamil/es_MX/images/minus.svg");
  float: right;
}
.cms-preguntas-frecuentes .text-container h3 span::after {
  content: url("../../frontend/Ecloud/novamil/es_MX/images/plus.svg");
  float: right;
}
.cms-preguntas-frecuentes .text-container .answer {
  display: none;
}
.cms-preguntas-frecuentes .text-container .answer.active {
  display: block;
  border-bottom: 1px dashed #EA8D6F;
  padding-bottom: 10px;
}
div#whatsappchat a img {
  object-fit: contain;
}
#whatsapp-general {
  bottom: 54px;
  z-index: 99;
  position: fixed;
  display: block;
  right: 56px;
  width: 50px;
  height: 50px;
  text-align: center;
  cursor: pointer;
  background-color: #4FCE5D;
  border-radius: 50px;
  box-shadow: 0 10px 10px -5px #4fce68;
}
#whatsapp-general:hover {
  background-color: #37a843;
}
@media only screen and (max-width: 991px) {
  #whatsapp-general:hover {
    background-color: #4FCE5D;
  }
}
@media only screen and (max-width: 991px) {
  #whatsapp-general {
    right: 25px;
    bottom: 15px;
  }
}
#whatsapp-general a i.fa.fa-whatsapp {
  line-height: 50px;
  font-size: 35px;
  color: #fff;
}
* {
  font-family: 'Quicksand', sans-serif;
  text-rendering: optimizeLegibility;
}
*.page-title span {
  font-family: 'DINosaur-Bold' !important;
}
.page-wrapper {
  overflow-x: hidden;
}
body::-webkit-scrollbar-track {
  background-color: #ebf9f5;
}
body::-webkit-scrollbar {
  width: 12px;
  background-color: #ebf9f5;
}
body::-webkit-scrollbar-thumb {
  background-color: #093877;
}
body {
  font-size: 1.4rem !important;
}
.amgdprcookie-modal-container.modal-popup.modal-slide .modal-inner-wrap::-webkit-scrollbar-track {
  background-color: #ebf9f5;
}
.amgdprcookie-modal-container.modal-popup.modal-slide .modal-inner-wrap::-webkit-scrollbar {
  width: 12px;
  background-color: #ebf9f5;
}
.amgdprcookie-modal-container.modal-popup.modal-slide .modal-inner-wrap::-webkit-scrollbar-thumb {
  background-color: #093877;
}
.amgdprcookie-modal-container.modal-popup.modal-slide .modal-inner-wrap .action-close {
  margin-right: 15px;
  margin-top: 10px;
}
.amgdprcookie-modal-container.modal-popup.modal-slide .modal-inner-wrap .action-close:before {
  background-size: cover;
}
.amgdprcookie-modal-container.modal-popup.modal-slide .modal-inner-wrap .amgdprcookie-modal-template {
  margin-left: 0;
}
.amgdprcookie-modal-container.modal-popup.modal-slide .modal-inner-wrap #amgdprcookie-form .amgdprcookie-groups-container .amgdprcookie-cookie-container.-modal {
  margin-bottom: 10px;
  padding-bottom: 0;
}
.amgdprcookie-modal-container.modal-popup.modal-slide .modal-inner-wrap #amgdprcookie-form .amgdprcookie-groups-container .amgdprcookie-cookie-container.-modal .amgdprcookie-header {
  justify-content: flex-start;
}
.amgdprcookie-modal-container.modal-popup.modal-slide .modal-inner-wrap #amgdprcookie-form .amgdprcookie-groups-container .amgdprcookie-cookie-container.-modal .amgdprcookie-header .amgdprcookie-caption {
  font-size: 18px;
  margin: 0 64px 10px 0;
}
.amgdprcookie-modal-container.modal-popup.modal-slide .modal-inner-wrap #amgdprcookie-form .amgdprcookie-groups-container .amgdprcookie-cookie-container.-modal:last-child {
  margin-bottom: 40px;
}
.amgdprcookie-modal-container.modal-popup.modal-slide .modal-inner-wrap #amgdprcookie-form .amgdprcookie-groups-container .amgdprcookie-caption {
  font-weight: bold;
  color: #365a6e;
  font-family: 'DINosaur-Bold';
  text-transform: uppercase;
}
.amgdprcookie-modal-container.modal-popup.modal-slide .modal-inner-wrap #amgdprcookie-form .amgdprcookie-groups-container .amgdprcookie-input:checked:not([disabled]) + .amgdprcookie-label {
  background: #365a6e;
}
.amgdprcookie-modal-container.modal-popup.modal-slide .modal-inner-wrap #amgdprcookie-form .amgdprcookie-groups-container .amgdprcookie-input.disabled + .amgdprcookie-label {
  background: #365a6e;
  opacity: .7;
}
.amgdprcookie-modal-container.modal-popup.modal-slide .modal-inner-wrap #amgdprcookie-form .amgdprcookie-groups-container .amgdprcookie-link {
  color: #365a6e;
  margin-top: 10px;
  font-weight: bold;
  border-bottom: 2px solid;
  padding-bottom: 2px;
  text-decoration: none;
  transition: .2s;
  float: right;
  display: none;
}
.amgdprcookie-modal-container.modal-popup.modal-slide .modal-inner-wrap #amgdprcookie-form .amgdprcookie-groups-container .amgdprcookie-link:hover {
  opacity: .8;
}
.amgdprcookie-modal-container.modal-popup.modal-slide .modal-inner-wrap #amgdprcookie-form .amgdprcookie-policy-container {
  box-shadow: 0px -12px 15px rgba(0, 0, 0, 0.1);
  background: #ebf9f5;
}
.amgdprcookie-modal-container.modal-popup.modal-slide .modal-inner-wrap #amgdprcookie-form .amgdprcookie-policy-container .amgdprcookie-text-container .amgdprcookie-policy {
  color: #365a6e;
}
.amgdprcookie-modal-container.modal-popup.modal-slide .modal-inner-wrap #amgdprcookie-form .amgdprcookie-policy-container .amgdprcookie-buttons-block .amgdprcookie-button.-allow {
  color: white;
  background: #365a6e;
}
.amgdprcookie-modal-container.modal-popup.modal-slide .modal-inner-wrap #amgdprcookie-form .amgdprcookie-policy-container .amgdprcookie-buttons-block .amgdprcookie-button.-save {
  background: #365a6e;
}
.amgdprcookie-modal-container.modal-popup.modal-slide .modal-inner-wrap #amgdprcookie-form::-webkit-scrollbar-track {
  background-color: #ebf9f5;
}
.amgdprcookie-modal-container.modal-popup.modal-slide .modal-inner-wrap #amgdprcookie-form::-webkit-scrollbar {
  width: 12px;
  background-color: #ebf9f5;
}
.amgdprcookie-modal-container.modal-popup.modal-slide .modal-inner-wrap #amgdprcookie-form::-webkit-scrollbar-thumb {
  background-color: #093877;
}
.amgdprcookie-bar-container {
  background: #ebf9f5;
  box-shadow: 0px -2px 5px #e7e7e7;
}
.amgdprcookie-bar-container .amgdprcookie-bar-block {
  display: flex;
  align-items: center;
}
.amgdprcookie-bar-container .amgdprcookie-bar-block .amgdprcookie-policy {
  margin-right: 30px;
  margin-bottom: 0;
  color: #073879;
}
.amgdprcookie-bar-container .amgdprcookie-bar-block .amgdprcookie-buttons-block .amgdprcookie-button.-settings {
  display: none;
}
.amgdprcookie-bar-container .amgdprcookie-bar-block .amgdprcookie-buttons-block .amgdprcookie-button.-allow {
  background: #073879;
  height: 50px;
  border-radius: 45px;
  margin-bottom: 0;
}
.page.messages {
  max-width: 80%;
  left: 10%;
  position: fixed;
  top: 170px;
  display: flex;
  justify-content: center;
  width: 100%;
  z-index: 5;
}
.page.messages .message {
  border: 1px solid;
  border-radius: 4px;
  box-shadow: 0 10px 10px -9px;
}
.has_toppanel .page.messages {
  top: 140px;
}
.message.success {
  animation: css 0s 3s forwards;
  box-sizing: border-box;
}
.message.success > *:first-child:before {
  background-image: url(../../frontend/Ecloud/novamil/es_MX/images/CheckCirclegreen.png);
  background-repeat: no-repeat;
  background-position-x: center;
  background-size: contain;
  display: block;
  position: absolute;
  content: '';
  height: 20px;
  width: 20px;
  top: 23px;
  left: 15px;
}
.message.error {
  animation: css 0s 3s forwards;
  box-sizing: border-box;
}
@keyframes css {
  to {
    visibility: hidden;
    pointer-events: none;
    height: 0;
    width: 0;
  }
}
.page-header {
  position: fixed;
  left: 0;
  right: 0;
  transition: .3s;
  background: white;
}
.page-header.no-sticky {
  transform: translateY(-100%);
}
.page-header .header.content {
  display: flex;
}
.page-header .header.content h1#logo {
  margin-bottom: 0px;
}
.page-header .header.content h1#logo a {
  max-width: 100%;
}
.page-header .header.content .minicart-wrapper .counter.qty {
  position: absolute;
  top: -9px;
  height: 20px;
  min-width: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  right: -15px;
  border-radius: 10px;
  background-color: #feb53e;
}
.page-header .header.content .minicart-wrapper .counter.qty .counter-number {
  font-size: 11px;
  line-height: 1;
  font-weight: bold;
}
.page-header .header.content .minicart-wrapper.hide-qty .counter.qty {
  display: none !important;
}
.page-header .header.content .block-search {
  order: 3;
}
.page-header .header.content .panel.myaccount {
  order: 4;
}
.page-header .header.content .minicart-wrapper {
  order: 5;
}
.page-title-wrapper h1.page-title {
  font-size: 34px;
  font-weight: 700;
  color: #002c7b;
  text-align: center;
  width: 100%;
  padding: 20px 0;
  margin: 0;
}
.footer.content .footer-leyend {
  text-align: center;
  width: 100%;
  font-size: 15px;
  border-top: 1px solid #eeeeee;
  padding-top: 35px;
  margin-top: 15px;
  display: none;
}
.footer.content .footer-leyend p {
  font-size: 13px;
  font-weight: 400;
  line-height: 22px;
  color: #627a86;
}
header.page-header {
  top: 0;
}
.widget-product-grid .product-item-info .product.details .product-item-inner .product-item-actions .actions-extra a span {
  text-align: center;
}
.catalog-product-view .product-info-main .product-options-wrapper .field.configurable .control:after {
  margin: 14px 10px 12px 0;
  pointer-events: none;
}
.catalog-product-view .column.main .product-info-main .product-add-form .product-options-wrapper .field.configurable .control select {
  padding: 9px 60px 7px 19px;
  font-size: 15px;
}
.catalog-product-view .column.main .product-options-wrapper .field.configurable .control select {
  padding: 10px 60px 8px 10px;
  line-height: 1.1;
}
.catalogsearch-result-index .search.results .block {
  display: none;
}
.block-blog-related.about-admin {
  display: none;
}
.block-blog-related h2 {
  display: none;
}
.mpblog-post-view .mp-post-info {
  display: none;
}
.account-nav .item:nth-child(11),
.account-nav .item:nth-child(12),
.account-nav .item:nth-child(13) {
  display: none;
}
div#shipping-new-address-form .order-attributes {
  display: block !important;
  width: 100%;
}
.checkout-index-index {
  margin-top: 0 !important;
}
.page-layout-doctor-layout #doctor-container .actions {
  display: none;
}
span.price .price:after {
  content: '';
}
.checkout-index-index .column.main #checkout .amcheckout-main-container .amcheckout-column.-main .amcheckout-block.amcheckout-step-container #payment #conekta_card-form .field .control input,
.checkout-index-index .column.main #checkout .amcheckout-main-container .amcheckout-column.-main .amcheckout-block.amcheckout-step-container #payment #conekta_card-form .field .control select {
  background-color: white !important;
}
.checkout-onepage-success .page-title-wrapper {
  display: none !important;
}
.checkout-index-index .action-show {
  background: none !important;
  color: black !important;
}
.account .block.block-content {
  width: 20px;
  display: inline-block !important;
  float: unset;
  margin: 0;
}
div#whatsappchat a {
  background: #25D366;
  padding: 10px;
  height: 38px;
  width: 30px;
  border-radius: 100px;
  margin: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
div#whatsappchat a img {
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
}
.login-modals {
  display: flex;
  justify-content: center;
  align-items: center;
}
.login-modals .modal-inner-wrap {
  width: 600px;
  height: 320px;
  background: white !important;
  display: inline-block;
  border-radius: 20px;
  overflow: hidden;
}
.login-modals .modal-inner-wrap .modal-header {
  padding: 0;
}
.login-modals .modal-inner-wrap .modal-header h1 {
  display: none;
}
.login-modals .modal-inner-wrap .modal-header button {
  right: -5px;
  top: -5px;
  width: 49px;
  height: 47px;
  background-color: #000000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.login-modals .modal-inner-wrap .modal-header button:before {
  font-size: 44px;
  line-height: 1;
  color: white;
  content: '×';
  font-family: sans-serif;
  font-size: 37px;
}
.login-modals .modal-inner-wrap .modal-header button:hover:before {
  color: white;
  opacity: .8;
}
.login-modals .modal-inner-wrap .popup-content {
  padding-top: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.login-modals .modal-inner-wrap .popup-content .logo-modal {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  margin-top: 10px;
  width: 160px;
}
.login-modals .modal-inner-wrap .popup-content p {
  color: #5d8397;
  text-align: center;
}
.login-modals .modal-inner-wrap .popup-content h3 {
  color: #5fc5c1;
  font-weight: bold;
  font-size: 38px;
  max-width: 280px;
  margin-bottom: 80px;
  margin-top: 70px;
  line-height: 1.4;
}
.login-modals .modal-inner-wrap .popup-content .buttons {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.login-modals .modal-inner-wrap .popup-content .buttons a {
  width: auto;
  padding: 0 30px;
  height: 50px;
  box-sizing: border-box;
  border-radius: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: .3s;
  text-decoration: none !important;
  background: #093877;
}
.login-modals .modal-inner-wrap .popup-content .buttons a:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 14px #cecbcb;
}
.login-modals .modal-inner-wrap .popup-content .toolbar {
  display: flex;
  align-items: center;
  margin-top: 20px;
  gap: 20px;
}
.login-modals .modal-footer {
  display: none;
}
.cms-no-route .priceperg,
.catalogsearch-result-index .priceperg,
.cms-no-route .precio-sugerido,
.catalogsearch-result-index .precio-sugerido {
  font-size: 10px;
  font-weight: 600;
  font-family: sans-serif;
  margin-top: -10px;
  margin-bottom: 7px;
  color: #4a6dab;
}
.cms-no-route .destacados-pack,
.catalogsearch-result-index .destacados-pack {
  padding: 50px 0;
  max-width: 1024px;
  margin: 0 auto;
}
.cms-no-route .destacados-pack .product-items,
.catalogsearch-result-index .destacados-pack .product-items {
  display: flex;
  justify-content: center;
}
.cms-no-route .destacados-pack .owl-item li.product-item,
.catalogsearch-result-index .destacados-pack .owl-item li.product-item {
  width: 100% !important;
}
.cms-no-route .destacados-pack .owl-item li.product-item .product-image-container,
.catalogsearch-result-index .destacados-pack .owl-item li.product-item .product-image-container {
  width: 100%;
}
.cms-no-route .destacados-pack .owl-item li.product-item a.product.photo.product-item-photo,
.catalogsearch-result-index .destacados-pack .owl-item li.product-item a.product.photo.product-item-photo {
  width: 100%;
  display: flex;
  justify-content: center;
}
.cms-no-route .destacados-pack .owl-carousel .owl-stage-outer,
.catalogsearch-result-index .destacados-pack .owl-carousel .owl-stage-outer {
  width: 100%;
  padding: 20px 0 !important;
}
.cms-no-route .destacados-pack .owl-carousel .product-items .owl-item,
.catalogsearch-result-index .destacados-pack .owl-carousel .product-items .owl-item {
  display: flex;
  justify-content: center;
}
.cms-no-route .destacados-pack .owl-carousel .product-items .owl-item.active,
.catalogsearch-result-index .destacados-pack .owl-carousel .product-items .owl-item.active {
  z-index: 1;
}
.cms-no-route .destacados-pack .owl-carousel .owl-nav,
.catalogsearch-result-index .destacados-pack .owl-carousel .owl-nav {
  display: block;
  float: left;
  width: 100%;
  position: absolute;
  top: 43%;
}
.cms-no-route .destacados-pack .owl-carousel .owl-nav .owl-prev,
.catalogsearch-result-index .destacados-pack .owl-carousel .owl-nav .owl-prev {
  float: left;
  color: transparent;
  position: absolute;
  left: 0 !important;
  height: 20px;
  width: 20px;
  display: block !important;
  transition: all 0.4s;
}
@media (min-width: 1024px) {
  .cms-no-route .destacados-pack .owl-carousel .owl-nav .owl-prev,
  .catalogsearch-result-index .destacados-pack .owl-carousel .owl-nav .owl-prev {
    left: -20px !important;
  }
}
.cms-no-route .destacados-pack .owl-carousel .owl-nav .owl-prev:before,
.catalogsearch-result-index .destacados-pack .owl-carousel .owl-nav .owl-prev:before {
  content: "";
  float: left;
  background: url('../../frontend/Ecloud/novamil/es_MX/images/arrow-next-white.svg');
  background-color: #a5e1df;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  padding-top: 2px;
  color: white;
  display: flex;
  justify-content: center;
  box-shadow: 0px 0px 4px #8e8e8e;
  background-size: 20px 20px;
  background-size: 12px 12px;
  background-position: center;
  background-repeat: no-repeat;
  transform: rotate(180deg);
}
.cms-no-route .destacados-pack .owl-carousel .owl-nav .owl-prev:hover,
.catalogsearch-result-index .destacados-pack .owl-carousel .owl-nav .owl-prev:hover {
  cursor: pointer;
  opacity: .8;
  transform: scale(1.3);
}
.cms-no-route .destacados-pack .owl-carousel .owl-nav .owl-next,
.catalogsearch-result-index .destacados-pack .owl-carousel .owl-nav .owl-next {
  float: right;
  color: transparent;
  position: absolute;
  right: 0;
  height: 20px;
  width: 20px;
  display: block !important;
  transition: all 0.4s;
}
@media (min-width: 1024px) {
  .cms-no-route .destacados-pack .owl-carousel .owl-nav .owl-next,
  .catalogsearch-result-index .destacados-pack .owl-carousel .owl-nav .owl-next {
    right: -20px !important;
  }
}
.cms-no-route .destacados-pack .owl-carousel .owl-nav .owl-next:before,
.catalogsearch-result-index .destacados-pack .owl-carousel .owl-nav .owl-next:before {
  content: " ";
  float: right;
  background: url('../../frontend/Ecloud/novamil/es_MX/images/arrow-next-white.svg');
  background-color: #a5e1df;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  box-shadow: 0px 0px 4px #8e8e8e;
  background-size: 14px 14px;
  background-position: center;
  background-repeat: no-repeat;
}
.cms-no-route .destacados-pack .owl-carousel .owl-nav .owl-next:hover,
.catalogsearch-result-index .destacados-pack .owl-carousel .owl-nav .owl-next:hover {
  cursor: pointer;
  opacity: .8;
  transform: scale(1.3);
}
.cms-no-route .widget-product-grid .product-item.packs .product-item-info .product-image-wrapper .product-image-photo,
.catalogsearch-result-index .widget-product-grid .product-item.packs .product-item-info .product-image-wrapper .product-image-photo {
  width: 99%;
}
.cms-no-route .widget-product-grid .product-item.packs .product-item-info .product-item-details.product.details .product-item-name a,
.catalogsearch-result-index .widget-product-grid .product-item.packs .product-item-info .product-item-details.product.details .product-item-name a {
  text-transform: none;
}
.cms-no-route .widget-product-grid .product-item.packs .product-item-info .product-item-details.product.details .product-item-name a span,
.catalogsearch-result-index .widget-product-grid .product-item.packs .product-item-info .product-item-details.product.details .product-item-name a span {
  text-transform: uppercase;
  font-size: 13px;
  background: #ebf9f5;
  padding: 3px 12px;
  display: inline-block;
  border-radius: 100px;
  margin-top: 2px;
}
.cms-no-route .widget-product-grid .product-item.packs .product-item-info .product-item-details.product.details .product-item-inner .product-item-actions .action-button .actions-primary .box-tocart .fieldset .field.qty,
.catalogsearch-result-index .widget-product-grid .product-item.packs .product-item-info .product-item-details.product.details .product-item-inner .product-item-actions .action-button .actions-primary .box-tocart .fieldset .field.qty {
  flex-wrap: nowrap;
  flex-direction: column;
}
.cms-no-route .widget-product-grid .product-item.packs .product-item-info .product-item-details.product.details .product-item-inner .product-item-actions .action-button .actions-primary .box-tocart .fieldset .field.qty .price-box,
.catalogsearch-result-index .widget-product-grid .product-item.packs .product-item-info .product-item-details.product.details .product-item-inner .product-item-actions .action-button .actions-primary .box-tocart .fieldset .field.qty .price-box {
  margin: 6px 0 37px;
}
.cms-no-route .widget-product-grid .product-item.packs .product-item-info .product-item-details.product.details .product-item-inner .product-item-actions .action-button .actions-primary .box-tocart .fieldset .field.qty .price-box .price-container,
.catalogsearch-result-index .widget-product-grid .product-item.packs .product-item-info .product-item-details.product.details .product-item-inner .product-item-actions .action-button .actions-primary .box-tocart .fieldset .field.qty .price-box .price-container {
  background: #d8f5d8;
  border-radius: 100px;
}
.cms-no-route .widget-product-grid .product-item.packs .product-item-info .product-item-details.product.details .product-item-inner .product-item-actions .action-button .actions-primary .box-tocart .fieldset .field.qty .price-box .price-container span.price,
.catalogsearch-result-index .widget-product-grid .product-item.packs .product-item-info .product-item-details.product.details .product-item-inner .product-item-actions .action-button .actions-primary .box-tocart .fieldset .field.qty .price-box .price-container span.price {
  color: #009300 !important;
  padding: 17px;
}
.cms-no-route .widget-product-grid .product-item.packs .product-item-info .product-item-details.product.details .product-item-inner .product-item-actions .action-button .actions-primary .box-tocart .fieldset .field.qty .priceperg,
.catalogsearch-result-index .widget-product-grid .product-item.packs .product-item-info .product-item-details.product.details .product-item-inner .product-item-actions .action-button .actions-primary .box-tocart .fieldset .field.qty .priceperg {
  margin-bottom: 34px;
  margin-top: -34px;
}
.cms-no-route .widget-product-grid .product-item.packs .product-item-info .product-item-details.product.details .product-item-inner .product-item-actions .action-button .actions-primary .box-tocart .fieldset .field.qty .old-price,
.catalogsearch-result-index .widget-product-grid .product-item.packs .product-item-info .product-item-details.product.details .product-item-inner .product-item-actions .action-button .actions-primary .box-tocart .fieldset .field.qty .old-price {
  display: none;
}
.cms-no-route .widget-product-grid .product-item.packs .product-item-info .product-item-details.product.details .product-item-inner .product-item-actions .action-button .actions-primary .box-tocart .fieldset .field.qty .control,
.catalogsearch-result-index .widget-product-grid .product-item.packs .product-item-info .product-item-details.product.details .product-item-inner .product-item-actions .action-button .actions-primary .box-tocart .fieldset .field.qty .control {
  display: none;
}
.cms-no-route .destacados-pack .widget-product-grid .product-item.packs .product-item-info,
.catalogsearch-result-index .destacados-pack .widget-product-grid .product-item.packs .product-item-info {
  min-height: 390px;
  height: auto;
}
@media (min-width: 992px) {
  .cms-no-route .destacados-pack .widget-product-grid .product-item.packs .product-item-info,
  .catalogsearch-result-index .destacados-pack .widget-product-grid .product-item.packs .product-item-info {
    min-height: 461px;
    max-height: 461px;
  }
}
.cms-no-route .destacados-pack .widget-product-grid .product-item.packs .product-item-info .product-item-details.product.details,
.catalogsearch-result-index .destacados-pack .widget-product-grid .product-item.packs .product-item-info .product-item-details.product.details {
  padding: 10px 15px 20px;
}
.cms-no-route .destacados-pack .widget-product-grid .product-item.packs .product-item-info .product-item-details.product.details .product-item-inner .product-item-actions .action-button .actions-primary .box-tocart .fieldset .field.qty .priceperg,
.catalogsearch-result-index .destacados-pack .widget-product-grid .product-item.packs .product-item-info .product-item-details.product.details .product-item-inner .product-item-actions .action-button .actions-primary .box-tocart .fieldset .field.qty .priceperg {
  margin-bottom: -3px;
}
.cms-no-route .page-title {
  margin-top: 30px !important;
}
@media only screen and (max-device-width: 540px) {
  .footer-links .column ul li {
    display: flex;
    justify-content: flex-start;
  }
  .footer-links .column ul li a {
    padding-left: 35px;
  }
}
.cms-padecimientos .autocomplete-suggestions .autocomplete-suggestion {
  width: 100%;
}
.cms-padecimientos .autocomplete-no-suggestion {
  color: transparent;
  user-select: none;
  /* supported by Chrome and Opera */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
}
.mpblog-post-index .autocomplete-suggestions {
  max-height: 300px !important;
}
.mpblog-post-index .autocomplete-suggestions::-webkit-scrollbar-track {
  background-color: #ebf9f5;
}
.mpblog-post-index .autocomplete-suggestions::-webkit-scrollbar {
  width: 12px;
  background-color: #ebf9f5;
}
.mpblog-post-index .autocomplete-suggestions::-webkit-scrollbar-thumb {
  background-color: #093877;
}
.mpblog-post-index .autocomplete-suggestions .autocomplete-no-suggestion {
  color: transparent;
}
.mpblog-post-index .autocomplete-suggestions .autocomplete-suggestion {
  transition: .2s;
}
.mpblog-post-index .autocomplete-suggestions .autocomplete-suggestion.autocomplete-selected {
  background: #f6f6f6;
  cursor: pointer;
}
.mpblog-post-index .autocomplete-suggestions .mpblog-suggestion-right .mpblog-product-name {
  white-space: nowrap;
  overflow: hidden;
  color: #083876 !important;
  width: 120px;
  font-size: 16px;
  text-overflow: ellipsis;
}
.mpblog-post-index .autocomplete-suggestions .mpblog-suggestion-right .mpblog-product-des .mpblog-short-des {
  white-space: nowrap;
  overflow: hidden;
  color: #dddddd;
  width: 120px;
  text-overflow: ellipsis;
}
.mpblog-post-index #maincontent,
.mpblog-category-view #maincontent {
  padding-top: 80px;
}
.mpblog-post-index .column.main,
.mpblog-category-view .column.main {
  padding-top: 0;
}
.mpblog-post-index .mp-blog-rss,
.mpblog-category-view .mp-blog-rss {
  display: none;
}
.mpblog-post-index .post-list-body .mp-clear,
.mpblog-category-view .post-list-body .mp-clear {
  display: none !important;
}
.mpblog-post-index .post-list-body .post-list-item .post-item-wraper,
.mpblog-category-view .post-list-body .post-list-item .post-item-wraper {
  border: 2px solid white;
  transition: .1s ease;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
  background-color: #f6f6f6;
}
.mpblog-post-index .post-list-body .post-list-item .post-item-wraper:hover,
.mpblog-category-view .post-list-body .post-list-item .post-item-wraper:hover {
  border: 2px solid #dedede;
  box-shadow: 0px 0px 4px 0 #bfdbff;
}
.mpblog-post-index .post-list-body .post-list-item .post-item-wraper .mp-post-info .mp-blog-icon,
.mpblog-category-view .post-list-body .post-list-item .post-item-wraper .mp-post-info .mp-blog-icon {
  display: none;
}
.mpblog-post-index .post-list-body .post-list-item .post-item-wraper .mp-post-info .mp-info,
.mpblog-category-view .post-list-body .post-list-item .post-item-wraper .mp-post-info .mp-info {
  padding: 0 2px;
  color: #4a4949 !important;
}
.mpblog-post-index .post-list-body .post-list-item .post-item-wraper .mp-post-title a,
.mpblog-category-view .post-list-body .post-list-item .post-item-wraper .mp-post-title a {
  text-decoration: none;
  color: #083876 !important;
  font-weight: bold;
}
.mpblog-post-index .post-list-body .post-list-item .post-item-wraper .post-short-description p,
.mpblog-category-view .post-list-body .post-list-item .post-item-wraper .post-short-description p {
  color: #4e5e74;
}
.mpblog-post-index .post-list-body .post-list-item .post-item-wraper .post-image,
.mpblog-category-view .post-list-body .post-list-item .post-item-wraper .post-image {
  display: flex;
}
.mpblog-post-index .post-list-body .post-list-item .post-item-wraper .mp-read-more,
.mpblog-category-view .post-list-body .post-list-item .post-item-wraper .mp-read-more {
  background: #083876;
  color: white !important;
  padding: 10px;
  margin: 10px 0;
  float: left;
  border-radius: 10px;
  transition: .2s;
}
.mpblog-post-index .post-list-body .post-list-item .post-item-wraper .mp-read-more:hover,
.mpblog-category-view .post-list-body .post-list-item .post-item-wraper .mp-read-more:hover {
  background: #052f65;
}
.mpblog-post-index .limiter,
.mpblog-category-view .limiter {
  margin-bottom: 50px;
}
.mpblog-post-index .limiter #limiter,
.mpblog-category-view .limiter #limiter {
  padding: 0 10px;
}
.mpblog-post-index .limiter #limiter::selection,
.mpblog-category-view .limiter #limiter::selection {
  color: white;
  padding-right: 5px;
  margin-right: 5px;
}
.mpblog-post-index .sidebar-main .block-mp-sidebar-heading,
.mpblog-category-view .sidebar-main .block-mp-sidebar-heading {
  background: #f6f6f6;
  padding: 10px;
}
.mpblog-post-index .sidebar-main .mpblog-search,
.mpblog-category-view .sidebar-main .mpblog-search {
  max-width: 570px;
  margin: auto;
  margin-bottom: 40px;
}
.mpblog-post-index .sidebar-main .mpblog-search #mpblog-search-box,
.mpblog-category-view .sidebar-main .mpblog-search #mpblog-search-box {
  border-radius: 27px;
  border: 1px solid #eeeeee;
  background-color: #f6fafb;
  height: 40px;
  outline: none;
  font-size: 14px;
  box-shadow: none;
  transition: .3s;
}
.mpblog-post-index .sidebar-main .mpblog-search #mpblog-search-box::placeholder,
.mpblog-category-view .sidebar-main .mpblog-search #mpblog-search-box::placeholder {
  color: #9dafbd !important;
  font-size: 14px !important;
}
.mpblog-post-index .sidebar-main .mpblog-search #mpblog-search-box:focus,
.mpblog-category-view .sidebar-main .mpblog-search #mpblog-search-box:focus {
  box-shadow: 0 6px 13px #e6e3e3;
}
.mpblog-post-index .sidebar-main .mpblog-search .actions,
.mpblog-category-view .sidebar-main .mpblog-search .actions {
  float: right;
}
.mpblog-post-index .sidebar-main .mpblog-search .actions .action.search,
.mpblog-category-view .sidebar-main .mpblog-search .actions .action.search {
  top: 0;
  bottom: 0;
  margin: auto;
  width: 30px;
  height: 30px;
  background-color: #fdbf87 !important;
  border-radius: 50%;
}
.mpblog-post-index .sidebar-main .mpblog-search .actions .action.search i,
.mpblog-category-view .sidebar-main .mpblog-search .actions .action.search i {
  margin-top: 0 !important;
}
.mpblog-post-index .sidebar-main .mpblog-search .actions .action.search i:before,
.mpblog-category-view .sidebar-main .mpblog-search .actions .action.search i:before {
  color: white;
  font-size: 14px;
}
.mpblog-post-index .sidebar-main .mp-sidebar .block-content .category-item a:hover,
.mpblog-category-view .sidebar-main .mp-sidebar .block-content .category-item a:hover {
  color: #6d6a6a !important;
}
.mpblog-post-index .sidebar-main .mp-sidebar .archive-item .list-archives:hover,
.mpblog-category-view .sidebar-main .mp-sidebar .archive-item .list-archives:hover {
  color: #6d6a6a !important;
}
.mpblog-post-index .sidebar-main .mp-sidebar .items a.data.switch,
.mpblog-category-view .sidebar-main .mp-sidebar .items a.data.switch {
  background: none !important;
  color: #083876 !important;
  border: none !important;
  border-bottom: 4px solid #083876 !important;
  padding: 0 !important;
  margin-right: 10px;
}
.mpblog-post-index .sidebar-main .mp-sidebar .items a.data.switch:hover,
.mpblog-category-view .sidebar-main .mp-sidebar .items a.data.switch:hover {
  background: #f7f6f6 !important;
}
.mpblog-post-index .sidebar-main .mp-sidebar .items .content,
.mpblog-category-view .sidebar-main .mp-sidebar .items .content {
  border: 1px solid white !important;
  background: #f6f6f6 !important;
}
.mpblog-post-index .sidebar-main .mp-sidebar .items .content .list-post-tabs,
.mpblog-category-view .sidebar-main .mp-sidebar .items .content .list-post-tabs {
  border-bottom: 2px solid transparent;
}
.mpblog-post-index .sidebar-main .mp-sidebar .items .content .list-post-tabs a,
.mpblog-category-view .sidebar-main .mp-sidebar .items .content .list-post-tabs a {
  font-weight: bold;
  background: none;
  color: #063875;
}
.mpblog-post-index .sidebar-main .mp-sidebar .items .content .list-post-tabs:hover,
.mpblog-category-view .sidebar-main .mp-sidebar .items .content .list-post-tabs:hover {
  border-bottom: 2px solid #063875;
}
.mpblog-post-index .sidebar-main .mp-sidebar a.tags-list,
.mpblog-category-view .sidebar-main .mp-sidebar a.tags-list {
  font-size: 10px !important;
  background: transparent;
}
.mpblog-post-index .sidebar-main .mp-sidebar a.tags-list:hover,
.mpblog-category-view .sidebar-main .mp-sidebar a.tags-list:hover {
  background: white;
  color: black !important;
}
.mpblog-post-index .sidebar-additional,
.mpblog-category-view .sidebar-additional {
  display: none;
}
.mpblog-post-index .mp-footer,
.mpblog-category-view .mp-footer {
  display: none;
}
#sharing {
  display: none;
}
.post-list-content {
  display: flex;
  flex-direction: column;
}
.mpblog-post-view .block-blog-related {
  width: 100% !important;
}
.mpblog-post-view .related-content-container {
  padding: 0;
  width: 100% !important;
}
.mpblog-post-view .related-content-container .owl-stage-outer {
  padding-left: 0 !important;
}
.mpblog-post-view .related-content-container .products-grid .owl-stage {
  padding: 10px 0;
  justify-content: space-between;
  display: flex;
}
.mpblog-post-view .related-content-container .products-grid .owl-stage .owl-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.mpblog-post-view .related-content-container .products-grid .owl-stage .owl-item .mp-blog-slider-item {
  align-items: center;
  margin-bottom: 10px !important;
  margin-left: unset !important;
  display: flex;
  justify-content: center;
  box-shadow: 0 5px 15px rgba(225, 224, 224, 0.5);
  border-radius: 10px;
  padding: 10px;
  transition: .3s;
}
.mpblog-post-view .related-content-container .products-grid .owl-stage .owl-item .mp-blog-slider-item:hover {
  transform: scale(1.05);
  box-shadow: 0 5px 15px #d0cdcd;
}
.mpblog-post-view .related-content-container .products-grid .item {
  height: auto !important;
}
.mpblog-post-view .related-content-container .products-grid .item .product-item-details .product-item-name a {
  color: #8e8e93 !important;
  min-height: 35px;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  display: flex;
  justify-content: center;
}
.mpblog-post-view .related-content-container .products-grid .item .product-item-details .product-item-inner .actions-primary .action.tocart.primary {
  background: none;
  border: none;
  box-shadow: none;
  outline: none;
  padding: 0;
}
.mpblog-post-view .related-content-container .products-grid .item .product-item-details .product-item-inner .actions-primary .action.tocart.primary span {
  color: #002c79;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: .3s;
}
.mpblog-post-view .related-content-container .products-grid .item .product-item-details .product-item-inner .actions-primary .action.tocart.primary span:hover {
  letter-spacing: 2px;
}
.mpblog-post-view .column.main {
  padding-top: 0;
}
.mpblog-post-view .mp-blog-rss {
  display: none;
}
.mpblog-post-view .mp-blog-view .post-view-image {
  float: left;
  margin-bottom: 50px;
}
.mpblog-post-view .mp-blog-view .post-post_content {
  line-height: 1.7;
}
.mpblog-post-view .mp-blog-view .post-post_content a {
  color: white;
  font-weight: bold;
  text-decoration: underline !important;
}
.mpblog-post-view .mp-blog-view .post-post_content h2 {
  color: #083876;
}
.mpblog-post-view .mp-blog-view .mp-post-info a {
  font-weight: bold;
  color: #d2d2d2 !important;
}
.mpblog-post-view .mp-blog-view .block-blog-related h2 {
  margin-bottom: 40px;
}
.mpblog-post-view .mp-blog-view .block-blog-related .author-content-image {
  width: 135px;
  height: 135px;
}
.mpblog-post-view .mp-blog-view .block-blog-related .author-content-image .img-responsive {
  border-radius: 50%;
  height: 100%;
}
.mpblog-post-view .base-asset-video {
  height: 0;
  margin-bottom: 30px;
  overflow: hidden;
  padding-bottom: 56.25%;
  padding-top: 30px;
  position: relative;
}
.mpblog-post-view .base-asset-video iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

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

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

  100% {
    opacity: 0;
  }
}

/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.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;
}
.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-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  /*-webkit-backface-visibility: hidden;*/
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  max-width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  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 - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  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/Ecloud/novamil/es_MX/lib/owl.carousel/assets/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: 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;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}
.owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-controls .owl-nav [class*=owl-] {
    color: #08c;
    font-size: 17px;
    text-shadow: 0 0 3px rgba(255,255,255,0.5);
    margin: 5px;
    padding: 4px 7px;
    display: inline-block;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
    text-decoration: none;
    opacity: .9;
}
.owl-theme .owl-controls .owl-nav .disabled {
    opacity: .5;
    cursor: default;
}
.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;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -ms-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius:30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #08c;
}
.owl-dots {
    margin-top: 30px;
}
.sidebar .products .owl-dots {
    margin: 0;
}
.owl-top-narrow .owl-carousel .owl-item > .item {
    padding-top: 10px;
}/**
 * 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,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-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{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-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-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.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}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(../../frontend/Ecloud/novamil/es_MX/Ecloud_ProductSlider/css/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}#whatsappchat a {
    position: fixed;
    z-index: 9999;
    float: right;
    cursor: pointer;
    min-width: 40px;
    max-width: 200px;
    text-align: center;
    -webkit-transition: All .5s ease;
    -moz-transition: All .5s ease;
    -o-transition: All .5s ease;
    -ms-transition: All .5s ease;
    transition: All .5s ease;
}

@media(max-width: 767px) {
    #whatsappchat a {
        max-width: 150px;
    }

    #whatsappchat .btn-web{
        display: none;
    }
}

@media(min-width: 768px) {
    #whatsappchat .btn-mobile{
        display: none;
    }
}
/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Mageplaza.com license that is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_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;
    margin: 0;
}

.social-login-ajax-loading {
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0.6;
    background: #fbfaf6 url('../../frontend/Ecloud/novamil/es_MX/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-title h2 {
    margin: 0;
    padding-left: 40px;
    background: no-repeat 12px center;
    color: #ffffff;
}

.social-login-title .login-title {
    background-image: url(../../frontend/Ecloud/novamil/es_MX/Mageplaza_SocialLogin/css/images/login-title.png);
}

.social-login-title .create-account-title {
    background-image: url(../../frontend/Ecloud/novamil/es_MX/Mageplaza_SocialLogin/css/images/create-account-title.png);
}

.social-login-title .forgot-pass-title {
    background-image: url(../../frontend/Ecloud/novamil/es_MX/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/Ecloud/novamil/es_MX/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/Ecloud/novamil/es_MX/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/Ecloud/novamil/es_MX/Mageplaza_SocialLogin/css/images/g-logo.png") no-repeat;
}

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


.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/Ecloud/novamil/es_MX/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/Ecloud/novamil/es_MX/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;
}/**
 * 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_Core
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */

.row-mp {
    min-height: 1px;
    margin: 0 -10px;
}

.col-mp {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-background-clip: padding-box !important;
    -webkit-background-clip: padding-box !important;
    background-clip: padding-box !important;
    float: left;
    padding: 0 10px;
}

/*All*/
.mp-1 {
    width: 8.33333333333%;
}

.mp-2 {
    width: 16.6666666667%;
}

.mp-3 {
    width: 25.0%;
}

.mp-4 {
    width: 33.3333333333%;
}

.mp-5 {
    width: 41.6666666667%;
}

.mp-6 {
    width: 50.0%;
}

.mp-7 {
    width: 58.3333333333%;
}

.mp-8 {
    width: 66.6666666667%;
}

.mp-9 {
    width: 75.0%;
}

.mp-10 {
    width: 83.3333333333%;
}

.mp-11 {
    width: 91.6666666667%;
}

.mp-12 {
    margin-left: 0;
    width: 100%;
}

.a-center {
    text-align: center;
}

.mp-clear {
    clear: both
}

@media (min-width: 1200px) {
    .mp-lg-1 {
        width: 8.33333333333%;
    }

    .mp-lg-2 {
        width: 16.6666666667%;
    }

    .mp-lg-3 {
        width: 25.0%;
    }

    .mp-lg-4 {
        width: 33.3333333333%;
    }

    .mp-lg-5 {
        width: 41.6666666667%;
    }

    .mp-lg-6 {
        width: 50.0%;
    }

    .mp-lg-7 {
        width: 58.3333333333%;
    }

    .mp-lg-8 {
        width: 66.6666666667%;
    }

    .mp-lg-9 {
        width: 75.0%;
    }

    .mp-lg-10 {
        width: 83.3333333333%;
    }

    .mp-lg-11 {
        width: 91.6666666667%;
    }

    .mp-lg-12 {
        margin-left: 0;
        width: 100%;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .mp-md-1 {
        width: 8.33333333333%;
    }

    .mp-md-2 {
        width: 16.6666666667%;
    }

    .mp-md-3 {
        width: 25.0%;
    }

    .mp-md-4 {
        width: 33.3333333333%;
    }

    .mp-md-5 {
        width: 41.6666666667%;
    }

    .mp-md-6 {
        width: 50.0%;
    }

    .mp-md-7 {
        width: 58.3333333333%;
    }

    .mp-md-8 {
        width: 66.6666666667%;
    }

    .mp-md-9 {
        width: 75.0%;
    }

    .mp-md-10 {
        width: 83.3333333333%;
    }

    .mp-md-11 {
        width: 91.6666666667%;
    }

    .mp-md-12 {
        margin-left: 0;
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .mp-sm-1 {
        width: 8.33333333333%;
    }

    .mp-sm-2 {
        width: 16.6666666667%;
    }

    .mp-sm-3 {
        width: 25.0%;
    }

    .mp-sm-4 {
        width: 33.3333333333%;
    }

    .mp-sm-5 {
        width: 41.6666666667%;
    }

    .mp-sm-6 {
        width: 50.0%;
    }

    .mp-sm-7 {
        width: 58.3333333333%;
    }

    .mp-sm-8 {
        width: 66.6666666667%;
    }

    .mp-sm-9 {
        width: 75.0%;
    }

    .mp-sm-10 {
        width: 83.3333333333%;
    }

    .mp-sm-11 {
        width: 91.6666666667%;
    }

    .mp-sm-12 {
        margin-left: 0;
        width: 100%;
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    .mp-xs-1 {
        width: 8.33333333333%;
    }

    .mp-xs-2 {
        width: 16.6666666667%;
    }

    .mp-xs-3 {
        width: 25.0%;
    }

    .mp-xs-4 {
        width: 33.3333333333%;
    }

    .mp-xs-5 {
        width: 41.6666666667%;
    }

    .mp-xs-6 {
        width: 50.0%;
    }

    .mp-xs-7 {
        width: 58.3333333333%;
    }

    .mp-xs-8 {
        width: 66.6666666667%;
    }

    .mp-xs-9 {
        width: 75.0%;
    }

    .mp-xs-10 {
        width: 83.3333333333%;
    }

    .mp-xs-11 {
        width: 91.6666666667%;
    }

    .mp-xs-12 {
        margin-left: 0;
        width: 100%;
    }
}

@media (max-width: 480px) {
    .col-mp {
        width: 100%;
    }
}


/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}
/* 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;
}
