.formulate .promocode .promocode-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.formulate .total-price, .formulate .price_ {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.formulate {
  width: 396px;
  background: #fff;
  box-shadow: 0 8px 8px rgba(164, 74, 63, 0.14);
  border-radius: 16px;
  padding: 16px;
  margin-left: 20px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}

.formulate .delivery-type {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    margin-bottom: 0;
}

.formulate .delivery-type label {
  display: block;
  height: 30px;
}

.formulate .promocode {
  margin-bottom: 63px;
}

.formulate .promocode p {
  font-size: 14px;
  letter-spacing: 0.01em;
  color: #828282;
  margin-bottom: 4px;
}

.formulate .promocode button {
  border: 1px solid #00A676;
  border-radius: 16px;
  margin-left: 16px;
  font-weight: 700;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #393E41;
  width: 174px;
  padding: 16px 6px;
  background: #fff;
}

.formulate .promocode button:hover {
  background: #00A676;
  color: #fff;
}

.formulate .promocode input {
  width: 174px;
}

.formulate .promocode label {
  width: 100%;
}

.formulate .price_ {
  margin-bottom: 8px;
}

.formulate .price_ span {
  font-size: 14px;
  letter-spacing: 0.08em;
  color: #393E41;
}

.formulate .total-price span {
  letter-spacing: 0.08em;
}

.formulate .total-price {
  margin: 24px 0 24px;
}

.formulate .total-price .label {
  font-weight: 700;
  font-size: 14px;
  color: #586065;
}

.formulate .total-price .pr {
  font-family: GHEAHelveticaGeoBold;
  font-size: 18px;
  letter-spacing: 0.04em;
  color: #262730;
}

.formulate .formulate-button {
  display: block;
  width: 100%;
  text-align: center;
  padding: 14px 0;
  background: #ED1C24;
  border-radius: 16px;
  font-size: 18px;
  letter-spacing: 0.04em;
  color: #FFFFFF;
  font-family: GHEAHelveticaGeoBold;
  border: none;
}

.formulate .formulate-button:hover,
.formulate .formulate-button:disabled
.formulate .formulate-button[disabled] {
  background: #F34E5D;
}

.formulate .formulate-button:active, .formulate .formulate-button:focus {
  background: #ED1C24;
}

.sec-with-pay .formulate .promocode input {
  width: 226px;
}
.formulate .delivery-type > div:nth-child(1) label {
  position: relative;
  top: 0;
  border-radius: 8px 0 0 8px;
  left: -1px
}
.formulate .delivery-type > div:nth-child(2) label {
  position: relative;
  top: 0;
  border-radius: 0 8px 8px 0;
  right: -1px
}
@media (max-width: 1270px) {
  .right-sec .formulate {
    width: 100%;
    margin-left: 0;
  }
}

@media (max-width: 800px) {
  .formulate {
    margin-left: 0;
    width: 100%;
    margin-top: 16px;
  }

  .formulate .promocode input, .formulate .promocode button {
    width: 100% !important;
  }
}
