.shortOrderForm {
  padding-left: 30px;
  padding-right: 30px;
  font-family: "Open Sans", Arial, sans-serif;
}
h2.title-above-frame-form {
  font-size: 29px;
  color: #242424;
  font-weight: 600;
  letter-spacing: 0.6px;
  line-height: 41px;
  margin: 15px 0px 0px;
  padding: 0;
  text-decoration: none;
}
.frame-form div.form,
div.form {
  width: 700px;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}
.frame-form div.buyForm.main-site div.form,
div.buyForm.main-site div.form {
  margin-left: auto;
  border: 3px solid #4c6b4b;
  border-radius: 10px;
  padding: 20px;
  background: #fff;
}
.frame-form div.buyForm.main-site div.form h2.order-title,
div.buyForm.main-site div.form h2.order-title {
  text-transform: uppercase;
  color: #ff0000;
  letter-spacing: 0px;
  font-family: verdana;
  margin-top: 0px;
  text-align: center;
  font-weight: bold;
  font-size: 28px;
  line-height: 1.5;
}
.frame-form {
  color: #242424;
  line-height: 1.25;
  min-height: 200px;
  width: 730px;
  max-width: 100%;
  margin: 20px auto;
  background: rgba(216, 216, 216, 0.831372549);
  border: 10px outset #c00;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.frame-form .img {
  margin: 15px;
  box-shadow: none;
  border: none;
  background: rgba(0, 0, 0, 0);
  overflow: hidden;
  max-width: 250px;
}

.frame-form .img img {
  max-width: 100%;
}

.frame-form .buyForm {
  width: 400px;
  max-width: 95%;
  margin: 5px auto;
  display: block;
  padding-top: 0px;
  padding-bottom: 20px;
}
.frame-form div.buyForm {
    padding-top: 25px;
}
.frame-form .buyForm {
  padding-bottom: 20px;
}
.frame-form div.form input[type=submit],
.buyForm.main-site div.form input[type=submit] {
  max-width: none;
  width: 100%;
  background: green;
  text-transform: none;
  font-weight: bold;
  color: #fff;
}
.frame-form div.form input[type=submit],
.buyForm.main-site div.form input[type=submit] {
  width: 100%;
  background: #367736;
  font-weight: bold;
  color: #fff;
  border: inherit !important;
  text-transform: none;
  box-shadow: none;
  font-family: Arial, sans-serif !important;
  min-width: initial !important;
  padding: 15px !important;
  font-size: 30px;
  line-height: normal;
}

.frame-form div.form input[type=submit].promo,
.buyForm.main-site div.form input[type=submit].promo {
  line-height: normal;
}

.frame-form input[type=submit] {
  margin: 0 auto;
  display: inline-block;
  border: none;
  padding: 10px 40px;
  font-size: 30px;
  font-family: Arial, sans-serif;
}

.m-t-20 {
  margin-top: 20px !important;
}

.shortOrderForm .frame-form .btn-red {
  width: 280px !important;
  max-width: 90%;
  margin: 0px auto;
  outline: none;
  border: none;
  cursor: pointer;
  padding: 20px 40px !important;
  border-radius: 5px;
  transition: 0.2s ease-in-out;
  font-size: 33px !important;
  line-height: 43px;
  color: #fff;
  background: #c00 !important;
  box-shadow: none;
  min-width: initial !important;
}

.buyForm.main-site .formGroup-half, 
.buyForm.main-site .formGroup-3-1 {
  display: flex;
  gap: 20px;
}

.buyForm.main-site .formGroup {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  padding: 5px 0px;
}

.buyForm.main-site .formGroup-half .formGroup {
  width: 100%;
}

.buyForm.main-site .formGroup {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  padding: 5px 0px;
}

.buyForm.main-site .formGroup-half .formGroup {
  width: 50%;
}

.buyForm.main-site label {
  width: 100%;
  text-align: left;
  font-size: 18px;
  padding-left: 5px;
}

.buyForm.main-site .formContent {
  width: 100%;
}

.buyForm.main-site .formContent input {
  width: 100%;
}

.buyForm.main-site .formContent input, 
.buyForm.main-site .formContent select {
  border: 1px solid black !important;
  font-size: 15px;
  padding: 8px 10px;
  background: #fff;
  outline: none;
  border: 1px solid #b1b1b1;
  border-radius: 10px;
}

.frame-form .buyForm form .form-group {
  display: flex;
  padding: 10px;
  width: 100%;
  align-items: center;
  flex-direction: column;
  margin-bottom: 0px;
  margin-top: 0px;
}

.frame-form .buyForm form .form-group .form-control {
  display: flex;
  width: 100%;
}

.frame-form .buyForm form .form-group .form-control input {
  width: 100%;
  margin: 0px 5px;
  display: block;
  padding: 10px 12px;
  font-size: 15px;
  line-height: 25px;
  color: #555;
  background-color: #f1f1f1;
  background-image: none;
  border: 1px solid #727272;
  border-radius: 4px;
}

.frame-form .show-on-mobile {
  display: none;
}
.frame-form .product-price {
  justify-content: center;
  align-items: center;
  font-size: 35px;
}
.frame-form .product-price .old-price {
  text-decoration: line-through;
}
.product-price .new-price,
span.otherStyle {
  font-weight: 600;
}
.frame-form .product-price .new-price {
  font-weight: bold;
}
.frame-form .product-price span {
  margin: 15px;
}
.frame-form .product-price i {
  color: #c00;
}
.frame-form .color-red {
  color: #CC0000;
}
.frame-form .color-green {
  color: #208411;
}

.product-price {
  justify-content: center;
  align-items: center;
  font-size: 35px;
  line-height: 1.25;
}
.product-price .old-price {
  text-decoration: line-through;
}
.product-price .new-price {
  font-weight: bold;
}
.product-price span {
  margin: 15px;
}
.product-price i {
  color: #c00;
}

@media screen and (max-width: 780px) {
    .frame-form {
        flex-direction: column;
    }
    .frame-form .show-on-mobile {
        display: block;
        max-width: 45% !important;
        margin-top: 25px;
        border-radius: 0px;
    }
    .frame-form .hide-on-mobile {
        display: none;
    }
    .shortOrderForm {
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media screen and (max-width: 700px) {
  .buyForm.main-site .formGroup-half, 
  .buyForm.main-site .formGroup-3-1 {
    flex-wrap: wrap;
    gap: 0px;
  }
  .buyForm.main-site .formContent {
    width: 100%;
  }
  .buyForm.main-site .form-group {
    display: block;
  }
  .buyForm.main-site .formGroup-half .formGroup {
    width: 100%;
  }
  .buyForm.main-site .formGroup-3-1 .formGroup:first-child, 
  .buyForm.main-site .formGroup-3-1 .formGroup:last-child {
    width: 100%;
  }
}
@media screen and (max-width: 620px) {
  .frame-form div.buyForm.main-site div.form h2.order-title,
  div.buyForm.main-site div.form h2.order-title {
    font-size: 25px;
  }
  .frame-form .product-price {
    font-size: 32px;
  }
}
@media screen and (max-width: 600px) {
    .frame-form .show-on-mobile {
        max-width: 55% !important;
    }
}
@media screen and (max-width: 500px) {
    .shortOrderForm {
        padding-left: 0px;
        padding-right: 0px;
    }
}
@media screen and (max-width: 400px) {
  .shortOrderForm .frame-form .btn-red {
    width: calc(100% - 30px) !important;
    max-width: 100% !important;
  }
  .frame-form .product-price {
    font-size: 25px;
  }
  .frame-form .show-on-mobile {
    
  }
  .order-section {
    padding-left: 10px;
    padding-right: 10px;
  }
}