.elementor-6 .elementor-element.elementor-element-34484346{--display:flex;}.elementor-widget-text-editor{font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-6 .elementor-element.elementor-element-32defa2a{font-weight:400;}/* Start custom CSS for text-editor, class: .elementor-element-32defa2a */.wc-proceed-to-checkout {
    display: none !important;
}

.shopkeeper-continue-shopping {
    display: none !important;
}

.coupon {
    display: none !important;
}

/* Reposition the WhatsApp button */
.div_evowap_btn {
    position: relative;
    top: -20px; /* Adjust this value as needed to fine-tune position */
    margin-left: 740px;
    width: 300px; /* Match the original checkout button's width or container */
    display: flex;
    justify-content: center;
}

.div_evowap_btn #evowap_btn {
    background-color: #25D366;
    color: white;
    padding: 12px 24px;
    border-radius: 5px;
    font-weight: bold;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: 100%; /* Stretch to parent width */
    justify-content: center; /* Center content inside */
}

/* Responsive styles for tablets */
@media (max-width: 1024px) {
    .div_evowap_btn {
        top: -100px;
        margin-left: auto;
        margin-right: auto;
        width: 90%; /* Use most of the container width */
    }
}

/* Responsive styles for mobile */
@media (max-width: 767px) {
    .div_evowap_btn {
        top: 0; /* Remove offset for vertical stacking */
        margin-left: auto;
        margin-right: auto;
        width: 90%;
        position: static; /* Let it flow naturally */
        padding: 20px 0;
    }

    .div_evowap_btn #evowap_btn {
        font-size: 16px;
        padding: 14px 20px;
    }
}/* End custom CSS */