/* EU related */
body.app-mode-enabled header.header,
body.app-mode-enabled .storefront-breadcrumb,
body.app-mode-enabled footer.footer,
/* US related */
body.app-mode-enabled header#masthead,
body.app-mode-enabled .header-widget-region,
body.app-mode-enabled footer#colophon {
    display: none;
}

body.app-mode-enabled #page {
    padding-top: 30px;
}

body.app-mode-enabled #main .entry-header {
    padding-bottom: 32px;
}

body.app-mode-enabled #main .entry-header .entry-title {
    font-size: 24px;
    font-weight: 500;
    text-align: center;
}

#payment .back-button {
    display: none;
}

body.app-mode-enabled #payment .back-button {
    display: inline-block;
}

body.app-mode-enabled #payment .form-row.place-order {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: white;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    justify-content: space-between;
    align-items: center;
    display: flex;
    margin: 0 !important;
    z-index: 999999;
    flex: 1 1 0;
    border-top: 0.5px #EAEAEB solid;
    padding: 10px 24px;
    gap: 16px;
}

#payment .woocommerce-terms-and-conditions-wrapper {
    background-color: #f5f5f5;
    padding: 1.41575em;
    margin-top: 2.617924em;
}

#payment .form-row.place-order {
    margin-top: 0;
}

body.app-mode-enabled #payment .form-row.place-order .back-button {
    width: auto;
    padding: 16px;
    background: #EAEAEB;
    border-radius: 5px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    display: flex;
    color: #333333;
    font-size: 14px;
    font-family: Steradian, sans-serif;
    font-weight: 700;
    word-wrap: break-word;
    min-width: 150px;
    line-height: 14px;
}

body.app-mode-enabled #payment .form-row.place-order #place_order {
    width: auto;
    padding: 16px;
    background: #F7C66B;
    border-radius: 5px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    display: flex;
    color: #333333;
    font-size: 14px;
    font-family: Steradian, sans-serif;
    font-weight: 700;
    word-wrap: break-word;
    min-width: 150px;
    line-height: 14px;
}

body.woocommerce-checkout input[type="text"],
body.woocommerce-checkout input[type="number"],
body.woocommerce-checkout input[type="email"],
body.woocommerce-checkout input[type="tel"],
body.woocommerce-checkout input[type="url"],
body.woocommerce-checkout input[type="password"],
body.woocommerce-checkout input[type="search"],
body.woocommerce-checkout textarea,
body.woocommerce-checkout .input-text {
    padding: 0.2em 0.6em;
}

body.woocommerce-checkout .show-password-input {
    padding: 0.3em 0.6em;
}

body.woocommerce-checkout .select2-container .select2-selection--single {
    height: 34px;
}

body.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 5px;
    right: 6px;
}

body.woocommerce-checkout .select2-container .select2-selection--single .select2-selection__rendered {
    padding: 0.2em 0.6em;
}

/* Hubspot fix */
body.woocommerce-checkout #hubspot-messages-iframe-container {
    display: none !important;
}

/* US related */
body.app-mode-enabled .tribe-checkout-backlinks {
    display: none;
}

body.app-mode-enabled.left-sidebar .content-area {
    width: 100%;
}
