.woocommerce form .form-row {
    float: left;
    padding-right: 15px;
    margin-bottom: 0;
    padding-bottom: 0;
}
.checkout_content label {
    font: 600 16px/50px "Poppins",sans-serif;
    display: block;
    color: #282835;
    margin-bottom: 20px;
}
.woocommerce form .form-row.form-row-wide, span.woocommerce-input-wrapper {
    width: 100%;
}
.checkout_area .woocommerce .checkout .checkout_content input,
.select2-container--default .select2-selection--single {
    border: 1px solid #d7d7d7;
    padding-left: 20px;
    font-size: 16px;
    height: 55px;
    width: 100%;
    margin-bottom: 30px;
}
.select2-container--default .select2-selection--single {
    -webkit-tap-highlight-color: transparent;
    border-radius: 5px;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    outline: 0;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    background: #fff;
    color: #9ca3b9;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 55px;
    color: #777777;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 50%;
    transform: translateY(-50%);
}
form .form-row label,
.woocommerce form .form-row label {
    display: none
}

p#order_comments_field {
    width: 100%
}
.woocommerce form .form-row textarea {
    height: 165px;
    padding-top: 20px;
    margin-bottom: 30px;
}
.woocommerce img, .woocommerce-page img {
    width: 90px;
}
.woocommerce-checkout #payment div.form-row {
    padding: 0;
}