/**
Theme Name: The Bigherb Theme
Author: palagorn.p
Author URI: https://palamike.com
Description: Support The Bigherb
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: the-bigherb-theme
Template: astra
*/
.img_option {
    max-width: 500px;
    margin: auto;
}

@media screen and (max-width: 640px) {
    .img_option {
        width: 80%;
    }
}

#order_form {
    background: white;
    padding: 20px;
    max-width: 670px;
    padding-bottom: 85px;
    font-family: Arial;
    margin: 20px;
    background-image: url("../images/formbg.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
    margin: 0 auto;
  }
  
  #order_form div {
    background: transparent !important;
  }
  
  #order_form h2 {
    margin: 25px 0 0 0;
    padding: 0px;
    line-height: 32px;
    border: none;
  }
  
  #order_form label {
    width: auto;
    display: block;
    padding: 5px 0 5px 0;
    font-weight: bold;
    font-size: 16px;
    max-width: 500px;
    margin: 0 auto;
    text-align: left;
  }
  
  #order_form label.vertical {
    border: none !important;
  }
  
  .device_info {
    font-size: 14px;
    color: green;
    display: block;
    margin: 10px 20px;
  }
  
  #order_form .order_form_pole {
    /* padding: 10px;
    margin: 10px; */
    text-align: center;
  }
  
  #order_form input {
    font-size: 21px;
    padding: 15px;
    border-radius: 3px;
    border: 2px solid #e9d7dc;
    max-width: 500px;
    width: 100%;
    outline: none !important;
    background-color: #fff;
  }
  
  #order_form select {
    font-size: 21px;
    padding: 15px;
    border-radius: 3px;
    border: 2px solid #e9d7dc;
    max-width: 300px;
    width: 100%;
  
    background-color: #fff;
  }
  
  #order_form span {
    font-size: 12px;
    margin: 10px;
  }
  
  #order_form .center {
    display: block;
    margin: 0 auto;
    text-align: center;
  }
  
  #order_form button,
  .obutton {
    display: block;
    margin: 0 auto;
    padding: 20px;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 4px 15px 0 rgba(129, 150, 160, 0.45);
    border-radius: 5px;
    background-color: blue;
    background-position: 1.35em .94em;
    background-size: 1em;
    background-repeat: no-repeat;
    transition: all .15s ease-in-out;
    border: none;
    cursor: pointer;
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  
  #order_form button:hover,
  .obutton:hover {
    background-color: blue;
  }
  
  #order_form button:active {
    position: relative;
    top: 1px;
  }
  
  #submit-error {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 150px;
    color: red;
  }

  #name-error {
    position: absolute;
    left: 74%;
    transform: translateX(-50%);
    width: 180px;
    bottom: 430px;
    color: red;
  }

  #phone-error {
    position: absolute;
    left: 74%;
    transform: translateX(-50%);
    bottom: 325px;
    width: 255px;
    color: red;
  }
  
  @media screen and (max-width: 500px) {
    #order_form input {
      width: 90%;
    }
    #submit-error {
      left: 50%;
      bottom: 170px;
      width: auto;
    }
  
    #name-error {
      left: 74%;
      bottom: 450px;
    }
  
    #phone-error {
      left: 68%;
      bottom: 350px;
    }
    
  }

  .vid {
    max-width: 700px !important;
    display: block !important;
    margin: 0 auto !important;
  }
  @media screen and (max-width: 768px) {
    .vid {
      width: 80% !important;
    }

    .frame-1 {
      width: 90%;
    }
  }

  .frame-1 {
    border: rgb(56 189 248) 2px solid;
    max-width: 600px;
    padding: 10px;
    margin: 0 auto;
  }
