

.header_main_page{
    background: var(--gradien-color)!important;
    position: fixed;
    z-index: 10;
    padding: 10px;
    width: 105%;
    margin-left: -2.5%;
}

.seccion_buscador{
	margin-top: -30px;
}

.logo_main_page{
	width:150px;
	margin-top: 10px;
}

.search_principal{
	background: #f1f2f6!important;
	height: 25px!important;
	margin-top: 20px!important;
	border: 1px solid #f1f2f6!important;
	border-radius:10px!important;
	color: #2d3436!important;
	text-align: left!important;
	width: 100%!important;
	outline: 0!important;
	padding: 15px!important;
	font-size: 14px!important;
}	

.search_principal::-webkit-input-placeholder {
	text-shadow: none!important;
	font-weight: lighter!important;
	text-align: left!important;
	font-family: 'farmappQuestion'!important;   
    font-weight: 550!important;
}


.numberNotify{
    padding: 2px 5px 2px 5px;
    border-radius: 50px;
    z-index: 10;
    margin-top: -50px!important;
    text-shadow: none!important;
    position: fixed;
    font-size: 12px;
    display: none;
    margin-left: 17px;
    display: inline;
    background: var(--backpage-color);
    color: var(--blue-color);
    font-weight: 700;
}

.Notifyimg{
    margin-top: 9px;
    width: 40px;
}

.circ_carrito{
    text-shadow: none!important;
    color: white;
    font-family: 'farmaLight'!important;
    position: fixed;
    top: 31px;
    right: 26px;
    font-weight: bold!important;
}

.seccion_scp{
	margin-top: 120px;
    width: 105%;
    margin-left: -3.5%;
}


.div_carrousel_categorias{
    margin-top: 10px;
    width: 95%;
    margin-left: 2.5%;
    margin-right: 2.5%!important;
    height: auto;
}

.div_carrousel_promociones{
	margin-top: 105px;
    width: 95%;
    margin-left: 2.5%;
    margin-right: 2.5%!important;
    height: auto;
}

.anuncio_login{
	width: 95%;
	margin-left: 2.5%;
	text-align: left;
	padding: 10px 10px 25px 15px;
	background: var(--white-color);
	margin-top: 20px;
	margin-bottom: 20px;
	display: none;
}

.div_medicamentos_tuyos{
	width: 95%;
	margin-left: 2.5%;
	height: auto;
	margin-bottom: 15px;
}

.div_producto_lista{
	width: 97%;
	margin-left: 1.5%;
	height:auto;
	min-height: 100px!important;
	font-size: .9em;
	text-align: left;
	word-wrap: break-word;
	background: var(--white-color);
	margin-bottom: 10px;
}

	.dpl_descr{
		font-size:1.1em;
		font-weight:bold!important;
		color: var(--blue-color)!important;
	}

	.dpl_img{
		max-height: 102px!important;
		margin-top:10px!important;
	}

	.dpl_descr_cont{
		color: var(--low_gray-color)!important;
	}

	.dpl_tag_oferta{
		background: var(--red-color);
		padding: 5px;
		font-size: 11px!important;;
		color: var(--white-color)!important;
	}

	.dpl_precio_anterior{
		font-size: 11px!important;
		text-decoration:line-through!important;
	}

	.dpl_precio{
		color: var(--green-color);
		font-size: 16px;
		font-weight: 700!important;
	}


.last_seen_product{
	background: var(--white-color);
    height: auto;
    padding: 10px;
    width: 93%;
    margin-left: 3.5%;
    margin-top: 10px;
    margin-bottom: 10px;
}

	.lsp_descr{
		font-size:20px!important;
		font-weight:bold!important;
		color: var(--blue-color)!important;
	}

	.lsp_descr_cort{
		color: var(--low_gray-color)!important;
	}

	.lsp_img{
		max-height: 180px!important;
	}

	.lsp_precio{
		color: var(--green-color);
    	font-size: 22px!important;
    	font-weight: 550!important;
	}

	.lsp_inp_number{
		color: var(--green-color)!important;
		text-align: center!important;
		width: 35px!important;
		border: 0px!important;
		background: var(--backpage-color)!important;
	}

	.lsp_accion_btn{
		padding: 5px 10px 5px 10px;
		border-radius: 50px;
		color: var(--white-color);
		background: var(--green-color);
		text-align: center;
		margin-left: 5px;
		margin-right: 5px;
	}

	.span_close{
		position: absolute;
    	margin-left: 85%;
    	color: var(--low_gray-color)!important;
    	font-size: 25px;
    	margin-top: -8px;
	}


    /* ==== MENU LATERAL ==*/ 
    #menu .hola{
      background: var(--gradien-color);
      text-shadow: none!important;
      color:var(--white-color);
    }

        .usuario{
          float: left;
        }

	        .usuario h1{
				color: var(--white-color);
				font-size: 1.2em!important;
				width: auto;
				white-space: nowrap;
				overflow: hidden;
				text-overflow: ellipsis;
				margin: 0;
				resize: horizontal;
				text-transform: capitalize!important;
	        }

        #menu ul li{
            border: none!important;
        } 

        /*lista1*/
        #menu ul li .lista1{
            color: var(--strong-gray-color);
            text-align: left; 
            margin-left: -25px;
            margin-top: 10px;
            font-size: 16px;
            text-shadow: none;       
        }

        #menu ul li .iconos_menu{
            width: 30px!important;
            margin: 15px;
        }

        /*fin lista1*/
            
    /* ==== FIN MENU LATERAL ==*/ 

.ui-panel .ui-panel-inner {
    overflow: auto!important;
    position: absolute!important;
    top: 0!important;
    left: 0!important;
    right: 0!important;
    bottom: 0px !important ;
    -webkit-overflow-scrolling: touch!important;
}

.div_footer_btn_go_tracking_pedido{
    width: 105%;
    bottom: 0;
    height: 65px;
    background: var(--blue-color);
    z-index: 15;
    position: fixed;    
    display: none;
}	

.btn_white_estatus_pedido{
padding: 13px;
    background: var(--white-color);
    color: var( --blue-color);
    text-align: center;
    font-weight: 500!important;
    font-size: 16px!important;
    width: 190px;
    border-radius: 50px;
    margin-top: 9px!important;
}


.icon_campana{
    width: 30px;
    margin-left: -20px;
    margin-top: 18px;
}

.icon_carrito{
	width: 35px;
    margin-left: -28px;
    margin-top: 16px;
}

.icon_menu{
    width: 30px;
    margin-top: 10px;
}