* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	list-style: none;
	text-decoration: none;
}

ul,ol {
	padding: 0;
}

a:visited, a:link, a:focus, a:hover, a:active {
	list-style: none;
	text-decoration: none;
}

.btn-primario{
	color:white; 
	background-color:#FF512F;
}

.wrapper {
	height: 100vh;
}

.opciones {
	height: 60vh;
}
.headerSuperior {
	background-color: black;
	color: white;
	line-height: 6px;
}

.headerSuperior a, .opciones a {
	color: white;
}
.headerSuperior a:hover, .opciones a:hover {
	color: #FF512F;
}

.headerSuperior ul {
	padding-top: 10px;
	margin-top: 10px;
}

.headerSuperior ul li{
	display: inline;
	margin: 0px 5px;
}

.header{
	background: rgba(237,48,124,1);  /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, rgba(251,176,64,1), rgba(237,48,124,1));  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, rgba(251,176,64,1), rgba(237,48,124,1)); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.btnTarjetaPuntos {
	color: #000;
	background-color: #fff;
	border-color: #FF512F;
	transition: .5s;
}

.btnTarjetaPuntos:hover {
	color: #fff;
	background-color: #FF512F;
	border-color: #fff;
	transition: .5s;
}

.btnTarjetaPuntos:hover > i{
	color: #fff!important;
	transition: .5s;
}

/* BOTONES */
.btn-natural{
	background-color: #F25C67; color: white;
}

.btn-natural:hover{
	background-color: #fa2e3c; color: white;
}

.logotipo img {
	height: 56px;
}

.header .carrito {
	margin-top: 4px;
	color: white;
}

.header .carrito button{
	padding: 4px 15px;
}

#direccion {
	border-radius: 0px;
}

#map {
	height: 420px;
}

.llevar,
.domicilio,
.gift {
	width: 316px!important;
	max-width: 316px!important;
	height: 300px!important;
	max-height: 300px!important;
}

 .should-focus {
    display: block;
    align-items: center;
    justify-content: center;
  }

.llevar {
	transition: .6s;
	background-image: url(../img/recoger.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.domicilio {
	transition: .6s;
	background-image: url(../img/moto.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.gift {
	transition: .6s;
	background-image: url(../img/moto.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.gift:hover,
.domicilio:hover,
.llevar:hover {
	transition: .6s;
	-webkit-box-shadow: 6px 10px 33px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 6px 10px 33px 0px rgba(0,0,0,0.75);
	box-shadow: 6px 10px 33px 0px rgba(0,0,0,0.75);
}

.flechas {
	padding: 5px;
	border-radius: 100%;
	background-color: orange;
	color: white;
}

/*////////////////////////////////////////////////////////////*/
/*Perfil*/
#sidebar-container {
	min-height: 100vh;
}

#sidebar-container .menu-perfil{
	width: 16rem;
}

.logo {
	padding: 20px;
	font-size: 1.4rem;
	font-weight: bold;
}

/*Perfil*/
.editar:hover {
	color: #FF512F;
}

/*///////////*/
.carRS{
background: #FF512F;
background: -webkit-linear-gradient(to right, #DD2476, #FF512F);
background: linear-gradient(to right, #DD2476, #FF512F);
height: auto;
width: 350px;
/*position: fixed;*/
}
.cosas{
	min-height: 50vh;
}
.lasombra{
-webkit-box-shadow: 10px 10px 5px 0px rgba(138,138,138,0.5);
-moz-box-shadow: 10px 10px 5px 0px rgba(138,138,138,0.5);
box-shadow: 10px 10px 5px 0px rgba(138,138,138,0.5);
}
.text-rose{
	color: #F25C67;
}

.img-grupo { 
	position: absolute;
}

.notificaciones {
	position: relative;
	cursor: pointer;
}
.notificaciones:hover {
	color: #F25C67;
}
.notificaciones .contNot {
	left: 14px;
	position: absolute;
}

.notification-container{

	position: absolute;
	display: none;
	background-color:white;
	border: 1px solid silver;
	color: black;
	width: 380px;
	height: auto;
	right: 0;
	margin-top: 15px;
	border-radius: 3px;
	z-index: 9999;
}

#preloaderNotificaciones{
	display: none;
}

#preloaderNotificaciones img{
	height: 60px;
	width: 60px;
}

/*  */

#preloaderAjax { 
	margin-top: 20px;
	text-align: center;
	display: none;
}

#loaderAjax {
	margin-top: 20px;
	text-align: center;
	display: none;
}
/* .img-wrapper {
	position: relative; 
} */
.img-wrapper h6{
	position: absolute;
}
.img-wrapper img{
	width: 100%;
}

.img-wrapper .img-overlay {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	height: 100%;
	width: 100%;
	background-color: #FF512F;
	transition: .5s ease;
	opacity: 0;
}

.img-overlay .img-content{
	position: absolute;
	top: 50%;
	left: 40%;
	transform: translate(-50%,-50%);
	font-size: 14px;
	color: white;
}

.img-wrapper:hover .img-overlay{
	opacity: .9;
}

#mapRegistro,
#mapAgregarDireccion,
#mapEditarDireccion { 
	width: 100%;
	height: 250px;
	background-color: red;
}

.pac-container {
	z-index: 10000 !important;
}

.btnCambiarEntrega{
	background-color: #252525;
	color: #ffffff;
	/* border: 1px solid #FF512F; */
	border-radius: 2px;
}

.btnCambiarEntrega option {
	/* background: black; */
}

.correoAdicional,
.editarCorreoAdicional,
.ambosCorreos,
.editarAmbosCorreos {
	display: none;
}

.elegirFactura{
	display: none;
}
