@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

/* body{
    max-width: 1300px;
    margin: auto;
} */

body{
    background: #f4f2ee;
}
.galerias{

}
.galerias img{
    width: 110px;
    height: 100px;
    object-fit: cover;
    border-radius: 4px;
}


#procesando{
    display: none;
    margin: 10px 0px 0px;
    color: #fff;
}
a:hover{text-decoration: none;}
.ajax-loader-bg {
    top: 0px;
    position: fixed;
    width: 100%;
    height: 1000px;
    z-index: 9998;
    background: rgba(255, 255, 255,0.8);
    display: none;
}

.ajax-loader-container {
    width: 45px;
    height: 45px;
    position: fixed;
    z-index: 9999;
    top: 50%;
    left: 50%;
    margin-top: -33px;
    margin-left: -33px;
}
body.cart .contcart{
	display: none;
}
label.error{
	color: #f00!important;
    margin: 0px!important;
    font-weight: normal!important;
	display: block;
}
.remove{
	cursor: pointer;
}

#redes{min-width: 120px;  margin: 0px auto; display: block; text-align: center;}

#redes ul{margin: 0px; padding: 0px; display: inline-block;}
#redes ul li{display: inline-block; width: 35px; height: 35px;  border-radius: 17px; margin: 0px 3px; background: #fff; transition: 0.5s all;}
#redes ul li:hover{transition: 0.5s all; background: #ededed;}
#redes ul li a{text-align: center; display: block; font-size: 20px; color: #000; padding: 4px 0px 0px 0px;}
#redes ul li p {display: none;}

#contHeader{
    background-color: #F7F2E7;
}
/* header */
header {
    max-width: 1600px;
}
header{
    display: flex;
    justify-content: center;
}
header .item{

}
header .item.cont-logo{
    width: 15%;
}
header .item.cont-buscar{
    width: 70%;
}
header .item.cont-cart{
    width: 10%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 20px;
}
#logo{
	width: 100%;
	max-width: 150px;
    margin: 10px auto;
}
#logo img{
	width: 100%;
}
#countItem{
	height: 32px;
	width: 32px;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	z-index: 9999;
}

#countItem span{
    background: #42210B;
    color: #fff;
    padding: 1px 0px 0px 0px;
    border-radius: 15px;
    width: 27px;
    height: 27px;
    display: block;
    margin: 4px 0px 0px -3px;

}
#controlDetails{
    color: #42210B;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    line-height: 32px;
    font-size: 21px;
}

div#ContDetailsCart{
    text-align: left;
    margin: 0px 0px 0px 0px;
}

div#ContDetailsCart a{
    text-decoration: none;
}
#close-nav-bar{
    display: none;
}
.navbar-expand-lg .navbar-collapse{
    justify-content: flex-start;
}

.navbar>.container, .navbar>.container-fluid, .navbar>.container-lg, .navbar>.container-md, .navbar>.container-sm, .navbar>.container-xl, .navbar>.container-xxl{
    flex-direction: column;
}
.navbar{
    position: initial!important;
	text-align: left;
    margin: 10px 0px 10px 0px;
}
.navbar ul{
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.navbar ul li{
    display: inline-block;
}
.navbar-toggler{
    top: 60px;
    position: absolute;
}
.navbar-collapse{
    justify-content: center;
}
button.nologin{
    top: 50px;
}
#ContDetailsCart.nologin{
    top: 30px;
}
li.nav-item{
    
}
.navbar ul li ul li.nav-item:hover{
    border-radius: 10px;
    background-color: #543a28;
}
.navbar-light .navbar-toggler{
    color: transparent;
    border-color: transparent;
}
.navbar a{
    font-family: "Outfit", sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #42210B!important;
    padding: 7px 24px;
}

.navbar li:first-child a {
    padding: 7px 24px 7px 0px;
}

ul.navbar-nav{
	margin: auto;
}
.navbar ul li ul{
	position: absolute;
    width: 220px;
    z-index: 99999;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    line-height: normal;
    background: #42210a;
    display: none; 
    border-radius: 10px;
}
.navbar ul li ul li{
    display: block;
    border-right: 0px;
    margin-bottom: 0px;
}

.navbar ul li ul li a{
    color: #fff!important;
    padding: 7px 24px!important;
}

.navbar ul li ul li ul{
    background: #543a28;
}

.navbar ul li ul li ul{
    margin: 0px 0px 0px 80px;
    width: 240px;
}

.navbar ul li:hover > ul
{
    display: block;
    transition: 5s all;
}
#cont-buscar-info{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

#buscar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(247, 242, 231, 0.9); /* Fondo semitransparente */
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 99999999;
}

#buscar #container-buscar {
    position: relative;
    background-color: white;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 500px;
}

#buscar .close-btn {
    position: absolute;
    top: -40px;
    right: 5px;
    background: transparent;
    color: #42210B;
    font-weight: bold;
    border: none;
    font-size: 28px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
    border-radius: 4px!important;
}

.cont-cart #open-search{
    border: none;
    font-size: 20px;
    background: transparent;
}

.cont-cart #open-search .fa-search:before{
    color: #42210B;
}

#buscar button{
	border-radius: 0px 4px 4px 0px!important;
	border: none;
	color: #020202;
}
#buscar button i{
	font-size: 18px;
    color: #CECECE;
}

#buscar input.form-control {
    border: none;
    box-shadow: none;
    background: #fff;
    border-right: 1px solid #CECECE;
    color: #818181;
    font-size: 14px;
}

#buscar input{
    font-family: "Outfit", sans-serif;
    font-size: 14px;    
}

#buscar input::placeholder {
    font-family: "Outfit", sans-serif;
    font-size: 14px;    
}

#buscar .input-group>.custom-file, .input-group>.custom-select, .input-group>.form-control {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}

#buscar .input-group-append {
    margin-left: -1px;
}

#buscar .input-group-append, .input-group-prepend {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#buscar .input-group>.input-group-append>.input-group-text, .input-group>.input-group-prepend:first-child>.btn:not(:first-child), .input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child), .input-group>.input-group-prepend:not(:first-child)>.btn, .input-group>.input-group-prepend:not(:first-child)>.input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

#buscar .input-group-append .btn, .input-group-prepend .btn {
    position: relative;
    z-index: 2;
}

#buscar .input-group {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

#buscar .btn-outline-secondary {
    color: #6c757d;
    background-color: transparent;
    background-image: none;
    border-color: #6c757d;
}

#buscar .btn-outline-secondary:hover{
    background: #ededed;
}

#login{
    margin: 12px 0px 0px 20px;
    width: 120px;
    display: inline-block;
    font-family: "Outfit", sans-serif;
}

#login a{
    font-weight: normal;
    text-decoration: none;
}

#login a i{
    color: #1DD1DD;
}

#login a b{
    color: #818181;
    font-size: 14px;
    font-weight: 500;
}

#login a p{
    color: #818181;
    font-size: 12px;
    margin: 0px;
    padding: 0px;
}

#catMenu ul ul ul{
	margin: 0px 0px 0px 150px;
}

#catMenu ul li:hover > ul
{
    display: block;
    transition: 5s all;
}
/* datos home */
.itemshomepri{
    max-width: 1100px;
    margin: 60px auto 0px;
    padding: 0px 20px;
}
.itemshomepri  a{
    background-color: #f3f3f3;
    display: block;
    text-decoration: none;
    padding: 70px 0px 50px 0px;
    color: #888686;
    font-weight: 500;
    letter-spacing: 4px;
    text-align: center;
    min-height: 280px;
}
.itemshomepri p{
    font-size: 16px;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    max-width: 250px;
    margin: auto;
    margin-top: 20px;
}
.itemshomepri  img{
    display: block;
    margin: auto;
}

.ladoderecho .item-cart{
    color: #818181;
    display: flex;
    gap: 20px;
    align-items: center;
    margin: 20px 0px;
}

.ladoderecho .cantidad-label{
    color: #221E49;
    font-size: 14px;
    font-weight: 600;
    margin: 0px 0px 5px 0px;
}

.ladoderecho .disponible-label{
    color: #42210B;
    font-size: 14px;
    font-weight: 600;
    margin: 0px 0px 5px 0px;
}

/* banner */
.slick-slide img{
    width: 100%;
}
#bannerprincipal{
    width: 100%;
    margin: 0px auto;   
    background: #F7F2E7;
    min-height: 400px;
}

#bannerprincipal .slick-next,
#bannerprincipal .slick-prev{
    z-index: 99999;
    width: 30px;
}
#bannerprincipal .slick-prev{
    left: 25px;
}
#bannerprincipal .slick-next{
    right: 25px;
}

#bannerprincipal .slick-prev:before, #bannerprincipal .slick-next:before{
    color: #42210a;
    font-size: 30px;
}

#bannerprincipal .principalImg{
    display: block;
}
#bannerprincipal .mobileImg{
    display: none;
}
#bannerprincipal img{
    width: 100%;
}

#categoriasDestacadas{
    font-family: "Outfit", sans-serif;
    text-align: center;
    margin: 60px auto 40px;
    display: block;
}

#categoriasDestacadas h1{
    text-align: left;
    font-size: 24px;
    font-weight: 700;
    margin: 15px 0px 15px 12px;
}

#categoriasDestacadas h1 span{
    color: #42210B;
}

#categoriasDestacadas h4{
    font-size: 16px;
    font-weight: 700;
    margin: 15px 0px 15px 0px;
    color: #000;
    
}

#categoriasDestacadas .item{
    border-radius: 6px;
    list-style: none;
    margin: 0px 10px;
    background-color: #f4f4f4;
}

#categoriasDestacadas .item a{
    padding: 0px 0px;
    display: block;
    text-decoration: none;
}

#categoriasDestacadas .item img{
    width: 100px;
    display: block;
    margin: 0px auto;
}


#categoriasDestacadas .slick-prev:before, 
#categoriasDestacadas .slick-next:before{
    color: #42210B;
}

/* whatsapp */
#whatsapp{
	position: fixed;
    z-index: 99999;
    bottom: 20px;
    right: 20px;
    height: 60px;
    width: 60px;
    background-color: #25D366;
    color: #fff;
    border-radius: 30px;
    box-shadow: 1px 6px 24px 0 rgb(7 94 84 / 24%);
    transition: background-color 0.2s linear;
}

#whatsapp a{
    color: #fff;
    font-size: 40px;
    margin: 0px 0px 0px 13px;
    display: block;
    height: 60px;
}
.gb-color-brown{
    background-color: #42210B!important;
}
.compwhatsapp{
    text-decoration: none;
    padding: 10px 10px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    background-color: #ccb887;
    font-size: 14px;
    display: block;
    text-align: center;
    width: 100%;
    max-width: 215px;
    margin: 5px 0px 0px 0px;
}
.compwhatsapp:hover{
    color: #fff;
    background-color: #42210B;
}
/* footer */
footer{
    font-family: 'Outfit', sans-serif;
    margin-top: 80px;
    background-color: #42210B;
}
footer .container{
    padding: 60px 30px 20px 30px;
    
}
footer h2{
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}
footer a,
footer p{
    font-size: 15px;
    font-weight: 200;
    color: #fff;
}
footer a:hover{
    color: #fff;
}
footer #logo-footer{
    width: 140px;
    margin: 10px auto;
}
footer #logo-footer img{
    width: 100%;
    filter: brightness(0) invert(1);
}
.redesfooter{
    color: #fff;
    text-align: center;
}
.redesfooter ul{
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.redesfooter ul li{
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    background: #42210B;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.redesfooter ul li a{
    color: #fff;
    font-size: 22px;
    line-height: 40px;
}
#info a{
    text-decoration: none;
    color: #fff;
}
.halltec{
    text-align: center;
    margin: 0px auto;
    font-size: 14px;
    background: #3f230f;
    color: #fff;
    height: 40px;
    line-height: 40px;
    font-family: 'Outfit', sans-serif;
    padding: 0px 10px;
}

.halltec a{
    color: #fff;
}

.btn-active{
	opacity: 0.5;
}

#busquedaCedula{
    width: 800px;
    margin: 0px auto;
}

#busquedaCedula table{
font-size: 14px;
}

#busquedaCedula input{
    margin: 0px 0px 10px 0px;
}

/* item */
.contprodest{
    display: flex;
    align-items: center;
    margin: 40px auto;
}
#label-prodest{
    width: 30%;
}
#label-prodest,
#label-prodest a{
    font-family: "Outfit", sans-serif;
    color: #42210B;
    text-decoration: none;
}

#label-prodest a h1{
    font-weight: 300;
    padding: 0px;
    margin: 0px;
}

#label-prodest a span{
    font-weight: 300;
    text-decoration: underline;
    margin: 20px 0px 0px 0px;
    display: block;
}

#category-container{
    width: 100%;
    
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    font-family: "Outfit", sans-serif;
}

#category-container .item a {
    text-decoration: none;
    color: #42210B;
    font-size: 18px;
    font-weight: 300;
    position: relative; /* Necesario para que el ::after esté posicionado respecto al <a> */
}
#category-container .item a.selected::after ,
#category-container .item a:hover::after {
    content: ''; /* Agrega contenido vacío para el pseudo-elemento */
    display: block; /* Convierte el pseudo-elemento en un bloque */
    width: 50%; /* Define el ancho de la línea */
    height: 2px; /* Define el grosor de la línea */
    background-color: #CCB887; /* Define el color de la línea */
    margin: 0 auto; /* Centra la línea debajo del texto */
    position: absolute; /* Posiciona la línea relativa al <a> */
    bottom: -3px; /* Ajusta la distancia desde el texto */
    left: 30%; /* Centra visualmente el 40% del ancho */
}

#prodCart{
    width: 100%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    font-family: "Outfit", sans-serif;
}
.contprodest .item{
    min-height: 450px;
    width: 300px;
    background-color: #f3f2ef;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#prodCart .image{
    display: flex;
    align-items: center;
}
#prodCart .image img{
    width: 100%;
    object-fit: cover;
}
#prodCart .contdescripitem{
    padding: 35px 20px 0px 20px;
    border-radius: 0px;
    margin: 0px auto;
    width: 100%;
}
#prodCart .contdescripitem .title a,
#prodCart .contdescripitem .title{
    font-weight: 500;
    font-size: 18px;
    color: #42210B;
    word-wrap: break-word;
    text-decoration: none;
}
#prodCart .contdescripitem .item-cart b{
    font-size: 12px;
    font-weight: normal;
    color: #818181;
}

#prodCart .contdescripitem .precio{

}
#prodCart .contdescripitem .precio a{
    text-decoration: none;
}
#prodCart .contdescripitem .precio strong{
    color: #42210B;
    font-size: 14px;
    font-weight: 400;
}

#prodCart .contdescripitem .precio small{
    text-decoration: line-through;
    display: block;
    color: #818181;
}

#prodCart .contdescripitem .item-cart{
    margin: 5px 0px 0px 0px;
}

#appColors #contAddCart {
    display: flex;
    gap: 20px;
}

#appColors #contAddCart .addCart{
    border-radius: 2px;
}

#appColors #contAddCart .addCart:last-child{
 background: #42210a;
}

#prodCart .contdescripitem #contAddCart a,
#prodCart .contdescripitem #contAddCart button{
    margin-top: 15px;
    border: 2px solid #42210B;
    color: #42210B;
    font-size: 14px;
    border-radius: 5px;
    width: 170px;
    height: 43px;
    background: #fff;
}

#prodCart .contdescripitem #contAddCart a{
    text-align: center;
    text-decoration: none;
    padding: 10px 15px;
    display: block;
    transition: 0.3s linear;
    margin: 10px auto;
}

#prodCart .contdescripitem #contAddCart a:hover{
    background: #42210B;
    color: #fff;
    transition: 0.3s linear;
}

#prodCart .contdescripitem .detalle {
    font-size: 16px;
    margin: 10px auto 5px;
    color: #818181;
}
/* circulos para los colores */
#product-colors {
    display: flex;
    gap: 5px; /* Espacio entre contenedores */
    margin: 5px 0;
}

#product-colors .color-container {
    padding: 2px; /* Espacio entre el contenedor y el círculo de color */
    border: 2px solid transparent; /* Borde inicial transparente */
    border-radius: 50%; /* Redondea el contenedor */
    transition: border-color 0.3s ease; /* Transición suave */
}

#product-colors .color-container.active {
    border-color: #000; /* Cambia el color del borde al activarse */
}

#product-colors .color {
    width: 20px;
    height: 20px;
    border-radius: 50%; /* Círculo perfecto */
}


.product-colors-internal .color{
    cursor: pointer;
}

#prodCart .item-cart .btn{     
    color: #818181;
    font-size: 12px;
    padding: 5px 9px;
    background: #fff;
    border: none;
}
#prodCart .item-cart .btn .fa{ 
    font-size: 20px;
}

#prodCart #controlesCant .cantContent{
    display: inline-block;
    width: 50px;
    text-align: center;
    background: #F4F4F4;
    font-size: 14px;
    height: 26px;
    line-height: 26px;
    border-radius: 4px;
    color: #818181;
}

#controlesCant .btn{
    color: #818181;
    font-size: 12px;
    padding: 5px 9px;
    background: #fff;
    border: none;
}

#controlesCant .cantContent{
    display: inline-block;
    width: 50px;
    text-align: center;
    background: #F4F4F4;
    font-size: 14px;
    height: 26px;
    line-height: 26px;
    border-radius: 4px;
    color: #818181;
}

.spiderman img{
    max-width: 200px;
    position: absolute;
}
.spiderman {
    position: absolute;
    left: 0px;
}
.superman {
    position: absolute;
    right: 0px;
}
.superman img{
    max-width: 400px;
}
.mediospago{
    max-width: 1100px;
    text-align: center;
    background-color: #f4f2ee;
    border-radius: 10px;
    padding: 0px 0px;
    margin: 30px auto;
}
.mediospago h1{
    font-size: 23px;
    font-weight: 700;
    margin-bottom: 35px;
    font-family: "Outfit", sans-serif;
    color: #4f3422;
}
.mediospago h1 span{
    color: #42210B;
}
.mediospago img{
    width: 100%;
    max-width: 900px;
}
/* newsletter */
#cont-newsletter{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;

}
#newsletter{
    margin: auto;
    margin-top: 80px;
    border-radius: 10px;
    padding: 50px 10px;
    color: #000;
    text-align: center;
    background: url(../img/banner-newsletter.jpg) no-repeat;
    background-size: cover;    
    font-family: "Outfit", sans-serif;
    min-height: 270px;
    display: none;
}

#newsletter #textoInfo{
    width: 450px;
    text-align: left;
}
#newsletter #form-newsletter{
    width: 300px;
    margin: 0px 30px 0px 0px;
}
#newsletter h4{
    color: #19d5df;
    font-size: 30px;
    font-weight: bold;
}
#newsletter h1{
    color: #fff;
    font-weight: 600;
    font-size: 30px;
}
#newsletter h6{
    color: #fff;
    font-weight: 200;
    font-size: 16px;
}

#newsletter form{
    max-width: 380px;
    width: 100%;
    margin: 0px 80px 0px 0px;
}

#newsletter input{
    font-size: 14px;
    width: 100%;
    margin: auto;
    margin-top: 40px;
    text-align: center;
    background-color: #fff;
    border: none;
    border-radius: 0px;
    color: #818181;
    border-radius:4px;
}
#newsletter input::placeholder {
    color: #818181;
}

#newsletter form button{
    background-color: #1DD1DD;
    font-size: 14px;
}

#newsletter #msgEnvio{
    max-width: 380px;
    width: 100%;
    margin: 20px 80px 0px 0px;
    min-height: 32px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    line-height: 32px;;
}

#messege{
    display: none;
}
/*categorias home */
.concatprinhome{
    z-index: 99999;
}

.catprinhom{
    background-color: rgba(6,6,6,0.8);
    border-radius: 10px;
    max-width: 700px;
    margin: auto;
    padding: 0px 0px 15px 0px;
}
.concatprinhome .item{
    background-color: #fff;
    background: rgb(72,72,72,0.2);
    background: linear-gradient( 
180deg, rgba(229,229,229,0.5) 0%, rgba(88,88,88,0.5) 57%);
    margin: 0px 8px;
    border-radius: 10px;
    padding: 18px 0px;
    -webkit-box-shadow: 5px 1px 15px 0px rgba(0,0,0,0.45); 
box-shadow: 5px 1px 15px 0px rgba(0,0,0,0.45);
}
div#categoriasDesdc{
    display: block;
    padding: 40px 44px 0px 44px;
    width: 100%;
    margin: 60px auto 0px;
}
.concatprinhome a{
    text-decoration: none;
}
.concatprinhome .item h4{
    font-size: 12px;
    text-align: center;
    color: #fff;
    margin-top: 10px;
}
button#slick-slide-control11::before{
    color: #fff !important;
}
button#slick-slide-control21::before{
    color: #fff;
}
.concatprinhome img{
    width: 100%;
    max-width: 160px;
    display: block;
    margin: auto;
}
.logocasacomic{
    margin-top: -58px;
    float: left;
    margin-left: 50px;
}

/* productos destacados */

.simidesc{
    font-family: "Outfit", sans-serif;
}

.simidesc h2{
    font-weight: 700;
    color: #221E49;
    padding: 70px 0px 10px 12px;
    text-align: left;
    font-size: 24px;
    
}

.simidesc h2 span{
    color: #42210B;
}

#products h1{
    font-family: "Outfit", sans-serif;
    font-size: 24px;
    font-weight: 700;
    text-align: left;
    padding: 15px 0px 15px 12px;
}

#products h1 span{
    color: #42210B;
}

.contTalla{
    display: none;
}
#products .agotado{
    margin-bottom: 0px;
    font-weight: 600;
    padding: 20px 0px;
    color:red;
    letter-spacing: 0px;
}

.products-home .item:last-child{
    display: none;
}

/* categoria padre interna */

#catpadres #prodCart .col{
    margin-top: 20px;
}
#catpadres #prodCart .col a{
    padding: 40px 0px;
    display: block;
    text-align: center;
    background: rgb(72,72,72,0.2);
    background: linear-gradient( 
180deg, rgb(114, 114, 114) 0%, rgb(46, 46, 46) 57%);
    border-radius: 10px;
    text-decoration: none;
}
#catpadres #prodCart .col h1{
    color: #fff;
    font-size: 22px;
}
#catpadres #prodCart .col img{
    width: 100%;
    max-width: 300px;
}
#catpadres .vermascat{
    display: none !important;
}

#cat-header{
    max-width:  1920px;
    width: 100%;
    margin: 20px auto 20px;
}

#cat-header h2{
    text-align: center;
    font-family: "Outfit", sans-serif;
    font-weight: 300;
    font-size: 32px;
    color: #42210B;
}

h2#nombreCategoria{
    font-family: "Outfit", sans-serif;
    text-align: center;    
    font-weight: 700;
}

#cat-header #cat-info p{
    font-size: 14px;
    font-weight: 400;
    margin: 0px;
    line-height: 18px;
}

#orden-container{
    font-family: "Outfit", sans-serif;
    width: 500px;
    margin: 30px auto 0px;
}

#orden-container h1{
    padding: 0px;
    margin: 0px;
    color: #42210B;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
}

.orderform{
    margin: 10px 0px;
}

.orderform select{
    border: 1px solid #d4d4d4;
    border-radius: 10px;
    font-size: 14px;
}
.orderform input#formOrdenar{
    background: #42210B;
    border: none;
    border-radius: 10px;
    font-weight: 400;
    font-size: 14px;
}

#orden-container #filter{
    display: flex;
    gap: 10px;
    justify-content: center;
}

#orden-container #filter .filter-input{
    width: 80%;
}

.ladoderecho{

    padding: 15px 20px;
}

.ladoderecho .terminoscondiinter{
    display: block;
    padding: 10px 0px;
    color: #ccb887;
    font-size: 14px;
}
.ladoderecho #contProdInternal{
}
#prodInternal{
    border-radius: 10px;
    padding: 0px;
    display: flex;
    gap: 20px;
    margin: 15px auto;
    flex-wrap: wrap;
    justify-content: center;
}

#prodInternal #image-container{
    width: 45%;
}

#prodInternal #container-derecho{
    width: 50%;
    font-family: "Outfit", sans-serif;
}

#container-derecho #label-colors{
    font-size: 14px;
    margin: 10px 0px;
    color: #42210a;
    font-weight: 600;
}

#container-derecho #referencia{
    font-size: 14px;
    margin: 10px 0px;
    color: #CCB887;
    font-weight: 600;
}

.ladoderecho h3{
    font-size: 14px;
    color: #CCB887;
    font-weight: 400;
}

.ladoderecho .esp{
    margin: 15px auto;
    font-size: 16px;
}

.ladoderecho h4{
    color: #221E49;
    font-size: 18px;
    font-weight: 600;
    margin: 20px auto;
}

.ladoderecho .addCart {
    border: none;
    color: #fff;
    font-size: 16px;
    width: 100%;
    height: 43px;
    background: #CCB887;
    
}

.ladoderecho .addCart:hover {
    background-color: #664c0d;
}

.ladoderecho .addCart:active {
    background-color: #42210B;
}
.ladoderecho .item-cart b{
    font-size: 14px;
    font-weight: 500;
}
#contProdInternal .precio{
    margin-bottom: 20px;
}


#container-derecho .precio #normal{
    color: #42210B;
}

#container-derecho #label-envios{
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 0px 0px 20px;
    font-size: 14px;
}

#container-derecho #label-envios #icon-envios{
    width: 40px;
    height: auto;
}

#container-derecho #label-envios p{
    margin: 0px;
    color: #8a8a8a;
}

#container-derecho #label-envios #icon-envios img{
    width: 100%;
}

#shared-prod{
    display: flex;
    gap: 10px;
}

h6.antesprecio{
    font-size: 14px;
    font-weight: 400;
    text-decoration: line-through;
    margin: 0px;
}

#prodInternal .image{

    height: 650px;
    background-color: #f3f2ef;
    display: flex;
    align-items: center;
    margin: 0px auto 20px;
}

#prodInternal .image a img{
    display: block;
    width: 100%;
    border-radius: 10px;
    height: 450px;
    object-fit: cover;
}

#prodInternal .image .swiper-button-next, 
#prodInternal .image .swiper-button-prev{
    color: #42210a;
}

.galerias .swiper-pagination-bullet-active{
    background: #42210a;
}
#titulo-izq{
    display: none;
    width: 100%;
}
#titulo-izq h3 {
    font-size: 14px;
    color: #CCB887;
    font-weight: 400;
}
#titulo-izq h2 {
    font-weight: 600;
    font-size: 20px;
    color: #42210B;
}
.ladoderecho #nombreProd{
    color: #818181;
   
}
.ladoderecho .mediosinternos{
    margin-top: 40px;
}
.ladoderecho .mediosinternos img{
    width: 100%;
    max-width: 430px;
}
.ladoderecho .agotado{
    color: red;
    font-weight: 600;
    font-size: 32px;
}
.ladoderecho #nombreProd h2{
    font-weight: 600;
    font-size: 24px;
    color: #42210B;
}
.ladoderecho p{
    color: #42210B;
}
.ladoderecho .precio{
    color: #818181;
    font-size: 25PX;
    font-weight: 800;
}

.ladoderecho table{
    border-radius: 10px;
    font-size: 14px;
    border: none;
}
.ladoderecho table tr{
    line-height: 32px;
}
.ladoderecho table tr td{
    padding: 0px 10px;
}
.ladoderecho table tr:nth-of-type(odd) {
    background-color: rgba(129, 129, 129, 0.2);
}

.ladoderecho table tr:nth-of-type(even) {
    background-color: rgba(129, 129, 129, 0.07);
}
/* cart */
.cart{
    
}
#cartFinalDetails{
    padding: 10px;
}
#cartFinalDetails #prodContent{
    list-style: none;
    margin: 0px;
    padding: 0px;
}
#cartFinalDetails #prodContent img{
    width: 100px;
    border-radius: 4px;
}
#finalTotal{
    text-align: right;
    font-size: 16px
}
#cartFinalDetails .contProdCart{
    width: 50px;
    text-align: center;
    background: #F4F4F4;
    font-size: 14px;
    height: 26px;
    line-height: 26px;
    border-radius: 4px;
    color: #818181;
}
#cartFinalDetails .nameProdCart{
    font-weight: 500;
    font-size: 15px;
    margin-left: 10px;
}
#cartFinalDetails .contTotal{
    font-weight: 600;
    font-size: 18px;
    text-align: right;
}
#prodContent li{
    border-bottom: 1px solid #c4c4c4;
    padding-bottom: 10px;
    margin-top: 20px;
}
#prodContent .btn-default{
    color: #fff;
    background-color: #595959;
    border-color: #ccc;
    padding: 5px 13px;
    margin: -5px 7px 0px 0px;
}
#prodContent .updateCart{
    color: #221E49;
    font-size: 14px;
    text-decoration: revert;
}

#resumen{
    background-color: #d4d4d4;
    border-radius: 10px;
    padding: 10px;
    font-size: 14px;
    margin: 20px 0px;
    display: none;
}

#total-res{
    display: inline-block;
}
#envio-res{
    display: inline-block;
}
#subtotal-res{
    display: inline-block;   
}
.botoncomprarmas{
   background-color: #42210B;
   color: #fff;
   font-size: 14px;
}
.botoncomprarmas:hover{
    color: #fff;
}

#title-cart h2{
    font-family: "Outfit", sans-serif;
    color: #221E49;
    font-size: 24px;
    margin: 20px 0px;
    padding: 0px;
    font-weight: 700;
}

#title-cart h2 span{
    color: #42210B;
}

#cart-container{
    display: flex;
    gap: 15px;
    font-family: "Outfit", sans-serif;
    flex-wrap: wrap;
    justify-content: center;
}

.cartladoizq{
    width: 55%;
}
.cartladoizq .nameProdCartLabel a,
.cartladoizq .nameProdCartLabel{
    font-weight: 600;
    color: #221E49;
    text-decoration: none;
}

.cartladoderecho{
    width: 40%;
    background: #f4f2ee;
    padding: 20px 20px;
    border-radius: 10px;
    border: 1px solid #c4c4c4;
}
.cartladoderecho h3{
    color: #221E49;
    font-size: 24px;
    font-weight: 600;
    
}
.cartladoderecho p{
    color: #818181;
}
.cartladoderecho input{
    border: 0px;
    color: #221E49;
    font-size: 14px;
}

.cartladoderecho input::placeholder{
    color: #818181;
}
.cartladoderecho select{
    font-size: 14px;
    border: 0px;
    color: #818181;
}

.cartladoderecho label{
    color: #221E49;
    font-weight: 500;
    margin-top: 15px;
    font-size: 14px;

}
.cartladoderecho #totalValueBtn{
    display: inline-block
}
.intbusqueda .item{
    margin-top: 40px;
}

.contRemove{
    text-align: right;
}

#alfred{
    width: 160px;
    position: fixed;
    bottom: 50px;
    left: 10px;
    font-family: 'Montserrat', sans-serif;
    z-index: 999999;
}

#alfred img{
    width: 100%;
    display: block;
}

#alfred #frase{
    width: 95%;
    position: absolute;
    margin: -20px 0px 0px -10px;
}


#alfred #phrase{
    border: 2px solid #000;
    background: #fff;
    width: 180px;
    display: inline-block;
    padding: 10px 15px;
    border-radius: 6px;
    font-size: 12px;
    text-align: center;
    
}

/* Cursor */
.typed-cursor {
    display: inline-block;
}

/* If fade out option is set */
.typed-fade-out {
    display: inline-block;
}

#pagination-container{
    margin: 20px auto;
    display: flex;
    flex-direction: column;
}

#pagination-container::after{
	content: "";
	height: 1px;
	width: 400px;
	background-color: #e0dddd;
    
    margin: 5px auto;
}
.pagination li.first-page{
    
}

.pagination {
    padding-left: 0;
    border-radius: 4px;
    margin: 30px auto 0px;
    font-family: "Outfit", sans-serif;
    justify-content: center;
    width: 100%;
}
  .pagination > li {
    display: inline;
  }
  .pagination > li > a,
  .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 15px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #337ab7;
    background-color: #fff;
    margin-left: -1px;
  }
  .pagination > li:first-child > a,
  .pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
  }
  .pagination > li:last-child > a,
  .pagination > li:last-child > span {
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
  }
  .pagination > li > a:hover,
  .pagination > li > span:hover,
  .pagination > li > a:focus,
  .pagination > li > span:focus {
    z-index: 2;
    color: #23527c;
    background-color: #eeeeee;
    border-color: #ddd;
  }
  .pagination > .active > a,
  .pagination > .active > span,
  .pagination > .active > a:hover,
  .pagination > .active > span:hover,
  .pagination > .active > a:focus,
  .pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
    cursor: default;
  }
  .pagination > .disabled > span,
  .pagination > .disabled > span:hover,
  .pagination > .disabled > span:focus,
  .pagination > .disabled > a,
  .pagination > .disabled > a:hover,
  .pagination > .disabled > a:focus {
    color: #777777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed;
  }
  .pagination-lg > li > a,
  .pagination-lg > li > span {
    padding: 10px 16px;
    line-height: 1.3333333;
  }
  .pagination-lg > li:first-child > a,
  .pagination-lg > li:first-child > span {
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
  }
  .pagination-lg > li:last-child > a,
  .pagination-lg > li:last-child > span {
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
  }
  .pagination-sm > li > a,
  .pagination-sm > li > span {
    padding: 5px 10px;
    line-height: 1.5;
  }
  .pagination-sm > li:first-child > a,
  .pagination-sm > li:first-child > span {
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
  }
  .pagination-sm > li:last-child > a,
  .pagination-sm > li:last-child > span {
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
  }

.pagination>.active>a, 
.pagination>.active>a:focus, 
.pagination>.active>a:hover, 
.pagination>.active>span, 
.pagination>.active>span:focus, 
.pagination>.active>span:hover{
    background: #585858!important;     
    border-color: #585858!important;
}

.pagination>li>a, .pagination>li>span{
    color: #585858!important;
    font-size: 14px;
}

ul.pagination li.active a{
    color: #fff!important;
}

  #info-top{
    background-color: #42210B;
  }
  #info-top .row{
    --bs-gutter-x: 0em;
  }
  #login-menu {
    
  }

  #login-menu ul{
    margin: 0px;
    padding: 0px;
  }

  #login-menu ul li{
    display: inline-block;
    margin: 0px 10px;
    line-height:32px;
  }

  #login-menu ul li a{
    text-decoration: none;
    font-size: 14px;
    color: #fff;
  }
  #login-menu ul li a i{
    font-size: 13px;
  }

/* Button's Pay Styles */
.section-pay {
    text-align: center;
}

.section-pay p {
    margin: 0;
}

.text {
    margin-bottom: 2rem;
}

.text__value {
    margin-top: 1rem;
    font-size: 3rem;
    font-weight: bold;
}

.buttons__content {
    display: flex;
    margin-top: 1rem;
    justify-content: center;
    align-items: center;
}

.buttons__content button {
    display: block;
    width: 160px;
    height: 80px;
    transition: 0.3s all ease-in-out;
    background-size: cover !important;
	border-radius: 16px;
}

.buttons__content button:hover {
	background-size: cover !important;
}

.buttons__content .buttons__wompi:hover {
	box-shadow: 0px 0px 15px -3px rgb(44, 167, 50);
}

.buttons__content span {
    margin: 0 2rem;
}

.buttons__wompi {
    background: url(../img/wompi.jpg);
	border: 2px solid rgba(28, 164, 28, 0.93) !important;
}

.buttons__wompi:hover {
    background: url(../img/wompi2.jpg);
}

.buttons__addi {
    background: url(../img/addi_logo.png);
	border: 2px solid rgba(28,110,164,0.93) !important;

}

.buttons__addi:hover {
    background: url(../img/addi_logo.png);
}

.buttons__epayco {
    background: url(../img/epayco-logo.png);
	border: 2px solid rgba(28,110,164,0.93) !important;
}

.buttons__epayco:hover {
    background: url(../img/epayco-logo.png);
}

.buttons__payu {
    background: url(../img/payu_logo.png);
	border: 2px solid rgba(28, 164, 28, 0.93) !important;
}

.buttons__payu:hover {
    background: url(../img/payu_logo.png);
}

.btn-morado{
    background: #42210B;
    color: #fff;
    font-size: 14px;
}

.btn-morado:hover{
    color: #fff;
    background: #49449a;
}

.buttons__content .buttons__pedido{
    height: 42px;
    border-radius: 6px;
}
  
.sale-container{
    background-color: #F4F4F4;
    width: 800px;
    min-height: 850px;
    margin: 0px auto;
}

.gracias-content{
    width: 80%;
    margin: auto;
    display: grid;
    padding-top: 40px;
    grid-template-columns: repeat(4, 1fr);
    font-family: 'Poppins';
    font-style: normal;
}

.gracias-content.check{
    grid-column-start: 1;
    grid-column-end: 2;
}

#check-position{
    margin-left: 60px;
    padding-bottom: 10px;
}

.titulo-detalles{
    color: #42210B;
    grid-column-start: 1;
    grid-column-end: 5;
}

#img{
    grid-column-start: 1;
    grid-column-end: 2;
}

#imagen{
    width: 120px;
    height: 90px;
    border: 1px solid black;
    border-radius: 4px;
    margin-top: 20px;
    margin-left: 20px;
    object-fit: cover;
}

#product{
    grid-column-start: 2;
    grid-column-end: 5;
    margin: 20px;
    color: #221E49;
}

#total{
    grid-column-start: 4;
    grid-column-end: 5;
}

.inline-details{
    display: inline;
}

.titulo{
    display: inline;
    grid-column-start: 2;
    grid-column-end: 5;
    margin-bottom: 40px;
    color: #221E49;
}

.hr{
    grid-column-start: 1;
    grid-column-end: 5;
}

.detalles-envio1{
    grid-column-start: 1;
    grid-column-end: 3;
    color: #221E49;
}
.detalles-envio2{
    grid-column-start: 3;
    grid-column-end: 5;
    color: #221E49;
}

.infoSlide{
    top: 90px;
    width: 600px;
    margin: 0px 0px 0px 150px;
    font-family: 'Poppins';
    position: absolute;
} 

.infoSlide h3{
    color: #fff;
	padding: 0px;
	margin: 0px;
	font-size: 38px;
	font-weight: 600;
    letter-spacing: 0.4pt;
}

.infoSlide h1{
    color: #221E49;
    margin-top: -3px;
    margin-left: -2px;
	font-size: 52px;
	padding: 0px;
	font-weight: 600;
    letter-spacing: 0.4pt;
}

.infoSlide p{
    color: #fff;
	font-size: 16px;
    font-weight: 300;
    letter-spacing: 0.2pt;
}

.infoSlide a{
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    text-decoration: none;
    background:#1DD1DD;
    border: 0px;
    border-radius: 5px;
    padding: 8px 25px;
}

.cat-header__img {
    min-height: 200px;
    object-fit: cover;
    object-position: -150px;
    width: 100%;
}

#cupon-app {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

#cupon-app small.error{
    color: #F00!important;
}

#botonesCuponContent{
    display: flex;
    width: 98%;
    justify-content: space-between;
    margin: 10px auto;
}

.addCupon {
    text-decoration: underline;
    background: none;
    border: none;
    color: inherit;
    cursor: pointer;
    padding: 0;
    font-size: 14px;
    color: #42210B;
}

.closeCupon {
    background: none;
    border: none;
    color: inherit;
    cursor: pointer;
    padding: 0;
    color: #212529;
    font-size: 14px;
    font-weight: bold;
    
}

#inputCuponContent{
    display: flex;
    width: 98%;
    justify-content: space-between;
    margin: 0px auto 10px;
}

#cupon-app small.error{
    margin: 5px auto 10px;
    width: 98%;
    color: #ededed;
}

.inputCupon {
    display: block;
    margin-top: 5px;
    margin-right: 10px;
    width: 90%;
}

.btnAplicar {
    padding: 5px 10px;    
    margin-top: 5px;
}


@media screen and (min-width:1024px){
    .cat-header__img {
        object-fit: cover;
        object-position: 0;
    }
}

[v-cloak] { display: none }

#categories-container{
    font-family: "Outfit", sans-serif;
    margin: 80px auto 50px;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

#categories-container
.item-category{
    min-height: 420px;
    width: 25%;
}


.item-category h2,
.item-category a {
    margin: 0;
}
.item-category {
    display: flex;
    flex-wrap: wrap;
    height: 375px; 
    position: relative;
    flex: 1;
    min-width: 200px; 
    width: 100%;
    overflow: hidden;
}

.item-category:hover .overlay {
    
    transition: all 1s;
}

.item-category:hover h2,
.item-category:hover a
{
    color: #fff;
    transition: all 0.5s;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.45);
}

.item-category .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30%;
    z-index: 2; /* Coloca el overlay por encima de la imagen */
    transition: 0.3s ease; /* Suaviza el efecto de desvanecimiento */
    opacity: 1;
    background: linear-gradient(to bottom, rgba(125, 120, 111, 0), rgb(63 39 23));
  }

  .item-category .buttons {
    position: absolute;
    bottom: 40px;
    left: 0;
    width: 100%;
    text-align: left;
    padding: 0 20px;
    color: #fff;
    z-index: 3; /* Coloca los botones por encima del overlay */
}

.item-category .buttons h2{
    color: #fff;
    margin: 0;
    position: absolute;
    font-size: 24px;
    font-weight: 200;
    left: 10px;
}

.item-category a {

}



.item-category:hover .overlay {
    opacity: 0;
}

.item-category img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block; /* Asegura que la imagen se ajuste al contenedor */
  }
  
#introPage{
    font-family: "Outfit", sans-serif;
    display: flex;
    margin: 0px auto;
    align-items: center;  
    justify-content: space-between;  
    padding: 50px;
    margin: 30px 0px 0px 0px;
}

 #content-logo-intro{
    width: 50%;
}
#introPage .logo-intro{
    display: block;
    width: 160px;
    margin: 0px auto;
}
#introPage .logo-intro img{
    width: 100%;
}

#introPage .texto-intro{
    width: 90%;
    text-align: center;
    font-size: 16px;
    font-weight: 200;
    margin: 0px auto;
}

#introPage .img-intro{
    width: 50%;
}

#introPage .img-intro img{
    width: 100%;
    border-radius: 20px;
}

.main-grid{
    width: 100%;
    min-height: 750px;
    display: flex;
    margin: 0px auto;
}

.main-grid-item{
    width: 50%;
    /* border: 1px solid #ededed; */
}

.second-grid{
    /* border: 1px solid #ededed; */
    display: flex;
    min-height: 250px;
}

.second-grid .nested-grid-item:first-child{
    background: #fdfbfb;
    width: 60%;
    /* border: 1px solid #ededed; */
}

.second-grid .nested-grid-item:last-child{
    background: #ededed;
    width: 40%;
    /* border: 1px solid #ededed; */
}

.third-grid{
    /* border: 1px solid #ededed; */
    display: flex;
    min-height: 250px;
}

.third-grid .nested-grid-item:first-child{
    background: #ededed;
    width: 40%;
    /* border: 1px solid #ededed; */
}

.third-grid .nested-grid-item:last-child{
    background: #ededed;
    width: 60%;
    /* border: 1px solid #ededed; */
}
.genero {
    position: relative;
    overflow: hidden;
    width: 100%; /* Ocupa el 100% del contenedor padre */
    height: 750px; /* Ajusta la altura según tus necesidades */
}

/* Imagen al fondo */
.genero img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* Mantiene la proporción de la imagen mientras cubre el área */
    z-index: 1; /* Coloca la imagen al fondo */
}

/* Overlay encima de la imagen */
.genero .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30%;
    z-index: 2; /* Coloca el overlay por encima de la imagen */
    transition: 0.3s ease; /* Suaviza el efecto de desvanecimiento */
    opacity: 1;
    background: linear-gradient(to bottom, rgba(125, 120, 111, 0), rgb(63 39 23));
}

/* Buttons por encima del overlay */
.genero .buttons {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    text-align: left;
    padding: 0 20px;
    color: #fff;
    z-index: 3; /* Coloca los botones por encima del overlay */
}

.genero .buttons h2, 
.genero .buttons p {
    margin: 0;
}

.genero .buttons h2{
    font-size: 38px;
    font-weight: 400;
}

.genero .buttons p {
    font-size: 14px;
    text-decoration: underline;
    font-weight: 200;
}

/* Efecto hover para desvanecer el overlay */
.genero:hover .overlay {
    opacity: 0;
    
}


.genero:hover a
{
    
    transition: all 0.5s;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.45);
}


#details-prod{
    width: 100%;
    margin: 20px auto 40px;
    font-family: "Outfit", sans-serif;
    color: #42210B;
}

#details-prod label{
    display: block;
    margin: 0px auto 10px;
    font-weight: 600;
}

#details-prod .detalles{
    width: 100%;
    margin: 0px auto 0px;
}
#details-prod .cuidados{
    width: 100%;
    margin: 0px auto 0px;
}

#details-prod .separator {
    width: 70%;
    height: 2px; /* Grosor de la línea */
    background-color: #CCB887;
    margin: 30px auto 20px; /* Centrar y agregar espacio vertical */
    border: none; /* Eliminar bordes, si aplica */
  }

  #details-prod p{
    margin: 0px;
    font-weight: 400;
  }
  