/* template 4 css start */

p {
    margin: 0;
    padding: 0;
}
.cd-checkout-template-4 {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    background-color: #eeeeee;
    margin-top: 50px;
}
.cd-checkout-template-4 .codesinger-cart-quantity{
	display: flex;
    margin-top: 6px;
}

.cd-checkout-template-4 .cd-cart-item-quantity{
	background-color: #5c378c !important;
	border: 1px solid;
	color: white;
	width: 60px;
    height: 35px !important;
    border-radius: 5px !important;
    margin: 0px 10px 0px 10px;
    text-align: center;
}
.cd-checkout-template-4 .cd-checkout-address-container,
.cd-checkout-template-4 .cd-checkout-order-container {
    width: 50%;
    padding: 35px 45px;
}
.cd-checkout-template-4 .cd-checkout-address-container {
    background: #eeeeee;
}
.cd-checkout-template-4 .cd-checkout-order-container {
    background-color: #3e1576;
}
.cd-checkout-template-4 .cd-checkout-address {
    padding: 25px 35px;
    background-color: #ffffff;
    box-shadow: 0px 4px 27px 0px rgba(0, 0, 0, 0.08);
    border-radius: 20px;
}
.cd-checkout-template-4 .cd-checkout-address.cd-checkout-shipping {
    background-color: #ffffff;
    display: none;
}
.cd-checkout-template-4 .cd-checkout-address-container h3,
.cd-checkout-template-4 .cd-checkout-order-container h3 {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}
.cd-checkout-template-4 .cd-checkout-address-container h3 {
    color: #333333;
    padding-top: 15px;
}
.cd-checkout-template-4 .cd-checkout-order-container h3 {
    color: #ffffff;
    padding-top: 12px;
}

/* Billing Section Style Starts */

.cd-checkout-template-4 #billing_first_name_field{
    display: flex;
    flex-direction: column;
}
.cd-checkout-template-4 tr.cart_item .cd_checkout_product_price {
    text-align: right;
}
.cd-checkout-template-4 #cd-billing-section .form-row label,
.cd-checkout-template-4 #cd-shipping-section .form-row label {
    color: #003B60;
    font-size: 14px;
    font-weight: 400;
}
.cd-checkout-template-4 #cd-billing-section .form-row input,
.cd-checkout-template-4 #cd-billing-section .form-row select,
.cd-checkout-template-4 #cd-shipping-section .form-row input,
.cd-checkout-template-4 #cd-shipping-section .form-row select {
    background: #FFF;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.14);
    border-radius: 4px;
    width: 100%;
    height: 39px;
    padding: 8px;
}
.woocommerce-js .cd-checkout-template-4 .select2-container .select2-selection--single, 
.woocommerce-js .cd-checkout-template-4 select, 
.woocommerce-page .cd-checkout-template-4 .select2-container .select2-selection--single, 
.woocommerce-page .cd-checkout-template-4 select {
    padding-right: 2em;
    background-color: #fff;
    background: #FFF;
    width: 100%;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.14);
}
.cd-checkout-template-4 #shipping_country_field select,
.cd-checkout-template-4 #shipping_state_field select {
    padding: 8px;
}
/* Order Section Style Starts */
.cd-checkout-template-4 .cd-checkout-order {
    padding: 25px 35px;
    background-color: #5c378c;
    color: #fff;
    border-radius: 20px;
    box-shadow: -4px 4px 4px 0px rgba(255, 255, 255, 0.15) inset, 6px 4px 4px 0px rgba(255, 255, 255, 0.05) inset;
}
.woocommerce-js .cd-checkout-template-4 table.shop_table, 
.woocommerce-page .cd-checkout-template-4 table.shop_table {
    padding: 20px 20px 0 20px;
    border-radius: 8px;
    border: 1px solid #E6E8EC;
    box-shadow: 0px 2px 6px 0px rgba(13, 26, 38, 0.15);
}
.cd-checkout-template-4 table,
.cd-checkout-template-4 tr,
.cd-checkout-template-4 td,
.cd-checkout-template-4 th {
    border: none;
    padding: 5px;
}
.cd-checkout-template-4 .cd-checkout-order-section-wrap {
    display: flex;
    justify-content: space-between;
    color: #131D30;
    font-size: 16px;
}
.cd-checkout-template-4 .cd_checkout_product_img img {
    width: 63px;
    border-radius: 8px;
    box-shadow: 0px 2px 6px 0px rgba(13, 26, 38, 0.15);
}
.cd-checkout-template-4 .cd-checkout-order-margin {
    padding-top: 14px;
    padding-bottom: 20px;
}

.woocommerce-js .cd-checkout-template-4 table.shop_table thead th, 
.woocommerce-page .cd-checkout-template-4 table.shop_table thead th,
.cd-checkout-template-4 .cd-checkout-order-section-wrap span {
    color: #003B60;
    font-size: 15px;
    font-weight: 600;
    line-height: 160%;
    margin-top: 10px;
    padding-bottom: 20px;
}
.woocommerce-js .cd-checkout-template-4 table.shop_table thead, 
.woocommerce-page .cd-checkout-template-4 table.shop_table thead {
    background-color: transparent;
}
.woocommerce-js .cd-checkout-template-4 table.shop_table td, 
.woocommerce-page .cd-checkout-template-4 table.shop_table td {
    border-top: none;
}
.woocommerce-js .cd-checkout-template-4 table.shop_table thead th {
    border-bottom: 1px solid #E6E8EC;
    
}
.woocommerce-js .cd-checkout-template-4 table.shop_table tfoot th,
.woocommerce-js .cd-checkout-template-4 table.shop_table tfoot td {
    border-top: none;
}
.cd-checkout-template-4 table.shop_table.woocommerce-checkout-review-order-table {
    padding-bottom: 20px;
}
.cd-checkout-template-4 td.cd_checkout_product_title p  {
    color:  #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
.cd-checkout-template-4 tr.cart-subtotal, 
.cd-checkout-template-4 tr.order-total {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}
/* .cd-checkout-template-4 tr.order-total th ,
.cd-checkout-template-4 tr.order-total td {
    border-top:  1px solid #8163A9 !important;
    border-bottom:  1px solid #8163A9 !important;
} */
.cd-checkout-template-4 th.product-name,
.cd-checkout-template-4 #cd-checkout-tfoot th {
    text-align: justify;
}
.cd-checkout-template-4 #cd-checkout-tfoot td,
.cd-checkout-template-4 th.product-total {
    text-align: right;
}
.cd-checkout-template-4 input[type="text"]:focus {
    outline: 2px solid #cd7ee8;
}
.cd-checkout-template-4 div#payment.woocommerce-checkout-payment {
    background-color: #5c378c;
}
.cd-checkout-template-4 #payment > ul.wc_payment_methods.payment_methods.methods {
    color: #ffffff;
    background-color: #4b247f;
    padding: 10px 15px;
    border: 1px solid #704f9d;
    border-radius: 10px; 
}
.cd-checkout-template-4 .wc_payment_method.payment_method_bacs input {
    background: #FFF;
    border: 1px solid #D0D0D1;
}
.woocommerce-page.woocommerce-checkout .cd-checkout-template-4 #payment div.payment_box,
.woocommerce.woocommerce-checkout .cd-checkout-template-4 #payment div.payment_box {
    border-radius: 5px;
    color: #fff;
    background-color: #5c378c;
    border: 3px solid #eef4ff;
}
.woocommerce-page.woocommerce-checkout .cd-checkout-template-4 #payment div.payment_box:before, 
.woocommerce.woocommerce-checkout .cd-checkout-template-4 #payment div.payment_box:before {
    border-bottom-color: #EEF4FF;
}
.cd-checkout-template-4 .wc_payment_method .payment_method_bacs p {
    font-size: 15px;
    text-align: justify;
    line-height: 1.5;
    border-radius: 5px;
}
.woocommerce-page.woocommerce-checkout .cd-checkout-template-4 #payment ul.payment_methods, 
.woocommerce.woocommerce-checkout .cd-checkout-template-4 #payment ul.payment_methods {
    border-radius: 8px;
    padding: 10px 15px;
    box-shadow: 0px 2px 6px 0px rgba(13, 26, 38, 0.15);
}
.cd-checkout-template-4 button#place_order {
    background: linear-gradient(to right, #b230de, #ffbde8);
    color: #ffffff;
    width: 100%;
    margin-top: 20px;
    border-radius: 6px;
}
.cd-checkout-template-4 .different-address-shipping {
    padding: 20px 0;
}
.cd-checkout-template-4 .different-address-shipping label {
    color: #303030;
    font-size: 20px;
    font-weight: 600;
    margin-left: 10px;
}
.woocommerce .cd-checkout-template-4 #payment #place_order, 
.woocommerce-page .cd-checkout-template-4 #payment #place_order {
    float: right;
}
.woocommerce form .cd-checkout-template-4 .form-row .input-text, 
.woocommerce-page .cd-checkout-template-4 form .form-row .input-text {
    border-radius: 4px;
    background: #FFF;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.14);
    width: 100%;
}
.cd-checkout-template-4 .woocommerce-checkout-review-order-table thead ,
.cd-checkout-template-4 .woocommerce-checkout-review-order-table tbody {
    display: none;
}
.cd-checkout-template-4 #cd-checkout-order-id table {
    margin: 0 0 15px;
}
.cd-checkout-template-4 #cd-checkout-table tbody tr td {
    vertical-align: middle;
}
.cd-checkout-template-4 table.shop_table.woocommerce-checkout-review-order-table {
    padding: 0;
    border-radius: none;
    border: none;
    box-shadow: none;
}
.cd-checkout-template-4 table.shop_table.woocommerce-checkout-review-order-table {
    padding-bottom: 0;
}
.cd-checkout-template-4 .woocommerce-checkout-review-order-table tfoot td {
    text-align: right;
}
.cd-checkout-template-4 .codesigner-temp4-cart-item-wrap {
    padding: 20px 0;
    display: flex;
    align-items: center;
}
.cd-checkout-template-4 .codesigner-cart-item-thumbnail{
    position: relative;
    width: 25%;
}
.cd-checkout-template-4 .codesigner-title-and-quantity-area {
    width: 35%;
}
.cd-checkout-template-4 .codesinger-cart-item-price {
    width: 40%;
    text-align: right;
}
.cd-checkout-template-4 .codesigner-cart-item-thumbnail img{
    width: 63px ;
    margin-right: 15px;
}
.woocommerce  .cd-checkout-template-4 img, 
.woocommerce-page .cd-checkout-template-4 img {
    max-width: 70%;
    margin-top: 6px;
}
.cd-checkout-template-4 .codesigner-cart-item-thumbnail a.remove{
    position: absolute;
    top: -4px;
    left: -8px;
    padding:0;
    background-color: #B18AE5;
    border-radius: 50%;
    opacity: 1;
    font-weight: 400;
    color: #A5A5A5 !important;
    width: 23px;
    height: 23px;
    text-align: center;
    font-size: 17px;
    line-height: 1.3;
}
.cd-checkout-template-4 .codesigner-cart-item-thumbnail a.remove:hover{
    background-color: #DCDCDC !important;
    color: #A5A5A5 !important;
} 
.cd-checkout-template-4 .codesigner-cart-item-thumbnail a.remove::before{
    border: none;
    top: -2px;
}
.cd-checkout-template-4 .codesigner-cart-item-thumbnail a.remove span{
    color: #fff;
}
.cd-checkout-template-4 .codesigner-single-cart-item {
    padding-bottom: 5px;
    border-bottom: 1px solid #8163A9;
}
.cd-checkout-template-4 .codesinger-cart-item-price bdi {
    color: #fff;
    text-align: right;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
/* coupon */
#cd-coupon-form1 .woocommerce-info {
    background-color: #f6f9ff;
    color: #878787;
    font-size: 18px;
    font-weight: 400;
    border-top-color: #794AFF;
}
#cd-coupon-form1 .woocommerce-info::before {
    content: '\25C8';
    margin-left: 10px;
    margin-top: -2px;
    color: #794AFF;
}
#cd-coupon-form1 a.showcoupon {
    text-decoration: none;
    background: #794AFF;
    color: #fff3f3;
    padding: 5px 10px;
    border-radius: 10px;
}
#cd-coupon-main p {
    color: #878787;
    font-size: 16px;
    font-weight: 400;
}
.woocommerce #temp4-cd-coupon form.checkout_coupon .button {
    background: #794AFF;
}
#temp4-cd-coupon #cd-coupon-main button.button {
    border-radius: 5px;
    background: #794AFF;
}
form#cd-coupon-main {
    margin-left: 40px;
}
#cd-coupon-main p:first-child {
    padding-bottom: 10px;
}
.cd-checkout-template-4 a.woocommerce-remove-coupon{
    color: #ffbde8;
}
.cd-checkout-template-4 input[type="checkbox"],
.cd-checkout-template-4 input[type="radio"] {
    accent-color: #794AFF;
}
.cd-checkout-template-4 .woocommerce-privacy-policy-link,
.cd-checkout-template-4 .woocommerce-terms-and-conditions-link {
    color: #ffbde8;
}
.cd-checkout-template-4 p.codesigner-product-title {
    margin-bottom: 10px;
}
.cd-checkout-template-4 .cd-checkout-minus,
.cd-checkout-template-4 .cd-checkout-plus {
    display: flex;
    align-items: center;
    cursor: pointer;
}
.cd-checkout-template-4 .order-notes textarea:focus {
    border: 1px solid #E6E8EC !important;
}
 /* responsive css */

@media (max-width: 1115px) {
    .cd-checkout-template-4 .cd-checkout-address {
        padding: 25px 25px;
    }
    .cd-checkout-template-4 .cd-checkout-order {
        padding: 25px 10px;
    }
}
@media (max-width: 990px) {
    .cd-checkout-template-4 {
        display: flex;
       flex-direction: column;
    }
    #cd-coupon-form1 a.showcoupon {
        margin-top: -7px;
        margin-left: 10px;
    }
    .cd-checkout-template-4 .cd-checkout-address-container {
        width: 100%;
    }
    .cd-checkout-template-4 .cd-checkout-order-container  {
        width: 100%;
    }
    .cd-checkout-template-4 .cd-checkout-address-container, 
    .cd-checkout-template-4 .cd-checkout-order-container {
        padding: 10px;
    }
    .elementor-599 .elementor-element.elementor-element-55e75d2 .cd-checkout-template-4 .codesigner-cart-item-thumbnail img {
        width: 45px;
    }
    .cd-checkout-template-4 .order-notes {
        margin-bottom: 20px;
    }
    .cd-checkout-template-4 .cd-checkout-order {
        padding: 25px 30px;
    }
    .cd-checkout-template-4 .codesigner-cart-item-thumbnail {
        width: 15%;
    }
    .woocommerce .cd-checkout-template-4 #payment #place_order, 
    .woocommerce-page .cd-checkout-template-4 #payment #place_order {
        float: right;
    }
    .cd-checkout-template-4 tr.cart-subtotal,
    .cd-checkout-template-4 tr.order-total {
        font-size: 14px;
    }
}
@media (max-width: 780px){
    #cd-coupon-form1 a.showcoupon {
        margin-top: 5px;
        margin-left: -5px;
    }
}
@media (max-width: 700px) {
    .cd-checkout-template-4 .codesigner-cart-item-thumbnail {
        width: 20%;
    }
    .cd-checkout-template-4 .codesigner-cart-item-thumbnail a.remove {
        width: 20px;
        height: 20px;
    }
}
@media (max-width: 380px) {
    .cd-checkout-template-4 .cd-checkout-address-name {
        display: flex;
        flex-direction: column;
    }
    .cd-checkout-template-4 .codesigner-cart-item-thumbnail {
        width: 30%;
    }
    .cd-checkout-template-4 #cd-billing-section .form-row label,
    .cd-checkout-template-4 #cd-shipping-section .form-row label {
        font-size: 12px;
    }
    .cd-checkout-template-4 .cd-checkout-address-container, 
    .cd-checkout-template-4 .cd-checkout-order-container {
        padding: 5px 10px;
        margin-top: 20px;
    }
    .cd-checkout-template-4 .different-address-shipping label {
        font-size: 17px;
    }
    .cd-checkout-template-4 .cd-checkout-order {
        padding: 25px 20px;
        margin-top: 10px;
    }
    .woocommerce-js .cd-checkout-template-4 table.shop_table, 
    .woocommerce-page .cd-checkout-template-4 table.shop_table {
        padding: 0;
    }
    .woocommerce-js .cd-checkout-template-4 table.shop_table td, 
    .woocommerce-js .cd-checkout-template-4 table.shop_table th, 
    .woocommerce-page .cd-checkout-template-4 table.shop_table td, 
    .woocommerce-page .cd-checkout-template-4 table.shop_table th {
        padding: 5px;
    }
    .cd-checkout-template-4 .cd_checkout_product_img img {
        max-width: 40px;
    }
    .cd-checkout-template-4 tr.cart-subtotal,.cd-checkout-template-4 tr.order-total {
        font-size: 12px;
    }
}
/* Hello Elementor */
.hello-elementor  .cd-checkout-template-4 .cd-cart-item-quantity ,
.shopeo  .cd-checkout-template-4 .cd-cart-item-quantity {
    width: 60px;
}
.hello-elementor  .cd-checkout-template-4 #payment div.payment_box:before, 
.hello-elementor .cd-checkout-template-4 #payment div.payment_box:before {
    margin-top: -19px;;
}
.hello-elementor .cd-checkout-template-4 #cd-billing-section .form-row input,
.hello-elementor .cd-checkout-template-4 #cd-billing-section .form-row select,
.hello-elementor .cd-checkout-template-4 #cd-shipping-section .form-row input,
.hello-elementor .cd-checkout-template-4 #cd-shipping-section .form-row select {
    border: unset;
}
.hello-elementor form .cd-checkout-template-4 .form-row .input-text, 
.hello-elementor .cd-checkout-template-4 form .form-row .input-text {
    border: unset;
}
.hello-elementor .cd-checkout-template-4 .select2-container .select2-selection--single,
.hello-elementor .cd-checkout-template-4 select, 
.hello-elementor .cd-checkout-template-4 .select2-container .select2-selection--single, 
.hello-elementor .cd-checkout-template-4 select,
.hello-elementor .elementor-599 .elementor-element.elementor-element-6710881 .order-notes .form-row textarea {
    border: unset;
}
.hello-elementor .cd-checkout-template-4 .codesigner-cart-item-thumbnail a.remove {
    color: #fff !important;
}
.hello-elementor .cd-checkout-template-4 #payment ul.payment_methods, 
.hello-elementor .cd-checkout-template-4 #payment ul.payment_methods {
    margin-bottom: 20px;
}
/* OceanWP */
.oceanwp .cd-checkout-template-4 .amount,
.oceanwp .cd-checkout-template-4 ul#shipping_method li label {
    color: #fff;
}
.oceanwp .cd-checkout-template-4 #payment ul.payment_methods, 
.oceanwp .cd-checkout-template-4 #payment ul.payment_methods {
    margin-bottom: 20px;
}
.oceanwp .cd-checkout-template-4 button#place_order {
    margin-top: 50px;
}
.oceanwp .cd-checkout-template-4 .woocommerce-terms-and-conditions-wrapper a {
    color: #6ec1e4;
}
.oceanwp .cd-checkout-template-4 .codesigner-cart-item-thumbnail a.remove {
    color: #fff !important;
}
/* Shopeo */
.shopeo .cd-checkout-template-4 .codesigner-cart-item-thumbnail a.remove {
    color: #fff !important;
}
.shopeo .cd-checkout-template-4 .amount {
    color: #fff;
}
.shopeo  .cd-checkout-template-4 #payment div.payment_box:before, 
.shopeo .cd-checkout-template-4 #payment div.payment_box:before {
    margin-top: -19px;;
}
/* Storefront */
.storefront .cd-checkout-template-4 .select2-container .select2-selection--single, 
.storefront .cd-checkout-template-4 select, 
.storefront .cd-checkout-template-4 .select2-container .select2-selection--single, 
.storefront .cd-checkout-template-4 select {
    border: unset;
}
/* unset */
.woocommerce .cd-checkout-template-4  .woocommerce-checkout .shop_table, 
.cd-checkout-template-4 #payment ul.wc_payment_methods li.wc_payment_method>label, 
.cd-checkout-template-4 #payment ul.wc_payment_methods li.wc_payment_method input[type=radio]:first-child:checked+label {
    background: unset !important;
}
.cd-checkout-template-4 table:not( .has-background ) tbody td {
    background-color: unset !important;
    color: unset;
}
.cd-checkout-template-4 #payment .payment_methods > li .payment_box, #payment .place-order {
    background-color: unset !important;
}
.cd-checkout-template-4 table:not( .has-background ) th {
    background-color: unset !important;
}
.cd-checkout-template-4 div#cd-payment-method #payment .payment_methods > li:not(.woocommerce-notice) {
    background-color: unset;
}

/* template 4 css end */
/*
* Quantity Plugin style
*/

.cd-checkout-template-4 .numberstyle-qty {
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: none;
    margin-top: 5px;
    display:flex;
    background: transparent;
}
.cd-checkout-template-4 .numberstyle-qty input,
.cd-checkout-template-4 .numberstyle-qty .qty-btn {
    position: relative;
    display: block;
    float: left;
    height: 32px;
    padding: 0;
    margin: 0;
    border: 0px;
    text-align: center;
    line-height: 32px;
    outline: 0;
    box-shadow: 0px;
}

.cd-checkout-template-4 .numberstyle-qty .qty-btn {
    width: 32px;
    font-size: 25px;
    cursor: pointer;
    border-radius: 6px;
    border: 1px solid #B2BCCA;
    z-index: 2;
    -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    transition: all 250ms ease;
}

.cd-checkout-template-4 .numberstyle-qty .qty-btn.disabled {
    cursor: default;
    color: #B2BCCA;
}

.cd-checkout-template-4 .numberstyle-qty input {
    width: 50px;
    border-left: 0;
    border-right: 0;
    z-index: 1;
    color: #041926;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px; 
    background-color: #fff;

}
.cd-checkout-template-4 .numberstyle-qty input:focus {
    outline: 0;
    box-shadow: 0px;
}
.cd-checkout-template-4 .numberstyle-qty input[type=number]::-webkit-inner-spin-button,
.cd-checkout-template-4 .numberstyle-qty input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.cd-checkout-template-4 .numberstyle-qty input[type=number] {
    -moz-appearance: textfield;
    width: 40px;
    height: 35px;
    border:none;
    background-color: transparent;
    box-shadow: unset;
    color: #fff !important;
}
/*
* More from me link 🔥
*/
.cd-checkout-template-4 .more {
    position: absolute;
    bottom: 15px;
    right: 15px;
    padding: 7px 21px;
    border-radius: 8px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.2);
    font-family: "Source Sans Pro", sans-serif;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    overflow: hidden;
    z-index: 1;
    -webkit-animation: reveal 5000ms cubic-bezier(0.87, -0.41, 0.19, 1.44);
            animation: reveal 5000ms cubic-bezier(0.87, -0.41, 0.19, 1.44);
}
.cd-checkout-template-4 .more::before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    max-width: 20%;
    height: 100%;
    border-radius: 8px;
    background-color: rgba(0, 0, 0, 0);
    transition: max-width 0ms ease 250ms, background-color 250ms ease;
    transform: translate(-50%, -50%);
    z-index: -1;
}
.cd-checkout-template-4 .more:hover::before {
    max-width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    transition: all 250ms ease;
}
.cd-checkout-template-4 .numberstyle4 {
    color: transparent !important;
}
.cd-checkout-template-4 .numberstyle4-rev{
    border: none !important;
    background: transparent !important;
}