/*
Theme Name: Bootstrap Criss
Theme URI: https://crissanis.com
Author: Crissanis
Author URI: https://crissanis.com
Description: Un theme wordpress bassado en Bootstrap
Version: 1.0
*/
body {
    font-family: 'Open Sans', sans-serif;
}
.age-gate__buttons button{
    background-color: black;
}
#carouselPortada .carousel-control-next span,
#carouselPortada .carousel-control-prev span{
    filter: invert(1) grayscale(100);
}

.menu-principal {
    width: 100%;
}
#menu-main {
    display: flex;
    flex-direction: row;
    width: 100%;  
    justify-content: flex-end;
	margin: 0;
}
#menu-main .menu-item {
    padding-right: 10px;
    padding-left: 10px;

}
.slider p {
  display: none;
}
header {
    position: relative;
    background-color: #ffffff;
    width: 100%;
    z-index: 8000;
    box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.8);
    -webkit-transition: background 0.2s;
    -moz-transition: background 0.2s;
    -ms-transition: background 0.2s;
    -o-transition: background 0.2s;
    transition: background 0.2s;
}
nav ul li {
    list-style: none;
}
nav ul li a{
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;    
    color: #333333;
}

/* Submenú oculto por defecto */

.menu-lista .sub-menu {
    
    width: 200px;
    padding: 0;
    margin: 0;
    position: absolute;
    right: 17%;
    top: 90px;
    background: #262626;
    border: none;
    z-index: 200;
    border-radius: 0px 0px 2px 2px;
    box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.1);
    display: none; 
}

#menu-main > li {padding: 20px;}
#menu-main > li >a  {
  padding: 10px;
}

.menu-lista .sub-menu li {
    white-space: nowrap;
}

/* Mostrar submenú al hacer hover */
.menu-lista > li:hover > .sub-menu {
    display: block;
}

/* Enlaces del menú */
.menu-lista > li a {
	color:#333333
}
.menu-lista a {
    color: #444;
    text-decoration: none;
    padding: 10px;
    display: block;
}

.menu-lista a:hover {
    color: #000;
}
#navigation .sub-menu li {
    float: none;
    border: none;
    margin: 0px 10px;
    padding: 0;
    height: auto;
    position: relative;
}
#menu-main .sub-menu li a {
    display: block;
    text-align: left;
    color: #bbbbbb;
    text-transform: none;
    padding: 10px 6px;
    margin: 0;
    border: none;
    border-bottom: 1px solid #757575;
	font: 400 13px Open Sans, Arial, Helvetica, sans-serif;  
	transition: color 0.5s ease, transform 0.3s ease;
}

.sub-menu li a:hover {
	color:#fff !important;
}

.nosotros {
    max-width: 80%;
    padding: 6%;
    margin: auto;
}
.nosotros h2 {
	font-size: 3rem;
}
.nosotros p{
	font-size: 1.3rem;
}
footer {
    background-image: url('https://madonna-santa.com/wp-content/uploads/2025/02/footer.png');
    background-size: cover;
    background-position: center;   
}
.footer1{color:#fff}
.listado-categorias {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
	 list-style: none;
	justify-content: space-around;
}
.listado-categorias li{
    width: 24%;
	margin-right: 12px;
    margin-bottom: 12px;
    
}
h4.dede {
    padding: 25px;
    margin: 0;
    /* padding-top: 20px; */
    margin-top: 20px;
    color: #fff;
    font-family: 'Jost';
}
.listado-categorias li a{
    padding: 10%;
    display: flex;
    background-image: url(https://madonna-santa.com/wp-content/uploads/2025/02/lico.webp);
    background-size: cover;
    background-repeat: no-repeat;
    height: 280px;
    filter: grayscale(100%);
    transition: filter 0.5s;
    text-decoration: none;
    color: #fff;
    /* margin: auto; */
    text-align: center;
    justify-content: center;
    align-items: center;
    font-size: 2.5rem;
	 text-shadow: 3px 3px 5px black, -3px -3px 5px black;
}
.listado-categorias li a:hover{
	filter: grayscale(0%);
}
.formulario textarea,
.formulario input {
    width: 100%;
}
.pre-footer{
	background-color: #666463;
}

.header-widget {
    padding: 4px;
}
       @keyframes slowOscillate {
            0% { transform: rotate(0deg) translateX(0); }
            25% { transform: rotate(-5deg) translateX(-3px); }
            50% { transform: rotate(5deg) translateX(3px); }
            75% { transform: rotate(-5deg) translateX(-3px); }
            100% { transform: rotate(0deg) translateX(0); }
        }
.phome img{
   animation: slowOscillate 2s ease-in-out infinite;
}

.category article {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.woocommerce ul.products li.product a img{
max-width: max-content;
}
.type-product .product_type_simple{
	display:none !important;
}
.woocommerce-sidebar {
    display: block !important;
}
.children-products{
	  overflow: hidden;
	  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
	height:0;
}
.arbol-productos  li {
	cursor:pointer;
}

.arbol-productos > li.active > a,
.arbol-productos > li:hover > a{
	color:#fff;
}
.arbol-productos > li:hover .children-products{
	  opacity: 1;
  visibility: visible;display:block !important;
	  transition-delay: 0.8s; /* Espera 0.2s antes de iniciar la transición */
	    max-height: max-content;
	    position: absolute;
    left: 25%;
	height:100%;
    background: #ccc;
}
.children-products{
	list-style:none;
	z-index:10000;
}
.arbol-productos > li{
    text-align: justify;
}
.woocommerce-product-details__short-description p{
	text-align: justify;
}

#carouselPortada  img {
    height: 300px;
    max-width: 100%;
    /* height: 300px; */
    object-fit: contain;
}
.children-products li a,
.arbol-productos > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: space-between;
    padding: 10px 15px;
    background-color: #E4E4E457;
    -webkit-transition: all .5scubic-bezier(0.48, 0.01, 0.5, 0.99);
    transition: all .5scubic-bezier(0.48, 0.01, 0.5, 0.99);
	margin-bottom: 1px;
	 transition: all 0.8s ease-in-out;
	 font-family: 'Montserrat', sans-serif;
    font-weight: 500;
	
}
.children-products li a{
	text-decoration:none;
	font-weight:500;
	color:#000;
	 font-family: 'Montserrat', sans-serif;
	font-size:13px;
}
.arbol-productos .children-products a:hover,
.arbol-productos > li:hover{
	background-color:#000;
	color:#fff;
}

.jet-dropdown-arrow {
  
    right: 15px;
    color: #000;
    font-size: 8px;   
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: #fff;
}
.woocommerce div.product div.images img{ width:auto !important;}
.woocommerce-product-gallery__image {
    display: flex;
    justify-content: center;
    align-items: center;
}
section.related.products {
    position: relative;
    clear: both;
    padding-top: 15%;
}
.product_title_full  {
	font-family: 'Jost', sans-serif;
	        font-size: 2rem;
	font-weight:700;
}
.woocommerce-product-details__short-description strong {
	font-family: 'Jost', sans-serif;
	font-weight:700;
}
nav.woocommerce-breadcrumb {
    display: none;
}
.related.products h2{
	  font-family: 'Montserrat', sans-serif;
	font-weight:700;
	font-size: 1.4rem;
	text-transform:uppercase;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
    color: #958e09;
    font-size: 1.5em;
    font-weight: bold;
    font-family: 'Open Sans';
}
.product_meta span,
.product_meta a{
    font-weight: 500;
    font-family: 'Montserrat';
    text-decoration: none;
    color: #fff;
    background: #000;
    padding: 8px;

}

h2.woocommerce-loop-product__title {
    color: #000;
    font-size: 0.9em;
	font-family: 'Jost', sans-serif;    
    font-weight: 700;
	text-align: center;
}
.filtros-products {
    display: flex;
	justify-content: space-between;
}
.page-id-89 #sidebar {
	display:none;
}
.woocommerce ul.products li.product a img {
    box-shadow: none;
    width: 280px;
    height: 300px;
    display: block;    
    box-shadow: none;
    object-fit: contain;
    max-width: 100%;
	margin: 0;
}
.woocommerce ul.products li.product a.woocommerce-loop-product__link {
    /* display: block; */
    /* position: relative; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.type-product .woocommerce-Price-amount{
	
    color: #958e09;
    font-size: 1.3em;
    font-weight: bold;
    font-family: 'Open Sans';

}
.woocommerce-result-count,
.filtros-products label {
	 font-family: 'Montserrat', sans-serif;
	 font-weight: 400;
}

.header-widget a {
    text-decoration: none;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
   
    color: #000;
    font-family: 'Jost';
    font-weight: 700;
}
.header-widget .wp-block-group {
    width: 130px;
}
#sidebar .active {
	    background-color: #000;
    color: #fff;
}

.entry-summary a{
	text-decoration:none;
	color:#000;
}

.navbar-toggler-icon{
	    background-image: var(--bs-navbar-toggler-icon-bg);
}

.age-gate__buttons button {
    border-color: #fff;
    border-style: solid;
    border-width: 1px;
}
.age-gate {
    background-color: #000;
}
.age-gate-remember-text, .age-gate__remember-text,
.span.age-gate__remember-text {
    color: #ffff;
}
.age-gate__fields{
	color:#fff;
}

.age-gate-buttons, .age-gate__buttons {
  
    justify-content: space-evenly;
}

a.boton-whatsapp {
    position: fixed;
    right: 0;
    bottom: 7%;
    background-color: #000;
    color: #fff;
    padding: 4px;
    border-radius: 10px;
    font-family: 'Open Sans';
       text-decoration: none;
    z-index: 9999;
}
form.woocommerce-ordering {
    display: none;
}
.page-id-503 #sidebar{
	display:none;
}
form.woocommerce-product-search {
    width: 100%;
    display: flex;
}
.woocommerce-product-search input {
    width: 100%;
    height: 40px;
    font-size: 1.9rem;
    font-family: 'Jost';
    padding: 20px;
}
.wp-block-social-links .wp-social-link svg {
    height: 1.5em;
    width: 1.5em;
}
@media (max-width: 767.98px) {
	
	h4.dede {
    font-size: 0.9rem;
}
	img.logo_retina {
    width: 100%;
    height: auto;
}
	#menu-main{
		padding:0;
		    flex-direction: column;
	}

	a.boton-whatsapp {
		bottom: 0;
		padding: 0;
	}
	.navbar-toggler{
		padding:2px;
	}
	.secondarymenu button{
	background:#000;
	padding:10px;
	margin-top:5px;
	margin-bottom:5px;
	}
	


.container.content-area.mt-5 {
    max-width: 100%; 
	margin-top:0 !important;
}
	.arbol-productos {
		    padding-left: 0;
	}
	.filtros-products {
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-evenly;
    /* width: 100%; */
    /* height: 100%; */
}
	.filtros-products  form {
		    height: 60px;
	}
	.filtros-products  form {
		    display: flex;
    align-items: flex-start;
    flex-direction: column;
		width: 100%;
	}
	
	.arbol-productos > li:hover .children-products {

    left: 25%;
    width: 70%;
}
	.filtros-products  form select {
		width: 100%;
	}
	form.woocommerce-ordering {
    padding-top: 15px;
}
	
	.woocommerce ul.products li.product a img {    
    height: 228px;  
	}
	
	

}

