.woowholecont input[type="text"],
select {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

.woowholecont input[type="email"],
select {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}
.woowholecont input[type="tel"],
select {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

.woowholecont textarea,
select {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

.woowholecont [name="submitx"] {
    float: right !important;
    font-family: "Hind";
    font-weight: 700;
    font-size: 12px;
    margin-top: 3vh;
}

span.sucess_msg {
    font-weight: 500;
    background-color: green;
    color: white;
    padding: 10px 20px 10px 20px;
}

span.failed_msg {
    font-weight: 500;
    background-color: red;
    color: white;
    padding: 10px 20px 10px 20px;
}

.woowholecont {
    max-width: 500px;
    border: solid 1px;
    padding: 50px;
    background: #fff;
}

.woowholeover {
    position: fixed;
    width: 100%;
    background: rgba(0, 0, 0, 0.79);
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: center;
}

.woowholecont form {
    margin-bottom: 3.7vh;
}

.woowholecont h3 {
    font-size: 2.1em;
    font-weight: 800;
    line-height: 1.3em;
    margin-top: 0.6667em;
    margin-bottom: 0.42em;
    text-align: center;
    color: #333;
}

span.woowholeclose {
    margin-right: -4vh;
    float: right !important;
    font-weight: 500;
    margin-top: -4vh;
    color: black;
}

span.woowholeclose:hover {
    cursor: pointer;
}

.cartvisible {
    visibility: visible !important;
}

.cartvisiblent {
    visibility: hidden;
}