/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/
@font-face {
    font-family: 'bungee.inline-regular';
    font-style: normal;
    font-weight: 400;
    src: url('fuentes/bungee.inline-regular.otf'); /* IE9 Compat Modes */
    src: local(''),
         url('fuentes/bungee.inline-regular.otf') format('opentype'), /* IE6-IE8 */
         url('fuentes/bungee.inline-regular.woff2') format('woff2'), /* Super Modern Browsers */
         url('fuentes/bungee.inline-regular.woff') format('woff'), /* Modern Browsers */
         url('fuentes/bungee.inline-regular.ttf') format('truetype'), /* Safari, Android, iOS */
         url('fuentes/bungee.inline-regular.svg#bungee.inline-regular') format('svg'); /* Legacy iOS */
    font-display: swap;
}
@font-face {
  font-family: 'fontello';
  src: url('font/fontello.eot?64571291');
  src: url('font/fontello.eot?64571291#iefix') format('embedded-opentype'),
       url('font/fontello.woff2?64571291') format('woff2'),
       url('font/fontello.woff?64571291') format('woff'),
       url('font/fontello.ttf?64571291') format('truetype'),
       url('font/fontello.svg?64571291#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
    font-family: 'RougantRough_PERSONAL_USE_ONLY';
    font-style: normal;
    font-weight: 400;
    src: url('fuentes/Mans-Greback-Rougant-Rough.otf'); /* IE9 Compat Modes */
    src: local(''),
         url('fuentes/Mans-Greback-Rougant-Rough.otf') format('opentype'), /* IE6-IE8 */
         url('fuentes/Mans-Greback-Rougant-Rough.woff2') format('woff2'), /* Super Modern Browsers */
         url('fuentes/Mans-Greback-Rougant-Rough.woff') format('woff'), /* Modern Browsers */
         url('fuentes/Mans-Greback-Rougant-Rough.ttf') format('truetype'), /* Safari, Android, iOS */
         url('fuentes/Mans-Greback-Rougant-Rough.svg#Mans-Greback-Rougant-Rough') format('svg'); /* Legacy iOS */
    font-display: swap;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?64571291#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;

  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */

  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-f-carta:before { content: '\e800'; } /* '' */
.icon-f-facebook:before { content: '\e801'; } /* '' */
.icon-f-delivery:before { content: '\e802'; } /* '' */
.icon-f-instagram:before { content: '\e803'; } /* '' */
.icon-f-mapa:before { content: '\e804'; } /* '' */
.icon-f-telefono:before { content: '\e805'; } /* '' */
.icon-f-menu:before { content: '\e806'; } /* '' */
.icon-f-promociones:before { content: '\e807'; } /* '' */
.icon-f-tiktok:before { content: '\e808'; } /* '' */
.brasas-productos.wd-bg-center-bottom {
     background-position: center 300px!important;
}
.woocommerce-shipping-methods{
    display: flex;
    justify-content: flex-end;
}
.woocommerce-shipping-methods>li{
    border: 2px solid #ef4e2b;
    border-radius: 10px;
    padding: 5px;
    width: 120px;
	margin-left:5px;
	display:flex;
	height: 60px;
}
.woocommerce-shipping-methods label {
    margin-bottom: 0;
    font-weight: 700;
    color: #000000;
}
.whatsapp-float{position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 9999;
}
.whatsapp-float a{display: block;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #25D366;
    color: #fff;
    font-size: 34px;
    text-align: center;
    line-height: 70px;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease-in-out;
    text-decoration: none;}

.whatsapp-float a:hover{background-color: #128C7E;
    transform: scale(1.1);}

.whatsapp-float a i{padding: 2px 0 0 2px;}
.wd-heading .wd-action-btn.wd-style-text>a {
    color: #000;
}
.wd-tools-element.wd-header-mobile-nav .wd-tools-icon {
    color: #ef4e2b;
}
.wd-tools-element.wd-header-mobile-nav a{
    border-radius: 5px;
}
.wd-tools-element.wd-header-mobile-nav a:hover{
    background-color: #ef4e2b;
}
.wd-tools-element.wd-header-mobile-nav a:hover .wd-tools-icon {
    color: #fff;
}
.ico-ubicacion a:before { 
    content: '\e804'; 
    font-family: "fontello";
    color: #ef4e2b;
    display: inline;
    margin-right: 5px;
}

.ico-carta a:before { 
    content: '\e800'; 
    font-family: "fontello";
    color: #ef4e2b;
    display: inline;
    margin-right: 5px;
}

.ico-promo a:before { 
    content: '\e807'; 
    font-family: "fontello";
    color: #ef4e2b;
    display: inline;
    margin-right: 5px;
}


#menu-principal:before{
    position: absolute;
    z-index: 0;
    content: "";
    width: 120px;
    height: 120px;
    top:80px;
    left: calc(50% - 60px);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url(https://www.globdigitaldevs.com/proyectos/brasas/wp-content/uploads/2024/11/logo-circular.png);
}

.fa-truck:before{
    content: '\e802'!important; 
    font-family: "fontello";
}
.wd-add-btn-replace .add-to-cart-loop:before,.wd-header-cart .wd-tools-icon:before{

    content: '\e802'!important; 
    font-family: "fontello"!important; 
}
.wd-cat .wd-entities-title {
    font-size: 22px;
    font-family: "RougantRough_PERSONAL_USE_ONLY", sans-serif;
}


.wd-add-btn-replace .add-to-cart-loop span:before{
    display: inline;
    content: '\e802' !important;
    font-family: "fontello" !important;
    margin-right: 5px;
}
.recomendado .wd-add-btn-replace .add-to-cart-loop span:before{
    font-size: 14px;
}

.recomendado .wd-add-btn-replace .add-to-cart-loop span:after{
    display: inline;
    content: 'Agregar al pedido' !important;
    margin-right: 0px;
	    font-size: 14px;
}
.recomendado .wd-product.wd-hover-standard  .wd-add-btn-replace .add-to-cart-loop span{
	font-size:0px!important;
}
.recomendado .wd-product-cats{
	display:none;
}
.entry-summary .recomendado .amount {
    font-size: 16px !important;
}
.recomendado .wd-entities-title {
    font-size: 16px !important;
}
.single_add_to_cart_button:before {
    display: inline;
    content: '\e802' !important;
    font-family: "fontello" !important;
    margin-right: 5px;
    position: relative;
    opacity: 1;
}
.wd-product.wd-hover-standard .wd-add-btn .add-to-cart-loop span {
    font-size: 14px!important;
}
:is(.btn,.button,button,[type="submit"],[type="button"]) {
    font-size: 14px!important;
}
.wd-search-form [type="submit"]{
    font-size: 0px!important;
}
.wd-product .product-wrapper {
    padding: 0!important;
}
legend, h1, h2, h3, h4, h5, h6, .title{
  font-family: "RougantRough_PERSONAL_USE_ONLY", sans-serif;
  font-weight: 400;
  font-style: normal;
}
h3.font-text {
    font-family: var(--wd-text-font)!important;
}
.sombra-blanca h2{
    text-shadow: 2px 2px #fff;
}
.main-footer .wd-sub-menu>li>a{
    display: none;
}
.main-footer .wd-sub-menu li>a {
    font-weight: 700;
}
.libro p{
    line-height: 15px;
}
.detalles .title,.detalles-02 .title{
    position: relative;
}
.detalles .title:before{
    position: absolute;
    z-index: 0;
    content: "";
    left: -80px;
    top: 10px;
    width: 60px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url(https://www.globdigitaldevs.com/proyectos/brasas/wp-content/uploads/2024/11/recurso-blanco-iz.svg);
}

.detalles .title:after{
    position: absolute;
    z-index: 0;
    content: "";
    right: -80px;
    top: 10px;
    width: 60px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url(https://www.globdigitaldevs.com/proyectos/brasas/wp-content/uploads/2024/11/recurso-blanco-der.svg);
}

.detalles-02 .title:before{
    position: absolute;
    z-index: 0;
    content: "";
    left: -80px;
    top: 10px;
    width: 60px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url(https://www.globdigitaldevs.com/proyectos/brasas/wp-content/uploads/2024/11/recurso-naranja-iz.svg);
}
.detalles-02 .title:after{
    position: absolute;
    z-index: 0;
    content: "";
    right: -80px;
    top: 10px;
    width: 60px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url(https://www.globdigitaldevs.com/proyectos/brasas/wp-content/uploads/2024/11/recurso-naranja-der.svg);
}

.ubicaciones .info-box-title{
    margin-top: 8px;
}

.orden-01{
    display: grid;
}
.orden-01 .title-after_title{
    order: 1;
}
.orden-01 .title-subtitle{
    order: 2;
}
.orden-01 .liner-continer{
    order: 3;
}
.ico-whatsapp .title{
    display: inline-flex!important;
    align-items: center;
}

.ico-whatsapp .title:before{
    position: initial;
    display: inline-block;
    content: "";
    width: 60px;
    height: 60px;
    margin-right: 10px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url(https://www.globdigitaldevs.com/proyectos/brasas/wp-content/uploads/2024/11/whatsapp.svg);
}

.ico-whatsapp .title-subtitle{
    position: relative;
}

.ico-whatsapp .title-subtitle:before {
    position: initial;
    display: inline-block;
    content: "";
    width: 60px;
    height: 30px;
    margin-right: 15px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url(https://www.globdigitaldevs.com/proyectos/brasas/wp-content/uploads/2024/11/recurso-naranja-iz.svg);
}

.ico-whatsapp .title-subtitle:after{
    position: initial;
    display: inline-block;
    content: "";
    width: 60px;
    height: 30px;
    margin-left: 15px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url(https://www.globdigitaldevs.com/proyectos/brasas/wp-content/uploads/2024/11/recurso-naranja-der.svg);
}

.banner-brasa,.banner-brasa-02{
    border-radius: 20px!important;
}
.banner-brasa.promo-banner .content-banner  {
    width: 50%;
}
.banner-brasa-02.promo-banner .content-banner  {
    width: 35%;
}
.banner-brasa-02 .banner-title{
    text-shadow: 2px 2px #000;
}
.banner-brasa .banner-title{
    text-shadow: 2px 2px #fff;
}
.banner-brasa .content-banner,.banner-brasa-02 .content-banner {
    display: grid;
}
.banner-brasa .banner-inner{
    order: 1;
}
.banner-brasa .banner-subtitle{
    order: 2;
}
.banner-brasa .banner-title{
    order: 3;
    margin-top: 0px!important;
    margin-bottom: 20px!important;
}
.banner-brasa .banner-btn-wrapper{
    order: 4;
}

.banner-brasa-02 .banner-inner{
    order: 1;
    margin-top: 0 !important;
}

.banner-brasa-02 .banner-title{
    order: 2;
    margin-top: 0 !important;
}

.banner-brasa-02 .banner-subtitle{
    order: 3;
    margin-bottom: 10px;
}

.banner-brasa-02 .banner-btn-wrapper{
    order: 4;
}

.wd-product.wd-hover-standard .wd-add-btn>a {
    margin-bottom: -15px;
}
.amount {
    font-weight: 700;
    font-size: 20px !important;
}
.entry-summary .amount {
    font-size: 35px !important;
}
.entry-summary ul li{
    list-style: none;
    position: relative;
    margin-bottom: 2px !important;
}
.entry-summary ul li:before {
    position: absolute;
    z-index: 0;
    content: "";
    left: -15px;
    top: 10px;
    width: 7px;
    height: 7px;
    border-radius: 10px;
    background-color: #ef4e2b;
}
.slider-texto .title{
    text-shadow: 3px 3px #fff;
}

.slider-texto{
    display: grid;
}
.slider-texto .title-after_title{
    order: 1;
}
.slider-texto .title-subtitle{
    order: 2;
    margin-left: -75px;
}
.slider-texto .liner-continer{
    order: 3;
}

.slider-texto .title-subtitle:before {
    position: initial;
    display: inline-block;
    content: "";
    width: 60px;
    height: 30px;
    margin-right: 15px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url(https://www.globdigitaldevs.com/proyectos/brasas/wp-content/uploads/2024/11/recurso-blanco-iz.svg);
}

.slider-texto .title:after{
    position: absolute;
    display: inline-block;
    content: "";
    width: 60px;
    height: 30px;
    margin-top: 36px;
    margin-left: 8px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url(https://www.globdigitaldevs.com/proyectos/brasas/wp-content/uploads/2024/11/recurso-blanco-der.svg);
}

.wd-logo img[width]:not([src$=".svg"]) {
    width: 200px!important;
}


.page-title .title {
    color: #ef4e2b;
    text-shadow: 3px 3px #fff;
}



.page-title .title:before{
    position: absolute;
    z-index: 0;
    content: "";
    left: -80px;
    top: 10px;
    width: 60px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url(https://www.globdigitaldevs.com/proyectos/brasas/wp-content/uploads/2024/11/recurso-blanco-iz.svg);
}

.page-title .title:after{
    position: absolute;
    z-index: 0;
    content: "";
    right: -80px;
    top: 10px;
    width: 60px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url(https://www.globdigitaldevs.com/proyectos/brasas/wp-content/uploads/2024/11/recurso-blanco-der.svg);
}
.wd-header-cart a{
    border: 2px solid #ef4e2b;
    border-radius: 5px;
    height: 42px!important;
}

.wd-header-cart .wd-tools-text:before{
    content: "MI PEDIDO";
    font-size: 14px;
}
.wd-header-cart .wd-tools-text{
    display: initial !important;
}
.wd-header-cart .wd-cart-subtotal{
    display: none!important;
}
.page-title .title {

    position: relative;
    display: inline;
}
.page-title-default {
    padding-top: 120px!important;
    padding-bottom: 70px!important;
}
.woocommerce-cart .page-title-default,.woocommerce-checkout .page-title-default{
    padding-top: 40px!important;
    padding-bottom: 40px!important;
}
.product-tabs-wrapper {
    padding-top: 0!important;
    padding-bottom: 0!important;
    border-top: 0px solid #f6f6f6!important;
    border-bottom: 0px solid #f6f6f6!important;
    background-color: #f6f6f6!important;
}

.product-tabs-wrapper .poduct-tabs-inner{
    border-bottom: 1px solid #d6d6d6;
}

.product_title {
    font-size: 50px;
    font-family: "RougantRough_PERSONAL_USE_ONLY", sans-serif;
}
.woocommerce-product-gallery .woocommerce-product-gallery__image {
    border-radius: 15px!important;
}

.related-products .wd-el-title {
    color: #ef4e2b;
    font-size: 26px;
}

.product-template-default .main-page-wrapper {
    padding-top: 130px;
}


.product-element-top {
    border-radius: 12px!important;
}
.wd-product .product-wrapper {
    border-radius: 12px!important;
}

.related-and-upsells{
    padding-bottom: 40px;
}

.shop-loop-head {
    background-color: #fff;
    padding: 20px;
    border-radius: 20px;
}

.post-type-archive-product .site-content {
    margin-bottom: 80px;
}

.wd-nav-img, .mega-menu-list img {
    max-height: 30px;
}
.wd-nav-img, .mega-menu-list img {
    margin-right: 5px;
}
.wd-nav-product-cat{
    justify-content: space-evenly!important;
}
.wd-nav-product-cat:not(.wd-nav-mobile)>li>a {
    font-size: 18px;
    text-transform: initial;
    opacity: 0.7;
}

.wd-nav-product-cat:not(.wd-nav-mobile)>li>a:hover{
    opacity: 1;
}


.wd-side-hidden {
    background-color: #000000!important;
}
.cart-widget-side.wd-side-hidden {
    background-color: #fff!important;
}
.wd-nav-mobile>li>a {
    color: #ffffff!important;
}

.mobile-nav .wd-heading {
    position: absolute!important;
    top: 0;
    right: 0;
}
.mobile-nav{
    display: block;
    justify-content: center;
    align-content: center;
}
.wd-action-btn>a {
    color: #ffffff;
}
.wd-nav>li>a {
    font-size: 18px;
    justify-content: center;
}
.main-footer>p{
    margin-bottom: 0;
}
.mobile-menu-widget{
	border-top:1px solid #fff;
    	position: absolute;
    bottom: 0px;
    width: 100%;
}
.mobile-menu-widget .wd-social-icons {
    display: flex;
    justify-content: space-around;

	padding-top: 30px;
    padding-bottom: 40px;
}
.scrollToTop {
    right: auto;
	left:20px
}
.c-shopping {
    background-color: #F6AE2D;
    color: #fff;
}
.c-shopping:hover {
    background-color: #f5a30a;
    color: #fff;
}

@media screen and (max-width: 1024px) {
    .wd-nav-accordion-mb-on .wd-btn-show-cat{
        justify-content: center;
    }
    .page-title .container {
        display: grid;
        justify-content: center;
    }
    .wd-header-cart a {
        border: 0px solid #ef4e2b;
    }
}
@media screen and (max-width: 768px) {
    .logo-fotter .wd-image{
        text-align: center;
    }
    .main-footer .wd-sub-menu li>a {
        font-weight: 700;
        justify-content: center;
    }
    .redes-footer .wd-text-block,.redes-footer .wd-social-icons{
        text-align: center;
    }
    .libro{
        width: 160px;
        margin: auto;
    }
    .wd-header-cart .wd-tools-text:before {
        content: "";
    }
    .banner-brasa.promo-banner .content-banner {
        width: 100%;
    }
    .banner-brasa-02.promo-banner .content-banner {
        width: 100%;
    }
    .banner-brasa .banner-title {
        margin-bottom: 0px !important;
    }
    .banner-brasa-02 .banner-subtitle {
        text-shadow: 1px 1px #fff;
    }
    .ordenar .chica{
        order: 2;
    }
}

