/*Dashboard*/
:root{
	--color-soft-green: #afe4dd;
	--color-strong-green: #24b89a;
	--color-purple: #6b63ff;
	--color-soft-purple: #c5abfc;
	--color-soft-blue: #b8e2fc;
	--color-strong-blue:#0d49c6;
	--color-strong-pink: #ff80bc;
	--color-soft-pink: #ffbae0;
}

.cs_featured_products_li:nth-child(1):hover .cs_featured_products_image-container{
	background-color: --color-purple;
}

.row-my_account {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 61px;
}
.my_account_link{
    text-decoration: none !important;
}

.my_account_link:hover{
    box-shadow: 0 20px 25px 10px rgba(0,0,0,.07);
}


@media(max-width: 767px){
	.row-my_account {
		display: flex;
		flex-direction: row;
		justify-content: center;
	}
	.col-content {
		height: 154px;
		width: 100%;
		margin: 10px 0;
	}
	
	.account-products .woocommerce .products_wrapper ul.products {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
	}
	
	.account-products .woocommerce .products_wrapper ul.products li.product-category a {
		-webkit-flex-basis: 190px;
		flex-basis: 190px;
		max-width: 100%;
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: center;
		align-items: center;
		margin-bottom: 40px;
		flex-direction: column;
	}
	
	.products_wrapper ul.products li.product-category a img {
		width: 90px;
		height: 90px;
		border-radius: 100%;
	}
	.products_wrapper ul.products li.product-category a .woocommerce-loop-category__title {
    	color: #637178;
		font-size: 20px;
	}
}

.titulo_de_ronda{
	font-size: 45px; 
	margin-top: 40px; 
	margin-bottom: 20px;
	font-weight: 900;
	text-align:center;
}
