/*

 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------------------------------------------------------*/

/*===================================================================*/
/*--------------XXXXXXXXXXXXXXXXXXXXXXXXXX-----------------*/
/*===================================================================*/



:root {
    --color_a: #ec1c24;
    /*--color_b: */
}

/*GENERAL*/
.extender {
	width: 100vw !important;
	margin-left: calc(-50vw + 50%) !important;
}

/*mobile*/
@media only screen and (max-width: 767px) {
	.extender-movil {
		width: 100vw !important;
		margin-left: calc(-50vw + 50%) !important;
	}
}

@media only screen and (max-width: 1024px) {

	.solo-pc{
		display: none !important;
	}

}

@media only screen and (min-width: 768px) {

	.solo-movil{
		display: none !important;
	}

}

@media only screen and (min-width: 1025px){

	.no-pc{
		display: none !important;
	}

}

@media only screen and (max-width: 767px) {
  
	.no-movil{
		display: none !important;
	}

}

/*mobile*/
@media only screen and (max-width: 767px) {
	.extender-movil {
		width: 100vw !important;
		margin-left: calc(-50vw + 50%) !important;
	}
}


img[alt~="preloader"]{
    width: 30vw !important;
    height: 30vw !important;
    margin: 0 auto;
    max-width: 50vw !important;
}

.grecaptcha-badge { visibility: hidden; }


/*HOME------------------------------------*/

.home .main-page-wrapper {
    padding-top: 0px;
}


/*MENU PRINCIPAL*/
li.ofertas {
    background-color: red;
    border-radius: 5px;
}

li.ofertas a {
    color: #fff !important;
    
}

ul#menu-primary li.ofertas a {
    padding: 5px 10px;
}


/* PAGINAS */

.page .main-page-wrapper {
    padding-top: 0px;
}

/*PAGINA DE CYBERMONDAY*/
/*
.page-id-42607 .cuotas,
.page-id-42607  span.price,
.page-id-42607 .wd-add-btn {
    display: none !important;
}
*/


/*mobile*/
/*slider 600x360*/
@media only screen and (max-width: 767px) {
    .home .swiper-slide {
        height: auto !important;
    }
    
    .home .swiper-slide-bg {
        height: 60vw !important;
       background-position: initial !important;
    }
}


/*tablet y desktop */
/*Slider 1280x385*/
@media only screen and (min-width: 768px) {

    .home .swiper-slide {
        height: auto !important;
    }
    
    .home .swiper-slide-bg {
        height: 30vw !important;
       background-position: initial !important;
    }

    .home .products.elements-grid .col-md-4 {
        flex: 0 0 20%;
        max-width: 20%;
    }


}
/*----------------------------*/



/*VISTA CATAGORIA CATALOGO------------------------------------------------*/

.cuotas p {
    margin-bottom: 8px;
}

.woocommerce.widget_top_rated_products ul, ul.product_list_widget {
    list-style: none;
}

.product-grid-item h3.wd-entities-title {
    text-align: center;
}

.product-grid-item .price {
    text-align: center;
    display: flex;
    flex-direction: column;
    font-size: 1.2rem;
}

.product-grid-item {
    display: flex;
    flex-direction: column;
    border: 1px solid #ccc;
}

p.stock.woo-custom-stock-status {
    order: -1;
}



/*tablet y desktop*/
@media only screen and (min-width: 768px) {


    h1.entry-title.title {
        font-size: 2rem;
    }

    h3.wd-entities-title.category-title {
        font-size: 0.9rem;
    }

        .cat-design-alt img{
            width: 300px;
            max-width: 100%;
            height: 30vh;
            max-height: 300px;
        }
      
      @supports(object-fit: cover){
        .cat-design-alt img{
          object-fit: contain;
          object-position: center center;
        }
      }

      .product-grid-item .product-image-link img, .product-grid-item .hover-img img {
        width: 300px;
        max-width: 100%;
        height: 30vh;
        max-height: 300px;
      }
      
      @supports(object-fit: cover){
        .product-grid-item .product-image-link img, .product-grid-item .hover-img img{
          object-fit: scale-down;
          object-position: center center;
        }
      }

}

/*mobile*/
@media only screen and (max-width: 767px) {


    ul.products-tabs-title li{
        font-size: 13px !important;
    }

    h3.wd-entities-title.category-title {
        font-size: 13px;
    }

    .cat-design-alt img{
        width: 300px;
        max-width: 100%;
        height: 30vh;
        max-height: 300px;
    }
      
      @supports(object-fit: cover){
        .cat-design-alt img{
          object-fit: contain;
          object-position: center center;
        }
      }

    .woof_products_top_panel_content {
        display: none;
    }

    h1.entry-title.title {
        font-size: 1.4rem;
    }

    .product-grid-item {
        padding-bottom: 20px !important;
    }

    .product-grid-item .price {
        font-size: 1rem !important;
    }

    
    .product-grid-item .product-image-link img, .product-grid-item .hover-img img {
        width: 300px;
        max-width: 100%;
        height: 25vh;
        max-height: 200px;
      }
      
      @supports(object-fit: cover){
        .product-grid-item .product-image-link img, .product-grid-item .hover-img img{
          object-fit: scale-down;
          object-position: center center;
        }
      }

}




/*VISTA DE SUBCATEGORIAS-----------------------------------------------------------*/
/*
.subcategorias .sidebar-container {
    display: none;
}
*/
/*
.subcategorias .product-grid-item {
    border: 1px solid #e4e4e4;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 2px;
    padding-right: 2px;
}

/*
.subcategorias .site-content {
    max-width: 100% !important;
    width: 100% !important;
    flex: 0 0 100%;
}
*/
/*
.subcategorias .wd-shop-tools.woodmart-shop-tools{
    display: none;
}
*/
.top-productos-categorias {
    display: flex;
    flex-direction: row;
    width: 100%;
    flex-wrap: wrap;
}

.subcategorias .product-grid-item.col-md-4 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

h2.top-sub {
    text-align: center;
    margin-top: 10%;
    font-size: 2rem;
}

/*mobile*/
@media only screen and (max-width: 767px) {
    .subcategorias .product-grid-item.col-md-4 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}


/*tablet y desktop*/
@media only screen and (min-width: 768px) {

    .subcategorias .products.elements-grid .col-md-4 {
        flex: 0 0 25%;
        max-width: 25%;
    }

}






/*ENCABEZADO------------------------------------------*/

.whb-main-header {
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.25) !important;
}

/*mobile*/
@media only screen and (max-width: 767px) {

    .whb-main-header {
        padding-bottom: 3%;
    }

    .wd-dropdown.wd-dropdown-menu.menu-item-my-account.wd-dropdown-my-account.wd-design-default.menu-item-register.sub-menu-dropdown {
        display: none;
    }
}

/*tablet*/
@media only screen and (min-width: 768px) and (max-width: 1024px){
    .whb-row.whb-header-bottom.whb-not-sticky-row.whb-without-bg.whb-without-border.whb-color-dark.whb-flex-flex-middle {
        padding-left: 20%;
        padding-right: 20%;
        padding-bottom: 20px;
    }
    
}

/*tablet y escritorio*/
@media only screen and (min-width: 768px) {
    .whb-general-header .whb-col-center.whb-visible-lg {
        padding-left: 10%;
        padding-right: 10%;
    }

    
}


/*MARCAS------------------------------------*/

.marcas {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.term-marca{
    width: 20%;
}


/*mobile*/
@media only screen and (max-width: 767px) {

    .marcas {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }

    .term-marca{
        width: 25%;
    }
}



/*FILTRO----------------------------------------------*/

#woof_html_buffer{
    height: 201px;
    width: 201px;
    background-image: url(https://mk-kraken.com/wp-content/uploads/2021/09/cargando-200.gif);
    background-size: 50%!important;
    background-color: transparent!important;
    color:transparent!important;
    -webkit-box-shadow: none!important;
    -moz-box-shadow: none!important;
    box-shadow: none!important;
    background-repeat: no-repeat!important;
  }

 @media only screen and (max-width: 767px) {
    #woof_html_buffer {
        left: 50%;
        margin-left: -100px;
        background-position: center;
    }

 }

 /*SLIDER CATEGORIAS---------------------------------*/

 .home .slider-wf{
    width: 90%;
    margin: 0 auto;
    max-width: 1260px;
}

.home .slick-prev, .home .slick-next {
    background: #fff;
}



.home .slick-slide img {
    display: block;
    width: 90%;
    margin: 0 auto;
}

.home .slick-prev:before, .home .slick-next:before {
    color: #333 !important;
}

.home .slick-prev:before {
    /*font-family: "Font Awesome 5 Brands";*/
    font-family: "Font Awesome 5 Free" !important;
    content: "\f053" !important;
    font-style: normal !important;
    font-weight:900 !important;
    font-size:25px !important;
}

.home .slick-next:before {
    /*font-family: "Font Awesome 5 Brands";*/
    font-family: "Font Awesome 5 Free" !important;
    content: "\f054" !important;
    font-style: normal !important;
    font-weight:900 !important;
    font-size:25px !important;
}

 /*---------------------------------SLIDER CATEGORIAS---------------------------------*/


 /*VISTA PRODUCTO-----------------------------------------*/

/*mobile*/
@media only screen and (max-width: 767px) {

    .owl-stage-outer.owl-height {
        height: 50vh !important;
    }

    .single-product figure.woocommerce-product-gallery__image img{
        /*width: 300px;*/
        max-width: 100%;
        height: 50vh !important;
        max-height: 300px;
      }
      
      @supports(object-fit: cover){
            .single-product figure.woocommerce-product-gallery__image img{
            object-fit: scale-down;
            object-position: center center;
            }
      }

/*imagen miniatura de galeria*/
.single-product .product-image-thumbnail img{
        /*width: 300px;*/
        max-width: 100%;
        height: 150px !important;
        max-height: 150px;
      }
      
      @supports(object-fit: cover){
            .single-product .product-image-thumbnail img{
                object-fit: scale-down;
                object-position: center center;
            }
      }
}

/*tablet y desktop*/
@media only screen and (min-width: 768px) {

    .owl-stage-outer.owl-height {
        height: 50vw !important;
    }

    .single-product figure.woocommerce-product-gallery__image img{
        /*width: 300px;*/
        max-width: 100%;
        height: 50vw !important;
        max-height: 600px;
      }
      
      @supports(object-fit: cover){
            .single-product figure.woocommerce-product-gallery__image img{
            object-fit: scale-down;
            object-position: center center;
            }
      }


                    /*imagen miniatura de galeria*/
        .single-product .product-image-thumbnail img{
            /*width: 300px;*/
            max-width: 100%;
            height: 150px !important;
            max-height: 150px;
        }
        
        @supports(object-fit: cover){
                .single-product .product-image-thumbnail img{
                    object-fit: scale-down;
                    object-position: center center;
                }
        }

}


/*BUSCADOR GENERAL-----------------------------------------------------*/

/*fondo lupa*/
.aws-container .aws-search-form .aws-form-btn {
    background: #222;
}

.aws-container .aws-search-form .aws-form-btn:hover {
    background: #222;
}

/*Lupa*/
.aws-container .aws-search-form .aws-search-btn_icon {
    color: #fff;
}


/*ver mas resultados - fondo*/
li.aws_result_item.aws_search_more a {
    background-color: #222;
}

.aws-search-result .aws_search_more a:hover {
    background: #222;
}


/*ver mas resultados - texto*/
.aws-search-result .aws_search_more a {
    color: #fff;
    font-size: 1rem;
}

/*resultados*/
.aws-search-result .aws_result_title {
    font-weight: bold;
    color: #222;
}

/*Precio en resultados*/
.aws-search-result .aws_result_price {
    color: #000;
    font-weight: bold;
}

span.aws_result_title {
    font-size: 13px;
}

/*---------------------------------------BUSCADOR*/


/*FILTRO LATERALES*/

.woof_block_html_items {
    display: none;
}

.woof_container {
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.woof_container_inner h4{
    padding-left: 20px;
    background: url(/wp-content/plugins/woocommerce-products-filter/img/plus2.png);
    background-repeat: no-repeat;
    cursor: pointer;
    font-size: 14px;
}


.woof_container_inner h4.abierto{
    background: url(/wp-content/plugins/woocommerce-products-filter/img/minus2.png);
    background-repeat: no-repeat;
    background-position: left;

}

.woof_container_inner h4.cerrado{
    background: url(/wp-content/plugins/woocommerce-products-filter/img/plus2.png);
    background-repeat: no-repeat;
    background-position: left;

}

.woocommerce.widget_price_filter h4{
    background: none;
}

.woocommerce.widget_price_filter{
    margin-bottom: 20px;
}
/*mobile*/

.woof_block_html_items ul {
    padding-left: 20px;
}



/*NUEVO FILTRO*/

.bapf_sfilter .bapf_hascolarr, .bapf_sfilter .bapf_hasdesc {
    display: inline-flex;
    align-items: center;
}

.berocket_aapf_widget_selected_filter {
    display: flex;
    justify-content: space-around;
}

h3.bapf_hascolarr, .bapf_head h3 {
    font-size: 15px;
}

/*mobile*/
@media only screen and (max-width: 767px) {
    .sidebar-container .widget-area.wd-scroll-content {
        padding-left: 10px;
    }
}




/*LANDING CYBERWEEK*/

.elementor.elementor-25037 {
    margin-bottom: 0px !important;
}

.page-id-25037 .main-page-wrapper {
    padding-top: 0px;
}


/*FORMULARIO GARANTIA*/
button#wpforms-submit-28402 {
    background-color: #000;
    color: #fff;
}


.search-results h1.entry-title.title {
    font-size: 1.2rem;
}

.product-grid-item p.stock {
    white-space: normal;
}

.page-id-39770 .main-page-wrapper {
    padding-top: 0px !important;
}

/* FINALIZA COMPRA */

h3#ship-to-different-address label span{
    font-size: 1.2rem;
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
}

/*===================================================================*/
/*--------------carrito Lateral----------------*/
/*===================================================================*/
.wd-side-hidden {
    z-index: 9999;
}

.menu-hotsale{
    background-color: #4c2882;
    border-radius: 5px;
}

.menu-hotsale a,
.menu-liquidacion a{
    color: #fff !important;
    padding: 5px 8px;
}

.menu-liquidacion{
    background-color: rgb(255, 81, 0);
    border-radius: 5px;
}

/* === ---- PRECIOS EN EFECTIVO --- 29/09/25--- WF Cash Prices (opcional) === */
.cuotas.wf-cuotas-efectivo { margin-top: 6px; }
.cuotas .wf-efectivo{
  margin-top: 4px;
  font-weight: 600;
  line-height: 1.3;
}
@media (max-width: 767px){
  .cuotas .wf-efectivo{ font-size: 14px; }
}


del .amount{
    color: #666 !important;
}

.cuotas {
    color: #333 !important;
}

p#billing_dni_field {
    display: none !important;
}

input#billing_dni_afip {
    text-align: left !important;
}

/*Flechas de numero de dni*/
/* Chrome, Edge, Safari, Opera */
#billing_dni_afip::-webkit-inner-spin-button,
#billing_dni_afip::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
#billing_dni_afip {
  -moz-appearance: textfield;
}
