/* Start custom CSS */.checkout_content .checkout_title {
    margin-top: 0px;
    background: #333;
    padding: 10px;
    color: #ffffff;
}
.checkout_content input {
    -webkit-box-shadow: 0px 2px 4px 0px rgba(12, 0, 46, 0.04);
    box-shadow: 0px 2px 4px 0px rgba(12, 0, 46, 0.04);
    background: #ffffff !important;
    padding: 10px 30px;
    font: 300 14px/60px "Poppins", sans-serif;
    color: #000 !important;
    border: 1px solid #86ce09;
    border-radius: 0px;
    width: 100%;
    margin-bottom: 20px !important;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 33px !important;
    position: absolute;
    top: 17px !important;
    right: 1px !important;
    width: 37px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444 !important;
    line-height: 40px !important;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 0px !important;
    padding-right: 16px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #86ce09 !important;
    border-radius: 0px !important;
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 42px !important;
    user-select: none;
    -webkit-user-select: none;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    width: 100%;
    background: #86ce09;
    border: 1px solid #86ce09;
    font: 500 16px/50px "Poppins", sans-serif;
    color: #fff;
    cursor: pointer;
    margin-top: 25px;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    padding: 0px 50px;
}
#add_payment_method #payment div.form-row, .woocommerce-cart #payment div.form-row, .woocommerce-checkout #payment div.form-row {
    padding: 1em;
    margin-top: 20px;
    margin-left: -65px;
}
.woocommerce-page #payment #place_order:hover {
    background: transparent;
    color: #86ce09;
}

.form-row .form-row .place-order{
    float: none;
}/* End custom CSS */