.btn .svg-icon {
  margin-right: 5px; }

@media (max-width: 1024px) {
  .page-title {
    font-size: 2.5rem; } }

@media (max-width: 767px) {
  .page-title {
    font-size: 2rem;
    margin: 0;
    padding-left: 0.5rem; } }

.link-primary:hover {
  text-decoration: underline; }

.cursor-pointer {
  cursor: pointer; }

.televendas-question-mark {
  width: 20px;
  fill: #666;
  margin: 0 5px; }

.select-box-epar {
  padding-top: 0;
  width: 168px; }

.select-box-epar-toggle {
  right: 25px;
  pointer-events: none; }

.ship-from-store-content {
  background-color: #f8f8f8;
  border-radius: 4px;
  padding: 20px 30px;
  margin-bottom: 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between; }
  @media (max-width: 767px) {
    .ship-from-store-content {
      flex-direction: column; } }

.ship-from-store-text h3 {
  font-size: 18px;
  margin: 0 0 5px 0;
  line-height: 22px;
  letter-spacing: normal;
  text-transform: none; }
  @media (max-width: 767px) {
    .ship-from-store-text h3 {
      text-align: center; } }

.ship-from-store-text p {
  font-size: 16px;
  margin: 0;
  line-height: 19px;
  font-weight: 300;
  letter-spacing: 0; }
  @media (max-width: 767px) {
    .ship-from-store-text p {
      text-align: center;
      margin-bottom: 5px; } }

.ship-from-store-about {
  text-align: center; }

.ship-from-store-about span {
  color: #333333;
  text-decoration: underline;
  cursor: pointer; }

.basket-item {
  display: block; }
  .basket-item .item--remove {
    min-width: 110px; }

.basket-heading > ul {
  margin: 0; }

.basket-item-warranty li {
  margin-bottom: 10px; }

@media (max-width: 1000px) {
  .basket-item-warranty .warranty-label {
    font-size: 12px; } }

.basket-item-warranty .extended-warranty {
  font-size: 14px;
  color: #666; }
  @media (max-width: 1000px) {
    .basket-item-warranty .extended-warranty {
      font-size: 12px; } }

.basket-item-warranty .extended-warranty ~ button {
  color: #666;
  text-decoration: underline;
  font-size: 12px; }

.sold-out .media-product__image {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.3;
  filter: alpha(opacity=30); }

.sold-out .link-default {
  text-decoration: line-through; }

.basket-item-quantity-value .form-control {
  border: 1px solid #ccc;
  display: inline-block;
  height: 40px;
  padding: 0.5rem 1.5rem 0.5rem 0.5em;
  box-shadow: none;
  max-width: 75px; }

.basket-item-quantity-value .selectbox {
  border-right: 0;
  max-width: 75px;
  margin: 0 auto; }

.basket-item-quantity-value .selectbox-toggle {
  right: 10px; }

.quantityInputBox {
  display: flex;
  flex-direction: row;
  border: 2px solid #e3e3e3;
  border-radius: 3px;
  justify-content: space-between;
  padding: 0 8px; }

.quantityIcon {
  cursor: pointer;
  width: 12px; }

.quantityInputBox input {
  width: 45px;
  height: 35px;
  border: none;
  text-align: center; }

.button--link {
  background-color: transparent;
  border: none; }
  .button--link:focus {
    outline: none; }
  .button--link:hover {
    text-decoration: underline; }
  .button--link:hover:disabled {
    text-decoration: none; }

.serviceDetails--icon {
  width: 14px;
  margin: 0 0 0 6px;
  position: relative;
  top: -2px;
  cursor: pointer; }

.LazyLoad {
  display: inline-block;
  vertical-align: middle; }

.button--link,
.select__quantity,
.select__quantity + svg {
  transition: background-color 0.2s linear, opacity 0.2s linear; }

.button--link.no-interaction,
.select__quantity:disabled,
.select__quantity:disabled + svg {
  background-color: #fff;
  opacity: 0.3; }

@media (max-width: 1024px) {
  .basket-item-description .media-heading {
    font-size: 16px; }
  .basket-item-description .seller-img-container {
    min-width: 30px; }
  .basket-item-description .rating-group {
    margin-top: 9px; }
  .basket-item-description .rating-total {
    margin-top: 11px; }
  .basket-item-total {
    font-size: 12px; }
  .selectbox {
    margin: 0; } }

@media (max-width: 1000px) {
  .basket-content {
    padding: 1rem 0 0 0;
    background: white; }
  .basket-freight-menu-wrapper {
    padding-top: 15px; }
    .basket-freight-menu-wrapper .column-gap-top-xs {
      padding-top: 15px; }
  .basket-item-freight {
    font-size: 12px;
    padding: 1.5rem 0; }
  .basket-item:last-of-type {
    border-bottom: none; }
  .basket-price {
    font-size: 16px;
    font-weight: bold; }
  .basket-item-quantity-value .selectbox {
    margin: 0; }
  .basket-item-wrapper > li {
    display: block;
    text-align: left; }
  .basket-item-description .seller-img-container {
    min-width: 30px;
    margin-right: 0; }
  .basket-item-description .rating-group,
  .basket-item-description .rating-total {
    margin-top: 9px; }
  .basket-item-quantity {
    width: 50%;
    padding: 0;
    float: left; }
    .basket-item-quantity .form-control {
      height: 50px; }
    .basket-item-quantity li {
      margin-bottom: 0; }
  .button--link {
    text-decoration: underline; }
  .item--remove {
    padding: 1.5rem 0;
    width: 100%;
    clear: both; } }

.basket-item-icon {
  width: 20px;
  height: 20px;
  margin-bottom: -5px; }

.urgency-sense-icon {
  width: 20px;
  height: 20px;
  float: left; }

.alert-urgency {
  margin: 0px;
  min-height: auto; }
  .alert-urgency .alert-content span {
    font-size: 12px; }

.alert.alert-prime {
  background-color: #000;
  margin: 0;
  min-height: 3.5rem;
  font-size: 12px; }

.basket-submarinoEsportes .basket-heading {
  background-color: #00adef;
  border-bottom: none; }
  .basket-submarinoEsportes .basket-heading > ul > li {
    color: #fff;
    vertical-align: middle; }
  .basket-submarinoEsportes .basket-heading .basket-store-logo {
    margin-left: 20px;
    line-height: 1; }
  .basket-submarinoEsportes .basket-heading .link-saiba-submarinoEsportes {
    color: #fff;
    margin-left: 10px;
    font-size: 12px; }

.basket-submarinoEsportes .basket-items {
  border-color: #00adef; }

@media (min-width: 1000px) {
  .basket-submarinoEsportes .basket-heading {
    border: 1px solid #e69107; }
  .basket-submarinoEsportes .basket-item:last-of-type {
    border-bottom: 1px solid #e69107; } }

.unavailable-product-svg {
  width: 40px;
  height: 30px; }

@media (max-width: 1000px) {
  .unavailable-product-svg {
    margin: 0 10px 0 0; } }

@media (min-width: 1025px) {
  .unavailable-product-svg {
    width: 60px;
    height: 50px; } }

@media (min-width: 1025px) {
  .unavailable-product-svg {
    width: 60px;
    height: 50px; } }

.basket-product {
  padding: 1rem 0;
  margin: 0 1rem;
  border-bottom: 1px solid #e9e9e9;
  flex-wrap: wrap; }
  @media (max-width: 1000px) {
    .basket-product:last-child {
      border-bottom: none; } }

.basket-productInfo__wrapper {
  display: flex;
  flex-wrap: wrap; 

}
  @media (max-width: 1000px) {
    .basket-productInfo__wrapper {
      display: grid;
      grid-template-columns: min-content;
      grid-template-rows: auto;
      grid-template-areas: 'productThumbnail productTitle productTitle' 'productThumbnail productFreightTime productFreightTime' 'productThumbnail productQuantity productPrice' 'productServices productServices productServices';
      grid-column-gap: 2rem;
      column-gap: 2rem; } }
  @media (min-width: 1000px) {
    .basket-productInfo__wrapper {
      align-items: center;
      flex-wrap: wrap; } }

.basket-productThumbnail {
  flex: 1;
  margin-right: 1rem; }
  @media (max-width: 1000px) {
    .basket-productThumbnail {
      grid-area: productThumbnail;
      align-self: flex-start;
      margin: 0;
      min-width: 60px; } }
  .basket-productThumbnail > a > img,
  .basket-productThumbnail > svg {
    width: 100%;
    height: 100%; }

.basket-productTitle__wrapper {
  width: 100%;
  margin-bottom: 1rem;
  order: -1; }
  @media (max-width: 1000px) {
    .basket-productTitle__wrapper {
      margin-bottom: 0;
      grid-area: productTitle; } }
  @media (min-width: 1000px) {
    .basket-productTitle__wrapper {
      margin-bottom: 0;
      margin-right: 5%;
      order: 0;
      flex: 3; } }

.basket-productTitle {
  font-size: 14px;
  line-height: 16px;
  color: #333;
  margin-bottom: 0.5rem;
  text-transform: initial; }
  @media (min-width: 1000px) {
    .basket-productTitle {
      margin-top: 0; } }

.basket-productSellerName {
  font-size: 13px;
  line-height: 14px;
  color: #999; }
  .basket-productSellerName > b {
    text-transform: initial; }

.basket-productDiffs {
  display: block;
  font-size: 12px;
  text-transform: capitalize; }
  .basket-productDiffs--value {
    text-transform: uppercase; }

.basket-productPrimeIcon {
  height: 25px;
  width: 60px;
  vertical-align: middle; }

.basket-productQuantity__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 70px; 
  order: 1;
}
  @media (max-width: 1000px) {
    .basket-productQuantity__wrapper {
      grid-area: productQuantity;
      flex-direction: column;
      justify-content: center;
      align-items: flex-start; } }
  @media (min-width: 1000px) {
    .basket-productQuantity__wrapper {
      flex-direction: column;
      align-items: flex-start;
       } }

.basket-productQuantity {
  width: 85px;
  align-items: center; }
  @media (min-width: 1000px) {
    .basket-productQuantity {
      margin: 0 auto; } }

.basket-productQuantity .quantityIcon.--disabled {
  cursor: auto;
  filter: grayscale(0.5);
  opacity: 0.4; }

.basket-productQuantity > select {
  padding-right: 6px; }

.basket-productRemoveAct__wrapper {
  display: block;
  width: 85px;
  text-align: center; }

.basket-productRemoveAct {
  color: #666;
  cursor: pointer;
  z-index: 2;
  text-transform: lowercase;
  font-size: 12px;
  margin-top: 10px; }
  @media (min-width: 1000px) {
    .basket-productRemoveAct {
      display: block; } }

.basket-productFreightTime__wrapper {
  margin-bottom: 0.5rem;
  text-align: center; }
  @media (max-width: 1000px) {
    .basket-productFreightTime__wrapper {
      text-align: left;
      line-height: 1.8;
      grid-area: productFreightTime;
      width: auto;
      border-bottom: 1px solid #efefef;
      margin-bottom: 1.8rem; } }
  @media (min-width: 1000px) {
    .basket-productFreightTime__wrapper {
      width: 140px;
      margin-bottom: 0;
      margin-left: 1%;
      margin-right: 2%; } }
  .basket-productFreightTime__wrapper .to-lower-case {
    text-transform: lowercase; }

.basket-productFreightTime {
  font-size: 12px;
  line-height: 14px;
  color: #666; }
  @media (min-width: 1000px) {
    .basket-productFreightTime {
      font-size: 14px;
      line-height: 16px; } }
  .basket-productFreightTime.--empty {
    display: none;
    color: #999;
    font-size: 12px;
    font-style: italic; }
    @media (min-width: 1000px) {
      .basket-productFreightTime.--empty {
        display: block; } }

.basket-productPrice__wrapper {
  order: 2;
}
  .basket-productPrice__wrapper > span {
    display: block; }
  @media (max-width: 1000px) {
    .basket-productPrice__wrapper {
      grid-area: productPrice;
      min-width: 100px;
      display: flex;
      flex-direction: column;
      justify-content: center; } }
  @media (min-width: 1000px) {
    .basket-productPrice__wrapper {
      margin-bottom: 0;
      margin-left: 1%;
      width: 95px; 
      padding-left: 1%;
    } }

.basket-productPrice {
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
  color: #333;
  margin-bottom: 0.25rem; }
  @media (max-width: 1000px) {
    .basket-productPrice {
      font-size: 16px; } }
  .basket-productPrice.--hasDiscount {
    font-size: 12px;
    text-decoration: line-through #666;
    color: #666;
    font-weight: normal; }
  .basket-productPrice.--discounted {
    font-size: 12px;
    line-height: 16px;
    color: #66ce02;
    margin-bottom: 0.25rem; }
    @media (min-width: 1000px) {
      .basket-productPrice.--discounted {
        font-size: 13px;
        line-height: 22px; } }
  .basket-productPrice.--preview {
    font-size: 12px;
    line-height: 16px;
    color: #333;
    margin-bottom: 0.25rem; }
    @media (min-width: 1000px) {
      .basket-productPrice.--preview {
        font-size: 13px;
        line-height: 22px; } }
  .basket-productPrice.--free {
    font-size: 12px;
    line-height: 16px;
    color: #666;
    margin-bottom: 0.25rem;
    font-weight: normal; }
    @media (min-width: 1000px) {
      .basket-productPrice.--free {
        font-size: 13px;
        line-height: 22px; } }

.basket-productUnitPrice {
  font-size: 12px; }

.basket-productServices {
  width: 100%;
  order: -1; }
  @media (max-width: 1000px) {
    .basket-productServices {
      grid-area: productServices; } }
  @media (min-width: 1000px) {
    .basket-productServices {
      order: 0;
      margin-left: 13.8%; } }

.basket-productWarnings {
  margin-left: auto; }
  .basket-productWarnings:not(:empty) {
    margin-top: 1rem; }
  .basket-productWarnings > :last-child {
    margin-bottom: 0rem; }
  @media (min-width: 1000px) {
    .basket-productWarnings {
      width: 100%;
      margin-left: 0; } }

.basket-productConditionTag__wrapper {
  display: inline-block; }

.basket-productConditionTag {
  font-size: 9px;
  margin: 0px; }

.basket-conditionRewrappedMessage {
  font-size: 12px;
  margin-bottom: 2px; }

.tags .basket-conditionRewrapped {
  margin-left: 0;
  margin-bottom: 8px;
  cursor: pointer; }

.basket-columns {
  display: none; }
  @media (min-width: 1000px) {
    .basket-columns {
      display: flex;
      padding: 1rem;
      border-bottom: 1px solid #e9e9e9; } }

.basket-column {
  margin: 0;
  color: #4a4a4a;
  font-size: 14px;
  line-height: 16px;
  width: 90px; }
  .basket-column.--textCentered {
    text-align: center; }
  .basket-column.--bigger {
    flex-grow: 1; }
  .basket-column.--freight {
    width: 140px; }
  .basket-column.--quantity {
    width: 85px; }
  .basket-column:not(.--quantity):not(.--bigger) {
    margin: 0 0; }

.basket-stickySummary {
  background: #fff;
  border-top: 1px solid #e9e9e9;
  box-shadow: rgba(0, 0, 0, 0.27) 0px -2px 12px -2px;
  border-bottom: none;
  z-index: 4;
  left: 0;
  margin: 0;
  position: fixed;
  width: 100%;
  padding: 1.6rem 2.6rem;
  transition: bottom 300ms ease;
  bottom: -200px; }
  .basket-stickySummary.--isVisible {
    bottom: 0px; }
    @media (min-width: 768px) {
      .basket-stickySummary.--isVisible {
        display: none; } }

.stickySummary-total__wrapper {
  border-bottom: none;
  font-size: 1.5rem; }

.stickySummary-total {
  text-transform: none; }

.multiplus-badge {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin: 10px 0px; }

.multiplus-badge p {
  line-height: normal;
  padding-left: 10px;
  font-size: 12px;
  color: #666666;
  font-family: Helvetica, Arial, sans-serif;
  margin: 0px; }

@keyframes pulse {
  0% {
    opacity: 1; }
  50% {
    opacity: 0.1; }
  100% {
    opacity: 1; } }

.basket-summary {
  min-width: 336px;
  max-width: 100%;
  background: #f8f8f8;
  padding: 1px 1.6rem 2.4rem;
  transition: 0.3s ease opacity; }
  .basket-summary.--loading::before {
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    margin: 50px auto;
    border: 3px solid #e60014;
    border-radius: 50%;
    border-left-color: transparent;
    border-bottom-color: transparent;
    animation: pulse 2s ease infinite, spin 0.5s linear infinite; }
  .basket-summary > :last-child {
    margin-bottom: 0; }
  @media (max-width: 335px) {
    .basket-summary {
      min-width: auto; } }
  @media (max-width: 1000px) {
    .basket-summary {
      margin-top: 2rem; } }

.summary-title {
  color: #333;
  margin: 2.4rem 0; }
  @media (max-width: 1024px) {
    .summary-title {
      font-size: 20px;
      margin-top: 21px;
      margin-bottom: 10.5px;
      line-height: 1.1; } }
  @media (max-width: 767px) {
    .summary-title {
      font-size: 16px;
      margin-bottom: 2rem; } }

.summary-details {
  padding-left: 0;
  padding-bottom: 1.2rem;
  border-bottom: 1px solid #d8d8d8; }
  @media (max-width: 767px) {
    .summary-details {
      padding-bottom: 1.8rem; } }

.summary-detail, .otherDiscounts-discount {
  list-style: none;
  display: flex;
  justify-content: space-between;
  padding: 0.4rem 0; }
  @media (max-width: 767px) {
    .summary-detail, .otherDiscounts-discount {
      padding: 0.1rem 0;
      font-size: 14px; } }

.summary-detail.-discount, .-discount.otherDiscounts-discount {
  color: #66ce02; }

.summary-detail.-discount .price, .-discount.otherDiscounts-discount .price {
  text-transform: none; }

.summary-detail.-freightNotSelected span:last-child, .-freightNotSelected.otherDiscounts-discount span:last-child {
  padding: 0 2rem; }

.--summary.summary-total__wrapper, .--summary.stickySummary-total__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 1.2rem;
  margin-top: 1.6rem; }
  .--summary.summary-total__wrapper > :last-child, .--summary.stickySummary-total__wrapper > :last-child {
    padding: 0.4rem 0; }
  .--summary.summary-total__wrapper > span, .--summary.stickySummary-total__wrapper > span {
    color: #333;
    font-size: 1.8rem;
    font-weight: bold; }

.--summary .summary-total {
  text-transform: none; }
  .--summary .summary-total + .summary-totalInstallments {
    padding: 0.4rem 0;
    text-align: right;
    font-size: 14px;
    width: 100%;
    text-transform: none; }

.--summary .summary-totalInstallments {
  padding-bottom: 0;
  align-self: flex-end;
  font-size: 14px;
  text-transform: none;
  width: initial; }
  .--summary .summary-totalInstallments + .summary-total {
    text-align: right;
    width: 100%;
    margin-bottom: 20px; }
    .--summary .summary-totalInstallments + .summary-total > span {
      font-weight: normal;
      font-size: 14px; }

.--summary .summary-preview {
  width: 100%;
  font-size: 12px;
  color: #66ce02;
  text-align: right;
  padding: 0.4rem 0;
  margin-bottom: 0;
  line-height: 1.5; }
  .--summary .summary-preview .brand-card {
    text-transform: none; }
  .--summary .summary-preview:first-of-type {
    margin-top: 0; }
  .--summary .summary-preview > b,
  .--summary .summary-preview > span {
    text-transform: none; }
  .--summary .summary-preview.--WALLET {
    color: #f20057; }
    .--summary .summary-preview.--WALLET > span {
      font-weight: bold; }

.summary-otherDiscounts {
  border-bottom: 1px solid #d8d8d8; }

#otherDiscountsToggler {
  display: none; }

.otherDiscounts-btn {
  color: #66ce02;
  display: block;
  padding: 1rem 0;
  margin-bottom: 0;
  cursor: pointer;
  position: relative; }
  .otherDiscounts-btn::after {
    content: '';
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    border-bottom: 2px solid currentColor;
    border-left: 2px solid currentColor;
    right: 10px;
    top: 50%;
    margin-top: -8px;
    transform: rotate(-45deg); }

.otherDiscounts-discounts {
  padding-left: 0;
  padding-bottom: 1rem;
  display: none; }

.otherDiscounts-discount {
  color: #66ce02;
  padding: 0.25rem 0; }

#otherDiscountsToggler:checked ~ .otherDiscounts-btn::after {
  transform: rotate(135deg);
  margin-top: -5px; }

#otherDiscountsToggler:checked ~ .otherDiscounts-discounts {
  display: block; }

.summary-buyBtn.summary-buyBtn {
  margin-top: 24px;
  font-size: 16px; }

.pickUpInStore-storeLink-add {
  display: block;
  text-align: center;
  margin-top: 20px;
  text-decoration: underline; }

.summary-understandTheRules {
  color: #666;
  line-height: 1.5;
  margin: 13px 0;
  text-align: center; }
  @media (max-width: 767px) {
    .summary-understandTheRules {
      font-size: 14px; } }

.summary-crossborder-terms-conditions {
  color: #666;
  line-height: 1.5;
  font-size: 11px;
  margin: 0.8rem 0;
  text-align: center; }
  @media (max-width: 767px) {
    .summary-crossborder-terms-conditions {
      font-size: 11px; } }

.summary-acom-plus-free-freight-wrapper.--opened {
  height: 60px;
  transition: height 100ms linear;
  animation: fade-in-fwd 400ms cubic-bezier(0.39, 0.575, 0.565, 1) both; }
  @media (max-width: 1000px) {
    .summary-acom-plus-free-freight-wrapper.--opened {
      height: 48px; } }
  @media (max-width: 610px) {
    .summary-acom-plus-free-freight-wrapper.--opened {
      height: 70px; } }
  @media (max-width: 338px) {
    .summary-acom-plus-free-freight-wrapper.--opened {
      height: 92px; } }

.summary-acom-plus-free-freight-wrapper.--closed {
  height: 0px;
  transition: height 100ms linear; }

.summary-acom-plus-free-freight {
  padding: 2.4rem 0.4rem 0;
  display: flex;
  align-items: center;
  font-size: 13px; }
  @media (max-width: 1000px) {
    .summary-acom-plus-free-freight {
      padding: 26px 0px 0;
      font-size: 15px; } }
  .summary-acom-plus-free-freight img {
    width: 61px;
    height: auto;
    margin-right: 16px; }

@keyframes fade-in-fwd {
  0% {
    transform: translateZ(-80px);
    opacity: 0; }
  100% {
    transform: translateZ(0);
    opacity: 1; } }

.modal-content {
  max-width: 850px;
  min-width: 320px;
  margin: 25vh auto 10px; }
  .modal-content h2 {
    font-size: 22px; }
  .modal-content .margin-bottom-xs {
    margin-bottom: 5px; }
  .modal-content.modal-article {
    margin-top: 2vh;
    margin-bottom: 2vh; }
    .modal-content.modal-article article,
    .modal-content.modal-article .modal-body,
    .modal-content.modal-article iframe {
      height: 100%; }

.modal-max-quantity {
  padding-top: 2rem; }

.modal-tel {
  font-size: 13px; }
  .modal-tel a {
    display: inline-block;
    font-size: 18px;
    margin-bottom: 5px; }

.televendas-list {
  padding-left: 15px;
  color: #333; }
  .televendas-list li {
    margin-bottom: 5px;
    font-size: 13px; }

.modal-close:focus {
  outline: none; }

.modal-close .icon-close {
  width: 30px;
  height: 30px;
  fill: #666;
  top: 0px;
  right: 0px; }

.fade-appear.modal-backdrop,
.fade-enter.modal-backdrop,
.fade-leave.fade-leave-active.modal-backdrop {
  opacity: 0; }

.fade-appear.fade-appear-active.modal-backdrop,
.fade-enter.fade-enter-active.modal-backdrop,
.fade-leave.modal-backdrop {
  opacity: 1; }

.fade-appear-active.modal-backdrop,
.fade-enter-active.modal-backdrop,
.fade-leave-active.modal-backdrop {
  transition: opacity 200ms ease-in; }

.modal-backdrop {
  background-color: rgba(0, 0, 0, 0.4);
  overflow-y: auto; }

.modal-submarinoEsportes {
  overflow-y: scroll;
  overflow-x: hidden; }
  .modal-submarinoEsportes .thumbnail > img {
    margin-top: -15px;
    margin-bottom: -25px;
    max-width: 115px; }

@media (max-width: 991px) {
  .modal-content {
    position: relative;
    width: 75vw; }
  .modal-tel a {
    margin-bottom: 0;
    text-decoration: underline; }
  .modal-max-quantity h2 {
    margin-bottom: 5px; } }

@media (max-width: 767px) {
  .modal-content {
    width: 95vw;
    min-width: 320px;
    margin: 2vh auto 10px;
    height: initial;
    min-height: initial; }
  .list-assisted-sales.row {
    display: block; }
  .modal-tel {
    margin-bottom: 30px;
    font-size: 13px; }
    .modal-tel a {
      font-size: 16px;
      margin-bottom: 0; }
  .televendas-list {
    font-size: 13px; }
  .modal-close .icon-close {
    top: 0px;
    right: 0px; } }

@media (min-width: 768px) {
  .modal-close {
    right: 20px;
    top: 20px;
    font-size: 18px; } }

.quantityLockWarning__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center; }

.quantityLockWarning-btn {
  margin: 20px 0;
  padding-left: 30px;
  padding-right: 30px; }

.freight-prime span.prime-know-more-link {
  font-weight: 400; }

input[type='radio']:checked ~ label .prime-know-more-link {
  margin-right: -2px; }

.svg-icon-prime,
.basket-acom-plus-icon {
  margin: -8px 5px -7px;
  width: 6rem; }

@media (max-width: 359px) {
  .basket-acom-plus-icon {
    margin: -8px 5px 10px; } }

.freight-optionPrice.basket-acom-plus-free-freight {
  background-color: #21bbd3;
  color: #ffffff;
  font-weight: bold;
  padding: 4px 12px;
  border-radius: 20px;
  margin-left: 5px;
  text-transform: lowercase; }
  @media (max-width: 1000px) {
    .freight-optionPrice.basket-acom-plus-free-freight {
      display: inline-block;
      margin-top: 10px; } }

.svg-icon-atomic-prime {
  margin: -4px 0 -7px;
  height: 30px;
  width: 123px; }

.basket-freight-menu-wrapper {
  display: block; }

.basket-freight-menu {
  padding: 0px;
  border: 0px; }
  .basket-freight-menu .alert {
    margin-bottom: 0px; }
  .basket-freight-menu.animate-height.loading {
    max-height: 175px; }
  .basket-freight-menu .freight-options-list {
    margin-top: 10px; }
  .basket-freight-menu .list-unstyled {
    margin-top: 0px;
    margin-bottom: 10px; }
  .basket-freight-menu .basket-freight-warning {
    font-size: 13px;
    color: #666; }
    .basket-freight-menu .basket-freight-warning strong {
      color: #333; }
  .basket-freight-menu .radio.radio-bordered {
    position: relative;
    background-color: #f6f6f6;
    margin-bottom: 3px; }
    .basket-freight-menu .radio.radio-bordered input[type='radio']:checked ~ label {
      margin: -1px -1px -1px;
      padding-top: 21px;
      padding-bottom: 20px;
      border: 0px;
      box-shadow: none; }
    .basket-freight-menu .radio.radio-bordered label {
      border: 0px; }
      .basket-freight-menu .radio.radio-bordered label:before {
        transition: border-color 200ms ease-in-out;
        background-color: white; }
      .basket-freight-menu .radio.radio-bordered label:hover:before {
        border-color: #333; }
    .basket-freight-menu .radio.radio-bordered input[type='radio'][name='freight-option'] ~ label:before {
      top: 50%;
      transform: translateY(-50%); }
    .basket-freight-menu .radio.radio-bordered input[type='radio'][name='freight-option'] ~ label:after {
      top: 50%;
      transform: translateY(-50%); }
  .basket-freight-menu .input-box {
    margin-bottom: 0px; }

@media (min-width: 1000px) and (max-width: 1024px) {
  .basket-freight-menu.animate-height.loading {
    max-height: 205px; }
  .basket-freight-menu .prime-know-more-link {
    float: none;
    display: block; }
  .table-summary-basket {
    min-height: 205px; } }

@media (max-width: 1000px) {
  .basket-freight-menu-wrapper {
    padding: 0 15px 15px; }
  .basket-freight-menu {
    padding: 10px;
    border: 1px solid #e5e5e5; }
    .basket-freight-menu .prime-know-more-link {
      float: none; }
    .basket-freight-menu .input-group .form-control {
      max-width: 100px;
      padding: 0.5rem;
      height: 3.8rem;
      margin: 0 5px 0 -1rem; }
    .basket-freight-menu .input-group .input-group-btn {
      width: 104px; }
    .basket-freight-menu .input-group .btn {
      padding-top: 6px;
      padding-bottom: 6px; }
    .basket-freight-menu .delivery-warning-message {
      display: none; } }

.feedback-message {
  padding-top: 10px; }

/*
#######################
## NEW SIMPLE BASKET ##
#######################
*/
.basket-freight {
  margin-top: 2rem; }

.freightForm {
  display: flex;
  flex-wrap: wrap;
  align-items: center; }

.freightForm-input__wrapper {
  display: flex;
  margin-bottom: 0;
  align-items: center; }

.freightForm-inputLabel {
  margin-right: 10px; }

.freightForm-input {
  border: 1px solid #ccc;
  vertical-align: middle;
  font-size: 16px;
  color: #999;
  padding: 0px;
  padding-top: 3px;
  padding-left: 7px;
  height: 43px;
  width: 130px; }
  .freightForm-input:focus {
    outline: none;
    border-color: #00adef; }

.freightForm-okBtn.freightForm-okBtn {
  font-size: 1.6rem;
  padding: 0.75rem 1.5rem;
  margin: 0 10px; }

.freightForm-doNotKnowPostalCodeLink {
  color: #666;
  display: inline-block;
  margin-bottom: 0px; }

.primeInfoLink {
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%); }
  @media (max-width: 1000px) {
    .primeInfoLink {
      position: static;
      transform: none;
      margin-top: 10px; } }

.freightOption-primeTrialMessage {
  margin-top: 5px;
  margin-bottom: 0;
  display: inline-block;
  margin-left: 5px; }

.freight-optionPrice__wrapper {
  display: inline-block;
  margin-left: 3px; }

.freight-optionOriginalPrice__wrapper {
  display: inline-block; }

.freight-optionOriginalPrice {
  color: #66ce02; }

.freight-optionPrice {
  text-transform: uppercase; }
  .freight-optionPrice.--free {
    text-transform: inherit;
    color: #66ce02; }
  .freight-optionPrice.--hasDiscount {
    font-size: 12px;
    text-decoration: line-through #666;
    color: #666;
    font-weight: normal; }

.freightOption-icon {
  width: 14px;
  margin: 0 0 0 6px;
  position: relative;
  top: -1px; }

.basket-freightPrimeIcon {
  vertical-align: bottom;
  margin: 0;
  height: 20px;
  margin-right: 5px; }

@media (max-width: 1000px) {
  .basket-freight {
    margin-top: 1rem; }
  .freightForm {
    flex-wrap: wrap;
    align-items: stretch; }
  .freightForm-input__wrapper {
    flex-direction: column;
    align-items: flex-start;
    border: 1px solid #ccc;
    padding: 7px 10px;
    flex-grow: 1; }
  .freightForm-inputLabel {
    margin: 0;
    color: #999;
    font-size: 12px; }
  .freightForm-input {
    border: 0;
    padding: 0;
    height: initial;
    color: unset;
    outline: none; }
  .freightForm-okBtn.freightForm-okBtn {
    margin-right: 0;
    padding: 0 20px; }
  .freightForm-doNotKnowPostalCodeLink {
    width: 100%;
    margin: 3px 0; } }

.feedback-message {
  overflow: hidden;
  max-height: 600px;
  opacity: 1;
  transition: max-height 0.5s ease, opacity 0.5s ease; }
  .feedback-message.leave {
    max-height: 0;
    opacity: 0; }

.recommendation {
  position: relative;
  margin: 5px 0 0; }
  .recommendation.loading-recommendation .btn.btn-recommendation-prev,
  .recommendation.loading-recommendation .btn.btn-recommendation-next {
    display: none; }
  .recommendation .basket-loading {
    display: none; }
  .recommendation .recommendation-container {
    position: relative; }
  .recommendation .basket-loading.loading {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    background-color: #fff;
    z-index: 100; }

.mobile-only .recommendation {
  display: none; }

.panel-title {
  color: #666;
  margin-bottom: 20px; }

.recommendation-container {
  transition: opacity 200ms ease-in-out;
  opacity: 1;
  overflow: hidden;
  margin: 0 0 30px;
  min-height: 130px; }

.recommendation-list {
  width: 10000px;
  margin-left: 0;
  overflow: hidden; }

.recommendation-item {
  width: 312px;
  height: 150px;
  padding: 0 10px;
  list-style: none;
  float: left;
  position: relative;
  transition: transform 400ms ease-in-out;
  flex-shrink: 0; }
  @media (max-width: 767px) {
    .recommendation-item {
      width: 250px; } }

.item-image {
  float: left;
  width: 40%;
  height: 113px;
  cursor: pointer; }
  .item-image img {
    width: 100%; }

.item-details {
  float: left;
  width: 54%;
  margin-left: 4%;
  position: relative; }

.item-name {
  color: #666;
  margin: 0 0 8px;
  font-size: 14px;
  font-weight: 400;
  max-height: 3.5em;
  overflow: hidden;
  line-height: 16px;
  width: 20ch;
  cursor: pointer; }

.item-priceline {
  font-size: 12px;
  font-weight: 400;
  color: #828282;
  margin-bottom: 5px; }

.item-salesprice {
  width: 100%;
  font-size: 20px;
  font-weight: 900; }

.item-salespricesmall {
  width: 100%;
  font-size: 14px;
  font-weight: 900; }

.btn-add-basket {
  margin: 0px 0 0 4%;
  display: block;
  float: left; }

.btn-recommendation-prev:focus,
.btn-recommendation-next:focus {
  outline: none; }

.loading-recommendation {
  opacity: 0.3; }

.recommendation-sku-list {
  position: relative;
  display: inline-block;
  padding: 0 10px 10px;
  width: 60%; }
  .recommendation-sku-list .selectbox-toggle {
    top: 22px;
    right: 20px; }

@media (max-width: 1280px) {
  .recommendation {
    display: none; }
  .mobile-only .recommendation {
    display: block !important; }
    .mobile-only .recommendation .panel-title {
      margin-left: 0.5rem;
      margin-top: 1rem;
      font-size: 2rem; }
    .mobile-only .recommendation .recommendation-container {
      margin: 0; }
      .mobile-only .recommendation .recommendation-container .recommendation-list {
        width: inherit;
        flex-direction: row;
        flex-wrap: nowrap;
        display: flex;
        overflow-x: scroll; }
      .mobile-only .recommendation .recommendation-container .panel .recommendation > div {
        width: inherit;
        flex-direction: row;
        flex-wrap: nowrap;
        display: flex;
        overflow-x: scroll; }
    .mobile-only .recommendation .btn-recommendation-prev,
    .mobile-only .recommendation .btn-recommendation-next {
      display: none; } }

.basket-comboVIP {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1.6rem;
  opacity: 1;
  transition: 0.25s ease opacity;
  position: relative; }
  .basket-comboVIP.--clicked, .basket-comboVIP.--loading {
    filter: grayscale(0.5);
    opacity: 0.4; }
    .basket-comboVIP.--clicked::before, .basket-comboVIP.--loading::before {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      z-index: 2;
      cursor: wait; }
  .basket-comboVIP.--onCart {
    display: none;
    opacity: 0; }

.comboVIP-title {
  font-size: 2rem;
  color: #333;
  width: 100%;
  margin-bottom: 2rem; }

.comboVIP-details__wrapper {
  display: flex; }

.comboVIP-productThumb {
  width: 100px;
  height: 100px;
  min-height: 100px;
  min-width: 100px;
  margin-right: 1rem; }
  .comboVIP-productThumb > img {
    width: 100%; }

.comboVIP-details {
  display: flex;
  flex-direction: column;
  align-items: flex-start; }

.comboVIP-productTitle {
  font-size: 14px;
  color: #666;
  margin-bottom: 3px; }

.comboVIP-productPrice {
  font-size: 16px;
  color: #333;
  font-weight: bold; }

.comboVIP-productInstallments {
  font-size: 12px;
  color: #666;
  margin-bottom: 3px; }
  .comboVIP-productInstallments.--empty {
    opacity: 0;
    height: 17px; }

.comboVIP-addToCart {
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 5px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3); }

#basket-wedding-message {
  margin-top: 3rem; }

.basket-wedding-message {
  background: #eee;
  padding: 20px;
  margin-bottom: 30px; }

.wedding-header-text {
  margin-bottom: 0px; }

.svg-wedding {
  height: 58px;
  width: 58px;
  margin-right: 5px; }
  @media (max-width: 991px) {
    .svg-wedding {
      height: 50px;
      width: 44px; } }

.quiosque-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #eee;
  padding: 10px 20px; }

.quiosque-question-mark {
  width: 20px;
  fill: #666;
  margin: 0 5px; }

.basket__wrapper {
  display: flex;
  padding-bottom: 100px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) min-content;
  grid-template-rows: auto;
  grid-template-areas: 'title title' 'productsandfreight summary';
  column-gap: 2rem; }
  .basket__wrapper:first-child {
    margin-top: 50px; }

@media (max-width: 1000px) {
    .basket__wrapper {
        grid-template-columns: minmax(0, 1fr);
        grid-template-areas: 'title' 'productsandfreight' 'summary';
        margin: 0 -5px;
        padding: 0 1rem;
    }
    .basket__wrapper:first-child {
        margin-top: 1.5rem;
    }
}


.basket__wrapperParceiro {
    display: flex;
    padding-bottom: 100px;
    display: grid;
    grid-template-rows: auto;
    grid-template-areas: 'title title' 'summary productsandfreight';
    column-gap: 2rem;
}

    .basket__wrapperParceiro:first-child {
        margin-top: 50px;
    }

@media (max-width: 1000px) {
    .basket__wrapperParceiro {
        grid-template-areas: 'title' 'summary' 'productsandfreight';
        margin: 0 -5px;
        padding: 0 1rem;
    }

        .basket__wrapperParceiro:first-child {
            margin-top: 1.5rem;
        }
}


.basket-title {
  grid-area: title;
  background-color: transparent;
  font-size: 24px;
  margin-bottom: 12px;
  padding: 0; }
  .basket-title > h2 {
    margin: 0; }

.productsandfreight__wrapper {
  grid-area: productsandfreight; }

.pickUpInStoreBanner__wrapper {
  grid-area: pickUpInStoreBanner; }

.o2oRecommendation {
  grid-area: recommendation; }

.basket-products {
  grid-area: productList; }
  @media (min-width: 1000px) {
    .basket-products {
      margin-top: 24px; } }

.basket-productsParceiro {
    grid-area: productList;
}
@media (min-width: 1000px) {
    .basket-productsParceiro {
        margin-top: 24px;
        min-width: max-content;
    }
}

.basket-freight {
  grid-area: freightMenu; }

.basket-summary {
  grid-area: summary;
  align-self: start; }

.basket-comboVIP {
  padding: 0 1.6rem;
  grid-area: summary; }

.sticky-content {
  display: none; }

@media (min-width: 1000px) {
  .basket-item-wrapper .basket-item-description {
    width: 55%; }
  .basket-item-wrapper > li {
    width: 15%; }
  .basket-heading > ul li:first-child {
    width: 55%; }
  .basket-heading > ul li {
    width: 15%; } }

@media (min-width: 1000px) {
  .basket-item {
    font-size: 14px; } }

.page-title {
  margin: 1.5rem 0; }

.page-title:before {
  width: 0; }

.basket-items {
  border: none; }

@media (max-width: 1000px) {
  .basket-items {
    background: #fff;
    border: 1px solid #e5e5e5; }
  .basket-item:last-of-type {
    border-bottom: 1px solid #e5e5e5; } }

.basket-item .item--remove {
  min-width: initial; }

.alert.alert {
  border-radius: 4px;
  min-height: 3em; }

.alert-content {
  padding: 0;
  padding-right: 10px;
  font-size: 12px; }
  @media (max-width: 767px) {
    .alert-content {
      padding: 10px 0;
      padding-right: 10px; } }

.alert-content .link-primary {
  text-decoration: underline; }

.alert.alert.alert .alert-status {
  background-color: transparent;
  padding: 0 10px;
  height: 39px; }

.alert.alert.alert.alert-warning .alert-status > svg.svg-icon {
  fill: #f2c832; }

.alert.alert.alert.alert-info .alert-status > svg.svg-icon {
  fill: #00adef; }

.alert.alert.alert.alert-success .alert-status > svg.svg-icon {
  fill: #40cd28; }

.alert.alert.alert.alert-error .alert-status > svg.svg-icon {
  fill: #ff2b4e; }

.alert.alert .alert-close {
  padding: 10px;
  padding-left: 0; }

.pickUpInStoreModal__wrapper {
  max-width: 600px; }

.pickUpInStoreContent__wrapper {
  padding: 25px 20px 20px 20px; }
  @media (min-width: 736px) {
    .pickUpInStoreContent__wrapper {
      max-height: 400px;
      overflow-y: auto; } }

.pickUpInStoreButton__wrapper {
  padding-top: 10px; }

.pickUpInStoreModal-title {
  margin-top: 15px;
  margin-left: 20px;
  margin-right: 35px; }
  @media (max-width: 1024px) {
    .pickUpInStoreModal-title {
      font-size: 20px;
      margin-top: 5px;
      margin-left: 5px;
      margin-right: 5px; } }

.pickUpInStoreModal-text {
  width: 100%;
  margin-bottom: 20px;
  margin-top: 0; }
  @media (max-width: 1024px) {
    .pickUpInStoreModal-text {
      font-size: 14px; } }

.pickUpInStoreModal-message {
  color: #666; }

.pickUpInStoreModal-pickUpInStoreItem {
  padding: 15px 0; }

.pickUpInStoreItem-info__wrapper.pickUpInStoreItem-info__wrapper {
  display: flex;
  align-items: center;
  padding-left: 30px; }

.pickUpInStoreItem-message {
  margin-bottom: 5px; }

.pickUpInStoreItem__wrapper {
  align-items: center;
  display: flex;
  margin-top: 10px;
  margin-left: 30px; }

.pickUpInStoreItem-thumb__wrapper {
  border: 1px solid #e5e5e5;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center; }

.pickUpInStoreItem-thumb {
  max-width: 27px;
  max-height: 27px; }

.pickUpInStoreItem-name {
  font-size: 1.1rem;
  line-height: 1.4;
  text-transform: none;
  margin: 0;
  margin-left: 10px;
  width: 250px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.pickUpInStoreItem-icon {
  width: 35px;
  height: 50px; }

.pickUpInStoreModal-notPickUpInStoreItem {
  padding: 20px 0; }

.notPickUpInStoreItem-message.notPickUpInStoreItem-message {
  padding-left: 30px; }

.pickUpInStoreItem-moreThanOneUnityMessage {
  font-size: 1.6rem;
  margin-top: 1rem;
  padding-left: 5rem; }

.pickUpInStoreModal-continueAction {
  margin: 0 auto 17px;
  display: block;
  padding: 15px 50px; }

.pickUpStore-address {
  display: block;
  font-size: 12px; }

.pickUpInStoreBanner__wrapper {
  width: 100%;
  border: 1px solid #e3e3e3;
  padding: 15px;
  display: flex;
  justify-content: space-between; }
  @media (max-width: 736px) {
    .pickUpInStoreBanner__wrapper {
      align-items: center;
      flex-direction: column; } }

.pickUpInStoreBanner-icon {
  fill: #e60014;
  width: 28px;
  height: 36px; }

.pickUpInStoreBanner-logo {
  display: flex;
  align-items: center; }
  @media (max-width: 736px) {
    .pickUpInStoreBanner-logo {
      margin-bottom: 8px; } }

.pickUpInStoreBanner-logo-title {
  font-size: 20px;
  font-weight: bold;
  text-transform: lowercase;
  margin-left: 8px; }
  .pickUpInStoreBanner-logo-title > span {
    color: #e60014; }

.pickUpInStoreBanner-storeInfo {
  margin-top: 5px; }

.pickUpInStoreBanner-storeInfo-name {
  font-weight: bold; }

.pickUpInStoreBanner-storeLink {
  align-items: center;
  display: flex; }

.pickUpInStoreBanner-storeLink a {
  margin: 5px 15px; }

@media (max-width: 1000px) {
  .o2oRecommendation {
    margin-top: 24px; } }

.o2oRecommendation--title {
  color: #4a4a4a;
  font-size: 14px; }

.o2oRecommendation--item {
  min-width: 212px;
  height: 99px;
  display: flex;
  margin-right: 24px;
  border-radius: 8px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2); }
  .o2oRecommendation--item:last-child {
    margin-right: 0; }
  .o2oRecommendation--item.--error {
    animation: wobble-hor-bottom 0.8s ease-out both; }
  .o2oRecommendation--item.--success {
    animation: remove-from-rec 0.8s ease-out; }

.o2oRecommendation--image {
  width: 100%;
  max-width: 84px;
  height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10px; }
  .o2oRecommendation--image > img {
    width: 100%;
    height: auto; }

.o2oRecommendation--item-info {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 13px; }

.o2oRecommendation--productName {
  width: 97px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px;
  margin-bottom: 5px; }

.o2oRecommendation--productPrice {
  font-size: 16px;
  color: #030303;
  font-weight: bold;
  margin-bottom: 9px; }

.o2oRecommendation--addToBasket {
  font-size: 12px;
  text-decoration: underline;
  cursor: pointer; }
  .o2oRecommendation--item.--loading .o2oRecommendation--addToBasket {
    color: transparent;
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center; }
    .o2oRecommendation--item.--loading .o2oRecommendation--addToBasket::before {
      content: '';
      position: absolute;
      width: 10px;
      height: 10px;
      border: 2px solid #e60014;
      border-top-color: transparent;
      border-left-color: transparent;
      border-radius: 100%;
      animation: pulse 2s ease infinite, spin 0.5s linear infinite; }

@keyframes wobble-hor-bottom {
  0%,
  100% {
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    transform: translateX(0%);
    transform-origin: 50% 50%; }
  15% {
    transform: translateX(-30px) rotate(-6deg); }
  30% {
    transform: translateX(15px) rotate(6deg); }
  45% {
    transform: translateX(-15px) rotate(-3.6deg);
    box-shadow: 0 1px 4px red; }
  60% {
    transform: translateX(9px) rotate(2.4deg); }
  75% {
    transform: translateX(-6px) rotate(-1.2deg); } }

@keyframes remove-from-rec {
  0% {
    opacity: 1; }
  50% {
    opacity: 0;
    min-width: 212px;
    width: 212px;
    margin-right: 24px; }
  100% {
    opacity: 0;
    min-width: 0px;
    width: 0px;
    margin-right: 0px; } }

.error-page-container {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  margin-top: 50px; }

.btn-home {
  margin-top: 20px;
  width: 300px; }

.error-title {
  text-align: center; }

.content__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 370px; }

.not-found-icon {
  width: 201px; }

@media (max-width: 767px) {
  .error-page-container {
    flex-direction: column; }
  .not-found-icon {
    margin-bottom: 20px; } }

.coupon {
  margin-top: 2rem; }

.couponHeader {
  display: flex; }

.couponTitle {
  color: #666666;
  margin-bottom: 20px;
  vertical-align: middle;
  font-size: 22px;
  margin-top: 0px; }
  @media (max-width: 1024px) {
    .couponTitle {
      font-size: 14px; } }

.couponRules {
  cursor: pointer;
  color: #e60014;
  margin: 0;
  padding-left: 11px;
  font-size: 12px;
  text-decoration: underline;
  font-weight: 500;
  line-height: 2; }
  .couponRules:hover {
    opacity: 0.7; }
  @media (max-width: 1024px) {
    .couponRules {
      line-height: 1.4; } }

.couponSuggestions {
  display: flex;
  height: 85px;
  margin-bottom: 30px; }

.couponSuggestionIcon {
  margin: 10px 20px;
  margin-left: 30px; }
  @media (max-width: 1024px) {
    .couponSuggestionIcon {
      margin-right: 0;
      margin-left: 10px; } }

.couponSuggestionInfo {
  display: flex;
  flex-direction: column;
  margin: auto 10px; }
  @media (max-width: 320px) {
    .couponSuggestionInfo {
      margin: auto 5px; } }

.actualCoupon {
  display: flex;
  position: relative;
  box-shadow: 0px 0px 6px -1px rgba(138, 138, 138, 0.4); }
  .actualCoupon.--noArrow {
    padding-right: 20px; }
  .actualCoupon.--arrow:after {
    content: '';
    position: absolute;
    left: 100%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 44px 0 43px 20px;
    border-color: transparent transparent transparent #fff;
    filter: drop-shadow(2px 1px 0px rgba(138, 138, 138, 0.1)); }
    @media (max-width: 320px) {
      .actualCoupon.--arrow:after {
        border-width: 44px 0 43px 10px;
        padding-left: 10px; } }
  @media (max-width: 768px) {
    .actualCoupon {
      flex-grow: 1; } }

@media (max-width: 1024px) {
  .couponMinPrice {
    font-size: 1.25rem; } }

.couponMinPrice-price {
  font-weight: bold; }
  @media (max-width: 1024px) {
    .couponMinPrice-price {
      font-size: 1.25rem; } }

.couponId {
  font-size: 12px; }

.couponDiscount {
  font-weight: bold;
  font-size: 18px;
  line-height: 1; }
  @media (max-width: 1024px) {
    .couponDiscount {
      font-size: 1.25rem; } }

.applyCouponButton-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 50px; }
  @media (max-width: 768px) {
    .applyCouponButton-wrapper {
      margin-left: 0; } }

.applyCouponButton {
  border: none;
  color: #e60014;
  height: 20px;
  outline: none;
  background: none; }
  .applyCouponButton:hover {
    opacity: 0.7; }
  .applyCouponButton:disabled {
    opacity: 0.4; }
  @media (max-width: 380px) {
    .applyCouponButton {
      font-size: 1.25rem; } }

.nextCoupon {
  display: flex;
  background-color: #f8f8f8;
  flex-grow: 1; }
  @media (max-width: 1024px) {
    .nextCoupon {
      padding-left: 20px; } }
  @media (max-width: 768px) {
    .nextCoupon {
      display: none; } }

.buyMore {
  text-decoration: underline; }

.showAllCouponsButton {
  padding: 5px;
  margin: 0;
  border: none;
  background-color: #68686814;
  outline: none; }
  @media (max-width: 768px) {
    .showAllCouponsButton {
      padding-right: 20px;
      padding-left: 30px; } }
  @media (max-width: 320px) {
    .showAllCouponsButton {
      padding-right: 5px;
      padding-left: 10px; } }

.showAllCouponsButtonLabel-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between; }

.showAllCouponsButtonLabel-plus {
  font-size: 40px;
  height: 40px;
  line-height: 1; }
  @media (max-width: 380px) {
    .showAllCouponsButtonLabel-plus {
      font-size: 30px; } }

.showAllCouponsButtonLabel-seeAll {
  width: 50px;
  text-align: center;
  font-size: 12px; }
  @media (max-width: 380px) {
    .showAllCouponsButtonLabel-seeAll {
      width: 38px; } }

.couponModal-container {
  display: flex;
  flex-wrap: wrap;
  margin: 20px; }
  @media (max-width: 768px) {
    .couponModal-container {
      display: block; } }

.couponModal-title {
  font-size: 24px;
  font-weight: bold;
  margin: 20px;
  margin-top: 40px;
  margin-bottom: 30px; }

.couponModal-coupon {
  width: 50%;
  border: 1px solid rgba(102, 102, 102, 0.4);
  padding: 15px;
  display: flex; }
  @media (min-width: 769px) {
    .couponModal-coupon:nth-child(even) {
      border-left: 0; }
    .couponModal-coupon:nth-child(n + 3) {
      border-top: 0; } }
  @media (max-width: 768px) {
    .couponModal-coupon {
      width: 100%; }
      .couponModal-coupon:nth-child(n + 2) {
        border-top: 0; } }

.checkmark__circle {
  color: #66ce02;
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 100;
  stroke-miterlimit: 100;
  stroke: currentcolor;
  fill: currentcolor;
  animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards; }

.checkmark {
  margin: 10px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: block;
  stroke-width: 2;
  stroke: #fff;
  stroke-miterlimit: 10;
  box-shadow: inset 0px 0px 0px currentcolor;
  animation: fill 0.4s ease-in-out 0.4s forwards, scale 0.3s ease-in-out 0.9s both; }

.checkmark__check {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.1s forwards; }

@keyframes fullpulse {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes quarterpulse {
  0% {
    opacity: 1; }
  50% {
    opacity: 0.25; }
  100% {
    opacity: 1; } }

@keyframes stroke {
  100% {
    stroke-dashoffset: 0; } }

@keyframes scale {
  0%,
  100% {
    transform: none; }
  50% {
    transform: scale3d(1.1, 1.1, 1); } }

@keyframes fill {
  100% {
    box-shadow: inset 0px 0px 0px 30px currentcolor; } }

.animate-fullpulse {
  animation: fullpulse 4s infinite; }

.animate-fullpulse-fast {
  animation: fullpulse 2s infinite; }

.animate-quarterpulse {
  animation: quarterpulse 4s infinite; }

.animate-quarterpulse-medium {
  animation: quarterpulse 2.5s infinite; }

.animate-quarterpulse-fast {
  animation: quarterpulse 1s infinite; }

.showCouponTermsButton {
  cursor: pointer;
  border: none;
  color: #e60014;
  margin: 0;
  padding-left: 11px;
  font-size: 12px;
  text-decoration: underline;
  font-weight: 500;
  line-height: 2;
  outline: none; }
  .showCouponTermsButton:hover {
    opacity: 0.7; }
  @media (max-width: 1024px) {
    .showCouponTermsButton {
      line-height: 1.4; } }

.couponModalTerms {
  overflow-y: hidden;
  transition: max-height 1s ease-in-out; }
  .couponModalTerms.--closed {
    max-height: 0; }
  .couponModalTerms.--opened {
    max-height: 10000px; }

.carousel {
  transition: opacity 0.2 ease-in-out;
  opacity: 1;
  overflow-x: hidden;
  padding: 10px;
  margin: 0 -10px;
  position: relative;
  scroll-snap-type: x mandatory;
  --itemSize: 212px;
  --position: 0px; }
  @media (max-width: 1000px) {
    .carousel {
      overflow-x: auto; } }

.carousel-arrow__wrapper {
  position: absolute;
  width: calc(var(--itemSize) * 1px / 2);
  height: 100%;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: transform 0.3s ease; }
  .carousel-arrow__wrapper:first-child {
    left: 0;
    top: 0;
    transform: translateX(-100%);
    background-image: linear-gradient(to left, transparent, white); }
  .carousel-arrow__wrapper:last-child {
    right: 0;
    top: 0;
    transform: translateX(100%);
    background-image: linear-gradient(to right, transparent, white); }
  .carousel-arrow__wrapper.--visible {
    transform: translateX(0%); }
  @media (max-width: 1000px) {
    .carousel-arrow__wrapper {
      display: none; } }

.carousel-arrow {
  height: 60px;
  width: 60px;
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  outline: none;
  border-radius: 50%;
  fill: #e60014;
  border: none; }
  .carousel-arrow > svg {
    width: 22px;
    height: 27px; }
  .carousel-arrow__wrapper:first-child > .carousel-arrow {
    transform: rotate(90deg); }
  .carousel-arrow__wrapper:last-child > .carousel-arrow {
    transform: rotate(-90deg); }

.carousel-list {
  white-space: nowrap;
  list-style: none;
  display: flex;
  position: relative;
  padding: 0;
  margin-bottom: 0;
  transition: ease-out 0.6s transform;
  transform: translateX(calc(var(--position) * -1px)); }

.new-modal-backdrop {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 100px 0 50px;
  justify-content: center;
  overflow-y: auto;
  align-items: flex-start; }
  @media (max-height: 760px) {
    .new-modal-backdrop {
      padding-top: 5px;
      padding-bottom: 5px; } }
  @media (max-width: 1000px) {
    .new-modal-backdrop {
      padding: 0px;
      align-items: flex-start; } }
  .new-modal-backdrop.--opening {
    display: flex;
    animation: fade-in 150ms cubic-bezier(0.39, 0.575, 0.565, 1) both;
    z-index: 9; }
    .new-modal-backdrop.--opening > .new-modal {
      animation: slide-in-bottom 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 150ms both; }
  .new-modal-backdrop.--open {
    display: flex;
    opacity: 1;
    z-index: 9; }
    .new-modal-backdrop.--open > .new-modal {
      opacity: 1;
      position: relative; }
  .new-modal-backdrop.--closing {
    display: flex;
    opacity: 1;
    z-index: 9;
    animation: fade-out 150ms ease-out 250ms both; }
    .new-modal-backdrop.--closing > .new-modal {
      animation: slide-out-bottom 250ms cubic-bezier(0.55, 0.085, 0.68, 0.53) both; }

.new-modal {
  background-color: #fff;
  padding: 28px;
  opacity: 0;
  border-radius: 8px; }
  .new-modal .close-icon {
    cursor: pointer;
    position: absolute;
    right: 28px; }
  @media (max-width: 1000px) {
    .new-modal {
      width: 100%; } }

@keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fade-out {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes slide-out-bottom {
  0% {
    transform: translateY(0);
    opacity: 1; }
  100% {
    transform: translateY(20px);
    opacity: 0; } }

@keyframes slide-in-bottom {
  0% {
    transform: translateY(20px);
    opacity: 0; }
  100% {
    transform: translateY(0);
    opacity: 1; } }

.acom-plus-container-landing-page-wrapper {
  padding: 30px;
  max-width: 1024px;
  display: flex;
  flex-direction: column;
  justify-content: center; }
  @media (min-width: 1000px) and (min-height: 700px) {
    .acom-plus-container-landing-page-wrapper {
      height: 100vh; } }

.acom-plus-container {
  display: grid;
  grid-template-columns: 1fr 364px;
  grid-template-rows: repeat(3, auto) 1fr auto auto;
  grid-template-areas: 'spaceyContent paymentTitle' 'spaceyContent paymentDescription' 'spaceyContent paymentOptions' 'spaceyContent paymentOptions' 'spaceyContent paymentOptions' 'spaceyContent paymentOptions';
  overflow-y: hidden; }
  @media (max-width: 1024px) and (min-width: 1000px) {
    .acom-plus-container h3 {
      font-size: 22px;
      line-height: 1.1;
      margin: 21px 0 10.5px; }
    .acom-plus-container p {
      line-height: 1.42857; } }
  @media (max-width: 1000px) {
    .acom-plus-container {
      max-height: 2000px;
      grid-template-columns: minmax(0, 1fr);
      grid-template-areas: 'spaceyContent' 'paymentTitle' 'paymentDescription' 'paymentOptions'; }
      .acom-plus-container h3 {
        font-size: 20px;
        line-height: 1.1; } }
  .acom-plus-container.--fade-out {
    animation: contentFadeOut 1s ease-in-out forwards; }

@keyframes contentFadeOut {
  0% {
    transform: scale(1);
    max-height: 1000px;
    padding: 28px;
    opacity: 1; }
  30% {
    opacity: 0;
    transform: scale(0.8);
    position: static; }
  50% {
    max-height: 1000px;
    padding: 28px;
    transform: scale(0); }
  80% {
    opacity: 0;
    max-height: 420px;
    transform: scale(0); }
  100% {
    opacity: 0;
    max-height: 420px;
    transform: scale(0); } }

.acom-plus-open-modal-wrapper {
  max-width: 1000px;
  width: 100%; }
  @media (max-width: 1000px) {
    .acom-plus-open-modal-wrapper {
      max-height: 2000px;
      max-width: 100%; } }

.modal-transition {
  transition: max-width 0.2s 0.8s ease-in-out;
  max-width: 447px;
  width: 100%;
  padding: 0; }
  @media (max-width: 1000px) {
    .modal-transition {
      margin-top: 100px; } }
  @media (max-width: 1000px) and (max-height: 650px) {
    .modal-transition {
      margin-top: 50px; } }

.acom-plus-subscription-concluded-wrapper {
  width: auto;
  padding: 0; }
  @media (max-width: 1000px) {
    .acom-plus-subscription-concluded-wrapper {
      margin-top: 100px; } }
  @media (max-width: 1000px) and (max-height: 650px) {
    .acom-plus-subscription-concluded-wrapper {
      margin-top: 50px; } }

.loading {
  height: 100%;
  width: 100%;
  min-height: 600px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center; }
  .loading::before {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    border: 2px solid #e60014;
    border-top-color: transparent;
    border-left-color: transparent;
    border-radius: 100%;
    animation: pulse 2s ease infinite, spin 0.5s linear infinite; }

.landingPageLoading {
  height: 100vh; }

.acom-plus-benefits-container {
  grid-area: spaceyContent;
  max-width: 495px;
  width: 100%;
  font-size: 16px; }
  @media (max-width: 1000px) {
    .acom-plus-benefits-container {
      font-size: 14px;
      max-width: 100%;
      padding-right: 0px; } }

.acom-plus-benefits-description {
  margin-bottom: 24px;
  font-size: 16px; }

.acom-plus-benefits-logo {
  width: 150px;
  height: auto;
  margin-bottom: 24px; }

.acom-plus-benefits-plan-logo {
  width: 150px;
  height: auto;
  margin-bottom: 24px; }

.acom-plus-benefits-list {
  padding: 0;
  margin-bottom: 0;
  list-style: none; }

.acom-plus-benefits-item {
  display: flex;
  border-bottom: 1px solid #ccc;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 0px; }
  @media (max-width: 1000px) {
    .acom-plus-benefits-item {
      padding: 8px 0px; } }
  .acom-plus-benefits-item .acom-plus-benefits-paragraph {
    margin-bottom: 0;
    margin-right: 10px; }

.acom-plus-benefits-footer-container {
  display: flex;
  justify-content: flex-end;
  height: 49px; }

.acom-plus-benefits-footer-price-container {
  display: flex; }
  .acom-plus-benefits-footer-price-container .acom-plus-benefits-footer-price-currency {
    font-size: 16px;
    align-self: center;
    position: relative;
    top: 0;
    right: 4px; }
  .acom-plus-benefits-footer-price-container .acom-plus-benefits-footer-price-integer {
    font-size: 24px;
    align-self: center;
    font-weight: bold; }
  .acom-plus-benefits-footer-price-container .acom-plus-benefits-footer-price-fraction {
    font-size: 18px;
    align-self: center;
    font-weight: bold;
    position: relative;
    bottom: 2px; }
  .acom-plus-benefits-footer-price-container .acom-plus-benefits-footer-price-frequency {
    font-size: 16px;
    align-self: center;
    margin-left: 3px; }

.acom-plus-benefits-logo,
.acom-plus-benefits-plan-logo,
.acom-plus-benefits-description,
.acom-plus-benefits-item {
  padding-left: 16px; }

.acom-plus-benefits-description {
  margin-bottom: 24px; }

.acom-plus-benefits-logo {
  margin-bottom: 16px; }

.acom-plus-benefits-plan-logo {
  margin-bottom: 8px; }

@media (max-width: 1000px) {
  .acom-plus-benefits-item {
    padding-left: 0px; } }

.acom-plus-benefits-image {
  margin-right: 16px;
  width: 24px;
  height: 24px; }

.acom-plus-benefits-image-check {
  margin-left: auto;
  margin-right: 25px; }
  @media (max-width: 1000px) {
    .acom-plus-benefits-image-check {
      margin-right: 8px; } }

.acom-plus-payment-options {
  grid-area: paymentOptions;
  display: grid;
  grid-template-rows: auto auto 1fr auto auto;
  grid-template-columns: 100%;
  grid-template-areas: 'paymentOptionSelectors' 'cardForm' '.' 'formTerms' 'formAction'; }

.acom-plus-payment-options-selectors {
  grid-area: paymentOptionSelectors;
  display: flex;
  width: 95%;
  margin: 0 auto;
  list-style: none;
  padding: 0;
  background-color: #e9e9e9;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px; }
  @media (max-width: 1000px) {
    .acom-plus-payment-options-selectors {
      display: none; } }
  .acom-plus-payment-options-selectors li {
    width: 100%;
    padding: 20px 15px;
    border: none;
    outline: none;
    text-align: center;
    position: relative;
    cursor: pointer; }
    .acom-plus-payment-options-selectors li.--selected {
      background-color: #ffffff;
      box-shadow: -2px -5px 13px rgba(0, 0, 0, 0.08);
      border-top-left-radius: 8px;
      border-top-right-radius: 8px; }
      .acom-plus-payment-options-selectors li.--selected::after, .acom-plus-payment-options-selectors li.--selected::before {
        border-bottom-left-radius: 6px;
        border-width: 0 0 1px 1px;
        border: 1px solid #ffffff;
        box-shadow: -2px 2px 0 #ffffff;
        position: absolute;
        bottom: 0px;
        width: 5px;
        height: 5px;
        content: ' '; }
    .acom-plus-payment-options-selectors li:first-child img {
      margin-right: 5px; }
    .acom-plus-payment-options-selectors li:first-child.--selected::after {
      right: -5px;
      border-top: none;
      border-right: none; }
    .acom-plus-payment-options-selectors li:last-child.--selected::before {
      left: -5px;
      border-top: none;
      border-right: none;
      border-left: none;
      transform: scaleX(-1); }

.acom-plus-payment-option-wallet {
  grid-area: cardForm;
  border-radius: 8px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  padding: 25px 9px;
  box-shadow: 0 6px 20px -1px rgba(0, 0, 0, 0.08);
  width: 95%;
  margin: 0 auto; }
  .acom-plus-payment-option-wallet p {
    padding-left: 21px;
    margin: 0; }

.acom-plus-payment-options-error {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  color: #ea010f; }
  .acom-plus-payment-options-error p {
    padding: 0;
    margin-bottom: 10px; }
  .acom-plus-payment-options-error button {
    padding: 0;
    background-color: transparent;
    border: none;
    outline: none;
    text-decoration: underline; }

.acom-plus-app-container {
  display: flex; }
  .acom-plus-app-container .acom-plus-payment-options-img-wrapper {
    width: 87%;
    height: 152.5px; }
    .acom-plus-app-container .acom-plus-payment-options-img-wrapper img {
      width: 100%;
      height: 100%;
      animation: fade-in-fwd 3000ms cubic-bezier(0.39, 0.575, 0.565, 1) both; }
    .acom-plus-app-container .acom-plus-payment-options-img-wrapper .loading {
      min-height: 100%;
      height: 100%; }

.acom-plus-app-info {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center; }
  .acom-plus-app-info h3 {
    font-size: 14px;
    margin-top: 15px; }
  .acom-plus-app-info ul {
    list-style: none;
    padding: 0; }

.acom-plus-card-animation-wrapper.--opening {
  animation: fade-in-fwd 400ms cubic-bezier(0.39, 0.575, 0.565, 1) both; }

.acom-plus-card-animation-wrapper.--closing {
  animation: fade-out-bck 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94) both; }

.acom-plus-subscription-form {
  grid-area: cardForm;
  border-radius: 8px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  padding: 25px;
  box-shadow: 0 6px 20px -1px rgba(0, 0, 0, 0.08);
  width: 95%;
  margin: 0 auto; }
  @media (max-width: 1000px) {
    .acom-plus-subscription-form {
      border-top-left-radius: 8px;
      border-top-right-radius: 8px; } }
  @media (max-width: 1024px) and (min-width: 1000px) {
    .acom-plus-subscription-form {
      font-size: 14px;
      font-family: inherit;
      line-height: 1.42857; } }
  .acom-plus-subscription-form.--no-tabs {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px; }

.acom-plus-subscription-card-bottom-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between; }
  @media (max-width: 1000px) {
    .acom-plus-subscription-card-bottom-wrapper {
      flex-direction: column; } }
  .acom-plus-subscription-card-bottom-wrapper .acom-plus-subscription-card-input-container:first-child {
    width: 28%;
    margin-right: 10px; }
    @media (max-width: 1000px) {
      .acom-plus-subscription-card-bottom-wrapper .acom-plus-subscription-card-input-container:first-child {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px; } }

.acom-plus-subscription-card-input {
  background-color: #f8f8f8;
  border-radius: 4px;
  padding: 1.1875em;
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 5px;
  cursor: text; }
  .acom-plus-subscription-card-input .card-input-securityCode {
    width: 100%; }
  .acom-plus-subscription-card-input .card-input {
    flex: 1; }
  .acom-plus-subscription-card-input.--error {
    border: 1px solid #ea010f; }
  .acom-plus-subscription-card-input .card-input-label {
    position: absolute;
    margin: 0;
    top: 36%;
    font-size: inherit;
    transition: 200ms;
    cursor: text; }
    .acom-plus-subscription-card-input .card-input-label.--focused {
      font-size: 12px;
      top: 5%; }
  .acom-plus-subscription-card-input input {
    outline: none;
    border: none;
    color: #333333;
    background-color: transparent;
    padding: 5px 0 0; }

.acom-plus-subscription-card-input-container {
  margin-bottom: 10px; }

.acom-plus-subscription-card-input-error {
  color: #ea010f;
  font-size: 12px;
  padding-left: 1.1875em;
  display: inline-block; }

.acom-plus-subscription-selected-card-cvv .acom-plus-subscription-card-input-container {
  margin-bottom: 0; }

.acom-plus-subscription-selected-card-cvv .acom-plus-subscription-card-input {
  width: 70%;
  margin-bottom: 5px; }
  @media (max-width: 1000px) {
    .acom-plus-subscription-selected-card-cvv .acom-plus-subscription-card-input {
      width: 100%; } }

.acom-plus-subscription-selected-card-icon {
  width: 31px;
  margin-right: 16px; }

.acom-plus-subscription-selected-card {
  display: flex;
  justify-content: space-between; }

.acom-plus-subscription-selected-card-info {
  margin-bottom: 20px;
  display: flex;
  align-items: center; }

.acom-plus-subscription-button-container {
  text-align: right;
  margin-bottom: 10px; }

.acom-plus-subscription-change-selected-card {
  cursor: pointer;
  text-decoration: underline;
  background-color: transparent;
  border: none;
  padding: 0;
  height: 1em;
  outline: none; }

.acom-plus-subscription-select-card-list {
  padding: 0;
  list-style: none; }

.acom-plus-subscription-select-card-list-item {
  max-height: 70px;
  cursor: pointer;
  display: flex;
  border-bottom: 1px solid #ccc; }
  .acom-plus-subscription-select-card-list-item svg {
    cursor: pointer;
    fill: none;
    position: absolute;
    top: calc(50% - 10px);
    left: 15px; }
    .acom-plus-subscription-select-card-list-item svg circle {
      stroke-width: 2;
      stroke: #ccc; }
    .acom-plus-subscription-select-card-list-item svg .inner {
      stroke: #e60014;
      stroke-width: 6;
      stroke-dasharray: 19;
      stroke-dashoffset: 19; }
    .acom-plus-subscription-select-card-list-item svg .outer {
      stroke: #e60014;
      stroke-width: 2;
      stroke-dasharray: 57;
      stroke-dashoffset: 57; }
  .acom-plus-subscription-select-card-list-item input[type='radio'] {
    display: none;
    cursor: pointer;
    outline: none;
    width: 100%;
    height: 100%;
    border: 1px solid #ccc; }
    .acom-plus-subscription-select-card-list-item input[type='radio']:checked {
      border: 1px solid #666; }
    .acom-plus-subscription-select-card-list-item input[type='radio']:checked + svg path {
      transition: all 0.4s ease; }
      .acom-plus-subscription-select-card-list-item input[type='radio']:checked + svg path.inner {
        stroke-dashoffset: 38;
        transition-delay: 0.3s; }
      .acom-plus-subscription-select-card-list-item input[type='radio']:checked + svg path.outer {
        stroke-dashoffset: 0; }
  .acom-plus-subscription-select-card-list-item label {
    display: flex;
    margin-bottom: 0;
    cursor: inherit;
    text-transform: capitalize;
    padding: 24px 16px;
    width: 100%; }
  .acom-plus-subscription-select-card-list-item:nth-child(1) {
    animation: fade-in-top 200ms cubic-bezier(0.39, 0.575, 0.565, 1) 90ms both; }
  .acom-plus-subscription-select-card-list-item:nth-child(2) {
    animation: fade-in-top 200ms cubic-bezier(0.39, 0.575, 0.565, 1) 180ms both; }
  .acom-plus-subscription-select-card-list-item:nth-child(3) {
    animation: fade-in-top 200ms cubic-bezier(0.39, 0.575, 0.565, 1) 270ms both; }
  .acom-plus-subscription-select-card-list-item:nth-child(4) {
    animation: fade-in-top 200ms cubic-bezier(0.39, 0.575, 0.565, 1) 360ms both; }
  .acom-plus-subscription-select-card-list-item:nth-child(5) {
    animation: fade-in-top 200ms cubic-bezier(0.39, 0.575, 0.565, 1) 450ms both; }
  .acom-plus-subscription-select-card-list-item:nth-child(6) {
    animation: fade-in-top 200ms cubic-bezier(0.39, 0.575, 0.565, 1) 540ms both; }
  .acom-plus-subscription-select-card-list-item:nth-child(7) {
    animation: fade-in-top 200ms cubic-bezier(0.39, 0.575, 0.565, 1) 630ms both; }
  .acom-plus-subscription-select-card-list-item:nth-child(8) {
    animation: fade-in-top 200ms cubic-bezier(0.39, 0.575, 0.565, 1) 720ms both; }
  .acom-plus-subscription-select-card-list-item:nth-child(9) {
    animation: fade-in-top 200ms cubic-bezier(0.39, 0.575, 0.565, 1) 810ms both; }
  .acom-plus-subscription-select-card-list-item:nth-child(10) {
    animation: fade-in-top 200ms cubic-bezier(0.39, 0.575, 0.565, 1) 900ms both; }
  .acom-plus-subscription-select-card-list-item:nth-child(11) {
    animation: fade-in-top 200ms cubic-bezier(0.39, 0.575, 0.565, 1) 990ms both; }
  .acom-plus-subscription-select-card-list-item:nth-child(12) {
    animation: fade-in-top 200ms cubic-bezier(0.39, 0.575, 0.565, 1) 1080ms both; }
  .acom-plus-subscription-select-card-list-item:nth-child(13) {
    animation: fade-in-top 200ms cubic-bezier(0.39, 0.575, 0.565, 1) 1170ms both; }
  .acom-plus-subscription-select-card-list-item:nth-child(14) {
    animation: fade-in-top 200ms cubic-bezier(0.39, 0.575, 0.565, 1) 1260ms both; }
  .acom-plus-subscription-select-card-list-item:nth-child(15) {
    animation: fade-in-top 200ms cubic-bezier(0.39, 0.575, 0.565, 1) 1350ms both; }
  .acom-plus-subscription-select-card-list-item:nth-child(16) {
    animation: fade-in-top 200ms cubic-bezier(0.39, 0.575, 0.565, 1) 1440ms both; }
  .acom-plus-subscription-select-card-list-item:nth-child(17) {
    animation: fade-in-top 200ms cubic-bezier(0.39, 0.575, 0.565, 1) 1530ms both; }
  .acom-plus-subscription-select-card-list-item:nth-child(18) {
    animation: fade-in-top 200ms cubic-bezier(0.39, 0.575, 0.565, 1) 1620ms both; }
  .acom-plus-subscription-select-card-list-item:nth-child(19) {
    animation: fade-in-top 200ms cubic-bezier(0.39, 0.575, 0.565, 1) 1710ms both; }

.acom-plus-subscription-select-card-info {
  display: flex;
  margin-left: 35px;
  margin-right: 10px; }
  .acom-plus-subscription-select-card-info img {
    width: 31px; }
  @media (max-width: 1000px) {
    .acom-plus-subscription-select-card-info figure {
      display: flex; } }

.acom-plus-subscription-select-card-label {
  z-index: 1; }

.acom-plus-subscription-title {
  grid-area: paymentTitle;
  margin: 21px 16px 10.5px 0; }
  @media (max-width: 1000px) {
    .acom-plus-subscription-title {
      margin-top: 1em; } }

.acom-plus-subscription-description {
  grid-area: paymentDescription;
  margin-bottom: 20px;
  margin-right: 16px; }
  @media (max-width: 1024px) and (min-width: 1000px) {
    .acom-plus-subscription-description {
      font-size: 14px;
      font-family: inherit; } }

.acom-plus-subscription-add-new-card {
  cursor: pointer;
  padding: 16px;
  display: flex;
  align-items: center; }
  .acom-plus-subscription-add-new-card span {
    color: #828282;
    font-size: 30px;
    margin-right: 25px; }

.acom-plus-subscription-terms-and-conditions {
  grid-area: formTerms;
  text-align: center;
  margin: 30px auto;
  font-size: 12px;
  width: 252px; }
  .acom-plus-subscription-terms-and-conditions a {
    text-decoration: underline; }

.acom-plus-subscription-button-wrapper {
  grid-area: formAction;
  margin: 0 auto;
  width: 75%;
  font-size: 18px; }
  @media (max-width: 1000px) {
    .acom-plus-subscription-button-wrapper {
      font-size: 16px; } }

.acom-plus-subscription-error {
  color: #e60014;
  margin: 0px 0 4px;
  padding: 0px 4px;
  font-size: 14px;
  text-align: center; }
  @media (max-width: 1000px) {
    .acom-plus-subscription-error {
      font-size: 12px; } }

.--button-loading {
  min-height: 20px; }
  .--button-loading::before {
    width: 30px;
    height: 30px;
    border: 2px solid white;
    border-top-color: transparent;
    border-left-color: transparent; }

.card-brand {
  width: 31px; }

@keyframes fade-in-fwd {
  0% {
    transform: translateZ(-80px);
    opacity: 0; }
  100% {
    transform: translateZ(0);
    opacity: 1; } }

@keyframes fade-out-bck {
  0% {
    transform: translateZ(0);
    opacity: 1; }
  100% {
    transform: translateZ(-80px);
    opacity: 0; } }

@keyframes fade-in-top {
  0% {
    transform: translateY(-50px);
    opacity: 0; }
  100% {
    transform: translateY(0);
    opacity: 1; } }

.acom-plus-subscription-description,
.acom-plus-subscription-title {
  margin-right: 16px; }
  @media (max-width: 1000px) {
    .acom-plus-subscription-description,
    .acom-plus-subscription-title {
      margin-right: 0; } }

.acom-plus-is-prime-active-title {
  margin: 0;
  margin-bottom: 8px; }

.acom-plus-is-prime-active-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  grid-row: 1 / -1; }
  @media (max-width: 1000px) {
    .acom-plus-is-prime-active-container {
      width: 100%;
      grid-row: unset;
      grid-column: 1; } }

.acom-plus-is-prime-active-container .acom-plus-is-prime-active-btn {
  width: 200px;
  margin: 16px auto; }

.acom-plus-subscription-container {
  max-width: 447px;
  height: 420px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  animation: fade-in-fwd 200ms cubic-bezier(0.39, 0.575, 0.565, 1) both; }
  .acom-plus-subscription-container.--landingPageConcluded {
    box-shadow: 0 6px 20px -1px rgba(0, 0, 0, 0.08);
    margin: 0 auto; }

.acom-plus-subscription-concluded {
  color: #ffffff;
  background-color: #00b100;
  font-size: 21px;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px; }

.acom-plus-subscription-concluded-image {
  background-color: #ffffff;
  border-radius: 20px;
  width: 28px;
  height: 28px;
  text-align: center;
  margin-bottom: 20px; }
  .acom-plus-subscription-concluded-image img {
    fill: #00b100;
    width: 50%;
    height: auto;
    position: relative;
    bottom: 2px; }

.acom-plus-subscription-concluded-options {
  font-size: 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 17px 45px 40px; }
  .acom-plus-subscription-concluded-options p {
    text-align: center;
    margin-bottom: 30px; }

.acom-plus-subscription-secondary-button {
  color: #ea010f;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  margin-top: 35px; }

.acom-plus-login-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  grid-row: 1 / -1; }
  .acom-plus-login-wrapper > a {
    display: block; }
  @media (max-width: 1000px) {
    .acom-plus-login-wrapper {
      width: 100%;
      grid-row: unset;
      grid-column: 1; } }

.acom-plus-login-description {
  color: #666;
  font-size: 14px;
  margin-bottom: 24px; }

.acom-plus-login-anchor {
  font-size: 18px;
  width: 85%;
  max-width: 300px;
  margin-bottom: 32px; }

.acom-plus-sign-up-anchor {
  color: #666;
  font-size: 14px;
  cursor: pointer;
  text-decoration: underline; }
  .acom-plus-sign-up-anchor:hover {
    color: #e60014; }

.animate-fade {
  opacity: 1;
  transition: opacity 200ms ease-in-out; }

.animate-height {
  max-height: 10000px;
  transition: max-height 200ms ease-in-out;
  overflow-y: hidden; }

.animate-item-blind {
  transform: translateY(0);
  opacity: 1;
  transition: transform 200ms ease-in-out, opacity 200ms ease-in-out; }

.animate-blur-price {
  transform: translateX(0);
  opacity: 1;
  transition: transform 200ms ease-in-out, opacity 200ms ease-in-out, filter 200ms ease-in-out; }

.animate-blur-price.loading {
  transform: translateX(-3px);
  opacity: 0.3; }

.animate-item-blind.loading {
  transform: translateY(10px);
  opacity: 0; }

.animate-fade.loading {
  opacity: 0; }

.animate-height.loading {
  max-height: 0; }

.reloading {
  opacity: 0.5;
  pointer-events: none; }

.animate-item-blind:nth-of-type(1) {
  transform: translateY(0);
  opacity: 1;
  transition: transform 300ms ease-in-out, opacity 300ms ease-in-out; }

.animate-item-blind:nth-of-type(1).loading {
  transform: translateY(-10px);
  opacity: 0; }

.animate-item-blind:nth-of-type(2) {
  transform: translateY(0);
  opacity: 1;
  transition: transform 400ms ease-in-out, opacity 400ms ease-in-out; }

.animate-item-blind:nth-of-type(2).loading {
  transform: translateY(-20px);
  opacity: 0; }

.animate-item-blind:nth-of-type(3) {
  transform: translateY(0);
  opacity: 1;
  transition: transform 500ms ease-in-out, opacity 500ms ease-in-out; }

.animate-item-blind:nth-of-type(3).loading {
  transform: translateY(-30px);
  opacity: 0; }

.animate-item-blind:nth-of-type(4) {
  transform: translateY(0);
  opacity: 1;
  transition: transform 600ms ease-in-out, opacity 600ms ease-in-out; }

.animate-item-blind:nth-of-type(4).loading {
  transform: translateY(-40px);
  opacity: 0; }

.animate-item-blind:nth-of-type(5) {
  transform: translateY(0);
  opacity: 1;
  transition: transform 700ms ease-in-out, opacity 700ms ease-in-out; }

.animate-item-blind:nth-of-type(5).loading {
  transform: translateY(-50px);
  opacity: 0; }

.animate-item-blind:nth-of-type(6) {
  transform: translateY(0);
  opacity: 1;
  transition: transform 800ms ease-in-out, opacity 800ms ease-in-out; }

.animate-item-blind:nth-of-type(6).loading {
  transform: translateY(-60px);
  opacity: 0; }

.animate-item-blind:nth-of-type(7) {
  transform: translateY(0);
  opacity: 1;
  transition: transform 900ms ease-in-out, opacity 900ms ease-in-out; }

.animate-item-blind:nth-of-type(7).loading {
  transform: translateY(-70px);
  opacity: 0; }

.animate-item-blind:nth-of-type(8) {
  transform: translateY(0);
  opacity: 1;
  transition: transform 1000ms ease-in-out, opacity 1000ms ease-in-out; }

.animate-item-blind:nth-of-type(8).loading {
  transform: translateY(-80px);
  opacity: 0; }

.animate-item-blind:nth-of-type(9) {
  transform: translateY(0);
  opacity: 1;
  transition: transform 1100ms ease-in-out, opacity 1100ms ease-in-out; }

.animate-item-blind:nth-of-type(9).loading {
  transform: translateY(-90px);
  opacity: 0; }

.animate-item-blind:nth-of-type(10) {
  transform: translateY(0);
  opacity: 1;
  transition: transform 1200ms ease-in-out, opacity 1200ms ease-in-out; }

.animate-item-blind:nth-of-type(10).loading {
  transform: translateY(-100px);
  opacity: 0; }

.animate-item-blind:nth-of-type(11) {
  transform: translateY(0);
  opacity: 1;
  transition: transform 1300ms ease-in-out, opacity 1300ms ease-in-out; }

.animate-item-blind:nth-of-type(11).loading {
  transform: translateY(-110px);
  opacity: 0; }

.animate-item-blind:nth-of-type(12) {
  transform: translateY(0);
  opacity: 1;
  transition: transform 1400ms ease-in-out, opacity 1400ms ease-in-out; }

.animate-item-blind:nth-of-type(12).loading {
  transform: translateY(-120px);
  opacity: 0; }

.animate-item-blind:nth-of-type(13) {
  transform: translateY(0);
  opacity: 1;
  transition: transform 1500ms ease-in-out, opacity 1500ms ease-in-out; }

.animate-item-blind:nth-of-type(13).loading {
  transform: translateY(-130px);
  opacity: 0; }

.animate-item-blind:nth-of-type(14) {
  transform: translateY(0);
  opacity: 1;
  transition: transform 1600ms ease-in-out, opacity 1600ms ease-in-out; }

.animate-item-blind:nth-of-type(14).loading {
  transform: translateY(-140px);
  opacity: 0; }

.animate-item-blind:nth-of-type(15) {
  transform: translateY(0);
  opacity: 1;
  transition: transform 1700ms ease-in-out, opacity 1700ms ease-in-out; }

.animate-item-blind:nth-of-type(15).loading {
  transform: translateY(-150px);
  opacity: 0; }

.animate-item-blind:nth-of-type(16) {
  transform: translateY(0);
  opacity: 1;
  transition: transform 1800ms ease-in-out, opacity 1800ms ease-in-out; }

.animate-item-blind:nth-of-type(16).loading {
  transform: translateY(-160px);
  opacity: 0; }

.animate-item-blind:nth-of-type(17) {
  transform: translateY(0);
  opacity: 1;
  transition: transform 1900ms ease-in-out, opacity 1900ms ease-in-out; }

.animate-item-blind:nth-of-type(17).loading {
  transform: translateY(-170px);
  opacity: 0; }

.animate-item-blind:nth-of-type(18) {
  transform: translateY(0);
  opacity: 1;
  transition: transform 2000ms ease-in-out, opacity 2000ms ease-in-out; }

.animate-item-blind:nth-of-type(18).loading {
  transform: translateY(-180px);
  opacity: 0; }

.animate-item-blind:nth-of-type(19) {
  transform: translateY(0);
  opacity: 1;
  transition: transform 2100ms ease-in-out, opacity 2100ms ease-in-out; }

.animate-item-blind:nth-of-type(19).loading {
  transform: translateY(-190px);
  opacity: 0; }

.animate-item-blind:nth-of-type(20) {
  transform: translateY(0);
  opacity: 1;
  transition: transform 2200ms ease-in-out, opacity 2200ms ease-in-out; }

.animate-item-blind:nth-of-type(20).loading {
  transform: translateY(-200px);
  opacity: 0; }

.column-gap-top {
  padding-top: 10px; }

@media only screen and (max-width: 768px) {
  .column-gap-top-xs {
    padding-top: 10px; } }

.column-gap-bottom {
  padding-bottom: 10px; }

@media only screen and (max-width: 768px) {
  .column-gap-bottom-xs {
    padding-top: 10px; } }

.container.page-content {
  max-width: 92em;
  width: auto;
  overflow: hidden; }

.basket-wrapper {
  overflow: hidden; }

.basket-empty.basket-empty,
.basket-loading.basket-loading {
  position: relative;
  width: 100%;
  border: 1px solid #e3e3e3; }
  @media (max-width: 1000px) {
    .basket-empty.basket-empty,
    .basket-loading.basket-loading {
      width: 100%;
      padding: 0;
      top: 50%;
      transform: translateY(-50%); } }

.basket-empty ~ .basket-freight-menu-wrapper {
  height: 0;
  padding: 0; }

.basket-loading ~ .basket-freight-menu-wrapper {
  height: 0;
  padding: 0; }

.form-control[disabled] {
  border: 1px solid transparent; }

@media only screen and (max-width: 767px) {
  .sht35 h2.page-title {
    width: 100%; }
  .table-summary ~ .alert-info {
    margin-bottom: 10px; } }

#modal-iframe {
  height: 80vh; }
  @media only screen and (min-width: 767px) {
    #modal-iframe {
      height: 90vh; } }

.bhf #header-bottom {
  display: none; }

.discount {
  color: #66ce02; }

.app__wrapper {
  position: relative;
  padding-top: 15px; }

#fixed-messages {
  margin-top: 20px; }

.tags {
  min-height: 30px; }

.tags span {
  padding: 5px;
  background: white;
  border-color: #cccccc;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  margin-bottom: 15px;
  font-size: 12px;
  line-height: 14px;
  white-space: nowrap;
  color: #666666;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  margin-left: 8px; }

.freightOption-message {
  margin-left: 4px;
  display: inline-block;
  line-height: 2em; }

@media (min-width: 767px) {
  .basket-item:last-of-type {
    border-bottom: 1px solid #e0e0e0; } }

.basket-productSellerName {
  text-transform: lowercase; }

.basket-productDiffs {
  text-transform: lowercase; }

.basket-freightPrimeIcon.svg-icon-atomic-prime {
  height: 18px;
  width: 111px; }

.tags span {
  text-transform: lowercase; }

.item-salesprice {
  color: #666; }

.btn-add-basket {
  font-size: 12px; }

.btn-recommendation-prev,
.btn-recommendation-next {
  background: #fff;
  margin: 0;
  padding: 0;
  border-radius: 0;
  width: 50px;
  height: 90px;
  top: 53%;
  position: absolute;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  transform: translateY(-50%);
  z-index: 2; }

.btn-recommendation-prev {
  left: -15px; }

.btn-recommendation-next {
  right: -20px; }

.btn-recommendation-prev svg,
.btn-recommendation-next svg {
  background: #fff;
  width: 90px;
  height: 50px;
  padding: 10px 20px;
  fill: #666;
  position: relative;
  left: -20px;
  box-shadow: 0 -4px 4px 0 rgba(0, 0, 0, 0.15); }

.btn-recommendation-prev svg {
  transform: rotate(90deg); }

.btn-recommendation-next svg {
  transform: rotate(-90deg);
  position: absolute;
  top: 20px; }

.svg-wedding {
  fill: #e60014; }

.summary-detail span:first-child, .otherDiscounts-discount span:first-child, .summary-detail.-discount, .-discount.otherDiscounts-discount,
.summary-total__wrapper,
.stickySummary-total__wrapper,
.summary-understandTheRules,
.summary-crossborder-terms-conditions {
  text-transform: lowercase; }

.discount {
  color: #66ce02; }

/*.btn-primary {
  border-radius: 3px;
  padding: 14px 12px 13px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 6px; }
  .btn-primary:enabled:hover {
    opacity: 0.9;
    background-color: #e60014; }

.btn-default {
  border-radius: 3px;
  background-color: #fff;
  color: #e60014;
  border: 2px solid #e60014;
  box-shadow: none; }
  .btn-default:hover {
    background-color: #f8f8f8;
    color: #e60014;
    border: 2px solid #e60014; }
*/
.mininumCart {
  margin-top: 1.6rem;
  padding: 0 0.3rem 1.6rem;
  border-bottom: 1px solid #d8d8d8; }

.mininumCart .barra {
  background: #666;
  justify-content: flex-start;
  border-radius: 5px;
  align-items: center;
  position: relative;
  display: flex;
  height: 10px;
  width: 100%; }

.mininumCart .barra .icon {
  position: absolute;
  height: 30px;
  width: 30px;
  border-radius: 30px;
  background-color: #ddd;
  right: -2px;
  top: -11px;
  border: 1px solid #ddd; }

.mininumCart .barra .icon svg {
  width: 16px;
  margin-left: 6px;
  margin-top: 3px;
  fill: #41cd28; }

.mininumCart .barra > span {
  animation: load 5s normal forwards;
  border-radius: 5px;
  background: #41cd28;
  height: 10px;
  width: 0; }

@keyframes load {
  0% {
    width: 0; } }

.mininumCart .success {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin: 25px 0 0; }

.mininumCart .dueValue-arrowUp {
  position: relative;
  width: 100%;
  height: 40px;
  margin: 5px 0; }

.dueValue-arrowUp > p {
  position: absolute;
  top: 5px;
  background-color: #ccc;
  height: 25px;
  line-height: 25px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 12px;
  padding: 0 7px; }

.dueValue-arrowUp > p > span {
  position: absolute;
  top: -6px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #ccc; }

.dueValue-arrowUp.left > p > span {
  left: 10px; }

.dueValue-arrowUp.right > p > span {
  right: 10px; }

.st0-ame {
    fill: #CA0158;
}

.st1-ame {
    fill: #190080;
}
