/* ==============================================================================
Theme Name: Phlox Pro Child
Theme URI: http://phlox.pro/go/
Author: averta
Author URI: http://www.phlox.pro
Description: Phlox Pro Child Theme
Template: phlox-pro
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column,two-columns, three-columns, left-sidebar, right-sidebar
Text Domain: phlox-pro-child
================================================================================= */

.aux-offcanvas-menu.aux-open {
    width: 100%!important;
}
.category-tag-filters {
    margin:0px;
    padding:0px;
    background: #fff;
}

.filter-title {
    font-family: 'Dalek', sans-serif !important;
    color: #550100;
    margin-bottom: 5px !important;
    font-size: 18px !important;
    text-transform: uppercase;
}

.tag-buttons {
    display: flex;
    flex-wrap: wrap;
    gap:5px;
}

.tag-filter-btn {
    display: inline-block;
    padding:3px 10px;
    background: #fdf2e9;
    border: 1px solid #fdca99;
    border-radius: 10px;
    color: #550100 !important;
    font-family: 'Abel', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
}

.tag-filter-btn:hover {
    background: #fdca99;
    text-decoration: none !important;
    transform: translateY(-2px);
}

.tag-filter-btn.active {
    background: #550100;
    color: #fff !important;
    border-color: #550100;
}

.aux-content-top-margin .aux-primary {
    padding-top: 10px;
}
.woocommerce .aux-shop-table-outline {
    border: 5px dotted;
    border-color:#fdca99;
    margin:0;}
.aux-shop-archive .products-loop .auxshp-loop-title, .aux-shop-archive .products-loop .auxshp-loop-title .auxshp-title-heading {
font-family: 'Abel'!important;font-weight:bold}
.woocommerce .aux-shop-table tbody td, 
.woocommerce .aux-shop-table tfoot td {
    padding: 5px;
}

a:hover, a {
    color: #550100;
}

table {
    overflow: auto; /* Corregido de scroll a auto para evitar barras innecesarias */
    display: block;
    width: 100%;
}

/* =========================================
   FORMULARIOS Y CHECKOUT
   ========================================= */
.woocommerce .form-row label {
    margin: 0;
    padding: 0;
    font-size: 13px;
    margin-bottom: 0px;
}

.woocommerce-checkout-payment ul {
    background: #fdca99;
    padding: 5px;
}

.woocommerce .aux-shop-table.shop_cart_totals td, 
.woocommerce .aux-shop-table.shop_checkout_totals td {
    padding: 0;
    margin: 0;
}

.woocommerce-checkout .woocommerce-form-coupon-toggle {
    padding: 0;
    margin: 0;
}

/* Ocultar elementos del Checkout */
h3#order_review_heading,
.cart-subtotal,
.aux-row.aux-cart-buttons {
    display: none !important;
}

.woocommerce-checkout-review-order-table thead,
.aux-modern-heading-primary:after {
    display: none !important;
}

.woocommerce-checkout-review-order-table tbody {
    display: none !important;
}

#ship-to-different-address { /* Corregido el selector duplicado */
    display: none !important;
}

.wc_checkout_add_ons {
    width: auto;
}

/* Campos personalizados checkout */
#a9e7897_field, #ecfa244_field {
    text-align: left !important;
    background: white;
    padding: 10px;
}

#a9e7897_field:before {
    content: url(https://bacarnal.com/wp-content/uploads/2024/02/2455670c-8e73-4db7-b953-8ecfe67ea39e-e1709231065266.jpg);
}

#ecfa244_field:before {
    content: url(https://bacarnal.com/wp-content/uploads/2024/02/15179589-7c05-487d-9de5-6f3f68e51e8a-e1709231122940.jpg);
    height: 30px !important;
}

.woocommerce .form-row .aux-input-text {
    padding: 5px;
    width: 100%;
    margin: 0;
}

/* =========================================
   ESTRUCTURA Y CONTENEDORES (AUX THEME)
   ========================================= */
.aux-resp.aux-fhd .aux-fold, 
.aux-resp.aux-fhd .aux-fold-width, 
.aux-resp.aux-fhd .aux-boxed-container > .aux-container {
    max-width: 1200px;
}

.aux-4-6 {
    padding: 0;
    margin: 0;
    width: 100%;
}

.aux-fold, 
.aux-fold-padding, 
.aux-boxed-container > .aux-container {
    padding-right: 0;
    padding-left: 0;
}

.aux-cart-wrapper .aux-card-box {
    max-height: 100%;
}

.aux-offcanvas-menu.aux-offcanvas-cart .offcanvas-header, 
.aux-cart-wrapper.aux-elegant-cart .aux-cart-total-items, 
.aux-button.aux-cart-button.aux-large.aux-black.aux-outline.aux-uppercase,
.woocommerce .aux-shop-table thead {
    display: none;
}

/* =========================================
   TIPOGRAFÍA Y FUENTES
   ========================================= */
.single-product .entry-title {
    font-family: 'Dalek' !important;
    padding-right: 0;
}

h2 {
    font-family: 'Dalek' !important;
    font-size: 30px !important;
}

.single-product .auxshp-related-products .widget-title,
.single-product .entry-title,
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
    font-family: "Dalek", Sans-serif !important;
    color: #550100 !important;
}

.auxshp-title-heading {
    font-size: 15px !important;
    text-align: center !important;
    font-weight: bold;
}

.woocommerce-page .aux-breadcrumbs > span, 
.woocommerce-page .aux-breadcrumbs > span a {
    font-size: 13px !important;
    text-transform: uppercase;
}

/* =========================================
   FILTROS Y MENÚS
   ========================================= */
.aux-filters.aux-dropdown-filter > ul {
    position: absolute;
    left: 0px;
    top: 150px;
}

.aux-widget-recent-posts,
.aux-search.aux-advanced-search .aux-primary .aux-search-from {
    display: none !important;
}

.aux-filters.aux-dropdown-filter.aux-right {
    width: 300px;
    text-align: center;
    padding: 10px;
    justify-content: space-evenly;
}

.woof_show_auto_form:after {
    display: ruby-text;
    width: 130px !important;
    content: "FILTRO";
    color: #550100;
    font-weight: bolder;
}

.elementor-858 .elementor-element.elementor-element-b0de510 .aux-menu-item.aux-open > .aux-submenu {
    width: 300px;
}

.aux-menu-label {
    max-width: 250px;
    padding: 5px;
}

.aux-submenu-indicator {
    background: white;
    border-radius: 50px;
    padding: 0px;
}

/* =========================================
   PAGINACIÓN
   ========================================= */
.aux-pagination .pagination {
    top: 0 !important;
    display: flex;
    justify-content: center;
    width: 100%;
    position: relative;
    top:20px;
}

.aux-primary .content .aux-pagination {
    margin-bottom: 0px !important;
}
.aux-shop-archive .aux-pagination .pagination {
     top: 20px;
}
.aux-primary .content .aux-pagination {
	margin-bottom: 20px !important; /* Sobrescribe la regla anterior */
}

/* Flechas paginación SVG */
.aux-shop-archive .aux-pagination li.next a::after, 
.aux-shop-archive .aux-pagination li.next a::before, 
.aux-shop-archive .aux-pagination li.prev a::after, 
.aux-shop-archive .aux-pagination li.prev a::before {
    width: 11px;
    height: 10px;
    background-position: 3px 0;
    background-repeat: no-repeat;
}

.aux-shop-archive .aux-pagination li.next a::after,
.aux-pagination li.next a::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='5.893' height='9.665' viewBox='0 0 5.893 9.665'%3E%3Cpath id='arrow-right' d='M0,0,3.772,3.772,0,7.544' transform='translate(1.061 1.061)' fill='none' stroke='%23F31C28' stroke-linecap='round' stroke-width='1.5'/%3E%3C/svg%3E%0A");
}

.aux-shop-archive .aux-pagination li.prev a::after,
.aux-shop-archive .aux-pagination li.prev a::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='5.893' height='9.665' viewBox='0 0 5.893 9.665'%3E%3Cpath id='arrow-left' d='M3.772,0,0,3.772,3.772,7.544' transform='translate(1.061 1.061)' fill='none' stroke='%23F31C28' stroke-linecap='round' stroke-width='1.5'/%3E%3C/svg%3E%0A");
}

/* Color blanco para los before */
.aux-pagination li.next a::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='5.893' height='9.665' viewBox='0 0 5.893 9.665'%3E%3Cpath id='arrow-right' d='M0,0,3.772,3.772,0,7.544' transform='translate(1.061 1.061)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-width='1.5'/%3E%3C/svg%3E%0A");
}

.aux-shop-archive .aux-pagination li.prev a::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='5.893' height='9.665' viewBox='0 0 5.893 9.665'%3E%3Cpath id='arrow-left' d='M3.772,0,0,3.772,3.772,7.544' transform='translate(1.061 1.061)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-width='1.5'/%3E%3C/svg%3E%0A");
}


/* =========================================
   PRODUCTOS Y TIENDA
   ========================================= */
.aux-widget-recent-products-pro .aux-shop-btns-wrapper .button {
    display: table-cell;
    font-size: 0.875em;
    font-weight: 700;
    color: #ffffff;
    padding: 10px;
    margin: 0;
}

.entry-content ul li, .comment-body ul li, 
.entry-content ol li, .comment-body ol li {
    margin: 0 !important;
    line-height: 20px;
}

.aux-media-frame.aux-media-image img {
    height: 250px !important;
}

.auxshp-entry-main {
    background-color: white !important;
}

.elementor-858 .elementor-element.elementor-element-1d5ddee .aux-cart-wrapper .aux-card-item h3 {
    color: black !important;
    text-align: left;
    font-size: 15px !important;
    text-transform: uppercase !important;
}

.woocommerce-page .price ins .amount {
    font-size: 25px !important;
}

.irs--round .irs-handle {
    border: 4px solid #fdca99 !important;
}
.irs--round .irs-from, .irs--round .irs-to, .irs--round .irs-single, .irs--round .irs-handle, .irs--round .irs-bar {
    background-color: #550100 !important;
}

.chosen-container-multi .chosen-choices li.search-field input[type=text] {
    padding-left: 7px;
    color: #000;
}

.aux-sidebar ul li a {
    color: #550100;
    font-size: 15px;
    text-decoration: none;
}

.aux-sidebar .widget-title {
    padding: 5px;
    background: #550100;
    text-align: center;
    color: #ffffff !important;
    font-size: 17px;
}

.chosen-container-single .chosen-single, .search-field {
    background-color: #fdca99;
    width: 100%;
}

.aux-shop-archive .products-loop .onsale {
    color: var(--e-global-color-2680492);
    font-size: 13px !important;
}

.loop-meta-wrapper {
    display: none;
}

.aux-shop-archive .auxshp-entry-main {
    background-color: white !important;
    padding: 10px;
}

/* Scrollbar personalizada */
::-webkit-scrollbar-thumb {
    background: #550100;
    box-shadow: inset 0 0 2px 0 #000;
}
::-webkit-scrollbar {
    width: 8px;
    background: #fff;
}

.elementor-858 .elementor-element.elementor-element-b0de510 .aux-menu-depth-0.current-menu-item > a {
    color: #feca99;
}

.elementor-857 .elementor-element.elementor-element-21e0836 .auxshp-entry-main,
.elementor-857 .elementor-element.elementor-element-9acf5cc .auxshp-entry-main {
    background-color: white;
}

.widget-container a {
    display: -webkit-inline-box;
    font-size: 20px;
    color: inherit;
    line-height: 20px !important;
}

.single-product .cart .auxshp-add-to-cart {
    padding: 22px;
}

.aux-burger, .aux-burger[class*="medium"] {
    padding: 5px;
    font-family: "Dalek", Sans-serif !important;
    width: 100%;
    font-size: 20px;
    color: white;
    font-weight: bolder;
    -webkit-text-stroke: 1px #550100;
}

.aux-has-sidebar .aux-primary .hentry .entry-title,
.single-product .auxshp-related-products .widget-title {
    font-size: 22px;
}

.elementor-858 .elementor-element.elementor-element-673b2f4 .aux-menu-depth-0 > .aux-item-content {
    padding: 10px !important;
}

.aux-card-dropdown.aux-phone-off, .aux-card-box {
    z-index: 99999 !important;
}

.whatsappbutton {
    position: fixed;
    right: 5px;
    bottom: 5px;
    width: 50px;
    z-index: 99999;
}

.aux-goto-top-btn {
    display: none !important;
}

.aux-cart-wrapper .aux-shopping-basket {
    color: #e98b6a !important;
}

.aux-shop-archive .aux-primary {
    flex-basis: 100% !important;
    padding-left: 0;
}

.single-product .price .woocommerce-Price-amount bdi {
    background: #feca9994;
    padding: 5px;
    color: #663332;
}

.single-product .related-products .product {
    background-color: #fffffff2 !important;
}

.single-product .widget-title:after {
    background-color: #feca99;
}

.elementor-element, .elementor-lightbox {
    text-align: center;
}

.aux-modern-heading-primary:after {
    background-color: #663332 !important;
}

#respond {
    display: none;
}

.single-product .product-type-simple .cart {
    background-color: #ffffff !important;
}

a.button.aux-black, button.aux-black, input[type="button"].aux-black, .aux-button.aux-black {
    background-color: #feca99 !important;
    text-shadow: none;
    color: black !important;
}

.woocommerce-page .woocommerce-tabs {
    background: #ffffffc2;
    margin-bottom: 4em;
    padding: 20px;
}

.aux-shopping-basket.aux-phone-off.aux-action-on-hover,
.elementor-858 .elementor-element.elementor-element-1d5ddee .aux-shopping-title {
    color: #ee926e !important;
}

.elementor-857 .elementor-element.elementor-element-9acf5cc .aux-shop-btns-wrapper, 
.elementor-857 .elementor-element.elementor-element-21e0836 .aux-shop-btns-wrapper {
    opacity: 1 !important;
    padding-top: 5px;
    background: #550100 !important;
}

.elementor-857 .elementor-element.elementor-element-8c9188b .aux-shop-meta-terms, 
.elementor-857 .elementor-element.elementor-element-8c9188b .aux-shop-meta-terms a {
    display: none;
}

.no-sidebar .aux-primary {
    background-image: none; /* Corregido la URL vacía */
    float: none;
    height: auto;
    background-repeat: repeat;
    background-position: center;
}

/* Shop Page Styling */
.aux-shop-archive .auxshp-meta-terms a {
    text-transform: capitalize;
    font-style: normal;
    font-size: 14px;
    color: #262626;
    letter-spacing: 0.41px;
    font-weight: 300;
}

.aux-shop-archive .products-loop .loop-tools-wrapper {
    margin-top: 0;
    border-top: none;
    margin-bottom: -16px;
    z-index: 1;
}

.aux-shop-archive .product a img {
    width: 100%;
}

.aux-shop-archive .auxshp-entry-main {
    background-color: #F3F3F3F2;
    border-radius: 0 0 15px 15px;
}

.aux-shop-archive .aux-col .auxshp-entry-main .price {
    display: flex;
    align-items: center;
    flex-direction: row;
}

.wc-block-grid__product .wc-block-grid__product-image:not(.wc-block-components-product-image), 
.wc-block-grid__product .wc-block-grid__product-title {
    color: #550100;
    font-size: 15px;
    text-decoration: none !important;
}

.woocommerce-page .price .amount {
    text-align: center;
    font-size: 22px;
}

.aux-shop-archive .products-loop .loop-tools-wrapper .aux-shop-quicklook-wrapper, 
.aux-widget-related-products .loop-tools-wrapper .aux-shop-quicklook-wrapper {
    margin-right: 0;
}

.aux-shop-quicklook-modal .single_add_to_cart_button {
    background-color: var(--e-global-color-primary) !important;
    border-radius: 12px;
    text-shadow: none;
}

.auxicon-close-1:before {
    color: var(--e-global-color-primary) !important;
}

.aux-open .aux-quicklook-featured-img img {
    border-radius: 15px;
}

.aux-shop-quicklook-modal .aux-quicklook-end-bar:before {
    background: #70707054;
    height: 2px;
}

/* =========================================
   MEDIA QUERIES (MÓVIL)
   ========================================= */
@media only screen and (max-width: 767px) {
    .aux-shop-archive .widget-title {
        text-align: left;
    }
    .aux-shop-archive .price ins {
        background-color: transparent;
    }
    .aux-shop-archive .aux-breadcrumbs:after {
        top: 9px;
    }
    .aux-shop-archive .widget-title:after {
        top: 5px !important;
    }
}

@media screen and (max-width: 767px) {
    .woocommerce-page .woocommerce-tabs {
        padding: 0;
    }
    .single-product .woocommerce-Reviews .comment_container {
        padding: 0;
        border: none;
    }
    .aux-fold, .aux-fold-padding, .aux-boxed-container > .aux-container {
        padding-right: 15px;
        padding-left: 15px;
    }
  /* =========================================
   ESTILOS GENERALES Y TABLAS
   ========================================= */
.woocommerce .aux-shop-table tbody td, 
.woocommerce .aux-shop-table tfoot td {
    padding: 5px;
}

a:hover, a {
    color: #550100;
}

table {
    overflow: auto; /* Corregido de scroll a auto para evitar barras innecesarias */
    display: block;
    width: 100%;
}

/* =========================================
   FORMULARIOS Y CHECKOUT
   ========================================= */
.woocommerce .form-row label {
    margin: 0;
    padding: 0;
    font-size: 13px;
    margin-bottom: 0px;
}

.woocommerce-checkout-payment ul {
    background: #fdca99;
    padding: 5px;
}

.woocommerce .aux-shop-table.shop_cart_totals td, 
.woocommerce .aux-shop-table.shop_checkout_totals td {
    padding: 0;
    margin: 0;
}

.woocommerce-checkout .woocommerce-form-coupon-toggle {
    padding: 0;
    margin: 0;
}

/* Ocultar elementos del Checkout */
h3#order_review_heading,
.cart-subtotal,
.aux-row.aux-cart-buttons {
    display: none !important;
}

.woocommerce-checkout-review-order-table thead,
.aux-modern-heading-primary:after {
    display: none !important;
}

.woocommerce-checkout-review-order-table tbody {
    display: none !important;
}

#ship-to-different-address { /* Corregido el selector duplicado */
    display: none !important;
}

.wc_checkout_add_ons {
    width: auto;
}

/* Campos personalizados checkout */
#a9e7897_field, #ecfa244_field {
    text-align: left !important;
    background: white;
    padding: 10px;
}

#a9e7897_field:before {
    content: url(https://bacarnal.com/wp-content/uploads/2024/02/2455670c-8e73-4db7-b953-8ecfe67ea39e-e1709231065266.jpg);
}

#ecfa244_field:before {
    content: url(https://bacarnal.com/wp-content/uploads/2024/02/15179589-7c05-487d-9de5-6f3f68e51e8a-e1709231122940.jpg);
    height: 30px !important;
}

.woocommerce .form-row .aux-input-text {
    padding: 5px;
    width: 100%;
    margin: 0;
}

/* =========================================
   ESTRUCTURA Y CONTENEDORES (AUX THEME)
   ========================================= */
.aux-resp.aux-fhd .aux-fold, 
.aux-resp.aux-fhd .aux-fold-width, 
.aux-resp.aux-fhd .aux-boxed-container > .aux-container {
    max-width: 1200px;
}

.aux-4-6 {
    padding: 0;
    margin: 0;
    width: 100%;
}

.aux-fold, 
.aux-fold-padding, 
.aux-boxed-container > .aux-container {
    padding-right: 0;
    padding-left: 0;
}

.aux-cart-wrapper .aux-card-box {
    max-height: 100%;
}

.aux-offcanvas-menu.aux-offcanvas-cart .offcanvas-header, 
.aux-cart-wrapper.aux-elegant-cart .aux-cart-total-items, 
.aux-button.aux-cart-button.aux-large.aux-black.aux-outline.aux-uppercase,
.woocommerce .aux-shop-table thead {
    display: none;
}

/* =========================================
   TIPOGRAFÍA Y FUENTES
   ========================================= */
.single-product .entry-title {
    font-family: 'Dalek' !important;
    padding-right: 0;
}

h2 {
    font-family: 'Dalek' !important;
    font-size: 30px !important;
}

.single-product .auxshp-related-products .widget-title,
.single-product .entry-title,
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
    font-family: "Dalek", Sans-serif !important;
    color: #550100 !important;
}

.auxshp-title-heading {
    font-size: 15px !important;
    text-align: center !important;
    font-weight: bold;
}

.woocommerce-page .aux-breadcrumbs > span, 
.woocommerce-page .aux-breadcrumbs > span a {
    font-size: 13px !important;
    text-transform: uppercase;
}

/* =========================================
   FILTROS Y MENÚS
   ========================================= */
.aux-filters.aux-dropdown-filter > ul {
    position: absolute;
    left: 0px;
    top: 150px;
}

.aux-widget-recent-posts,
.aux-search.aux-advanced-search .aux-primary .aux-search-from {
    display: none !important;
}

.aux-filters.aux-dropdown-filter.aux-right {
    width: 300px;
    text-align: center;
    padding: 10px;
    justify-content: space-evenly;
}

.woof_show_auto_form:after {
    display: ruby-text;
    width: 130px !important;
    content: "FILTRO";
    color: #550100;
    font-weight: bolder;
}

.elementor-858 .elementor-element.elementor-element-b0de510 .aux-menu-item.aux-open > .aux-submenu {
    width: 300px;
}

.aux-menu-label {
    max-width: 250px;
    padding: 5px;
}

.aux-submenu-indicator {
    background: white;
    border-radius: 50px;
    padding: 0px;
}

/* =========================================
   PAGINACIÓN
   ========================================= */
.aux-pagination .pagination {
    top: 0 !important;
    display: flex;
    justify-content: center;
    width: 100%;
    position: relative;
    top: 60px;
}

.aux-primary .content .aux-pagination {
    margin-bottom: 0px !important;
}
.aux-shop-archive .aux-pagination .pagination {
     top: 60px;
}
.aux-primary .content .aux-pagination {
	margin-bottom: 13em !important; /* Sobrescribe la regla anterior */
}

/* Flechas paginación SVG */
.aux-shop-archive .aux-pagination li.next a::after, 
.aux-shop-archive .aux-pagination li.next a::before, 
.aux-shop-archive .aux-pagination li.prev a::after, 
.aux-shop-archive .aux-pagination li.prev a::before {
    width: 11px;
    height: 10px;
    background-position: 3px 0;
    background-repeat: no-repeat;
}

.aux-shop-archive .aux-pagination li.next a::after,
.aux-pagination li.next a::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='5.893' height='9.665' viewBox='0 0 5.893 9.665'%3E%3Cpath id='arrow-right' d='M0,0,3.772,3.772,0,7.544' transform='translate(1.061 1.061)' fill='none' stroke='%23F31C28' stroke-linecap='round' stroke-width='1.5'/%3E%3C/svg%3E%0A");
}

.aux-shop-archive .aux-pagination li.prev a::after,
.aux-shop-archive .aux-pagination li.prev a::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='5.893' height='9.665' viewBox='0 0 5.893 9.665'%3E%3Cpath id='arrow-left' d='M3.772,0,0,3.772,3.772,7.544' transform='translate(1.061 1.061)' fill='none' stroke='%23F31C28' stroke-linecap='round' stroke-width='1.5'/%3E%3C/svg%3E%0A");
}

/* Color blanco para los before */
.aux-pagination li.next a::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='5.893' height='9.665' viewBox='0 0 5.893 9.665'%3E%3Cpath id='arrow-right' d='M0,0,3.772,3.772,0,7.544' transform='translate(1.061 1.061)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-width='1.5'/%3E%3C/svg%3E%0A");
}

.aux-shop-archive .aux-pagination li.prev a::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='5.893' height='9.665' viewBox='0 0 5.893 9.665'%3E%3Cpath id='arrow-left' d='M3.772,0,0,3.772,3.772,7.544' transform='translate(1.061 1.061)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-width='1.5'/%3E%3C/svg%3E%0A");
}


/* =========================================
   PRODUCTOS Y TIENDA
   ========================================= */
.aux-widget-recent-products-pro .aux-shop-btns-wrapper .button {
    display: table-cell;
    font-size: 0.875em;
    font-weight: 700;
    color: #ffffff;
    padding: 10px;
    margin: 0;
}

.entry-content ul li, .comment-body ul li, 
.entry-content ol li, .comment-body ol li {
    margin: 0 !important;
    line-height: 20px;
}

.aux-media-frame.aux-media-image img {
    height: 250px !important;
}

.auxshp-entry-main {
    background-color: white !important;
}

.elementor-858 .elementor-element.elementor-element-1d5ddee .aux-cart-wrapper .aux-card-item h3 {
    color: black !important;
    text-align: left;
    font-size: 15px !important;
    text-transform: uppercase !important;
}

.woocommerce-page .price ins .amount {
    font-size: 25px !important;
}

.irs--round .irs-handle {
    border: 4px solid #fdca99 !important;
}
.irs--round .irs-from, .irs--round .irs-to, .irs--round .irs-single, .irs--round .irs-handle, .irs--round .irs-bar {
    background-color: #550100 !important;
}

.chosen-container-multi .chosen-choices li.search-field input[type=text] {
    padding-left: 7px;
    color: #000;
}

.aux-sidebar ul li a {
    color: #550100;
    font-size: 15px;
    text-decoration: none;
}

.aux-sidebar .widget-title {
    padding: 5px;
    background: #550100;
    text-align: center;
    color: #ffffff !important;
    font-size: 17px;
}

.chosen-container-single .chosen-single, .search-field {
    background-color: #fdca99;
    width: 100%;
}

.aux-shop-archive .products-loop .onsale {
    color: var(--e-global-color-2680492);
    font-size: 13px !important;
}

.loop-meta-wrapper {
    display: none;
}

.aux-shop-archive .auxshp-entry-main {
    background-color: white !important;
    padding: 10px;
}

/* Scrollbar personalizada */
::-webkit-scrollbar-thumb {
    background: #550100;
    box-shadow: inset 0 0 2px 0 #000;
}
::-webkit-scrollbar {
    width: 8px;
    background: #fff;
}

.elementor-858 .elementor-element.elementor-element-b0de510 .aux-menu-depth-0.current-menu-item > a {
    color: #feca99;
}

.elementor-857 .elementor-element.elementor-element-21e0836 .auxshp-entry-main,
.elementor-857 .elementor-element.elementor-element-9acf5cc .auxshp-entry-main {
    background-color: white;
}

.widget-container a {
    display: -webkit-inline-box;
    font-size: 20px;
    color: inherit;
    line-height: 20px !important;
}

.single-product .cart .auxshp-add-to-cart {
    padding: 22px;
}

.aux-burger, .aux-burger[class*="medium"] {
    padding: 5px;
    font-family: "Dalek", Sans-serif !important;
    width: 100%;
    font-size: 20px;
    color: white;
    font-weight: bolder;
    -webkit-text-stroke: 1px #550100;
}

.aux-has-sidebar .aux-primary .hentry .entry-title,
.single-product .auxshp-related-products .widget-title {
    font-size: 22px;
}

.elementor-858 .elementor-element.elementor-element-673b2f4 .aux-menu-depth-0 > .aux-item-content {
    padding: 10px !important;
}

.aux-card-dropdown.aux-phone-off, .aux-card-box {
    z-index: 99999 !important;
}

.whatsappbutton {
    position: fixed;
    right: 5px;
    bottom: 5px;
    width: 50px;
    z-index: 99999;
}

.aux-goto-top-btn {
    display: none !important;
}

.aux-cart-wrapper .aux-shopping-basket {
    color: #e98b6a !important;
}

.aux-shop-archive .aux-primary {
    flex-basis: 100% !important;
    padding-left: 0;
}

.single-product .price .woocommerce-Price-amount bdi {
    background: #feca9994;
    padding: 5px;
    color: #663332;
}

.single-product .related-products .product {
    background-color: #fffffff2 !important;
}

.single-product .widget-title:after {
    background-color: #feca99;
}

.elementor-element, .elementor-lightbox {
    text-align: center;
}

.aux-modern-heading-primary:after {
    background-color: #663332 !important;
}

#respond {
    display: none;
}

.single-product .product-type-simple .cart {
    background-color: #ffffff !important;
}

a.button.aux-black, button.aux-black, input[type="button"].aux-black, .aux-button.aux-black {
    background-color: #feca99 !important;
    text-shadow: none;
    color: black !important;
}

.woocommerce-page .woocommerce-tabs {
    background: #ffffffc2;
    margin-bottom: 4em;
    padding: 20px;
}

.aux-shopping-basket.aux-phone-off.aux-action-on-hover,
.elementor-858 .elementor-element.elementor-element-1d5ddee .aux-shopping-title {
    color: #ee926e !important;
}

.elementor-857 .elementor-element.elementor-element-9acf5cc .aux-shop-btns-wrapper, 
.elementor-857 .elementor-element.elementor-element-21e0836 .aux-shop-btns-wrapper {
    opacity: 1 !important;
    padding-top: 5px;
    background: #550100 !important;
}

.elementor-857 .elementor-element.elementor-element-8c9188b .aux-shop-meta-terms, 
.elementor-857 .elementor-element.elementor-element-8c9188b .aux-shop-meta-terms a {
    display: none;
}

.no-sidebar .aux-primary {
    background-image: none; /* Corregido la URL vacía */
    float: none;
    height: auto;
    background-repeat: repeat;
    background-position: center;
}

/* Shop Page Styling */
.aux-shop-archive .auxshp-meta-terms a {
    text-transform: capitalize;
    font-style: normal;
    font-size: 14px;
    color: #262626;
    letter-spacing: 0.41px;
    font-weight: 300;
}

.aux-shop-archive .products-loop .loop-tools-wrapper {
    margin-top: 0;
    border-top: none;
    margin-bottom: -16px;
    z-index: 1;
}

.aux-shop-archive .product a img {
    width: 100%;
}

.aux-shop-archive .auxshp-entry-main {
    background-color: #F3F3F3F2;
    border-radius: 0 0 15px 15px;
}

.aux-shop-archive .aux-col .auxshp-entry-main .price {
    display: flex;
    align-items: center;
    flex-direction: row;
}

.wc-block-grid__product .wc-block-grid__product-image:not(.wc-block-components-product-image), 
.wc-block-grid__product .wc-block-grid__product-title {
    color: #550100;
    font-size: 15px;
    text-decoration: none !important;
}

.woocommerce-page .price .amount {
    text-align: center;
    font-size: 22px;
}

.aux-shop-archive .products-loop .loop-tools-wrapper .aux-shop-quicklook-wrapper, 
.aux-widget-related-products .loop-tools-wrapper .aux-shop-quicklook-wrapper {
    margin-right: 0;
}

.aux-shop-quicklook-modal .single_add_to_cart_button {
    background-color: var(--e-global-color-primary) !important;
    border-radius: 12px;
    text-shadow: none;
}

.auxicon-close-1:before {
    color: var(--e-global-color-primary) !important;
}

.aux-open .aux-quicklook-featured-img img {
    border-radius: 15px;
}

.aux-shop-quicklook-modal .aux-quicklook-end-bar:before {
    background: #70707054;
    height: 2px;
}

/* =========================================
   MEDIA QUERIES (MÓVIL)
   ========================================= */
@media only screen and (max-width: 767px) {
    .aux-shop-archive .widget-title {
        text-align: left;
    }
    .aux-shop-archive .price ins {
        background-color: transparent;
    }
    .aux-shop-archive .aux-breadcrumbs:after {
        top: 9px;
    }
    .aux-shop-archive .widget-title:after {
        top: 5px !important;
    }
}

@media screen and (max-width: 767px) {
    .woocommerce-page .woocommerce-tabs {
        padding: 0;
    }
    .single-product .woocommerce-Reviews .comment_container {
        padding: 0;
        border: none;
    }
    .aux-fold, .aux-fold-padding, .aux-boxed-container > .aux-container {
        padding-right: 15px;
        padding-left: 15px;
    }
    .single-product .woocommerce-review__published-date,
    .single-product .woocommerce-review__author,
    .single-product .woocommerce-Reviews-title,
    .woocommerce-page .woocommerce-tabs .tabs li a {
        font-size: 15px !important;
    }
    a.button .aux-icon, a.button .aux-text, button .aux-icon, button .aux-text, 
    input[type="button"] .aux-icon, input[type="button"] .aux-text, 
    .aux-button .aux-icon, .aux-button .aux-text {
        font-size: 20px;
    }
    .aux-resp.single-product .entry-title {
        font-size: 20px !important;
        padding: 0;
    }
    p, ol, ul {
        font-size: 17px;
        overflow-wrap: inherit;
        line-height: 20px;
    }
    /* Corrección importante del error de sintaxis 'p' a 'px' */
    .elementor-858 .elementor-element.elementor-element-673b2f4 {
        display: -webkit-inline-box;
        text-align: left;
        width: 100%;
        max-width: 265.813px; 
        --container-widget-width: 100%;
        --container-widget-flex-grow: 0;
    }
}  .single-product .woocommerce-review__published-date,
    .single-product .woocommerce-review__author,
    .single-product .woocommerce-Reviews-title,
    .woocommerce-page .woocommerce-tabs .tabs li a {
        font-size: 15px !important;
    }
    a.button .aux-icon, a.button .aux-text, button .aux-icon, button .aux-text, 
    input[type="button"] .aux-icon, input[type="button"] .aux-text, 
    .aux-button .aux-icon, .aux-button .aux-text {
        font-size: 20px;
    }
    .aux-resp.single-product .entry-title {
        font-size: 20px !important;
        padding: 0;
    }
    p, ol, ul {
        font-size: 17px;
        overflow-wrap: inherit;
        line-height: 20px;
    }
    /* Corrección importante del error de sintaxis 'p' a 'px' */
    .elementor-858 .elementor-element.elementor-element-673b2f4 {
        display: -webkit-inline-box;
        text-align: left;
        width: 100%;
        max-width: 265.813px; 
        --container-widget-width: 100%;
        --container-widget-flex-grow: 0;
    }
}
