/* - - - - - CHECKOUT - - - - - */

body#checkout #content-wrapper .page-title {
    display: none !important;
}

body#checkout #desktop-header {
    display: none !important;
}

body#checkout #footer-container-main {
    display: none !important;
}

.checkout_logo .checkout_big_container {
    padding: 20px 0px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffff !important;
}

.checkout_logo {
    margin-bottom: 20px;
}

#checkout #wrapper {
    padding-top: unset !important;
}

#blockcart-content .btn.btn-secondary.btn-block,
#blockcart-modal .btn.btn-secondary.btn-block {
    display: none !important;
}

body#checkout section.checkout-step .payment-option {
    background: rgba(204, 204, 204, 0.15);
    padding: 1rem .8rem;
    margin-bottom: 1rem;
    -ms-flex-align: center !important;
    align-items: center !important;
    margin-left: 0;
    margin-right: 0;
}

.payment-option img {
    max-width: 100px;
}

p.login-account a:link:not(.nav-link):not(.btn) {
    color: #333 !important;
}

#checkout #footer-container-first,
#checkout #footer-container-main,
#checkout .elementor-displayWrapperBottomInContainer,
#checkout #header,
#checkout h1.page-title {
    display: none !important;
}

.label_payment,
.payment-option.clearfix {
    display: flex;
    align-items: center;
}

body#checkout section.checkout-step .payment-options .payment-option label {
    vertical-align: middle;
    margin: 0;
    max-width: 85%;
}

#checkout .label_payment,
#checkout .payment-option.clearfix {
    display: flex;
    align-items: center;
}

.payment-options .payment-option {
    background-color: #ffffff;
    padding: 10px;
}

.row.carrier-hasLogo {
    flex-wrap: nowrap !important;
}

#checkout .additional-information {
    display: none !important;
}

#cart-summary-product-list {
    display: block !important;
}

#checkout .text-muted.pull-right {
    display: none !important;
}