/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

/* ----------> GENERAL */

::-webkit-scrollbar {
    width: 6px;
}
::-webkit-scrollbar-thumb {
    background: var(--e-global-color-primary);
    border-radius: 10px;
}
::-webkit-scrollbar-track {
    border-radius: 10px;
}
.wd-scrollbar.platform-Windows {
    --wd-scroll-w: 0px !important;
}
.main-page-wrapper{
	padding-top: 0 !important;
}
.site-content{
	margin-bottom: 0 !important;
}
.single-post .site-content,
.woocommerce-account .site-content,
.woocommerce-cart .site-content,
.woocommerce-checkout .site-content{
	margin-bottom: 2rem !important;
}
* b.resaltar{
	color: var(--e-global-color-primary) !important;
}
.items_rep .jet-listing-dynamic-repeater__items {
    flex-wrap: wrap !important;
}
.elementor-icon-box-wrapper .elementor-icon-box-title{
	margin-top: 0 !important;
}
.elementor-widget-icon .elementor-icon-wrapper{
	display: flex !important;
}
.elementor-button-content-wrapper{
    display: flex;
    align-items: center;
}
@media(max-width:768px){
    .elementor-icon-box-wrapper{
        display: flex;
        align-items: center;
    }
    .elementor-icon-box-icon{
        line-height:0;   
    }
}

/* ----------> ANIMACIONES */



/* - Efectos - */



/* ----------> CABECERA */
div:where(.elementor-location-header) {
    margin-bottom: 0;
}
header .elementor-sticky--active{
	box-shadow: 0 0 10px 1px #8181813b;
}
.megamenu_style .wd-nav>li>a span,
.megamenu_style .wd-nav>li>a:after{
	color: #fff !important;
}
.megamenu_style .wd-nav>li>a:before{
	border-radius: 0px !important;
}
.megamenu_style .wd-nav.wd-style-bg>li>a:before{
	background: var(--e-global-color-primary) !important;
}
.megamenu_style .wd-nav>li:is(:hover,.current-menu-item,.wd-active,.active)>a:before{
	opacity: 1 !important;
}
.megamenu_style .wd-dropdown{
    margin-top:0; 
}
#menu_carrito .menu_borrar,
#menu_carrito .woofc-menu-item-inner-subtotal{
	display: none;
}
#menu_carrito .woofc-menu-item .woofc-menu-item-inner{
	display: flex;
}
#menu_carrito .woofc-menu-item a{
	padding: 0;
}
#menu_carrito .woofc-menu-item .woofc-menu-item-inner i{
	font-size: 1.5rem;
	display: contents;
	line-height: 1.5rem;
	color: var( --e-global-color-primary ) !important;
}
#menu_carrito .woofc-menu-item .woofc-menu-item-inner i:hover{
	color: #fff !important;
}
#menu_carrito .woofc-menu-item .woofc-menu-item-inner:after{
	left: 20px;
	background: #000 !important;
}

/* ----------> PIE DE PAGINA */

@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;
    }
}

/* BLOQUE SEO*/



/* ----------> 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);
	}
}
.wsp_btn{
		animation: pulso-whatsapp 1.7s infinite;
		border-radius: 50px;
}

/* ----------> CARRITO FLOTANTE */

.woofc-action-inner a{
	border-radius: 100px !important;
}
.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-primary) !important;
	color: #fff !important;
}
.woofc-action-inner a.woofc-action-checkout:hover{
	background: var(--e-global-color-secondary) !important;
	color: #fff;
	border-color: var(--e-global-color-secondary) !important;
}

/* ----------> PAGINA DE INICIO */

.wd-cat-wrap {
    padding: 0 !important;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
	border-radius: 8px !important;
}
.wd-cat-wrap .category-image-wrapp{
	border-radius: 8px 8px 0 0 !important;
}
.wd-cat-wrap .hover-mask{
    padding: 12px !important;
    text-align: left;
    min-height: 65px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    overflow: hidden;
}
.woodmart-brand-carousel .splide__slide {
    flex: 0 0 calc(100% / 6) !important;
    max-width: calc(100% / 6) !important;
	margin-right: 0 !important;
}
@media (max-width: 768px) {
    .woodmart-brand-carousel .splide__slide {
        flex: 0 0 calc(100% / 3) !important;
        max-width: calc(100% / 3) !important;
    }
}

/* ----------> CLASTER DE PRODUCTO */

.wd-hover-with-fade .content-product-imagin {
    visibility: hidden !important;
}
.wd-product .product-wrapper {
    border: 1px solid #e3e3e3;
    padding: 12px !important;
    border-radius: 8px !important;
    background: #fff;
    transition: .4s all ease-in-out;
}
.wd-product .product-wrapper:hover {
    border-color: var(--e-global-color-primary);
    transform: scale(1.02);
}

.wd-product .discount-percentage,
.wd-product .wrap-price .precio-en-soles-single {
	display: none !important;
}

.wd-product .wrap-price{
    display: flex !important;
    justify-content: center !important;
    gap: 4px !important;
    flex-direction: column;
}

{
	
}


/* ----------> TIENDA */

.woocommerce .page-title .title{
	font-size: 2rem;
	font-weight: 700;
}
@media (min-width: 1025px) {
    .title-size-default {
        --wd-title-sp: 25px !important;
    }
}

/* - Filtros - */

.elementor-widget-wd_sidebar .sidebar-widget,
.widget-area .sidebar-widget{
	border: 1px solid #dedede;
    border-radius: 10px;
	background: #fff;
    padding: 20px;
}
.woodmart-brands-filter{
	margin-bottom: -15px;
	margin-top: -20px;
}
.elementor-widget-wd_sidebar  .sidebar-widget .widget-title,
.widget-area .sidebar-widget .widget-title,
.woodmart-brands-filter h2{
	color: var(--e-global-color-secondary);
    font-size: 1.15rem !important;
    font-weight: 700;
	border-radius: 10px;
	margin-bottom: 0;
}
.elementor-widget-wd_sidebar .sidebar-widget .product-categories,
.widget-area .sidebar-widget .product-categories{

}
.elementor-widget-wd_sidebar .sidebar-widget .product-categories > li:last-child > a,
.widget-area .sidebar-widget .product-categories > li:last-child > a{
	border: none;
}
.elementor-widget-wd_sidebar .sidebar-widget .product-categories > li > a,
.widget-area .sidebar-widget .product-categories > li > a{
	border-bottom: 1px solid #d9d9d9;
    color: #333;
    display: block;
    position: relative;
    font-size: 14px;
    line-height: 19px;
    padding: 10px 20px 10px 20px;
}
.elementor-widget-wd_sidebar .sidebar-widget .product-categories li > a:before,
.widget-area .sidebar-widget .product-categories li > a:before{
	    content: "";
	    max-width: 10px;
	    width: 8px;
	    height: 8px;
	    border-radius: 50%;
	    position: absolute;
	    top: 15px;
	    left: 0;
	    border: 1px solid var(--e-global-color-primary) !important;
	    -webkit-transition: all 0.3s ease-in-out;
	    transition: all 0.3s ease-in-out;
}
.elementor-widget-wd_sidebar .sidebar-widget .product-categories li > a:hover:before,
.widget-area .sidebar-widget .product-categories li > a:hover:before{
	background: var(--e-global-color-primary) !important;
}
.elementor-widget-wd_sidebar .sidebar-widget .product-categories li.current-cat > a:before,
.widget-area .sidebar-widget .product-categories li.current-cat > a:before{
	background: var(--e-global-color-primary) !important;
}
.elementor-widget-wd_sidebar .sidebar-widget .price_slider_wrapper,
.widget-area .sidebar-widget .price_slider_wrapper{
}
.elementor-widget-wd_sidebar .widget_product_categories .wd-cats-toggle,
.widget-area .widget_product_categories .wd-cats-toggle{
	inset-inline-end: 0;
}
.elementor-widget-wd_sidebar  .widget_product_categories .children a,
.widget-area .widget_product_categories .children a{
	padding-inline-start: 20px;
}
.brand-filter-wrapper {
}
.brand-list {
    max-height: 300px;
    overflow: hidden;
    transition: max-height 0.3s ease;
}
.brand-list.expanded {
    max-height: none;
}
.brand-item {
    display: flex;
    align-items: center;
}
.brand-label {
	display: flex;
    align-items: center;
    gap: 10px;
    width: -webkit-fill-available;
}
.brand-label .campo_datos{
	display: flex;
    align-items: center;
    flex-direction: row-reverse;
    width: -webkit-fill-available;
    justify-content: space-between;
}
.brand-image img.brand-thumbnail {
    width: 60px;
    height: 40px;
    object-fit: contain;
    border: 1px solid #eee;
    border-radius: 4px;
}
.brand-image-placeholder {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f5f5f5;
    border: 1px solid #eee;
    border-radius: 4px;
    font-size: 12px;
    color: #999;
}
.brand-name {
    font-size: 14px;
}
.brand-hidden {
    display: none;
}
.brand-list.expanded .brand-hidden {
    display: flex;
}
.botones_brand {
    display: inline-flex;
    width: -webkit-fill-available;
    align-items: stretch;
    gap: 15px;
    margin-top: 10px;
}
.show-more-brands {
    display: flex;
    width: -webkit-fill-available;
    padding: 5px;
    border-radius: 50px;
    color: #282828;
    border: 1px solid #eee;
    text-decoration: none;
    justify-content: center;
    align-items: center;
}
.show-more-brands:hover {
    color: #000;
	border-color:#000;
}
.woodmart-btn {
    display: flex;
    width: -webkit-fill-available;
    padding: 10px 20px;
    background-color: var(--e-global-color-secondary);
    color: #fff;
    border: none;
    border-radius: 50px;
    cursor: pointer;
}
.woodmart-btn:hover {
    background-color: var(--e-global-color-primary);
	color: #fff;
}

/* ----------> PAGINA DE PRODUCTO */

.single_add_to_cart_button{
	width: -webkit-fill-available;	
}
.single-product .single_add_to_cart_button:hover{
	
}
.single-product .elementor-widget-wd_single_product_add_to_cart form.cart{
	display: flex;
    flex-direction: column;
    align-content: space-around;
}
.single-product .elementor-widget-wd_single_product_meta .sku_wrapper{
	margin: 0 !important;
}
.single-product .elementor-widget-wd_single_product_meta .posted_in{
	font-weight: 600;
}

.single-product form.cart .quantity::after {
    content: "¡Aprovecha hoy esta oferta!";
    font-size: 13px;
    font-weight: 600;
    line-height: 14.06px;
    text-align: left;
    text-decoration-skip-ink: none;
    color: rgb(65, 174, 59);
    position: absolute;
    right: 0px;
	top: 12px;
}
.single-product .wa-order-class button{
	box-shadow:none !important;
	background: #25d366 !important;
}
.single-product .wa-order-class:hover{
	background: none;
}
.single-product .single_add_to_cart_button:hover,
.single-product .wa-order-class:hover{
	transform: scale(1.05);
	box-shadow:none !important;
}
.single-product .price{
	margin-top: 10px !important;
	order: 3;
	font-size: 100%;
	display: flex !important;
    flex-direction: column;
}
.single-product .price del{
	font-size: 12px !important;
}
.single-product .price ins{
	font-size: 20px !important;
}
.single-product .discount-percentage {
    color: #41ae3b;
    font-weight: bold;
    font-size: 15px;
}

@media (min-width: 768px) {
  form.cart > * {
    flex: none !important;
  }
  .woocommerce-variation-add-to-cart > * {
    flex: none !important;
  }
}

/* ----------> CARRITO */



/* ----------> FINALIZAR COMPRA */

.woocommerce-billing-fields>h3{
	display: none;
}
.woocommerce #billing_country_field span.woocommerce-input-wrapper{
	border: 1px solid #0000001a;
    display: flex;
    padding: 8px 20px;
	border-radius: 50px;
}
label[for="payment_method_micuentawebstd"] img{
	max-width: 100% !important;
}