/*css checkout qr atm*/
.checkout-cart-checkout-layout p {
    width: 100%;
}
.checkout-cart-checkout-layout label {
    font-size: 15px;
    font-weight: 100;
    margin-bottom: 5px;
}
.woocommerce-billing-fields input {
    height: 50px !important;
    border-radius: 5px !important;
}
.checkout-cart-checkout-layout input:focus {
    border: solid 1px #ed7e3a;
}
.checkout-cart-checkout-layout input, .checkout-cart-checkout-layout textarea {
    border: solid 1px #d7d7d7;
    border-radius: 5px;
}
.woocommerce-checkout #content {
    padding-top: 0;
}
.des-note {
    font-size: 14px;
    color: red;
}
.woocommerce-billing-fields {
    border-top: 0 !important;
}
.woocommerce-checkout span.amount {
    color: #ed7e3a;
    font-size: 16px;
}
#cclw_order_details_table .cclw_order_review_table table td.name.more_details {
    font-size: 18px;
    color: #000;
    text-transform: uppercase;
}
#cclw_order_details_table .cclw_order_review_table table td.name.more_details:before {
    content: '';
}
#cclw_order_details_table .cclw_order_review_table table td.cclw_qty button,#cclw_order_details_table .cclw_order_review_table table td.cclw_qty input {
    height: 30px !important;
    border: 0 !important;
}
#cclw_order_details_table .cclw_order_review_table .wrapper_qty {
    border: solid 1px #ed7e3a;
}
#cclw_order_details_table .cclw_order_review_table table {
    border: solid 1px #eee !important;
}
.woocommerce-checkout .cclw_opc_main .border_html {
    margin-bottom: 0 !important;
}
#cclw_order_details_table .cclw_order_review_table table th {
    background: #ed7e3a !important;
    color: #fff;
}
#cclw_order_details_table .cclw_order_review_table table tbody tr td {
    vertical-align: middle !important;
}
.payment_methods li+li {
    border-top: 0;
}
.two-column-layout-right #payment > ul {
    margin-top: 20px !important;
    border: solid 1px #d7d7d7;
    border-radius: 10px;
}
.two-column-layout-right #payment > ul > li {
    padding: 20px !important;
}
#cclw_payment_section .form-row.place-order button {
    width: 100% !important;
}
.two-column-layout-right #payment > ul > li+li {
    border-top: solid 1px #d7d7d7;
}
#cclw_payment_section .form-row.place-order{
    padding: 0 !important;
}
.woocommerce-message {
    display: none;
}
.cod-payment {
    background: #fbfbfb;
    padding: 30px;
    border-radius: 10px;
    border: solid 1px #ccc;
}
.shipcod {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: bold;
    color: #ed7e3a;
}
.shipcod span {
    font-weight: 100;
    color: #000;
}
.cod-payment table, .cod-payment table th, .cod-payment table td {
    border: 0;
    font-size: 15px;
    font-weight: 100;
}
/*css ship cod*/
.cod-payment {
    background: #fbfbfb;
    padding: 30px;
    border-radius: 10px;
    border: solid 1px #ccc;
}
.shipcod {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: bold;
    color: #ed7e3a;
}
.shipcod span {
    font-weight: 100;
    color: #000;
}
.cod-payment table, .cod-payment table th, .cod-payment table td {
    border: 0;
    font-size: 15px;
    font-weight: 100;
}
.cod-payment table td a {
    color: #ed7e3a;
}