Untitled

 avatar
unknown
plain_text
a year ago
5.5 kB
3
Indexable
html body .cart_list .remove,
html body .cart_list .remove:hover {
    color: black !important;
    background: transparent !important;
    border: none !important;
    outline: none !important;
}

html body .checkout .woocommerce-invalid-required-field input {
    border-color: #7e7e7e !important;
}

html body #search-header,
html body #main .breadcrumbs,
html body .checkout #ship-to-invoice-address,
html body #site-icon .btn--cart,
html body .woocommerce-form-coupon-toggle {
    display: none !important;
}

html body #site-icon .btn--account {
    display: flex !important;
    width: max-content !important;
    background-position: center !important;
    position: relative;
}

html body #site-icon .action-icon {
    display: flex;
    justify-content: flex-end !important;
}

html body #site-icon .form_account {
    bottom: 0;
    transform: translateY(100%);
}

html body #content-desktop-header>div:first-child {
    display: flex !important;
    align-items: center;
}

header #content-desktop-header #site-icon {
    flex: 1 !important;
    max-width: unset !important;
    width: 100% !important;
    margin: 0 !important;
}

html body #nav-mobile-toggle {
    width: max-content !important;
    margin: 0 !important;
}

html body header #content-desktop-header {
    margin-top: 0 !important;
    padding-bottom: 10px !important;
    padding-top: 10px !important;
}

html body .eg-coupon-toggle-cta {
    font-size: 15px !important;
    cursor: pointer;
    display: block;
    text-decoration: underline;
    font-weight: 400;
    text-transform: capitalize;
}

html body .eg-coupon-toggle-cta.eg-show {
    margin-bottom: 4px;
}

html body .eg-coupon-toggle-cta:not(.eg-show)+.eg-coupon-box {
    display: none !important;
}

html body .eg-coupon-block {
    padding: 0 0 10px;
}


html body .eg-coupon-err .woocommerce-error {
    font-size: 13px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

html body .eg-coupon-err .woocommerce-error::before {
    top: 0.8em !important;
}

html body #content {
    padding-top: 98px !important;
}

html body #content::before {
    content: 'Votre commande';
    color: #473917;
    font-size: 1.3em;
    line-height: 1.3em;
    display: flex;
    width: 100%;
    text-align: center;
    justify-content: center;
    font-weight: 500;
    padding-top: 10px;
    padding-bottom: 10px;
}

html body #place_order {
    width: 100% !important;
}

html body .eg-new-progress-step-wrapper {
    display: flex;
    justify-content: space-between;
    grid-gap: 13px;
}

html body .eg-new-step {
    color: #473917;
    font-size: 18px;
    display: flex;
    text-align: center;
    font-weight: 500;
    background-color: #ffffff;
    justify-content: center;
    padding: 5px;
    align-items: center;
    width: 100% !important;
    cursor: pointer;
}


html body .eg-new-step.eg-step-1::before {
    content: '1';
}

html body .eg-new-step.eg-step-2::before {
    content: '2';
}

html body .eg-new-step.eg-step-3::before {
    content: '3';
}

html body .eg-new-step::before {
    color: #473917;
    border: 1px solid #473917;
    width: 25px;
    height: 25px;
    border-radius: 100vmax;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 20px;
    min-width: 25px;
    margin-right: 7px;
}

html body .eg-new-step.eg-active {
    color: #fff;
    background: #473917;
}

html body .eg-new-step.eg-active::before {
    color: #fff;
    border-color: #fff;
}

html body .checkout .progressbar.step1,
html body .checkout .progressbar.step2,
html body .checkout .progressbar.step3 {
    display: none !important;
}


html body .checkout .nfogu_customer_data_chekout {
    margin-top: 28px !important;
}

html body .checkout .error_step:empty {
    display: none !important;
}

html body .checkout [id^="next_to_step"] {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

html body #order_review>.ppc-button-wrapper,
html body #order_review>.ppc-button-wrapper #ppc-button-ppcp-gateway {
    position: static !important;
    margin-top: 0 !important;
}

html body .mentions-legales.confirm-checkout {
    padding-top: 0 !important;
}

@media(min-width:800px) {
    html body #header-nav .nav-parent {
        display: none !important;
    }
}

@media(max-width:800px) {
    header #content-desktop-header .site-branding {
        width: 100% !important;
        display: flex;
        max-width: unset !important;
        justify-content: center !important;
        align-items: center;
        padding: 0 !important;
    }

    header #content-desktop-header .site-branding a {
        width: 50% !important;
    }

    html body #content {
        padding-top: 0px !important;
    }

    html body.woocommerce-checkout .entry-content {
        margin-top: 0 !important;
    }

    html body .eg-coupon-toggle-cta.eg-show {
        margin-bottom: 10px !important;
    }

    html body .checkout .form-row {
        margin-top: 5px !important;
        margin-bottom: 5px !important;
    }

    html body .checkout .woocommerce-form-login-toggle {
        margin-top: 5px !important;
        margin-bottom: 5px !important;
    }

    html body .eg-new-step {
        font-size: 10px !important;
    }

    html body .eg-new-step::before {
        width: 20px;
        min-width: 20px;
        height: 20px;
    }

    html body .eg-new-progress-step-wrapper {
        grid-gap: 10px !important;
    }

    html body .eg-newcpn-input {
        width: 164px !important;
    }
}
Leave a Comment