/*
Theme IIA
Version: 1.0
Description: Tema hijo
Author: IIA
Author URI: https://www.iia.es
Template: Divi
*/
 
/*----------------- Empieza a tu código CSS personalizado aquí -------------------------------*/
.p-0 {
    padding: 0 !important;
}

/*Estudiantes en el checkout*/
.checkout-students-info {
    padding-bottom: 1em;
    padding-top: 1em;
}

.checkout-student {
    display: none;
    padding-top: 1.5em;
    padding-bottom: 1em;
    border-bottom: solid 1px #eeeeee;
}

.popup-descargar-pdf {
	font-weight: bold;
    font-size: 16px;
	background-color: #F1B97E;
	border: solid 2px #F1B97E;
	border-radius: 100px;
    padding-top: 8px !important;
    padding-right: 30px !important;
    padding-bottom: 8px !important;
    padding-left: 30px !important;
    display: inline-block;
    margin-top: 10px;
    transition: all 300ms ease 0ms;
}

.popup-descargar-pdf:hover {
	color: #4D5488 !important;
    border-color: #AAAFD4 !important;
    background-image: initial;
    background-color: rgba(230, 232, 246, 0.47);
}

.spu-content h6 {
    padding-bottom: 15px !important;
}

#ecommerce-cart-count {
	display: none;
	width: 20px;
	height: 20px;
	background: #F1B97E;
	color: white;
	font-size: 15px;
	line-height: 20px;
	text-align: center;
	border-radius: 25px;
	position: absolute;
	right: -10px;
	bottom: -10px;
}

#ecommerce-cart-count.ecommerce-cart-with-items {
	display: block;
}


tr.wc-block-cart-items__row .wc-block-cart-item__total {
    width: 150px;
}

label[for="payment_method_redsys"] img {
    display: none !important;
}