/*
Theme Name: Mauvic2025
Theme URI: https://karcon.cl/dev/Mauvic2025
Author: Rodolfo Aranguiz
Author URI: https://karcon.cl/dev/Mauvic2025
*/

@import url('https://fonts.googleapis.com/css2?family=Bai+Jamjuree:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&family=Khula:wght@300;400;600;700;800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body { font-family: 'Bai Jamjuree', sans-serif; }

:root { --Azul: #172A71; --AzulOscuro: #172A71; --Rojo:#FD0101; --Verde:#008E93; --GrisTextos: #9E9E9E; --Negro: #000000; --PlomoBGBG : #F2F2F2; --GrisLineas: #D7D2D2; }

.woocommerce-cart .wp-block-woocommerce-product-new { display: none; }
.sin-cabecera { margin-top: 30px; padding: 10px; }
.bg-primary { background-color: var(--Azul) !important; color: #fff; }
.bg-secondary { background-color: var(--PlomoBGBG) !important;  }
.btn-custom { background-color: var(--Azul) !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 { padding: 5px 10px; border-radius: 5px; background-color: #000; text-decoration: none; color: #fff; display: flex; align-items: center; }
.link_mi_cuenta:hover { background-color: var(--AzulOscuro); color: #fff !important; }
.p-relative { position: relative;}
.pull-left { float: left;}
/* CABECERA SITIO  */
.top .barra-texto-top { position: relative;}
.top .barra-texto-top p { background-color: var(--Azul); 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;}
.margin-top-negativo-40 { margin-top: -40px;}

header .rrss-top img { width: 30px; }
header a:hover { color: var(--Azul);}
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-size: 1.2em; font-style: normal; font-weight: 600; margin: 20px 0; display: inline-block; }
header nav li.current-menu-item > a, header nav li.current_page_item > a { color: var(--Azul);}
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: block; }

header nav > ul > li > ul > li > a { text-decoration: none; color: #000; font-size: 1.1em; font-style: normal; font-weight: 600; line-height: 260%; margin-left: 25px; }
header nav > ul > li > ul > li > a img { filter: invert(100%) sepia(45%) saturate(7429%) hue-rotate(55deg) brightness(85%) contrast(115%); margin-right: 10px; margin-top: -5px; }
header nav > ul > li > ul > li > a:hover { color: var(--Azul);}
header nav > ul > li > ul > li > a:hover img { filter: invert(70%) sepia(16%) saturate(6844%) hue-rotate(212deg) brightness(99%) contrast(103%) }
header nav > ul > li:hover > ul.sub-menu { display: flex; justify-content: center; flex-wrap: wrap;  }
header nav > ul li > ul.sub-menu {    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important; border-radius: 5px; display: none;     position: absolute; background-color: #fff; padding: 30px; z-index: 99; list-style-type: disclosure-closed; left: -214px; top: 68px; min-width: 1000px; min-height: 170px; }
header nav > ul > li > ul.sub-menu > li {  width: 33.3%; background-color: #fff; display: inline-block; align-items: center; height: 20px;  margin-bottom: 30px; }
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: 1032px; left: 20%; min-width: unset; top: 0; }
header nav .sub-menu .sub-menu > li { margin-bottom: 5px; width: calc(98% / 4); display: inline-block; vertical-align: top;     font-weight: 600; text-transform: capitalize; }
header nav .sub-menu .sub-menu > li > a { color: var(--Negro) !important; text-decoration: none;}

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);}

.tienda-menu > a { background-color: var(--Verde); color: #fff !important; padding:5px 12px 5px 35px; border-radius: 5px; height: 40px;}
.tienda-menu > a:before { content: ''; background-image: url(public/images/lists.svg);      position: absolute; background-position: center; width: 20px; height: 20px; left: 10px; top: 30px; background-repeat: no-repeat; background-size: cover; }
/* 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");
}
/* 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(--Negro); border-radius: 5px; }

.wpcf7-form p input[type=submit] { margin-left: 50px; position: relative; background-color: var(--Azul); color: #fff; border: none; padding: 5px 20px 5px 40px; text-transform: capitalize; border-radius: 5px}
.wpcf7-form p input[type=submit]:hover { background-color: var(--Negro); }
footer .wpcf7-form p input[type=submit]:hover { border: solid 1px var(--Azul) !important; }
footer .wpcf7-form p input[type=submit] { border: solid 1px var(--Azul); height: 34px; margin-left: 5px;} 
footer .wpcf7-form p input[type=email]{ border: solid 1px #000; height: 34px; padding-left: 10px; }

.btn-con-flecha > p { position: relative; width: fit-content; margin: auto; }
.btn-con-flecha > p:before { content: ''; background-image: url(public/images/arrow_upward.svg); position: absolute; width: 25px !important; height: 25px; left: 60px; background-size: cover; background-position: center; z-index: 99; top: 7px; }

main { min-height: 75vh;}
.owl-dots { text-align: center;  margin-top: 20px;}
button.owl-dot { width: 20px; height: 6px; background: #B2B2B2 !important; margin-right: 10px; }
button.owl-dot.active { background-color: #000 !important;}

/* CABECERA PAGINAS  */
.contenedor-categorias { position: relative;}
.contenedor-categorias .caja-titulo .page-title { color: var(--AzulOscuro); 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; width: fit-content; margin: auto; }
.mini-carrito a { background-color: var(--Azul); border-radius: 5px; padding: 5px 10px; color: #fff; text-decoration: none;}
.mini-carrito a:hover { background-color: var(--Negro); color: #fff; }

.caja-info-pagos {     height: fit-content; }

.menu-mobile { display: none;}
.volver { display: none !important; }

.woocommerce ul.carrusel-destacados.products li.product { width: 100% !important; border: solid 1px #D7D2D2; margin-bottom: 0px !important;}
.woocommerce ul.products li.product .onsale { display: flex !important; justify-content: center; align-items: center; font-size: 0.8rem; left: 5% !important; width: fit-content; top: 15px !important; border-radius: 5px;  padding: 0px 10px; background-color: var(--Rojo); color: #fff; min-height: 30px !important; height: 30px; }

/* 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; border-radius: 10px;}
ul.products li.product:hover { box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important; }
ul.products li.product .caja-loop a h2 { padding-top: 0px !important; min-height: 62px; color: #000 !important; text-align: left; font-size: 1em !important; font-style: normal; font-weight: 700 !important; line-height: 18px; }
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; }
ul.products li.product.outofstock .caja-loop a.button:before { left: 24% !important; }
.woocommerce.columns-12 .carrusel-destacados li.product.outofstock .caja-loop a.button:before { left:30% !important }
.archive  ul.products li.product.outofstock .caja-loop a.button:before { left: 35px !important; }
ul.products li.product.outofstock .caja-loop a.button:before { content: ''; background-image: url(public/images/arrow_upward.svg); position: absolute; width: 20px; height: 20px; left: 20px; top: 6px; }

a.add_to_cart_button { position: relative !important; padding-right: 30px !important; }
a.add_to_cart_button:before { content: ''; background-image: url(public/images/carro-de-compras.svg); position: absolute; left: 15%; width: 20px; height: 20px; background-size: contain; background-repeat: no-repeat; top: 8px; }


ul.products li.product .button { padding: 10px 40px; width: 100%; border-radius: 5px !important; background-color: var(--Azul) !important; color: #fff; text-transform: capitalize !important; font-weight: 700; font-size: 0.8em; line-height: normal; }
ul.products li.product .button:hover { background-color: #000 !important; }
ul.products li.product .button.button.alt:after{ content:''; background-image: url(public/images/carro-de-compras.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:not(.sale) .price { margin-bottom: 2em !important; }
ul.products li.product .price {     display: flex !important; justify-content: center; flex-direction: column; align-items: start; } 
ul.products li.product .price ins { text-decoration: none; }
ul.products li.product .price bdi { color: var(--AzulOscuro); font-size: 1.6em; font-style: normal; font-weight: 700; line-height: normal; } 
ul.products li.product .price del { opacity: 1 !important; color: var(--GrisTextos) !important; }
ul.products li.product .price del bdi { font-size: 1.3em; color: var(--GrisTextos);}
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; }
.iva-incluido { color: var(--AzulOscuro); font-weight: 600; font-size: 1.3em;}

.dgwt-wcas-search-wrapp { margin: 0 !important; }
.dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp { padding-left: 0 !important; }

#home-slider .carousel-control-next { right: -140px;  }
#home-slider .carousel-control-prev { left: -140px;   }

#home-slider .carousel-control-next-icon { width: 60px; height: 60px; background-image: url(public/images/flecha-slider-home.svg) !important; } 
#home-slider .carousel-control-prev-icon {  width: 60px; height: 60px; background-image: url(public/images/flecha-slider-home.svg) !important; transform: rotateY(180deg);} 

.carrusel-destacados.columns-12 .caja-loop a.btn-ver-producto:before, .carrusel-destacados.columns-12 .caja-loop a.button:before { left: 24%; } 

.caja-loop { padding-top: 0px !important; }
.button {  background-color: var(--Azul) !important; color: #fff !important; text-transform: uppercase !important; font-weight: 700 !important; font-size: 0.8em !important; line-height: normal !important; }

.btn-ver-producto { transition:1s; position:relative; padding: 4px 4px 4px 15px; border: solid 1px var(--GrisTextos); margin-top: 5px; width: 100%; font-size: 1em; font-weight: 700; }
.btn-ver-producto:before{ content:''; background-image: url(public/images/visibility.svg); position: absolute; width: 20px; height: 20px; background-position: center; background-repeat: no-repeat; background-size: contain; top: 6px; left: 15%; }
.btn-ver-producto:hover { background-color: #000; color: #fff; }
.btn-ver-producto:hover:before { filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%); }



.woocommerce nav.woocommerce-pagination { text-align: right !important; }
.woocommerce ul.products li.product a img { padding: 20px; margin-bottom:0px !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(--Azul) !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: #000; font-size: 25px; font-style: normal; font-weight: 700; line-height: normal; }
.single-product.woocommerce div.product div.images .woocommerce-product-gallery__trigger { display: none; 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; margin-bottom: 30px; }
.single-product.woocommerce .woocommerce-tabs .up-sells li.product  .caja-loop .button:before { left: 21% !important; }
.single-product.woocommerce .woocommerce-tabs .related li.product .caja-loop .button:before { left: 21% !important; }

.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 .woocommerce-product-details__short-description p a button { background-color: #000; color: #fff; padding: 3px 23px; border-radius: 5px; }
.single-product.woocommerce div.product .summary.entry-summary .stock-bloque-pdp { width: fit-content; order: 4; background-color: #00A753; color: #fff; border-radius: 5px; padding: 5px 10px;}
.single-product.woocommerce div.product.outofstock .stock-bloque-pdp { background-color: var(--Rojo) !important;}
.single-product.woocommerce div.product .summary.entry-summary .price { margin-top: 20px; order: 4; color: #000; display: flex; flex-direction: column; 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(--Azul); opacity: 1; }
.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(--Azul);} 
.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: start; margin-top: 20px; flex-direction: column;}
.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 { border-radius: 5px; background: var(--Azul) !important; font-size: 0.9em; padding: 15px 29px; padding-left: 60px; position: relative;  }
.single-product.woocommerce div.product .summary.entry-summary form.cart button.single_add_to_cart_button:hover { background-color: #000 !important; }
.single-product.woocommerce div.product .summary.entry-summary form.cart button.single_add_to_cart_button::after { content:''; background-image: url(public/images/carro-de-compras.svg); position: absolute; width: 30px; height: 25px; background-position: center; background-repeat: no-repeat; background-size: contain; top: 9px; left: 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 form.cart div.caja-mas-menos {
    width: 123px;
    margin-left: 189px;
    margin-top: -100px;
    padding: 16px;
    margin-bottom: 15px; 
}



.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li { padding: 0; margin: 0;  background-color: transparent; border: none; }
.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li:first-child {  }
.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li a { font-size: 1em; font-style: normal; font-weight: 600 !important; line-height: normal; }
.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li.active { color: var(--Azul) !important;}

.up-sells .relacionados li.product { width: 90% !important;}
.single-product.woocommerce div.product .summary.entry-summary form.cart button.wpcbn-btn.wpcbn-btn-single { border: solid 1px #000 !important; border-radius: 5px !important; background-color: transparent !important; color: #000 !important; margin-left: 20px;     padding-left: 60px !important; padding-right: 25px !important; }
.single-product.woocommerce div.product .summary.entry-summary form.cart button.wpcbn-btn.wpcbn-btn-single:hover{ background-color: #00A753 !important; color: #fff !important; border-color: #fff !important; }
.single-product.woocommerce div.product .summary.entry-summary form.cart button.wpcbn-btn.wpcbn-btn-single:hover::before { filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%); }
.single-product.woocommerce div.product .summary.entry-summary form.cart button.wpcbn-btn.wpcbn-btn-single:before { content: ''; background-image: url('public/images/flecha_compra.svg') !important; background-size: cover; width: 25px; height: 20px; position: absolute; left: 25px; top: 15px; background-repeat: no-repeat; background-position: center; }
.single-product.woocommerce div.product .summary.entry-summary form.cart button.wpcbn-btn.wpcbn-btn-single:after { content: none; }

.iva-pdp { order: 4; color: var(--AzulOscuro); margin-top: -8px;}

.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; display: block;} 
.single-product.woocommerce .related.products:after { content: '';}
.single-product.woocommerce .related.products h2 {text-align: left; padding-bottom: 10px; margin-top: 20px; margin-bottom: 15px; }
.single-product.woocommerce .related.products li.product { width: 100%; }

.single-product.woocommerce .up-sells.products li.product { width: 100%; }

/* 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; } 

.woocommerce-tabs.wc-tabs-wrapper { position: relative; padding: 0px 100px 20px 100px;}
.woocommerce-tabs.wc-tabs-wrapper .wc-tabs { padding: 0 !important; align-items: center; justify-content: start !important; background-color: transparent; margin-bottom: 0px !important;}
.woocommerce-tabs.wc-tabs-wrapper .wc-tabs:before, .woocommerce-tabs.wc-tabs-wrapper .wc-tabs:after { content: none !important; }
.woocommerce-tabs.wc-tabs-wrapper .wc-tabs li { }
.woocommerce-tabs.wc-tabs-wrapper .wc-tabs li:first-child a { border-radius: 5px 0px 0px 5px !important; }
.woocommerce-tabs.wc-tabs-wrapper .wc-tabs li:last-child a { border-radius: 0px 5px 5px 0px !important; }
.woocommerce-tabs.wc-tabs-wrapper .wc-tabs li:before, .woocommerce-tabs.wc-tabs-wrapper .wc-tabs li:after { content: none !important; }
.woocommerce-tabs.wc-tabs-wrapper .wc-tabs li a { color: #fff !important; padding: 5px 15px !important; background: #8B8B8B; }
.woocommerce-tabs.wc-tabs-wrapper .wc-tabs li.active { }
.woocommerce-tabs.wc-tabs-wrapper .wc-tabs li.active a {  background: var(--AzulOscuro); }
.woocommerce-tabs.wc-tabs-wrapper:after { content: '';      position: absolute; background: #EDEDED; top: 20px; bottom: 0; left: 0; right: 0; z-index: -1; }


/* BOTONES DE + Y -  */
.caja-mas-menos { float: left; margin-right: 20px; position: relative;}
.caja-mas-menos .minus { position: absolute; top: 17px; left: 8px; border: none; color:  #fff; font-size: 1em; background: #000; }
.caja-mas-menos .plus { position: absolute; top: 17px; right: 8px; border: none; color: #fff; font-size: 1em; background-color: #000; }
.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: 25px; width: 26px; 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 !important; }
.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(--Azul); 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(--Azul) !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(--Azul) !important; border: solid 1px var(--Azul) !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 { display: flex; list-style: none; margin: 0; padding: 0; justify-content: space-between; margin-bottom: 50px;}
#menu-menu-paginas li { }
#menu-menu-paginas li a { border:solid 1px #010101; color: #010101; text-decoration: none; font-size: 1em; font-style: normal; font-weight: 500; line-height: normal; background-color: #fff; padding: 10px 20px; border-radius: 10px; }
#menu-menu-paginas li.current-menu-item a, #menu-menu-paginas li a:hover { border:solid 1px var(--Azul) !important; color: #fff !important;background-color: var(--Azul) !important;  }
#menu-menu-paginas li.current-menu-item a img, #menu-menu-paginas li a:hover img { filter: invert(98%) sepia(99%) saturate(0%) hue-rotate(326deg) brightness(107%) contrast(101%); } 
#menu-menu-paginas li a img { margin-right: 10px; } 
/* 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 { text-align: right; }
.suscribirse h3 { font-size: 1.2em; }
.caja-siguenos-en { display: flex; align-items: center; justify-content: center;}

.zona-menus { display: flex; flex-direction: column; justify-content: end; }

body.post-type-archive a.add_to_cart_button:before, body.tax-product_cat a.add_to_cart_button:before { left: 12% !important;}
body.post-type-archive .btn-ver-producto:before , body.tax-product_cat .btn-ver-producto:before  { left: 12% !important;}

/* FOOTER  */
.f-size { font-size: 0.8em !important; }

footer { background-color: #000; position: relative; color: #fff;}
footer .wpcf7-spinner { position: absolute; }
footer .menu-footer2 { display: flex;     flex-direction: column; align-items: self-start; }
footer .menu-footer2 li a { color: #fff; margin-top: 10px; display:block; text-decoration: none; font-size: 0.8em;}
footer .menu-footer { display: flex; margin: 0;}
footer .menu-footer li a { margin-right: 15px; color: var(--fff); margin-bottom: 0.7em; font-size: 0.8em; display: inline-block; text-decoration: none; text-decoration: none; }
footer .menu-footer li a:hover { color: var(--Azul); }
footer .siguenos_en {     margin-right: 10px; font-size: 1.2em; font-style: normal; line-height: normal; color: #fff; text-decoration: none; }
footer .rrss { justify-content: start; display: flex; margin: 0px;}
footer .rrss li a { margin-bottom: 0px;}
footer .menu-footer.rrss a { margin-right: 5px !important; }
footer .caja-medios { display: flex; align-items: center; }
footer .caja-medios a { margin-right: 10px; font-size: 1.2em; font-style: normal; line-height: normal; color: #fff; text-decoration: none;}
footer .caja-medios .webpay {}

.subir-bloque { margin-top: -65px; }

.wp-block-woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .cross-sells-product .wc-block-components-product-button__button {
    background-color: var(--Azul); color: #fff; padding: 8px 20px; width: 100%; border-radius: 5px;
}
.wp-block-woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .cross-sells-product div .wc-block-components-product-name {
    font-weight: 900 !important; text-decoration: none;     font-size: 1em !important;
}
.wp-block-woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .cross-sells-product div .wc-block-components-product-price {
    text-align: left;
}
.wc-block-components-formatted-money-amount { font-size: 1.3em; color: var(--AzulOscuro); font-weight: 700; }
.wc-block-components-product-image img { width: 75% !important; }

.cross-sells-product { margin: auto; border: solid 1px #ffff; border-radius: 5px; padding: 9px; padding-right: 1% !important;}
.cross-sells-product h3 { min-height: 48px; text-align: left; }
.cross-sells-product .wc-block-components-product-image a { min-height: 200px; }

#billing-city-select { padding-top: 18px; width: 100%; border: solid 1px; border-radius: 5px; min-height: 50px; background: transparent; }
.wc-block-components-checkout-place-order-button {     background: var(--Azul); border-radius: 10px; color: #fff; font-size: 1.3em; padding: 10px !important; min-height: 1em !important; }
.wc-block-components-checkout-place-order-button:hover { background-color: var(--AzulOscuro);}
.categorias-home svg { width: 30px !important;  margin-right: 10px;}
.caja-categorias-home .categorias-home span.elementor-button-icon{ margin-left: 20px; }
.caja-categorias-home .categorias-home span.elementor-button-text{ min-width: 90px; text-align: left; }

    .escaleras-icono a span.elementor-button-text { margin-top: 7px; }
.wc-block-components-price-slider--is-input-inline .wc-block-components-price-slider__controls .wc-block-components-price-slider__amount { max-width: 100px !important; }