/*
Theme Name: hanimoon
Theme URI: https://hanimoon.com
Author: ABEC
Author URI: https://hanimoon.com
Description: Custom Theme for hanimoon
Version: 5.2.3.2
Tested up to: 6.1.1
Requires PHP: 5.6
License: MIT License
License URI: https://github.com/bootscore/bootscore/blob/main/LICENSE
Text Domain: bootscore
Tags: featured-images, threaded-comments, translation-ready

Use this theme to make something cool, have fun, and share what you've learned with others.

Bootscore is based on Underscores https://underscores.me/, (C) 2012-2022 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/

/*
All style editing is done via scss/_bscore_custom.scss
*/


:root{
    --bs-black: #000;
    --bs-verde: #2c3e38;
    --bs-naranja: #e08d38
}


@font-face {
    font-family: got;
    src: url(fonts/GOTHIC.ttf);
}

@font-face {
    font-family: tim;
    src: url(fonts/timesi.ttf);
}

@font-face {
    font-family: fm;
    font-weight: 100;
    src: url(fonts/FMBolyarSansPro-100.ttf);
}

@font-face {
    font-family: fm;
    font-weight: 400;
    src: url(fonts/FMBolyarSansPro-400.ttf);
}

@font-face {
    font-family: fm;
    font-weight: 500;
    src: url(fonts/FMBolyarSansPro-500.ttf);
}

@font-face {
    font-family: fm;
    font-weight: 600;
    src: url(fonts/FMBolyarSansPro-600.ttf);
}


body{
    font-family: got;
    font-size: 15px;
    word-break: normal
}

.fm{
    font-family: fm;
}
.got{
    font-family: got;
}
.tim{
    font-family: tim;
}

.bg-verde{
    background-color: var(--bs-verde)!important;
}

.text-verde{
    color: var(--bs-verde)
}

.bg-naranja{
    background-color: var(--bs-naranja)!important;
}

.text-naranja{
    color: var(--bs-naranja)
}


.b{
    border: 1px solid var(--bs-black);
}

.bt{
    border-top: 1px solid var(--bs-black);
}

.bb{
    border-bottom: 1px solid var(--bs-black);
}

.bl{
    border-left: 1px solid var(--bs-black);
}

.br{
    border-right: 1px solid var(--bs-black);
}

footer .bt, footer .bb{
    border-color: #fff
}

.fw100{
    font-weight: 100;
}

.max-200{
    max-width: 200px;
    margin: auto
}

.max-250{
    max-width: 250px;
    margin: auto
}

.max-300{
    max-width: 300px;
    margin: auto
}

.max-400{
    max-width: 400px;
    margin: auto
}


.max-500{
    max-width: 500px;
    margin: auto
}

.max-600{
    max-width: 600px;
    margin: auto
}


.btn{
    border-radius: 0;
    text-transform: uppercase;
    font-family: fm;
    font-weight: 100;
    line-height: 1.2
}

.square{
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 100%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}


.square > * {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.logo.md{
    max-width: 280px
}



#content{
    margin-top: 118px
}

.home #content{
    margin-top: 0
}


figure.w-100 img{
    width: 100%
}

.fixed-top{
    background-color: rgba(255,255,255,1);
}

.to-fixed{
    box-shadow: 0 0 5px 1px rgba(0,0,0,.1)
}

.home .fixed-top{
    background-color: rgba(255,255,255,.5)
}

.banner-caption{
    position: absolute!important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.social{
    display: flex;
    list-style: none;
    gap: 1rem;
    margin-bottom: 0;
    padding-left: 0
}

.social a{
    color: var(--bs-black);
    transition: all 0.3s ease;
    text-decoration: none;
    font-family: fm;
    font-weight: 100;
    font-size: 14px
}


.top-nav-widget{
    font-weight: 100;
    font-size: 12px
}

.top-nav-widget > div{
    display: flex;
    flex-direction: column;
    align-items: end;
}


.top-nav-widget p{
    margin-bottom: 0
}

.navbar > .container{
    align-items: start
}

.navbar > .container > div{
    margin-top: 15px
}




#bootscore-navbar{
    justify-content: end;
    width: 100%
}

#bootscore-navbar a{
    color: var(--bs-black);
    font-size: 14px;
    line-height: 1;
    font-weight: 100;
    font-family: fm;
}
#bootscore-navbar .menu-item.current_page_parent a,
#bootscore-navbar .current-menu-item a{
    color: var(--bs-naranja);
    position: relative;
}


#bootscore-navbar .menu-item.current_page_parent a:before,
#bootscore-navbar .current-menu-item a:before{
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    bottom: -25px;
    left: 50%;
    margin-left: -15px;
    background-image: url(img/icono_verde.png);
    background-size: cover
}

#bootscore-navbar a:hover{
    color: var(--bs-naranja)
}

.txt-white{
    color: #fff!important
}

.bbw{
    border-bottom: 15px solid #fff
}




.femail a{
    color: var(--bs-black);
    text-decoration: none
}

.femail a:hover{
    opacity: .7
}


figure, figure img{
    margin-bottom: 0;
	margin-top: 10px;
}


.offcanvas.offcanvas-end{
    flex-grow: 0
}

.navbar-brand{
    margin-right: 0
}

.btn {
    padding: 8px 25px;
    transition: all .2s linear
}

.btn-news{
    border: 1px solid #fff;
    border-radius: 15px;
}

.btn-news:hover{
    background-color: rgba(255,255,255,.1);
    border: 1px solid #fff
}

.btn-white{
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 25px;
    padding: 5px 35px
}


.btn-white:hover{
    border: 1px solid #fff;
    background-color: rgba(255,255,255,.1);
}

.woocommerce div.product form.cart .button{
    background-color: transparent;
    border-radius: 0;
    border: 1px solid var(--bs-black);
    color: var(--bs-black);
    font-family: fm;
    font-weight: 100;
    margin: auto;
    display: table;
    float: none;
}


.footer-box > img{
    max-width: 200px
}

#menu-footer-menu {
    display: flex;
    gap: 10px;
    padding-left: 0;
    justify-content: center;
    margin-bottom: 0;
    list-style: none
}

#menu-footer-menu a{
    line-height: 1;
    text-decoration: none;
    padding: 0 15px;
    font-size: 14px;
    border-left: 1px solid #fff
}

#menu-footer-menu li:last-child a{
    border-right: 1px solid #fff
}

#menu-footer-menu a:hover{
    opacity: .7
}

.bootscore-footer {
    background-color: var(--bs-verde);
    color: #fff
}

.bootscore-footer a{
    color: #fff;
    text-decoration: none
}

.nav1 button{
    background-color: transparent;
    border: 0;
    line-height: 1
}

.owl-dot span {
    width: 7px;
    height: 7px;
    margin: 6px 0;
    background-color: #fff;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}

.nav-black .owl-dot span{
    background-color: #222;
}

.owl-dot.active span {
    background-color: #777
}

.owl-next span, .owl-prev span{
    color: #fff!important
}

.nav-black .owl-next span, .nav-black .owl-prev span{
    color: #222!important;
}


.nav1{
    position: relative;
    display: table;
    margin: auto;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px
}

.nav1 .owl-next {
    position: absolute;
    right: -30px;
    top: 9px;
}

.nav1 .owl-prev {
    position: absolute;
    left: -30px;
    top: 9px;
}

.owl-carousel .owl-stage{
    display: flex;
    flex-wrap: wrap
}

.owl-carousel .owl-item .item{
    height: 100%;
}

.owl-carousel .owl-item img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Opcional: para asegurarse de que las imágenes se ajusten correctamente */
}

.owl-carousel .owl-item{
    float: none!important
}

.o-naranja strong{
    color: var(--bs-naranja)
}

.main-banner{
    max-height: calc(100vh - 50px);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.otgs-development-site-front-end{
    display: none!important;
    height: 0!important;
    visibility: hidden!important
}

.wpml-ls-legacy-list-horizontal{
    padding: 0
}

.wpml-ls-legacy-list-horizontal a{
    padding-left: 0;
    padding-right: 0;
    color: var(--bs-black)
}
.wpml-ls-legacy-list-horizontal a:hover{
    opacity: .8
}

.wpml-ls-legacy-list-horizontal li a span{
    padding-left: 10px;
    padding-right: 10px
}
.wpml-ls-legacy-list-horizontal li:first-child a span{
    border-right: 1px solid var(--bs-black)
}

figure.wp-block-image figcaption{
    position: absolute;
    color: #fff;
    bottom: 40px;
    left: 50px;
    margin: 0;
    font-size: 22px;
    font-family: fm;
    text-shadow: 1px 1px 10px #000
}


figure.h-100 img{
    height: 100%!important;
    object-fit: cover
}

.line-nosotros{
    height: 2px;
    opacity: 1;
}

.product-name a{
    color: var(--bs-black)
}


.div-contacto > div,
.div-contacto > div > div,
.div-contacto > div > div > div{
    position: static
}



.wpcf7 input:not([type="submit"]):not([type="checkbox"]){
    border: 0;
    border-bottom: 1px solid #222;
    width: 100%;
    color: #222;
}

textarea{
    border: 1px solid #222;
    width: 100%;
    max-height: 150px;
    color: #222;
}

.form-polyce{
    font-size: 11px
}

.wpcf7-list-item{
    margin-left: 0;
    font-size: 12px
}


::placeholder,
input::-webkit-input-placeholder,
input::-moz-placeholder,
input:-ms-input-placeholder,
input::-ms-input-placeholder {
    color: var(--bs-black);
}


.form-bottom {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.form-bottom div{
    position: relative;
}

.wpcf7-submit{
    padding: 2px 40px;
    border: 1px solid var(--bs-black);
    background-color: #fff;
    transition: all .2s linear;
    text-transform: uppercase
}

.wpcf7-submit:hover{
    background-color: #ddd
}

.wpcf7-spinner{
    position: absolute;
    right: 2px;
    top: 2px;
    margin: 0;
}

.bg-contacto{
    height: 100%;
    width: 100%;
}

.titulo-descripcion,
#tab-description h2
{
    font-family: fm;
	font-size: 15px;
    margin-bottom: 3rem;
	margin-top: 1rem;
	text-transform: uppercase;
}

#tab-description h3
{
    font-family: fm;
	font-size: 15px;
    margin-bottom: 1rem;
	margin-top: 1rem;
	text-transform: lowercase;
}

.producto-item{
    margin-bottom: 1.5rem;
}

.producto-item .titulo{
    font-family: fm;
    margin-bottom: 0.5rem;
}

.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary
.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images{
    width: 100%;
    float: none;
    clear: both
}

.wc-tabs{
    display: none;
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals{
    float: none;
    width: auto
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button{
    background-color: var(--bs-verde);
    border: 1px solid var(--bs-verde);
    font-family: fm;
    font-weight: 100;
    transition: all .25s linear
}


#add_payment_method .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:hover{
    background-color: #fff;
    color: var(--bs-verde);

}


.flex-control-nav{
    list-style: none;
    padding: 0;
    margin-bottom: 3rem;
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* 4 columnas de ancho igual */
    gap: 10px; /* Separación de 10 píxeles entre las columnas */
}

.product_meta .btn{
    display: table;
    margin: auto
}



.flex-control-nav li:hover {
    opacity: .8;
    cursor: pointer
}

.content-producto .woocommerce-LoopProduct-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    gap: 10px
}


.content-producto .woocommerce-LoopProduct-link .price{
    font-size: 13px;
    word-break: normal;
}


.categoria-listado a,
.content-producto .woocommerce-LoopProduct-link,
.content-producto .woocommerce-LoopProduct-link h2{
    font-size: 13px;
    line-height: 1;
    font-weight: 100;
    font-family: fm;
    color: var(--bs-black);
    text-decoration: none;
    margin-bottom: 0;
}

.current-category .titulo-categoria{
    color: var(--bs-naranja)
}

a{
    text-decoration: none;
}

.mini-cart img{
    width: 24px;
}

.mini-cart {
    color: var(--bs-black);
    display: table;
    margin-left: auto;
    margin-top: 10px
}

.single-product .mini-cart{
    margin-top: 0
}

.mini-cart:hover{
    color: var(--bs-black)
}

.mini-cart .cart-total{
    display: none!important
}

.mini-cart .cart-content-count{
    position: relative;
    font-size: 12px;
    padding-top: 8px;
    padding-left: 5px;
}

a img{
    transition: all .2s linear
}

a:hover img{
    opacity: .8
}

.custom-woo > .term-description{
    display: none
}

.custom-woo > .page-title:after{
    content: "";
    position: absolute;
    height: 1px;
    width: 100vw;
    background-color: var(--bs-black);
    top: 50%;
    left: 100%;
}
.custom-woo > .page-title{
    display: table;
    padding-left: 50px;
    padding-right: 50px;
    position: relative;
    background-color: #fff;
    line-height: 1;
}

#content .product_title, #content .entry-title, #content .page-title{
    line-height: 1;
    font-family: fm;
    font-weight: 100;
    text-transform: lowercase;
    font-size: 1.5rem;
    margin-bottom: 1rem
}

#content .product_title {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 15px;
	margin-top: 1rem;
}


.entry-summary  > .price,
.product_title.entry-title{
    text-align: right;
    color: var(--bs-black)!important
}

.woocommerce-product-details__short-description{
    border-bottom: 1px solid var(--bs-black);
    margin-bottom: 1rem
}

.variations .label{
    display: none
}


.page-item:last-child .page-link,
.page-item:first-child .page-link,
.page-link, .page-link.active, .active > .page-link{
    background-color: transparent;
    color: var(--bs-black);
    border: 0;
    box-shadow: none;
    border-radius: 0;
    border-left: 1px solid var(--bs-black);
    line-height: 1;
    padding-top: 0;
    padding-bottom: 0;
    font-family: fm;
    font-weight: 100
}

.page-item:first-child .page-link{
    border: 0;
}


.custom-pagination{
    position: relative;
    padding-left: 1rem;
    background-color: #fff;
    display: table;
    margin-left: auto
}

.custom-pagination:before{
    content: "";
    position: absolute;
    height: 1px;
    background-color: var(--bs-black);
    left: -100vw;
    width: 100vw;
    top: 50%;
}

.category-link {
    word-break: normal;
    font-weight: 100;
    font-family: fm;
    color: var(--bs-black)
}

.category-link:hover{
    color: var(--bs-naranja)
}

.woocommerce div.product form.cart .variations select{
    border: 1px solid #999;
    border-radius: 0;
    font-family: fm;
    font-weight: 100;
    text-align: center
}

.cont-input-qty {
    font-family: fm;
    font-weight: 100;
    display: flex;
    border: 1px solid #999;
    padding: 0 10px;
    align-items: center
}

.cont-input-qty input{
    border: 0!important;
    width: 50px!important;
    flex: none!important
}

.cont-input-qty button{
    background-color: transparent;
    border:0
}

.cont-input-qty input::-webkit-inner-spin-button,
.cont-input-qty input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


.woocommerce div.product form.cart .variations{
    margin-bottom: 0
}

.single_add_to_cart_button {
    margin-bottom: 5px
}

.woocommerce-variation-add-to-cart{
    text-align: center
}

.cont-envios{
    margin-top: 2rem;
}

.product_meta .btn{
    padding-left: 15px;
    padding-right: 15px
}

.woocommerce div.product div.images .flex-control-thumbs li{
    width: auto
}

#content div.product div.summary{
    position: relative
}

.envios_devoluciones{
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    width: 100%;
    min-height: 100%;
    background-color: #fff;
    transition: all .25s linear;
}

.envios_devoluciones.show{
    display: block
}

.top-0{
    top: 0
}

.envios_devoluciones .btn-close{
    margin-left: auto;
    display: table;
}



.cont-envios a{
    color: var(--bs-black)
}


@media (min-width: 768px){
    .woocommerce-tabs, .product-summary{
        width: 28%;
    }

    .product-image{
        width: 44%
    }
}




@media (min-width: 576px){
    .summary.entry-summary{
        overflow: unset;
    }

}
@media (max-width: 991px){

    #content{
        margin-top: 82px
    }

    .product-image{
        width: 50%
    }
    .product-summary{
        width: 50%;
    }

    .woocommerce-tabs{
        width: 100%;
        order: 999
    }
    .woocommerce div.product div.images .flex-control-thumbs{
        margin-top: 10px
    }


    .offcanvas-body{
        display: flex
    }

    .top-nav{
        margin-top: auto
    }

    .top-nav-widget{
        margin-right: auto
    }

    .top-nav-widget > div{
        justify-content: center;
        align-items: center;
        margin-bottom: 1rem
    }

    .social{
        justify-content: space-around
    }

    #bootscore-navbar a{
        padding-top: 15px;
        padding-bottom: 15px
    }

    #bootscore-navbar .current-menu-item a:before{
        bottom: 7px
    }

    .offcanvas-header {
        background-color: var(--bs-verde);
        color: #fff;
    }

    .offcanvas-header .btn-close{
        filter: invert(1)
    }

}


@media (max-width: 767px){
    .direccion-footer span{
        color: var(--bs-verde);
        display: block;
        height: 1px;
        overflow: hidden
    }

    .direccion-footer a{
        display: inline-block
    }

    .bg-contacto{
        height: 50vh;
        width: 100%!important;
        position: relative!important;
        margin-bottom: 1rem
    }

}




@media (max-width: 575px){

    .envios_devoluciones{
        border: 1px solid #f2f2f2;
        padding: 10px;
        box-shadow: 1px 1px 4px 0px rgba(0,0,0,.2);
    }
    .product-image{
        width: 100%
    }
    .product-summary{
        width: 100%;
    }

    .bread-category .col{
        width: 50%;
        flex: 0 0 auto
    }

    .cont-mini-cart{
        flex: 0 0 auto
    }

    #menu-footer-menu li a{
        border: 0!important;
    }

    #menu-footer-menu{
        flex-direction: column;
        text-align: center
    }

    figure.wp-block-image figcaption{
        left: 25px;
        bottom: 15px
    }

    .main-banner{
        height: calc(100vh - 100px)
    }

    .main-banner > figure{
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center
    }

    .main-banner > figure img{
        width: auto;
        height: 100%!important;
        max-height: 100%;
        max-width: none;
    }

    .btn-news{
        font-size: 14px;
        padding-left: 10px;
        padding-right: 10px
    }

}


@media (max-width: 480px){
    .logo.md {
        max-width: 235px;
    }

    .content-producto .woocommerce-LoopProduct-link .price{
        position: absolute;
        right: 10px;
        bottom: 45px;
        z-index: 9999;
    }
    .categoria-listado a,
    .content-producto .woocommerce-LoopProduct-link,
    .content-producto .woocommerce-LoopProduct-link h2{
        font-size: 12px;
        padding-left: 0
    }

    .custom-woo > .page-title{
        padding-left: 25px;
        padding-right: 25px
    }

}

nav#nav-main {
    border-bottom: 1px solid var(--bs-black);
}

.tax-product_cat a.category-link img {
    opacity: .7;
    transition: opacity .5s ease;
}
.tax-product_cat a.category-link:hover img,
.tax-product_cat a.category-link.current-category img {
    opacity: 1;
    transition: opacity .5s ease;
}
.custom-woo {
    overflow: hidden;
}
