.w-form-formradioinput--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
  border-right-width: 4px;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
}

.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.container {
  width: 1100px;
  max-width: 90%;
  margin-right: auto;
  margin-left: auto;
}

.navbar-almacarone {
  background-color: transparent;
}

.header {
  /*background-color: #351517;*/
  background-color: #153348;
}

.logo-al-macarone {
  padding-left: 0px;
}

.ed-banner {
  background-color: #000;
  background-image: url('../img/new_desing_jc/pizzasbg.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.ed-banner.ed-banner--fran {
  background-color: #c8020d;
  background-image: url('../img/ed/ed-banner-fran.jpg');
}

.ed-banner.ed-banner--locations {
  background-image: url('../img/ed/bg-locations.jpg');
}

.ed-main-container {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.c-ed-banner {
  padding-top: 70px;
  padding-bottom: 60px;
}

.ed-banner-heading.ed-banner-heading--fran {
  margin-bottom: 20px;
}

.c-ed-banner-heading {
  text-align: center;
}

.ed-banner-heading__title {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: 'Barlow Condensed', sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 120%;
  font-weight: 700;
  text-transform: uppercase;
}

.ed-banner-heading__title.ed-banner-heading__title--mb0 {
  margin-bottom: 0px;
}

.ed-banner-heading__title.ed-banner-heading__title--mb {
  margin-bottom: 30px;
}

.ed-banner-heading__desc {
  font-family: 'Barlow Condensed', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 120%;
}

.ed-banner-heading__desc p {
  margin-bottom: 30px;
}

.ed-banner-heading__desc p:last-child {
  margin-bottom: 0;
}

.ed-banner-heading__desc.ed-banner-heading__desc--mb {
  margin-bottom: 0;
}

.c-ed-contact {
  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;
}

.ed-contact-item {
  width: 50%;
  min-height: 360px;
  padding: 20px;
  background-color: #153348;
}

.ed-contact-item.ed-contact-item--dark {
  /*background-color: #17373e;*/
}

.c-ed-contact-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 260px;
  margin-right: auto;
  margin-left: auto;
  -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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.ed-contact-item__title {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: 'Barlow Condensed', sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 120%;
}

.ed-contact-item__desc {
  margin-bottom: 20px;
  font-family: 'Barlow Condensed', sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 120%;
}

.ed-contact-item__link {
  display: block;
  width: 100%;
  padding: 14px 14px 16px;
  border: 2px solid #fff;
  border-radius: 40px;
  background-color: #153348;
  font-family: Barlow, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 120%;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  transition: .2s;
}

.ed-contact-item__link:hover {
  background-color: #fff;
  color: #000;
}

.ed-contact-item__link.ed-contact-item__link--dark {
  background-color: transparent;
  font-weight: 700;
}

.ed-contact-item__link.ed-contact-item__link--dark:hover {
  background-color: #fff;
  color: #17373e;
  border-color: #fff;
}

.c-ed-contact-content {
  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;
}

.ed-contact-content-form {
  width: 56%;
  padding: 90px 40px 30px;
  background-color: #153348;
}

.ed-contact-content-form.ed-contact-content-form--ser {
  width: 100%;
  padding-top: 100px;
  padding-bottom: 120px;
  background-color: #153348;
}

.ed-contact-content-picture {
  width: 44%;
  background-color: #eee;
  background-image: url('../img/ed/ed-img-form-1.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.ed-contact-content-picture.ed-contact-content-picture--ser {
  display: none;
  width: 50%;
  background-image: url('../img/ed/ed-img-form-2.jpg');
}

.c-ed-contact-content-form {
  max-width: 410px;
  margin-right: auto;
  margin-left: auto;
}

.c-ed-contact-content-form-block {
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.ed-contact-content-form-block-field {
  width: 100%;
  margin-bottom: 40px;
}

.ed-contact-content-form-block-field.ed-contact-content-form-block-field--50 {
  width: 48%;
}

.ed-contact-content-form-block-field.ed-contact-content-form-block-field--area {
  margin-bottom: 10px;
}

.ed-contact-content-form-block-field.ed-contact-content-form-block-field--file {
  margin-bottom: 20px;
}

.ed-contact-content-form-block-field.ed-contact-content-form-block-field--submit {
  margin-bottom: 0px;
}

.ed-contact-content-form-block-field.ed-contact-content-form-block-field--20 {
  margin-bottom: 20px;
}

.c-ed-contact-content-form-block-field {
  position: relative;
}

.ed-contact-content-form-block-field__label {
  position: absolute;
  left: 20px;
  top: -30%;
  display: inline-block;
  margin-bottom: 0px;
  padding-right: 10px;
  padding-left: 10px;
  background-color: #153348;
  font-family: Barlow, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 120%;
  font-weight: 500;
}

.ed-contact-content-form-block-field__label.ed-contact-content-form-block-field__label--file {
  position: static;
  margin-bottom: 10px;
  margin-left: 30px;
  padding-right: 0px;
  padding-left: 0px;
  background-color: transparent;
}

.ed-contact-content-form-block-field__label.ed-contact-content-form-block-field__label--ser {
  background-color: #153348;
}

.ed-contact-content-form-block-field__input {
  height: 40px;
  margin-bottom: 0px;
  border: 1px solid #fff;
  border-radius: 4px;
  background-color: transparent;
  font-family: Barlow, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 120%;
  font-weight: 500;
}

.ed-contact-content-form-block-field__submit {
  display: block;
  width: 100%;
  padding-top: 14px;
  padding-bottom: 16px;
  border-radius: 40px;
  background-color: #fff;
  font-family: Barlow, sans-serif;
  color: #153348;
  font-size: 16px;
  line-height: 120%;
  font-weight: 700;
  transition: .2s;
}

.ed-contact-content-form-block-field__submit:hover {
  opacity: .9;
}

.ed-contact-content-form-block-field__submit.ed-contact-content-form-block-field__submit--ser {
  background-color: #153348;
  color: #fff !important;
  border: 1px solid #fff;
}
.ed-contact-content-form-block-field__submit.ed-contact-content-form-block-field__submit--ser:hover {
  background-color: #fff;
  color: #153348 !important;
  border: 1px solid #fff;
}

.ed-contact-content-form-block-field-file-input {
  margin-bottom: 15px;
  padding: 12px;
  border: 1px dashed #fff;
  border-radius: 4px;
  cursor: pointer;
}

.c-ed-contact-content-form-block-field-file-input {
  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;
}

.ed-contact-content-form-block-field-file-input__text {
  margin-right: 30px;
  font-family: Barlow, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 130%;
}

.ed-contact-content-form-block-field-file-input__icon {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.c-ed-contact-content-form-block-field-file-info {
  text-align: right;
}

.ed-contact-content-form-block-field-file-info__text {
  font-family: Barlow, sans-serif;
  color: #fd7e86;
  font-size: 14px;
  line-height: 120%;
}

.ed-contact-content-form-block-field__area {
  width: 100%;
  height: 60px;
  max-height: 60px;
  max-width: 100%;
  min-height: 60px;
  min-width: 100%;
  margin-bottom: 0px;
  border: 1px solid #fff;
  border-radius: 4px;
  background-color: transparent;
  font-family: Barlow, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 120%;
  font-weight: 500;
}

.c-ed-banner-actions {
  text-align: center;
}

.ed-banner-actions__link {
  display: inline-block;
  margin-right: 5px;
  margin-left: 5px;
  padding: 14px 30px;
  border: 1px solid #faeeee;
  border-radius: 40px;
  font-family: Barlow, sans-serif;
  color: #fff;
  line-height: 120%;
  font-weight: 500;
  text-decoration: none;
  transition: .2s;
}

.ed-banner-actions__link:hover {
  background-color: #fff;
  color: #000;
}

.c-ed-fran {
  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;
}

.ed-fran-info {
  width: 54%;
  padding: 60px 40px;
  background-color: #000;
}

.ed-fran-picture {
  width: 46%;
  background-color: #eee;
  background-image: url('../img/ed/img-fran.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.c-ed-fran-info {
  max-width: 480px;
  margin-right: auto;
  margin-left: auto;
}

.ed-fran-info__text {
  font-family: 'Barlow Condensed', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 140%;
  font-weight: 300;
}

.ed-fran-info__text p {
  margin-bottom: 25px;
}

.ed-fran-info__text p {
  margin-bottom: 25px;
}

.ed-fran-info__text a {
  color: white;
}

.ed-fran-info__text ol,
.ed-fran-info__text ul {
  padding-left: 60px;
}

.ed-fran-info__text li {
  margin-bottom: 10px;
}

.ed-fran-info__text li::marker {
  color: #eb8c2f;
  font-size: 20px;
}


.ed-fran-info-list {
  padding-left: 60px;
  font-family: 'Barlow Condensed', sans-serif;
  color: #eb8c2f;
  font-size: 24px;
  line-height: 100%;
  font-weight: 300;
}

.ed-fran-info-list__item {
  margin-bottom: 10px;
}

.ed-fran-info-list__item--text {
  color: #fff;
  font-size: 18px;
}

.ed-improvement {
  background-color: #f6f6f6;
}

.c-ed-improvement {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.ed-improvement-picture {
  width: 38%;
}

.ed-improvement-info {
  width: 56%;
}

.ed-improvement-info__title {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: 'Barlow Condensed', sans-serif;
  color: #eb8c2f;
  font-size: 40px;
  line-height: 120%;
}

.ed-improvement-info__desc {
  margin-bottom: 30px;
  font-family: 'Barlow Condensed', sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 140%;
  font-weight: 300;
}

.ed-improvement-info__desc a {
  color: #000;
}

.ed-improvement-info-actions__link {
  display: inline-block;
  margin-right: 10px;
  padding: 12px 36px;
  border-radius: 40px;
  background-color: #eb8c2f;
  font-family: Barlow, sans-serif;
  color: #fff;
  line-height: 120%;
  font-weight: 500;
  text-decoration: none;
  transition: .2s;
}

.ed-improvement-info-actions__link:hover {
  opacity: .8;
}

.ed-improvement-info-actions__link.ed-improvement-info-actions__link--black {
  background-color: #000;
}

.c-ed-request {
  padding-top: 40px;
  padding-bottom: 60px;
}

.ed-request-heading {
  margin-bottom: 40px;
}

.c-ed-request-heading {
  max-width: 780px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.ed-request-heading__title {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: 'Barlow Condensed', sans-serif;
  color: #000;
  font-size: 26px;
  line-height: 120%;
}

.ed-request-heading__desc {
  margin-bottom: 20px;
  font-family: Barlow, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 140%;
}

.c-ed-request-content-form-steps {
  max-width: 720px;
  margin-right: auto;
  margin-left: auto;
}

.c-ed-request-content-form-step {
  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;
}

.ed-request-content-form-step-guide.ed-request-content-form-step-guide--last {
  display: none;
}

.c-ed-request-content-form-step-guide {
  position: relative;
  height: 100%;
}

.ed-request-content-form-step-guide__line {
  width: 2px;
  height: 100%;
  background-color: #000;
}

.ed-request-content-form-step-guide__line.ed-request-content-form-step-guide__line--last {
  background-color: transparent;
}

.ed-request-content-form-step-info {
  width: 100%;
  padding-bottom: 0px;
  padding-left: 50px;
}

.ed-request-content-form-step-info-heading {
  margin-bottom: 30px;
}

.ed-request-content-form-step-info-heading__title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Barlow, sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 120%;
  font-weight: 700;
}

.ed-request-content-form-step-info-content {
  display: none;
  margin-bottom: 40px;
}

.ed-request-content-form-step-info-content.ed-request-content-form-step-info-content--last {
  margin-bottom: 0px;
}

.ed-request-content-form-step-info-content.ed-request-content-form-step-info-content--active {
  display: block;
}

.c-ed-request-content-form-step-info-content-items {
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.ed-request-content-form-step-info-content-item {
  width: 100%;
  margin-bottom: 0px;
}

.ed-request-content-form-step-info-content-item.ed-request-content-form-step-info-content-item--50 {
  width: 49%;
}

.ed-request-content-form-step-info-content-item.ed-request-content-form-step-info-content-item--50.ed-request-content-form-step-info-content-item--last40 {
  margin-bottom: 40px;
}

.ed-request-content-form-step-info-content-item.ed-request-content-form-step-info-content-item--50.ed-request-content-form-step-info-content-item--pay {
  margin-bottom: 20px;
}

.ed-request-content-form-step-info-content-item.ed-request-content-form-step-info-content-item--last4 {
  margin-bottom: 30px;
}

.ed-request-content-form-step-info-content-item.ed-request-content-form-step-info-content-item--radios {
  margin-bottom: 30px;
}

.ed-request-content-form-step-info-content-item.ed-request-content-form-step-info-content-item--radios-last {
  margin-bottom: 40px;
}

.ed-request-content-form-step-info-content-item.ed-request-content-form-step-info-content-item--radios-last.ed-request-content-form-step-info-content-item--check {
  margin-top: 20px;
}

.ed-request-content-form-step-info-content-item.ed-request-content-form-step-info-content-item--submit {
  margin-bottom: 0px;
}

.ed-request-content-form-step-info-content-item.ed-request-content-form-step-info-content-item--10 {
  margin-bottom: 10px;
}

.ed-request-content-form-step-info-content-item.ed-request-content-form-step-info-content-item--check {
  margin-top: 20px;
  margin-bottom: 10px;
}

.ed-request-content-form-step-info-content-item.ed-request-content-form-step-info-content-item--pay {
  margin-bottom: 20px;
}

.ed-request-content-form-step-info-content-item.ed-request-content-form-step-info-content-item--mb {
  margin-bottom: 20px;
}

.ed-request-content-form-step-info-content-item.ed-request-content-form-step-info-content-item--del {
  margin-bottom: 10px;
}

.c-ed-request-content-form-step-info-content-item {
  position: relative;
}

.c-ed-request-content-form-step-info-content-item.c-ed-request-content-form-step-info-content-item--submit {
  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;
  text-align: right;
}

.c-ed-request-content-form-step-info-content-item.c-ed-request-content-form-step-info-content-item--submit.c-ed-request-content-form-step-info-content-item--right {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.c-ed-request-content-form-step-info-content-item.c-ed-request-content-form-step-info-content-item--finance {
  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;
}

.ed-request-content-form-step-info-content-item__label {
  position: relative;
  bottom: -10px;
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 0px;
  margin-left: 20px;
  padding-right: 10px;
  padding-left: 10px;
  background-color: #fff;
  font-family: Barlow, sans-serif;
  color: #515151;
  font-size: 16px;
  line-height: 120%;
}

.ed-request-content-form-step-info-content-item__label.ed-request-content-form-step-info-content-item__label--title {
  position: static;
  margin-bottom: 10px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.ed-request-content-form-step-info-content-item__label.ed-request-content-form-step-info-content-item__label--finance {
  position: static;
  padding-right: 0px;
  padding-left: 0px;
}

.ed-request-content-form-step-info-content-item__label.ed-request-content-form-step-info-content-item__label--woi {
  bottom: 0px;
  margin-top: 10px;
}

.ed-request-content-form-step-info-content-item__label.ed-request-content-form-step-info-content-item__label--m {
  font-weight: 500;
}

.ed-request-content-form-step-info-content-item__label.ed-request-content-form-step-info-content-item__label--m.ed-request-content-form-step-info-content-item__label--check {
  margin-right: 0px;
}

.ed-request-content-form-step-info-content-item__input {
  height: 44px;
  margin-bottom: 0px;
  padding-top: 12px;
  padding-right: 20px;
  padding-left: 20px;
  border: 1px solid #153348;
  border-radius: 4px;
  font-family: Barlow, sans-serif;
  color: #153348;
  font-size: 16px;
  line-height: 120%;
  font-weight: 500;
}

.ed-request-content-form-step-info-content-item__input.ed-request-content-form-step-info-content-item__input--finance {
  padding-top: 8px;
}

.ed-request-content-form-step-info-content-item__input.ed-request-content-form-step-info-content-item__input--pass {
  padding-right: 50px;
}

.ed-request-content-form-step-info-content-item__input.ed-request-content-form-step-info-content-item__input--del {
  padding-right: 40px;
  padding-left: 40px;
}

.ed-request-content-form-step-info-content-item__input.ed-request-content-form-step-info-content-item__input--del::-webkit-input-placeholder {
  color: #515151;
}

.ed-request-content-form-step-info-content-item__input.ed-request-content-form-step-info-content-item__input--del:-ms-input-placeholder {
  color: #515151;
}

.ed-request-content-form-step-info-content-item__input.ed-request-content-form-step-info-content-item__input--del::-ms-input-placeholder {
  color: #515151;
}

.ed-request-content-form-step-info-content-item__input.ed-request-content-form-step-info-content-item__input--del::placeholder {
  color: #515151;
}

.ed-request-content-form-step-info-content-item__input.ed-request-content-form-step-info-content-item__input--del.ed-request-content-form-step-info-content-item__input--wl {
  padding-top: 8px;
}

.ed-request-content-form-step-info-content-item__area {
  width: 100%;
  height: 80px;
  max-height: 80px;
  max-width: 100%;
  min-height: 80px;
  min-width: 100%;
  margin-bottom: 0px;
  padding-top: 12px;
  padding-right: 20px;
  padding-left: 20px;
  border: 1px solid #8c8c8c;
  border-radius: 4px;
  font-family: Barlow, sans-serif;
  color: #515151;
  font-size: 16px;
  line-height: 120%;
  font-weight: 500;
}

.ed-request-content-form-step-info-content-item-radio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  margin-left: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ed-request-content-form-step-info-content-item-radio__button {
  margin-top: 2px;
  margin-left: 20px;
}

.ed-request-content-form-step-info-content-item-radio__label {
  margin-bottom: 0px;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  font-family: Barlow, sans-serif;
  color: #515151;
  font-size: 16px;
  line-height: 120%;
  font-weight: 700;
}

.c-ed-request-content-form-step-info-content-item-radios {
  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;
}

.ed-request-content-form-step-info-content-item__submit {
  display: block;
  width: 100%;
  padding: 12px;
  border: 1px solid transparent;
  border-radius: 40px;
  background-color: #eb8c2f;
  font-family: Barlow, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 120%;
  font-weight: 700;
  text-align: center;
}

.ed-request-content-form-step-info-content-item__submit.ed-request-content-form-step-info-content-item__submit--back {
  border: 1px solid #a4a4a4;
  background-color: #fff;
  color: #000;
}

.ed-request-content-form-step-guide__circle {
  position: absolute;
  left: -15px;
  top: -5px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #153348;
}

.ed-request-content-form-step-info-content-item-action {
  width: 49%;
}

.ed-request-content-form-step-info-heading__title--normal {
  font-weight: 500;
}

.c-ed-request-content-form-step-info-content-item-label {
  width: 40%;
}

.c-ed-request-content-form-step-info-content-item-input {
  width: 58%;
}

.ed-request-content-form-step-info-content-item__label--normal {
  font-weight: 500;
}

.ed-request-content-form-step-info-content-item__info {
  margin-top: 10px;
  font-family: Barlow, sans-serif;
  color: #515151;
  line-height: 120%;
  font-weight: 500;
}

.ed-request-content-form-step-info-content-items-group {
  margin-bottom: 20px;
}

.ed-request-content-form-step-info-content-items-group.ed-request-content-form-step-info-content-items-group--last40 {
  margin-bottom: 40px;
}

.ed-request-content-form-step-info-content-items-group-heading {
  margin-bottom: 10px;
}

.ed-request-content-form-step-info-content-items-group-heading__title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Barlow, sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 120%;
  font-weight: 500;
}

.ed-request-content-form-step-info-content-item-checkbox.ed-request-content-form-step-info-content-item-checkbox--over {
  position: relative;
  bottom: -10px;
  display: inline-block;
  background-color: #fff;
}

.ed-request-content-form-step-info-content-item-checkbox__label {
  font-family: Barlow, sans-serif;
  color: #515151;
  font-size: 16px;
  line-height: 120%;
  font-weight: 700;
}

.ed-request-content-form-step-info-content-item-checkbox__label.ed-request-content-form-step-info-content-item-checkbox__label--black {
  margin-bottom: 0px;
  color: #000;
}

.ed-request-content-form-step-info-content-item-checkbox__label.ed-request-content-form-step-info-content-item-checkbox__label--black.ed-request-content-form-step-info-content-item-checkbox__label--over {
  margin-bottom: 0px;
  padding-right: 10px;
  color: #515151;
  font-weight: 500;
}

.c-ed-banner-heading-desc {
  max-width: 830px;
  margin-right: auto;
  margin-left: auto;
  text-align: justify;
}

.c-ed-locations {
  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;
}

.ed-locations-info {
  width: 40%;
  padding: 30px 40px 60px;
  background-color: #fff;
}

.c-ed-locations-info {
  max-width: 400px;
  margin-right: auto;
  margin-left: auto;
}

.ed-locations-map {
  width: 60%;
  background-color: #eee;
  background-image: url('../img/ed/map.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.ed-locations-info-search {
  margin-bottom: 20px;
}

.ed-locations-info-search-block {
  margin-bottom: 0px;
}

.ed-locations-info-search__input {
  height: 40px;
  margin-bottom: 0px;
  padding-right: 40px;
  padding-left: 0px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #bebebe;
  background-color: transparent;
  background-image: url('../img/ed/search.png');
  background-position: 96% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  font-family: Barlow, sans-serif;
  color: #153348;
  font-size: 18px;
  line-height: 120%;
  font-weight: 500;
}

.ed-locations-info-items {
  overflow: auto;
  max-height: 500px;
}

.ed-locations-info-item {
  margin-bottom: 30px;
}

.ed-locations-info-item.ed-locations-info-item--last {
  margin-bottom: 0px;
}

.ed-locations-info-item-heading {
  margin-bottom: 10px;
}

.ed-locations-info-item-heading__title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Comfortaa, sans-serif;
  color: #153348;
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
}

.c-ed-locations-info-item-items {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.ed-locations-info-item-item {
  display: block;
  margin-bottom: 10px;
  text-decoration: none;
}

.ed-locations-info-item-item.ed-locations-info-item-item--last {
  margin-bottom: 0px;
}

.c-ed-locations-info-item-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.ed-locations-info-item-item-image {
  margin-right: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.ed-locations-info-item-item-image__icon {
  width: 15px;
  height: 15px;
  background-image: url('../img/ed/label.png');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.ed-locations-info-item-item-image__icon.ed-locations-info-item-item-image__icon--pin {
  background-image: url('../img/ed/pin_ubic_new.png');
}

.ed-locations-info-item-item-image__icon.ed-locations-info-item-item-image__icon--hour {
  background-image: url('../img/ed/clock_new.png');
}

.ed-locations-info-item-item-image__icon.ed-locations-info-item-item-image__icon--calendar {
  background-image: url('../img/ed/calendar.png');
}

.ed-locations-info-item-item-info__text {
  font-family: Inter, sans-serif;
  color: #25101b;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}

.c-ed-payment {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  padding: 40px 20px 60px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.ed-payment-content {
  width: 63%;
}

.ed-payment-resume {
  width: 32%;
}

.c-ed-payment-content {
  padding-left: 0px;
}

.ed-payment-content-block {
  display: block;
}

.c-ed-payment-content-block-step {
  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;
}

.ed-payment-content-block-step-info {
  width: 100%;
  padding-bottom: 0px;
  padding-left: 30px;
}

.ed-payment-content-block-step-info-heading {
  margin-bottom: 30px;
}

.ed-payment-content-block-step-info-content {
  display: block;
  margin-bottom: 40px;
}

.ed-payment-content-block-step-info-content.ed-request-content-form-step-info-content--last {
  margin-bottom: 0px;
}

.ed-payment-content-block-step-info-content.ed-request-content-form-step-info-content--active {
  display: block;
}

.ed-payment-content-block-step-info-content.ed-payment-content-block-step-info-content--actions {
  margin-bottom: 0px;
}

.ed-payment-content-block-step-info-content-items.ed-payment-content-block-step-info-content-items--mb {
  margin-bottom: 20px;
}

.c-ed-payment-content-block-step-info-content-items {
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.ed-payment-content-block-step-info-content-item {
  width: 100%;
  margin-bottom: 0px;
}

.ed-payment-content-block-step-info-content-item.ed-request-content-form-step-info-content-item--50 {
  width: 49%;
}

.ed-payment-content-block-step-info-content-item.ed-request-content-form-step-info-content-item--50.ed-request-content-form-step-info-content-item--last40 {
  margin-bottom: 40px;
}

.ed-payment-content-block-step-info-content-item.ed-request-content-form-step-info-content-item--last4 {
  margin-bottom: 30px;
}

.ed-payment-content-block-step-info-content-item.ed-request-content-form-step-info-content-item--radios {
  margin-bottom: 30px;
}

.ed-payment-content-block-step-info-content-item.ed-request-content-form-step-info-content-item--radios-last {
  margin-bottom: 40px;
}

.ed-payment-content-block-step-info-content-item.ed-request-content-form-step-info-content-item--radios-last.ed-request-content-form-step-info-content-item--check {
  margin-top: 20px;
}

.ed-payment-content-block-step-info-content-item.ed-request-content-form-step-info-content-item--submit {
  margin-bottom: 0px;
}

.ed-payment-content-block-step-info-content-item.ed-request-content-form-step-info-content-item--10 {
  margin-bottom: 10px;
}

.ed-payment-content-block-step-info-content-item.ed-payment-content-block-step-info-content-item--50 {
  width: 100%;
}

.c-ed-payment-content-block-step-info-content-item {
  position: relative;
}

.c-ed-payment-content-block-step-info-content-item.c-ed-request-content-form-step-info-content-item--submit {
  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;
  text-align: right;
}

.c-ed-payment-content-block-step-info-content-item.c-ed-request-content-form-step-info-content-item--submit.c-ed-request-content-form-step-info-content-item--right {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.c-ed-payment-content-block-step-info-content-item.c-ed-request-content-form-step-info-content-item--finance {
  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;
}

.ed-payment-content-block-step-info-content-item-action {
  width: 49%;
}

.ed-payment-content-block-step-info-content-item-action.ed-payment-content-block-step-info-content-item-action--100 {
  width: 100%;
}

.ed-payment-content-block-step-info-content-item-action__submit {
  display: block;
  width: 100%;
  padding: 12px;
  border: 1px solid transparent;
  border-radius: 40px;
  background-color: #153348;
  font-family: Barlow, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 120%;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.ed-payment-content-block-step-info-content-item-action__submit.ed-request-content-form-step-info-content-item__submit--back {
  border: 1px solid #a4a4a4;
  background-color: #fff;
  color: #000;
}

.ed-payment-content-block-step-info-content-item-action__submit.ed-payment-content-block-step-info-content-item-action__submit--gray {
  background-color: #5a5a5a;
}

.ed-payment-content-block-step-info-content-item-action__submit.ed-payment-content-block-step-info-content-item-action__submit--second {
  background-color: #ececec;
  color: #000;
}

.ed-payment-content-block-step-info-content-item-action__submit.ed-payment-content-block-step-info-content-item-action__submit--third {
  border-color: #cacaca;
  background-color: transparent;
  color: #000;
}

.c-ed-payment-resume-heading {
  text-align: center;
}

.ed-payment-resume-heading__title {
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 120%;
  font-weight: 600;
}

.ed-payment-resume-item {
  padding: 20px;
  border: 1px solid #d4d4d4;
  border-radius: 4px 4px 0px 0px;
}

.ed-payment-resume-item-heading {
  padding-bottom: 15px;
  border-bottom: 1px solid #d2c4bf;
}

.c-ed-payment-resume-item-heading {
  text-align: center;
}

.ed-payment-resume-item-heading__title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 120%;
  font-weight: 600;
}

.ed-payment-resume-item-products {
  padding-top: 20px;
  padding-bottom: 20px;
}

.c-ed-payment-resume-item-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;
  margin-bottom: 5px;
}

.ed-payment-resume-item-product-info {
  width: 72%;
}

.c-ed-payment-resume-item-product-info {
  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;
}

.ed-payment-resume-item-product-info__image {
  width: 80px;
  height: 60px;
  margin-right: 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #eee;
  background-image: url('../img/ed/img.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.ed-payment-resume-item-product-info-texts__name {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Barlow, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 120%;
  font-weight: 700;
}

.ed-payment-resume-item-product-price {
  width: 26%;
}

.c-ed-payment-resume-item-product-price {
  text-align: right;
}

.ed-payment-resume-item-product-price__text {
  font-family: Barlow, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 120%;
  font-weight: 700;
}

.ed-payment-resume-item-accounts {
  padding-top: 15px;
  border-top: 1px solid #d2c4bf;
}

.ed-payment-resume-item-account {
  margin-bottom: 15px;
}

.ed-payment-resume-item-account.ed-payment-resume-item-account--last {
  margin-bottom: 0px;
}

.ed-payment-resume-item-account.ed-payment-resume-item-account--delivery {
  margin-bottom: 5px;
}

.c-ed-payment-resume-item-account {
  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;
}

.ed-payment-resume-item-account-heading {
  width: 55%;
}

.ed-payment-resume-item-account-heading.ed-payment-resume-item-account-heading--last {
  width: 100%;
}

.ed-payment-resume-item-account-heading__text {
  font-family: Barlow, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 120%;
  font-weight: 700;
}

.ed-payment-resume-item-account-heading__text.ed-payment-resume-item-account-heading__text--last {
  color: #a18d8d;
  font-size: 14px;
}

.ed-payment-resume-item-account-heading__text.ed-payment-resume-item-account-heading__text--total {
  color: #fff;
}

.ed-payment-resume-item-account-info {
  width: 40%;
}

.c-ed-payment-resume-item-account-info {
  text-align: right;
}

.ed-payment-resume-item-account-info__text {
  font-family: Barlow, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 120%;
  font-weight: 700;
}

.ed-payment-resume-item-account-info__text.ed-payment-resume-item-account-info__text--total {
  color: #fff;
}

.ed-payment-resume-total {
  padding: 14px 20px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: #153348;
}

.ed-payment-content-block-step-info-content-types {
  margin-bottom: 10px;
}

.c-ed-payment-content-block-step-info-content-types {
  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;
}

.ed-payment-content-block-step-info-content-type {
  position: relative;
  width: 49%;
  min-height: 140px;
  padding: 20px;
  border-radius: 6px;
  background-color: rgba(0, 0, 0, 0.4);
  background-image: url('../img/new_desing_jc/pizzasbg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
}

.c-ed-payment-content-block-step-info-content-type {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.ed-payment-content-block-step-info-content-type-heading {
  margin-bottom: 20px;
}

.ed-payment-content-block-step-info-content-type-heading__text {
  font-family: Barlow, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 120%;
  font-weight: 500;
}

.c-ed-payment-content-block-step-info-content-type-content {
  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;
}

.ed-payment-content-block-step-info-content-type-content-picture {
  margin-right: 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.ed-payment-content-block-step-info-content-type-content-info__text {
  font-family: 'Barlow Condensed', sans-serif;
  color: #fff;
  font-size: 26px;
  line-height: 120%;
  font-weight: 700;
}

.ed-payment-content-block-step-info-content-type__overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  display: none;
  width: 100%;
  height: 100%;
  background-color: hsla(0, 0%, 100%, 0.5);
}

.ed-payment-content-block-step-info-content-type__overlay.ed-payment-content-block-step-info-content-type__overlay--dis {
  display: block;
}

.ed-payment-content-block-step-info-content-war {
  margin-bottom: 10px;
  padding: 20px;
  border-radius: 4px;
  background-color: #f5ba2b;
}

.c-ed-payment-content-block-step-info-content-war {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ed-payment-content-block-step-info-content-war-picture {
  margin-right: 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.ed-payment-content-block-step-info-content-war-info__text {
  margin-bottom: 8px;
  font-family: Barlow, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 120%;
  font-weight: 500;
}

.ed-payment-content-block-step-info-content-war-info__text.ed-payment-content-block-step-info-content-war-info__text--last {
  margin-bottom: 0px;
}

.ed-payment-content-block-step-info-content-tab {
  border-radius: 6px;
  background-color: #000;
}

.ed-payment-content-block-step-info-content-tab-heading {
  padding: 20px;
}

.c-ed-payment-content-block-step-info-content-tab-heading {
  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;
}

.ed-payment-content-block-step-info-content-tab-heading-shape {
  margin-right: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.ed-payment-content-block-step-info-content-tab-heading-shape__circle {
  width: 30px;
  height: 30px;
  border: 1px solid #fff;
  border-radius: 50%;
}

.ed-payment-content-block-step-info-content-tab-heading-shape__circle.ed-payment-content-block-step-info-content-tab-heading-shape__circle--active {
  border-color: #153348;
  background-color: #153348;
  background-image: url('../img/icon-check.svg');
  background-position: 50% 50%;
  background-size: 18px;
  background-repeat: no-repeat;
}

.ed-payment-content-block-step-info-content-tab-heading-info__text {
  font-family: Barlow, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 120%;
  font-weight: 700;
}

.ed-payment-content-block-step-info-content-tab-content {
  padding: 10px 20px 20px;
}

.c-ed-payment-content-block-step-info-content-tab-content-fields {
  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;
}

.ed-payment-content-block-step-info-content-tab-content-field {
  width: 48%;
}

.ed-payment-content-block-step-info-content-tab-content-field__input {
  height: 40px;
  margin-bottom: 0px;
  padding-right: 30px;
  padding-left: 30px;
  border: 1px none #000;
  border-radius: 40px;
  font-family: Barlow, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 120%;
  font-weight: 500;
}

.ed-payment-content-block-step-info-content-tab-content-field__input::-webkit-input-placeholder {
  color: #000;
}

.ed-payment-content-block-step-info-content-tab-content-field__input:-ms-input-placeholder {
  color: #000;
}

.ed-payment-content-block-step-info-content-tab-content-field__input::-ms-input-placeholder {
  color: #000;
}

.ed-payment-content-block-step-info-content-tab-content-field__input::placeholder {
  color: #000;
}

.ed-payment-content-block-step-info-content-tab-content-field__label {
  font-family: Barlow, sans-serif;
  color: #fff;
  line-height: 120%;
  font-weight: 500;
}

.ed-request-content-form-step-info-content-item__button {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 60px;
  height: 66%;
  background-color: transparent;
  background-image: url('../img/ed/abirto.png');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.ed-request-content-form-step-info-content-item__button.ed-request-content-form-step-info-content-item__button--close {
  background-image: url('../img/ed/cerrado1.png');
}

.ed-payment-content-ty {
  padding-top: 40px;
  padding-bottom: 40px;
}

.c-ed-payment-content-ty {
  max-width: 450px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.ed-payment-content-ty__title {
  margin-bottom: 20px;
  font-family: 'Barlow Condensed', sans-serif;
  color: #153348;
  font-size: 38px;
  line-height: 120%;
  font-weight: 700;
}

.ed-payment-content-ty__line {
  width: 60px;
  height: 4px;
  margin-right: auto;
  margin-left: auto;
  background-color: #153348;
}

.ed-payment-content-ty__desc {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: 'Barlow Condensed', sans-serif;
  color: #153348;
  font-size: 18px;
  line-height: 140%;
  font-weight: 500;
}

.ed-payment-content-ty__order {
  margin-bottom: 15px;
  font-family: 'Barlow Condensed', sans-serif;
  color: #153348;
  font-size: 18px;
  line-height: 120%;
  font-weight: 700;
}

.ed-payment-content-ty__link {
  display: inline-block;
  padding: 12px 60px;
  border-radius: 40px;
  background-color: #153348;
  font-family: Barlow, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 120%;
  font-weight: 700;
  text-decoration: none;
}

.c-ed-tracing {
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 60px;
  padding-bottom: 60px;
}

.ed-tracing-heading {
  margin-bottom: 60px;
}

.c-ed-tracing-heading {
  text-align: center;
}

.ed-tracing-heading__title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Barlow Condensed', sans-serif;
  color: #153348;
  line-height: 120%;
}

.c-ed-tracing-items {
  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;
}

.ed-tracing-item {
  width: 20%;
}

.ed-tracing-item-indicator {
  margin-bottom: 40px;
}

.c-ed-tracing-item-indicator {
  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;
}

.ed-tracing-item-indicator__line {
  width: 100%;
  height: 4px;
  background-color: #646464;
}

.ed-tracing-item-indicator__line.ed-tracing-item-indicator__line--first {
  background-color: transparent;
}

.ed-tracing-item-indicator__line.ed-tracing-item-indicator__line--last {
  background-color: transparent;
}

.ed-tracing-item-indicator__circle {
  width: 50px;
  height: 50px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 1px solid #646464;
  border-radius: 50%;
}

.ed-tracing-item-indicator__circle.ed-tracing-item-indicator__circle--active {
  border-color: #153348;
  background-color: #153348;
  background-image: url('../img/ed/check-tracing.png');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.c-ed-tracing-item-info {
  text-align: center;
}

.ed-tracing-item-info-picture {
  margin-bottom: 10px;
}

.ed-tracing-item-info-picture__image {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

img.ed-tracing-item-info-picture__image.ed-tracing-item-info-picture__image--active{
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.ed-tracing-item-info-heading__title {
  font-family: Barlow, sans-serif;
  color: #1b1b1b;
  font-size: 16px;
  line-height: 120%;
  font-weight: 500;
}

.ed-lightbox {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 100000;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.ed-lightbox.ed-lightbox__home {
  opacity: 0;
  z-index: -1;
  transition: .2s;
}

.ed-lightbox.ed-lightbox__home--active {
  opacity: 1;
  z-index: 100000;
}

.ed-lightbox.ed-lightbox__home .leaflet-bottom {
  display: none;
}

.ed-lightbox.ed-lightbox--login {
  display: none;
}

.ed-lightbox.ed-lightbox--store {
  display: none;
}

.ed-lightbox.ed-lightbox--delivery {
  display: none;
}

.ed-lightbox.ed-lightbox--picker {
  display: none;
}

.c-ed-lightbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 20px;
  -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;
}

.c-ed-lightbox.c-ed-lightbox--store {
  overflow: auto;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.ed-lightbox-content-login {
  display: block;
  width: 600px;
  margin-right: auto;
  margin-left: auto;
  padding: 30px 40px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
}

.ed-lightbox-content-login-heading {
  margin-bottom: 30px;
}

.ed-lightbox-content-login-heading__title {
  font-family: Barlow, sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 120%;
  font-weight: 700;
}

.ed-lightbox-content-login-form-block {
  margin-bottom: 0px;
}

.ed-request-content-form-step-info-content-item__link {
  display: inline-block;
}

.ed-request-content-form-step-info-content-item-external {
  margin-top: 10px;
  text-align: right;
}

.ed-request-content-form-step-info-content-item-external__link {
  display: inline-block;
  font-family: Barlow, sans-serif;
  color: #000;
  line-height: 120%;
  font-weight: 700;
  text-decoration: none;
}

.ed-request-content-form-step-info-content-item-external__link.ed-request-content-form-step-info-content-item-external__link--100 {
  display: block;
  text-align: center;
}

.ed-lightbox-content-store {
  width: 960px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 10px;
  background-color: #fff;
}

.ed-lightbox-content-store-map {
  min-height: 500px;
  background-image: url('../img/ed/map_1.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.ed-lightbox-content-store-info {
  padding: 20px;
}

.c-ed-lightbox-content-store-info {
  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;
}

.ed-lightbox-content-store-info-texts {
  width: 60%;
}

.ed-lightbox-content-store-info-texts__title {
  margin-bottom: 5px;
  font-family: Barlow, sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 120%;
  font-weight: 700;
}

.ed-lightbox-content-store-info-texts__address {
  margin-bottom: 5px;
  font-family: Barlow, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 120%;
  font-weight: 500;
}

.ed-lightbox-content-store-info-texts__city {
  font-family: Barlow, sans-serif;
  color: #6b6b6b;
  line-height: 120%;
  font-weight: 500;
}

.ed-lightbox-content-store-info-action {
  width: 35%;
}

.ed-lightbox-content-store-info-action__button {
  display: block;
  padding-top: 12px;
  padding-bottom: 12px;
  border-radius: 40px;
  background-color: #153348;
  font-family: Barlow, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 120%;
  font-weight: 700;
  text-align: center;
}

.ed-lightbox-content-store-search {
  padding: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #f5f5f5;
}

.c-ed-lightbox-content-store-search {
  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;
}

.ed-lightbox-content-store-search-form {
  width: 100%;
}

.ed-lightbox-content-store-search-form-block {
  margin-bottom: 0px;
}

.c-ed-lightbox-content-store-search-form-block-field {
  position: relative;
}

.ed-lightbox-content-store-search-form-block-field__input {
  height: 40px;
  margin-bottom: 0px;
  padding-right: 75px;
  padding-left: 75px;
  border: 1px solid #c4c4c4;
  border-radius: 4px;
  font-family: Barlow, sans-serif;
  color: #393939;
  font-size: 16px;
  line-height: 120%;
  font-weight: 700;
}

.ed-lightbox-content-store-search-form-block-field__input::-webkit-input-placeholder {
  color: #393939;
}

.ed-lightbox-content-store-search-form-block-field__input:-ms-input-placeholder {
  color: #393939;
}

.ed-lightbox-content-store-search-form-block-field__input::-ms-input-placeholder {
  color: #393939;
}

.ed-lightbox-content-store-search-form-block-field__input::placeholder {
  color: #393939;
}

.ed-lightbox-content-store-search-form-block-field__submit {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 60px;
  height: 100%;
  border-style: solid none solid solid;
  border-width: 1px;
  border-color: #bcbcbc;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: #f5f5f5;
  background-image: url('../img/ed/search-svgrepo-com.svg');
  background-position: 50% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
}

.ed-lightbox-content-store-search-form-block-field__button {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 60px;
  height: 100%;
  border-style: solid solid solid none;
  border-width: 1px;
  border-color: #bcbcbc;
  border-radius: 0px 4px 4px 0px;
  background-color: #f5f5f5;
  background-image: url('../img/ed/close-svgrepo-com.svg');
  background-position: 50% 50%;
  background-size: 18px;
  background-repeat: no-repeat;
  font-family: Barlow, sans-serif;
  color: #202020;
  font-size: 20px;
  line-height: 120%;
  font-weight: 700;
  text-align: center;
}

.ed-lightbox-content-store-search-actions {
  margin-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-left: auto;
}

.c-ed-lightbox-content-store-search-actions {
  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;
}

.ed-lightbox-content-store-search-action {
  margin-left: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.c-ed-lightbox-content-store-search-action {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.ed-lightbox-content-store-search-action__button {
  width: 40px;
  height: 40px;
  padding: 0px;
  border-left: 1px solid #ccc;
  border-radius: 50%;
  background-color: #eee;
  background-image: url('../img/ed/maximize-svgrepo-com.svg');
  background-position: 50% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
}

.ed-lightbox-content-store-search-action__button.ed-lightbox-content-store-search-action__button--close {
  background-image: url('../img/ed/close-svgrepo-com---Copy.svg');
  background-size: 16px;
}

.ed-lightbox-content-delivery {
  width: 960px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
}

.ed-lightbox-content-delivery-heading {
  padding: 20px 20px 20px 30px;
  background-color: #000;
}

.c-ed-lightbox-content-delivery-heading {
  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;
}

.ed-lightbox-content-delivery-heading-action__button {
  border-radius: 4px;
  background-color: transparent;
  font-family: Barlow, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 120%;
  font-weight: 700;
}

.ed-lightbox-content-delivery-heading-text__title {
  font-family: Barlow, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 120%;
  font-weight: 700;
}

.ed-lightbox-content-delivery-steps {
  padding: 0px;
}

.ed-lightbox-content-delivery-steps.ed-lightbox-content-delivery-steps--h {
  min-height: auto;
}

.c-ed-lightbox-content-delivery-steps {
  position: relative;
}

.ed-lightbox-content-delivery-item {
  margin-bottom: 20px;
  padding: 30px 40px;
  border-radius: 4px;
  background-color: #000;
}
.ed-lightbox-content-delivery-item.direccione_item{
  cursor: pointer;
}
.ed-lightbox-content-delivery-item.ed-lightbox-content-delivery-item--step1 {
  margin-bottom: 0px;
  padding-top: 40px;
  padding-bottom: 40px;
  cursor: pointer;
}

.c-ed-lightbox-content-delivery-item {
  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;
}

.ed-lightbox-content-delivery-item-info {
  width: 76%;
  border-right: 1px solid #4e4e4e;
}

.ed-lightbox-content-delivery-item-info.ed-lightbox-content-delivery-item-info--step1 {
  width: 100%;
  padding-bottom: 0px;
  border-right-style: none;
}

.c-ed-lightbox-content-delivery-item-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.c-ed-lightbox-content-delivery-item-info.c-ed-lightbox-content-delivery-item-info--step1 {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ed-lightbox-content-delivery-item-actions {
  width: 20%;
  padding-top: 15px;
  padding-bottom: 15px;
}

.ed-lightbox-content-delivery-item-actions-heading {
  margin-bottom: 20px;
}

.ed-lightbox-content-delivery-item-actions-heading__title {
  font-family: Barlow, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 120%;
  font-weight: 700;
}

.ed-lightbox-content-delivery-item-actions-item {
  display: block;
  margin-bottom: 15px;
  text-decoration: none;
}

.ed-lightbox-content-delivery-item-actions-item.ed-lightbox-content-delivery-item-actions-item--last {
  margin-bottom: 0px;
}

.c-ed-lightbox-content-delivery-item-actions-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.ed-lightbox-content-delivery-item-actions-item-picture {
  margin-right: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.ed-lightbox-content-delivery-item-actions-item-picture__icon {
  width: 20px;
  height: 20px;
  background-image: url('../img/ed/check-o.png');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.ed-lightbox-content-delivery-item-actions-item-picture__icon.ed-lightbox-content-delivery-item-actions-item-picture__icon--delete {
  background-image: url('../img/ed/dele.png');
}

.ed-lightbox-content-delivery-item-actions-item-info__text {
  font-family: Barlow, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 120%;
}

.ed-lightbox-content-delivery-item-info-picture {
  margin-right: 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.ed-lightbox-content-delivery-item-info-picture.ed-lightbox-content-delivery-item-info-picture--step1 {
  margin-right: 60px;
}

.c-ed-lightbox-content-delivery-item-info-texts {
  max-width: 240px;
}

.ed-lightbox-content-delivery-item-info-texts__title {
  margin-bottom: 10px;
  font-family: Barlow, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 120%;
  font-weight: 700;
  text-transform: none;
}

.ed-lightbox-content-delivery-item-info-texts__title.ed-lightbox-content-delivery-item-info-texts__title--step1 {
  margin-bottom: 0px;
}

.ed-lightbox-content-delivery-item-info-texts__desc {
  margin-bottom: 5px;
  font-family: Barlow, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 120%;
}

.ed-lightbox-content-delivery-item-info-texts__desc.ed-lightbox-content-delivery-item-info-texts__desc--last {
  margin-top: 20px;
  margin-bottom: 0px;
}

.c-ed-lightbox-content-delivery-submit.c-ed-lightbox-content-delivery-submit--del {
  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;
}

.ed-lightbox-content-delivery-submit__button {
  display: block;
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: #eb8c2f;
  font-family: Barlow, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 120%;
  font-weight: 700;
  text-align: center;
}

.ed-lightbox-content-delivery-submit__button.ed-lightbox-content-delivery-submit__button--del {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.ed-lightbox-content-delivery-submit__button.ed-lightbox-content-delivery-submit__button--del.ed-lightbox-content-delivery-submit__button--gray {
  background-color: #484848;
}

.ed-lightbox-content-delivery-step {
  margin-bottom: 20px;
}

.cp-ed-lightbox-content-delivery-step {
  padding: 20px 30px;
}

.ed-lightbox-content-delivery-steps-heading {
  padding: 20px 30px;
}

.ed-lightbox-content-delivery-steps-heading-texts {
  margin-bottom: 15px;
}

.ed-lightbox-content-delivery-steps-heading-texts__title {
  font-family: Barlow, sans-serif;
  color: #313131;
  font-size: 16px;
  line-height: 120%;
  font-weight: 700;
}

.ed-lightbox-content-delivery-steps-heading-form-block {
  margin-bottom: 0px;
}

.c-ed-lightbox-content-delivery-steps-heading-form-block {
  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;
}

.ed-lightbox-content-delivery-steps-heading-form-block-field {
  width: 49%;
}

.ed-lightbox-content-delivery-steps-heading-form-block-field__input {
  height: 50px;
  margin-bottom: 0px;
  padding-right: 40px;
  padding-left: 40px;
  border: 1px solid #656565;
  border-radius: 4px;
  font-family: Barlow, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 120%;
  font-weight: 500;
}

.ed-lightbox-content-delivery-steps-heading-form-block-field__input::-webkit-input-placeholder {
  color: #000;
}

.ed-lightbox-content-delivery-steps-heading-form-block-field__input:-ms-input-placeholder {
  color: #000;
}

.ed-lightbox-content-delivery-steps-heading-form-block-field__input::-ms-input-placeholder {
  color: #000;
}

.ed-lightbox-content-delivery-steps-heading-form-block-field__input::placeholder {
  color: #000;
}

.ed-lightbox-content-delivery-steps-map {
  position: relative;
  min-height: 420px;
  background-color: #eee;
  /*background-image: url('../img/ed/map_1.jpg');*/
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.ed-lightbox-content-delivery-steps-map__link {
  position: absolute;
  right: 2%;
  bottom: 4%;
  padding: 12px 30px 12px 50px;
  border-radius: 2px;
  background-color: #153348;
  background-image: url('../img/ed/icon1.png');
  background-position: 10% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  line-height: 120%;
  font-weight: 600;
  text-decoration: none;
  z-index: 100000;
  color: white !important;
}

.ed-lightbox-content-delivery-steps-address {
  padding: 25px 30px;
}

.ed-lightbox-content-delivery-steps-address__text {
  font-family: Barlow, sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 120%;
  font-weight: 700;
  text-transform: uppercase;
}

.ed-lightbox-content-delivery-steps-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  display: block;
  width: 100%;
  height: 100%;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.8);
}

.c-ed-lightbox-content-delivery-steps-overlay {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -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;
}

.ed-lightbox-content-delivery-steps-overlay__text {
  max-width: 360px;
  margin-right: auto;
  margin-left: auto;
  font-family: Barlow, sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 120%;
  font-weight: 700;
  text-align: center;
}

.ed-lightbox-content-delivery-steps-form {
  padding: 30px 30px 40px;
}

.ed-lightbox-content-picker {
  position: relative;
}

.ed-lightbox-content-picker-submit__link {
  display: block;
  padding: 12px;
  background-color: #153348;
  font-family: Barlow, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 120%;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.ed-lightbox-content-picker__close {
  position: absolute;
  top: -15px;
  right: -15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  padding: 0px;
  -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;
  border-radius: 50%;
  background-color: #fff;
  font-family: Barlow, sans-serif;
  color: #153348;
  font-size: 16px;
  line-height: 120%;
  font-weight: 700;
}

.ed-lightbox-content-picker-content__clock {
  display: none;
}

.ed-lightbox-content.ed-lightbox-content--home {
  position: static;
}

.leaflet-popup-content {
  text-align: center;
}

.formBuscarTienda__label {
  font-family: Barlow, sans-serif;
  color: #153348;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 0;
}

.formBuscarTienda__label span {
  font-weight: bold;
}


.precio_menu_col{
  min-height: 80px;
}
@media screen and (max-width: 991px) {
  .ed-fran-info__text ol, .ed-fran-info__text ul {
    padding-left: 40px;
  }

  .ed-improvement-info {
    width: 56%;
  }

  .ed-improvement-info-actions__link {
    margin-bottom: 10px;
  }

  .c-ed-request-content-form-steps {
    padding-right: 20px;
    padding-left: 20px;
  }

  .ed-locations-info {
    width: 40%;
    padding-bottom: 40px;
  }

  .ed-locations-map {
    width: 60%;
  }

  .ed-locations-info-items {
    max-height: 400px;
  }

  .ed-payment-content {
    width: 65%;
  }

  .c-ed-payment-resume-item-product {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .ed-payment-resume-item-product-info {
    width: 100%;
    margin-bottom: 5px;
  }

  .c-ed-payment-resume-item-product-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .ed-payment-resume-item-product-info__image {
    margin-right: 0px;
    margin-bottom: 5px;
  }

  .ed-payment-resume-item-product-price {
    width: 100%;
  }

  .c-ed-payment-resume-item-product-price {
    text-align: center;
  }

  .ed-request-content-form-step-info-content-item__button.ed-request-content-form-step-info-content-item__button--close {
    background-image: url('../img/ed/cerrado1.png');
  }

  .c-ed-lightbox.c-ed-lightbox--store {
    padding: 20px;
  }

  .ed-lightbox-content {
    width: 100%;
  }

  .ed-lightbox-content.ed-lightbox-content--picker {
    width: auto;
  }

  .ed-lightbox-content-store {
    width: 100%;
  }

  .ed-lightbox-content-store-search-form-block-field__submit {
    width: 60px;
  }

  .ed-lightbox-content-store-search-form-block-field__button {
    width: 60px;
  }

  .ed-lightbox-content-delivery {
    width: 100%;
  }

  .ed-lightbox-content.ed-lightbox-content--home .ed-lightbox-content-delivery-steps-map {
    min-height: auto;
    height: 350px;
  }
}

@media screen and (max-width: 767px) {
  .precio_menu_col{
    min-height: 80px;
  }
  .ed-fran-info__text ol, .ed-fran-info__text ul {
    padding-left: 20px;
  }

  .ed-banner-heading__desc.ed-banner-heading__desc--mb {
    margin-bottom: 20px;
  }

  .c-ed-contact {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .ed-contact-item {
    width: 100%;
    min-height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .c-ed-contact-content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .ed-contact-content-form {
    width: 100%;
    padding-top: 60px;
  }

  .ed-contact-content-form.ed-contact-content-form--ser {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 30px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .ed-contact-content-picture {
    display: none;
    width: 100%;
    padding-top: 100%;
    background-position: 50% 0%;
  }

  .ed-contact-content-picture.ed-contact-content-picture--ser {
    width: 100%;
  }

  .ed-contact-content-form-block-field {
    margin-bottom: 30px;
  }

  .ed-contact-content-form-block-field.ed-contact-content-form-block-field--50 {
    width: 100%;
  }

  .ed-banner-actions__link {
    margin-bottom: 10px;
  }

  .c-ed-fran {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .ed-fran-info {
    width: 100%;
  }

  .ed-fran-picture {
    width: 100%;
    padding-top: 80%;
  }

  .c-ed-improvement {
    padding-top: 60px;
    padding-bottom: 60px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .ed-improvement-picture {
    width: 100%;
    margin-bottom: 20px;
  }

  .ed-improvement-info {
    width: 100%;
  }

  .c-ed-improvement-picture {
    text-align: center;
  }

  .c-ed-improvement-info {
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .c-ed-request-content-form-steps {
    max-width: 600px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .ed-request-content-form-step-info {
    padding-left: 30px;
  }

  .ed-request-content-form-step-info-heading {
    margin-bottom: 20px;
  }

  .ed-request-content-form-step-info-content-item.ed-request-content-form-step-info-content-item--50 {
    width: 100%;
  }

  .ed-request-content-form-step-info-content-item.ed-request-content-form-step-info-content-item--50.ed-request-content-form-step-info-content-item--last40 {
    margin-bottom: 0px;
  }

  .ed-request-content-form-step-info-content-item.ed-request-content-form-step-info-content-item--50.ed-request-content-form-step-info-content-item--pay {
    margin-bottom: 0px;
  }

  .ed-request-content-form-step-info-content-item.ed-request-content-form-step-info-content-item--last4 {
    margin-bottom: 0px;
  }

  .ed-request-content-form-step-info-content-item.ed-request-content-form-step-info-content-item--radios {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .ed-request-content-form-step-info-content-item.ed-request-content-form-step-info-content-item--radios-last {
    margin-bottom: 0px;
  }

  .ed-request-content-form-step-info-content-item.ed-request-content-form-step-info-content-item--submit {
    margin-top: 20px;
  }

  .ed-request-content-form-step-info-content-item.ed-request-content-form-step-info-content-item--10 {
    margin-bottom: 0px;
  }

  .ed-request-content-form-step-info-content-item.ed-request-content-form-step-info-content-item--check.ed-request-content-form-step-info-content-item--pay {
    margin-bottom: 10px;
  }

  .ed-request-content-form-step-info-content-item.ed-request-content-form-step-info-content-item--pay {
    margin-bottom: 10px;
  }

  .c-ed-request-content-form-step-info-content-item.c-ed-request-content-form-step-info-content-item--finance {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .ed-request-content-form-step-info-content-item__label {
    margin-right: 10px;
    margin-left: 10px;
  }

  .ed-request-content-form-step-info-content-item__label.ed-request-content-form-step-info-content-item__label--finance {
    position: relative;
    display: inline-block;
    padding-right: 10px;
    padding-left: 10px;
  }

  .ed-request-content-form-step-info-content-item-radio {
    margin-bottom: 10px;
    margin-left: 0px;
    padding-left: 0px;
  }

  .ed-request-content-form-step-info-content-item-radio__button {
    margin-left: 0px;
  }

  .ed-request-content-form-step-info-content-item-radio__label {
    margin-left: 10px;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  .c-ed-request-content-form-step-info-content-item-radios {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .c-ed-request-content-form-step-info-content-item-label {
    width: 100%;
  }

  .c-ed-request-content-form-step-info-content-item-input {
    width: 100%;
  }

  .ed-request-content-form-step-info-content-items-group.ed-request-content-form-step-info-content-items-group--last40 {
    margin-bottom: 0px;
  }

  .ed-request-content-form-step-info-content-item-checkbox.ed-request-content-form-step-info-content-item-checkbox--over {
    position: relative;
    display: inline-block;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .c-ed-locations {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .ed-locations-info {
    width: 100%;
  }

  .c-ed-locations-info {
    max-width: 600px;
  }

  .ed-locations-map {
    width: 100%;
    min-height: 600px;
  }

  .c-ed-payment {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .ed-payment-content {
    width: 100%;
  }

  .ed-payment-resume {
    width: 100%;
    margin-bottom: 40px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .c-ed-payment-content {
    padding-right: 0px;
    padding-left: 0px;
  }

  .ed-payment-content-block {
    padding-left: 20px;
  }

  .ed-payment-content-block-step-info {
    padding-left: 30px;
  }

  .ed-payment-content-block-step-info-heading {
    margin-bottom: 20px;
  }

  .ed-payment-content-block-step-info-content-item.ed-request-content-form-step-info-content-item--50 {
    width: 100%;
  }

  .ed-payment-content-block-step-info-content-item.ed-request-content-form-step-info-content-item--50.ed-request-content-form-step-info-content-item--last40 {
    margin-bottom: 0px;
  }

  .ed-payment-content-block-step-info-content-item.ed-request-content-form-step-info-content-item--last4 {
    margin-bottom: 0px;
  }

  .ed-payment-content-block-step-info-content-item.ed-request-content-form-step-info-content-item--radios {
    margin-bottom: 20px;
  }

  .ed-payment-content-block-step-info-content-item.ed-request-content-form-step-info-content-item--radios-last {
    margin-bottom: 0px;
  }

  .ed-payment-content-block-step-info-content-item.ed-request-content-form-step-info-content-item--submit {
    margin-top: 20px;
  }

  .ed-payment-content-block-step-info-content-item.ed-request-content-form-step-info-content-item--10 {
    margin-bottom: 0px;
  }

  .c-ed-payment-content-block-step-info-content-item.c-ed-request-content-form-step-info-content-item--finance {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .c-ed-payment-resume {
    max-width: 100%;
  }

  .c-ed-payment-resume-item-product {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .ed-payment-resume-item-product-info {
    width: 55%;
    margin-bottom: 0px;
  }

  .c-ed-payment-resume-item-product-info {
    -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;
  }

  .ed-payment-resume-item-product-info__image {
    margin-right: 20px;
    margin-bottom: 0px;
  }

  .ed-payment-resume-item-product-price {
    width: 40%;
  }

  .c-ed-payment-resume-item-product-price {
    text-align: right;
  }

  .ed-lightbox-content-login {
    width: 450px;
  }

  .ed-lightbox-content-store-map {
    min-height: 400px;
    background-position: 50% 50%;
    background-size: cover;
  }

  .ed-lightbox-content-delivery-item {
    padding-right: 30px;
    padding-left: 30px;
  }

  .ed-lightbox-content-delivery-item-info {
    width: 65%;
    padding-right: 20px;
  }

  .ed-lightbox-content-delivery-item-actions {
    width: 32%;
  }

  .ed-lightbox-content-delivery-item-info-picture {
    margin-right: 20px;
  }

  .ed-lightbox-content-delivery-item-info-picture.ed-lightbox-content-delivery-item-info-picture--step1 {
    margin-right: 30px;
  }

  .c-ed-lightbox-content-delivery-submit.c-ed-lightbox-content-delivery-submit--del {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .c-ed-lightbox-content-delivery-steps-heading-form-block {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .ed-lightbox-content-delivery-steps-heading-form-block-field {
    width: 100%;
    margin-bottom: 10px;
  }

  .ed-lightbox-content-delivery-steps-heading-form-block-field__input {
    padding-right: 20px;
    padding-left: 20px;
  }

  .ed-lightbox-content-delivery-steps-map {
    min-height: 400px;
  }

  .ed-lightbox-content-delivery-steps-form {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 479px) {
  .precio_menu_col{
    min-height: auto;
  }
  .c-ed-banner {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .ed-contact-content-form-block-field.ed-contact-content-form-block-field--50 {
    width: 100%;
  }

  .ed-banner-actions__link {
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }

  .ed-banner-actions__link.ed-banner-actions__link--none {
    display: none;
  }

  .ed-fran-info {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .ed-fran-picture {
    padding-top: 70%;
    background-position: 50% 50%;
  }

  .ed-fran-info-list {
    padding-left: 40px;
    line-height: 100%;
  }

  .c-ed-improvement {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .ed-improvement-picture {
    margin-bottom: 0px;
  }

  .ed-improvement-info {
    margin-bottom: 20px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .c-ed-improvement-info {
    text-align: left;
  }

  .ed-improvement-info__title {
    font-size: 32px;
    text-align: center;
  }

  .ed-improvement-info__desc {
    text-align: left;
  }

  .c-ed-improvement-info-actions {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 270px;
    margin-right: auto;
    margin-left: auto;
    -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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .ed-improvement-info-actions__link {
    display: block;
    width: 100%;
    margin-right: 0px;
    text-align: center;
  }

  .c-ed-request-content-form-step-info-content-item.c-ed-request-content-form-step-info-content-item--submit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .c-ed-request-content-form-step-info-content-item.c-ed-request-content-form-step-info-content-item--submit.c-ed-request-content-form-step-info-content-item--right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .ed-request-content-form-step-info-content-item-action {
    width: 100%;
    margin-bottom: 10px;
  }

  .ed-request-content-form-step-info-content-item-checkbox__label {
    font-size: 16px;
  }

  .ed-locations-map {
    min-height: 600px;
  }

  .ed-payment-content-block-step-info-content-items.ed-payment-content-block-step-info-content-items--mb {
    margin-bottom: 10px;
  }

  .c-ed-payment-content-block-step-info-content-item.c-ed-request-content-form-step-info-content-item--submit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .c-ed-payment-content-block-step-info-content-item.c-ed-request-content-form-step-info-content-item--submit.c-ed-request-content-form-step-info-content-item--right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .ed-payment-content-block-step-info-content-item-action {
    width: 100%;
    margin-bottom: 10px;
  }

  .c-ed-payment-resume-item-product {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .ed-payment-resume-item-product-info {
    width: 70%;
  }

  .ed-payment-resume-item-product-info__image {
    margin-right: 10px;
  }

  .ed-payment-resume-item-product-price {
    width: 28%;
  }

  .c-ed-payment-content-block-step-info-content-types {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .ed-payment-content-block-step-info-content-type {
    width: 100%;
    margin-bottom: 10px;
  }

  .ed-payment-content-block-step-info-content-type.ed-payment-content-block-step-info-content-type--last {
    margin-bottom: 0px;
  }

  .c-ed-payment-content-block-step-info-content-war {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
  }

  .ed-payment-content-block-step-info-content-war-picture {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 10px;
  }

  .ed-payment-content-block-step-info-content-war-info {
    width: 100%;
  }

  .c-ed-payment-content-block-step-info-content-tab-content-fields {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .ed-payment-content-block-step-info-content-tab-content-field {
    width: 100%;
    margin-bottom: 15px;
  }

  .ed-payment-content-block-step-info-content-tab-content-field.ed-payment-content-block-step-info-content-tab-content-field--last {
    margin-bottom: 0px;
  }

  .c-ed-tracing {
    max-width: 300px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .ed-tracing-heading {
    margin-bottom: 20px;
  }

  .c-ed-tracing-items {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .ed-tracing-item {
    width: 100%;
  }

  .c-ed-tracing-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .ed-tracing-item-indicator {
    margin-right: 20px;
    margin-bottom: 0px;
  }

  .c-ed-tracing-item-indicator {
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .ed-tracing-item-indicator__line {
    width: 4px;
    height: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .ed-tracing-item-indicator__line.ed-tracing-item-indicator__line--first {
    display: block;
  }

  .ed-tracing-item-indicator__line.ed-tracing-item-indicator__line--last {
    display: block;
  }

  .ed-tracing-item-indicator__circle.ed-tracing-item-indicator__circle--active {
    border-color: #eb8c2f;
  }

  .ed-tracing-item-info {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .c-ed-tracing-item-info {
    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;
  }

  .ed-tracing-item-info-picture {
    margin-right: 20px;
    margin-bottom: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .ed-tracing-item-info-heading__title {
    text-align: left;
  }

  .ed-lightbox-content {
    width: 100%;
  }

  .ed-lightbox-content-login {
    width: 100%;
  }

  .ed-lightbox-content-store-map {
    min-height: 350px;
  }

  .c-ed-lightbox-content-store-info {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .ed-lightbox-content-store-info-texts {
    width: 100%;
    margin-bottom: 20px;
  }

  .ed-lightbox-content-store-info-action {
    width: 100%;
  }

  .c-ed-lightbox-content-store-info-action {
    text-align: center;
  }

  .ed-lightbox-content-store-info-action__button {
    display: block;
    padding-right: 12px;
    padding-left: 12px;
  }

  .ed-lightbox-content-store-search-form-block-field__input {
    padding-right: 50px;
    padding-left: 50px;
  }

  .ed-lightbox-content-store-search-form-block-field__submit {
    width: 40px;
  }

  .ed-lightbox-content-store-search-form-block-field__button {
    width: 40px;
  }

  .c-ed-lightbox-content-delivery-item {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .ed-lightbox-content-delivery-item-info {
    width: 100%;
    padding-right: 0px;
    padding-bottom: 20px;
    border-bottom: 1px solid #4e4e4e;
    border-right-style: none;
  }

  .ed-lightbox-content-delivery-item-info.ed-lightbox-content-delivery-item-info--step1 {
    border-bottom-style: none;
  }

  .ed-lightbox-content-delivery-item-actions {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .ed-lightbox-content-delivery-item-info-texts__title.ed-lightbox-content-delivery-item-info-texts__title--step1 {
    font-size: 16px;
  }

  .ed-lightbox-content-delivery-steps-overlay__text {
    font-size: 20px;
  }
}

