/* Required CSS files */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;900&display=swap');
/* template 4 css start */

p {
    margin: 0;
    padding: 0;
}
#cd-checkout-template-7 {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    background-color: #FAFAFA;
    box-shadow: 0px 4px 38px 9px rgba(13, 26, 38, 0.05);
    margin-top: 50px;
}
#cd-checkout-template-7 .cd-checkout-address-container,
#cd-checkout-template-7 .cd-checkout-order-container {
    width: 50%;
    padding: 35px 45px;
}
#cd-checkout-template-7 .cd-checkout-address-container {
    background: #fff;
    border: 1px solid #00B04D;
    border-radius: 5px;
}
#cd-checkout-template-7 .cd-checkout-order-container {
    background-color: #FAFAFA;
}
#cd-checkout-template-7 .cd-checkout-address {
    background-color: #ffffff;
}
#cd-checkout-template-7 .cd-checkout-address.cd-checkout-shipping {
    background-color: #ffffff;
    display: none;
}
#cd-checkout-template-7 .cd-checkout-address-container h3,
#cd-checkout-template-7 .cd-checkout-order-container h3 {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}
#cd-checkout-template-7 .cd-checkout-address-container h3 {
    padding-bottom: 10px;
    padding-top: 15px;
}
#cd-checkout-template-7 .cd-checkout-order-container h3 {
    padding-top: 12px;
    color: #1F1E23;
    font-weight: 300;
}

/* Billing Section Style Starts */

#cd-checkout-template-7 #billing_first_name_field{
    display: flex;
    flex-direction: column;
}
#cd-checkout-template-7 tr.cart_item .cd_checkout_product_price {
    text-align: right;
}
#cd-checkout-template-7 #cd-billing-section .form-row label,
#cd-checkout-template-7 #cd-shipping-section .form-row label {
    color: #003B60;
    font-size: 14px;
    font-weight: 400;
}
#cd-checkout-template-7 #cd-billing-section .form-row input,
#cd-checkout-template-7 #cd-billing-section .form-row select,
#cd-checkout-template-7 #cd-shipping-section .form-row input,
#cd-checkout-template-7 #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-7 .select2-container .select2-selection--single, 
.woocommerce-js #cd-checkout-template-7 select, 
.woocommerce-page #cd-checkout-template-7 .select2-container .select2-selection--single, 
.woocommerce-page #cd-checkout-template-7 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-7 #shipping_country_field select,
#cd-checkout-template-7 #shipping_state_field select {
    padding: 8px;
}
#cd-checkout-template-7 .cd-checkout-tag{
    color: #041926;
    font-size: 24px;
    font-style: normal;
    margin-bottom: 0px;
}
#cd-checkout-template-7 .cd-checkout-order-title{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 10px 20px; 
}
#cd-checkout-template-7 .codesigner-product-title{
    color: #000;
}
#cd-checkout-template-7 .codesigner-product-title, 
#cd-checkout-template-7 .codesigner-product-description{
    margin-bottom: 0px !important;
}
/* Order Section Style Starts */
#cd-checkout-template-7 .cd-checkout-order {
    color: #777;
    border-radius: 8px;
    border: 1px solid #00B04D;
}
.woocommerce-js #cd-checkout-template-7 table.shop_table, 
.woocommerce-page #cd-checkout-template-7 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-7 table,
#cd-checkout-template-7 tr,
#cd-checkout-template-7 td,
#cd-checkout-template-7 th {
    border: none;
    padding: 5px;
}
#cd-checkout-template-7 .cd-checkout-order-section-wrap {
    display: flex;
    justify-content: space-between;
    color: #131D30;
    font-size: 16px;
}
#cd-checkout-template-7 .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-7 .cd-checkout-order-margin {
    padding-top: 14px;
    padding-bottom: 20px;
}

.woocommerce-js #cd-checkout-template-7 table.shop_table thead th, 
.woocommerce-page #cd-checkout-template-7 table.shop_table thead th,
#cd-checkout-template-7 .cd-checkout-order-section-wrap span {
    font-size: 15px;
    font-weight: 600;
    line-height: 160%;
    margin-top: 10px;
    padding-bottom: 20px;
}
.woocommerce-js #cd-checkout-template-7 table.shop_table thead, 
.woocommerce-page #cd-checkout-template-7 table.shop_table thead {
    background-color: transparent;
}
.woocommerce-js #cd-checkout-template-7 table.shop_table td, 
.woocommerce-page #cd-checkout-template-7 table.shop_table td {
    border-top: none;
}
.woocommerce-js #cd-checkout-template-7 table.shop_table thead th {
    border-bottom: 1px solid #E6E8EC;
    
}
.woocommerce-js #cd-checkout-template-7 table.shop_table tfoot th,
.woocommerce-js #cd-checkout-template-7 table.shop_table tfoot td {
    border-top: none;
}
#cd-checkout-template-7 table.shop_table.woocommerce-checkout-review-order-table {
    padding-bottom: 20px;
}
#cd-checkout-template-7 td.cd_checkout_product_title p  {
    color:  #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
#cd-checkout-template-7 tr.cart-subtotal,
#cd-checkout-template-7 tr.order-total {
    color: #6A707E;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}
#cd-checkout-template-7 th.product-name,
#cd-checkout-template-7 #cd-checkout-tfoot th {
    text-align: justify;
}
#cd-checkout-template-7 #cd-checkout-tfoot td,
#cd-checkout-template-7 th.product-total {
    text-align: right;
}
#cd-checkout-template-7 input[type="text"]:focus {
    outline: 2px solid #cd7ee8;
}
#cd-checkout-template-7 div#payment > ul > li {
    accent-color: #009742;
}
#cd-checkout-template-7 #payment > ul.wc_payment_methods.payment_methods.methods {/*    color: #ffffff;*//* background-color: #FAFAFA; *//* padding: 10px 15px; *//* border: 1px solid #704f9d; *//* border-radius: 10px; */border: 1px solid #E3E3E3;}
#cd-checkout-template-7 .wc_payment_method.payment_method_bacs input {
    background: #FFF;
    border: 1px solid #D0D0D1;
}
.woocommerce-page.woocommerce-checkout #cd-checkout-template-7 #payment div.payment_box,
.woocommerce.woocommerce-checkout #cd-checkout-template-7 #payment div.payment_box {
    background-color: #5c378c;
    background: #FAFAFA;
    border: 1px solid #E3E3E3;
}
.woocommerce-page.woocommerce-checkout #cd-checkout-template-7 #payment div.payment_box:before, 
.woocommerce.woocommerce-checkout #cd-checkout-template-7 #payment div.payment_box:before {
    border-bottom-color: #EEF4FF;
}
#cd-checkout-template-7 .wc_payment_method .payment_method_bacs p {
    font-size: 15px;
    text-align: justify;
    line-height: 1.5;
    border-radius: 5px;
}
#cd-checkout-template-7 button#place_order {
    background: #00B04D;
    color: #ffffff;
    width: 100%;
    margin-top: 20px;
}
#cd-checkout-template-7 .different-address-shipping {
    padding: 20px 0;
}
#cd-checkout-template-7 .different-address-shipping label {
    color: #303030;
    font-size: 20px;
    font-weight: 600;
    margin-left: 10px;
}
.woocommerce #cd-checkout-template-7 #payment #place_order, 
.woocommerce-page #cd-checkout-template-7 #payment #place_order {
    float: right;
}
.woocommerce form #cd-checkout-template-7 .form-row .input-text, 
.woocommerce-page #cd-checkout-template-7 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-7 .woocommerce-checkout-review-order-table thead ,
#cd-checkout-template-7 .woocommerce-checkout-review-order-table tbody {
    display: none;
}
#cd-checkout-template-7 #cd-checkout-order-id table {
    margin: 0 0 15px;
    padding: 0px 20px;
}
#cd-checkout-template-7 #cd-checkout-table tbody tr td {
    vertical-align: middle;
}
#cd-checkout-template-7 table.shop_table.woocommerce-checkout-review-order-table {
    padding: 0;
    border-radius: none;
    border: none;
    box-shadow: none;
}
#cd-checkout-template-7 table.shop_table.woocommerce-checkout-review-order-table {
    padding-bottom: 0;
}
#cd-checkout-template-7 .woocommerce-checkout-review-order-table tfoot td {
    text-align: right;
}
#cd-checkout-template-7 .codesigner-temp7-cart-item-wrap {
    padding: 20px 0;
    display: flex;
    align-items: center;
}
#cd-checkout-template-7 .codesigner-cart-item-thumbnail{
    position: relative;
    width: 20%;
    margin-right: 15px;
}
#cd-checkout-template-7 .codesigner-title-and-quantity-area {
    width: 65%;
}
#cd-checkout-template-7 .codesinger-cart-quantity {
    width: 25%;
    display: flex;
    margin-top: 3px;
}
#cd-checkout-template-7 .cd-checkout-minus, 
#cd-checkout-template-7 .cd-checkout-plus {
    width: 15px;
    cursor: pointer;
    height: 30px;
    display: flex;
    align-items: center;
}
#cd-checkout-template-7 .cd-cart-item-quantity{
    width: 50px;
    height: 35px !important;
    border-radius: 5px !important;
    margin: 0px 10px 0px 10px;
    align-items: center;
    text-align: center;
}
#cd-checkout-template-7 .codesinger-cart-item-price {
    width: 20%;
    color: black;
    padding-left: 25px;
}
#cd-checkout-template-7 .codesigner-cart-item-thumbnail img{
    width: 63px ;
    margin-right: 15px;
}
.woocommerce  #cd-checkout-template-7 img, 
.woocommerce-page #cd-checkout-template-7 img {
    margin-top: 6px;
}
#cd-checkout-template-7 .woocommerce-privacy-policy-link,
#cd-checkout-template-7 .woocommerce-terms-and-conditions-link{
    color: unset;
}
#cd-checkout-template-7 .codesigner-cart-item-thumbnail a.remove{
    position: absolute;
    top: -4px;
    left: -8px;
    padding:0;
    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;
    background: #00B04D;
}
#cd-checkout-template-7 .codesigner-cart-item-thumbnail a.remove:hover{
    background-color: #DCDCDC !important;
    color: #A5A5A5 !important;
} 
#cd-checkout-template-7 .codesigner-cart-item-thumbnail a.remove::before{
    border: none;
    top: -2px;
}
#cd-checkout-template-7 .codesigner-cart-item-thumbnail a.remove span{
    color: #fff;
}
#cd-checkout-template-7 .codesigner-single-cart-item {
    padding-bottom: 5px;
    padding: 0px 20px;
    border-bottom: 1px solid #EBEBEB;
    border-top: 1px solid #EBEBEB;
}
#cd-checkout-template-7 .codesinger-cart-item-price bdi {
    color: #6A707E;
    line-height: normal;
}
/* coupon */
#temp7-cd-coupon .wc-block-components-notice-banner.is-info>svg {
    background: #00B04D;
}
#temp7-cd-coupon .wc-block-components-notice-banner.is-info {
    background: #f8fffb;
    border-color: #00B04D;
}
#temp7-cd-coupon .cd-coupon-from-row button {
    background: #00B04D;
}
#temp7-cd-coupon .cd-coupon-from-row p:first-child {
    
}
#cd-coupon-form7 .woocommerce-info {
    background-color: #f6f9ff;
    color: #878787;
    font-size: 18px;
    font-weight: 400;
}
#cd-coupon-form7 .woocommerce-info::before {
    content: '\25C8';
    margin-left: 10px;
    margin-top: -2px;
    color:#00B04D;
}
#cd-coupon-form7 a.showcoupon {
    text-decoration: none;
    color: #fff3f3;
    padding: 8px 15px;
    border-radius: 5px;
    background: #00B04D;
}
#temp7-cd-coupon #cd-coupon-main p {
    color: #878787;
    font-size: 16px;
    font-weight: 400;
}
.woocommerce #cd-coupon-form7 form#cd-coupon-main .button {
    box-shadow: 0px 4px 38px 9px rgba(0, 137, 255, 0.23);
    background: #00B04D;
    color: #fff3f3;
}
#temp7-cd-coupon form#cd-coupon-main {
    margin-left: 0;
}
#temp7-cd-coupon #cd-coupon-main p:first-child {
    padding-bottom: 0;
}
.cd-checkout-coupon{
    margin-top: 15px;
    padding: 0px 20px;
}
.cd-coupon-first{
    width: 40%;
    position: absolute;
}
.cd-coupon-first input{
    height: 55px;
    width: 100%;
}
.cd-coupon-last button{
    border-radius: 5px;
    background-color: #00B04D !important;
    position: relative;
    top: 4px;
    z-index: 1;
    left: 335px;
}
#temp7-cd-coupon .woocommerce-info {
    border-top: 3px solid #00B04D;
}
.codesigner #temp7-cd-coupon form.checkout_coupon [name=coupon_code] {
    border: 1px solid #00B04D;
}
.codesigner #temp7-cd-coupon form.checkout_coupon .button {
    background: #00B04D;
    border-radius: 5px;
}
.codesigner #cd-checkout-template-7 input[type=checkbox], 
.codesigner #cd-checkout-template-7 input[type=radio] {
    accent-color: darkgreen;
}
#cd-checkout-template-7 a.woocommerce-remove-coupon {
    color: #00B04D;
}
/* responsive css */

@media (max-width: 1115px) {
    #cd-checkout-template-7 .cd-checkout-address {
        padding: 25px 25px;
    }
    #cd-checkout-template-7 .cd-checkout-order {
        padding: 25px 10px;
    }
}
@media (max-width: 990px) {
    #cd-checkout-template-7{
        display: flex;
        flex-direction: column-reverse;
    }
    #cd-coupon-form7 a.showcoupon {
        margin-top: -7px;
        margin-left: 10px;
    }
    #cd-checkout-template-7 .cd-checkout-address-container {
        width: 100%;
    }
    #cd-checkout-template-7 .cd-checkout-order-container  {
        width: 100%;
    }
    #cd-checkout-template-7 .cd-checkout-address-container, 
    #cd-checkout-template-7 .cd-checkout-order-container {
        padding: 10px;
    }
    .elementor-599 .elementor-element.elementor-element-55e75d2 #cd-checkout-template-7 .codesigner-cart-item-thumbnail img {
        width: 45px;
    }
    #cd-checkout-template-7 .order-notes {
        margin-bottom: 20px;
    }
    #cd-checkout-template-7 .cd-checkout-order {
/*        padding: 0px;*/
        padding: 25px 30px;
    }
    #cd-checkout-template-7 .codesinger-cart-quantity{
        flex-direction: column;
    }
    #cd-checkout-template-7 .codesigner-single-cart-item{
        padding: 0px;
    }
    #cd-checkout-template-7 .codesigner-cart-item-thumbnail {
        width: 15%;
    }
    .woocommerce #cd-checkout-template-7 #payment #place_order, 
    .woocommerce-page #cd-checkout-template-7 #payment #place_order {
        float: right;
    }
    #cd-checkout-template-7 tr.cart-subtotal,#cd-checkout-template-7 tr.order-total {
        font-size: 14px;
    }
}
@media (max-width: 780px){
    #cd-coupon-form7 a.showcoupon {
        margin-top: 5px;
        margin-left: -5px;
    }
}
@media (max-width: 700px) {
    #cd-checkout-template-7 .codesigner-cart-item-thumbnail {
        width: 20%;
    }
    #cd-checkout-template-7 .codesigner-cart-item-thumbnail a.remove {
        width: 20px;
        height: 20px;
    }
    #cd-checkout-template-7 .codesinger-cart-item-price{
        padding-left: 0;
    }
    #cd-checkout-template-7 .cd-checkout-minus, 
    #cd-checkout-template-7 .cd-checkout-plus{
        margin-left: 28px;
    } 
    #cd-checkout-template-7 .cd-cart-item-quantity{
        text-align: center;
    }
}
@media (max-width: 380px) {
    #cd-checkout-template-7 .cd-checkout-address-name {
        display: flex;
        flex-direction: column;
    }
    #cd-checkout-template-7 .codesigner-cart-item-thumbnail {
        width: 30%;
    }
    #cd-checkout-template-7 #cd-billing-section .form-row label,
    #cd-checkout-template-7 #cd-shipping-section .form-row label {
        font-size: 12px;
    }
    #cd-checkout-template-7 .cd-checkout-address-container, 
    #cd-checkout-template-7 .cd-checkout-order-container {
        padding: 5px 10px;
        margin-top: 20px;
    }
    #cd-checkout-template-7 .different-address-shipping label {
        font-size: 17px;
    }
    #cd-checkout-template-7 .cd-checkout-order {
        padding: 25px 20px;
        margin-top: 10px;
    }
    .woocommerce-js #cd-checkout-template-7 table.shop_table, 
    .woocommerce-page #cd-checkout-template-7 table.shop_table {
        padding: 0;
    }
    .woocommerce-js #cd-checkout-template-7 table.shop_table td, 
    .woocommerce-js #cd-checkout-template-7 table.shop_table th, 
    .woocommerce-page #cd-checkout-template-7 table.shop_table td, 
    .woocommerce-page #cd-checkout-template-7 table.shop_table th {
        padding: 5px;
    }
    #cd-checkout-template-7 .cd_checkout_product_img img {
        max-width: 40px;
    }
    #cd-checkout-template-7 tr.cart-subtotal,#cd-checkout-template-7 tr.order-total {
        font-size: 12px;
    }
}
/* unset */
.woocommerce #cd-checkout-template-7  .woocommerce-checkout .shop_table, 
#cd-checkout-template-7 #payment ul.wc_payment_methods li.wc_payment_method>label, 
#cd-checkout-template-7 #payment ul.wc_payment_methods li.wc_payment_method input[type=radio]:first-child:checked+label {
    background: unset !important;
}
#cd-checkout-template-7 table:not( .has-background ) tbody td {
    background-color: unset !important;
    color: unset;
}
#cd-checkout-template-7 table:not( .has-background ) th {
    background-color: unset !important;
}
#cd-checkout-template-7 div#cd-payment-method #payment .payment_methods > li:not(.woocommerce-notice) {
    background-color: unset;
    color: #041926;
    border: 0px solid #E3E3E3;
    background: #E7F9EF;
    padding: 15px;
    margin-bottom: 5px;
}


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

#cd-checkout-template-7 .numberstyle-qty {
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: none;
    margin-top: 5px;
    display:flex;
    background: transparent;
}
#cd-checkout-template-7 .numberstyle-qty input,
#cd-checkout-template-7 .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-7 .numberstyle-qty .qty-btn {
    width: 32px;
    font-size: 25px;
    cursor: pointer;
    z-index: 2;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: all 250ms ease;
    margin-top: 3px;
}

#cd-checkout-template-7 .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-7 .numberstyle-qty input:focus {
    outline: 0;
    box-shadow: 0px;
}
#cd-checkout-template-7 .numberstyle-qty input[type=number]::-webkit-inner-spin-button,
#cd-checkout-template-7 .numberstyle-qty input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
#cd-checkout-template-7 .numberstyle-qty input[type=number] {
    -moz-appearance: textfield;
    width: 30px;
    height: 30px;
    box-shadow: unset;
    color: black !important;
    border: 1px solid #EBEBEB; 
    border-radius: 17px; 
    background-color: #FAFAFA; 
    margin: 5px;
}

#cd-checkout-template-7 .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);
}
/* Hide the default number input arrows */
#cd-checkout-template-7 .cd-cart-item-quantity::-webkit-inner-spin-button,
#cd-checkout-template-7 .cd-cart-item-quantity::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }
#cd-checkout-template-7 .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-7 .more:hover::before {
    max-width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    transition: all 250ms ease;
}
#cd-checkout-template-7 .numberstyle4 {
    color: transparent !important;
}
#cd-checkout-template-7 input[type=number] {
    text-align: center;
}
/* Hello Elementor */
.hello-elementor.woocommerce #cd-checkout-template-7 form.checkout_coupon {
    border: unset;
    width: 50%;
}
.hello-elementor  #cd-checkout-template-7 #payment div.payment_box:before, 
.hello-elementor #cd-checkout-template-7 #payment div.payment_box:before {
    margin-top: -19px;
}
.hello-elementor #cd-checkout-template-7 #cd-billing-section .form-row input,
.hello-elementor #cd-checkout-template-7 #cd-billing-section .form-row select,
.hello-elementor #cd-checkout-template-7 #cd-shipping-section .form-row input,
.hello-elementor #cd-checkout-template-7 #cd-shipping-section .form-row select {
    border: unset;
}
.hello-elementor form #cd-checkout-template-7 .form-row .input-text, 
.hello-elementor #cd-checkout-template-7 form .form-row .input-text {
    border: unset;
}
.hello-elementor #cd-checkout-template-7 .select2-container .select2-selection--single,
.hello-elementor #cd-checkout-template-7 select, 
.hello-elementor #cd-checkout-template-7 .select2-container .select2-selection--single, 
.hello-elementor #cd-checkout-template-7 select,
.hello-elementor .elementor-599 .elementor-element.elementor-element-6710881 .order-notes .form-row textarea {
    border: unset;
}
.hello-elementor #cd-checkout-template-7 .codesigner-cart-item-thumbnail a.remove {
    color: #fff !important;
}
.hello-elementor #cd-checkout-template-7 #payment ul.payment_methods, 
.hello-elementor #cd-checkout-template-7 #payment ul.payment_methods {
    margin-bottom: 20px;
}
.hello-elementor #cd-checkout-template-7 .woocommerce-cart #payment, 
.hello-elementor #cd-checkout-template-7 #payment, 
.hello-elementor #cd-checkout-template-7 #add_payment_method #payment {
    background: unset;
}
/* OceanWP */
.theme-oceanwp.woocommerce form.checkout_coupon {
    border: unset;
    width: 50%;
}
.theme-oceanwp #cd-coupon-form7 a.showcoupon:hover {
    color: #00B04D;
    background: #fff3f3;
}
.theme-oceanwp.woocommerce-checkout #cd-checkout-template-7 input[type=checkbox]:checked:before {
    font-size: 14px;
    margin-top: 0px;
}
.theme-oceanwp.woocommerce #cd-checkout-template-7 button.button {
    padding: 12px 8px;
}
.theme-oceanwp .woocommerce-checkout #cd-checkout-template-7 #payment ul.payment_methods .wc_payment_method>input[type=radio]:first-child {
    position: unset !important;
}
/* .oceanwp #cd-checkout-template-7 .amount, */
.theme-oceanwp #cd-checkout-template-7 ul#shipping_method li label {
    color: #333;
}
.theme-oceanwp #cd-checkout-template-7 #payment ul.payment_methods {
    margin-bottom: 20px;
}
.theme-oceanwp #cd-checkout-template-7 button#place_order {
    margin-top: 50px;
}
.theme-oceanwp #cd-checkout-template-7 .woocommerce-terms-and-conditions-wrapper a {
    color: #6ec1e4;
}
.theme-oceanwp #cd-checkout-template-7 .codesigner-cart-item-thumbnail a.remove {
    color: #fff !important;
}
/* Shopeo */
.shopeo.woocommerce #cd-checkout-template-7 form.checkout_coupon {
    width: 50%;
    border: unset;
    background: unset;
}
.shopeo.woocommerce #cd-checkout-template-7 form.checkout_coupon .button {
    padding-top: 16px;
    padding-bottom: 32px;
}
.shopeo #cd-checkout-template-7 .codesigner-cart-item-thumbnail a.remove {
    color: #fff !important;
}

.shopeo  #cd-checkout-template-7 #payment div.payment_box:before, 
.shopeo #cd-checkout-template-7 #payment div.payment_box:before {
    margin-top: -19px;
}
/* Storefront */
.storefront.woocommerce form.checkout_coupon {
    width: 50%;
}
.storefront #cd-coupon-form7 a.showcoupon:hover {
    color: #00B04D;
    background: #fff3f3;
}
.storefront #cd-checkout-template-7  #payment .payment_methods li.woocommerce-PaymentMethod>input[type=radio]:first-child,
.storefront #cd-checkout-template-7 #payment .payment_methods li.wc_payment_method>input[type=radio]:first-child {
/*     clip: rect(0px, 0px, 0px, 0px) !important; */
    -webkit-clip-path: inset(0%) !important;
    clip-path: inset(0%) !important;
    height: unset !important;
    width: unset !important;
    margin: unset !important;
}
.storefront.woocommerce #cd-checkout-template-7 button.button {
    padding: 12px 8px;
    color: #fff;
}
.storefront #cd-checkout-template-7 .codesigner-cart-item-thumbnail a.remove {
    background: unset;
}
.storefront #cd-checkout-template-7 .select2-container .select2-selection--single, 
.storefront #cd-checkout-template-7 select, 
.storefront #cd-checkout-template-7 .select2-container .select2-selection--single, 
.storefront #cd-checkout-template-7 select {
    border: unset;
}
@media (max-width: 780px) {
    .hello-elementor #cd-coupon-form7 a.showcoupon,
    .storefront #cd-coupon-form7 a.showcoupon,
    .theme-oceanwp #cd-coupon-form7 a.showcoupon {
        margin-left: -1px;
        font-size: 12px;
    }
    .storefront #cd-coupon-form7 .woocommerce-info,
    .theme-oceanwp #cd-coupon-form7 .woocommerce-info {
        font-size: 16px;
    }

    .hello-elementor form#cd-coupon-main,
    .storefront form#cd-coupon-main,
    .theme-oceanwp form#cd-coupon-main {
        width: auto;
    }
    .hello-elementor form#cd-coupon-main .form-row, .hello-elementor form#cd-coupon-main .form-row button,
    .storefront form#cd-coupon-main .form-row, .storefront form#cd-coupon-main .form-row button,
    .theme-oceanwp form#cd-coupon-main .form-row, .storefront form#cd-coupon-main .form-row button {
        width: 100%;
    }
    .theme-oceanwp.woocommerce-page #payment #place_order {
        margin-top: unset;
        float: unset;
        padding: 12px 0px;
    }
}
