/*
Theme Name: CIAP Child Theme
Theme URI: https://www.ciapucab.com
Template: Divi
Author: JOYACORP
Author URI: https://www.joyacorp.com
Description: CIAP UCAB Theme Child
Version: 4.14.8.1646833513
Updated: 2022-03-09 09:45:13

*/

.style-custom-products, .woocommerce.columns-6{
	color: white;
	width: 60%;
    padding: 0% 50px;
}

/* Custom CSS */

.modal-content {
    border: none !important;
}

.pum-theme-1862 .pum-content + .pum-close, .pum-theme-content-only .pum-content + .pum-close {
    color: white;

}

/** Botón de cesta de compra **/
.mi-boton-cesta {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
}

.mi-boton-cesta .icono-cesta {
	margin-right: 10px;
}

.mi-boton-cesta .icono-cesta svg {
    width: 2rem; /* Ajusta el tamaño */
    height: 2rem; /* Ajusta el tamaño */
    fill: white; /* Ajusta el color */
}

.title-welcome h1:after, .title-welcome h1:before{
	content:"";
	position: absolute;
	width: 160px;
	height: 3px;
	background: linear-gradient(270deg, #FD304F 17.58%, #C513CB 50.09%, #FF6201 81.27%);
	top:0.45em;
}

.title-welcome h1:before{
	left:-4em;
}

.title-welcome h1:after{
	right:-4em;
}

.subtitle-page:after, .subtitle-page:before{
	content:"";
	position: absolute;
	width: 45%;
	height: 3px;
	background: linear-gradient(270deg, #FD304F 17.58%, #C513CB 50.09%, #FF6201 81.27%);
	top: 0.2em;
}

.subtitle-page:before{
	left:-2.8em;
} 

.subtitle-page:after{
	right:-2.8em;
}

.subtitle-large-page:after, .subtitle-large-page:before{
	content:"";
	position: absolute;
	width: 30%;
	height: 3px;
	background: linear-gradient(270deg, #FD304F 17.58%, #C513CB 50.09%, #FF6201 81.27%);
	top: 0.2em;
}

.subtitle-large-page:before{
	left:-2.8em;
} 

.subtitle-large-page:after{
	right:-2.8em;
}

.subtitle-account-page:after, .subtitle-account-page:before{
	content:"";
	position: absolute;
	width: 40%;
	height: 3px;
	background: linear-gradient(270deg, #FD304F 17.58%, #C513CB 50.09%, #FF6201 81.27%);
	top: 1.2em;
}

.subtitle-account-page:before{
	left:-2.8em;
} 

.subtitle-account-page:after{
	right:-2.8em;
}

.subtitle-nosotros:after, .subtitle-nosotros:before{
	content:"";
	position: absolute;
	width: 30%;
	height: 3px;
	background: linear-gradient(270deg, #FD304F 17.58%, #C513CB 50.09%, #FF6201 81.27%);
	top: 0.4em;
}

.subtitle-nosotros:before{
	left:0em;
} 

.subtitle-nosotros:after{
	right:0em;
}

.subtitle-basket-page:after, .subtitle-basket-page:before{
	content:"";
	position: absolute;
	width: 40%;
	height: 3px;
	background: linear-gradient(270deg, #FD304F 17.58%, #C513CB 50.09%, #FF6201 81.27%);
	top: 1.6em;
}

.subtitle-basket-page:before{
	left:-6.8em;
} 

.subtitle-basket-page:after{
	right:-6.8em;
}
