.clear-cart-container {
  display: none;
}

.stores-container {
  display: none;
}

i.map-pin-icon {
  display: block;
  width: 40px;
  height: 40px;
  background-image: url(https://d8vlg9z1oftyc.cloudfront.net/eoseos/eoseos-file-manager/img/map-pin-icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 17px;
  margin-top: 10px;
  min-width: 40px;
}

.header-modal-mult-cd {
  display: flex;
  font-size: 18px;
  color: #444;
  align-items: center;
  line-height: 21px;
  margin-bottom: 48px;
  max-width: 417px;
}

.input-box-mult-cd {
  display: flex;
}

button.submit-search-stores {
  width: 127px;
  height: 55px;
  border: none;
  background: #00709E;
  border-radius: 10px;
  font-size: 21px;
  color: var(--white);
  font-weight: 700;
  transition: 0.3s ease;
  line-height: 25px;
}

.modal-freight-container input {
  width: 266px;
  height: 55px;
  border-radius: 10px;
  padding: 15px 21px;
  margin-right: 10px;
  background: #f1f1f1;
  font-size: 21px;
  line-height: 25px;
  transition: .2s;
  color: #BFBFBF;
  border: 0;
}

button.submit-search-stores:hover {
  background: #00709E;
  transition: 0.3s ease;
  color: #fff;
  opacity: .9;
}

.modal-freight-container input:focus {
  border: 1px solid #00e2ff;
  box-shadow: 0px 0px 1px #00e2ff, inset 0px 0px 1px #00e2ff9c;
  background: #fff;
}

.modal-freight-container input::placeholder {
  color: #bfbfbf;
  opacity: 1;
}

.modal-freight-container input:-ms-input-placeholder {
  color: #bfbfbf;
}

.modal-freight-container input::-ms-input-placeholder {
  color: #bfbfbf;
}

.header-stores-container {
  display: flex;
  align-items: center;
  font-size: 17px;
  color: #23475e;
  margin-top: 50px;
  margin-bottom: 20px;
}

i.cart-mult-cd-icon {
  display: block;
  background-image: url(	https://d8vlg9z1oftyc.cloudfront.net/eoseos/eoseos-file-manager/img/cart-mult-cd-icon.png);
  width: 35px;
  height: 26.5px;
  margin-right: 20px;
}

.input-box-stores select {
  width: 100%;
  height: 45px;
  border: 1px solid #f1f1f1;
  appearance: none;
  background: url(	https://d8vlg9z1oftyc.cloudfront.net/eoseos/eoseos-file-manager/img/arrow-select-stores.png)
    no-repeat #f1f1f1;
  border-radius: 10px;
  background-position: 95%;
  padding-left: 21px;
  font-size: 17px;
  color: #7b7b7b;
  margin-bottom: 12px;
  transition: 0.3s;
}

.input-box-stores select:focus {
  border: 1px solid #00e2ff;
  box-shadow: 0px 0px 1px #00e2ff, inset 0px 0px 1px #00e2ff9c;
  background-color: #fff;
}

button.go-store-button {
  border-radius: 10px;
  background: #23475e;
  width: 100%;
  height: 45px;
  border: none;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  transition: 0.3s;
}

button.go-store-button:hover {
  background: #193445;
}

.clear-cart-container p {
  font-size: 21px;
  color: #23475e;
  text-transform: none;
  line-height: 24px;
  margin: 0 25px;
  margin-bottom: 40px;
}

.clear-cart-buttons {
  display: flex;
  justify-content: center;
  padding: 0 25px;
}

button.clear-cart-button {
  background: #DD0E28;
  border: 1px solid #DD0E28;
  border-radius: 10px;
  height: 67px;
  width: 237px;
  margin-right: 12px;
  color: #fff;
  font-weight: 700;
  font-size: 21px;
  transition: 0.3s;
}

button.clear-cart-button:hover {
    background: #c83a3a;
    border-color: #c83a3a;
}

button.esc-clear-cart {
  background: #fff;
  border: 1px solid #23475e;
  border-radius: 10px;
  width: 144px;
  height: 67px;
  font-size: 21px;
  color: #23475e;
  font-weight: 700;
  transition: 0.3s;
}

button.esc-clear-cart:hover {
    background: #23475e;
    color: #fff;
}

.modal-freight-container p {
  text-align: center;
  font-size: 23px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0;
  margin-top: 30px;
  color: #DD0E28;
}

.modal-freight-container {
  position: relative;
}

.modal-freight-container button.close {
  align-self: flex-end;
  position: absolute;
  top: 16px;
  left: calc(100% - 44px);
  opacity: .6;
  transition: opacity .3s ease;
}

.modal-freight-container button.close:hover {
  opacity: 1;
  transition: opacity .3s ease;
}

i.ico-close-modal {
  display: block;
  background-repeat: no-repeat;
  width: 35px;
  height: 35px;
  background-image: url(https://d8vlg9z1oftyc.cloudfront.net/eoseos/eoseos-file-manager/img/close-modal-ico.png);
}

@media (max-width: 991px) {
  i.map-pin-icon {
    display: block;
    width: 67px !important;
    height: 32px;
    background-image: url(https://d8vlg9z1oftyc.cloudfront.net/eoseos/eoseos-file-manager/img/map-pin-icon.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 17px;
  }

  .input-box-mult-cd {
    flex-direction: column;
  }

  .modal-freight-container input {
    width: 100% !important;
    margin-bottom: 12px;
  }
}