/*button[name="woocommerce_checkout_place_order"] {*/
/*    display: none !important;*/
/*}*/
.checkout-box.full-screen iframe.paypal {
    top: 0;
    left: 0;
    position: fixed;
    width: 100% !important;
    height: 100% !important;
}
.checkout-box.full-screen iframe.paypal {
    width: 100% !important;
    height: 100% !important;
}

.checkout-box iframe {
    width: 100% !important;
}

iframe.paypal {
    height: 200px;
}

iframe.stripe {
    height: 500px;
}
.checkout-box button.accordion {
    width: 100%;
    background-color: whitesmoke;
    border: none;
    outline: none;
    text-align: left;
    padding: 10px 15px;
    font-size: 18px;
    color: #333;
    cursor: pointer;
    transition: background-color 0.2s linear;
    display: flex;
    align-items: center;
}

/*.checkout-box button.accordion:after {*/
/*    font-family: FontAwesome;*/
/*    content: "\f150";*/
/*    font-family: "fontawesome";*/
/*    font-size: 18px;*/
/*    float: right;*/
/*}*/

/*.checkout-box button.accordion.is-open:after {*/
/*    content: "\f151";*/
/*}*/

.checkout-box button.accordion:hover,
.checkout-box button.accordion.is-open {
    background-color: #ddd;
}

.checkout-box .accordion-content {
    background-color: white;
    border-left: 1px solid whitesmoke;
    border-right: 1px solid whitesmoke;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-in-out;
}

.checkout-box .is-open .accordion-content {
    max-height: unset;
    transition: transform 0.26s ease;
    padding: 10px 10px;
}
.checkout-box .icon-box {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    height: 40px;
    border-radius: 4px;
    padding: 5px;
    width: 53px;
    margin-right: 20px;
    font-weight: 600;
}
.checkout-box .icon-box img{
    max-width: 100%;
    max-height: 100%;
}
.c_da_payment_shield_method label {
    display: flex;
    align-items: center;
}
.c_da_payment_shield_method .icon-box {
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    height: 40px;
    border-radius: 4px;
    padding: 5px;
    font-weight: 600;
    gap: 4px;
}
.c_da_payment_shield_method .icon-box img{
    max-width: 100%;
    max-height: 100%;
    min-width: 0;
}
/*.wc_payment_methods.payment_methods.methods {*/
/*    display: none;*/
/*}*/
.c-payment-box {
    display: none;
}
.wc_payment_method {
    cursor: pointer;
}
.wc_payment_method.payment_method_da_payment_shield {
    display: none;
}
