/*
Variables globales del carrito
*/
:root {
    --width-cart: 350px;
}

.datepicker table tr td {
        text-align: center;
        width: 35px;
        height: 35px;
        border-radius: none;
        padding:3px;
        margin: 3px;
        font-size: 16px;
        font-weight: bold;
        border: 1px solid #ccc;
    }
    .day{
        background-color:#2ecc71 !important;
        color: #ffffff;
    }
    .new{

        color: #ffffff!important;
    }
    .disabled{
        background-color:#ffffff!important;
        color:#777;
    }
    .disabled-date{
        color:#ffffff !important;
        background-color: #f48326!important;
    }
    .Highlighted {
        background-color:#2071D8!important;
        color: #ffffff!important;
    }
    .active{
        background-color:#ffc107!important;
    }


/*
CSS para el DIV del carrito
*/
#diala_cart {
    z-index: 1000;
    position: fixed;
    right: 0;
    width: var(--width-cart);
    height: 100%;
    transform: translateX(var(--width-cart));
    background: #ffffff;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    -webkit-box-shadow: 20px 20px 100px -4px rgba(0,0,0,0.75);
    -moz-box-shadow: 20px 20px 100px -4px rgba(0,0,0,0.75);
    box-shadow: 20px 20px 100px -4px rgba(0,0,0,0.75);
}

#diala_cart.active-cart {
    right: var(--width-cart);
    width: var(--width-cart);
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

/*
CSS para los elementos del carrito
*/

.o_cabecera{
    padding: 10px;
    height: 5%;
}
.o_content{
    padding: 0px 10px;
    overflow-y: scroll;
    height: 80%;
}
.o_footer{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 15%;
}

/* CABECERA */
.o_cabecera .o_titulo a{
    float: right;
    text-decoration: none;
    margin-top: 5px;
}

/* PRODUCTOS */
.o_producto{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.o_producto .o_img{
    width: 30%;
    overflow: hidden;
}
.o_producto .o_img img{
    width: 100%;
    height: auto;
}
.o_producto .o_desglose{
    width: 66%;
    margin: 0 2%
}





.btn-flotante {
	font-size: 16px; /* Cambiar el tamaño de la tipografia */
	text-transform: uppercase; /* Texto en mayusculas */
	font-weight: bold; /* Fuente en negrita o bold */
	color: #ffffff; /* Color del texto */
	border-radius: 5px; /* Borde del boton */
	letter-spacing: 2px; /* Espacio entre letras */
	background-color: #E91E63; /* Color de fondo */
	padding: 18px 30px; /* Relleno del boton */
	position: fixed;
	bottom: 40px;
	right: 40px;
	transition: all 300ms ease 0ms;
	box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
	z-index: 99;
}
.btn-flotante:hover {
	background-color: #2c2fa5; /* Color de fondo al pasar el cursor */
	box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.3);
	transform: translateY(-7px);
}
@media only screen and (max-width: 600px) {
 	.btn-flotante {
		font-size: 14px;
		padding: 12px 20px;
		bottom: 60px;
		right: 20px;
	}
}
/*
     FILE ARCHIVED ON 02:58:06 Jan 19, 2024 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 12:26:49 Jun 22, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.685
  exclusion.robots: 0.098
  exclusion.robots.policy: 0.084
  esindex: 0.011
  cdx.remote: 98.597
  LoadShardBlock: 113.753 (3)
  PetaboxLoader3.datanode: 106.679 (4)
  PetaboxLoader3.resolve: 96.718 (2)
  load_resource: 93.273
*/