@media (max-width: 767px) {
	
.ordena {
	display: none;
}
	
.movil {
	display: block;
}
	
.menu {
	position: absolute;
	top: 28px;
}
	
.logotipo {
	margin: 0 0 0 40px;
}
	
.logotipo img {
	max-width: 180px;
}
	
.bt-carrito-movil {
	position: absolute;
	right: 0;
	top: 0;
}
	
.bt-carrito-movil {
	position: absolute;
	right: 10px;
	top: 28px;
}
	
.bt-carrito-movil img {
	max-width: 22px;
}
	
#_mobile_user_info {
	float: left;
	margin-right: 10px;
}
	
.txt-home {
	/* margin: 50px 20px; */
	padding: 0 12px;
	margin-top: 20px;
}
	
.txt-home h2 {
	font-size: 29px;
	text-align: center;
}
	
.txt-home h3 {
	font-size: 16px;
	line-height: 17px;
}
	
.txt-home-izq {
	width: 100%;
	float: none;
	padding-top: 0;
}
	
.txt-home-der {
	width: 100%;
	float: none;
	/* border: solid; */
	text-align: center;
	margin-top: 40px;
}
	
.doble-der img {
	float: none;
	max-width: 100%;
}
	
.doble-der {
	text-align: center;
	margin-top: 30px;
}
	
.product-miniature {
	margin-bottom: 1.25rem;
	width: 50%;
}
	
.banner-doble {
	max-width: 100% !important;
	margin: 0 auto;
	display: table;
}
	
.about .txt-home-izq h3 {
	padding-bottom: 14px;
}
	
.doble {
	float: none;
	padding: 0;
	padding-bottom: 12px;
}
	
.category-cover.mb-4 {
	max-width: 100%;
}
	
#category-description {
	max-width: 100%;
}
	
.bt-carrito {
	display: none;
}
	
.legal-img {
	display: none;
}
	
.legal-txt {
	width: 100%;
}
	
.main-menu__mobile .menu a {
	font-size: 31px;
	font-weight: lighter !important;
	font-family: "Newsreader", serif;
	padding-left: 8%;
}
	
	
	
	
	
	
	
	
	
	
	
}