.checkout_mb_40 {
    margin-bottom: 40px;
}
.coupon_form.margin_left {
    margin-left: 50px;
}

@media screen and (max-width: 991px) {
    .coupon_form.margin_left {
        margin-left: 0;
    }
}

.checkout_section .report_info .card-body button[type=submit] {
    padding: 13px 38px;
}
.woocommerce form .form-row {
    float: left;
    padding-right: 15px;
    margin-bottom: 0;
    padding-bottom: 0;
}
.checkout .form_wrap label {
    font: 500 18px/1.1 "Sofia Pro Bold";
    color: #282835;
    margin-bottom: 20px;
}
.checkout .form_wrap label .required {
    font-size: 16px;
    color: #ff2525;
    text-decoration: none;
}
.checkout_content .selectpickers ul,
.woocommerce form .form-row.form-row-wide,
p#order_comments_field,
span.woocommerce-input-wrapper {
    width: 100%;
}
.checkout_section form .form_wrap input.input-text {
    height: 60px;
    padding: 0 30px;
    border-radius: 45px;
    margin-bottom: 30px;
}
.select2-container--default .select2-selection--single {
    -webkit-tap-highlight-color: transparent;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    line-height: 40px;
    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;
    width: 100%;
    border-radius: 45px;
    border: 1px solid #e1e1e3;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #fff;
    height: 60px;
    color: #9ca3b9;
    padding-left: 30px;
    margin-bottom: 30px;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom-left-radius: 45px;
    border-bottom-right-radius: 45px;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
    border-top-left-radius: 45px;
    border-top-right-radius: 45px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 60px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 50%;
    transform: translateY(-50%);
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    left: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    height: 60px;
}
.checkout_section form .form_wrap textarea {
    min-height: 170px;
    width: 100%;
    display: block;
    padding: 20px 30px;
    border-radius: 30px;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #e1e1e3;
    background-color: #ffffff;
    -webkit-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.checkout_content textarea:focus,
.checkout_content input:focus,
.checkout_section form .form_wrap input:focus,
.checkout_section form .form_wrap textarea:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #4154f1;
}
.checkout_content textarea {
    width: 100%;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 2px 3px 0 rgba(0,11,40,.06);
    box-shadow: 0 2px 3px 0 rgba(0,11,40,.06);
    height: 170px;
    color: #b6b9be;
    padding-left: 30px;
    padding-top: 20px;
    margin-bottom: 30px;
}
.shop_table .td.product-total {
    text-align: -webkit-right;
    text-align: -moz-right;
    text-align: right;
}
.woocommerce-checkout-review-order .shop_table tbody tr td {
    border: 0;
    padding: 0 0 8px 0;
}
.woocommerce-checkout-review-order .shop_table tbody tr td+td,
.woocommerce-checkout-review-order .shop_table tfoot tr.cart-subtotal td {
    text-align: right;
    color: #051441;
    font-weight: 400;
}
.woocommerce .woocommerce-checkout-review-order table.shop_table {
    width: 100%;
    margin-bottom: 30px;
    border: 0;
}

.woocommerce table.woocommerce-checkout-review-order-table.shop_table tfoot tr th {
    font-weight: 400;
    line-height: 1.867;
    padding: 15px 0;
}
.woocommerce table.shop_table tbody:first-child tr:first-child td,
.woocommerce table.shop_table tbody:first-child tr:first-child th {
    padding-bottom: 18px;
}
.woocommerce table.shop_table tfoot td {
    text-align: right;
    padding-right: 0;
}
#add_payment_method #payment,
#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment,
.woocommerce-checkout #payment div.payment_box {
    background: 0 0;
    margin: 0;
    padding: 0;
}
#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
    padding: 0;
    border-bottom: 0;
}
.woocommerce-checkout #payment div.payment_box::before {
    border: none;
}
.woocommerce-checkout-payment .form-row.place-order {
    float: none;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    background: #4154f1;
    padding: 19px 50px 20px 50px;
    border-radius: 45px;
    overflow: hidden;
}
.woocommerce-checkout #payment div.form-row {
    padding: 6px;
}
.woocommerce-checkout #payment ul.payment_methods label {
    font-size: 17px;
    padding-left: 6px;
    position: relative;
    display: inline-block;
    color: #051441;
}
.woocommerce-checkout #payment li.wc_payment_method div.payment_box p {
    font-size: 14px;
    padding: 5px 0 25px 22px;
    color: #6a7c92;
    line-height: 1.867;
}

.woocommerce-checkout #payment li.wc_payment_method:last-child div.payment_box p {
    padding-bottom: 0;
}

#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
    display: none;
}
.woocommerce-checkout-review-order ul li input[type="checkbox"] {
    position: relative;
    border: 0;
    visibility: hidden;
    display: none
}
#add_payment_method #payment ul.payment_methods li input,
.woocommerce-cart #payment ul.payment_methods li input,
.woocommerce-checkout #payment ul.payment_methods li input {
    margin: 0;
}
.woocommerce-checkout-review-order ul li .radio-btn {
    line-height: 20px
}
.woocommerce-checkout-review-order ul li .radio-btn label {
    color: #8f8f8f;
    font-size: 14px;
    font-weight: 400;
    position: relative;
    padding-left: 20px
}
.woocommerce-checkout-review-order ul li .radio-btn label:before {
    content: "";
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    border: 1px solid #9ca3b9;
    top: 1px;
    left: 0;
    border-radius: 50%
}
.woocommerce-checkout-review-order ul li .radio-btn label:after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    position: absolute;
    top: 4px;
    left: 3px;
    border-radius: 50%;
    background: #5e2ced;
    opacity: 0
}
.woocommerce-checkout-review-order .condition {
    border-top: 1px solid #e1e1e3;
    padding-top: 25px;
    margin-top: 30px;
}
.woocommerce-checkout-review-order .condition p {
    font-size: 15px;
    font-weight: 300
}
.woocommerce-checkout-review-order .condition input[type="checkbox"] {
    position: relative;
    border: 0;
    visibility: hidden;
    display: none
}
.woocommerce-checkout-review-order .condition input[type="checkbox"]:checked + label:after {
    opacity: 1
}
.woocommerce-checkout-review-order .condition .l_text {
    position: relative;
    padding-left: 25px;
    font-size: 16px;
    line-height: 26px;
    color: #282835
}
.woocommerce-checkout-review-order .condition .l_text span {
    color: #ff1e1e
}
.woocommerce-checkout-review-order .condition .l_text:before {
    content: "";
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    border: 1px solid #878a8e;
    top: 8px;
    left: 0;
    border-radius: 2px;
    background-color: white
}
.woocommerce-checkout-review-order .condition .l_text:after {
    content: "";
    display: block;
    width: 5px;
    height: 7px;
    border: solid #5e2ced;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 8px;
    left: 3px;
    opacity: 0
}
.woocommerce-checkout-review-order .button {
    width: 100%;
    background: #5e2ced;
    border: 1px solid #5e2ced;
    color: #fff;
    cursor: pointer;
    margin-top: 25px;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}
.woocommerce-checkout-review-order .button:hover {
    background: transparent;
    color: #5e2ced
}

span.woocommerce-terms-and-conditions-checkbox-text {
    padding-left: 25px;
    font-size: 16px;
    line-height: 26px;
    color: #282835;
    position: relative
}

span.woocommerce-terms-and-conditions-checkbox-text:before {
    content: "";
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    border: 1px solid #878a8e;
    top: 8px;
    left: 0;
    border-radius: 2px;
    background-color: white
}
span.woocommerce-terms-and-conditions-checkbox-text:after {
    content: "";
    display: block;
    width: 5px;
    height: 7px;
    border: solid #5e2ced;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 8px;
    left: 3px;
    opacity: 0
}
.woocommerce-checkout-review-order .condition input[type="checkbox"]:checked + span.woocommerce-terms-and-conditions-checkbox-text:after {
    opacity: 1
}
.woocommerce-checkout-payment .form-row.place-order {
    float: none
}
.woocommerce-checkout-review-order .condition .woocommerce-privacy-policy-text p {
    margin-bottom: 1em
}
h2.woocommerce-column__title, h2.woocommerce-order-details__title {
    color: #282835;
    margin-bottom: 20px
}
.woocommerce ul.order_details {
    margin-bottom: 30px;
    padding: 0
}
.woocommerce table.woocommerce-checkout-review-order-table.shop_table th {
    padding-left: 0;
    padding-right: 0 !important
}
.woocommerce table.woocommerce-checkout-review-order-table th.product-total {
    text-align: right
}
.woocommerce table.woocommerce-checkout-review-order-table.shop_table thead th {
    border-top: 0
}
.woocommerce form .form-row.hidden {
    display: none
}
.checkout_sidebar .shop_table tfoot tr.order-total td strong {
    font-size: 17px;
    color: #4154f1;
}
.woocommerce table.shop_table td {
    line-height: 1.867;
}