@font-face {
  font-family: 'KabarettD';
  src: url('../fonts/KabarettD.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

:root {
  --celeste-claro: #B3E6FF;
  --azul-oscuro: #004D99;
  --azul-contraste: #008FCC;
}

/* Fuente global*/
html, body {
	a, input, h1, h2, h3, h4, h5, h6, p, span, div {
  		font-family: 'Poppins', sans-serif !important;
	}
}
	
.product-detail-name, .current-price-value {
	font-family: 'KabarettD', 'Poppins', sans-serif !important;
	color: var(--azul-oscuro);
}



.header-top { 
	background-color: #08c !important; 
}

.asagiSabit {
    position: fixed;
    bottom: 0px;
    left: 65% !important;
    transform: translateX(-50%) !important;
    z-index: 999;
}

/* HEADER */ 
#my-account-button {
	#block_myaccount_infos {
		width: 100% !important;
		padding: 0;
	}
}

.elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated {
	padding: 0 !important;
}

.custom-cart-actions {
	a.elementor-button-link {
		padding: 0;
	}
}

.custom-cart-buttons-wrapper {
	display: flex !important;
	justify-content: end;
	gap: 10px;
}



#right-column-header {
	a {
		color: white !important;
		
		&:hover {
			text-decoration: underline;
		}
	}	
	
	.blockcart {
		
		a {
			&:hover {
				text-decoration: none;
			}
		}
	
		i {
			color: black !important;
		}
	}
	
	.leo-dropdown-cart {
		a, i {
			color: black !important;
		}
	}
}
	
/* PRODUCT PAGE*/
#ps_checkout-payment-method-logo-block-container {
	display: none;
}	
	

/*ESTIMACIÓN 20250725 - Rev 2.0 */
span.grid-select.grid-select-grid.view-1,
span.grid-select.grid-select-grid.view-2,
span.grid-select.grid-select-grid.view-5,
.leo-list-product-reviews,
.quickview.no-variants.hidden-sm-down,
.product-manufacturer,
.product-quantity .compare
{
    display: none!important;
}

.plist-1 .thumbnail-container .p_image_top{
    justify-content: end!important;
}

.product-prices.js-product-prices {
    display: block !important;
}