/*
Theme Name:     Afan Grafico Child Theme
Theme URI:      https://afangrafico.com
Template:       kadence
Author:         Afan Grafico
Author URI:     https://afangrafico.com
Description:    Child Theme Description
Version:        1.0
License:        GNU General Public License v3.0 (or later)
License URI:    https://www.gnu.org/licenses/gpl-3.0.html
*/

/* General
---------------------------------- */

.single-content p {
	margin-bottom: 10px
}

/* Hero ordenador pantallas grandes
------------------------------------------*/

@media (min-height: 1200px) {
  .hero-ordenador > .kt-row-column-wrap {
    min-height: 50vh!important;
}
}

/* flecha botones
---------------------------------- */

.kt-button .kb-svg-icon-wrap {
	background-color: var(--global-palette1);
	border-radius: 100%;
	transition: all 0.3s ease;
}

.kt-button:hover .kb-svg-icon-wrap {
	background-color: var(--global-palette3);
}

/* Boton modales */

.kt-blocks-modal-link {
  padding:15px 30px;
}

/* Plantilla talleres
---------------------------------- */

.single-taller .entry-content-wrap {
    padding-top: 0;
}

.text-dolor {
	align-self: flex-start;
}

.comprar-taller {
	padding: 15px 30px;
	margin-top: 14px;
}

/* Eliminar mensaje de producto anadido al carrito
---------------------------------- */

.woocommerce-notices-wrapper {
	display:none;
}


/* Carrito y checkout
---------------------------------- */


/* Botones
------------- */

.wc-block-cart__submit {
	padding: 10px 0 0;
}

.wc-block-cart__submit-button,
.wc-block-components-checkout-place-order-button,
.single_add_to_cart_button {
    font-size: 24px;
    border-radius: 39px;
    background-color: var(--global-palette5)!important;
	transition: all 0.3s ease;
	width: fit-content!important;
}

body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link) {
    min-height: 2em!important;
}

.wc-block-components-checkout-place-order-button,
.single_add_to_cart_button {
	height: 61px!important;
}

@media (max-width: 767px) {
  .wc-block-cart__submit-container {
	  text-align: center;
  }
}

/* Textos
------------- */

.wc-block-components-product-name {
	font-size: 18px!important;
	line-height: 1.2!important;
}

.wc-block-components-product-metadata__description {
	display: none;
}

.woocommerce-checkout .wc-block-components-product-name {
	font-size: 16px!important;
}

.woocommerce-checkout  .wc-block-components-product-name {
	font-family: 'Rethink Sans', sans-serif;
}


/* Single producto
---------------------------------- */

.single-product .site-main {
	padding-top: 40px;
}

.single-product a:hover {
	color: var(--global-palette3);
}

@media (max-width: 767px) {
	.single-product .site-main {
		padding-top: 20px;
	}

	.single-product .woocommerce-product-gallery__image {
		max-width: 250px;
		margin: auto
	}

	.woocommerce span.onsale {
	    left: 3rem;
	}

	.woocommerce-product-gallery__trigger {
		display: none;
	}
}

/* pagina gracias compra
---------------------------------- */

.woocommerce-order {
	padding-top: 30px;
}}