/* Modulos completa tu compra - estilos comunes */
.no-element {
  width: 100%;
  border-top: 1px dashed $colorBordes;
  margin-top: 20px;
  button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    background: transparent;
    width: 100%;
    padding: 15px;
    text-align: left;
    &:hover {
      background: $menu-hover-bg;
    }
  }
  .legal {
    padding: 15px 15px 0;
    color: $brand-copy-light;
  }
  .no-element + & {
    margin-top: 0;
  }
}
.box-recommended {
  display: block;
  background: $brand-green;
  color: #fff;
  line-height: 1;
  padding: 2px 10px;
  text-align: center;
  span {
    font-size: $font-size-small;
    line-height: 1;
    font-weight: $roboto-light;
  }
}

.countDown {
  background: $brand-green-light;
  border: 1px solid $colorBordes;
  color: $brand-grey-dark;
  padding: 10px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1001;
  text-align: center;
  margin-bottom: 15px;
  .scr-container-2cols & {
    position: static;
  }
  .scr-price-breakdown + & {
    border-top: 0;
  }
  &__time {
    @include medium-weight;
  }
  svg, svg * {
    width: 18px;
    height: 18px;
    fill: $brand-copy-light;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 5px;
  }
}
