/*
 Theme Name:   Astra Child
 Theme URI:    https://wpastra.com/
 Description:  Tema hijo de Astra
 Author:       Ajolosoft
 Author URI:   https://floreria-sandbox.ajolosoft.com/
 Template:     astra
 Version:      1.0.0
*/

.wc-block-product-template__responsive>li:hover {
    transition: all 0.3s ease-out !important;
    transform: translateY(-6px) !important;
}

.wc-block-product-template__responsive>li {
		border-radius: 15px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1) !important;
		transition: all 0.3s ease-out;
}

@media (max-width: 768px) {
	.wc-block-grid__product {
		margin-bottom: 20px !important;
	}
}


.cm-categories-list img {
	border-radius: 15px !important;
	width: 100%;
  height: 100%;
  object-fit: cover;
}

.cm-categories-list>.product-category {
	max-width: 253px !important;
	position: relative !important;
}

.cm-categories-list>.product-category:hover h2 {
  color: rgb(251, 113, 133) !important;
}

.cm-category-container-title {
	position: absolute;
	top: 50%;
	color: white;
	padding: 1.5rem;
	transform: translate(0%, -50%);
}

.cm-category-container-title h2 {
	color: white;
	margin-bottom: 0;
}

.menu-servicios-container ul>li a {
	color: white
}

.menu-servicios-container ul>li a:hover {
	color: rgb(251, 113, 133);
}

.menu-footer-menu-container ul>li a {
	color: white
}

.menu-footer-menu-container ul>li a:hover {
	color: rgb(251, 113, 133);
}

.visible2 {
	opacity: 1 !important;
	transform: translateY(0) !important;
}
