.elementor-2868 .elementor-element.elementor-element-c4a8029{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-2868 .elementor-element.elementor-element-c4a8029:not(.elementor-motion-effects-element-type-background), .elementor-2868 .elementor-element.elementor-element-c4a8029 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}/* Start custom CSS for shortcode, class: .elementor-element-8620515 *//* CONTENEDOR GENERAL */
.woocommerce {
background:#ffffff;
color:#111;
max-width:900px;
margin:auto;
}

/* MENU LATERAL */
.woocommerce .woocommerce-MyAccount-navigation {
background:#ffffff;
border:2px solid #000;
border-radius:8px;
padding:20px;
}

/* quitar puntos del menú */
.woocommerce .woocommerce-MyAccount-navigation ul {
list-style:none;
padding-left:0;
margin-left:0;
}

.woocommerce .woocommerce-MyAccount-navigation li {
list-style:none;
}

/* enlaces menú */
.woocommerce .woocommerce-MyAccount-navigation a {
color:#000;
display:block;
padding:10px 0;
text-decoration:none;
font-weight:500;
border-bottom:1px solid #e5e5e5;
}

/* hover menú */
.woocommerce .woocommerce-MyAccount-navigation a:hover {
opacity:0.6;
}

/* CONTENIDO PANEL */
.woocommerce .woocommerce-MyAccount-content {
background:#ffffff;
border:2px solid #000;
border-radius:8px;
padding:25px;
color:#000;
}

/* INPUTS FORMULARIOS */
.woocommerce input,
.woocommerce textarea,
.woocommerce select {
background:#ffffff;
border:1px solid #000;
color:#000;
padding:10px;
border-radius:6px;
width:100%;
}

/* placeholder */
.woocommerce input::placeholder,
.woocommerce textarea::placeholder {
color:#666;
}

/* focus inputs */
.woocommerce input:focus,
.woocommerce textarea:focus,
.woocommerce select:focus {
outline:none;
border-color:#000;
background:#fff;
color:#000;
}

/* BOTONES */
.woocommerce button.button,
.woocommerce a.button {
background:#2b2b2b;
color:#ffffff;
border:none;
padding:12px 18px;
border-radius:6px;
cursor:pointer;
}

/* hover botones */
.woocommerce button.button:hover,
.woocommerce a.button:hover {
background:#444;
}

/* LINKS PANEL */
.woocommerce .woocommerce-MyAccount-content a {
color:#000;
}

/* ICONO MOSTRAR PASSWORD */
.woocommerce .show-password-input {
background:transparent;
border:none;
color:#000;
cursor:pointer;
}

.woocommerce .show-password-input:hover {
opacity:0.6;
}/* End custom CSS */