.elementor-540 .elementor-element.elementor-element-760568f0{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:50px;--padding-bottom:100px;--padding-left:0px;--padding-right:0px;}.elementor-540 .elementor-element.elementor-element-ef1bd4d .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce-EditAccountForm .button, .elementor-540 .elementor-element.elementor-element-ef1bd4d .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce-address-fields .button, .elementor-540 .elementor-element.elementor-element-ef1bd4d .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .login .button, .elementor-540 .elementor-element.elementor-element-ef1bd4d .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .register .button, .elementor-540 .elementor-element.elementor-element-ef1bd4d .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .woocommerce-ResetPassword .button, .elementor-540 .elementor-element.elementor-element-ef1bd4d #add_payment_method #payment #place_order{background-color:var( --e-global-color-primary );}.elementor-540 .elementor-element.elementor-element-ef1bd4d .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce-EditAccountForm .button:hover, .elementor-540 .elementor-element.elementor-element-ef1bd4d .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce-address-fields .button:hover, .elementor-540 .elementor-element.elementor-element-ef1bd4d .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .login .button:hover, .elementor-540 .elementor-element.elementor-element-ef1bd4d .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .register .button:hover, .elementor-540 .elementor-element.elementor-element-ef1bd4d .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .woocommerce-ResetPassword .button:hover, .elementor-540 .elementor-element.elementor-element-ef1bd4d #add_payment_method #payment #place_order:hover{background-color:var( --e-global-color-secondary );}.elementor-540 .elementor-element.elementor-element-ef1bd4d .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .shop_table .button, .elementor-540 .elementor-element.elementor-element-ef1bd4d .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .order-again .button, .elementor-540 .elementor-element.elementor-element-ef1bd4d .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .woocommerce-pagination .button, .elementor-540 .elementor-element.elementor-element-ef1bd4d .e-my-account-tab:not(.e-my-account-tab__dashboard--custom).e-my-account-tab__payment-methods .woocommerce-MyAccount-content-wrapper .button{background-color:var( --e-global-color-primary );}.elementor-540 .elementor-element.elementor-element-ef1bd4d .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .shop_table .button:hover, .elementor-540 .elementor-element.elementor-element-ef1bd4d .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .order-again .button:hover, .elementor-540 .elementor-element.elementor-element-ef1bd4d .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .woocommerce-pagination .button:hover, .elementor-540 .elementor-element.elementor-element-ef1bd4d .e-my-account-tab:not(.e-my-account-tab__dashboard--custom).e-my-account-tab__payment-methods .woocommerce-MyAccount-content-wrapper .button:hover{background-color:var( --e-global-color-secondary );}.elementor-540 .elementor-element.elementor-element-ef1bd4d{--forms-buttons-normal-text-color:var( --e-global-color-ca3a7fe );--forms-buttons-hover-text-color:var( --e-global-color-primary );--tables-button-normal-text-color:var( --e-global-color-secondary );}.elementor-540 .elementor-element.elementor-element-ef1bd4d .shop_table .button:hover, .elementor-540 .elementor-element.elementor-element-ef1bd4d .woocommerce-pagination .button:hover, .elementor-540 .elementor-element.elementor-element-ef1bd4d .order-again .button:hover, .elementor-540 .elementor-element.elementor-element-ef1bd4d .e-my-account-tab__payment-methods .woocommerce .woocommerce-MyAccount-content-wrapper .button:hover{color:var( --e-global-color-primary );}@media(max-width:1024px){.elementor-540 .elementor-element.elementor-element-760568f0{--padding-top:50px;--padding-bottom:100px;--padding-left:20px;--padding-right:20px;}}@media(max-width:767px){.elementor-540 .elementor-element.elementor-element-760568f0{--padding-top:50px;--padding-bottom:100px;--padding-left:10px;--padding-right:10px;}}/* Start custom CSS for woocommerce-my-account, class: .elementor-element-ef1bd4d *//* =========================
   SUBSCRIPTION BUTTONS
========================= */

.ywsbs-change-status-buttons-wrapper {
    display: flex;
    gap: 14px;
    margin-top: 20px;
    flex-wrap: wrap;
}

/* BOTONES */
.ywsbs-change-status-buttons-wrapper .ywsbs-open-modal {
    background: #6E7CCB !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 14px;
    padding: 14px 26px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.25s ease;
    box-shadow: 0 6px 18px rgba(110,124,203,0.18);
}

/* HOVER */
.ywsbs-change-status-buttons-wrapper .ywsbs-open-modal:hover {
    background: #E5E37A !important;
    color: #3d3d3d !important;
    transform: translateY(-2px);
    box-shadow: 0 10px 22px rgba(229,227,122,0.22);
}

/* CLICK */
.ywsbs-change-status-buttons-wrapper .ywsbs-open-modal:active {
    transform: scale(0.98);
}

/* MOBILE */
@media(max-width:768px){

    .ywsbs-change-status-buttons-wrapper {
        flex-direction: column;
    }

    .ywsbs-change-status-buttons-wrapper .ywsbs-open-modal {
        width: 100%;
    }

}/* End custom CSS */