/**
Theme Name: Pantumaka
Author: Pantumaka
Author URI: https://pantumaka.com/
Description: Tema desarrollado por Pantumaka basado en el tema Astra. Necesita tener instalado Astra para funcionar correctamente.
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

/* Branding */

:root {
	--color-principal: #b09975;
	--color-secundario: #b09975;
	--color-texto: #303030;
	--typo-principal: 'Montserrat', sans-serif;
	--typo-secundaria: 'Montserrat', sans-serif;
}

/* h1-h6 : 32-30-25-20-18-15 */

/*h1,h2,h3,h4,h5,h6 {
	outline:1px dotted yellowgreen;
}

h1:before { content: "h1 "; }
h2:before { content: "h2 "; }
h3:before { content: "h3 "; }
h4:before { content: "h4 "; }
h5:before { content: "h5 "; }
h6:before { content: "h6 "; }*/


.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
	margin-bottom: 0;
}

/* Menu barra superior */

.ast-site-header-cart {
	font-size: 14px;
	text-transform: uppercase;
}

.ast-site-header-cart .widget_shopping_cart .buttons .button.checkout {
	color:#fff !important;
}

/* Producto */

.single-product .woocommerce-Tabs-panel h2,
.single-product .woocommerce-Tabs-panel p {
	margin-bottom: 20px !important;
}

.woocommerce .comment-reply-title {
	font-size: 15px !important;
}

.woocommerce .product .cart .quantity.buttons_added {
	margin-bottom: 0 !important;
}

.woocommerce-message, .woocommerce-info {
	margin-bottom: 0 !important;
}

.woocommerce a.button, .woocommerce button.button, .woocommerce .woocommerce-message a.button {
	border-color: var(--color-principal);
	background-color: var(--color-principal);
	color:#fff !important;
}

/* Checkout */

.woocommerce-checkout #storingStep {
	margin-bottom:30px;
}