.jce-hide {
    display: none;
}
form.woocommerce-checkout div#customer_details > div > div {
    background: #f5f5f5;
    border: 1px solid rgba(0,0,0,.125);
    padding: 25px;
    margin-top: 40px!important;
}
form.woocommerce-checkout div#customer_details > div > div.woocommerce-account-fields {
    background: none;
    border: 0;
    padding: 0;
    margin-top: 20px !important;
}
form.woocommerce-checkout div#customer_details > div > div.woocommerce-additional-fields > h3 {
    display: none;
}
form.woocommerce-checkout div#customer_details > div > div.woocommerce-billing-fields {
    margin-top: 0 !important;
}
form.woocommerce-checkout h3 {
    font-weight: 700;
    font-size: 22px !important;
    line-height: 30px;
    text-transform: uppercase;
    margin: 0 !important;
    margin-bottom: 8px !important;
}
form.woocommerce-checkout .form-row {
    padding: 3px;
    margin: 0 0 6px !important;
}
form.woocommerce-checkout input,
form.woocommerce-checkout select,
form.woocommerce-checkout input[type="text"],
form.woocommerce-checkout textarea,
form.woocommerce-checkout input[type="email"],
form.woocommerce-checkout input[type="password"],
form.woocommerce-checkout input[type="tel"],
form.woocommerce-checkout input[type="url"],
form.woocommerce-checkout input[type="search"],
form.woocommerce-checkout input[type="date"] {
    background-color: #ffffff !important;
    border: 1px solid #ccc!important;
    box-shadow: none!important;
    -webkit-box-shadow: none!important;
    font-size: 16px!important;
    -o-box-shadow: none!important;
    padding: 16px!important;
    outline: 0 !important;
}
form.woocommerce-checkout select {
    padding: 5px !important;
}
form.woocommerce-checkout input[type="checkbox"] {
    padding: 0 !important;
    margin-right: 5px;
    width: 20px;
    height: 20px;
}
form.woocommerce-checkout input[type="radio"] {
    padding: 0 !important;
    width: 15px;
    height: 15px;
    margin-right: 10px;
}
form.woocommerce-checkout label {
    display: inline !important;
    font-size: 15px;
}
form.woocommerce-checkout label.radio {
    margin-right: 20px;
}
form.woocommerce-checkout label.radio:after {
    content: '\A';
    white-space: pre;
}
.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
    width: 49%;
}
span.woocommerce-input-wrapper {
    display: block;
}
form.woocommerce-checkout .select2-container .select2-dropdown,
form.woocommerce-checkout .select2-container .select2-selection--single {
    background-color: #ffffff !important;
    border: 1px solid #ccc!important;
    outline: 0 !important;
}

form.woocommerce-checkout #jce-checkout-total {
    float: right;
    width: 50%;
    clear: right;
}
form.woocommerce-checkout #jce-checkout-total .jce-checkout-inner {
    background-color: #ffffff;
    border: 1px solid rgba(0,0,0,.125);
    padding: 25px;
}
form.woocommerce-checkout #jce-checkout-total #order_review {
    width: 100%;
    padding-left: 0;
    float: none;
    clear: none;
}
.woocommerce-checkout-review-order-table .product-container {
    background-color: rgba(0,0,0,0.02);
    padding: 20px;
    max-height: 456px;
    overflow-x: hidden;
    overflow-y: auto;
    margin-bottom: 30px;
}
.checkout #order_review {
    margin-top: 34px;
}

.woocommerce #order_review table.shop_table,
.woocommerce #order_review table.shop_table thead,
.woocommerce #order_review table.shop_table tbody,
.woocommerce #order_review table.shop_table tfoot,
.woocommerce #order_review table.shop_table tr,
.woocommerce #order_review table.shop_table th,
.woocommerce #order_review table.shop_table td {
    background-color: rgba(0,0,0,0.02);
    border: 0 !important;
}

#jce-checkout-total.fixed {
    position: fixed;
    right: 50%;
    margin-right: -50%;
}

.woocommerce .woocommerce-checkout h3#order_review_heading {
    float: none !important;
    width: 100% !important;
    border: 0 !important;
}
.woocommerce .woocommerce-checkout tfoot tr.shipping,
.cart-collaterals tr.woocommerce-shipping-totals {
    display: none !important;
}
.woocommerce .woocommerce-checkout #customer_details h3 input[type="checkbox"] {
    float: none !important;
    margin-right: 5px !important;
}
input[type=radio]:checked:before, input[type=checkbox]:checked:before {
    line-height: 18px !important;
}

form.woocommerce-checkout .form-row {
    font-size: 15px;
}

.woocommerce-checkout .woocommerce-info {
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 25%);
    text-align: left;
    padding-left: 15px;
}
.woocommerce-checkout .woocommerce form.login {
    max-width: 100% !important;
}
.woocommerce-checkout .woocommerce form.login button.button {
    float: left;
    margin-right: 15px;
}

.woocommerce-checkout > .col2-set {
    width: 60% !important;
    padding-right: 1.5vw;
}
form.woocommerce-checkout #jce-checkout-total {
    width: 40% !important;
}
.woocommerce-account-fields label span {
    color: #27CFC3;
}