/*
Theme Name: Rerco
Theme URI: https://rerco.dev.radar.cl
Author: Rodolfo Aranguiz
Author URI: https://rerco.dev.radar.cl
*/

@import url('https://fonts.googleapis.com/css2?family=Barlow: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: 'Barlow', sans-serif; }

:root { --Naranjo: #FF6B00; --NaranjoClaro: #D4A300; --Celeste:#0091EB; --Rojo:#FF4400; --Verde:#00A753; --GrisTextos: #9E9E9E; --Amarillo: #D4A300; --PlomoBGBG : #F2F2F2; --GrisLineas: #D7D2D2; --NegroGrafito: #1A1A1A;}

.wa__btn_popup { right: 15px !important; bottom: 100px !important; }
.xoo-wsc-markup { z-index: 999999999999999999; position: relative; }

.btn-ficha-tecnica { font-weight: 700; background-color: #1A1A1A; color: #fff; position: relative; padding-left: 40px; } 
.btn-ficha-tecnica::before { content: ''; background-image: url(public/images/download-ficha.svg); position: absolute; background-repeat: no-repeat; background-size: cover; width: 20px; height: 20px; left: 10px; top: 9px; }
.btn-ficha-tecnica:hover { background-color: var(--Celeste); color: #fff;}

.woocommerce-cart .wp-block-woocommerce-product-new { display: none; }
.sin-cabecera { margin-top: 30px; padding: 10px; }
.bg-primary { background-color: var(--Amarillo) !important; color: #fff; }
.bg-secondary { background-color: #F5F5F5 !important;  }
.btn-custom { background-color: var(--Naranjo) !important; color: #fff; }

.text-black { color: #000 !important;}

.caja-nueva-stockyficha { order:4; }

.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained { background-color: var(--Verde) !important; border:none !important}
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(--Naranjo) !important; font-weight: 500;}
.mi_cuenta { text-align: right; line-height: 15px; margin-right:5px; font-size: 0.7rem; }
.link_mi_cuenta { padding: 10px 10px; border-radius: 5px; background-color: #000; text-decoration: none; color: #fff; display: flex; align-items: center; }
.link_mi_cuenta:hover { background-color: var(--NaranjoClaro); 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(--Naranjo); 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;}
.margin-top-negativo-50 { margin-top: -50px;}
.margin-top-negativo-60 { margin-top: -60px;}

header .rrss-top img { width: 30px; }
header a:hover { color: var(--Rojo);}
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: #fff;  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(--Rojo);}
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: 0.8em;  font-style: normal; font-weight: 600; line-height: 260%; margin-left: 25px; }
header nav > ul > li > ul > li > a img { margin-right: 10px; margin-top: -5px; }
header nav > ul > li > ul > li > a:hover { color: var(--Naranjo);}
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-direction: column; }
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: 10px; z-index: 99; list-style-type: disclosure-closed; left: -100px; top: 68px; min-width:270px; min-height: 170px; }
header nav > ul > li > ul.sub-menu > li { width: 100%;
    background-color: #fff;
    display: inline-block;
    align-items: center;
    margin-bottom: 5px; }
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(--Amarillo) !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(--Naranjo);}

.tienda-menu > a { background-color: var(--Celeste); 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(--Amarillo); border-radius: 5px; }

.wpcf7-form p input[type=submit] { margin-left: 50px; position: relative; background-color: var(--NaranjoClaro); 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(--Amarillo); }
footer .wpcf7-form p input[type=submit] { border: solid 1px var(--NaranjoClaro); height: 34px; margin-left: 5px;} 
footer .wpcf7-form p input[type=submit]: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;}
footer .wpcf7-form p input[type=submit]:hover { border: solid 1px var(--Naranjo) !important; }
footer .wpcf7-form p input[type=email]{ border: solid 1px #000; height: 34px; padding-left: 10px; }
footer .wpcf7-not-valid-tip {     position: absolute; right: 0; } 

.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: #fff; background-color: var(--Amarillo); padding: 4px 20px; text-transform: uppercase; color: #000; font-weight: 700; }
.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(--Naranjo); border-radius: 5px; padding: 8px 10px; color: #fff; text-decoration: none;}
.mini-carrito a:hover { background-color: var(--Amarillo); 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; right: 5% !important; width: fit-content; top: 15px !important; border-radius: 5px;  padding: 0px 10px; background-color: var(--NaranjoClaro); 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(--Naranjo) !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(--Naranjo); }
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: 40px; color: #000 !important; text-align: center !important; 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; display:none !important; }
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; margin-left: -20px;}

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: #000 !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: var(--Naranjo) !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: center; } 
ul.products li.product .price ins { text-decoration: none; }
ul.products li.product .price bdi { color: #000; 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(--NaranjoClaro); 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: 110px;  }
#home-slider .carousel-control-prev { left: 110px;   }

#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(--Naranjo) !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(--Naranjo) !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(--Naranjo);}
.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 { display: flex; align-items: center; width: fit-content; 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: #000; text-decoration: none;}
.single-product.woocommerce div.product .summary.entry-summary .price del { color: var(--GrisTextos); 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(--GrisTextos);} 
.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: 1em; font-style: normal; font-weight: 700; 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(--Naranjo) !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 { display:none; } */
.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(--NegroGrafito) !important; background:none;}

.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(--NaranjoClaro); 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: var(--NaranjoClaro); 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; font-weight: 700; 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 { 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; }
.woocommerce-tabs.wc-tabs-wrapper .wc-tabs { padding: 0 !important; align-items: center; justify-content: start !important; background-color: transparent; margin-bottom: 0px !important; gap: 10px;}
.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:before, .woocommerce-tabs.wc-tabs-wrapper .wc-tabs li:after { content: none !important; }
.woocommerce-tabs.wc-tabs-wrapper .wc-tabs li a { border-radius: 10px; color: #fff !important; padding: 15px 35px !important; background: #8B8B8B; margin-bottom: 7px; }
.woocommerce-tabs.wc-tabs-wrapper .wc-tabs li.active { }
.woocommerce-tabs.wc-tabs-wrapper .wc-tabs li.active a {  background: var(--NegroGrafito);  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); margin-bottom: 7px;}
/* .woocommerce-tabs.wc-tabs-wrapper:after { content: '';      position: absolute; background: #EDEDED; top: 20px; bottom: 0; left: 0; right: 0; z-index: -1; } */
.woocommerce table.shop_attributes { border:none !important; }
.woocommerce table.shop_attributes tr:nth-child(even) td, .woocommerce table.shop_attributes tr:nth-child(even) th { background: #fff !important; }
.woocommerce table.shop_attributes th, .woocommerce table.shop_attributes td { border-bottom: 1px solid #aaaaaa !important; }
.woocommerce table.shop_attributes th { width: 25%; }
/* 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(--Naranjo) !important; }
.woocommerce-message::before {  color: var(--Naranjo) !important; }
.woocommerce-info { border-top-color: var(--Naranjo) !important;  }
.woocommerce-info::before  { color: var(--Naranjo) !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(--Naranjo); color: #fff; }
.woocommerce-checkout table.shop_table td.product-total { min-width: 220px; }

/*Cambio de H2 a negritas Jose*/
.woocommerce-checkout h2 {font-weight: bold;}
/*Cambio de color boton Realizar el pedido Jose*/
.woocommerce-checkout .wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained {background-color: var(--Naranjo) !important;}


.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(--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 .wc-block-components-product-price__regular {font-weight: bold;}


/*Cambio de color boton finalizar Compra JoseH*/
.woocommerce-cart .coupon button[type=submit] {     text-transform: capitalize !important; background-color: var(--Naranjo) !important; height: 35px; }
/*Cambio de color eliminar articulo*/
.woocommerce-cart .wc-block-cart-item__remove-link {color: red !important;}
/**/
.woocommerce-cart .wc-block-components-formatted-money-amount {color: #003049;}
.woocommerce-cart .wc-block-components-product-price__value {font-weight: bold;}
/**/



.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(--Naranjo); 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(--Naranjo) !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(--Naranjo) !important; color: #fff !important; }

/* MENU DE TEMPLATE DE 2 COLUMNAS */
#menu-menu-paginas { display: flex; list-style: none; margin: 0; padding: 0; flex-direction: column; justify-content: space-between; margin-bottom: 50px;}
#menu-menu-paginas li { margin-bottom: 10px; }
#menu-menu-paginas li a { border:solid 1px #010101; display: block; 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: 5px; }
#menu-menu-paginas li.current-menu-item a, #menu-menu-paginas li a:hover { border:solid 1px var(--Naranjo) !important; color: #fff !important;background-color: var(--Naranjo) !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(--Naranjo);}
.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; color: #000; }
.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: #E4E4E4; position: relative; color: #000;}
footer .wpcf7-spinner { position: absolute; }
footer .menu-footer2 { display: flex;     flex-direction: column; align-items: self-start; }
footer .menu-footer2 li a { color: #000; display:block; text-decoration: none; font-size: 0.8em; font-weight: 600;}
footer .menu-footer li:first-child { font-weight:bold; }
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(--Naranjo); }
footer .siguenos_en {     margin-right: 10px; font-size: 1.2em; font-style: normal; line-height: normal; color: #000; 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: #000; 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(--Naranjo); 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(--Naranjo); 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(--Naranjo); 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(--NaranjoClaro);}
.categorias-home svg { width: 30px !important;  margin-right: 10px;}
.caja-categorias-home .categorias-home span.elementor-button-icon{ margin-left: 10px; }
.caja-categorias-home .categorias-home span.elementor-button-text{ min-width: 90px; text-align: left; }
.caja-categorias-home .categorias-home .elementor-button-wrapper a { min-height: 60px !important; display: flex; justify-content: center; align-items: center; min-width: 240px; }
.caja-categorias-home .categorias-home .elementor-button-wrapper a > span { align-items: center; }

    .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; }



/*Ediciones Miguel C*/
.titulo-seguimiento {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 10px;
}
.titulo-seguimiento h2 {
    margin: 0;
    font-size: 1.8em; 
}
.titulo-seguimiento span {
    font-size: 1.2em;
    font-weight: bold;
    color: #555;
}


.timeline-seguimiento {
    display: flex;
    justify-content: space-between;
    position: relative;
    margin: 60px 0;
}


.timeline-seguimiento .step {
    text-align: center;
    position: relative;
    width: 120px; 
}

.timeline-seguimiento .step::before {
    content: '';
    position: absolute;
    top: 18px; 
    left: -50%;
    width: 100%;
    height: 4px;
    background-color: #e0e7ee;
    z-index: 1;
}
.timeline-seguimiento .step:first-child::before {
    display: none; 
}

.timeline-seguimiento .step.completed::before,
.timeline-seguimiento .step.active::before {
    /* Color de línea de progreso: de azul a negro */
    background-color: #000000;
}


.timeline-seguimiento .step-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #fff;
    border: 4px solid #e0e7ee; 
    margin: 0 auto 15px;
    z-index: 2;
    position: relative;
    transition: all 0.4s ease;
}
.timeline-seguimiento .step-label {
    font-size: 14px;
    color: #a0a0a0;
    font-weight: 500;
}

.timeline-seguimiento .step.completed .step-icon {
    /* Fondo e ícono completado: de azul a negro */
    background-color: #000000;
    border-color: #000000;
}
.timeline-seguimiento .step.completed .step-label {
    color: #333;
}

.timeline-seguimiento .step.active .step-icon {
    /* Borde de ícono activo: de azul a negro */
    border-color: #000000;
}
.timeline-seguimiento .step.active .step-label {
    /* Etiqueta de texto activa: de azul a negro */
    color: #000000;
    font-weight: 700;
}
/*Cambio de orden menu*/
.woocommerce-MyAccount-navigation ul {
    display: flex !important;
    flex-direction: column !important;
}
.woocommerce-MyAccount-navigation-link--customer-logout {
    order: 100 !important;
}
.woocommerce-MyAccount-navigation-link--mis-favoritos a {
    position: relative;
}

.woocommerce-MyAccount-navigation-link--mis-favoritos a::before {
    content: "";
    position: absolute;
    left: -35px;
    top: 50%;
    transform: translateY(-50%);
    width: 25px;
    height: 25px;
    background-image: url('https://rerco.dev.radar.cl/wp-content/uploads/2025/11/heart-svgrepo-com.svg');
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0.5;
}

/*Cambios Mobile*/
@media (max-width: 768px) {
    .woocommerce div.product div.images .flex-control-thumbs {
        max-height: 200px !important;
        overflow: scroll;
    }
}
@media (max-width: 768px) {
    .suscribirse {
        margin-top: 80px !important;
    }
}


.elementor-element-d8192cd img {
    height: 180px !important;
    margin-top: 120px;

}
.footer-texto-empresa{
    line-height: 1.5;
}

.footer-datos-empresa{
    margin-top: 4px;
    font-size: 13px;
    color: #555;
}
