/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      4.0
 Text Domain:  woodmart
*/

/* ----------> GENERAL */

.main-page-wrapper{
	padding-top: 0 !important;
}
.site-content{
	margin-bottom: 0 !important;
}
.single-post .site-content,
.woocommerce .site-content,
.woocommerce-account .site-content,
.woocommerce-cart .site-content,
.woocommerce-checkout .site-content{
	margin-bottom: 2rem !important;
}
.scrollToTop{
	right:32px !important;
	bottom: 105px !important;
}
.woofc-count.woofc-count-bottom-right{
	right: 25px !important;
	bottom: 25px !important;
	box-shadow:0 0 15px rgba(37,143,103,.1) !important;
	-webkit-box-shadow: 0 0 15px rgba(37,143,103,.1) !important;
}
@media (min-width: 1025px) {
    .whb-general-header .container {
        max-width: 100%;
        margin: 0;
        padding: 0;
    }

    .wd-side-hidden.wd-opened {
        display: none;
    }
}

.archivo-entradas .grid-entradas {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 1.5rem;
}

.archivo-entradas .card-entrada {
  border-radius: 10px;
	padding: 8px;
  background: #fff;
  transition: all 0.3s ease;
}

.archivo-entradas .card-entrada:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.archivo-entradas .card-imagen img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  display: block;
	border-radius: 8px;
}

.archivo-entradas .card-contenido {

}

.archivo-entradas .card-titulo {
	margin-top: 8px !important;
    font-size: 18px !important;
    margin: 0;
    line-height: 20px;
    color: #2c2c2c;
    letter-spacing: 0;
    text-transform: none;
}

.archivo-entradas .card-extracto {
    color: #555;
    font-size: 14px;
    line-height: 16px;
}


/* ----------> ANIMACIONES */

@-webkit-keyframes circle {
    0% {
        opacity: 1;
    }
    40% {
        opacity: 1;
    }
    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}
@keyframes circle {
    0% {
        opacity: 1;
    }
    40% {
        opacity: 1;
    }
    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}

/* - Efectos - */

.efecto_zoom div{
	position: relative;
    overflow: hidden;
}
.efecto_zoom div:before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, .2);
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    z-index: 10;
}
.efecto_zoom div:hover:before {
    -webkit-animation: circle .95s;
    animation: circle .95s;
}

/* ----------> CABECERA */

#menu_carrito .menu_borrar,
#menu_carrito .woofc-menu-item-inner-subtotal{
	display: none;
}
#menu_carrito .woofc-menu-item a{
	padding: 0;
}
#menu_carrito .woofc-menu-item .woofc-menu-item-inner i{
	font-size: 28px;
	color: #fa6601 !important;
}
#menu_carrito .woofc-menu-item .woofc-menu-item-inner:after{
	left: 20px;
	background: #000 !important;
}
#menu-cabecera-carrito .menu_borrar,
#menu-cabecera-carrito .woofc-menu-item-inner-subtotal{
	display: none;
}
#menu-cabecera-carrito .woofc-menu-item a{
	padding: 0;
}
#menu-cabecera-carrito .woofc-menu-item .woofc-menu-item-inner i{
	font-size: 2rem;
	color: var( --e-global-color-accent ) !important;
}

@media (max-width:768px){
	#menu-cabecera-carrito .wd-header-nav,
	.whb-general-header :is(.whb-mobile-left,.whb-mobile-right){
		flex: initial !important;
	}
	#menu-cabecera-carrito .woofc-menu-item .woofc-menu-item-inner{
		display: flex;
	}
	#menu-cabecera-carrito .woofc-menu-item .woofc-menu-item-inner i{
		width: 23px;
    	height: 23px;
	}
	#menu-cabecera-carrito .woofc-menu-item .woofc-menu-item-inner:after{
		left: 25px;
   		top: -5px;
	}
}

.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input{
	box-shadow: none !important;
}
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:focus-visible{
	outline: none !important;
}
.menu_resaltante a::before{
	content: "";
}
.icon_tienda:before,
.icon_wsp:before,
.icon_user:before,
.icon_carrito:before{
	position: absolute;
	font-size: 0.7rem;
	font-weight: 600;
	line-height: 10px;
	text-align: center;
	width: 80px;
	bottom: -22px;
    right: -22px;
}

.icon_tienda:before{
	content: "";
	right: -12px;
    width: 60px;
}
.icon_wsp:before{
	content: "";
}
@keyframes zoomEffect {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.15); /* Leve zoom */
  }
  100% {
    transform: scale(1);
  }
}
.icon_wsp svg{
	 animation: zoomEffect 4s ease-in-out infinite;
}
.icon_user:before{
	content: "";
	right: -10px;
    width: 55px;
}
.icon_carrito:before{
	content: "";
}
header .wd-cats-element{
	column-count: 4;
}
header .wd-cats-element .wd-cat{
	margin-top: 0 !important;
}
header .cat-design-side .wd-cat-header:not(:first-child){
	margin-top: 50px !important;
}
header .cat-design-side .wd-cat-inner{
	    flex-direction: column !important;
}
header .cat-design-side a.wd-fill {
    position: relative;
    margin-top: -15px;
}
header .wd-cat-footer.wd-sub-menu li>a{
	padding-bottom:3px !important;
	padding-top: 3px !important;
	font-size:11px !important;
	font-weight: 400 !important;
	    text-transform: math-auto !important;
}
header .wd-cat-header .wd-entities-title{ 
	font-size: 13px !important;
}

html:not(.dgwt-wcas-overlay-mobile-on) .dgwt-wcas-style-pirx.dgwt-wcas-style-pirx-compact .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input{
	    border: 1px solid !important;
}


/* ----------> PIE DE PAGINA */

.caja_prefooter .elementor-icon-box-wrapper:hover .elementor-icon{
	background: var(--e-global-color-primary) !important;
	color: #fff  !important;
	transform: scale(1.15) !important;
}

@keyframes pulso-wsp-foot {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgb(37, 211, 102, 0.7);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 12px rgba(37, 211, 102, 0);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
    }
}

.botones-flotantes a {
    font-family: "Lexend", Arial, Helvetica, sans-serif;
    text-decoration: none;
}

/* IZQUIERDA */

.boton-wsp.flot-izq {
    position: fixed;
    bottom: 20px;
    left: 30px;
    z-index: 1000;
    padding: 8px;
    background: #25d366;
    width: 65px;
    height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    animation: pulso-wsp-foot 1.7s infinite;
}

.boton-wsp.flot-izq:before {
    content: "\edaa";
    font-family: "Huge Icons" !important;
    color: #fff;
    font-size: 32px;
}


@media(max-width:768px) {
    .boton-wsp.flot-izq {
        bottom: 20px;
        left: 10px !important;
    }
}

/* ----------> BOTON DE WSP FLOTANTE */

@keyframes pulso-whatsapp {
		0% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
	}
	70% {
		transform: scale(1);
		box-shadow: 0 0 0 70px rgba(37, 211, 102, 0);
	}
	100% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
	}
}
@keyframes shine {
    0% { left: -100px; }
    20% { left: 100%; }
    100% { left: 100%; }
}
.wsp_btn{
		animation: pulso-whatsapp 1.7s infinite;
		border-radius: 50px;
}

/* ----------> CARRITO FLOTANTE */

.woofc-area .woofc-area-top {
	background: var(--e-global-color-primary) !important;
}
.woofc-area .woofc-area-top .woofc-area-heading,
.woofc-area .woofc-area-top .woofc-close{
	color: #fff !important;
}
.woofc-action-inner a.woofc-action-checkout{
	background: var(--e-global-color-secondary) !important;
	color: #fff !important;
	border-color: var(--e-global-color-secondary) !important;
}
.woofc-action-inner a.woofc-action-checkout:hover{
	background: var(--e-global-color-primary) !important;
	color: #fff;
	border-color: var(--e-global-color-primary) !important;
}

/* ----------> PAGINA DE INICIO */

.efecto_shine div:before,
.efecto_shine figure:before{
    content: "";
    position: absolute;
    display: block;
    width: 50%;
    height: 100%;
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
    top: 0;
    left: -100%;
}
.efecto_shine,
.efecto_shine figure{
    position: relative;
    display: inline-block; /* Optional, to fit the size of the image */
	overflow: hidden;
}
.efecto_shine:hover div:before,
.efecto_shine:hover figure:before{
    animation: shine 3s infinite linear;
}
.efecto_cat .ha-slick-item{
	position: relative;
    overflow: hidden;
}
.efecto_cat .ha-slick-item:before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, .2);
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    z-index: 10;
}
.efecto_cat .ha-slick-item:hover:before {
    -webkit-animation: circle .95s;
    animation: circle .95s;
}

/* ----------> PAGINA DE NOSOTROS */

.box_caja:hover .elementor-icon{
	background: var(--e-global-color-primary) !important;
	color: #fff !important; 
}

/* ----------> CLASTER DE PRODUCTO */

.wd-hover-with-fade .content-product-imagin{
	visibility: hidden !important;
}
.wd-product .product-wrapper{
	border: 1px solid #eee;
	padding: 10px !important;
}
.wd-product .product-wrapper:hover{
	transform: scale(1.025);
	border-color: #000;
}
.wd-product .titulo_time{
	font-size: 0.9rem;
	font-weight: 700;
	text-align: center;
}
.wd-product .titulo_time:before{
	content: "\f0e7";
    font-family: "Font Awesome 5 Free";
	color: #FDD023; 
    font-weight: 900;
	margin-right: 10px;
	animation: relampagoEfecto 1.5s infinite;
}
@keyframes relampagoEfecto {
                0% {
                    transform: scale(1);
                    filter: brightness(100%);
                }
                10% {
                    transform: scale(1.05); /* Leve agrandamiento */
                    filter: brightness(150%); /* Más brillante */
                }
                20% {
                    transform: scale(1);
                    filter: brightness(100%);
                }
                25% {
                    transform: scale(1.05);
                    filter: brightness(180%); /* Pico de brillo */
                }
                30% {
                    transform: scale(1);
                    filter: brightness(100%);
                }
                100% {
                    transform: scale(1);
                    filter: brightness(100%);
                }
            }
.wd-product .cuenta-regresiva-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    margin-bottom: 10px;
}
.wd-product .time-box {
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    padding: 5px 10px;
    width: 100%;
    text-align: center;
    font-size: 18px;
}
.wd-product .separator {
    font-size: 18px;
    font-weight: bold;
}
.wd-product .etiqueta-personalizada{
	position: absolute;
    z-index: 10;
    left: 0;
    top: 50px;
	padding: 5px 10px !important;
	font-size: 12px !important;
	font-weight: 600;
	text-transform: uppercase;
}

/* ----------> TIENDA */

.woocommerce .page-title .title{
	font-size: 2.5rem;
}
@media (min-width: 1025px) {
    .title-size-default {
        --wd-title-sp: 25px !important;
    }
}

/* - Filtros - */

.widget-area .sidebar-widget{
	border: 1px solid #dedede;
    border-radius: 0;
	padding-bottom: 5px;
}
.widget-area .sidebar-widget .widget-title{
    color: #000;
    font-size: 1.15rem;
    font-weight: 700;
    padding: 1rem;
    border-radius: 0;
    background: #eee;
    margin-bottom: 0;
}
.widget-area .sidebar-widget .product-categories{
	padding: 0 1rem;
}
.widget-area .sidebar-widget .product-categories > li:last-child > a{
	border: none;
}
.widget-area .sidebar-widget .product-categories > li > a{
	border-bottom: 1px solid #d9d9d9;
    color: #333;
    display: block;
    position: relative;
    font-size: 14px;
    line-height: 13px;
    padding: 10px 20px 10px 20px;
}
.widget-area .sidebar-widget .product-categories li > a:before {
    content: "";
    width: 10px;
    height: 10px;
    background-image: url('http://jrj.disenowebperu.org/wp-content/uploads/2025/05/AAAAA.png');
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 10px;
    left: -5px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.widget-area .sidebar-widget .product-categories li > a:hover:before {
  background-image: url('http://jrj.disenowebperu.org/wp-content/uploads/2025/05/DFDFDF.png');
}
.widget-area .sidebar-widget .product-categories li.current-cat > a:before {
  background-image: url('http://jrj.disenowebperu.org/wp-content/uploads/2025/05/DFDFDF.png');
}
.widget-area .sidebar-widget .price_slider_wrapper{
	padding: 1rem;
}
.widget-area .widget_product_categories .wd-cats-toggle{
	inset-inline-end: 0;
}
.widget-area .widget_product_categories .children a{
	padding-inline-start: 20px;
}

/* ----------> PAGINA DE PRODUCTO */

.single_add_to_cart_button{
	background: var(--e-global-color-secondary) !important;
}
.single_add_to_cart_button:hover{
	background: var(--e-global-color-primary) !important;
}
.single-product .wa-order-class button{
	box-shadow:none !important;
	background: #25d366 !important;
}
.single-product .wa-order-class:hover{
	transform: none;
	background: none;
}
.single-product .single_add_to_cart_button{
	transition: 0.4s all ease-in-out;
}
.single-product .single_add_to_cart_button:hover,
.single-product .wa-order-class:hover{
	transform: scale(1.05);
	box-shadow:none !important;
}

.single-product .single_add_to_cart_button {
	height: fit-content;
}

.cotizar-via-wsp-btn{
	height: 40px;
    display: flex;
    padding: 4px 28px;
    min-height: -webkit-fill-available;
    font-size: 14px;
    line-height: 16px;
    border-radius: 25px;
    color: #fff;
    background: #128C7E;
    text-transform: uppercase;
    font-weight: 400;
    transition: .4s all ease-in-out;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.cotizar-via-wsp-btn:hover{
	color: #fff !important;
	background: #25d366;
}

.btn-quote a,
.btn-wsp a{
    background: #000;
    color: #fff;
    display: flex;
    height: -webkit-fill-available;
    align-items: center;
    padding: 8px 12px;
    border-radius: 25px;
	gap: 8px;
	text-transform: uppercase;
}
.btn-wsp a:hover{
	background: #25d366;
}
@media (min-width: 768px) {
  form.cart > * {
    flex: none !important;
  }
  .woocommerce-variation-add-to-cart > * {
    flex: none !important;
  }
}

/* ----------> CARRITO */

.wd-coupon-form .button[name="apply_coupon"],
.cart-totals-inner .checkout-button{
	background: var(--e-global-color-primary)
}
.wd-coupon-form .button[name="apply_coupon"]:hover,
.cart-totals-inner .checkout-button:hover{
	background: var(--e-global-color-accent)
}

/* ----------> FINALIZAR COMPRA */

.woocommerce-billing-fields>h3{
	display: none;
}
.woocommerce #billing_country_field span.woocommerce-input-wrapper{
	border: 2px solid #e5e5e5;
    display: flex;
    padding: 9px 20px;
	border-radius: 50px;
}
label[for="payment_method_micuentawebstd"] img{
	max-width: 100% !important;
}
#place_order,
.checkout_coupon .button{
	background: var(--e-global-color-primary);
	box-shadow: none !important;
}
#place_order:hover,
.checkout_coupon .button:hover{
	background: var(--e-global-color-accent);
}