[data-page="checkout"] {
    padding-top: 140px;
    scroll-behavior: auto !important;

    & > .wc-block-store-notices {
        max-width: 1920px;
        padding-left: 60px;
        padding-right: 60px;
    }

  .wp-block-post-title {
    display: none;
  }
}

.fox__checkout {
    padding-bottom: 96px;

    .woocommerce-form__label-for-checkbox {
        display: flex;
        align-items: center;
        gap: 8px;
    }

    input[type=checkbox] {
        accent-color: black;
        width: 24px;
        height: 24px;
    }

    input[type=radio] {
        accent-color: black;
    }

    .woocommerce {
        max-width: 1920px !important;
        padding-left: 60px;
        padding-right: 60px;

        #customer_details {
            input,
            .select2-selection {
                border-radius: 40px;
            }

            textarea {
                border-radius: 24px;
            }
            
        }


        #order_review_heading {
            text-transform: uppercase;
            font-size: 24px;
        }

        #order_review {

            table {
                border: none;

                th, td {
                    padding-left: 0;
                }
            }
        }

        #payment {
            border: 1px solid var(--wp--preset--color--pure-black);
            background-color: #F5F5F5 !important;
            border-radius: 16px;

            li > div {
                background-color: #E3E3E3 !important;
            }

            li > div::before {
                border-bottom: 1em solid #E3E3E3;
            }

            #place_order {
                min-width: 320px;
                transition: all .4s ease-in-out;

                &:hover {
                    background-color: var(--wp--preset--color--primary);
                }
            }

            a {
                color: black;
            }

            .form-row.place-order {
                margin-bottom: 0;
            }
        }
    }

    .woocommerce-shipping-methods {
        li img {
            display: none;
        }
    }
}

@media only screen  and (max-width: 1366px) {
    [data-page="checkout"] {
        & > .wc-block-store-notices {
            padding-left: 32px;
            padding-right: 32px;
        }
    }


    .fox__checkout {
        .woocommerce {
            padding-left: 32px;
            padding-right: 32px;
        }
    }
}

@media only screen  and (max-width: 1200px) {
    .fox__checkout {
        .woocommerce {
            #order_review {
                table.shop_table {
                    width: 100%;
                }    
            }
        }
    }
}


@media only screen  and (max-width: 768px) {
    .fox__checkout {
   
    }
}

@media only screen  and (max-width: 768px) {

    [data-page="checkout"] {
        & > .wc-block-store-notices {
            padding-left: 24px;
            padding-right: 24px;
        }
    }

    .fox__checkout {
        padding-bottom: 64px;

        .woocommerce {
            padding-left: 24px;
            padding-right: 24px;


            #order_review {
                td {
                    padding-right: 0;
                }
            }

            #payment {
                #place_order {
                    min-width: 100%;
                }
            }
        }
    }
}