/**
Theme Name: Extradoginary
Theme URI: 
Description: Tema para la tienda virtual Extradoginary
Author: @Orfeojemr
Template: storefront
Version: 1.0
License: GNU General Public License v2 or later
*/

:root{
    --colorGris: #F7F5F2;
    --colorBlanco: #fff;
    --colorNegro: #111;
    --colorPrimario: #6EBDB5;
    --colorSecundario: #543830;
    --textoGris:#C7C7C7;
    --fontTitulos: 'Signika', sans-serif;
}

h1, h2, h3{
    font-family: var(--fontTitulos);
}

input, select, textarea{
    width: 100%;
}

.hero_page_home{
    background-color: #4CD7CA;
    background-position: top center;
    background-repeat: no-repeat;
    height: 400px;
}

.hero_page{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 310px;
}

.hero_page_shop{
    background-color: #8ED7CF;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 310px;
}

/** Hero Page, Cart, Product, Checkout*/
.woocommerce-cart .hero_page, .single-product .hero_page, .hero_category_product{
    height: 300px;
}

.site-branding {
    float: left;
    margin-bottom: 0;
    position: relative;
    z-index: 999;
    margin: 0 auto;
    width: 50%;
}

.site-header-mobile{
    height: 100px;
}

.site-header .custom-logo-link img, .site-header .site-logo-anchor img, .site-header .site-logo-link img{
    margin: 0 auto;
    max-width: 150px;
}

.hero_cart{
    background-color: #A7867B;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

@media(min-width: 998px){


    .site-header .custom-logo-link img, .site-header .site-logo-anchor img, .site-header .site-logo-link img{
        max-width: 200px;
    }
    

    .site-branding {
        width: calc(100% - 120px);
    }

    .hero_page_home{
        background-color: #4CD7CA;
        background-position: top center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 650px;
    }
    
    .hero_page{
        background-size: cover;
        background-position: center;
        height: 610px;
    }

    .hero_cart{
        height: 570px;
    }
    
    .hero_page_shop{
        background-size: cover;
        background-position: center;
        height: 570px;
    }

    .hero_page_producto{
        background-repeat: no-repeat;
        background-size: cover;
        height: 350px;
    }

    .hero_category_product{
        background-position: center;
        background-size: cover;
        height: 400px;
    }

    .hero_checkout, .hero_myaccount{
        background-repeat: no-repeat;
        background-size: cover;
        height: 300px;
    }


}

a:focus, button:focus, input:focus, textarea:focus{
    outline-color: none;
    outline: none;
}

.a:focus, button:focus, .button.alt:focus, input:focus, textarea:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus{
    outline: none;
    outline-color: none;
}

.site-header{
    padding-top: 1rem;
}

.col-full{
    max-width: 100%;
    padding: 0;
    /* margin-left: 0;
    margin-right: 0; */
}

.home .col-full.home_lioncarrusel{
    margin-left: 0;
    margin-right: 0;
}

 @media(min-width: 998px){

    .home .col-full.home_lioncarrusel{
        margin-left: 1.41575em !important;
        margin-right: 1.41575em !important;
    }

}

.content_product_lionjemr{
    padding: 1rem;
}

.col-header{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    max-width: 82.4989378333em;
    margin-left: auto;
    margin-right: auto;
    padding: 0 1.617924em;
    box-sizing: content-box;
}

.site-header .col-header{
    padding: 0;
}

.header_mobile_extradoginary{
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    height: 230px;
}

@media(min-width: 998px){

    .col-header{
        max-width: 82.4989378333em;
        padding: 0 1.617924em;
    }

    .header_mobile_extradoginary{
        display: none;
    }

}

.col-footer{
    max-width: 82.4989378333em;
    margin-left: auto;
    margin-right: auto;
    padding: 0 .617924em;
    box-sizing: content-box;
}

.container{
    margin: 0 auto;
    width: 100%;
}

@media(min-width: 998px){

    .container{
        margin: 0 auto;
        width: 66.4989378333em;
    }

    .col-header{
        flex-direction: row;
        max-width: 82.4989378333em;
        padding: 0 2.617924em;
    }

    .col-footer{
        max-width: 82.4989378333em;
        padding: 0 2.617924em;
    }

}

.img_responsive {
    max-width: 100%;
    height: auto;
}

.ancla_products{
    display: none;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    height: 150px;
}

.ancla_products_2{
    display: flex;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    height: 150px;
}

.show_products{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--colorBlanco);
    border-radius: 5px;
    height: 60px;
    padding: .5rem;
    width: 60px;
}

@media(min-width: 998px){
    
    .ancla_products{
        display: flex;
        height: 400px;
    }

    .ancla_products_2{
        height: 220px;
    }

}

.show_products:hover{
    background-color: var(--colorNegro);
    transition: all .3s ease-in-out;
}

.show_products i{
    font-size: 2.3rem;
}

button, input[type="button"], input[type="reset"], input[type="submit"], .button, .widget a.button{
    background-color: var(--colorPrimario);
    color: var(--colorBlanco)
}

button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, .button:hover, .widget a.button:hover{
    background-color: var(--colorSecundario);
    color: var(--colorBlanco);
}

/** Menú */
#menu-menu{
    color: var(--colorBlanco);
    display: flex;
    justify-content: flex-end;
}

#menu-menu li a{
    color: var(--colorBlanco);
    font-family: var(--fontTitulos);
    font-size: 1.3rem;
    text-shadow: 0px 2px 3px rgba(5, 1, 1, 0.45);
    padding: 1.3rem .5rem;
}

#menu-menu li a:hover{
    color: rgba(5, 1, 1, 0.75) !important;
    transition: all .3s ease-in-out;
}

button.menu-toggle{
    max-width: 90px;
}

/** Submenú */
.menu-item .sub-menu{
    background-color: var(--colorBlanco) !important;
    padding: 0;
}

.menu-item .sub-menu li{
    padding: 0 .3rem !important;
}

.menu-item .sub-menu li a{
    color: var(--colorNegro) !important;
    text-shadow: none !important;
    line-height: 1.2rem;
    padding: .8rem .3rem !important;
}

.menu-item .sub-menu li a:hover{
    background-color: var(--colorPrimario) !important;
    color: var(--colorBlanco) !important;
}

@media(min-width: 998px){

    .menu-item .sub-menu{
        padding: 1rem;
    }

}

.woocommerce-active .site-header .main-navigation{
    margin-right: .1rem;
    position: relative;
    top: -60px;
}

.menu{
    background-color: var(--colorBlanco);
    margin: 1.5rem 0 !important;
}

.menu li{
    padding: 0 1rem;
}

.menu li a{
    font-size: 1.2rem;
}

.menu ul{
    padding: 1.5rem;
}

@media(min-width: 998px){

    .woocommerce-active .site-header .main-navigation{
        margin-right: .1rem;
        top: 0;
    }

    .menu{
        background-color: transparent;
        padding: 0;
        margin: 0;
    }

    
}

/** Breadcrumb */
.storefront-breadcrumb{
    margin: 0 1rem;
}

.storefront-sorting select, select{
    display: block;
    width: 100%;
    padding: .375rem 1.75rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

@media(min-width: 998px){

    .storefront-breadcrumb{
        margin: 0 4rem;
    }

}

.single-product div.product p.price{
    margin: .5rem 0;
}

.price .woocommerce-Price-amount.amount{
    font-weight: 700;
    font-size: 2rem;
}
button.single_add_to_cart_button{
    background-color: var(--colorPrimario) !important;
    padding: 1rem 2rem;
}

input[type="number"].qty{
    padding: 1rem;
}


/** Cart Header */
.woocommerce-active .site-header .site-header-cart{
    width: 20%;
}

.site-header-cart .cart-contents {
    padding: 0;
    background-color: transparent;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.site-header-cart .cart-contents .woocommerce-Price-amount{
    display: none;
}

.site-header-cart .cart-contents .count{
    display: none;
}

.site-header-cart .cart-contents::after {
    color: var(--colorBlanco);
    height: 1rem;
    font-size: 1.8rem;
}

.site-header-cart.menu{
    display: none;
}

@media(min-width: 998px){

    .site-header-cart.menu{
        display: block;
    }
}

/** Quienes Somos Home */
.quienes_somos_home{
    background-color: var(--colorGris);
    padding: 1rem;
}

.bloque_quienes_somos_home .contenido_quienes_somos_home h2{
    color: var(--textoGris);
    font-weight: 700;
}

.bloque_quienes_somos_home .contenido_quienes_somos_home h2 span{
    color: var(--colorPrimario)
}

.bloque_quienes_somos_home .imagen_quienes_somos_home{
    flex: 0 1 95%;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media(min-width: 998px){

    .quienes_somos_home{
        padding: 2rem;
    }

    .quienes_somos_home .bloque_quienes_somos_home{
        display: flex;
        justify-content: center;
    }

    .bloque_quienes_somos_home .imagen_quienes_somos_home{
        flex: 0 1 35%;
        align-items: center;
    }

    .bloque_quienes_somos_home .contenido_quienes_somos_home{
        flex: 0 1 75%;
    }

}

/** Dog Bottom Home*/
.dog_bottom_home{
    padding: 1rem;
}

.dog_bottom_tienda{
    display: flex;
    justify-content: flex-end;
}

@media(min-width: 998px){

    .dog_bottom_home{
        padding: 2rem;
    }

    .dog_bottom_home img{
        display: block;
        margin: 0 auto;
        width: 900px;
    }
}

/** Page Razón ser */
.razon_de_ser{
    padding: 1rem;
}

@media(min-width: 998px){

    .razon_de_ser{
        padding: 2rem;
    }
    
    .seccion_razon_ser{
        display: flex;
        justify-content: center;
    }
    
    .seccion_razon_ser .contenido_razon_ser{
        flex: 0 1 45%;
        padding: 1rem;
    }
    
    .seccion_razon_ser .imagen_razon_ser{
        flex: 0 1 65%;
    }

}

.misiones_razon_ser{
    background-color:  #E5E5E5;
    padding: 1rem;
    position: relative;
    height: auto;
}

.img_dog_mision{
    position: relative;
    top: 0px;
    max-width: 250px;
}

.seccion_misiones_razon_ser{
    display: flex;
    justify-content: center;
    flex-direction: column;
}

@media(min-width: 998px){

    .misiones_razon_ser{
        height: 600px;
    }

    .seccion_misiones_razon_ser{
        flex-direction: row;
    }

    .img_dog_mision{
        position: absolute;
        top: -40px;
        max-width: 350px;
    }

}

.seccion_misiones_razon_ser .imagen_mision_razon_ser{
    flex: 0 1 45%;
    order: 1;
}

.seccion_misiones_razon_ser .listado_misiones_razon_ser{
    flex: 0 1 65%;
    order: 0;
}

.lista_misiones{
    margin: 0;
}

.lista_misiones li{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}

@media(min-width: 998px){

    .seccion_misiones_razon_ser .imagen_mision_razon_ser{
        order: 0;
    }

    .seccion_misiones_razon_ser .listado_misiones_razon_ser{
        order: 1;
    }

    .lista_misiones li{
        flex-direction: row;
    }

}

.lista_misiones li .icon_mision{
    margin-right: 1rem;
    max-height: 100px;
}

.lista_misiones li h3{
    color: var(--colorPrimario);
}

/** Productos */
h2.woocommerce-loop-product__title{
    font-size: 1.5rem !important;
    font-weight: 700 !important;
}

.single-product div.product .product_meta{
    font-size: 1rem;
}

.single-product div.product .woocommerce-product-gallery img{
    display: block;
    margin: 0 auto;
}

.stock.in-stock::before{
    content: '\f1b0';
}

.stock.out-of-stock::before {
    content: '\f05e';
}


/** Badges */
.onsale{
    background-color: #f05454;
    border-color: #f05454;
    color: var(--colorBlanco);
}

.itsnew{
    background-color: #70af85;
    border-color: #70af85;
    border-radius: 3px;
    display: inline-block;
    color: var(--colorBlanco);
    font-size: .875em;
    font-weight: 600;
    padding: .282em .6180469716em;
    text-transform: uppercase;
    margin-bottom: 1em;
}

.price ins span.amount bdi{
    color:  #f05454;
}

/** Productos Destacados */
.related.products{
    width: 100%;
}

.related.products .products{
    display: flex;
    flex-direction: column;
}

.related.products h2{
    color: var(--colorSecundario);
    font-size: 1.8rem;
    font-weight: 600;
}

@media(min-width: 998px){

    .related.products .products{
        flex-direction: row;
    }

    .related.products h2{
        font-size: 2rem;
    }

}

/** Home Products */
.storefront-recent-products, .storefront-popular-products{
    padding: 1.5rem;
}

.storefront-recent-products .products, .storefront-popular-products .products{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.storefront-recent-products .products .type-product a img{
    height: 300px;
}

.storefront-recent-products h2, .storefront-popular-products h2{
    color: var(--colorSecundario);
    font-size: 2rem;
    font-weight: 600;
}

@media(min-width: 998px){

    .storefront-recent-products .products, .storefront-popular-products .products{
        flex-direction: row;
    }

}

/** Carrito */
.xoo-wsc-ft-btn-cart{
    background-color: var(--colorNegro);
}

.xoo-wsc-items-count, .xoo-wsc-sc-count{
    background-color: var(--colorPrimario);
}

.xoo-wsc-basket{
    color: var(--colorSecundario);
}

/** Faqs */
.lista_faqs{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
}

.lista_faqs li{
    flex: 0 1 100%;
    padding: 2rem 3rem;
}

@media(min-width: 998px){

    .lista_faqs li{
        flex: 0 1 33%;
    }

}

.lista_faqs li:nth-child(1), .lista_faqs li:nth-child(5){
    background-color: #E9E6E1;
}

.lista_faqs li:nth-child(3), .lista_faqs li:nth-child(4){
    background-color: #71C2BB;
}

.lista_faqs li img.icon_faqs{
    margin: 1rem auto;
}

@media(min-width: 998px){

    .lista_faqs li img.icon_faqs{
        margin: 1rem 0;
    }

}

.lista_faqs li h3{
    line-height: 1.2;
}

/** Producto */
/* .wc-block-grid__products, ul.products{
    display: flex;
} */

.attachment-woocommerce_thumbnail{
    opacity: 1.0;
}

.attachment-woocommerce_thumbnail:hover{
    opacity: 0.7;
    transition: opacity .55s ease-in-out;
}

.pswp__bg{
    background-color:rgba(0, 0, 0, .95);
}

/** Contacto */
.contacto{
    padding: 2rem;
}

.seccion_contacto{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.seccion_contacto .contenido_contacto{
    flex: 0 1 50%;
}

.seccion_contacto .contenido_contacto .email_contacto{
    color: var(--colorPrimario);
    font-weight: 700;
    font-size: 1.2rem;
    margin: 2rem 0;
}

@media(min-width: 998px){

    .seccion_contacto{
        flex-direction: row;
    }

}

.seccion_contacto .contenido_contacto .email_contacto::before{
    display: inline-block;
    content: '\f003';
    font-size: 1.2rem;
    font-family: 'FontAwesome';
    vertical-align: middle;
    margin-right: .5rem;
}

.seccion_contacto .contenido_contacto .icon_contacto{
    display: block;
    margin: .3rem auto;
}

.seccion_contacto .formulario_contacto{
    flex: 0 1 50%;
    padding: 1rem 0;
}

@media(min-width: 998px){

    .seccion_contacto .contenido_contacto .icon_contacto{
        display: block;
        margin: 3rem auto;
    }

}

/** Footer */
.site-footer{
    background-color: var(--colorSecundario);
    padding: 3rem 0;
}

@media(min-width: 998px){

    .site-footer{
        padding: 1rem 0;
    }

}

.site-footer .footer_creditos{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    color: var(--colorBlanco);
    padding: 1rem 0;
}

.footer_creditos .enlaces_privacidad{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    list-style: none;
    margin: 0;
    text-align: center;
}

.footer_creditos .enlaces_privacidad li:nth-child(1){
    flex: 0 1 95%;
    margin: .5rem auto;
}

.footer_creditos .enlaces_privacidad li:nth-child(2), .footer_creditos .enlaces_privacidad li:nth-child(3){
    flex: 0 1 45%;
    margin: .5rem .3rem;
}

@media(min-width: 998px){

    .site-footer{
        padding: 1rem 2rem;
    }

    .site-footer .footer_creditos{
        flex-direction: row;
    }
    
    .footer_creditos .enlaces_privacidad{
        flex-direction: row;
    }

}

.footer_creditos .logo_footer{
    margin: 1rem 0;
}

.footer_creditos .logo_footer img{
    width: 170px;
}

.footer_creditos .enlaces_privacidad li{
    margin: 0 1rem;
}

.footer_creditos .enlaces_privacidad li a{
    color: var(--colorBlanco) !important;
}

.footer_creditos #redes_sociales_footer{
    display: flex;
    justify-content: center;
    list-style: none;
    margin: 0;
}

.footer_creditos #redes_sociales_footer li{
    margin-right: .5rem;
}

.footer_creditos #redes_sociales_footer li a{
    color: var(--colorBlanco);
    font-size: 1.4rem;
    text-decoration: none;
}

.storefront-handheld-footer-bar{
    background-color: var(--colorBlanco);
}

.site-footer .enlaces_privacidad .storefront-handheld-footer-bar ul{
    background-color: var(--colorBlanco);
    display: flex;
    justify-content: space-between;
}

.site-footer .enlaces_privacidad .storefront-handheld-footer-bar ul li a{
    color: var(--colorPrimario) !important;
}

.storefront-handheld-footer-bar ul li > a{
    height: 3.4em;
}