h2{
    margin-bottom: 10px;
}
.content form{
    display: table;
}
.form p{
    display: table-row;
}
.form input{
    display: table-cell;
    align-content: left;
}
#myBtn{
    margin: 0;
    margin-top: 20px;
    height: 30px;
    width: 140px;
    background-color: #7FFF43;
    color: black;
    margin-bottom: 50px;
    border: none;
    cursor: pointer;
}
.form textarea, select[name="product"]{
    padding: 1px;
    border: 1px black solid;
    height: 20px;
    width: 170px;
}

.form textarea{
    height: 80px;
    width: 270px;
    resize: none;
}
.pro_area{
    font-size: 20px;
    height: 40px;
}
.text_label{
    position: relative;
    bottom: 68px;
}
.form label{
    line-height: 40px;
    display: table-cell;
}
@media screen and (max-width: 600px) {
    #des{
        float: right;
    }
    .form input[type="submit"]{
        width: 80px;
        font-size: 9px;
    }
    .form textarea, select[name="product"]{
        width: 177px;
    }
    .text_label{
        display: inline-block;
        width: 124px;
    }
    .btnF{
        width: 124px !important;
    }
}
.popup_suc, .popup_dis{
    width: 80%;
    height: 40px;
    padding-top: 20px;
    text-align: center;
}
.popup_suc{
    background-color: greenyellow;
}
.popup_dis{
    background-color: red;
}
#ods{
    z-index: 1;
}
#v_popup{
    position: fixed;
    display: none;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    z-index: 1000;
    top: 0;
    left: 0;
    backdrop-filter: blur(5px);
}
#v_box{
    width: 300px;
    height: 300px;
    background-color: white;
    border: 1px black solid;
    border-radius: 10%;
    padding: 20px;
}
#btn{
    float: right;
    height: 20%;
    width: 100%;
}
#v_text{
    float: left;
    width: 100%;
    height: 80%;
}
#v_box button{
    height: 30px;
    width: 55px;
    bottom: 0px;
    float: right;
}
#type{
    display: none;
}
#price{
    display: table-cell;
}
#gdpr{
    font-style: italic;
    color: blue;
}

#iframe {
    height: 100%;
    width: 100%;        
    border-radius: 1%;
}
#iframe-container{
    display: none;
    height: 100%;
    width: 100%;
    justify-content: center;
    align-items: center;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
}
#iframe-wrapper{
    height: 90%;
    width: 70%;  
    position: relative;
}
#close-iframe{
    color: black;
    font-size: 24px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    border: none;
    position: absolute;
    top: 10px;
    right: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    background: white;
    cursor: pointer;
    transition: background 0.3s ease, transform 0.3s ease;
}
#close-iframe:hover{
    transform: scale(1.1);
    background: rgb(222, 218, 218);
    color: blue;
}
#pickUpPointName{
    cursor: pointer;
}
#pickUpPointName:hover{
    color:rgb(63, 63, 63);
}
/*
.input-group {
 position: relative;
}

.input {
 border: solid 1.5px #9e9e9e;
 border-radius: 1rem;
 background: none;
 padding: 1rem;
 font-size: 1rem;
 color: #f5f5f5;
 transition: border 150ms cubic-bezier(0.4,0,0.2,1);
}

.user-label {
 position: absolute;
 left: 15px;
 color: #e8e8e8;
 pointer-events: none;
 transform: translateY(1rem);
 transition: 150ms cubic-bezier(0.4,0,0.2,1);
}

.input:focus, input:valid {
 outline: none;
 border: 1.5px solid #1a73e8;
}

.input:focus ~ label, input:valid ~ label {
 transform: translateY(-50%) scale(0.8);
 background-color: #212121;
 padding: 0 .2em;
 color: #2196f3;
}*/