.fsg-container {
	padding: 1rem 20px;
}

.fsg-container-inner {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
  display: flex;
}

.progress-col {width: 50%;}

.icon-right {right: 0px!important;}

#freeshippinggift .icon{
  position: absolute;
  /*right: -16px;*/
  right: 0;
  bottom: 4px;
}
#freeshippinggift .icon i{
  text-align: center;
  width: 36px;
  height: 36px;
  line-height: 36px;
  border-radius: 50%;
  color: #fff;
  position: relative;
  z-index: 9;
}
.d-flex {
  display: flex;
}

.reached, .reached .progress {
  background: green;
}

.free-shipping-notice {
  font-size: var(--and-s);
  text-align: center;
  color: var(--color-kb-50);
  font-weight: bold;
}

.progress-bar .bg-primary {
  background-color: var(--color-mp-50)!important;
}

#freeshippinggift .lottie-icon {
  position: relative;
  z-index: 9;
}
#freeshippinggift span.icon {
  width: 40px;
}
