/* ----- ----- Pushbar: Carrito de compra ----- ----- */
.btn-cerrar.derecha {
	text-align: right;
}

.btn-cerrar.izquierda {
	text-align: left;
}

.btn-cerrar button {
	background: none;
	color: #808080;
	border: none;
	cursor: pointer;
	font-size: 18px;
	margin-left: 74px;
}

.pushbar.pushbar-carrito {
	width: 340px;
	padding: 10px;
	z-index: 2000;
}

.pushbar-carrito .titulo {
	font-size: 22px;
	padding: 0px 0 20px 0;
	border-bottom: 1px solid rgba(112, 112, 112, .6);
	margin-bottom: 20px;
}

.pushbar-carrito .item {
	display: flex;
	justify-content: space-between;
	padding: 20px 0;
	border-bottom: 1px solid rgba(112, 112, 112, .6);
}

.pushbar-carrito .item img {
	width: 100%;
	max-width: 85px;
}

.pushbar-carrito .textos {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-end;
}

.pushbar-carrito .textos .nombre-item {
	color: #252525;
}

.pushbar-carrito .total {
	margin: 0;
	display: flex;
	justify-content: space-between;
}

.whatsapp {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 93%;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
	z-index: 100;
	line-height: 57px;
}

.whatsapp i {
	line-height: 57px;
}

@media (max-width: 600px) {
	.whatsapp {
		position: fixed;
		width: 50px;
		height: 50px;
		bottom: 40px;
		right: 85%;
		background-color: #25d366;
		color: #FFF;
		border-radius: 50px;
		text-align: center;
		font-size: 30px;
		z-index: 100;
	}

	.whatsapp i {
		line-height: 49px;
	}
  }