/**
Theme Name: mimablue
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mimablue
Template: astra
*/

/** OCULTAR CANTIDAD A脩ADIR AL CARRITO*/
.woocommerce-js div.product form.cart div.quantity{
	display: none;
}

/* COLOR Y TAMA脩O PRECIOS*/
.uael-woocommerce .products li.product .price, .uael-woocommerce ul.products li.product .price{
	color: #1E263B;
	font-size: 14pt;
}

/* FLECHAS AUMENTO CANTIDAD PERSONALIZADAS */

/* Inputs numéricos */
#price_calculator input[type="number"],
.mima-cart-metros {
    -moz-appearance: textfield;
    appearance: textfield;
    height: 52px;
    border: 1px solid #d9d9d9;
    border-radius: 10px;
    text-align: center;
    box-sizing: border-box;
    background: #fff;
}

#price_calculator input[type="number"] {
    width: 95%;
    padding-right: 40px;
    font-size: 22px;
}

.mima-cart-metros {
    width: 100% !important;
    padding: 5px !important;
    padding-right: 34px !important;
    font-size: 18px;
}

/* Ocultar flechas nativas */
#price_calculator input[type="number"]::-webkit-outer-spin-button,
#price_calculator input[type="number"]::-webkit-inner-spin-button,
.mima-cart-metros::-webkit-outer-spin-button,
.mima-cart-metros::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

#price_calculator input[type="number"]::-moz-number-spin-box,
.mima-cart-metros::-moz-number-spin-box {
    display: none;
}

/* Wrapper */
.custom-number-wrap,
#price_calculator .custom-number-wrap {
    position: relative !important;
    display: inline-block !important;
    width: 100%;
    max-width: 100%;
    vertical-align: middle;
    overflow: visible !important;
}

/* Spinner */
.custom-spinner,
#price_calculator .custom-spinner,
.custom-number-wrap .custom-spinner {
    position: absolute !important;
    top: 1px !important;
    right: 1px !important;
    bottom: 1px !important;
    width: 28px !important;
    display: flex !important;
    flex-direction: column !important;
    overflow: hidden;
    border-left: 1px solid #ddd;
    border-radius: 0 10px 10px 0;
    background: #f5f5f5;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    z-index: 20;
}

/* Botones del spinner */
.spinner-btn,
#price_calculator .spinner-btn,
.custom-number-wrap .spinner-btn {
    flex: 1 1 auto !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 28px !important;
    min-width: 28px !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0;
    border-radius: 0 !important;
    background: #f5f5f5;
    color: #555 !important;
    font-size: 10px;
    line-height: 1;
    box-shadow: none;
    cursor: pointer;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transition: all 0.2s ease;
}

.spinner-btn:first-child,
#price_calculator .spinner-btn:first-child {
    border-bottom: 1px solid #ddd;
}

.spinner-btn:hover,
#price_calculator .spinner-btn:hover {
    background: #1E263B;
    color: #fff;
}

.spinner-btn:active,
#price_calculator .spinner-btn:active {
    transform: scale(0.95);
}

.spinner-btn span,
.custom-number-wrap .spinner-btn span {
    display: block !important;
    font-size: 10px;
    line-height: 1;
    color: inherit;
    pointer-events: none;
    opacity: 1 !important;
    visibility: visible !important;
}

/* Contextos mini-cart / off-canvas */
.widget_shopping_cart .custom-number-wrap,
.woocommerce-mini-cart .custom-number-wrap,
.ast-site-header-cart .custom-number-wrap,
.elementor-menu-cart__product .custom-number-wrap,
.elementor-widget-woocommerce-menu-cart .custom-number-wrap,
.elementor-menu-cart__main .custom-number-wrap,
.elementor-menu-cart__container .custom-number-wrap,
.dialog-widget-content .custom-number-wrap {
    display: inline-block !important;
    position: relative !important;
    max-width: 100% !important;
    overflow: visible !important;
}

.widget_shopping_cart .custom-spinner,
.woocommerce-mini-cart .custom-spinner,
.ast-site-header-cart .custom-spinner,
.elementor-menu-cart__product .custom-spinner,
.elementor-widget-woocommerce-menu-cart .custom-spinner,
.elementor-menu-cart__main .custom-spinner,
.elementor-menu-cart__container .custom-spinner,
.dialog-widget-content .custom-spinner {
    display: flex !important;
    opacity: 1 !important;
    visibility: visible !important;
    z-index: 9999 !important;
}

.widget_shopping_cart .mima-cart-metros,
.woocommerce-mini-cart .mima-cart-metros,
.ast-site-header-cart .mima-cart-metros,
.elementor-menu-cart__product .mima-cart-metros,
.elementor-widget-woocommerce-menu-cart .mima-cart-metros,
.custom-number-wrap .mima-cart-metros {
    width: 100% !important;
    min-width: 0 !important;
    padding-right: 34px !important;
    text-align: center !important;
    box-sizing: border-box !important;
    border-radius: 10px !important;
}


td.product-quantity .custom-number-wrap {
    width: 100px !important;
}

/* Evitar recortes */
.widget_shopping_cart li,
.woocommerce-mini-cart li,
.ast-site-header-cart li,
.elementor-menu-cart__product,
.elementor-widget-woocommerce-menu-cart .elementor-menu-cart__product {
    overflow: visible;
}

dl.variation {
    display: none !important;
}

.custom-product-quantity {
    font-size: 1.2em !important;
    color: #666;
}

.shop_table.woocommerce-checkout-review-order-table .product-quantity {
    display: none;
}

/* OCULTAR CABECERA DE INFORMACIÓN ADICIONAL EN PÁGINA DE PRODUCTO */

.yikes-custom-woo-tab-title.yikes-custom-woo-tab-title-informacion-adicional {
    display: none;
}

/* OCULTAR TEXTO DE HAY EXISTENCIAS */

.ast-stock-detail {
    display: none;
}


/* PAGINA DE PRODUCTOS (DROPDOWN MENU ORDENACION) */
.dropdown-menu-ordenacion-productos {
    margin-bottom: 1.5em; /* 24px */
    text-align: right;
}

.dropdown-menu-ordenacion-productos select,
.dropdown-menu-ordenacion-productos .orderby {
    display: inline-block;
    width: auto;
    min-width: 19em;
    max-width: 100%;
    height: 3.4375; /* 55px */
    padding: 0 2.375em 0 0.75em; /* 38px 12px */
    border: 0.0625em solid var(--ast-global-color-2); /* 1px */
    border-radius: 0.35em;
    background-color: #fff;
    color: var(--ast-global-color-2);
    font-size: 1em
    font-weight: 400;
    line-height: 2.375em; /* 38px */
    box-shadow: none;
    outline: none;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg fill='%23666' height='20' viewBox='0 0 20 20' width='20' xmlns='http://www.w3.org/2000/svg'><path d='M5.5 7.5l4.5 4.5 4.5-4.5'/></svg>");
    background-repeat: no-repeat;
    background-position: right 0.625em center; /* 10px */
    background-size: 1em 1em; /* 16px */
}

.dropdown-menu-ordenacion-productos select:hover,
.dropdown-menu-ordenacion-productos .orderby:hover {
    border-color: #bfc3c9;
}

.dropdown-menu-ordenacion-productos select:focus,
.dropdown-menu-ordenacion-productos .orderby:focus {
    border-color: #bfc3c9;
    box-shadow: none;
    outline: none;
}

.dropdown-menu-ordenacion-productos form {
    margin: 0;
}

@media (max-width: 767px) {
    .dropdown-menu-ordenacion-productos select,
    .dropdown-menu-ordenacion-productos .orderby {
        width: 100%;
        min-width: 100%;
    }
}

/* CHECKOUT FORM */
.woocommerce-billing-fields__customer-login-label {
    margin-bottom: 20px;
}

.woocommerce-billing-fields__customer-login-label a {
    font-weight: 600;
}