/* Uploaded on: 29/10/2021 11:07:00 */
 @charset "UTF-8";
.type-selector {
  padding: 42px 30px;
  text-align: center; }

@media screen and (max-width: 759px) {
  .type-selector {
    padding: 42px 15px; } }

.type-selector__title {
  margin: 0 0 26px; }

@media screen and (max-width: 759px) {
  .type-selector__title {
    font-size: 1.3em;
    padding: 0 34px; } }

.type-selector__buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

@media screen and (max-width: 759px) {
  .type-selector__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; } }

.type-selector__detail {
  font-weight: 300;
  font-size: 1rem;
  color: #525252;
  padding: 0;
  line-height: 1.75rem;
  width: 100%;
  text-align: center;
  margin: 0 0 27px; }

.type-selector__button {
  width: 314px;
  height: 220px;
  border: 3px solid #e8e8e8;
  border-radius: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  transition: all .3s ease; }

.type-selector__button span[class*=icon] {
  opacity: .6;
  margin-bottom: 15px;
  transition: all .3s ease; }

.type-selector__button-text {
  font-weight: 700;
  font-size: 1.1875rem;
  color: #666;
  transition: all .3s ease; }

.type-selector__button-text span {
  font-size: .75rem;
  font-weight: lighter;
  display: block;
  color: #666; }

.type-selector__button-minimum {
  margin-top: 2px; }

.type-selector__button-info {
  font-weight: 600 !important;
  margin-top: 4px;
  max-width: 230px; }

.type-selector__button .icon-envio-flujoproducto {
  font-size: 4rem; }

.type-selector__button .icon-sucursal-flujoproducto {
  font-size: 4.75rem; }

.type-selector__button:hover {
  background-color: #f5f5f5;
  border-color: #1fa02e; }

.type-selector__button:hover span[class*=icon] {
  opacity: 1; }

.type-selector__button:hover .type-selector__button-text {
  color: #333; }

@media screen and (max-width: 759px) {
  .type-selector__button {
    height: 120px;
    width: 100%;
    margin-bottom: 9px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 15px;
    padding-right: 15px;
    border: 2px solid #e8e8e8; }
  .type-selector__button span[class*=icon] {
    margin-bottom: 0; }
  .type-selector__button .icon-envio-flujoproducto {
    font-size: 2.5rem;
    color: #1fa02e; }
  .type-selector__button .icon-sucursal-flujoproducto {
    font-size: 3.0625rem;
    color: #1fa02e; }
  .type-selector__button-text {
    font-size: 1rem;
    margin-bottom: 0;
    color: #000; }
  .type-selector__button-text-arrow:before {
    font-family: font-icon !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\E904";
    font-size: .75rem;
    font-weight: 700;
    color: #1fa02e; }
  .type-selector__button-info {
    max-width: 100%; } }

@media screen and (max-width: 580px) {
  .type-selector__button {
    padding: 0 10px; }
  .type-selector__button .icon-envio-flujoproducto {
    font-size: 2.1875rem; }
  .type-selector__button .icon-sucursal-flujoproducto {
    font-size: 2.6875rem; }
  .type-selector__button-info {
    padding: 0 15px;
    max-width: 230px; } }

.Select {
  position: relative; }

.Select, .Select div, .Select input, .Select span {
  box-sizing: border-box; }

.Select.is-disabled > .Select-control {
  background-color: #f9f9f9; }

.Select.is-disabled > .Select-control:hover {
  box-shadow: none; }

.Select.is-disabled .Select-arrow-zone {
  cursor: default;
  pointer-events: none;
  opacity: .35; }

.Select-control {
  background-color: #fff;
  border-color: #d9d9d9 #ccc #b3b3b3;
  border-radius: 4px;
  border: 1px solid #ccc;
  color: #333;
  cursor: default;
  display: table;
  border-spacing: 0;
  border-collapse: separate;
  height: 36px;
  outline: none;
  overflow: hidden;
  position: relative;
  width: 100%; }

.Select-control:hover {
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06); }

.Select-control .Select-input:focus {
  outline: none; }

.is-searchable.is-open > .Select-control {
  cursor: text; }

.is-open > .Select-control {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background: #fff;
  border-color: #b3b3b3 #ccc #d9d9d9; }

.is-open > .Select-control .Select-arrow {
  top: -2px;
  border-color: transparent transparent #999;
  border-width: 0 5px 5px; }

.is-searchable.is-focused:not(.is-open) > .Select-control {
  cursor: text; }

.is-focused:not(.is-open) > .Select-control {
  border-color: #007eff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(0, 126, 255, 0.1); }

.Select--single > .Select-control .Select-value, .Select-placeholder {
  bottom: 0;
  color: #aaa;
  left: 0;
  line-height: 34px;
  padding-left: 10px;
  padding-right: 10px;
  position: absolute;
  right: 0;
  top: 0;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.has-value.is-clearable.Select--single > .Select-control .Select-value {
  padding-right: 42px; }

.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value .Select-value-label, .has-value.Select--single > .Select-control .Select-value .Select-value-label {
  color: #333; }

.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label, .has-value.Select--single > .Select-control .Select-value a.Select-value-label {
  cursor: pointer;
  text-decoration: none; }

.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label:focus, .has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label:hover, .has-value.Select--single > .Select-control .Select-value a.Select-value-label:focus, .has-value.Select--single > .Select-control .Select-value a.Select-value-label:hover {
  color: #007eff;
  outline: none;
  text-decoration: underline; }

.Select-input {
  height: 34px;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle; }

.Select-input > input {
  width: 100%;
  background: none transparent;
  border: 0 none;
  box-shadow: none;
  cursor: default;
  display: inline-block;
  font-family: inherit;
  font-size: inherit;
  margin: 0;
  outline: none;
  line-height: 14px;
  padding: 8px 0 12px;
  -webkit-appearance: none; }

.is-focused .Select-input > input {
  cursor: text; }

.has-value.is-pseudo-focused .Select-input {
  opacity: 0; }

.Select-control:not(.is-searchable) > .Select-input {
  outline: none; }

.Select-loading-zone {
  cursor: pointer;
  display: table-cell;
  text-align: center; }

.Select-loading, .Select-loading-zone {
  position: relative;
  vertical-align: middle;
  width: 16px; }

.Select-loading {
  -webkit-animation: Select-animation-spin .4s infinite linear;
  animation: Select-animation-spin .4s infinite linear;
  height: 16px;
  box-sizing: border-box;
  border-radius: 50%;
  border: 2px solid #ccc;
  border-right-color: #333;
  display: inline-block; }

.Select-clear-zone {
  -webkit-animation: Select-animation-fadeIn .2s;
  animation: Select-animation-fadeIn .2s;
  color: #999;
  cursor: pointer;
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 17px; }

.Select-clear-zone:hover {
  color: #d0021b; }

.Select-clear {
  display: inline-block;
  font-size: 18px;
  line-height: 1; }

.Select--multi .Select-clear-zone {
  width: 17px; }

.Select-arrow-zone {
  cursor: pointer;
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 25px;
  padding-right: 5px; }

.Select-arrow {
  border-color: #999 transparent transparent;
  border-style: solid;
  border-width: 5px 5px 2.5px;
  display: inline-block;
  height: 0;
  width: 0;
  position: relative; }

.is-open .Select-arrow, .Select-arrow-zone:hover > .Select-arrow {
  border-top-color: #666; }

.Select--multi .Select-multi-value-wrapper {
  display: inline-block; }

.Select .Select-aria-only {
  display: inline-block;
  height: 1px;
  width: 1px;
  margin: -1px;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  float: left; }

@-webkit-keyframes Select-animation-fadeIn {
  0% {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes Select-animation-fadeIn {
  0% {
    opacity: 0; }
  to {
    opacity: 1; } }

.Select-menu-outer {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-top-color: #e6e6e6;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  margin-top: -1px;
  max-height: 200px;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 1;
  -webkit-overflow-scrolling: touch; }

.Select-menu {
  max-height: 198px;
  overflow-y: auto; }

.Select-option {
  box-sizing: border-box;
  background-color: #fff;
  color: #666;
  cursor: pointer;
  display: block;
  padding: 8px 10px; }

.Select-option:last-child {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px; }

.Select-option.is-selected {
  background-color: #f5faff;
  background-color: rgba(0, 126, 255, 0.04);
  color: #333; }

.Select-option.is-focused {
  background-color: #ebf5ff;
  background-color: rgba(0, 126, 255, 0.08);
  color: #333; }

.Select-option.is-disabled {
  color: #ccc;
  cursor: default; }

.Select-noresults {
  box-sizing: border-box;
  color: #999;
  cursor: default;
  display: block;
  padding: 8px 10px; }

.Select--multi .Select-input {
  vertical-align: middle;
  margin-left: 10px;
  padding: 0; }

.Select--multi.has-value .Select-input {
  margin-left: 5px; }

.Select--multi .Select-value {
  background-color: #ebf5ff;
  background-color: rgba(0, 126, 255, 0.08);
  border-radius: 2px;
  border: 1px solid #c2e0ff;
  border: 1px solid rgba(0, 126, 255, 0.24);
  color: #007eff;
  display: inline-block;
  font-size: .9em;
  line-height: 1.4;
  margin-left: 5px;
  margin-top: 5px;
  vertical-align: top; }

.Select--multi .Select-value-icon, .Select--multi .Select-value-label {
  display: inline-block;
  vertical-align: middle; }

.Select--multi .Select-value-label {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
  cursor: default;
  padding: 2px 5px; }

.Select--multi a.Select-value-label {
  color: #007eff;
  cursor: pointer;
  text-decoration: none; }

.Select--multi a.Select-value-label:hover {
  text-decoration: underline; }

.Select--multi .Select-value-icon {
  cursor: pointer;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  border-right: 1px solid #c2e0ff;
  border-right: 1px solid rgba(0, 126, 255, 0.24);
  padding: 1px 5px 3px; }

.Select--multi .Select-value-icon:focus, .Select--multi .Select-value-icon:hover {
  background-color: #d8eafd;
  background-color: rgba(0, 113, 230, 0.08);
  color: #0071e6; }

.Select--multi .Select-value-icon:active {
  background-color: #c2e0ff;
  background-color: rgba(0, 126, 255, 0.24); }

.Select--multi.is-disabled .Select-value {
  background-color: #fcfcfc;
  border: 1px solid #e3e3e3;
  color: #333; }

.Select--multi.is-disabled .Select-value-icon {
  cursor: not-allowed;
  border-right: 1px solid #e3e3e3; }

.Select--multi.is-disabled .Select-value-icon:active, .Select--multi.is-disabled .Select-value-icon:focus, .Select--multi.is-disabled .Select-value-icon:hover {
  background-color: #fcfcfc; }

@keyframes Select-animation-spin {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn); } }

@-webkit-keyframes Select-animation-spin {
  to {
    -webkit-transform: rotate(1turn); } }

.storepickup__options, .storepickup__options--wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%; }

.storepickup__options .Select {
  box-sizing: border-box;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.2);
  transition: all .3s ease; }

@media screen and (max-width: 759px) {
  .storepickup__options .Select {
    margin-bottom: 9px; } }

.storepickup__options .Select-control {
  width: 290px;
  height: 52px;
  border-radius: 3px;
  border-color: #fff;
  transition: all .3s ease; }

@media screen and (max-width: 759px) {
  .storepickup__options .Select-control {
    width: 100%; } }

.storepickup__options .Select-input, .storepickup__options .Select-placeholder {
  line-height: 50px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: .8125rem;
  color: #333;
  letter-spacing: 1px;
  padding: 0 16px; }

.storepickup__options .Select-arrow-zone {
  padding-right: 22px; }

.storepickup__options .Select-arrow {
  border: 0;
  width: 19px;
  height: 19px; }

.storepickup__options .Select-arrow:before {
  font-family: font-icon !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\E901";
  font-size: 1.1875rem;
  color: #1fa02e; }

.storepickup__options .Select-value {
  padding: 0 16px; }

.storepickup__options .Select-value-label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 50px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: .8125rem;
  color: #333;
  letter-spacing: 1px; }

.storepickup__options .Select-value-label:before {
  font-family: font-icon !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\E96D";
  font-size: 1rem;
  color: #1fa02e;
  margin-right: 6px; }

.storepickup__options .Select-option {
  font-weight: 400;
  font-size: 1rem;
  color: #a3a3a3;
  letter-spacing: 1px;
  text-align: center;
  height: auto;
  line-height: 1;
  padding: 4px 0; }

.storepickup__options .Select.is-disabled {
  box-shadow: none; }

.storepickup__options .Select.is-disabled .Select-control {
  border-color: #e8e8e8;
  background-color: #e8e8e8;
  opacity: .5; }

.storepickup__options .Select.is-disabled .Select-arrow-zone {
  opacity: 1; }

.storepickup__options .Select.is-disabled .Select-arrow:before {
  color: #333; }

.storepickup__options .Select.is-open {
  box-shadow: none; }

.storepickup__options .Select.is-open .Select-control {
  border-color: #b3b3b3;
  border-bottom: 0; }

.storepickup__options .Select.is-open .Select-menu-outer {
  border-top: 0;
  max-height: 144px;
  padding: 0; }

.storepickup__options .Select.is-open .Select-menu {
  max-height: 120px; }

.storepickup__options .Select.is-focused:not(.is-open):not(.has-value) > .Select-control {
  border-color: #fff;
  box-shadow: none; }

.storepickup__options .Select.has-value {
  box-shadow: none; }

.storepickup__options .Select.has-value .Select-control {
  border-color: #b3b3b3;
  box-shadow: none; }

@media screen and (max-width: 759px) {
  .storepickup__options--wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 0; }
  .storepickup__options .storepickup__native-select {
    width: 100%;
    height: 35px;
    padding: 0 11px;
    font-weight: 400;
    font-size: 1rem;
    color: #666;
    border: 1px solid #d1d1d1;
    border-radius: 3px;
    background-color: #fff;
    margin-bottom: 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
  .storepickup__options select:focus {
    font-size: 1rem; } }

.delivery-windows__table--content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #f2f2f2;
  border-top: 1px solid #bfbfbf;
  padding: 10px; }

.delivery-windows__windows {
  margin-top: 10px;
  max-height: 180px;
  overflow: auto; }

.delivery-windows__windows::-webkit-scrollbar {
  width: 5px;
  height: 5px; }

.delivery-windows__windows::-webkit-scrollbar-track {
  border-radius: 3px;
  background-color: #e6e6e6; }

.delivery-windows__windows::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background-color: #a6a7ab; }

.delivery-windows__col, .delivery-windows__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.delivery-windows__col {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  border: 1px solid #d8d8d8;
  height: 50px; }

@media screen and (max-width: 759px) {
  .delivery-windows__col {
    width: 30px; } }

.delivery-windows__col.unavailable {
  background-color: #d8d8d8;
  border-color: #c1c1c1;
  font-size: 17px;
  color: #aaa; }

.delivery-windows__day {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  line-height: 1; }

.delivery-windows__day-empty {
  max-width: 60px; }

.delivery-windows__day-name {
  color: #1fa02e;
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 600;
  text-transform: uppercase; }

.delivery-windows__day-number {
  font-weight: 600;
  font-size: 13px;
  margin-top: 5px; }

.delivery-windows__time-range {
  background-color: #f2f2f2;
  border: 0;
  font-size: 15px;
  font-weight: 600;
  color: #1c1c1c;
  line-height: 18px;
  max-width: 60px;
  text-align: left; }

@media screen and (max-width: 759px) {
  .delivery-windows__time-range {
    font-size: 12px; } }

.delivery-windows__availability {
  font-size: 27px; }

@media screen and (max-width: 759px) {
  .delivery-windows__availability {
    font-size: 20px; } }

.delivery-windows__availability--true {
  color: #1fa02e; }

.delivery-windows__availability--false:before {
  content: "" !important;
  font-family: font-icon; }

.delivery-windows__legends {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin-top: 10px; }

.delivery-windows__legend, .delivery-windows__legends {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.delivery-windows__legend {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.delivery-windows__legend-text {
  margin-left: 10px;
  font-size: 14px;
  color: #333; }

.delivery-windows__slas--disclaimer {
  color: #333;
  margin-top: 10px;
  font-size: 13px;
  font-style: italic;
  text-align: center; }

.delivery-windows__close button {
  margin: 30px auto 0;
  width: 250px;
  height: 45px;
  border-radius: 3px;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: .1em;
  color: #1fa02e;
  transition: color .25s,border .25s,background-color .25s;
  border: 1px solid #1fa02e;
  text-transform: uppercase; }

.delivery-windows__close button:hover {
  color: #fff;
  background-color: #1fa02e; }

.delivery-windows__no-slas {
  text-align: center; }

.storepickup {
  padding: 36px 52px 76px; }

.storepickup__title-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
  position: relative;
  margin-bottom: 38px; }

.storepickup__title, .storepickup__title-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.storepickup__title {
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.storepickup__title .icon-sucursal-flujoproducto {
  font-size: 2.125rem;
  margin-right: 14px; }

.storepickup__subtitle {
  margin-bottom: 26px; }

.storepickup__quick-shipping-container {
  background: #55b84f;
  border-radius: 4px;
  color: #fff;
  font-family: Source Sans Pro;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  margin-top: 13px;
  padding: 5px;
  text-align: center; }

.storepickup__quick-shipping-info {
  font-weight: 300;
  margin-right: 5px; }

.storepickup__quick-shipping-text:first-letter {
  text-transform: uppercase; }

.storepickup__map-wrapper {
  padding-top: 45px;
  overflow: hidden; }

.storepickup__map-wrapper.quick-shipping {
  padding-top: 14px; }

.storepickup__map {
  width: 100%;
  height: 136px; }

.storepickup__submit {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 2px; }

.storepickup__submit button {
  width: 192px; }

.storepickup.with-map {
  padding-bottom: 16px; }

.storepickup.with-map .storepickup__submit {
  padding-top: 28px; }

.storepickup.view-slas {
  padding: 20px; }

.storepickup.view-slas .storepickup__title-wrapper {
  margin-bottom: 15px; }

.storepickup.view-slas .storepickup__subtitle {
  margin-bottom: 20px; }

.storepickup.view-slas .storepickup__options {
  padding-bottom: 5px;
  border-bottom: none; }

.storepickup.view-slas .storepickup__options--wrapper {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.storepickup.view-slas .storepickup__map-wrapper {
  padding-top: 10px; }

@media screen and (max-width: 759px) {
  .storepickup {
    padding: 36px 15px; }
  .storepickup__title-wrapper {
    margin-bottom: 15px; }
  .storepickup__map-wrapper {
    padding-top: 0;
    padding-bottom: 10px; }
  .storepickup__map-wrapper.quick-shipping {
    padding-bottom: 20px; }
  .storepickup__map {
    height: 100%; }
  .storepickup__quick-shipping-container {
    font-size: 16px;
    text-align: center;
    padding: 8px;
    margin-bottom: 20px; }
  .storepickup__submit button {
    height: 46px;
    width: 100%; }
  .storepickup.with-map .storepickup__submit {
    padding-top: 5px; } }

.marker {
  height: 68px;
  width: 250px;
  padding-left: 18px;
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.marker__name {
  font-weight: 700;
  font-size: .9375rem;
  color: #1fa02e;
  margin-bottom: 9px; }

.marker__data {
  font-size: 300px;
  font-size: .75rem;
  color: #333; }

@media screen and (max-width: 759px) {
  .marker {
    height: 45px;
    padding: 5px 20px; }
  .marker__name {
    margin-bottom: 4px;
    font-size: .75rem; }
  .marker__data {
    font-size: .625rem;
    color: #000; } }

.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto; }

.ps__rail-x {
  height: 15px;
  bottom: 0; }

.ps__rail-x, .ps__rail-y {
  display: none;
  opacity: 0;
  transition: background-color .2s linear,opacity .2s linear;
  -webkit-transition: background-color .2s linear,opacity .2s linear;
  position: absolute; }

.ps__rail-y {
  width: 15px;
  right: 0; }

.ps--active-x > .ps__rail-x, .ps--active-y > .ps__rail-y {
  display: block;
  background-color: transparent; }

.ps--focus > .ps__rail-x, .ps--focus > .ps__rail-y, .ps--scrolling-x > .ps__rail-x, .ps--scrolling-y > .ps__rail-y, .ps:hover > .ps__rail-x, .ps:hover > .ps__rail-y {
  opacity: .6; }

.ps__rail-x:focus, .ps__rail-x:hover, .ps__rail-y:focus, .ps__rail-y:hover {
  background-color: #eee;
  opacity: .9; }

.ps__thumb-x {
  transition: background-color .2s linear,height .2s ease-in-out;
  -webkit-transition: background-color .2s linear,height .2s ease-in-out;
  height: 6px;
  bottom: 2px; }

.ps__thumb-x, .ps__thumb-y {
  background-color: #aaa;
  border-radius: 6px;
  position: absolute; }

.ps__thumb-y {
  transition: background-color .2s linear,width .2s ease-in-out;
  -webkit-transition: background-color .2s linear,width .2s ease-in-out;
  width: 6px;
  right: 2px; }

.ps__rail-x:focus > .ps__thumb-x, .ps__rail-x:hover > .ps__thumb-x {
  background-color: #999;
  height: 11px; }

.ps__rail-y:focus > .ps__thumb-y, .ps__rail-y:hover > .ps__thumb-y {
  background-color: #999;
  width: 11px; }

@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important; } }

@media (-ms-high-contrast: none), screen and (-ms-high-contrast: active) {
  .ps {
    overflow: auto !important; } }

.scrollbar-container {
  position: relative;
  height: 100%; }

.address-selector {
  border-top: 3px solid #e8e8e8;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 26px; }

.address-selector__subtitle {
  text-align: center;
  margin-bottom: 17px;
  font-weight: 300;
  font-size: 1.25rem;
  color: #525252; }

.address-selector__security-clarification {
  text-align: center;
  margin-bottom: 21px;
  font-weight: 400;
  font-size: .9375rem;
  color: #828282;
  line-height: 22px; }

.address-selector__security-clarification .bold {
  font-weight: 600; }

.address-selector__security-clarification a {
  color: #1fa02e;
  display: inline; }

.address-selector__addresses {
  padding-right: 5px; }

.address-selector__addresses .scrollbar-container {
  width: 611px;
  padding: 5px 0 5px 5px;
  max-height: 238px; }

.address-selector__addresses .scrollbar-container .ps__rail-y {
  display: block;
  opacity: 1;
  height: 100%;
  max-height: calc(100% - 10px);
  width: 3px;
  margin-top: 5px;
  background-color: #e8e8e8;
  border-radius: 3px; }

.address-selector__addresses .scrollbar-container .ps__rail-y .ps__thumb-y {
  width: 3px;
  right: 0;
  border-radius: 3px; }

.address-selector__actions {
  width: 606px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 12px;
  margin-right: 5px; }

@media screen and (max-width: 759px) {
  .address-selector__actions {
    width: 100%; } }

.address-selector__new-address {
  height: 46px;
  width: 100%;
  border: 1px solid #848484;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 23px;
  border-radius: 4px; }

@media screen and (max-width: 759px) {
  .address-selector {
    padding: 0;
    padding-top: 8px;
    border-top: none; }
  .address-selector__security-clarification {
    font-size: 12px;
    margin-bottom: 15px;
    padding: 0 5px; }
  .address-selector__addresses {
    width: 100%;
    padding-right: 0; }
  .address-selector__addresses .scrollbar-container {
    width: 100%;
    max-height: 140px; }
  .address-selector__actions {
    width: 100%;
    margin-right: 0; }
  .address-selector__new-address {
    height: 44px;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
    color: #848484;
    font-weight: 600;
    margin-bottom: 12px; } }

.address {
  border: 1px solid #b3b3b3;
  width: 590px;
  height: 52px;
  padding: 0 14px 0 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 10px;
  border-radius: 4px;
  transition: all .25s ease; }

.address.last {
  margin-bottom: 0; }

.address:hover {
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.2);
  border-color: #fff; }

.address__radio {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #ccc;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.address__value {
  text-align: left;
  font-size: .8125rem;
  color: #333;
  font-weight: 600; }

.address--selected {
  border-color: #1fa02e;
  cursor: default; }

.address--selected:hover {
  box-shadow: none;
  border-color: #1fa02e; }

.address--selected .address__radio {
  border-color: #000; }

.address--selected .address__radio:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #1fa02e; }

@media screen and (max-width: 759px) {
  .address {
    padding: 0 10px;
    height: 40px;
    width: 98%; }
  .address__value {
    width: 90%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; } }

.less-than-4 {
  width: 606px; }

.less-than-4 .address {
  width: 100%; }

@media screen and (max-width: 759px) {
  .less-than-4 {
    width: 100%;
    overflow: hidden;
    max-height: 150px; } }

.delivery {
  padding: 52px 42px 22px; }

.delivery__title-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
  position: relative;
  margin-bottom: 38px; }

.delivery__title, .delivery__title-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.delivery__title {
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.delivery__title .icon-envio-flujoproducto {
  font-size: 1.5625rem;
  margin-right: 9px; }

.delivery__login {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center; }

.delivery__login-subtitle {
  margin-bottom: 20px; }

.delivery__login-label {
  line-height: 1;
  margin-bottom: 7px; }

.delivery__login-input {
  width: 100%;
  height: 52px;
  background-color: #f2f2f2;
  margin-bottom: 22px;
  border-radius: 4px;
  text-align: center;
  font-weight: 600;
  font-size: .875rem;
  color: #5c5c5c;
  letter-spacing: 1px; }

.delivery__login-submit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: 1px solid #e8e8e8;
  width: 100%;
  padding-top: 22px; }

.delivery__login-submit button {
  height: 56px;
  width: 192px; }

@media screen and (max-width: 759px) {
  .delivery {
    padding: 10px; }
  .delivery__title-wrapper {
    margin-bottom: 15px;
    margin-top: 30px; }
  .delivery__login-submit button {
    width: 100%;
    height: 44px; } }

.modal-address {
  position: relative;
  left: 38px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.modal-address__close {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #000;
  width: 30px;
  height: 30px;
  color: #fff; }

.modal-address__form {
  padding: 20px 30px 26px;
  width: 340px;
  height: 480px;
  min-height: 320px;
  background-color: #fff;
  position: absolute;
  z-index: 1;
  left: -75px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.modal-address__title {
  width: 100%;
  line-height: 1;
  margin: 0 0 15px;
  padding-bottom: 11px;
  border-bottom: 1px solid #cfcfcf;
  font-weight: 700;
  font-size: 1.25rem;
  color: #474747; }

.modal-address__data-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.modal-address__input-wrapper {
  margin-bottom: 7px; }

.modal-address__input-wrapper--half {
  display: inline-block;
  width: calc(50% - 5px);
  margin-top: 0; }

.modal-address__input-wrapper--half:first-child {
  margin-right: 10px; }

.modal-address__input-wrapper .Select-control {
  border-color: #d1d1d1 !important;
  box-shadow: none !important; }

.modal-address__input-wrapper .Select-input input, .modal-address__input-wrapper .Select-placeholder {
  font-weight: 400;
  font-size: .875rem; }

.modal-address__input-wrapper .Select-input input {
  color: #666; }

.modal-address__input-wrapper .Select-placeholder {
  color: #b3b3b3; }

.modal-address__input-wrapper .Select-arrow {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.modal-address__input-wrapper .Select-value-label {
  font-weight: 400;
  font-size: .875rem;
  color: #666; }

.modal-address__input-wrapper .Select-option {
  font-size: .75rem;
  line-height: 1;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; }

.modal-address__input-wrapper .Select.is-open .Select-control {
  border-color: #d1d1d1; }

.modal-address input[type=number]::-webkit-inner-spin-button, .modal-address input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

.modal-address input[type=number] {
  -moz-appearance: textfield; }

.modal-address #modal-address__number {
  border-color: red; }

.modal-address__input {
  width: 100%;
  height: 35px;
  padding: 0 11px;
  font-weight: 400;
  font-size: .875rem;
  color: #666;
  border: 1px solid #d1d1d1;
  border-radius: 3px; }

.modal-address__input::-webkit-input-placeholder {
  color: #b3b3b3; }

.modal-address__input::-moz-placeholder {
  color: #b3b3b3; }

.modal-address__input:-ms-input-placeholder {
  color: #b3b3b3; }

.modal-address__input:-moz-placeholder {
  color: #b3b3b3; }

.modal-address__label {
  font-weight: 300;
  font-size: .8125rem;
  color: #525252;
  line-height: 1;
  margin: 0;
  padding-bottom: 5px; }

.modal-address__google-wrapper {
  position: relative; }

.modal-address__google-autocomplete {
  position: absolute;
  z-index: 1;
  width: 100%;
  box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.3); }

.modal-address__google-autocomplete > .suggestion-item {
  width: 100%;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: .75rem;
  border-bottom: 1px solid #d1d1d1;
  background-color: #fafafa;
  padding: 10px;
  color: #555;
  cursor: pointer; }

.modal-address__google-autocomplete > .suggestion-item:hover {
  background-color: #f0f0f0; }

.modal-address__google-autocomplete > .suggestion-item:last-child {
  border-bottom: 0; }

.modal-address__google-autocomplete > .suggestion-item:before {
  font-family: font-icon !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\E96D";
  font-size: .8125rem;
  margin-right: 5px; }

.modal-address__google-autocomplete > .suggestion-item > div {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; }

.modal-address__google-autocomplete > .shipping-preference-loader {
  margin: auto;
  width: 60px; }

.modal-address__confirm {
  width: 100%;
  height: 48px !important; }

.modal-address__map {
  width: 756px;
  height: 530px; }

@media screen and (max-width: 759px) {
  .modal-address {
    left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .modal-address__form {
    left: 0;
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    position: relative;
    height: auto;
    min-height: 50px;
    padding: 10px 10px 15px; }
  .modal-address__map {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    height: 182px; }
  .modal-address__close {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0; }
  .modal-address__title {
    border-bottom: none;
    text-align: center;
    margin-bottom: 5px;
    padding-bottom: 5px; }
  .modal-address__input-wrapper {
    padding: 0 10px; }
  .modal-address__info-wrapper {
    overflow-x: scroll;
    max-height: 110px;
    padding: 0 10px; }
  .modal-address__info-wrapper .modal-address__input-wrapper {
    padding: 0; } }

.shipping-preference-success {
  padding: 52px 0 45px; }

.shipping-preference-success__title {
  margin-bottom: 33px; }

.shipping-preference-success__title .icon:before {
  font-family: font-icon !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\E95B";
  font-size: 1.1875rem;
  margin-right: 11px;
  color: #1fa02e; }

.shipping-preference-success__subtitle {
  margin-bottom: 0 !important; }

.shipping-preference-success .loader {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: unset;
  margin-top: 25px; }

.shipping-preference-success .loader i svg {
  height: 30px;
  position: unset; }

.shipping-preference-success__quick-shipping-container {
  color: #525252;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 33px;
  text-align: center; }

.shipping-preference-success__quick-shipping-info {
  margin-bottom: 10px; }

.shipping-preference-success__quick-shipping-text {
  color: #5ca33e;
  font-weight: 800; }

.shipping-preference-success__timer {
  color: #525252;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-weight: 300;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 33px; }

.shipping-preference-success__close {
  color: #1fa02e;
  font-weight: 400; }

@media screen and (max-width: 759px) {
  .shipping-preference-success {
    padding: 52px 20px 45px; }
  .shipping-preference-success__title .icon {
    height: 50px;
    border: 3px solid #1fa02e;
    border-radius: 50%;
    width: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: auto;
    margin-bottom: 25px; }
  .shipping-preference-success__title .icon:before {
    margin-right: 0; } }

.shipping-preference-scwithoutstock {
  background-color: #fff;
  padding: 30px 0;
  width: 760px;
  overflow: visible;
  white-space: nowrap;
  font-size: 0;
  line-height: 1;
  position: relative;
  left: -57px; }

.shipping-preference-scwithoutstock--multi-product {
  left: auto;
  padding: 0;
  width: auto; }

.shipping-preference-scwithoutstock--multi-product .shipping-preference-scwithoutstock__wrapper {
  width: 100%;
  background-color: #fff;
  padding: 42px 60px 27px; }

.shipping-preference-scwithoutstock--multi-product .shipping-preference-scwithoutstock__buttons-wrapper {
  width: 590px;
  margin: auto; }

.shipping-preference-scwithoutstock__icon-atention {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
  width: 244px;
  text-align: center;
  height: 333px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.shipping-preference-scwithoutstock__icon-atention svg {
  width: 128px;
  height: 128px; }

.shipping-preference-scwithoutstock__wrapper {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
  background-color: #f1f1f1;
  width: 630px;
  padding: 42px 24px 27px;
  text-align: center;
  height: 100%;
  max-height: 710px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly; }

.shipping-preference-scwithoutstock__title {
  font-weight: 700;
  font-size: 1.75rem;
  color: #333;
  margin: 0; }

.shipping-preference-scwithoutstock__messages-wrapper > :nth-child(2) {
  border-top: 1px solid #e8e8e8; }

.shipping-preference-scwithoutstock__messages-wrapper--message {
  padding-top: 15px; }

.shipping-preference-scwithoutstock__subtitle {
  font-weight: 300;
  font-size: 1rem;
  color: #595959;
  line-height: 1.625rem;
  margin-bottom: 20px;
  white-space: normal; }

.shipping-preference-scwithoutstock__question {
  font-weight: 700;
  font-size: 1.0625rem;
  color: #5d9e3b;
  margin-bottom: 30px; }

.shipping-preference-scwithoutstock__buttons-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.shipping-preference-scwithoutstock__button {
  height: 44px;
  font-size: .875rem;
  border-radius: 3px;
  font-weight: 600;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
  transition: all .3s ease; }

.shipping-preference-scwithoutstock__button--back {
  width: 272px;
  border: 1px solid #5d9e3b;
  background-color: transparent;
  color: #5d9e3b; }

.shipping-preference-scwithoutstock__button--back:before {
  font-family: font-icon !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\E951";
  font-size: 1.3125rem;
  position: absolute;
  left: 18px;
  top: 0;
  line-height: 50px; }

.shipping-preference-scwithoutstock__button--back:hover {
  background-color: #5d9e3b;
  color: #fff; }

.shipping-preference-scwithoutstock__button--continue {
  width: 290px;
  border: 1px solid #a4c735;
  background-color: #a4c735;
  color: #fff; }

.shipping-preference-scwithoutstock__button--continue:after {
  font-family: font-icon !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\E91E";
  font-size: 1.3125rem;
  margin-left: 13px; }

.shipping-preference-scwithoutstock__button--continue:hover {
  border-color: #95b709;
  background-color: #95b709; }

.shipping-preference-scwithoutstock__button--back.shipping-preference-scwithoutstock__button--saleChannel {
  width: 100%; }

.shipping-preference-scwithoutstock__products {
  padding-bottom: 20px;
  background-color: #fff; }

.shipping-preference-scwithoutstock__products .scrollbar-container {
  max-height: 85px; }

.shipping-preference-scwithoutstock__products .scrollbar-container .ps__rail-y {
  opacity: 1; }

.shipping-preference-scwithoutstock__product {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: .9375rem;
  padding: 5px 14px;
  border-bottom: 1px solid #d9d9d9;
  width: calc(100% - 18px); }

.shipping-preference-scwithoutstock__product:nth-last-child(3) {
  border-bottom: 0; }

.shipping-preference-scwithoutstock__product-image {
  margin-right: 18px; }

.shipping-preference-scwithoutstock__product-data {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: left;
  line-height: 1; }

.shipping-preference-scwithoutstock__product-name {
  color: #000;
  font-weight: 600;
  margin-bottom: 6px; }

.shipping-preference-scwithoutstock__product-brand {
  font-size: .75rem;
  color: #6b6b6b;
  font-weight: 400; }

.shipping-preference-scwithoutstock__product-price {
  font-weight: 700;
  font-size: .9375rem;
  color: #5d9e3b; }

@media screen and (max-width: 759px) {
  .shipping-preference-scwithoutstock {
    width: 100%;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #f1f1f1; }
  .shipping-preference-scwithoutstock__icon-atention {
    width: auto;
    height: auto; }
  .shipping-preference-scwithoutstock__icon-atention svg {
    width: 80px;
    height: 80px; }
  .shipping-preference-scwithoutstock__wrapper {
    width: auto;
    height: auto;
    padding: 10px 16px; }
  .shipping-preference-scwithoutstock__title {
    font-size: 1.375rem;
    margin: 6px 0 10px; }
  .shipping-preference-scwithoutstock__subtitle {
    white-space: pre-wrap;
    color: #000; }
  .shipping-preference-scwithoutstock__buttons-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .shipping-preference-scwithoutstock__button {
    margin-bottom: 10px;
    width: 260px;
    text-transform: uppercase; }
  .shipping-preference-scwithoutstock__question {
    margin-bottom: 26px; }
  .shipping-preference-scwithoutstock--multi-product .shipping-preference-scwithoutstock__wrapper {
    width: 100%;
    background-color: #fff;
    padding: 10px 16px; }
  .shipping-preference-scwithoutstock--multi-product .shipping-preference-scwithoutstock__buttons-wrapper {
    width: auto;
    margin: auto; } }

#login-root .Select, #store-selection-root .Select, .address-manager-modal .Select, .user-management .Select {
  margin-bottom: 11px; }

#address-manager .Select-control, #login-root .Select-control, #store-selection-root .Select-control, .address-manager-modal .Select-control, .user-management .Select-control {
  height: 45px;
  border: none;
  border-radius: initial;
  background-color: #f2f2f2; }

#address-manager .Select-value-label, #login-root .Select-value-label, #store-selection-root .Select-value-label, .address-manager-modal .Select-value-label, .user-management .Select-value-label {
  font-size: 15px;
  line-height: 44px;
  font-weight: 400; }

#address-manager .Select-input, #address-manager .Select-placeholder, #login-root .Select-input, #login-root .Select-placeholder, #store-selection-root .Select-input, #store-selection-root .Select-placeholder, .address-manager-modal .Select-input, .address-manager-modal .Select-placeholder, .user-management .Select-input, .user-management .Select-placeholder {
  line-height: 44px;
  color: #666;
  padding-right: 30px; }

#address-manager .Select-arrow, #address-manager .Select .Select-arrow-zone:hover > .Select-arrow, #login-root .Select-arrow, #login-root .Select .Select-arrow-zone:hover > .Select-arrow, #store-selection-root .Select-arrow, #store-selection-root .Select .Select-arrow-zone:hover > .Select-arrow, .address-manager-modal .Select-arrow, .address-manager-modal .Select .Select-arrow-zone:hover > .Select-arrow, .user-management .Select-arrow, .user-management .Select .Select-arrow-zone:hover > .Select-arrow {
  border-top-color: #1fa02e;
  vertical-align: middle; }

#address-manager .Select-menu-outer, #login-root .Select-menu-outer, #store-selection-root .Select-menu-outer, .address-manager-modal .Select-menu-outer, .user-management .Select-menu-outer {
  border: none;
  z-index: 2; }

#address-manager .Select.is-disabled > .Select-control, #login-root .Select.is-disabled > .Select-control, #store-selection-root .Select.is-disabled > .Select-control, .address-manager-modal .Select.is-disabled > .Select-control, .user-management .Select.is-disabled > .Select-control {
  background: #d1d3d4; }

#address-manager .Select.is-disabled .Select-arrow, #login-root .Select.is-disabled .Select-arrow, #store-selection-root .Select.is-disabled .Select-arrow, .address-manager-modal .Select.is-disabled .Select-arrow, .user-management .Select.is-disabled .Select-arrow {
  border-color: #595959 transparent transparent; }

#address-manager .Select.is-open .Select-arrow, #login-root .Select.is-open .Select-arrow, #store-selection-root .Select.is-open .Select-arrow, .address-manager-modal .Select.is-open .Select-arrow, .user-management .Select.is-open .Select-arrow {
  border-bottom-color: #1fa02e; }

#address-manager .Select.is-focused:not(.is-open) > .Select-control, #login-root .Select.is-focused:not(.is-open) > .Select-control, #store-selection-root .Select.is-focused:not(.is-open) > .Select-control, .address-manager-modal .Select.is-focused:not(.is-open) > .Select-control, .user-management .Select.is-focused:not(.is-open) > .Select-control {
  border-color: none;
  box-shadow: none; }

.private-neighborhood-checkbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 15px 0; }

.private-neighborhood-checkbox__input {
  display: none; }

.private-neighborhood-checkbox__label {
  font-size: 13px;
  font-weight: 300; }

.private-neighborhood-checkbox__label:before {
  content: "\E90B";
  font-family: font-icon;
  width: 14px;
  height: 14px;
  line-height: 14px;
  text-align: center;
  border: 1px solid #d1d1d1;
  border-radius: 3px;
  font-size: .6875rem;
  color: #fff;
  background-color: #fff;
  display: inline-block;
  margin: 0 8px 0 0;
  transition: all .25s; }

.private-neighborhood-checkbox__input:checked + .private-neighborhood-checkbox__label:before {
  background-color: #1fa02e;
  border-color: #1fa02e; }

@-webkit-keyframes submitLoader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn); } }

@keyframes submitLoader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn); } }

.shipping-preference-overlay {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.2); }

.shipping-preference-overlay__wrapper {
  background-color: #fff;
  width: calc(100% - 20px);
  max-width: 710px;
  position: relative; }

.shipping-preference-overlay__wrapper--error, .shipping-preference-overlay__wrapper--map {
  background-color: transparent; }

.shipping-preference-overlay__close {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #323232;
  width: 30px;
  height: 30px;
  font-size: .6875rem;
  color: #fff;
  cursor: pointer;
  transition: all .3s ease; }

.shipping-preference-overlay__close:hover {
  background-color: #1fa02e; }

.shipping-preference-overlay__close span {
  display: block; }

.shipping-preference-overlay__close button {
  width: 100%;
  height: 100%;
  color: #fff;
  font-weight: 700; }

.shipping-preference-overlay__message {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #f5f5f5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 15px 0;
  text-align: center; }

@media screen and (max-width: 759px) {
  .shipping-preference-overlay__message {
    padding: 10px 0; } }

.shipping-preference-overlay__message span {
  font-size: 12px;
  color: #333;
  font-weight: 600; }

.shipping-preference__title {
  font-weight: 700;
  font-size: 1.5rem;
  color: #333;
  padding: 0;
  line-height: 1;
  text-align: center; }

.shipping-preference__title .font-icn-cat {
  color: #1fa02e;
  font-weight: 400; }

.shipping-preference__subtitle {
  font-weight: 300;
  font-size: 1.25rem;
  color: #525252;
  padding: 0;
  margin: 0 0 27px;
  line-height: 1.75rem;
  width: 100%;
  text-align: center; }

.shipping-preference__subtitle-selector {
  padding: 0 90px; }

@media screen and (max-width: 759px) {
  .shipping-preference__subtitle-selector {
    padding: 0; } }

@media screen and (max-width: 759px) {
  .shipping-preference__subtitle {
    font-size: 1em;
    font-weight: 400;
    line-height: 1.4em; } }

.shipping-preference__back {
  font-weight: 400;
  font-size: .8125rem;
  color: #575757;
  letter-spacing: 1px;
  text-transform: uppercase;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0; }

.shipping-preference__back:before {
  font-family: font-icon !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\E912";
  font-size: .625rem;
  margin-right: 9px; }

.shipping-preference__submit {
  height: 56px;
  border-radius: 5px;
  padding: 0 52px;
  text-transform: uppercase;
  color: #fff;
  background-color: #1fa02e;
  font-weight: 600; }

.shipping-preference__submit:disabled {
  background-color: #bfbfbf; }

.shipping-preference__loader {
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin: 30px auto;
  border-top: 4px solid rgba(31, 160, 46, 0.2);
  border-right: 4px solid rgba(31, 160, 46, 0.2);
  border-bottom: 4px solid rgba(31, 160, 46, 0.2);
  border-left: 4px solid #1fa02e;
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

.shipping-preference__loader.animated {
  -webkit-animation: submitLoader 1.1s infinite linear;
  animation: submitLoader 1.1s infinite linear; }

@media screen and (max-width: 759px) {
  .shipping-preference__back {
    top: -30px;
    left: 91%; }
  .shipping-preference__back:before {
    font-size: 1.25rem; }
  .shipping-preference__title.storepickup__title {
    padding: 0;
    font-size: 1.25em; }
  .shipping-preference__title.storepickup__title .icon-sucursal-flujoproducto {
    margin-right: 5px; }
  .shipping-preference__title.delivery__title {
    font-size: 1.1875rem; }
  .shipping-preference__subtitle.storepickup__subtitle {
    margin-bottom: 15px;
    font-size: .89em;
    padding: 0 18px; }
  .shipping-preference__subtitle.address-selector__subtitle {
    margin-bottom: 10px;
    color: #000;
    font-weight: 300; }
  .shipping-preference__subtitle.delivery__login-subtitle {
    font-size: .875rem;
    padding: 0 5px; }
  .shipping-preference-success__title {
    font-size: 19px;
    padding: 0 27px;
    margin-bottom: 16px; }
  .shipping-preference-success__subtitle {
    padding: 0 8px; }
  .shipping-preference__submit, .shipping-preference__submit.address-selector__submit {
    width: 100%;
    height: 44px; }
  .shipping-preference__submit.modal-address__confirm {
    width: calc(100% - 20px);
    margin: auto; }
  .shipping-preference .address-manager-edit-address__select {
    width: 100%;
    height: 35px;
    padding: 0 11px;
    font-weight: 400;
    font-size: .875rem;
    color: #666;
    border: 1px solid #d1d1d1;
    border-radius: 3px;
    background-color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; } }
