.Steps_Steps__w6PhG {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
.Steps_Step__Ilq4a {
  display: flex;
  flex-direction: column;
  align-items: center;
  opacity: 0.5;
  color: #70544f;
}
.Steps_Step_previous__1JFQc {
  opacity: 1;
  color: #50a684;
}
.Steps_Step_active__1OiwY {
  opacity: 1;
}
.Steps_Step_active__1OiwY .Steps_Step__line_left__2oK75 {
  background-color: #50a684;
}
.Steps_Step_active__1OiwY .Steps_Step__line_right__1Xb48 {
  opacity: 0.5;
}
.Steps_Step_active__1OiwY:last-child {
  color: #50a684;
}
.Steps_Step_active__1OiwY:last-child .Steps_Step__loader__25-MJ {
  display: none;
}
.Steps_Step__Ilq4a:first-child .Steps_Step__line_left__2oK75 {
  visibility: hidden;
}
.Steps_Step__Ilq4a:last-child .Steps_Step__line_right__1Xb48 {
  visibility: hidden;
}
.Steps_Step__icon__fJ55o {
  width: auto;
  height: 65px;
  margin-bottom: 10px;
}
.Steps_Step__name__1H7xl {
  color: inherit;
  display: flex;
  align-items: center;
}
.Steps_Step__check__1COK6 {
  width: auto;
  height: 16px;
  margin-left: 5px;
}
.Steps_Step__loader__25-MJ {
  width: 10px;
  height: 10px;
  display: inline-block;
  color: #50a684;
  border: 2px solid currentColor;
  border-radius: 50%;
  box-sizing: border-box;
  animation: Steps_spin__e2mEW 0.75s infinite linear;
  margin-left: 5px;
}
.Steps_Step__loader__25-MJ:before,
.Steps_Step__loader__25-MJ:after {
  content: '';
  width: inherit;
  height: inherit;
  position: absolute;
  left: -2px;
  top: -2px;
  border: inherit;
  border-radius: inherit;
  box-sizing: border-box;
}
.Steps_Step__loader__25-MJ,
.Steps_Step__loader__25-MJ:before {
  border-color: currentColor transparent transparent transparent;
}
.Steps_Step__loader__25-MJ:before {
  display: inline-block;
  animation: Steps_spin__e2mEW 1.5s infinite ease;
}
@keyframes Steps_spin__e2mEW {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
.Steps_Step__line__28Khq {
  width: 12px;
  height: 1px;
  background: currentColor;
}
.Steps_Step__line_left__2oK75 {
  margin-right: 10px;
}
.Steps_Step__line_right__1Xb48 {
  margin-left: 10px;
}

.LeftPanel_LeftPanel__spinner__1AIo8 {
  width: 10px;
  height: 10px;
  display: inline-block;
  color: #50a684;
  border: 1px solid currentColor;
  border-radius: 50%;
  box-sizing: border-box;
  animation: LeftPanel_spin__3FTkF 0.75s infinite linear;
  margin-left: 5px;
}
.LeftPanel_LeftPanel__spinner__1AIo8:before,
.LeftPanel_LeftPanel__spinner__1AIo8:after {
  content: '';
  width: inherit;
  height: inherit;
  position: absolute;
  left: -1px;
  top: -1px;
  border: inherit;
  border-radius: inherit;
  box-sizing: border-box;
}
.LeftPanel_LeftPanel__spinner__1AIo8,
.LeftPanel_LeftPanel__spinner__1AIo8:before {
  border-color: currentColor transparent transparent transparent;
}
.LeftPanel_LeftPanel__spinner__1AIo8:before {
  display: inline-block;
  animation: LeftPanel_spin__3FTkF 1.5s infinite ease;
}
@keyframes LeftPanel_spin__3FTkF {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}

.Map_Map__3E2cD {
  position: relative;
}
.Map_Map__left__2h3Lk,
.Map_Map__right__7pPEc {
  height: 48px;
  padding: 16px 20px 14px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 5;
  background-color: #fff;
  border-radius: 25px;
  box-shadow: 0px 0px 15px rgba(46,65,83,0.25);
  font-family: 'Manrope', -apple-system, BlinkMacSystemFont, sans-serif, Helvetica, 'Apple Color Emoji';
  font-weight: 500;
  font-size: 12px;
  color: #70544f;
  white-space: nowrap;
}
.Map_Map__left__2h3Lk {
  top: 3%;
  right: 55%;
}
.Map_Map__right__7pPEc {
  top: 3%;
  left: 55%;
}
.Map_Map__order__SfY2j {
  width: 100%;
  height: 420px;
}

.Cart_Cart__3MESu {
  position: relative;
  border-radius: 10px;
  background-color: #fff;
  height: 97px;
  padding: 20px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.Cart_Cart__count__hACQj {
  color: #007a53;
  font-weight: 500;
}
.Cart_Cart__total__34xnG {
  font-family: 'Manrope', -apple-system, BlinkMacSystemFont, sans-serif, Helvetica, 'Apple Color Emoji';
  font-weight: 500;
  font-size: 18px;
  line-height: 1.33;
  color: #bfb7b6;
}
.Cart_Cart__amount__lBtrm {
  color: #007a53;
}

.OrderTracking_OrderTracking__3R4Zn {
  padding: 20px 0 40px;
  display: flex;
  flex-direction: column;
}
.OrderTracking_OrderTracking__main__3IxR1 {
  position: relative;
  border-radius: 10px;
  background-color: #fff;
  padding: 40px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
}
.OrderTracking_OrderTracking__title__17i5p {
  margin-bottom: 40px;
  text-align: center;
}
.OrderTracking_OrderTracking__spinner__393AC {
  width: 48px;
  height: 48px;
  display: inline-block;
  color: #50a684;
  border: 3px solid currentColor;
  border-radius: 50%;
  box-sizing: border-box;
  animation: OrderTracking_spin__1F3SD 0.75s infinite linear;
  align-self: center;
}
.OrderTracking_OrderTracking__spinner__393AC:before,
.OrderTracking_OrderTracking__spinner__393AC:after {
  content: '';
  width: inherit;
  height: inherit;
  position: absolute;
  left: -3px;
  top: -3px;
  border: inherit;
  border-radius: inherit;
  box-sizing: border-box;
}
.OrderTracking_OrderTracking__spinner__393AC,
.OrderTracking_OrderTracking__spinner__393AC:before {
  border-color: currentColor transparent transparent transparent;
}
.OrderTracking_OrderTracking__spinner__393AC:before {
  display: inline-block;
  animation: OrderTracking_spin__1F3SD 1.5s infinite ease;
}
@keyframes OrderTracking_spin__1F3SD {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
.OrderTracking_OrderTracking__button__2FJkp {
  margin-top: 40px;
  align-self: center;
}


/*# sourceMappingURL=scenes-OrderTracking-DesktopView-OrderTracking.780730a1.chunk.css.map*/