/**
Theme Name: Dixpak
Author: lavallweb
Author URI: https://lavallweb.com
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.24.12
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: dixpak
Template: astra
*/

#menu-superior-izquierda {
	display: flex;
}

#menu-superior-izquierda > a {
	margin-right: 2em;
}

/** Miniatura cantidad productos carrito */
#block-8 {
	background: #1c97c0;
    color: white;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    border-radius: 50%;
}

/** Input buscar */
.search-field {
	background: #f3f3f3 !important;
}

.language-dropdown {
    position: relative;
    display: inline-block;
    font-family: Arial, sans-serif;
}

.dropdown-button {
    padding: 10px 15px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 4px;
	background-color: white !important;
	font-weight: 400 !important;
	font-family: 'Plus Jakarta Sans',sans-serif;
	color: #0b3b51;
}

.dropdown-button img {
    width: 25px;
    height: 25px;
}

.dropdown-content {
    display: none;
    position: absolute;
    border: 1px solid #ccc;
    min-width: 120px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 99000 !important;
	background: white;
    border-radius: 4px;

}

.dropdown-content a {
    color: #333;
    text-decoration: none;
    padding: 5px 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.dropdown-content a img {
    width: 20px;
    height: 20px;
}

.dropdown-content a:hover {

}

.language-dropdown:hover .dropdown-content {
    display: block;
}






/* Wrapper general */
.offcanvas-cart-wrapper {
    position: relative;
}

/* Botón */
.offcanvas-cart-button {
    border: none;
    cursor: pointer;
}

/* Fondo oscuro (overlay) */
.offcanvas-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 998; /* Debe estar por debajo del offcanvas */
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.offcanvas-overlay.visible {
    display: block;
    opacity: 1;
}


/* Offcanvas */
.offcanvas-cart {
    position: fixed;
    top: 0;
    right: -100%;
    width: 300px;
    height: 100%;
    background-color: #fff;
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.2);
    transition: right 0.3s ease;
    z-index: 9999;
    overflow-y: auto;
}

.offcanvas-cart.open {
    right: 0;
}

.offcanvas-cart-header {
    padding: 15px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ddd;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.offcanvas-cart-header h2 {
    margin: 0;
    font-size: 18px;
}

.offcanvas-cart-close {
    background: none;
    border: none;
    font-size: 35px;
    cursor: pointer;
}

.offcanvas-cart-body {
    padding: 15px;
}

.cart-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.cart-item img {
    width: 50px;
    height: 50px;
    margin-right: 10px;
    border-radius: 4px;
    border: 1px solid #ddd;
}

.cart-item-details {
    flex: 1;
}

.cart-item-details h4 {
    margin: 0;
    font-size: 14px;
    color: #333;
}

.cart-item-details p {
    margin: 5px 0;
    font-size: 12px;
    color: #555;
}

.cart-total {
    font-weight: bold;
    margin-top: 15px;
    text-align: right;
}

.offcanvas-cart-footer {
    padding: 15px;
    background-color: #f7f7f7;
    border-top: 1px solid #ddd;
    text-align: center;
}

.view-cart-button {
    display: inline-block;
    padding: 0px 100px;
    background-color: #0071a1;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    font-size: 14px;
}

.view-cart-button:hover {
    background-color: #005f85;
}


.woocommerce-js div.product div.images .woocommerce-product-gallery__trigger {
	background: none !important;
}

/********************** Paginación **********************/

.page-numbers:first-child  {
	margin-right: 5em !important;
}

.page-numbers:last-child {
	margin-left: 5em !important;
}

nav.elementor-pagination {
	margin-top: 5%;
	margin-bottom: 5%;
}

@media(max-width: 768px) {
	.page-numbers:first-child  {
		margin-right: 1em !important;
	}

	.page-numbers:last-child {
		margin-left: 1em !important;
	}
}


/***************** Yoast Breadcrumbs *****************/
#breadcrumbs span>span a {
    padding: 0 20px;
}
#breadcrumbs span.breadcrumb_last {
    padding-left: 20px;
    font-weight: bold;
}
/********************** Footer **********************/

.site-footer .site-primary-footer-wrap li {
    margin-bottom: 0.3em;
}

.site-footer .site-primary-footer-wrap ul>li>ul>li {
    margin-left: 10px;
}

section#block-17.widget {
    margin-bottom: 1.2em;
}

.site-footer-section-4 #block-18 li {
    margin-bottom: 0.8em;
}

.enlace-mi-cuenta {
	line-height: normal !important;
}

