/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

/* CSS CABECERA */
body.desactivar-scroll {
    margin: 0;
    height: 100%;
    overflow: hidden;
}

#site-header {
    padding: 15px;
}

#site-header .site-logo>a {
    line-height: 0;
}

#site-header .site-navigation ul.menu>li.menu-item:last-child>a {
    padding-right: 0;
}

body.menu-fixed-al-subir #site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #191919;
    z-index: 99;
    transition: all 0.3s ease;
}

body.menu-fixed-al-subir.admin-bar #site-header {
    top: 32px;
}

#cerrar-menu-closa>div>i.eicon-menu-bar:before {
    content: "\e87f";
    font-size: 25px;
}

body.menu-fixed-al-subir #site-header .site-logo img {
    width: 100%;
    height: 50px;
}

body.menu-fixed-al-subir>div.elementor {
    padding-top: 100px;
}

.site-navigation-dropdown {
    position: fixed;
    margin-block-start: 0px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 100;
    display: flex;
    flex-wrap: wrap;
    background-color: rgb(0 0 0 / 30%);
    transition: none;
}

.site-navigation-dropdown>div {
    background-color: #ffffff;
    width: 75%;
    left: -75%;
    position: relative;
    transition: left 0.5s ease-in-out;
}

.site-navigation-toggle-holder.elementor-active+.site-navigation-dropdown>div {
    left: 0;
}

.site-navigation-dropdown .site-logo>a {
    display: block;
    line-height: 0;
}

.site-navigation-dropdown ul.menu {
    position: static;
    display: block;
    overflow-y: scroll;
    height: calc(100vh - 75px);
}

.site-navigation-dropdown .menu-menu-principal-container {
    height: 100%;
}

.site-navigation-dropdown .cabecera-menu-desplegado {
    padding: 5px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 75px;
}

.site-navigation-toggle-holder .site-navigation-toggle {
    background-color: transparent;
}

.eicon-menu-bar:before {
    font-size: 25px;
}

.site-navigation-dropdown ul.menu li.menu-item-has-children>span {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    text-align: center;
    width: 15%;
    max-height: 64px;
}

#site-header nav:not(.site-navigation-dropdown) ul.menu li.menu-item-has-children>span {
    display: none;
}

.site-navigation-dropdown ul.menu li.menu-item-has-children>span:after {
    display: block;
    content: "▾";
    font-size: 1.5em;
}

.site-navigation-dropdown ul.menu li.menu-item-has-children.elementor-active>span:after {
    content: "▴";
}

/* FIN CSS CABECERA */

/* CSS PIE */

.footer-top-columns>div {
    width: 100%;
}

.site-footer:not(.footer-stacked) .footer-inner .copyright {
    max-width: initial;
    width: 100%;
}

.site-footer:not(.footer-stacked) .footer-inner .copyright p {
    text-align: center;
    display: block;
    width: 100%;
}

footer#site-footer {
    padding: 5px 0;
}

.site-footer .footer-inner.footer-top-columns {
    flex-wrap: nowrap;
}

@media (max-width: 1000px) {
    .site-footer .footer-inner.footer-top-columns {
        flex-wrap: wrap;
    }

    .footer-top-columns>div {
        width: 50%;
    }
}

@media (max-width: 767px) {
    .footer-top-columns>div {
        width: 100%;
    }
}

/* FIN CSS PIE */

/* FORMULARIO CONJUNTO */

.invalid .wpcf7-response-output,
.unaccepted .wpcf7-response-output,
.spam .wpcf7-response-output {
    color: #721c24 !important;
    background-color: #f8d7da !important;
    border: 1px solid #f5c6cb !important;
    padding: 0.75rem 1.25rem;
    border-radius: 0.25rem;
}

span.wpcf7-not-valid-tip {
    color: #dc3232 !important;
    font-size: 11px;
}

.wpcf7-response-output {
    font-size: 12px;
    line-height: 1.5rem !important;
}

.sent .wpcf7-response-output {
    color: #155724 !important;
    background-color: #d4edda !important;
    border: 1px solid #c3e6cb !important;
    padding: 0.75rem 1.25rem;
    border-radius: 0.25rem;
}

.fila-dos-columnas>p {
    display: flex;
    flex-wrap: wrap;
}

.wpcf7-form div.fila-dos-columnas>p>label {
    width: calc(50% - 15px);
}

.wpcf7-form div>p>label {
    width: 100%;
}

.wpcf7-list-item-label a:hover {
    text-decoration: underline;
}

.submitting .wpcf7-spinner {
    display: inline-block;
}

.wpcf7-spinner {
    display: none;
}

.screen-reader-response {
    display: none !important;
}

span.wpcf7-list-item-label {
    margin-left: 7px;
}

/* FIN FORMULARIO CONJUNTO */

/* FORMULARIO 1 */

.page-id-98 .wpcf7-form div>p>label {
    position: relative;
}

.page-id-98 .wpcf7-form div>p>label>span:not(.wpcf7-form-control-wrap) {
    position: absolute;
    padding: 0 14px;
    top: -11px;
    left: 20px;
    background-color: #ffffff;
    font-size: 15px;
    line-height: 22.5px;
    color: #343434;
    z-index: 5;
}

.page-id-98 input[type=date],
.page-id-98 input[type=email],
.page-id-98 input[type=number],
.page-id-98 input[type=password],
.page-id-98 input[type=search],
.page-id-98 input[type=tel],
.page-id-98 input[type=text],
.page-id-98 input[type=url],
.page-id-98 select,
.page-id-98 textarea {
    border: 1.5px solid #343434;
    background-color: rgba(255, 255, 255, .6);
    font-size: 14px;
    line-height: 14px;
    padding: 17px 20px;
    border-radius: 0px;
    margin-bottom: 20px;
}

.page-id-98 .wpcf7-form div.fila-dos-columnas>p>label:first-child {
    margin-right: 15px;
}

.page-id-98 .wpcf7-form div.fila-dos-columnas>p>label:last-child {
    margin-left: 15px;
}

.page-id-98 .wpcf7-form div>p textarea {
    margin-bottom: 0;
}

.page-id-98 .boton-formulario>p {
    text-align: center;
}

.page-id-98 .boton-formulario [type=submit] {
    background-color: #343434;
    color: #fff;
    border: 0px;
    padding: 0 38px;
    font-size: 16px;
    font-weight: 500;
    min-height: 55px;
    border-radius: 3px;
    line-height: 24px;
}

.page-id-98 .texto-contacto-subtitulo {
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
}

/* FIN FORMULARIO 1 */

/* FORMULARIO 2 */

.page-id-114 .wpcf7-form div>p>label {
    color: #fff;
    text-align: center;
}

.page-id-114 .wpcf7-form div>p>label>span {
    padding-bottom: 7px;
    display: block;
}

.page-id-114 .wpcf7-form div>p>label>span>span {
    color: #dfdfdf;
}

.page-id-114 .wpcf7-form div>p>label textarea,
.page-id-114 .wpcf7-form div>p>label input {
    background: #000;
    border: 0;
    border-bottom: 1px solid #fff;
}

.page-id-114 .wpcf7-form div>p>label textarea {
    height: 150px;
}

.page-id-114 .boton-acceptacion>p {
    text-align: center;
}

.page-id-114 span.wpcf7-list-item-label {
    color: #ffffff;
}

.page-id-114 .boton-formulario>p {
    text-align: center;
}

.page-id-114 .boton-formulario [type=submit] {
    background-color: #dddddd;
    color: #000;
    padding: 10px 20px;
    border: 1px solid transparent;
    border-radius: 0;
}

.iconos-rrss {
    max-width: 100%;
    display: flex;
}

.iconos-rrss>a {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-right: 20px;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 13px;
}

.iconos-rrss>a>i {
    border: 1px solid #FFF;
    width: 40px;
    height: 40px;
    transition: all 0.1s linear;
    margin-bottom: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.iconos-rrss>a:hover>i {
    background-color: #ffffff;
    border-color: #000000;
    color: #000000;
}

.iconos-rrss i:before {
    font-size: 24px;
}

/* FIN FORMULARIO 2 */


.elementor-wc-products ul.products li.product .price ins {
    color: #000000;
    text-decoration: none !important;
}

.woocommerce ul.products li.product .button {
    margin: 0;
}


.copyright.show a {
    color: #FFF;
}

.woocommerce-message {
    display: none;
}

.woocommerce-cart.full-width-content .content,
.woocommerce-checkout.full-width-content .content {
    max-width: 100%;
}

.woocommerce-cart .woocommerce table.shop_table td.actions {
    border-top: 1px solid #e6e6e6;
    background: #f7f7f7;
    border-bottom: 0px solid #e6e6e6;
}

.woocommerce-cart .entry-content form {
    width: 60%;
    float: left;
}

.woocommerce-cart .woocommerce .cart-collaterals {
    width: 33%;
    float: right;
}

.woocommerce-cart .woocommerce .cart-collaterals h2 {
    display: none;
}

.woocommerce-cart .woocommerce .cart-collaterals .cart_totals {
    width: 100%;
}


#add_payment_method .cart-collaterals .cart_totals tr th,
.woocommerce-cart .cart-collaterals .cart_totals tr th,
.woocommerce-checkout .cart-collaterals .cart_totals tr th,
#add_payment_method table.cart th,
.woocommerce-cart table.cart th,
.woocommerce-checkout table.cart th,
.woocommerce-checkout table.shop_table th {
    color: #191919;
    font-size: 14px;
    font-size: 16px;
}

#add_payment_method .cart-collaterals .cart_totals tr td,
.woocommerce-cart .cart-collaterals .cart_totals tr td,
.woocommerce-checkout .cart-collaterals .cart_totals tr td,
#add_payment_method table.cart td,
.woocommerce-cart table.cart td,
.woocommerce-checkout table.cart td,
.woocommerce-checkout table.shop_table td {
    color: #555;
    font-size: 16px;
    font-size: 16px;
}

.woocommerce-cart .woocommerce table.shop_table th {
    border-bottom: 2px solid #191919;
}

.woocommerce-cart .woocommerce table.shop_table,
.woocommerce-checkout .woocommerce table.shop_table {
    border: 1px solid #e6e6e6;
    margin: 0;
    text-align: left;
    width: 100%;
    border-collapse: separate;
    border-radius: 0;
    border-bottom: none;
    border-right: none;
    margin-bottom: 35px;
    border-bottom: 1px solid #e6e6e6;
}

body #add_payment_method #payment ul.payment_methods li input,
body.woocommerce-cart #payment ul.payment_methods li input,
body.woocommerce-checkout #payment ul.payment_methods li input {
    width: auto;
    margin: -2px .5em 0 0;
}

body .woocommerce form .form-row .input-checkbox {
    width: auto;
    margin: -2px 5px 0 0;
}

#add_payment_method .cart-collaterals .cart_totals tr td,
#add_payment_method .cart-collaterals .cart_totals tr th,
body.woocommerce-cart .cart-collaterals .cart_totals tr td,
body.woocommerce-cart .cart-collaterals .cart_totals tr th,
body.woocommerce-checkout .cart-collaterals .cart_totals tr td,
body.woocommerce-checkout .cart-collaterals .cart_totals tr th,
body .woocommerce table.shop_table th {
    border-top: none;
    border-bottom: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    text-align: right;
    padding: 10px 20px;
}

body #add_payment_method table.cart td,
body #add_payment_method table.cart th,
body.woocommerce-cart table.cart td,
body.woocommerce-cart table.cart th,
body.woocommerce-checkout table.cart td,
body.woocommerce-checkout table.cart th {
    border-right: 1px solid #e6e6e6;
}

.woocommerce-cart .cart-collaterals .cart_totals table th {
    border-bottom: 1px solid #e6e6e6;
}

body .woocommerce #respond input#submit.alt,
body .woocommerce a.button.alt,
body .woocommerce button.button.alt,
body .woocommerce input.button.alt {
    background: #191919 !important;
    font-weight: 500;
}

body .woocommerce #respond input#submit.alt:hover,
body .woocommerce a.button.alt:hover,
body .woocommerce button.button.alt:hover,
body .woocommerce input.button.alt:hover {
    background: #191919 !important;
}

body .woocommerce .cart .button,
body .woocommerce .cart input.button,
body .woocommerce #respond input#submit,
body .woocommerce a.button,
body .woocommerce button.button,
body .woocommerce input.button {
    background: #191919 !important;
    color: #fff;
    font-weight: 500;
    border-radius: 40px;
}

body .woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
    float: right;
    width: 100%;
    display: block;
    text-align: center;
    margin-bottom: 0;
    font-size: 1.25em;
    padding: 1em;
    border-radius: 40px;
    margin-top: .5em;
}

body .woocommerce form .form-row-first,
body .woocommerce form .form-row-last,
body .woocommerce-page form .form-row-first,
body .woocommerce-page form .form-row-last {
    width: 49%;
}

body .woocommerce #respond input#submit.disabled,
body .woocommerce #respond input#submit:disabled,
body .woocommerce #respond input#submit:disabled[disabled],
body .woocommerce a.button.disabled,
body .woocommerce a.button:disabled,
body .woocommerce a.button:disabled[disabled],
body .woocommerce button.button.disabled,
body .woocommerce button.button:disabled,
body .woocommerce button.button:disabled[disabled],
body .woocommerce input.button.disabled,
body .woocommerce input.button:disabled,
body .woocommerce input.button:disabled[disabled] {
    background: #ccc;
}


body .woocommerce a.checkout-button.button.alt {
    border-radius: 40px;
}

body .woocommerce #content table.cart td.actions .coupon,
body .woocommerce table.cart td.actions .coupon {
    width: 68%;
}

body #add_payment_method table.cart td.actions .coupon .input-text,
body.woocommerce-cart table.cart td.actions .coupon .input-text,
body.woocommerce-checkout table.cart td.actions .coupon .input-text {
    padding: 8px 6px 7px;
    width: 65%;
}

body .woocommerce table.shop_table td {
    padding: 15px;
}

body .woocommerce-checkout table.shop_table td {
    text-align: right;
    border-right: 1px solid #e6e6e6;
    border-top: 0;
}

.woocommerce a.remove {
    margin: 0 auto;
}

.woocommerce-cart .woocommerce table.shop_table th.product-remove,
.woocommerce-cart .woocommerce table.shop_table th.product-name {
    text-align: center;
}

.woocommerce-cart .woocommerce table.shop_table th.product-price,
.woocommerce-cart .woocommerce table.shop_table th.product-quantity,
.woocommerce-cart .woocommerce table.shop_table th.product-subtotal {
    text-align: right;
}

.woocommerce-cart .woocommerce table.shop_table .cart_item td.product-price,
.woocommerce-cart .woocommerce table.shop_table .cart_item td.product-quantity,
.woocommerce-cart .woocommerce table.shop_table .cart_item td.product-subtotal {
    text-align: right;
}

.woocommerce-checkout #add_payment_method #payment ul.payment_methods li,
.woocommerce-checkout #payment ul.payment_methods li {
    list-style: none;
}

.woocommerce-checkout .woocommerce .col2-set {
    width: 47.8260869565%;
    float: left;
    margin-right: 4.347826087%;
}

.woocommerce-checkout .woocommerce .col2-set .col-1,
.woocommerce-checkout .woocommerce .col2-set .col-2 {
    margin-bottom: 2em;
    width: 100%;
    float: none;
}

.woocommerce-checkout #order_review_heading,
.woocommerce-checkout #order_review {
    background: #fff;
    width: 47.8260869565%;
    float: right;
    margin-right: 0;
}

.woocommerce-checkout #ship-to-different-address-checkbox {
    width: auto;
    float: right;
    margin-left: 15px;
    margin-top: 10px;
    opacity: 1;
    position: static;
}

.woocommerce-checkout #ship-to-different-address label {
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    margin: 0;
    margin-bottom: 1em;
    padding: 0;
    text-transform: uppercase;
    color: #000;
}

.woocommerce-checkout .woocommerce form .form-row.create-account label {
    padding-top: 2px;
    font-weight: bold;
}

.woocommerce-checkout .payment-fixed {
    position: fixed;
    z-index: 9;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 6px 2em;
    left: 52%;
    margin-left: 0;
    padding: 20px;
    top: 0;
    width: 45.5% !important;
    -webkit-transition: padding .1s ease-in;
    -moz-transition: padding .1s ease-in;
    -o-transition: padding .1s ease-in;
    -ms-transition: padding .1s ease-in;
    transition: padding .1s ease-in;
}

.product-shipping-message {
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    padding: 10px 0px;
    border-top: 1px solid #139248;
    border-bottom: 1px solid #139248;
}

body .woocommerce table.shop_table tbody th,
body .woocommerce table.shop_table tfoot td,
body .woocommerce table.shop_table tfoot th {
    border-bottom: none;
}

body .woocommerce form .form-row input.input-text,
body .woocommerce form .form-row textarea {
    max-width: 100%;
}

body .woocommerce .product-name a {
    color: #000;
    pointer-events: none;
    cursor: default;
}

@media only screen and (max-width: 1139px) {
    .woocommerce-cart .entry-content form {
        width: 64%;
    }
}

@media only screen and (max-width: 980px) {

    .woocommerce-cart .entry-content form {
        width: 80%;
        float: none;
        margin: 0 auto;
    }

    .woocommerce-cart .woocommerce .cart-collaterals {
        width: 80%;
        float: None;
        margin: auto;
    }

    body .woocommerce #content table.cart td.actions .coupon,
    body .woocommerce table.cart td.actions .coupon {
        width: 100%;
    }

    body #add_payment_method table.cart td.actions .coupon .input-text,
    body.woocommerce-cart table.cart td.actions .coupon .input-text,
    body.woocommerce-checkout table.cart td.actions .coupon .input-text {
        width: 48%;
    }
}

@media only screen and (max-width: 650px) {

    .woocommerce-cart .entry-content form {
        width: 100%;

    }

    .woocommerce-cart .woocommerce .cart-collaterals {
        width: 100%;

    }

    .woocommerce-checkout .woocommerce .col2-set {
        width: 100%;
        float: none;
        margin-right: 0;
    }

    .woocommerce-checkout #order_review_heading,
    .woocommerce-checkout #order_review {
        width: 100%;
        float: none;
    }

}

.woocommerce-info,
.woocommerce-info::before {
    border-top-color: #191919;
    color:#191919;
}

/**
 * My Account
 */

 .woocommerce-account .woocommerce-MyAccount-navigation {
	width: 20%;
}

.woocommerce-account .woocommerce-MyAccount-content {
  display: inline-block;
  float: left;
  margin-left: 5%;
  width: 75%;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
    padding: 0;
	border-top: 1px solid #eee;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li {
	list-style: none;
	border-bottom: 1px solid #eee;
	padding-bottom: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a:before {
	opacity: 1;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
	padding: 10px 5px;
	display: block;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a:before {
	margin-right: 20px;
    opacity: .25;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover:before {
	opacity: 1;
}

.woocommerce-account .woocommerce-MyAccount-content h2 {
	font-size: 25px;
    text-align: center;
	font-weight: 600;
}

.woocommerce-account p.order-again {
    text-align: right;
}

.woocommerce-account .woocommerce-EditAccountForm input[type="submit"] {
    margin-top: 50px;
    float: right;
}

/* --> CARRITO <-- */

.sidebar-content {
    position: absolute;
    height: 100vh;
    top: 0;
    right: 0;
    background-color: #f1f1f1;
    width: 0px;
    transition: all 0.6s ease;
    z-index: 99999;
    display: none;
}

.sidebar-content.active {
    width: auto;
    background-color: #191919;
    display: block;
}

.widget_shopping_cart {
    padding: 20px 50px 40px;
}

.toggle-sidebar.dentro {
    margin-left: 40px;
    margin-top: 40px !important;
}

a.usuario>i {
    font-size: 20px;
}

.woocommerce .widget_shopping_cart .total,
.woocommerce.widget_shopping_cart .total {
    border-top: none;
    padding: 10px 0 0;
}

li.woocommerce-mini-cart-item.mini_cart_item>a,
td.product-name>a {
    color: #191919;
    font-weight: 500 !important;
}

li.woocommerce-mini-cart-item.mini_cart_item>a:hover,
td.product-name>a:hover {
    color: #000;
    font-weight: 500 !important;
}

li.woocommerce-mini-cart-item.mini_cart_item {
    border-bottom: 1px solid #f1f1f1;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.woocommerce a.remove:hover {
    color: #fff !important;
    background: #000;
}

.woocommerce a.remove {
    color: #000 !important;
}

.woocommerce .widget_shopping_cart .cart_list li,
.woocommerce.widget_shopping_cart .cart_list li {
    padding-left: 2em;
    position: relative;
    padding-bottom: 10px;
}

a.button.wc-forward,
a.checkout-button.button.alt.wc-forward,
button#place_order,
.woocommerce-Button.button {
    background: #000;
    color: #FFF;
    border: 1px solid transparent;
    border-radius: 10px;
}

a.button.wc-forward:hover,
a.checkout-button.button.alt.wc-forward:hover,
button#place_order:hover,
.woocommerce-Button.button:hover {
    background: #000;
    color: #ffffff;
    border: 1px solid transparent;
}

input.input-text,
textarea.input-text {
    background-color: transparent;
    border: 1px solid #191919;
}

.woocommerce-info {
    border-top: #000;
    color: #191919;
}

.woocommerce-info>a,
a.woocommerce-privacy-policy-link {
    color: #191919;
}

.woocommerce-info>a:hover,
a.woocommerce-privacy-policy-link:hover {
    color: #707070;
}


.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
    position: sticky;
    top: 0;
    left: 0;
}

a.remove.remove_from_cart_button {
    color: #191919 !important;
}

a.remove.remove_from_cart_button:hover {
    color: #191919 !important;
}

/* --> MI CUENTA <-- */

.woocommerce-account .woocommerce-MyAccount-navigation {
    width: 20%;
}

.woocommerce-account .woocommerce-MyAccount-content {
    display: inline-block;
    float: left;
    margin-left: 5%;
    width: 75%;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
    padding: 0;
    border-top: 1px solid #191919;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li {
    list-style: none;
    border-bottom: 1px solid #191919;
    padding-bottom: 0;
}


.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
    padding: 10px 5px;
    display: block;
}

.woocommerce-account .woocommerce-MyAccount-content h2 {
    font-size: 25px;
    text-align: center;
    font-weight: 600;
}

.woocommerce-account p.order-again {
    text-align: right;
}

.woocommerce-account .woocommerce-EditAccountForm input[type="submit"] {
    margin-top: 50px;
    float: right;
}

.woocommerce a {
    color: #000;
}

.woocommerce a:hover {
    color: #707070;
}

.woocommerce a.usuario {
    color: #191919;
}

.elementor-page-10 .woocommerce nav a {
    background-color: #f1f1f1;
    color: #191919;
}


.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
    width: 200px;
}

.woocommerce-MyAccount-content a {
    color: #191919;
    text-decoration: underline;
}

div#mini-cart-count {
    position: absolute;
    bottom: -9px;
    background-color: #FFF;
    border-radius: 100%;
    padding: 0px 8px;
    right: -9px;
    box-shadow: 0px 0px 10px -2px #00000066;
}

button.toggle-sidebar,
a.usuario i {
    border: 0;
    padding: 10px;
    color: #FFF;
    font-size: 16px;
    position: relative;
}

button.toggle-sidebar:hover,
a.usuario:hover,
button.toggle-sidebar:focus,
a.usuario:focus {
    color: #eee;
    background: none;
}

section#block-2 {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

.widget-carrito {
    display: flex;
}

.toggle-sidebar.dentro,
h2.widgettitle,
li.woocommerce-mini-cart-item.mini_cart_item>a,
td.product-name>a,
.woocommerce-mini-cart span.quantity,
p.woocommerce-mini-cart__total.total {
    color: #FFF;
}

p.woocommerce-mini-cart__buttons.buttons>a {
    background-color: #eee;
    color: #FFF;
    border-radius: 0px;
}

section#woocommerce_product_categories-2 ul {
    padding: 10px 20px;
}

/* FIN CARRITO */

.site-navigation {
    display: flex;
    align-items: center;
    width: 75%;
    justify-content: flex-end;
}

.woocommerce-mini-cart__buttons.buttons a.button.checkout.wc-forward {
    background-color: #FFF !important;
    color: #000;
}

section.woocommerce-columns.woocommerce-columns--2.woocommerce-columns--addresses.col2-set.addresses {
    display: flex;
    margin: 0;
    gap: 30px;
    width: 100%;
}

p.woocommerce-mini-cart__empty-message {
    color: #FFF;
}

img.custom-logo {
    height: 60px;
    width: 100%;
}

i.eicon-menu-bar {
    color: #FFF;
}

.widget-carrito.movil {
    display: none;
}

@media screen and (max-width: 1024px) {
    .site-branding.show-logo {
        order: 2;
    }

    a.usuario {
        display: none;
    }

    .widget-carrito {
        order: 3;
    }

    .site-navigation-toggle-holder {
        padding: 0px;
    }

    .wpcf7-form div.fila-dos-columnas>p>label {
        width: 100%;
        margin: 0 !important;
    }
}

.cabecera-menu-desplegado {
    background-color: #191919;
}

.site-navigation-dropdown ul.menu li.current-menu-item a {
    color: #fff;
    background: #383838;
}

/* BARRA CABECERA */
#site-header {
    flex-direction: column;
    padding: 0px;
}

.site-header .header-inner {
    padding: 15px;
} 

.barra-superior-cabecera {
    padding: 5px 10px;
    color: #FFF;
    font-size: 14px;
    letter-spacing: 1px;
    background-color: #000;
}

.barra-superior-cabecera div.barra-interior-superior {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.barra-superior-cabecera div.columna-cabecera div {
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: center;
}

.barra-superior-cabecera div.columna-cabecera:last-child a {
    display: flex;
    align-items: center;
    color: #FFF;
}

.barra-superior-cabecera div.columna-cabecera:last-child i {
    font-size: 16px;
}


.barra-superior-cabecera p {
    margin-bottom: 0px;
}

.barra-superior-cabecera p i,
.barra-superior-cabecera a i{
    margin-right: 10px;
}

.columna-cabecera {
    display: flex;
    align-items: center;
}

.barra-superior-cabecera {
    transition: all 0.2s ease;
}

.menu-fixed-al-subir .barra-superior-cabecera {
    display: none;
}

@media screen and (max-width: 768px) {
    .barra-superior-cabecera a span {
        display: none;
    }

    .barra-superior-cabecera div.columna-cabecera:last-child i {
        font-size: 20px;
    }
    .barra-superior-cabecera {
        padding: 10px;
    }
}