/*------------------
  Header toda el encabezado
---------------------*/

.headerpage{
    background-color: #ffffff;
    top: -110px;
    z-index: 9998;
    left: 0;
    top: 0;
	width: 100%;
	position: absolute;
	height: 160px;
}

.header-barratop{
    background: #9f1769;
	justify-content: space-between;
	height: 35px;
	display: flex;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-box-align: center;
	float: none;
	margin: 0;
}
.header-barratop .topmenu{
	height: 100%;
    width: 100%;
}
.header-barratop .topmenu a{
	width: 100%;
	height: 100%;
	max-height: 100%;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	min-width: 30px;
	cursor: pointer;
	transition: color 0.1s ease-out, background-color 0.1s ease-out;

}
.header-barratop .topmenu i{
	padding-right: 5px;
}
.header-barratop .topmenu .j-menu{
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	flex-wrap: wrap;
	height: 100%;
}
.header-barratop .topmenu .j-menu .envios{
	height: 100%;
	min-width: 50px;
	display: inline-grid;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	flex-grow: 1;
	max-width: none;
	width: auto;
	-webkit-box-flex: 1;
	left: 1px;
}
.header-barratop .topmenu ul{
	position: relative;
	list-style: none;
	padding: 0;
	margin: 0;
}
.header-barratop .topmenu li{
	height: 100%;
	position: relative;
}

.header-barratop .topmenu li a{
	flex-direction: row;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 5px;
    font-family:Arial, Helvetica, sans-serif;
	width: 100%;
	height: 100%;
	max-height: 100%;
	color: rgb(247, 247, 247);
}
/*------------------
  Header section  logo/busqueda/usuario/miscompras
---------------------*/

.header-top {
	padding: 15px 0 14px;
	background-color: #ffffff;
	height: 75px;

	display: flex;
}

.header-top img {
    max-width: 100%;

}
.header-top .site-logo {
	display: inline-block;
	position: relative;
    float: left;
	height: 50px;
    width: 150px;
}
.header-top .site-busqueda {

		display: inline-block;
		position: absolute;
		padding-left: 20px;
		padding-right: 55%;
		padding-top: 5px;

	
      
}

.header-top .site-panel{

	position: relative;
	right: 0;
	float: right;
	height: 70px;
	width: 400px;
	display: flex;
	text-align: center;
	align-items: center;
}



.header-top .header-search-form {
	width: 550px;
	position: absolute;
	border-width: 0px;
	border-style: solid;
	border-color:#adadad;
	border-radius:  20px 20px 20px 20px;
}

.header-top .header-search-form input {
	width: 100%;
	height: 35px;
	font-size: 14px;
	border: none;
	padding: 0 19px;
	background: #f0f0f0;
	margin: 0 0px 0px 0;
	border-radius:  20px 20px 20px 20px;
}
}
.header-top .header-search-form input:focus {
	border-color: red;
}
.header-top .header-search-form button {
	position: absolute;
	height: 100%;
	width: 55px;
	right: 0px;
	top: 0;
	font-size: 26px;
	color: #ffffff;
	border: none;
	cursor: pointer;
	background-color: transparent;
	background: #c52585;
	border-radius:  0px 20px 20px 0px;
}

.header-top .site-panel .up-item {
	display: inline-block;
	font-size: 13px;
	margin-left: 10px;
}

.header-top .site-panel .up-item i {
	font-size: 22px;
	color: rgba(34,54,69,1);
}

.header-top .site-panel .up-item a {
	font-size: 14px;
	color: rgba(34,54,69,1);
	
}
.header-top .site-panel .up-item p {
 display: inline-block;
 color: #223645;
 line-height: 1.2;
}

.header-top .site-panel .up-item:first-child {
	margin-right: 10px;
}

.header-top .site-panel .shopping-card {
	display: inline-block;
	position: relative;
}

.header-top  .site-panel .shopping-card span {
	position: absolute;
	top: -4px;
	left: 100%;
	height: 16px;
	min-width: 16px;
	color: #fff;
	font-size: 13px;
	background: #f51167;
	text-align: center;
	border-radius: 30px;
	padding: 0 2px;
	margin-left: -7px;
}
/*------------------
  Header la barra menu
---------------------*/

.menu_block {
position: absolute;
background:rgb(34, 54, 69);
height: 45px;
box-shadow: 0 8px 0 #c52585;
/*top:75px;*/
width: 100%;
}
.menu_block .logo 
{
   display: none;
}

.is-sticky .menu_block {
	z-index:9000;
	left:0;
	width:100%;
    box-shadow: 0 8px 0 #c52585;
}


/* __________ categorias __________ */


	
.menu_rigth_boton_shop {
	float: right;
	height: 45px;
	list-style: none;
	display: inline-block;
	position: relative;
	margin:0;
	padding:8px 10px 5px 10px;
	border-left:0px solid #e9e9e9;
	transition: none;
	-webkit-transition: none;
	height: 45px;
	text-decoration-line: none;
	background: #c52585;
}

.menu_rigth_boton_shop i {
   font-size: 30px;
   padding-right: 13px;
   cursor: pointer;
   color: #ffffff;
   top: 4px;
   position: relative;

   
}	
.menu_rigth_boton_shop:hover>i {
	color: #f51167;

}
.menu_rigth_boton_shop p {
	font-size:16px;
	font-weight:500;
	display:inline-block;
	margin:0;
	color: #fff;
	line-height: 1;
	cursor: pointer;
}	
.menu_rigth_boton_shop:hover>p {
	color: #f51167;
}
	
.menu_rigth_boton_shop span {
	display:inline-block;
	margin-left:-8px;
	padding:0 5px;
	font-weight:900;
	font-size:13px;
	color:#ffffff;
	background-color:#8a2453;
	position: absolute;
	border-radius: 30px;
	top:-4px;
}
.menu_rigth_boton_love {
	float:right;
	height: 45px;
	list-style: none;
	display: inline-block;
	position: relative;
	margin:0;
	padding:8px 10px 5px 10px;
	border-left:0px solid #e9e9e9;
	transition: none;
	-webkit-transition: none;
	height: 45px;
	text-decoration-line: none;
}
.menu_rigth_boton_love i {
   font-size: 30px;
   padding-right: 13px;
   cursor: pointer;
   color: #ffffff;
   top: 4px;
   position: relative;

}	
.menu_rigth_boton_love:hover>i {
	color: #f51167;

}
.menu_rigth_boton_love p {
	font-size:16px;
	font-weight:500;
	display:inline-block;
	margin:0;
	color: #fff;
	line-height: 1;
	cursor: pointer;
}	
.menu_rigth_boton_love:hover>p {
	color: #f51167;
}
	
.menu_rigth_boton_love span {
	display:inline-block;
	margin-left:-8px;
	padding:0 4px;
	font-weight:900;
	font-size:13px;
	color:#f51167;
	background-color:#ffffff;
	position: absolute;
	border-radius: 30px;
	top:-4px;
}
/**********************************************
            el menu del lado izquiero
**********************************************/
.menu_left {
	float:left;
	height: 45px;
	list-style: none;
	display: block;
}

.menu_left .boton {
	position:relative;
	display: inline-block;
	margin:0;
	padding:15px 5px 10px 10px;
	/*text-transform:uppercase;*/
	border-left:0px solid #e9e9e9;
	transition: none;
	-webkit-transition: none;
	height: 45px;


}
.menu_left .boton p {
	font-size:16px;
	font-weight:500;
	display:inline-block;
	margin:0;
	color: #fff;
	line-height: 1;
}
.menu_left .boton:hover>p {
	color: #f51167;
}



.menu_left .boton:hover:before,
.menu_left .boton:hover:after {
	content:'';
	position:absolute;
	left:-1px;
	right:-1px;
	top:-3px;
	height:2px;
	background-color:#d322ab;
}
.menu_left .boton:hover:before {top:auto; bottom:-2px;}



.categoriabtn .boton i {
	padding-right:5px;
}
.categoriabtn .boton span {
	display:inline-block;
	margin-left:5px;
	padding:0 6px;
	font-weight:900;
	font-size:13px;
	color:#fff;
	background-color:#cc3333;
}

/* __________ categorias __________ */

/*************************/

.menu_toggler {
	float:left; 
	display:block; 
	width:45px; 
	height:45px; 
	line-height:50px; 
	text-align:center; 
	font-size:23px; 
	color:#ffffff; 
	border-right:0px solid #e9e9e9;
	}
.menu_toggler:hover {color:#f51167;}


.header_block_buscar {
display: none;
}

/*   table horizontal, laptop, tv y escritorio  ulizamos lg */
@media only screen and  (min-width: 992px) and (max-width: 1199px) {

		.header-top .site-busqueda {
			display: inline-block;
		     position: absolute;
			padding-left: 10px;
			padding-right: 55%;
	}
	.header-top .header-search-form {
		width: 400px;
		position: absolute;
		padding: 0 1px;
	}

}
/* table   y utilizamos md */
@media only screen and (min-width: 768px) and (max-width: 991px)  {

	body {
		margin-top: 160px;
	}
	.header-top .site-panel .up-item:first-child {
    margin-right: 5px;
     }
	.header-top .site-busqueda {
		display: inline-block;
		position: absolute;
		padding-left: 10px;
		padding-right: 70%;
	}
	.header-top .header-search-form {
		width: 210px;
		position: absolute;
		padding: 0 1px;
	}

}


/* mobil vertical y horizontal utilizamos sm */
@media only screen and (max-width: 767px) {
	body {
		margin-top: 80px;
	}

	.headerpage{
		  height: 80px;
		  flex-direction: column;
			display: flex;
    }
	.header-top {

	
		display: none;
	
	}
	.header-barratop{

		height: 25px;
		display: flex;
		padding-right: 5px;
		padding-left: 5px;
		justify-content: space-between;
		-webkit-box-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		position: relative;
		z-index: 2;
	}

	.header-barratop .topmenu .j-menu .ayuda{
            display: none;
	}
	.header-barratop .topmenu .j-menu .envios{
		display: none;
    }


	.header-top img {
		max-width: 100%;
		height: 30px;
		padding-left: 5px;
		margin-top: 6px;
		width: 100px;
	}
	.header-top .site-logo{
		position: relative;
        float: left;
		height: 40px;

	}
	.header-top .site-panel{
		position: relative;
        float: right;
		padding-top: 8px;
    	padding-right: 8px;
		height: 40px;
        width: 90px;
	}

	.header-top .site-busqueda {

		display: inline-block;
		position: absolute;
		padding-left: 10px;
		padding-right: 75%;
	}
	.header-top .header-search-form {
		width: 200px;
		position: absolute;
		padding: 0 1px;
	}
	.header-top .header-search-form input {
	height: 35px;
	font-size: 14px;
	border: none;
	margin: 2.5px;
	background: #f0f0f0;
	padding: 0 5px;


	}
	.header-top .header-search-form button {

		position: absolute;
		height: 100%;
		right: 8px;
		top: 0;
		font-size: 20px;
		color: #000;
		border: none;

	}

	.header-top .site-panel .up-item:first-child {

		margin-right: 4px;
		margin-left: 1px;

	}
	.header-top .site-panel .up-item {

		margin-left: 1px;

	}
	.menu_block {
		height: 55px;
		position: relative;
		display: flex;
		-webkit-box-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		justify-content: space-between;
		z-index: 1;
	
	}
	.menu_toggler {
		height: 100%;
		min-width: 50px;
		display: flex;
		-webkit-box-align: center;
		align-items: center;
		-webkit-box-pack: center;
		justify-content: center;
		width: 60px;
	}
	.menu_block .logo {
		height: 100%;
		min-width: 50px;
		display: flex;
		-webkit-box-align: center;
		align-items: center;
		-webkit-box-pack: center;
		justify-content: center;
		flex-grow: 1;
		max-width: none;
		width: auto;
		-webkit-box-flex: 1;
		padding-right: 150px;
	}
	.menu_block .logo img {
	height: 45px;
	min-width: 150px;
	}
	
	.menu_left{
		display: none;
	}

	.menu_rigth_boton_shop {

		height: 100%;
		min-width: 50px;
		display: flex;
		-webkit-box-align: center;
		align-items: center;
		-webkit-box-pack: center;
		justify-content: center;
		top: -55px;

	}
	.menu_rigth_boton_love {
		display: none;
    }	

	.header_block_buscar {
		
		background:rgb(228, 228, 228);
		height: 55px;
		width: 100%;
		position: relative;
		display: block;
		-webkit-box-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		justify-content: space-between;
		z-index: 1;
		padding-top: 5px;

	}
	.header_block_buscar .site-busqueda {
		display: inline-block;
		position: absolute;
		width: 100%;
		padding-left: 5px;
		padding-right: 5px;
		padding-top: 5px;
		padding-bottom: 5px;
		height: 39px;
	}

	.header_block_buscar .site-busqueda .header-search-form{
		width: 100%;
		position: relative;
		border-width: 1px;
		border-style: solid;
		border-color: #adadad;
		border-radius: 20px 20px 20px 20px;
	}
	.header_block_buscar .site-busqueda .header-search-form input{
		width: 100%;
		height: 40px;
		font-size: 14px;
		border: none;
		padding: 0 19px;
		background: #f0f0f0;
		border-radius: 20px 20px 20px 20px;
	}
	.header_block_buscar .site-busqueda .header-search-form button{
		position: absolute;
		height: 100%;
		width: 55px;
		right: 0px;
		top: 0;
		font-size: 20px;
		color: #ffffff;
		border: none;
		cursor: pointer;
		background: #c52585;
		border-radius: 0px 20px 20px 0px;
	}
		
	.menu_left .boton p {display:none;}
	.header-top .site-panel .up-item p {display: none;}
}

