/**
Fluid checkout manipulation
*/
.fluid-checkout-state {
  clear: both;
  width: 100% !important;
  float: none !important;
}

.fluid-checkout-city {
  width: 100% !important;
  float: none !important;
  margin-right: 0px !important;
}

.terminalGetShippingCities {
  display: flex !important;
  justify-content: space-between !important;
}

/* Get second div in .terminalGetShippingCities */
.terminalGetShippingCities div:nth-child(2) button {
  text-align: center !important;
  cursor: pointer !important;
  padding: 3px 14px !important;
  border: 1px solid gray !important;
  border-radius: 10px !important;
  font-size: 14px !important;
  font-weight: 400 !important;
}

.terminalGetShippingCities div:nth-child(2) button img {
  height: 17px !important;
  margin-top: 3px !important;
  margin-right: 8px !important;
}

.t-checkout-carriers-checkoutFluid {
  display: flex !important;
  justify-content: start !important;
  padding: 5px 10px !important;
}
