/*
Theme Name: Astra Child
Theme URI: https://wpastra.com/
Template: astra
Author: Brainstorm Force
Author URI: https://wpastra.com/about/?utm_source=theme_preview&utm_medium=author_link&utm_campaign=astra_theme
Description: The Astra WordPress theme is lightning-fast and highly customizable. It has over 1 million downloads and the only theme in the world with 6,000+ five-star reviews! It’s ideal for professional web designers, solopreneurs, small businesses, eCommerce, membership sites and any type of website. It offers special features and templates so it works perfectly with all page builders like Spectra, Elementor, Beaver Builder, etc. Fast performance, clean code, mobile-first design and schema markup are all built-in, making the theme exceptionally SEO-friendly. It’s fully compatible with WooCommerce, SureCart and other eCommerce plugins and comes with lots of store-friendly features and templates. Astra also provides expert support for free users. A dedicated team of fully trained WordPress experts are on hand to help with every aspect of the theme. Try the live demo of Astra: https://zipwp.org/themes/astra/
Tags: custom-menu,custom-logo,entertainment,one-column,two-columns,left-sidebar,e-commerce,right-sidebar,custom-colors,editor-style,featured-images,full-width-template,microformats,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready,blog
Version: 4.12.1.1774468829
Updated: 2026-03-25 20:00:29

*/

/* modificar carrito */
.btn-modificar-carrito {
    display: inline-block;
    margin-bottom: 20px;
    padding: 10px 20px;
    background: #9f2002;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
}

.btn-modificar-carrito:hover {
    background: #9f2002;
	  color:#fff;
}
/* seguir comprando */
.btn-seguir-comprando {
    display: inline-block;
    margin-bottom: 20px;
    padding: 10px 20px;
    background: #9f2002;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
}

.btn-seguir-comprando:hover {
    background: #9f2002;
  	color:#fff;
}
/* inicio shortcode carrito */
.custom-cart-icon {
    font-size: 22px;
    text-decoration: none;
}
/* SOLO en móvil */
.cart-mobile-only {
    display: none;
}

@media (max-width: 768px) {
    .cart-mobile-only {
        display: block;
    }
}
@media (max-width: 768px) {

    .custom-cart-icon {
        position: fixed !important;
        bottom: 20px;
        left: 20px;
        z-index: 9999;

        background: #d1d1d1;
        color: #fff;
        font-size: 22px;
        width: 25px;
        height: 25px;
        display: flex;
        align-items: right;
        justify-content: right;

        border-radius: 70%;
        box-shadow: 0 4px 10px rgba(0,0,0,0.2);

        text-decoration: none;
    }

    /* contador */
    .custom-cart-icon span {
        position: absolute;
        top: -5px;
        right: -5px;
        background: red;
        color: #fff;
        font-size: 12px;
        padding: 3px 6px;
        border-radius: 50%;
    }
}
/* fin carrito shorcode */

.tienda-hero::before{
content:"";
position:absolute;
inset:0;
background:rgba(0,0,0,0.55);
}

.tienda-hero{
position:relative;
}

.tienda-hero h1{
position:relative;
z-index:2;
}

h2.widget-title {
    font-weight: 500;
    border-bottom: 1px solid #000;
}
/* menu */
.current-menu-item a { text-decoration:underline !important; }

/* Elimina el borde solo cuando se usa ratón */
a:focus:not(:focus-visible),
button:focus:not(:focus-visible) {
  outline: none;
  box-shadow: none;
}

/* Mantiene accesibilidad con teclado */
a:focus-visible,
button:focus-visible {
  outline: 0px solid transparent; /* usa color de marca */
  outline-offset: 0px;
}


#glt-translate-trigger {
    position: fixed;
    bottom: 10px;
    top: auto;
    right: 20px;
    z-index: 200002;
    padding: 6px 10px 8px;
    font-size: 16px;
    font-family: Arial;
    font-weight: 700;
    color: #fff;
	  width:130px;
}

/* Woocommerce */
.featured-product {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #9F2002;
    color: white;
    padding: 5px 15px;
    font-size: 14px;
    font-weight: 400;
    z-index: 9;
    border-radius: 15px;
}

.hfe-woo-products-wrapper .hfe-product-add-to-cart .button { border-radius: 24px !important; font-weight:300; }
#secondary h2.widget-title { font-size: 20px !important; border-bottom: 1px solid #000; }
.woocommerce-js a.button { background-color: #9F2002; }

[data-section="section-header-mobile-trigger"] .ast-button-wrap .mobile-menu-toggle-icon .ast-mobile-svg {
    width: 20px;
    height: 20px;
    fill: #ffffff;
}

@media (max-width:992px) {
	a.nturl.single-language {
			border: 0;
			margin-left: 25px;
	}
	.ast-primary-header-bar {
    background-color: #9f2002 !important;
    background-image: none;
}
}
@media (min-width:320px) and (max-width:411px) {
	..mobhome { margin-top: 300px !important; }
}
@media (min-width:412px) and (max-width:600px) {
	..mobhome { margin-top: 680px !important; }
}
@media (min-width:601px) and (max-width:686px) {
	..mobhome { margin-top: 200px !important; }
}