/*
Theme Name: Dimal
Theme URI: https://karcon.cl/dev/dimal
Author: Rodolfo Aranguiz
Author URI: https://karcon.cl/dev/dimal
*/

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');

.form-busqueda { display: none; }
body { font-family: 'Inter', sans-serif; }
.titulo-grande { min-height: 75px;}

#shipping_fecha_entrega_field { display:none; }

header nav > ul > li > ul.sub-menu > li.menu-item-has-children:after { content: '>'; position: absolute; right: 15px; color: #fff; } 
.icono-menu {     width: 30px; background: #fff; padding: 5px;   border-radius: 50%; margin-right: 10px; }

:root { --Azul: #00325A; --Amarillo:#FBBC05; --Celeste: #008CC4; --Naranjo: #F14429; --RojoAlerta: #E11515; --GrisTextos: #333333; --Negro: #010101; --Naranjo: #FB450C; --Plomo:#E7E3E3; --PlomoBG : #F2EEEE; --GrisLineas: #D7D2D2; }

.bg-primary { background-color: var(--Azul) !important; color: #fff; }
.bg-secondary { background-color: var(--PlomoBG) !important;  }
.btn-custom { background-color: var(--Celeste) !important; color: #fff; }

a { transition: 0.5s all;}
p { font-size: 1em; font-weight: 500; line-height: 155.523%;}
#breadcrumbs a, #breadcrumbs span { font-weight: 400; color: #000; text-decoration: none; }
#breadcrumbs .breadcrumb_last { color: var(--Azul) !important; font-weight: 500;}
.mi_cuenta { text-align: right; line-height: 15px; margin-right:5px; font-size: 0.8rem; }
.link_mi_cuenta { text-decoration: none; color: #000; display: flex; align-items: center; }
.p-relative { position: relative;}
.pull-left { float: left;}
/* CABECERA SITIO  */
.top .barra-texto-top { position: relative;}
.top .barra-texto-top p { background-color: var(--Celeste); position: absolute; left: 0; right: 0; top: -15px; bottom: -15px; display: flex; align-items: center; justify-content: center; border-radius: 0px 0px 10px 10px; }
.top a, .top p { font-size: 0.8rem; }
.sticky-top { position: fixed; top: 0; left: 0; right: 0;}

header .rrss-top img { width: 30px; }
header a:hover { color: var(--Celeste);}
header nav { height: 100%; }
header nav > ul { height: 100%; list-style: none; display: flex; justify-content: center; align-items: center; margin-bottom: 0; }
header nav > ul > li { margin-right: 40px; position: relative;}
header nav > ul > li > a { text-decoration: none; color: var(--Negro, #010101); font-family: Inter; font-size: 1.2em; font-style: normal; font-weight: 600; line-height: normal;     margin: 20px 0; display: inline-block; }
header nav li.current-menu-item > a, header nav li.current_page_item > a { color: var(--Amarillo);}
header nav ul.sub-menu li.current-menu-item ul.sub-menu { display: block; }
/* header nav ul.sub-menu li:first-child ul.sub-menu { display: block; } */
header nav ul.sub-menu > li:hover > ul.sub-menu {display: flex; flex-direction: column; }

header nav > ul > li > ul > li > a { text-decoration: none; margin-bottom: 5px; color: #fff; font-family: Inter; font-size: 0.8em; font-style: normal; font-weight: 600; line-height: 260%; display: flex; flex-direction: row-reverse; position: relative; }
header nav > ul > li > ul > li > a:hover { color: var(--Amarillo);}
header nav > ul > li:hover > ul.sub-menu { display: block; }


header nav > ul li > ul.sub-menu { padding: 10px 0; display: none; position: absolute; background-color: #008cc4; z-index: 99; list-style-type: disclosure-closed; top: 60px; min-width: 260px; }
header nav > ul > li > ul.sub-menu > li { width: 100%; display: block; background-color: #008CC4; display: flex; align-items: center; justify-content: start; padding-left: 40px; }
header nav .sub-menu .sub-menu { padding: 20px 20px; list-style: none; background-color: #fff;  position: relative; font-size: 0.9em; text-transform: uppercase; position: absolute; width: 200px; left: 100%; min-width: unset; top: 0; bottom: 0; height: 100%; }
header nav .sub-menu .sub-menu > li {  width: 100%; display: inline-block; vertical-align: top;  text-transform: capitalize; }
header nav .sub-menu .sub-menu > li > a { color: var(--Negro); text-decoration: none; font-size: 0.9rem;}

header nav .sub-menu .sub-menu .sub-menu { left: 0; position: relative; padding: 0; width: fit-content; height: fit-content; min-height: unset; }
header nav .sub-menu .sub-menu .sub-menu li { width: 100%; font-weight: 400; left: 0; }
header nav .sub-menu .sub-menu .sub-menu li a:hover { color: var(--Azul);}


/* SLIDER PRINCIPAL  */


.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}
.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.carousel-item { position:relative; }
.carousel-item a { position:absolute; left:0; right: 0; top: 0; bottom: 0; }

/* BUSCADOR  */
.buscador { position: relative;}
.buscador a { color: transparent; } 
.buscador a::after { content: ''; background-image: url(public/images/buscador.svg); position: absolute; left: 0; width: 25px; height: 25px; background-size: 80%; background-repeat: no-repeat; background-position: center; }
.buscador a:hover { color: transparent; }
.buscador-form .dgwt-wcas-sf-wrapp { background-color: transparent !important;}
.buscador-form form input[type=search] { width: 100% !important; border: solid 1px #000 !important; padding: 5px 5px 5px 35px !important; border-radius: 5px !important; }
.buscador-form form button[type=submit] {  top: 12px !important; left: 10px !important; }

/* FORMULARIOS CF7  */
.wpcf7-form { }
.wpcf7-form p { }
.wpcf7-form p select, 
.wpcf7-form p input[type=text], 
.wpcf7-form p input[type=password], 
.wpcf7-form p input[type=email], 
.wpcf7-form p input[type=search],
.wpcf7-form p input[type=tel], 
.wpcf7-form p textarea { border: solid 1px var(--GrisLineas); border-radius: 5px; }

.wpcf7-form p input[type=submit] { background-color: var(--Azul); color: #fff; border: none; padding: 5px 30px; text-transform: capitalize; border-radius: 5px}
.wpcf7-form p input[type=submit]:hover { background-color: var(--Naranjo); }
 


/* CABECERA PAGINAS  */
.contenedor-categorias { position: relative;}
.contenedor-categorias .caja-titulo .page-title { color: var(--blanco); font-weight: 900; }
.caja-titulo { position: absolute; top: 0; left: 15%; right: 50%; bottom: 0; color: #fff; display: flex; align-items: start; justify-content: center; flex-direction: column; }


/* MINICART  */
.mini-carrito { position: relative; }
.mini-carrito span { position: absolute; background-color: var(--Azul);  border-radius: 50%; width: 25px; height: 25px; text-align: center; font-weight: bold; right: -10px; top: -10px; }

.menu-mobile { display: none;}
.volver { display: none !important; }

.woocommerce ul.carrusel-destacados.products li.product { width: 100% !important; border: solid 1px #D7D2D2;}
.woocommerce ul.products li.product .onsale { display: flex !important; justify-content: center; align-items: center; font-size: 0.8rem; margin: -0.5em -0.5em 0 0 !important; right: 5% !important; top: 15px !important; border-radius: 5px; padding: 2px 10px; width: fit-content; height: 30px; min-height: fit-content; background-color: var(--RojoAlerta); color: #fff; }

/* WIDGETS  */
.archive .widgets { background-color: #F9F8F8;}
.archive .widgets .widget { margin-bottom: 20px;}
.archive .widgets .widget h3 { font-size: 1.3em; font-weight: 700; }
.archive .widgets ul { list-style: none; margin: 0; padding: 0; }
.archive .widgets ul li a { text-decoration: none; color: #000; font-size: 1em; font-style: normal; font-weight: 400; line-height: 17px; letter-spacing: -0.4px; }

/* FILTRO DE PRECIO  */
.woocommerce .widget_price_filter .ui-slider .ui-slider-range, .woocommerce .widget_price_filter .ui-slider .ui-slider-handle  { background-color: var(--Azul) !important; }
.woocommerce .widget_price_filter .price_slider_amount .button { width: fit-content;} 
.woocommerce .widget_price_filter .price_slider_amount { display: flex; flex-direction: column-reverse; align-items: end; }

/* PLP  */

.bloque-secciones-archive { display: flex; flex-direction: row-reverse; flex-wrap: wrap; justify-content: space-between; align-items: center; }
.bloque-secciones-archive .woocommerce-notices-wrapper { order: 1; margin: auto; width: 100%; }
.bloque-secciones-archive .woocommerce-result-count { order: 2; }
.bloque-secciones-archive .woocommerce-ordering { order: 3;}


.filtros-titulo { font-weight: 700; font-size: 1.5rem; margin-bottom: 10px; display: block;}
.hr-custom { height: 2px; background: black; opacity: 1; }
.caja-marca span { text-transform: uppercase; font-weight: bold; color: var(--Azul); }
ul.products li.product  { border: solid 1px var(--GrisLineas); background-color: #fff; }
ul.products li.product .caja-loop a h2 { padding-top: 0px !important; color: #000 !important; text-align: center; font-family: Inter; font-size: 1.1em !important; font-style: normal; font-weight: 400 !important; line-height: normal; }
ul.products li.product .caja-loop form { display: flex; align-items: center; justify-content: center; }
ul.products li.product .caja-loop form .caja-mas-menos { margin-right: 30px; }
ul.products li.product .caja-loop form .caja-mas-menos div.quantity { margin-top: 10px;}
ul.products li.product .caja-loop form .caja-mas-menos .minus { left: -26px; top: 15px; }
ul.products li.product .caja-loop form .caja-mas-menos .plus { right: -26px; top: 15px; }
a.add_to_cart_button { position: relative !important; padding-right: 30px !important; }
a.add_to_cart_button:before { content: ''; background-image: url(public/images/cesta-blanca.svg); position: absolute;     right: 7px; width: 20px; height: 20px; background-size: contain; background-repeat: no-repeat; top: 4px; }


ul.products li.product .button { padding-right: 40px; border-radius: 5px !important; background-color: var(--Azul); color: #fff; text-transform: capitalize !important; font-weight: 700; font-size: 0.8em; line-height: normal; }
ul.products li.product .button.button.alt:after{ content:''; background-image: url(public/images/cesta-blanca.svg); position: absolute; width: 20px; height: 20px; background-position: center; background-repeat: no-repeat; background-size: contain; top: 5px; right: 12px; }
ul.products li.product .price {     display: flex !important; justify-content: center; flex-direction: row-reverse; align-items: center; } 
ul.products li.product .price ins { text-decoration: none; }
ul.products li.product .price bdi { color: var(--Azul); font-size: 2em; font-style: normal; font-weight: 700; line-height: normal; } 
ul.products li.product .price del { opacity: 1 !important; margin-left: 10px; color: var(--RojoAlerta) !important; }
ul.products li.product .price del bdi { font-size: 1.6em; color: var(--RojoAlerta);}
ul.products li.product a.added_to_cart { text-transform: uppercase; font-size: 0.8em; display: block; background: #000; width: fit-content; padding: 4px 47px; margin: 6px auto; color: #fff; border-radius: 3px; font-weight: 700; }

.button {  background-color: var(--Naranjo) !important; color: #fff !important; text-transform: uppercase !important; font-weight: 700 !important; font-size: 0.8em !important; line-height: normal !important; }

.woocommerce nav.woocommerce-pagination { text-align: right !important; }

.woocommerce ul.products li.product a img { padding: 20px; max-height: 200px;
    width: auto !important;
    margin: auto !important; }

/* PRODUCTO  */


.single-product div.product .woocommerce-product-gallery .flex-viewport { width: 75%; float: right; border: solid 1px lightgray; }
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs { width: 20%; float: left; overflow-y: scroll !important; max-height: 480px; }
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li { padding: 5px 0px; width: 95% !important;  border: solid 1px lightgray; margin-bottom: 10px !important; }
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img { width: 90%; float: none; margin: auto !important;  }
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs::-webkit-scrollbar { width: 5px !important; background-color: #F5F5F5 !important; }
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs::-webkit-scrollbar-thumb { border-radius: 0px !important; -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 30%) !important; background-color: var(--celeste) !important; }
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 30%) !important; border-radius: 0px !important; background-color: #F5F5F5 !important; }

.single-product .woocommerce-notices-wrapper { width: 100%;}
.single-product  .woocommerce-breadcrumb { display: none;}
.single-product div.product div.images { width: 100% !important; height: 100%; }
.single-product div.product .product_title { color: var(--Azul); font-size: 1.875em; font-style: normal; font-weight: 700; line-height: normal; }
.single-product.woocommerce div.product div.images .woocommerce-product-gallery__trigger { top: 80%; right: 1%; background-image: url(public/images/lupa-pdp.svg); background-size: 75%; width: 50px; height: 50px; background-repeat: no-repeat; border-radius: 0px; background-color: transparent; }
.single-product.woocommerce div.product div.images .woocommerce-product-gallery__trigger::after, .single-product.woocommerce div.product div.images .woocommerce-product-gallery__trigger::before { content: none;}

.single-product.woocommerce .woocommerce-tabs { margin-top: 50px; }
.woocommerce-product-gallery--with-images .woocommerce-product-gallery__wrapper { border: solid 1px lightgray; }

.single-product.woocommerce div.product .summary.entry-summary { display: flex; flex-direction: column; height: 90%; }
.single-product.woocommerce div.product .summary.entry-summary .posted_in { display: none; }
.single-product.woocommerce div.product .summary.entry-summary .product_title { order: 1; margin-bottom: 0; }
.single-product.woocommerce div.product .summary.entry-summary .product_meta { order: 2; margin-bottom: 20px; color: #000; font-size: 1.250em; font-style: normal; font-weight: 400; line-height: normal; }
.single-product.woocommerce div.product .summary.entry-summary .product_meta a { color: var(--Azul);}
.single-product.woocommerce div.product .summary.entry-summary .woocommerce-product-details__short-description { order: 3;  }
.single-product.woocommerce div.product .summary.entry-summary .woocommerce-product-details__short-description p { font-size: 1.063em; font-weight: 400; color:#000; }
.single-product.woocommerce div.product .summary.entry-summary .stock-bloque-pdp { width: fit-content; order: 4; background-color: var(--Celeste); color: #fff; border-radius: 5px; padding: 5px 10px;}
.single-product.woocommerce div.product .summary.entry-summary .price { margin-top: 20px; order: 4; color: #000; display: flex; flex-direction: row-reverse; justify-content: flex-end; }
.single-product.woocommerce div.product .summary.entry-summary .price bdi { font-size: 1.8rem; font-weight: 700; color: var(--Azul); text-decoration: none;}
.single-product.woocommerce div.product .summary.entry-summary .price del { color: var(--RojoAlerta); opacity: 1; margin-left: 15px; }
.single-product.woocommerce div.product .summary.entry-summary .price ins { text-decoration: none;}
.single-product.woocommerce div.product .summary.entry-summary .price del bdi { font-size: 1.2em; font-weight: 400; color: var(--RojoAlerta);} 
.single-product.woocommerce div.product.product-type-variable .price { display: none;}
.single-product.woocommerce div.product.product-type-variable .single_variation_wrap .price { display: block !important;}
.single-product.woocommerce div.product .summary.entry-summary .stock { order: 5;  color: #A6A6A6; font-size: 1.250em; font-style: normal; font-weight: 400; line-height: normal; }
.single-product.woocommerce div.product .summary.entry-summary form.cart { order: 6; display: flex; align-items: center; margin-top: 20px; }
.single-product.woocommerce div.product .summary.entry-summary form.cart .quantity .qty {width: 2.5em; margin-left: 30px; margin-right: 20px;}
.single-product.woocommerce div.product .summary.entry-summary form.cart button.single_add_to_cart_button { font-size: 0.9em; padding: 15px 29px; padding-right: 60px; position: relative;  }
.single-product.woocommerce div.product .summary.entry-summary form.cart button.single_add_to_cart_button::after { content:''; background-image: url(public/images/cesta-blanca.svg); position: absolute; width: 30px; height: 25px; background-position: center; background-repeat: no-repeat; background-size: contain; top: 9px; right: 25px; }
.single-product.woocommerce div.product .summary.entry-summary .compartir_en { order: 7; margin-top: auto;}
.single-product.woocommerce .summary .caja-mas-menos .minus { left: 5px !important; }
.single-product.woocommerce .summary .caja-mas-menos .plus { right: 0px; }


.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li { margin: 0px 25px; background-color: transparent; border: none; }
.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li a { color: var(--GrisTextos) !important; font-size: 1.3em; font-style: normal; font-weight: 400 !important; line-height: normal; }
.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li.active { border-bottom: solid 4px var(--Azul); color: var(--Azul) !important;}
.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li.active a { font-weight: 700 !important; }

.single-product.woocommerce .fotos { position: relative;}
.single-product.woocommerce .fotos .onsale { top: 12px; position: absolute; right: 4%; width: fit-content; padding: 0px 10px; border-radius: 0; left: unset; background-color: #ce2525; height: 30px !important; min-height: fit-content; display: flex; justify-content: center; align-items: center; border-radius: 5px; }
.single-product.woocommerce .related.products { position: relative;}
.single-product.woocommerce .related.products:after { content: '';}
.single-product.woocommerce .related.products h2 {text-align: center; padding-bottom: 10px; margin-top: 20px; border-bottom: solid 1px var(--GrisLineas); margin-bottom: 15px; }
/* MANUALES  */
#tab-manual .row { background: #F5F3F3; margin-bottom: 20px; padding: 20px; text-align: center; }
#tab-manual .row .pdf { }
#tab-manual .row .ver { }
#tab-manual .row a { font-weight: 400; color: #000; text-decoration: none; font-size: 1.1em; } 

/* BOTONES DE + Y -  */
.caja-mas-menos { float: left; margin-right: 20px; position: relative;}
.caja-mas-menos .minus { position: absolute; top: 4px; left: 8px; border: none; color:  #fff; font-size: 1em; background: var(--Azul); }
.caja-mas-menos .plus { position: absolute; top: 4px; right: 8px; border: none; color: #fff; font-size: 1em; background-color: var(--Azul); }
.caja-mas-menos div.quantity{ float: none; margin: 0; display: inline-block; }
.caja-mas-menos .button, .caja-mas-menos button { border-radius: 50%; vertical-align: middle; float: none; height: 20px; width: 20px; display: flex; justify-content: center; align-items: center; }
.caja-mas-menos div.quantity input.qty::-webkit-outer-spin-button, .caja-mas-menos div.quantity input.qty::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
.caja-mas-menos div.quantity input.qty[type=number] { -moz-appearance: textfield;     border-radius: 5px; width: 45px; }


/* MENSAJES DE CHECKOUT  */
.woocommerce-message { border-top-color: var(--Azul) !important; }
.woocommerce-message::before {  color: var(--Azul) !important; }
.woocommerce-info { border-top-color: var(--Azul) !important;  }
.woocommerce-info::before  { color: var(--Azul) !important; }

/* CHECKOUT  */
.woocommerce-checkout input, .woocommerce-checkout select, .woocommerce-checkout textarea, .woocommerce-checkout .select2-selection__rendered { background-color: #EFEFEF; padding: 10px; border: none; color: #454040; }
.woocommerce-checkout span.select2-selection.select2-selection--single { height: 50px; border: none; }
.woocommerce-checkout h3 {font-size: 1.2em; text-transform: uppercase; font-weight: 700; }
.woocommerce-checkout div#customer_details { margin-bottom: 30px; }
.woocommerce-checkout table.shop_table thead th.product-name, .woocommerce-checkout table.shop_table thead th.product-total { background: var(--Azul); color: #fff; }
.woocommerce-checkout table.shop_table td.product-total { min-width: 220px; }
.form-row-primero {     width: 47% !important; overflow: visible; float: left;}
.form-row-ultimo {     width: 47% !important; overflow: visible; float: right;}
.form-row-primero.form-row-wide, .form-row-ultimo.form-row-wide { clear: none !important; }
.woocommerce-checkout .facturas { margin-top: 20px;}

/* CARRO  */
.ventasCruzadas li { width: 100% !important; }
.woocommerce-cart table.cart img { width: 100px !important; border: solid 1px var(--GrisLineas); padding: 5px; }
.woocommerce-cart table.cart td.product-price, .woocommerce-cart table.cart td.product-subtotal {     font-size: 1.250em; font-weight: 700; line-height: normal; }
.woocommerce-cart table.cart td.product-name a{ color: #000; font-size: 1em; font-style: normal; font-weight: 400; line-height: normal; text-decoration: none; }
.woocommerce-cart h2 { text-transform: uppercase; font-weight: 700; font-size: 1.2em; }
.woocommerce table.cart td.actions .input-text { min-width: 350px;}
.woocommerce-cart a.checkout-button { width: fit-content; float: right; }

.woocommerce-cart .wc-block-cart__submit-container { text-align: right; }
.woocommerce-cart .wc-block-cart__submit-container a {     background: var(--Naranjo); width: fit-content; padding: 7px 15px; color: #fff; text-decoration: none; border-radius: 10px; }
.woocommerce-cart .wc-block-cart-items a.wc-block-components-product-name { color: #000; text-decoration: none; }

.woocommerce-cart .coupon button[type=submit] {     text-transform: capitalize !important; background-color: var(--Celeste) !important; height: 35px; }
.woocommerce-cart .coupon input[name=coupon_code] { background: #F3F0F0; color: #787878; border: none !important; }
.woocommerce-cart button[name=update_cart] { background: #fff !important; color: var(--Naranjo) !important; border: solid 1px var(--Naranjo) !important; text-transform: capitalize !important; }

/* OWL CARROSUEL GENERAL  */
.owl-carousel.products .owl-nav { position: absolute; top: 30%; width: 100%; }
.owl-carousel.products .owl-nav button { font-size: 6em; position: absolute; font-weight: 200;}
.owl-carousel.products .owl-nav button.owl-next {  right: -30px;}
.owl-carousel.products .owl-nav button.owl-prev { left: -30px;}


/* THANK YOU PAGE */
.woocommerce-order-received .woocommerce-order { text-align: center; width: 70%; margin: auto; }
.woocommerce-order-received .woocommerce-order .foto { max-width: 100px; }
.woocommerce-order-received .woocommerce-order .woocommerce-order-overview.woocommerce-thankyou-order-details { margin: 0 auto; padding: 30px 0; text-align: center; display: flex; justify-content: center; border-bottom: solid 1px lightgray; }
.woocommerce-order-received .woocommerce-order .wc-bacs-bank-details-heading, 
.woocommerce-order-received .woocommerce-order .woocommerce-order-details__title
 { color: var(--Azul); padding-bottom: 10px; border-bottom: solid 1px var(--GrisLineas); margin-bottom: 20px; margin-top: 20px; }
 .woocommerce-order-received .woocommerce-order .woocommerce-customer-details { display: none; }

/* FILTRADOR  */
.woocommerce-ordering select { background-color: #fff; padding: 10px; border: solid 1px; color: #454040; }

/* PAGINACION PLP  */
.woocommerce-pagination span.page-numbers.current { background: var(--Azul) !important; color: #fff !important;  }
.woocommerce-pagination ul.page-numbers { border: none !important; }
.woocommerce-pagination ul.page-numbers li { border: none !important;  margin-right: 20px !important; background: transparent; color: #000 !important; }
.woocommerce-pagination a.page-numbers, .woocommerce-pagination span.page-numbers { padding: 10px 15px !important; font-size: 1.2em !important; color: #000 !important;}
.woocommerce-pagination a.page-numbers:hover { background-color: var(--Azul) !important; color: #fff !important; }

/* MENU DE TEMPLATE DE 2 COLUMNAS */
#menu-menu-paginas { list-style: none; margin: 0; padding: 0;}
#menu-menu-paginas li a { border-bottom: solid 1px lightgray; padding-bottom: 15px; margin-bottom: 20px; display: block; color: #A99; text-decoration: none; font-size: 1em; font-style: normal; font-weight: 500; line-height: normal;}
#menu-menu-paginas li.current-menu-item a { color: #010101; }

/* MI CUENTA  */
.woocommerce-account h3 { text-transform: uppercase; font-weight: 700; font-size: 1.2em; }
.woocommerce-account .woocommerce-MyAccount-content a { font-weight: 500; color: var(--Azul);}
.woocommerce-account .woocommerce-MyAccount-navigation ul { list-style: none;  margin-left: 0; padding: 0;}
.woocommerce-account .woocommerce-MyAccount-navigation ul li { position: relative; margin-left: 30px; margin-bottom: 15px; border-bottom: solid 1px #EFEFEF; padding-bottom: 5px; }
.woocommerce-account .woocommerce-MyAccount-navigation ul li:after { opacity: 0.4; content:''; position: absolute; width: 25px; height: 25px; left: -35px; background-position: center; background-size: contain; background-repeat: no-repeat;}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active:after { opacity: 1 !important;}
.woocommerce-account .woocommerce-MyAccount-navigation ul li:hover:after { opacity: 1 !important; }
.woocommerce-account .woocommerce-MyAccount-navigation li a { text-decoration: none; color: #DEDEDE; font-size: 1.250em; font-style: normal; font-weight: 400; line-height: normal; }
.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a, .woocommerce-account .woocommerce-MyAccount-navigation li a:hover { color: #000; font-weight: 500; } 
.woocommerce-account form input {     border: none; background: #EFEFEF; padding: 6px; border-radius: 8px; }

.woocommerce-account .woocommerce-MyAccount-navigation-link--dashboard:after { background-image: url(public/images/info-general.svg); }
.woocommerce-account .woocommerce-MyAccount-navigation-link--orders:after { background-image: url(public/images/mispedidos.svg); }
.woocommerce-account .woocommerce-MyAccount-navigation-link--edit-address:after { background-image: url(public/images/direecciones.svg); }
.woocommerce-account .woocommerce-MyAccount-navigation-link--edit-account:after { background-image: url(public/images/detalles-de-cuenta.svg); }
.woocommerce-account .woocommerce-MyAccount-navigation-link--customer-logout:after { background-image: url(public/images/cerrar-sesion.svg); }
.woocommerce-account .woocommerce-MyAccount-navigation-link--downloads { display: none; }

.suscribirse h3 { font-size: 1.2em; }


/* FOOTER  */

footer { background-color: #faf6f5; position: relative;}
footer .go-top { position: absolute; background-color: var(--Naranjo); padding: 17px; border-radius: 5px; width: 60px; height: 60px; left: -100px; top: -75px; }
footer .menu-footer li:first-child { margin-bottom: 5px; }
footer .menu-footer li:first-child a {   font-size: 1.2em; font-style: normal; font-weight: 800; line-height: normal; }
footer .menu-footer li a {  color: var(--Negro); margin-bottom: 0.7em; display: inline-block; text-decoration: none; text-decoration: none;}
footer .menu-footer li a:hover { text-decoration:underline; }
footer .siguenos_en { font-size: 1.2em; font-style: normal; font-weight: 800; line-height: normal; color: #000; text-decoration: none; margin-bottom: 15px; display: block; }
footer .rrss { justify-content: start; display: flex; margin: 0px;}
footer .rrss li:first-child a { margin-bottom: 0px !important; }
footer .rrss li { margin-right: 15px;}
footer .rrss li a { margin-bottom: 0px;}

footer .caja-medios { display: flex; align-items: end; }
footer .caja-medios .webpay {}
footer .caja-medios .medios-de-pago-extra { margin: 0; padding: 0; list-style: none; margin-bottom: 15px;}
footer .caja-medios .medios-de-pago-extra li {     font-size: 0.6rem; background: var(--GrisTextos); color: #fff; margin-bottom: 10px; padding: 6px; border-radius: 5px;  }

.subir-bloque { margin-top: -65px; }
.firmas { background-color: var(--Azul); }


/* Edo */

/*

Amarillo: #FCBC05;
Azul: #00325B;
Naranjo: #F14429;
*/

ul.list_top_header li a:hover{
    text-decoration: underline !important;
}

.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .button:hover, .woocommerce ul.products li.product .button:hover{
    background-color: #FCBC05 !important;
}

.btn-custom:hover {
  background-color: var(--Naranjo) !important;
  color: #fff !important; 
}

footer .go-top:hover{
    background-color: var(--Azul);
}



