
/* Required CSS files */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;900&display=swap');
   
/* template 1 css start */
.cd-checkout-template-1 {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
#cd-coupon-form .woocommerce-info {
    background-color: #f6f9ff;
    color: #878787;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 400;
    border-top-color: #0089FF;
}
#cd-coupon-form .woocommerce-info::before {
    content: '\25C8';
    margin-left: 10px;
    margin-top: -2px;
}
#cd-coupon-form a.showcoupon {
    text-decoration: none;
    background-color: #0089FF;
    color: #fff3f3;
    padding: 5px 10px;
    border-radius: 10px;
}
#cd-coupon-main p {
    color: #878787;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 400;
}
.cd-checkout-template-1 form.checkout_coupon .button {
    border-radius: 10px;
    box-shadow: 0px 4px 38px 9px rgba(0, 137, 255, 0.23);
}
form#cd-coupon-main {
    margin-left: 40px;
}

/* Billing Section Style Starts */

.cd-checkout-template-1 .cd-checkout-address-container,
.cd-checkout-template-1 .cd-checkout-order-container {
    width: 50%;
    padding: 35px 45px;
}
.cd-checkout-template-1 .cd-checkout-address-container {
    background: #f6f9ff;
}
.cd-checkout-template-1 .cd-checkout-address {
    padding: 25px 35px;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0px 4px 27px 0px rgba(0, 0, 0, 0.08);
}
.cd-checkout-template-1 .cd-checkout-address-container h3,
.cd-checkout-template-1 .cd-checkout-order-container h3 {
    color: #003b60;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    padding-top: 20px;
}
.cd-checkout-template-1 .cd-checkout-address-container h3 {
    padding-bottom: 21px;
    border-bottom: 1px solid #E6E8EC;
}
.cd-checkout-template-1 #billing_first_name_field {
    display: flex;
    flex-direction: column;
}
.cd-checkout-template-1 tr.cart_item .cd_checkout_product_price {
    text-align: right;
}
.cd-checkout-template-1 #cd-billing-section .form-row label,
.cd-checkout-template-1 #cd-shipping-section .form-row label {
    color: #003B60;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
}
.cd-checkout-template-1 #cd-billing-section .form-row input,
.cd-checkout-template-1 #cd-billing-section .form-row .select2-container,
.cd-checkout-template-1 #cd-shipping-section .form-row input,
.cd-checkout-template-1 #cd-shipping-section .form-row select {
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 4px 27px 0px rgba(0, 0, 0, 0.08);
    width: 100%;
    height: 39px;
}
.woocommerce-js .cd-checkout-template-1 .select2-container .select2-selection--single,
.woocommerce-js .cd-checkout-template-1  select, 
.woocommerce-page .cd-checkout-template-1 .select2-container .select2-selection--single, 
.woocommerce-page .cd-checkout-template-1 select {
    padding: 8px;
    padding-right: 2em;
    background-color: #fff;
    border-radius: 15px;
    background: #FFF;
    width: 100%;
    box-shadow: 0px 4px 27px 0px rgba(0, 0, 0, 0.08);
}
.cd-checkout-template-1 #shipping_country_field select,
.cd-checkout-template-1 #shipping_state_field select {
    padding: 8px;
}
/* Order Section Style Starts */

.cd-checkout-template-1 .cd-checkout-order {
    padding: 25px 35px;
    background: #fff;
}
.cd-checkout-template-1 .woocommerce-js table.shop_table,
.cd-checkout-template-1 .woocommerce-page 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-1 table, td, th {
    border: none;
}
.cd-checkout-template-1 .cd-checkout-order-section-wrap {
    display: flex;
    justify-content: space-between;
    color: #131D30;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
}
.cd-checkout-template-1 .cd_checkout_product_img img {
    width: 64px;
    height: 64px;
    border-radius: 8px;
    box-shadow: 0px 2px 6px 0px rgba(13, 26, 38, 0.15);
}
.cd-checkout-template-1 .cd-checkout-order-margin {
    padding-top: 14px;
    padding-bottom: 20px;
}
.cd-checkout-template-1 .cd-checkout-order-section-wrap p {
    color:#6A707E;
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    margin: 10px 0 0 8px;
}
.cd-checkout-template-1 .woocommerce-js table.shop_table thead th,
.cd-checkout-template-1 .woocommerce-page table.shop_table thead th,
.cd-checkout-template-1 .cd-checkout-order-section-wrap span {
    color: #003B60;
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 160%;
    margin-top: 10px;
    padding-bottom: 20px;
}
.cd-checkout-template-1 .woocommerce-js table.shop_table thead,
.cd-checkout-template-1 .woocommerce-page table.shop_table thead {
    background-color: transparent;
}
.cd-checkout-template-1 .woocommerce-js table.shop_table thead th {
    border-bottom: 1px solid #E6E8EC; 
}
.woocommerce-js .cd-checkout-template-1 table.shop_table tfoot th,
.woocommerce-js .cd-checkout-template-1 table.shop_table tfoot td {
    border-top: none;
}
.cd-checkout-template-1 table.shop_table.woocommerce-checkout-review-order-table {
    padding-bottom: 20px;
}
.cd-checkout-template-1 .woocommerce-checkout-review-order-table tfoot tr.cart-subtotal th,
.cd-checkout-template-1 .woocommerce-checkout-review-order-table tfoot tr.cart-subtotal td {
    border-top: 1px solid #E6E8EC;
}
.cd-checkout-template-1 td.cd_checkout_product_title p  {
    color:  #6A707E;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
.cd-checkout-template-1 tr.cart-subtotal,
.cd-checkout-template-1 tr.order-total {
    color: #131D30;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}
.cd-checkout-template-1 th.product-name,
.cd-checkout-template-1 #cd-checkout-tfoot th {
    text-align: justify;
}
.cd-checkout-template-1 #cd-checkout-tfoot td,
.cd-checkout-template-1 th.product-total {
    text-align: right;
}

.cd-checkout-template-1 ul.wc_payment_methods.payment_methods.methods {
    border-radius: 8px; 
    padding: 10px 15px;
}
.cd-checkout-template-1 .wc_payment_method.payment_method_bacs input {
    background: #FFF;
    border: 1px solid #D0D0D1;
}

.cd-checkout-template-1 .wc_payment_method.payment_method_bacs label {
    color: #303030;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 500;
}

.woocommerce-page.woocommerce-checkout .cd-checkout-template-1 #payment div.payment_box,
.woocommerce.woocommerce-checkout .cd-checkout-template-1 #payment div.payment_box  {
    border-radius: 5px;
    background-color: #EEF4FF;
}
.woocommerce-page.woocommerce-checkout .cd-checkout-template-1 #payment div.payment_box:before, 
.woocommerce.woocommerce-checkout .cd-checkout-template-1  #payment div.payment_box:before {
    border-bottom-color: #EEF4FF;
}
.cd-checkout-template-1 .wc_payment_method .payment_method_bacs p {
    color: #878787;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-align: justify;
    line-height: 1.5;
    border-radius: 5px;
}
.woocommerce-page.woocommerce-checkout .cd-checkout-template-1  #payment ul.payment_methods, 
.woocommerce.woocommerce-checkout .cd-checkout-template-1 #payment ul.payment_methods {
    border-radius: 8px;
    border: 1px solid #E6E8EC;
    padding: 10px 15px;
    box-shadow: 0px 2px 6px 0px rgba(13, 26, 38, 0.15);
}
.cd-checkout-template-1 button#place_order {
    font-family: 'Inter', sans-serif;
    border-radius: 5px;
    background:  #0089FF;
    box-shadow: 0px 4px 38px 9px rgba(0, 137, 255, 0.23);
    width: 100%;
    margin-top: 20px;
    padding: 15px;
}
.cd-checkout-template-1 .different-address-shipping {
    padding: 20px 0;
}
.cd-checkout-template-1 .different-address-shipping label {
    color: #303030;
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    font-weight: 600;
    margin-left: 10px;
}
.cd-checkout-template-1 .cd-checkout-address.cd-checkout-shipping {
    display: none;
}
.woocommerce .cd-checkout-template-1  #payment #place_order, 
.woocommerce-page .cd-checkout-template-1  #payment #place_order {
    float: right;
}
.woocommerce .cd-checkout-template-1 form .form-row .input-text,
.woocommerce-page .cd-checkout-template-1 form .form-row .input-text {
    border-radius: 15px;
    background: #FFF;
    box-shadow: 0px 4px 27px 0px rgba(0, 0, 0, 0.08);
    width: 100%;
}
.cd-checkout-template-1 .woocommerce-checkout-review-order-table thead ,
.cd-checkout-template-1 .woocommerce-checkout-review-order-table tbody {
    display:none;
}
.cd-checkout-template-1 #cd-checkout-order-id table {
    margin: 0 0 0px;
}
.cd-checkout-template-1 table.shop_table.woocommerce-checkout-review-order-table {
    padding: 0;
    border-radius: none;
    border: none;
    box-shadow: none;
}
.cd-checkout-template-1 table.shop_table.woocommerce-checkout-review-order-table {
    padding-bottom: 0;
}
.cd-checkout-template-1 .woocommerce-checkout-review-order-table tfoot td {
    text-align: right;
}
.cd-checkout-template-1 tr th,
.cd-checkout-template-1 table tr td {
    vertical-align: middle;
}
.cd-checkout-template-1 .cd-checkout-table-wrapper {
    border-radius: 8px;
    border: 1px solid #E6E8EC;
    padding: 0 15px;
}
.cd-checkout-template-1 #cd-checkout-table thead tr th {
    border: none;
    border-bottom: 1px solid #E6E8EC;
    padding: 15px 10px;
}
.cd-checkout-template-1 #cd-checkout-table tbody tr th, 
.cd-checkout-template-1 #cd-checkout-table tbody tr td {
    padding: 10px 10px;
}
.cd-checkout-template-1 #cd-checkout-table tbody tr:last-child td {
    padding-bottom: 15px;
}
.cd-checkout-template-1 table.shop_table.woocommerce-checkout-review-order-table tfoot tr.cart-subtotal th, 
.cd-checkout-template-1 table.shop_table.woocommerce-checkout-review-order-table tfoot tr.cart-subtotal td, 
.cd-checkout-template-1 table.shop_table.woocommerce-checkout-review-order-table tfoot tr.order-total th ,
.cd-checkout-template-1 table.shop_table.woocommerce-checkout-review-order-table tfoot tr.order-total td {
    border-top: 1px solid #E6E8EC;
}
.cd-checkout-template-1 .woocommerce-privacy-policy-link,
.cd-checkout-template-1 .woocommerce-terms-and-conditions-link {
    color : #0089FF;
}
.codesigner .cd-checkout-template-1 input[type=checkbox], 
.codesigner .cd-checkout-template-1 input[type=radio] {
    accent-color: #0089FF;
}
#temp1-cd-coupon #cd-coupon-main button.button {
    border-radius: 5px;
    background: #0089FF;
}
.codesigner .cd-checkout-template-1 input[type="checkbox"],
.codesigner .cd-checkout-template-1 input[type="radio"] {
    accent-color: #0089FF;
}
.codesigner .cd-checkout-template-1 p.product-title,
.codesigner .cd-checkout-template-1 .cd_checkout_product_quantity p,
.codesigner .cd-checkout-template-1 .cd_checkout_product_price p {
    margin-bottom: 0;
}
.hello-elementor .cd-checkout-template-1  #payment, 
.hello-elementor .cd-checkout-template-1  #payment, 
.hello-elementor .cd-checkout-template-1  #add_payment_method #payment {
    background: unset;
}
.hello-elementor .cd-checkout-template-1 textarea#order_comments {
    border: 1px solid #E6E8EC;
}
/* Responsive CSS Code Starts Here */

@media (max-width: 1115px) {
    .cd-checkout-template-1 .cd-checkout-address {
        padding: 25px 25px;
    }
    .cd-checkout-template-1 .cd-checkout-order {
        padding: 25px 10px;
    }
}
@media (max-width: 990px) {
    .cd-checkout-template-1 {
       flex-direction: column;
    }
    .cd-checkout-template-1 .cd-checkout-address-container, 
    .cd-checkout-template-1 .cd-checkout-order-container {
        padding: 10px;
    }
    .cd-checkout-template-1 .cd-checkout-address-container {
        width: 100%;
    }
    .cd-checkout-template-1 .cd-checkout-order-container  {
        width: 100%;
    }
    .cd-checkout-template-1 .woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
        float: right;
    }
    .cd-checkout-template-1 tr.cart-subtotal, tr.order-total {
        font-size: 14px;
    }
    .elementor-599 .elementor-element.elementor-element-55e75d2 .cd-checkout-template-1 #cd-checkout-order-id .cd_checkout_product_img img {
        width: 44px;
    }
}

@media (max-width: 380px) {
    .cd-checkout-template-1 .cd-checkout-address-name {
        display: flex;
        flex-direction: column;
    }
    .cd-checkout-template-1 #cd-billing-section .form-row label,
    .cd-checkout-template-1 #cd-shipping-section .form-row label {
        font-size: 12px;
    }
    .cd-checkout-template-1 .cd-checkout-address-container, .cd-checkout-order-container {
        padding: 5px 10px;
    }
    .cd-checkout-template-1 .different-address-shipping label {
        font-size: 17px;
    }
    .cd-checkout-template-1 .cd-checkout-order {
        padding: 25px 0px;
    }
    .woocommerce-js .cd-checkout-template-1 table.shop_table,
    .woocommerce-page .cd-checkout-template-1 table.shop_table {
        padding: 0;
    }
    .woocommerce-js .cd-checkout-template-1  table.shop_table td,
    .woocommerce-js .cd-checkout-template-1 table.shop_table th,
    .woocommerce-page .cd-checkout-template-1 table.shop_table td,
    .woocommerce-page .cd-checkout-template-1 table.shop_table th {
        padding: 5px;
    }
    .cd-checkout-template-1 .cd_checkout_product_img img {
        width: 44px;
    }
    .cd-checkout-template-1 tr.cart-subtotal, tr.order-total {
        font-size: 12px;
    }
    .cd-checkout-template-1 .cd-checkout-order-container {
        padding: 0 0;
    }
    .cd-checkout-template-1 .cd-checkout-order-container .cd-checkout-order {
        padding: 0;
    }
    .cd-checkout-template-1 .order-notes {
        margin-bottom: 20px;
    }
    .cd-checkout-template-1 .cd-checkout-order-container h3 {
        padding-top: 15px;
    }
    .cd-checkout-template-1 #cd-checkout-table thead tr th {
        padding: 15px 10px;
    }
}

/* Hello Elementor Theme */

.hello-elementor .cd-checkout-template-1 #cd-billing-section .form-row input,
.hello-elementor .cd-checkout-template-1 #cd-shipping-section .form-row input,
.woocommerce-js .cd-checkout-template-1 .select2-container .select2-selection--single, 
.woocommerce-js .cd-checkout-template-1 select, 
.woocommerce-page .cd-checkout-template-1 .select2-container .select2-selection--single, 
.woocommerce-page .cd-checkout-template-1  select,
.woocommerce-page .cd-checkout-template-1 form .form-row .input-text {
    border: unset;
}
.woocommerce-js .cd-checkout-template-1  .select2-container .select2-selection--single, 
.woocommerce-js .cd-checkout-template-1  select, 
.woocommerce-page .cd-checkout-template-1  .select2-container .select2-selection--single, 
.woocommerce-page .cd-checkout-template-1  select {
    box-shadow: unset;
}
.cd-checkout-template-1 span.select2.select2-container.select2-container--default,
.hello-elementor .cd-checkout-template-1 #cd-billing-section .form-row input,
.hello-elementor .cd-checkout-template-1 #cd-shipping-section .form-row input,
.hello-elementor .cd-checkout-template-1 .woocommerce-page form .form-row .input-text   {
    border: 1px solid #E6E8EC;
}
.cd-checkout-template-1 .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 22px;
}
.hello-elementor .cd-checkout-template-1 #cd-checkout-table tbody tr td,
.hello-elementor .cd-checkout-template-1 .woocommerce-checkout-review-order-table tfoot tr th,
.hello-elementor .cd-checkout-template-1 .woocommerce-checkout-review-order-table tfoot tr td {
    border: none;
    background: unset;
}
.hello-elementor .cd-checkout-template-1 #cd-checkout-table thead tr th {
    border-top: none;
}
.hello-elementor .cd-checkout-template-1  #cd-checkout-table thead td, #cd-checkout-table thead th {
    border: 1px solid #fff;
}
.hello-elementor .cd-checkout-template-1 .woocommerce-checkout-review-order-table tfoot tr th,
.hello-elementor .cd-checkout-template-1 .woocommerce-checkout-review-order-table tfoot tr td {
    color: unset;
    font-family: unset;
    font-size: unset;
    font-weight: unset;
}
.hello-elementor .cd-checkout-template-1 .woocommerce-checkout #payment {
    background: unset;
}
.hello-elementor .cd-checkout-template-1 .woocommerce-checkout #payment div.form-row {
    padding: unset;
    padding-top: 20px;
}
.hello-elementor .cd-checkout-template-1 form .form-row label.checkbox, 
.hello-elementor .cd-checkout-template-1 form .form-row label.checkbox {
    font-weight: bold;
}
.hello-elementor .cd-checkout-template-1 #payment div.form-row {
    padding : 20px 0 !important;
}

/* Ocean Wp Theme */

.oceanwp .cd-checkout-template-1 .cd-checkout-order {
    padding: unset;
}
.oceanwp .cd-checkout-template-1 .amount {
    color: unset;
}
.oceanwp .cd-checkout-template-1 .woocommerce-checkout-review-order-table tfoot {
    border: none;
}
.oceanwp .cd-checkout-template-1 .woocommerce-checkout-review-order-table tfoot th ,
.oceanwp .cd-checkout-template-1 .woocommerce-checkout-review-order-table tfoot td {
    background-color: transparent !important;
    border: none;
}
.oceanwp .cd-checkout-template-1 table td, 
.oceanwp .cd-checkout-template-1 table th {
    border-bottom: unset;
}
.oceanwp .cd-checkout-template-1 .woocommerce-checkout-review-order-table tfoot tr.cart-subtotal th, 
.oceanwp .cd-checkout-template-1 .woocommerce-checkout-review-order-table tfoot tr.cart-subtotal td {
    border-top: unset;
}
.oceanwp .cd-checkout-template-1 table.shop_table  {
    border-width: 0 !important;
}
.oceanwp .cd-checkout-template-1 table tr th {
    text-transform: unset;
}
.oceanwp .cd-checkout-template-1 #payment ul.payment_methods li {
    background-color: transparent !important;
}
.oceanwp form textarea {
    min-height: unset;
}
.oceanwp .cd-checkout-template-1 ul#shipping_method ,
.oceanwp .cd-checkout-template-1 ul#shipping_method li {
    padding-bottom: 0 ;
}
.oceanwp .cd-checkout-template-1 #cd-checkout-table th , 
.oceanwp .cd-checkout-template-1 form .form-row label {
    font-weight: bold;
}
.oceanwp .cd-checkout-template-1  #payment ul.payment_methods, 
.oceanwp .cd-checkout-template-1 #payment ul.payment_methods {
    margin-bottom: 20px;
}

/* Shopeo Theme */

.shopeo .cd-checkout-template-1 .select2-container .select2-selection--single {
    height: 40px;
}
.shopeo .cd-checkout-template-1 .woocommerce-billing-fields__field-wrapper ,
.shopeo .woocommerce-shipping-fields__field-wrapper  {
    margin-top: 30px;
}
.shopeo .cd-checkout-template-1  .select2-container--default .select2-selection--single {
    border: unset;
}
.shopeo .cd-checkout-template-1  span.select2.select2-container.select2-container--default {
    border: unset;
}
.shopeo .cd-checkout-template-1 #cd-billing-section .form-row input, 
.shopeo .cd-checkout-template-1 #cd-shipping-section .form-row input, 
.shopeo .cd-checkout-template-1 #cd-shipping-section .form-row select {
    border: 1px solid #E6E8EC;
}
.shopeo .cd-checkout-template-1 .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 1.5 !important;
}
.shopeo .cd-checkout-template-1 .cd-checkout-order-container h3, 
.shopeo .cd-checkout-template-1 th.product-name, #cd-checkout-tfoot th {
    padding-bottom: 20px;
}
.shopeo .cd-checkout-template-1 form .form-row label {
    font-weight: bold;
}
.shopeo .cd-checkout-template-1 table.shop_table th {
    padding: 18px;
}
.shopeo .cd-checkout-template-1 table.shop_table td {
    padding: 9px 18px;
}
.shopeo .cd-checkout-template-1 table.shop_table tbody th, 
.shopeo .cd-checkout-template-1 table.shop_table tfoot td, 
.shopeo .cd-checkout-template-1  table.shop_table tfoot th {
    font-weight: 400;
}
.shopeo .cd-checkout-template-1 form .form-row label.checkbox{
    padding-top: 20px;
}
/* Storefront Theme */
.storefront .cd-checkout-template-1  form .form-row label {
    font-weight: bold;
}
.storefront .cd-checkout-template-1 table:not( .has-background ) th {
    background-color: unset;
}
.storefront .cd-checkout-template-1 :not( .has-background ) tbody tr:nth-child(2n) td, 
.storefront .cd-checkout-template-1  fieldset, 
.storefront .cd-checkout-template-1 fieldset legend, 
.storefront .cd-checkout-template-1 table:not( .has-background ) tbody td {
    background-color: transparent;
}
.storefront .cd-checkout-template-1 p.product-title {
    margin-top: -25px;
}
.storefront .cd-checkout-template-1 td.cd_checkout_product_quantity p, 
.storefront .cd-checkout-template-1 td.cd_checkout_product_price p {
    margin-top: -15px;
}
.storefront .cd-checkout-template-1 #payment .place-order {
    background-color: unset;
    margin-top: 20px;
}
.storefront .cd-checkout-template-1 #payment .place-order .button {
    font-size: unset;
}
/* Neve Theme */

.neve .cd-checkout-template-1 .cd-checkout-address-container,
.neve .cd-checkout-template-1 .cd-checkout-order-container {
    padding: unset;
}
.neve .cd-checkout-template-1 .cd-checkout-order-container .cd-checkout-order {
    padding: 25px 15px;
}
.neve .cd-checkout-template-1 td {
    border-bottom: unset;
}
