.jm-loadingpage {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999999;
    background: center no-repeat rgba(22, 20, 20, 0.678);
}

.img-centro-vertical {
    width: 100px;
    height: 100px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.logo-carrito {
    position: absolute;
    margin-left: 1000px;
    margin-top: -40px;
    border: none;
    background-color: transparent;
    color: #ffffff;
}

.botonCarrito{
	background-color:#FFFFFF;
	font-size: 18px; padding: 13px 30px; font-weight: 700;
	border-style: solid;
    font-size: 0.875rem;
    font-weight: 700;
    text-transform: uppercase;
    margin: 2px auto 0;
	border-color: #000069;
	color: #000069;
}

.botonCarrito:hover{
  background-color: #000069 !important;
  color: white;
  
}

#PPminicart1 {
  z-index: 30000000000000000 !important;
  margin-top: -50px !important;
}

#PPminicart1 form {
  max-height: 800px !important;
}
#PPminicart1 .close-btn {
  float: right;
  margin: -12px -10px 0;
  padding: 10px;
  background: 0;
  border: 0;
  font-size: 18px;
  cursor: pointer;
  font-weight: bold;
}

#PPminicart1 ul {
  max-height: 200px !important;
  overflow-x: hidden !important;
}

#idBtnMiniCart
{
	border-radius: 50%;
	background-color: #000069 !important;
	color:#FFFFFF;
	border: 0;
	cursor: pointer;
}

.btnEfectoJL
{
	text-decoration:none
}

.btnEfectoJL:hover
{
	text-decoration:underline;
	background-color: #000069 !important;
}

.btnEfectoJL:active
{
	text-decoration:underline;
	background-color: #000069 !important;
}