
  *{
      margin: 0px;
      padding: 0px;
  }
  body{
      margin: 0px;
      padding: 0px;
  }

  .akcio {
    position: absolute;
    right: 5px;
    top: 8px;
    background-color: #ffffffc7;
    padding: 2px 14px;
    font-weight: 900;
    color: #cf0000;
    border-radius: 30px;
}

  .garage_door{
    display: none;
  }
  .front_door{
    display: none;
  }
  .door_type{
    text-align: center;
  }
  .choose_door_container{
    margin-top: 60px;
    display: inline-block;
    width: 100%;
    text-align: left;
  }
  .choose_door_container label{
    font-size: 21px;
  }
  .door_type_button{
    height: 39px;
    width: 111px;
    background-color: #1788d4;
    color: white;
    border: none;
    margin-top: 20px;
  }

  .page_container{
    width: 100%;
    height: auto;
    text-align: left;
    position: relative;
  }
  form{
      margin-top: 20px;
      width: 78%;
      display: inline-block;
  }
  .dropdown {
      width: 50%;
      text-align: left;
      margin-left: 20px;
  }
  .dropdown2 {
      width: 57%;
      text-align: left;
      margin-left: 20px;
  }
  .selected{
    background-color:#e8e6e6;
  }
  select {
      width: 100%;
      margin-top: 10px !important;
      height: 40px;
      border: 1.5px solid #dfdfdf;
      border-radius: 5px;
      padding-left:17px;
      font-size: 16px;
      color: #918d8d;

      margin: 0;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-appearance: none;
      -moz-appearance: none;
  }

  select{
      background-image:
        linear-gradient(45deg, transparent 50%, gray 50%),
        linear-gradient(135deg, gray 50%, transparent 50%),
        linear-gradient(to right, #ccc, #ccc);
      background-position:
        calc(100% - 20px) calc(1em + 2px),
        calc(100% - 15px) calc(1em + 2px),
        calc(100% - 2.5em) 0.5em;
      background-size:
        5px 5px,
        5px 5px,
        1px 1.5em;
      background-repeat: no-repeat;
      cursor: pointer;
  }

  select:focus {
      background-size:
        5px 5px,
        5px 5px,
        1px 1.5em;
      background-repeat: no-repeat;
      border-color: #dfdfdf;
      outline: 0;
  }
  .form_box{
      width: 100%;
      height: auto;
      display: none;
  }
  .options_form{
    box-shadow: 0 4px 31px 0px rgba(0, 0, 0, 0.1) !important;
    position: relative;
    width: 100%;
    height: auto;
    display: none;
    text-align: left;
    padding: 30px;
    margin-top: 50px;
  }
  .options_form button {
    width: 26%;
    padding: 17px 0px 7px 0px;
    vertical-align: top;
    margin-top: 25px;
    margin-left: 70px;
    background-color: #f8f5f5;
    border-radius: 4px;
    border: 1px solid #e9e7e7;
    font-size: 12px!important;
  }
  .options_form button:first-of-type {
    margin-left: 8px;
  }
  .options_form button img{
      width: 99%;
      margin-top: -15px;
      margin-bottom: 5px;
  }



  .options_form2{
    box-shadow: 0 4px 31px 0px rgba(0, 0, 0, 0.1) !important;
    position: relative;
    width: 100%;
    height: auto;
    display: none;
    text-align: left;
    padding: 30px;
    margin-top: 50px;
  }
  .options_form2 button {
    width: 20%;
    padding: 17px 0px 7px 0px;
    vertical-align: top;
    margin-top: 25px;
    margin-left: 27px;
    background-color: #f8f5f5;
    border-radius: 4px;
    border: 1px solid #e9e7e7;
    font-size: 12px!important;
  }
/*  .options_form2 button:first-of-type {
    margin-left: 8px;
  }
  .mar_no{
    margin-left: 8px !important;
  }*/
  .options_form2 button img{
      width: 99%;
      margin-top: -15px;
      margin-bottom: 5px;
  }
  .sub_options_form{
      position: relative;
      width: 100%;
      height: auto;
      display: none;
      text-align: left;
      margin-top: 20px;
      box-shadow: 0 4px 31px 0px rgba(0, 0, 0, 0.1) !important;
      padding: 30px;
  }
  .sub_options_form button {
      font-weight: 500;
      width: 45%;
      padding: 17px 0px 11px 0px;
      vertical-align: top;
      margin-top: 25px;
      margin-left:8%;
      background-color: #f8f5f5;
      border-radius: 4px;
      border: 1px solid #e9e7e7;
      font-size: 12px!important;
  }
  .sub_options_form button:nth-of-type(odd){
    margin-left: 0px;
  }
  .sub_options_form button img{
      width: 99%;
      margin-top: -15px;
      margin-bottom: 10px;
  }

  .sub_options_form_boxes{
      position: relative;
      width: 100%;
      height: auto;
      display: none;
      text-align: left;
      margin-top: 20px;
      box-shadow: 0 4px 31px 0px rgba(0, 0, 0, 0.1) !important;
      padding: 30px;
  }
  .sub_options_form_boxes button{
      width: 23%;
      padding: 17px 0px 6px 0px;
      vertical-align: top;
      margin-top: 25px;
      margin-left: 10px;
      background-color: #f8f5f5;
      border-radius: 4px;
      border: 1px solid #e9e7e7;
      font-size: 12px!important;
      position: relative;
  }
  .sub_options_form_boxes button img{
      width: 99%;
      margin-top: -15px;
  }

  .final_options{
      display: inline-block;
      text-align: left;
      width: 100%;
      display: none;
      margin-top: 20px;
  }
  .radio_size{
      font-size: 14px !important;
  }

  .Méretek{
    position: relative;
    height: auto;
  }
  .Méretek label{
    margin-right: 10px;
    font-size: 16px;
  }
  .meretek_label label{
    font-size: 18px;
  }
  .Méretek input{
    padding-left: 10px;
    height: 35px;
    margin-top: 20px;
    width: 44%;
  }
  .meretek_img{
    padding: 0px !important;
  }
  .meretek_img img{
    width: 100%;
    height: 96%;
    margin-top: 15px;
  }
  .closeRow{
    max-width: 32% !important;
  }
  .contact{
    margin-top: 30px !important;
  }
  .contact input{
    width: 50%;
  }

  input{
    background-color: #fcfbfb;
    border-radius: 4px;
    border: 1px solid #e9e7e7;
    width: 74%;
    height: 37px;
    padding: 7px;
    font-size: 13px !important;
    outline: none;
    box-shadow: 0 1px 5px 0px rgba(0, 0, 0, 0.1) !important;

  }
  input[type=radio]{
      width: 12%;
      height: 13px;
      box-shadow: none !important;
  }
  label{
      font-size: 17px;
      font-weight: 500;
  }
  .row{
      margin-top: 40px;
  }
  .info{
      font-size: 15px;
  }
  .submit_form{
      margin-bottom: 50px;
      border: none;
  }

  .submit_form .right{
      text-align: right;
  }


  .submit_form .right input{
      width: 36%;
      background-color: #1788d4;
      color: white;
      border: none;
  }
  .form_page_form{
    width: 100% !important;
  }

  .final_options_box_1{
    box-shadow: 0 4px 31px 0px rgba(0, 0, 0, 0.1) !important;
    padding: 30px;
  }
  .final_options_box_2{
    box-shadow: 0 4px 31px 0px rgba(0, 0, 0, 0.1) !important;
    padding: 30px;
    margin-top: 20px;
  }
  .final_options_box_3{
    box-shadow: 0 4px 31px 0px rgba(0, 0, 0, 0.1) !important;
    padding: 30px;
    margin-top: 20px;
  }
  .contact_form_heading{
    font-size: 19px;
  }

  textarea {
    width: 74%;
    height: 90px;
    background-color: #fcfbfb;
    box-shadow: 0 1px 5px 0px rgba(0, 0, 0, 0.1) !important;
    border-radius: 4px;
    border: 1px solid #e9e7e7;
    padding: 5px;
    font-size: 13px !important;
  }
  .remote_selector{
    width: 74% !important;
  }
input[type=checkbox]{
    box-shadow: none !important;
    height: 17px;
    text-align: left;
    width: 42px;
  }
  .checkbox_text{
    position: absolute;
    margin-top: -3px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}


  @media only screen and (max-width: 1016px){
    .meretek_img{
      max-width: 79% !important;
      flex: none !important;
    }
    .meretek_input{
      max-width: 100% !important;
      flex: none !important;
    }
    .meretek_img img {
      margin-top: 0px;
    }
  }

  @media only screen and (max-width: 991px){
    .options_form button {
        margin-left: 45px;
    }
    .options_form2 button {
        width: 20%;
        margin-left: 20px;
    }
    .sub_options_form_boxes button {
        width: 46%;
        margin-left: 37px;
    }
    .sub_options_form_boxes a:nth-of-type(odd) button{
        margin-left: 0px;
    }
  }


  @media only screen and (max-width: 787px){
    form{
      width: 90%;
    }
    .dropdown{
      width: 100%;
      margin-left: 0px !important;
    }
    button{
      font-size: 13px !important;
    }
    .options_form button{
      width: 25%;
      font-size: 11px !important;
    }
    .sub_options_form button {
      width: 45%;
      font-size: 11px !important;
    }
  }

  @media only screen and (max-width: 657px){
    .options_form button {
        margin-left: 16px;
    }
    .options_form2 button {
        margin-left: 13px;
    }
    .sub_options_form_boxes button {
        width: 46%;
        margin-left: 14px;
    }
  }


  @media only screen and (max-width: 580px){


    .meretek_img {
        max-width: 79% !important;
        flex: none !important;
    }
    input {
      background-color: #f8f5f5;
      border-radius: 4px;
      border: 1px solid #e9e7e7;
      width: 88%;
      height: 37px;
    }
    .closeRow{
      max-width: 50% !important;
    }

  }
  @media only screen and (max-width: 500px){

    .dropdown{
      width: 100%;
    }
  }
  @media only screen and (max-width: 475px){

    .sub_options_form_boxes button {
      width: 41%;
      font-size:8px !important;
    }
    /*.sub_options_form_boxes button img{
      height: 30px;
    }*/
    .options_form button{
      width: 25%;
      font-size: 10px !important;
    }
    .options_form2 button{
      width: 25%;
      font-size: 10px !important;
    }
    .sub_options_form button {
      width: 45%;
      font-size: 9px !important;
      margin-left: 2%;
    }

    select{
      font-size: 12px !important;
    }
    label{
      font-size: 15px !important;
    }
    .info{
      font-size: 9px !important;
    }
    input{
      font-size: 12px !important;
    }
    .contact input{
      width: 93%;
    }
    .meretek_img{
      width: 72% !important;
    }
    .meretek_input{
      width: 100% !important;
      padding: 0px;
    }
    .submit_form .right input {
      width: 36%;
      background-color: #1788d4;
      color: white;
      border: none;
    }
    .col-sm-6 {
      padding: 0px !important;
    }
    .Méretek label {
        margin-right: 10px;
        font-size: 10px !important;
    }
    .Méretek input {
        padding-left: 10px;
        height: 24px;
        margin-top: 20px;
        width: 23%;
    }
  }

  @media only screen and (max-width: 385px){
    .col-sm-6{
      width: 100% !important;
    }
    .closeRow{
      max-width: 100% !important;
    }
    .options_form {
      padding: 10px;
    }
    .options_form button{
      width: 42%
    }
    .options_form2 {
      padding: 10px;
    }
    .options_form2 button{
      width: 42%
    }
    .options_form2 button{
      margin-left: 16px !important
    }
    .options_form2 button:nth-of-type(odd) {
        margin-left: 4px !important;
    }
    .sub_options_form{
      padding: 10px;
    }
    .sub_options_form button{
      width: 100%
    }
    .sub_options_form_boxes{
      padding: 10px;
    }
    .sub_options_form_boxes button{
      width: 68%
    }
    .Méretek input {
        padding-left: 10px;
        height: 24px;
        margin-top: 0px;
        width: 50%;
    }
    .final_options {
        padding: 5px 0px;
    }
    .options_form button:nth-of-type(odd) {
        margin-left: 4px;
    }
    .sub_options_form_boxes a:nth-of-type(odd) button {
          margin-left: 14px;
    }
    .sub_options_form_boxes button {
          margin-left: 14px;
    }

  }
