/*
Theme Name:  Twentytwentyone child theme
Description: Tema hijo para hacer personalizaciones de código
Author:      Carlos Casas
Author URL:  https://tu-sitio.com
Template:    twentytwentyone
Version:     1.0
License:     GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyone-child
*/

/*** estilos carga web ****/

.elementor-section.elementor-section-stretched{
}

.post-thumbnail, .entry-content .wp-audio-shortcode, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator), *[class*=inner-container] > *:not(.entry-content):not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator), .default-max-width {
	margin-left: 0!important;
    max-width: 100%!important;
}

#cursos-banner-titulo .elementor-widget-container{
	margin: 30% 0% 0% 0%;
}

#cursos-banner-titulo .elementor-widget-container > h2{
	color: #FFFFFF;
}


#cursos-banner-boton .elementor-widget-container {
	margin: 120px 0px 0px 0px;
}

#banner-cursos{
	padding-top: 50px;
}

#banner-cursos .elementor-column-gap-default{
	min-height: 400px;
}

.elementor-widget-container a.elementor-button:not(.enlace .elementor-widget-container a):not(.gracias-btn-descarga a), .custom-btn-addcart .single_add_to_cart_button{
	border-radius: 20px 20px 20px 20px
}

.elementor-menu-cart__main{
	bottom:auto!important;
}


/*********** MENU DESPLEGABLE SUBMENU ****************/
@media screen and (min-width: 768px) {
	.sub-menu {
		display: none;
		position: absolute;
		top: 0;
		left: 95%;
		z-index: 9999;
	}
  
	.menu-item-has-children:hover > .sub-menu {
	  	display: block;
	}

	.menu-item-has-children  .sub-menu >  li  > .sub-menu > li{
		width: 25rem;
	}

	.primary-navigation > div > .menu-wrapper > li > .sub-menu > .menu-item-has-children:after {
		content: "";
		display: block;
		position: absolute;
		width: 0;
		top: 12px;
		left: 90%;
		border-style: solid;
		border-color: #000 transparent;
		border-width: 0 7px 10px 7px;
		transform: rotate(90deg);
	}
  }
  
  /* mobile */
  @media screen and (max-width: 767px) {
	#site-navigation .sub-menu li.submenu-cursos{
		border: none!important;
	}
	#site-navigation .sub-menu li.submenu-cursos > ul > li{
		padding: 6px!important;
	}
  }

.menu-telefono > a{
	width: 9rem;
}

/********* FIN MENU DESPLEGABLE SUBMENU **************/

/**************************************** BLOG ********************************************/
/******************* Home Posts************************/
h2,h3{
	font-family: Montserrat_bold!important;
}
p,label,span{
	font-family: Montserrat_regular!important;
}
#blog-custom,#div-content-detalle-blog{
	margin-top: 10rem;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	margin-bottom: 50px;
}
#blog-custom .wp-block-title-custom h2{
	color: #001742;
    font-size: 16px;
    text-transform: none;
	font-weight: 700;
    line-height: 1;
    margin: 25px 0 12px;
    padding: 0;
	letter-spacing: normal;
	text-decoration: none;
	height: 40px;
	padding: 0 10px;
}
#blog-custom .wp-block-title-custom-destacada h2{
	margin-bottom: 0;
	height: 20px;
	padding: 0;
}
#blog-custom .wp-block-title-custom p{
	font-size: 16px;
}
#blog-custom .wp-block-title-custom h2 > a{
	text-decoration: none;
}
#blog-custom .wp-block-latest-posts__featured-image img {
    height: 200px!important;
}
.div-categories-blog h3{
	font-size: 20px;
	font-weight: bold;
}
.div-categories-blog ul li{
	list-style: none;
	font-size: 16px;
}
.div-categories-blog ul{
	padding-left: 10px;
}
.div-categories-blog ul li > a{
	text-decoration: none;
	font-size: 16px;
}

#blog-custom .wp-block-latest-posts > li{
	margin-top: 0;
    margin-bottom: 0;
}
.text-content .custom-more-link{
	border-top: 1px solid #ddd;
    margin: 15px;
}
.custom-more-link .more-link{
	text-decoration: none;
	font-size: 16px;
}
.text-content > p{
	height: 80px;
}
.text-content .custom-more-link  .more-link{
	float: left;
	padding-top: 0.5rem;
	font-weight: bold;
}
#blog-custom .social-icons{
	position: absolute;
    right: 1rem;
    top: 5em;
}
#blog-custom  .text-content{
	position: relative;
}
#blog-custom  .wp-block-latest-posts__featured-image-destacada > a > img{
	max-width: 100%!important;
	transition: transform 0.3s ease;
}
#blog-custom  .wp-block-latest-posts__featured-image-destacada{
	overflow: hidden;
	position: relative;
}
#blog-custom  .listpost-destacada .wp-block-text{
	display: flex;
	flex-direction: row;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
#blog-custom .wp-block-latest-posts-destacada{
	padding-left: 0;
}
.text-content-destacada{
	font-size: 16px;
}
.text-content-destacada > a{
	text-decoration: none;
	font-weight: bold;
}
#blog-custom  .wp-block-latest-posts__featured-image-destacada:hover img{
	-webkit-transform:scale(1.3);
	transform:scale(1.3);
}
.div-categories-blog ul li a > i{
    float: right;
    padding-top: 6px;
}
.wp-block-latest-posts-destacada .wp-block-text{
	padding: 0 20px;
}
.archive  .div-post-blog{
	padding-top: 30px;
}
.div-post-blog .wp-block-fecha > div{
	font-size: 18px;
    padding: 5px;
	text-align: center;
	margin-bottom: 1px;
}
.div-post-blog .wp-block-fecha{
	margin-bottom: 50px;
    margin-right: 10px;
    height: 1.5rem;
}
.div-post-blog .wp-block-fecha .text-dia{
	background-color: #f4f4f4;
    color: #001742;
    font-weight: bold;
}
.div-post-blog .wp-block-fecha .text-mes{
	background-color: #001742;
    color: #fff;
}
#blog-custom .wp-block-title-custom h2 > a:hover,.text-content .custom-more-link .more-link:hover,.text-content-destacada a:hover{
	color:#F5A503;
}
/**************** fin Home Posts ***********************/
/************* Detalle de Posts **********/
#div-content-detalle-blog .entry-content p{
	font-size: 16px;
	text-align: justify;
}
#div-content-detalle-blog .entry-title-custom{
	font-size: 22px;
	color: #001742;
}
.datos-post span{
	font-size: 14px;
	padding: 0 3rem;
}


#blog-custom .div-post-blog ul.wp-block-latest-posts  li {
	-webkit-box-shadow: 0 4px 4px rgb(0 0 0 / 15%);
	-moz-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
	-ms-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
	-o-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
	box-shadow: 0 4px 4px rgb(0 0 0 / 15%);
	text-align: center;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #eee;
	background-color: #fff;
	border: 1px solid #eee;	
	height: 420px;
}

#blog-custom .div-post-blog ul.wp-block-latest-posts{
	display: grid;
	grid-gap: 25px;
	margin: 0 0 15px 0;
	padding: 0 !important;	
}
.page-template-template-page-blog .site-content a:focus,.archive a:focus:not(.section-category-product-custom .btn-more-custom),.site-content .post-template-default a:focus{
	color:#001742!important;
}

.post-template-default #page{
	overflow: hidden;
}	

/*** Comentarios ****/
.comment-form-cookies-consent{
	display: none!important;
}
.comments-area-custom{
	margin-top: 30px;
}
.comments-area-custom #comments > h2{
	font-size: 16px;
}
.comments-area-custom #comments ol.comment-list{
	font-size: 16px;
	margin: 0 30px;
}
.comment-author > b{
	font-size: 16px!important;
	font-weight: bold!important;
	text-transform: uppercase;
	color:#001742;
}
.comment-author a,.comment-metadata > a{
    pointer-events: none;
    text-decoration: none;
}
.comment-metadata{
    margin-top: -8px;
    padding: 0!important;
	/*position: absolute;*/
	bottom: -5px;
	margin-left: 85px!important;
}
.comment-metadata > a{
    font-size: 10px;
}
.comment-author a{
	font-weight: bold;
}
.comment-content{
	padding-left: 85px;
    margin-top: 0!important;
    margin-bottom: 5px!important;
}
.comment-meta{
	margin-bottom: 0!important;
}
.comment-form  p input[type=email],.comment-form p textarea,.comment-form  p input[type=text]{
	display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 14px!important;
    font-weight: 400;
    line-height: 1.5;
    background-color: transparent;
    background-clip: padding-box;
    border: 1px solid #dee2e6;
    border-radius: 5px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.comments-area-custom .reply{
    padding-left: 85px;
    font-size: 12px;
}
.comments-area-custom .reply > a{
	color: #001742;
	text-decoration: none;
	font-weight: bold;
}
.comment-list li > article{
	margin-bottom: 0;
	position: relative;
}
.comment-form-comment{
	order: 3;
}
.form-submit{
	order: 4;
	text-align: center;
}
.form-submit > input{
	background-color: #001742!important;
    border-color: #001742!important;
    width: 14rem;
    padding: 5px!important;
    border-radius: 50px!important;
	color: #fff!important;
}
.form-submit > input:hover{
	background-color: #F5A503!important;
    border-color: #F5A503!important;
}
h3#reply-title{
	font-size: 16px;
	margin-bottom: 0;
}
.comment-notes #email-notes,.comment-notes > .required-field-message{
	font-size: 12px;
}
/*.comment-notes > .required-field-message{
	display: none;
}*/
#commentform{
	margin-top: 0;
}
.comment-form-author,.comment-form-email,.comment-form-comment,.comment-form-comment textarea{
	margin-bottom: 5px!important;
}
.form-submit:first-child{
	display: none;
}
#submit_comentar:disabled {
	color: #FFFFFF!important;
    background-color: #CCCCCC!important;
    border-color: #CCCCCC!important;
    pointer-events: none;
}
#comment{
	resize: none;
}
.comment-respond{
	margin: 0 30px;
}
/************* Fin Detalle de Posts **********/
/*temp*/

/*fintemp*/
@media (min-width: 992px){
	#blog-custom .div-post-blog ul.wp-block-latest-posts  li {
	}
	#blog-custom .div-post-blog ul.wp-block-latest-posts{
		grid-template-columns: repeat(3, 1fr);
		align-items: stretch;
		box-sizing: border-box;
		word-break: break-word;
		min-width: 12vw;
		clear: both;
	}
	#blog-custom .div-post-blog ul.wp-block-latest-posts-destacada{
		list-style: none;
	}

	#blog-custom .wp-block-latest-posts > li:first-child {
		margin-top: auto!important;
	}
	#blog-custom,.single-post #div-content-detalle-blog{
		max-width: 1140px;
	}
	.div-post-blog,.div-content-post{
		width: 75%;
	}
	.div-categories-blog{
		width: 25%;
		padding-left: 30px;
	}
	#blog-custom,#div-content-detalle-blog{
		display: flex;
	}
	.div-carrusel-cursos{
		margin-bottom: 50px!important;
	}
	.div-content-detalle-blog .div-content-post .entry-header figure > img{
		max-width: 100%!important;
	}
	#blog-custom .wp-block-title-custom-destacada{
		height: 7rem;
	}
	#blog-custom  .listpost-destacada .wp-block-text{
		margin-bottom: 30px;
	}
	/*.div-autor-info .autor-datos {
		left: 7%;
	}*/
	.comment-metadata{
		left: 10%;
	}
	
}

@media (max-width: 767px){
	#blog-custom,.single-post #div-content-detalle-blog{
		max-width: 767px;
	}
	#blog-custom .div-post-blog ul.wp-block-latest-posts  li {
		width: 300px;
		margin: 0 auto;
	}
	.div-carrusel-cursos{
		margin-top: 0!important;
	}
	.div-categories-blog{
		margin: 50px 40px 0px 50px;
	}
	/**** Detalle pOst ***/
	.div-content-detalle-blog .div-content-post{
		padding-top: 30px;
	}
	.div-content-detalle-blog .div-content-post .entry-header{
		max-width: 100%;
		margin-top: 0;
	}
	.div-content-detalle-blog .div-content-post .entry-header figure{
		width: 100%;
	}
	.div-content-detalle-blog .div-content-post .entry-header figure > img{
		margin-top: 0;
	}
	.div-content-post h2{
		margin: 0 30px;
	}
	.div-content-post .entry-content{
		margin: 0 30px;
	}
	#blog-custom .wp-block-title-custom-destacada{
		height: 8rem;
	}
	#blog-custom  .listpost-destacada .wp-block-text{
		margin-bottom: 50px;
	}
	.div-content-detalle-blog .div-content-post .div-autor-info{
		margin: 30px;
	}
	/*.div-autor-info .autor-datos {
		left: 18%;
	}*/
	.comment-metadata{
		left: 20%;
	}
	.text-content-destacada{
		padding-top:15px;
	}
	p.no-comments{
		margin: 0 30px;
	}
	.woocommerce .cart-collaterals{
		padding: 5px 10px;
	}
}

@media (max-width: 400px) {
    #site-navigation .menu-button-container {
		left:auto!important;
		display: flex;
		/*margin-right: 10px;*/
	}
	#div-menu-cart-responsive {
        width: 45px!important;
    }
}

@media (max-width: 481px) {
	.woocommerce-cart-form .shop_table tr td.product-name {
		display: flex;
    }
    .woocommerce-cart-form .shop_table tr td.product-name a {
		margin-left: 10px;
    }
}

@media only screen and (min-width: 482px) and (max-width: 767px) {
    .primary-navigation > .primary-menu-container {
        height: 100vh;
        z-index: 499;
        overflow-x: hidden!important;
        overflow-y: auto!important;
        border: 2px solid transparent;
    }
	
	.primary-navigation > .primary-menu-container {
		position: fixed!important;
		visibility: hidden!important;
		opacity: 0!important;
		top: 0!important;
		right: 0!important;
		bottom: 0!important;
		left: 0!important;
	}
	
	#site-navigation .menu-button-container {
		left: auto !important;
		display: flex;
		margin-right: 10px;
	}
	
	.primary-navigation {
    	position: absolute!important;
	}
	
	.primary-navigation > div > .menu-wrapper {
        padding-bottom: 100px;
    }
	
	.admin-bar .primary-navigation > .primary-menu-container {
        height: calc(100vh - var(--global--admin-bar--height));
    }
}

.woocommerce-cart .woocommerce-cart-form .product-remove{
	z-index:-1!important;
}

/**** Autor ******/
.div-autor-info > div{
	display: flex;
    justify-content: normal;
    position: relative;
}

.div-autor-info .autor-imagen > img{
	width: 50px;
    background-color: #fff;
    border-radius: 100%;
    -webkit-box-shadow: 0 4px 4px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
    box-shadow: 0 4px 4px rgb(0 0 0 / 15%);
}

.div-autor-info .autor-datos > p:first-child{
    font-size: 14px;
}

.div-autor-info .autor-datos > p:last-child{
    font-size: 11px;
}

.div-autor-info .autor-datos > p > img:first-child{
	width: 20px;
	margin-left: 5px;
}

.div-autor-info .autor-datos > p > a > img{
	width: 25px;
}

.div-autor-info .autor-datos > p > a {
	margin-left: 5px;
}

.div-autor-info .autor-datos {
	margin-left: 1rem;
}

.div-autor-info h3{
	font-size: 14px;
	font-weight: bold;
}
/**** Fin Autor *****/

/***** Gracias *****/
.page-text-gracias{
	display: none;
}
/***** Fin Gracias *****/

/***** fORMuLARIO *****/
.div-recaptcha p{
	font-size: 11px;
    color: #AAA;
}

.div-recaptcha p a{
	color: #0aa1d6;
}

.grecaptcha-badge { visibility: hidden; }
/*****Fin Formulario ****/

.simulador-section-textvideo a.elementor-button-link {
	fill: #d50000;
    color: #d50000!important;
    background-color: #FFFFFF00!important;
	border-style: none!important;
	text-decoration: none!important;
}

/****************************************************/


/********** FILTROS CATEGORIA PRODUCTOS ************/

/* Estilos generales para filtros y productos */
.eael-product-grid-custom .woocommerce ul.products li.product .eael-product-title  h2,
.eael-product-grid-custom .carrusel-producto .swiper-wrapper > .swiper-slide .eael-product-title h2{
	color: #001742;
    font-size: 16px;
    text-transform: none;
}

.eael-product-grid-custom ul.products li.product .eael-product-title a > a,
.eael-product-grid-custom .carrusel-producto .swiper-wrapper > .swiper-slide .eael-product-title a > a{
    position: absolute;
    width: 85%;
    left: 0;
    right: 0;
    top: 4rem;
    margin: 0 auto;
	text-decoration:none;
	font-size: 14px;
}

.carrusel-producto .swiper-wrapper > .swiper-slide .woocommerce-loop-product__link{
	display: block;
    text-decoration: none;
    position: relative;
}

.swiper-container.carrusel-producto .swiper-button-next,
.swiper-container.carrusel-producto .swiper-button-prev{
	background-color: #FFF;
    padding: 21px;
    border-radius: 100px;
}

.carrusel-producto .swiper-button-next:after, .carrusel-producto .swiper-button-prev:after{
	font-size: 18px;
    font-weight: bold;
    color: #000;
}

.swiper-container.carrusel-producto .swiper-button-prev{
	left: 35px;	
}


@media (min-width: 992px) {
    .eael-product-grid-custom ul.products li.product,
	.eael-product-grid-custom .carrusel-producto .swiper-wrapper > .swiper-slide{
        height: 360px;
    }
	
	/*.eael-product-grid-custom .carrusel-producto .swiper-wrapper > .swiper-slide {
        height: 320px;
    }*/
	
	.swiper-container.carrusel-producto {
		margin: 0 6em;
	}
	
	.carrusel-producto .swiper-wrapper.products{
		padding: 40px;
	}

	.section-category-product-custom > .elementor-container {
		margin-top: 20px;
		padding: 0 20px;
	}
	
	.filtros {
		margin-right: 20px;
	}
	
	.woocommerce-error li, .woocommerce-info, .woocommerce-message{
		padding: 0 3rem;
	}
	
	.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals{
		padding: 0 2.5rem;
	}
	.woocommerce .woocommerce-cart-form{
		margin: 0 2rem;
	}
	
	.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals{
		width: 40%;
	}
	
	.woocommerce-cart .woocommerce-cart-form .shop_table_responsive th{
		text-align:center;
	}
}

.filtros {
    padding: 20px;
    border: 1px solid #ddd;
}

.filtros-seleccionados {
    margin-bottom: 10px;
}

.filtros-seleccionados p{
    font-size:1rem;
}


.categorias ul {
    list-style: none;
    padding: 0;
}

.categorias li {
    display: inline-block;
    margin-right: 10px;
}

.cantidad-productos {
    display: inline-block;
    background-color: #001742;
    color: #fff;
    padding: 1px 5px;
    margin-left: 5px;
    font-size: 12px;
}

.filtro-tipo label {
    display: block;
    margin-bottom: 10px;
}

.div-filtros input{
    padding: 0.375rem 0.75rem!important;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    background-color: transparent;
    background-clip: padding-box;
    border: 2px solid #dee2e6!important;
    border-radius: 5px!important;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.div-filtros input[type="text"] {
	width: 100%;
}

form.search-bar {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 400px;
	margin-bottom:10px;
}

.search-bar .search-button {
    position: absolute;
    top: 5%;
    right: 10px;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    color: #333;
    font-size: 18px;
	background-color:transparent!important;
}

.search-bar .search-button:hover {
    color: #0073aa;
}

.search-bar .search-button i{
	color:#001742;
}

.filtros .btn-clear-filters{
	display: inline-block;
    line-height: 1;
    background-color: #001742!important;
    font-size: 15px;
    padding: 12px 24px;
    border-radius: 20px;
    color: #fff;
    fill: #fff;
    text-align: center;
    transition: all .3s;
}

.filtros .form-clear-filters{
	margin-bottom:10px;
}

.custom-products{
	width:100%;
}

/*********FIN CATEGORIA PRODUCTOS **********/

/********* PLANTILLA PRODUCTO VIRTUAL ******/
.plantilla-virtual-incluye .elementor-image-box-wrapper{
	display:flex;	
}

.plantilla-virtual-incluye p.elementor-image-box-title{
    font-size: 16px;
    line-height: 2.5;
}

.plantilla-virtual-incluye .elementor-widget-wrap > .elementor-widget:not(:last-child) {
	margin-block-end: 0px;
}

.carrusel-producto h2.woocommerce-loop-product__title{
	padding: 10px;
	text-align:center;
}

.swiper-pagination {
    position: absolute;
    bottom: 20px;
    right: 0px; 
    display: flex;
    gap: 10px;
}

.swiper-pagination-bullet {
    /*width: 12px;
    height: 12px;*/
    background: #007bff;
    opacity: 0.7;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.swiper-pagination-bullet-active {
    background: #0056b3;
    transform: scale(1.2);
}

.archive.tax-product_cat .section-category-product-custom{
	margin-bottom:0px;
}

.related-carrusel.products{
	padding-bottom: 0px;
}

.related-carrusel.products h2{
	margin-bottom: 0;
}

#btn-home-vermas{
	border-radius: 5px;
    box-shadow: 0 4px 4px rgb(0 0 0 / 15%);
}

.related.products {
    padding-bottom: 0!important;
	margin-bottom: 0!important;
}

/********* FIN PLANTILLA PRODUCTO VIRTUAL ******/

/********* PRODUCTOS - WORKSHOP **********/

.tablesorter.eael-data-table .td-content{
	color: #7A7A7A;
}


/******** FIN PRODUCTOS - WORKSHOP ***********/

/******** CHECKOUT ******/
.woocommerce-checkout .woocommerce-form__label-for-checkbox abbr{
	color:gray!important;
}


/***** FIN CHECKOUT *****/


/********* RESPONSIVE ***************/
@media  (max-width: 991px) {
	.custom-products ul.products li.product {
        width: 300px;
        margin: 0 auto;
        height: 450px;
		margin-bottom: 3em;
    }
	
	.custom-products ul.products li.product:last-child {
		margin-bottom: 0;
	}
	
	.carrusel-producto .swiper-slide.product{
		height:450px;
	}
	.section-category-product-custom .elementor-col-70{
		margin-top: 2em;
	}
	
	.carrusel-producto .swiper-wrapper.products{
		padding: 40px 0;
	}
	
	.archive.tax-product_cat #div-menu-cart-responsive section{
		padding-top: 0!important;
	}
	
	.section-category-product-custom .elementor-col-30{
		justify-content: center;
	}	
	
	.custom-filters .filtros.div-filtros{
		margin-top: 80px;
	}
	
	.plantilla-virtual-incluye .elementor-image-box-content p{
		margin-left:5px;
	}
	
	.woocommerce-error li, .woocommerce-info, .woocommerce-message{
		padding: 0 1.5rem;
	}
	
	.woocommerce-checkout form.checkout {
		padding-top: 50px;
	}
	
	.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals{
		padding: 0 15px;
	}
	.woocommerce .woocommerce-cart-form{
		margin: 0 15px;
	}
}

/********* FIN RESPONSIVE ***************/




/****** PRuEBAS ********/
/*
.carrusel-producto .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.carrusel-producto .swiper-button-next,
.carrusel-producto .swiper-button-prev {
    color: #333;
}

.carrusel-producto .swiper-pagination-bullet {
    background: #333;
}*/




