@charset "utf-8";
/* CSS Document */

@import url(https://fonts.googleapis.com/css?family=Questrial:100,200,300,400,500,600,700,800,900);

body{
	font-family:Questrial; 
	margin:0;
}

a {
    text-decoration: none;
    background-image: linear-gradient(currentColor, currentColor);

    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 1px;
    transition: background-size .5s;
}

a:hover, a:focus {
    background-size: 100% 1px;
}

p{ 
	font-size:large;
	font-weight: 500;
}

.f_input{ 
	border:none; 
	width: 100%; 
	font-size:18px; 
	background-color:#FFFFFF; 
	color:#015A14;
}

.f_input::placeholder {
  color: #cccc;
}

.div_block {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    background: #000;
    overflow: hidden;
    filter: alpha(opacity=40);
    -moz-opacity: 0.4;
    opacity: 0.4;
}

.resultado_en_linea {
	clear: both;
	border: solid 1px #ccc;
	border-radius:4px; 
	max-height: 300px;
	overflow:auto; 
	display:none; 
	background-color:#FFFFFF;
	font-size: small; 
	position:relative;
	text-align: left;
}

#nuevo_producto {
	border-radius: 5px;
    background-color: #dcdcdc78; 
	display:none;
    clear: both;
    padding-bottom: 20px;
    padding-top: 10px;	
}


.resultado_online {
    line-height: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
    float: left;
}

.resultado_online::-webkit-scrollbar {
  width: 12px;               /* width of the entire scrollbar */
}

.resultado_online::-webkit-scrollbar-track {
  background: #f7f7f7;        /* color of the tracking area */
   border-radius: 20px;
}

.resultado_online::-webkit-scrollbar-thumb {
  background-color: #015A14;    /* color of the scroll thumb */
  border-radius: 20px;       /* roundness of the scroll thumb */
  border: 7px solid #f7f7f7;  /* creates padding around scroll thumb */
}

.resultado_colores{
	clear: both;
	border: solid 1px #ccc;
	border-radius:4px; 
	max-height: 200px;
	overflow:auto; 
	max-width: 600px;
}

.banner_prod{
	margin-top: 100px;
    background-color: black;
    position: absolute;
    color: white;
    width: -webkit-fill-available;
    padding: 18px;
    font-size: large;
    text-align: center;
}

.buscar_head{
    width: 100%;
    border-radius: 2px; 
	background-color:#FFFFFF;
}

.buscar_search_head{
    padding: 10px;
    width: 100%; 
	border:none;
}

.buscar_lupa_head{
    padding: 3px; 
	width:25px;
}


.buscar_head::placeholder {
  color: #999;
}

.item_head{
	margin-right:15px; 
	color:#FFFFFF; 
	font-size: small;
}

.div_filtros{ 
	border-radius: 5px;
	clear: both;
	background-color: white;
	padding: 10px;
	margin-bottom: 40px;
}

#div_buscar{ 
	background-color: white;
    border-radius: 5px;
    padding: 5px;
}

.div_filtros_btn{ 
    clear: both;
    text-align: left;
    padding-top: 10px;
}

.div_filtro{ 
	float:left; 
	padding-left:10px; 
	padding-right:10px; 
	border:solid 1px #22b34c; 
	border-radius:4px; 
	margin-right: 10px; 
	width:250px; 
	margin-top: 10px; 
	height: 45px;
}

.div_filtro_label{
    margin-top: -10px;
    background: white;
    width: fit-content;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: -5px;
    color: #015A14;
	border-radius: 4px;
}

.buscar_select{
	border: none;
	margin-top: -8px;
    width: 50px;
    padding: 0;
    float: right;
    color: #4caf50d4;
}

.cruz{ 
    font-size: xx-large;
    color: black; 
	cursor:pointer;
}

.cruz_carrito{ 
    font-size: xx-large;
    color: #FFFFFF; 
	cursor:pointer;
	margin-top: -40px; 
	float:right;
}


.div_producto{

	border: solid 1px #ccc; 
	box-shadow: 6px 8px 6px #ddd;
	border-radius: 5px;  
	padding:10px; 
	margin:10px;
	height: 250px;
		
}

.div_prod{ 
	cursor:pointer;
	border: solid 1px #ccc; 
	box-shadow: 6px 8px 6px #ddd;
	border-radius: 5px;  
	padding:10px; 
	margin:10px;
	width: 192px; 
	float: left;
	min-height: 336px;
	/*background:  linear-gradient(0deg, transparent 35.8%, #000 36%, transparent 1%), linear-gradient( 180deg, #fff 89%, #015A14 13%); */
	background:  linear-gradient(0deg, transparent 120px, #000 121px, transparent 22px), linear-gradient( 180deg, #fff 89%, #015A14 13%); 
}
/*
.div_prod:hover {
	opacity: 30%;
    transition: opacity, 0.8s;
}
*/
.div_prod:hover {
	box-shadow: 6px 8px 6px #888888;
    transition: box-shadow, 0.8s;
}

.div_foto{
	height:150px
}

.prod_foto{
	/*max-width: 100%;*/
	max-height: 144px;
    border-radius: 4px; 
	cursor:pointer;
}

.prod_tit{
	height:50px;
	color:#015A14;
}

.prod_importe{
	height:60px; 
	color:#22b34c;
}

.prod_input_cant{
    width: 90%; 
    background-color: transparent;
    border: none;
	text-align: center;
    height: 26px;	
}

.tabla {border-collapse: collapse;width:100%; border:solid 1px #ddd; }
.tabla td {padding: 8px;border-bottom: 1px solid #ddd;}
.tabla th {border: 1px solid #ddd;height:30px; border-radius: 4px; cursor:pointer; white-space:nowrap; background-color:#fff;}
.tabla tr:hover{ background-color:#F9F9F9; }

.th_input { 
	border:none; 
	width: 88%; 
	font-size:18px;
	text-align: center;
	margin-left:1px; 
	color:#f44336; 
	background-color: transparent;
}
.th_input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: black;
  /*opacity: 1;  Firefox */
}

.tabla2 { width:100%; }
.tabla2 td { padding: 5px; border-bottom: 1px solid #ddd; }



.tabla3 { width:100%; border-collapse: collapse; }
.tabla3 td { padding: 5px; border: 1px solid #ddd; }



.w{
	width: -webkit-fill-available;
}

.input{
    width: 47%; 
	margin-top:20px;
    font-size: 15px;
    background-color: transparent;
    border: none;
    border-radius: 0;
    border-bottom: solid 1px #015A14;
    height: 30px;
}

.inp_pop{
    width: 47%; 
	margin-top:20px;
    font-size: 15px;
    background-color: transparent;
    border: none;
    border-radius: 0;
    border-bottom: solid 1px #015A14;
    height: 30px;
}

.inp_pop100{
    width: -webkit-fill-available;
	margin-top:20px;
    font-size: 15px;
    background-color: transparent;
    border: none;
    border-radius: 0;
    border-bottom: solid 1px #015A14;
    height: 30px;
}

.inp_btn_guardar {
    width: 47%;
    margin-top: 20px;
    font-size: 15px;
    background-color: transparent;
    border: none;
    border-radius: 0;
    border-bottom: solid 1px #015A14;
    height: 30px;
    float: left;
    margin-left: 5px;
}

.inp_btn_guardar100 {
    width: -webkit-fill-available;
    margin-top: 20px;
    font-size: 15px;
    background-color: transparent;
    border: none;
    border-radius: 0;
    border-bottom: solid 1px #015A14;
    height: 30px;
    float: left;
    margin-left: 5px;
}

.input_login{
	border: solid 1px #ad3c06; 
	border-radius: 10px; 
	width:75%; 
	padding: 5px;
	margin-top:20px;
    font-size: 15px;
    background-color: transparent;
    height: 30px;
}

.input_reg{
	width: -webkit-fill-available;
	margin-top:20px;
    font-size: 15px;
    background-color: transparent;
    border: none;
    border-radius: 0;
    border-bottom: solid 1px #015A14;
    height: 30px;
	color:#015A14;
}

.select{
	width: 48%; 
	margin-top:20px;
    font-size: 15px;
    background-color: transparent;
    border: none;
    border-radius: 0;
    border-bottom: solid 1px #015A14;
    height: 32px;
	font-family:Questrial;   
	color:#015A14;
}

.select_reg{
	width: -webkit-fill-available;
	margin-top:20px;
    font-size: 15px;
    background-color: transparent;
    border: none;
    border-radius: 0;
    border-bottom: solid 1px #015A14;
    height: 32px;
	font-family:Questrial;   
	color:#015A14;
}

.textarea{
	width: 100%; 
	margin-top:20px;
    font-size: 15px;
    background-color: transparent;
    border: none;
    border-radius: 0;
    border-bottom: solid 1px #015A14;
    height: 30px;
	font-family:Questrial;   
}

.input::placeholder, .textarea::placeholder, .select::placeholder, .inp_pop,  .inp_pop100 {
  color: #015A14;
  font-family: "Questrial";
}

.input_reg::placeholder, .textarea_reg::placeholder, .select_reg::placeholder {
  color: #015A14;
  font-family: "Questrial";
}

.categ_seleccionada{
    border-radius: 5px;
    border: solid 1px #015A14; 
	font-weight:bold;
}

.categ_option{
	border:none; 
	color:#015A14;
	background-color: transparent;
}

.categ_option:focus{
    outline: none;
}

p{
  color: #015A14; 
  text-align:left;
}

.fs{ 
	font-size:small;
}

.div_categoria{
    width: -webkit-fill-available;
    overflow: auto;
    overflow-y: hidden;
    float: left;
    margin-top: 120px;
    margin-left: 5%;
    margin-right: 5%;
	border-radius:5px; 
	background-color:#FFFFFF;	
	margin-top: 20px;
}

.div_categoria::-webkit-scrollbar {
  width: 12px;               /* width of the entire scrollbar */
}

.div_categoria::-webkit-scrollbar-track {
  background: #f7f7f7;        /* color of the tracking area */
   border-radius: 20px;
}

.div_categoria::-webkit-scrollbar-thumb {
  background-color: #015A14;    /* color of the scroll thumb */
  border-radius: 20px;       /* roundness of the scroll thumb */
  border: 7px solid #f7f7f7;  /* creates padding around scroll thumb */
}

.div_overflow{
    width: -webkit-fill-available;
    overflow: auto;
    overflow-y: hidden;
    float: left;
	background-color:#FFFFFF; 
	padding:10px;
}

.div_overflow::-webkit-scrollbar {
  width: 12px;               /* width of the entire scrollbar */
}

.div_overflow::-webkit-scrollbar-track {
  background: #f7f7f7;        /* color of the tracking area */
   border-radius: 20px;
}

.div_overflow::-webkit-scrollbar-thumb {
  background-color: #015A14;    /* color of the scroll thumb */
  border-radius: 20px;       /* roundness of the scroll thumb */
  border: 7px solid #f7f7f7;  /* creates padding around scroll thumb */
}

    
.flecha_pagina {
	font-size: x-large;
	cursor:pointer;
	color:#015A14;
}

.input_pagina {
	text-align:right; 
	width:40px; 
    border-radius: 5px;
	border: solid 1px #015A14; 
    padding: 5px;
	color:#015A14;
	
}


.buscar {
	border: solid 1px #ccc; 
	box-shadow: 6px 8px 6px #ddd;
	border-radius: 5px;  
	width:100%; 
	padding:10px;
}

.search_buscar{
	border-bottom: none;
	height:40px; 
	width: -webkit-fill-available;
	margin-top:inherit;
}

.cp { 
	cursor:pointer;
}

.div_box{
	border-radius: 5px;
	box-shadow: 6px 8px 6px #88888840;
	padding: 10px;
	background-color: white;
    position: absolute;	
	border: solid 1px #ccc;
}

.div_login { 
    border-radius: 10px;
    padding: 10px;
    border: solid 1px #ccc;
    background-color: #FFFFFF;
    box-shadow: 6px 8px 6px #88888840;
	position: fixed;
	height: 380px;
	width: 360px;
	left: 50%;
	top: 50%;
	margin-top: -190px;
	margin-left: -180px;	
	z-index:10000; 
	display:none;
}

.div_recuperar_pass { 
    border-radius: 10px;
    padding: 10px;
    border: solid 1px #ccc;
    background-color: #FFFFFF;
    box-shadow: 6px 8px 6px #88888840;
	position: fixed;
	width: 360px;
	left: 50%;
	top: 50%;
	margin-top: -180px;
	margin-left: -180px;	
	z-index:10000; 
	display:none;
}

.div_menu { 
	margin-top: 40px;
	padding-left: 15%;
    padding-right: 15%;	
}

.popup_cerrar { 
	float:right; 
	color:#015A14; 
	font-size:xx-large; 
	font-weight:bold;
	margin-right: 8px; 
	cursor:pointer;
}

.popup_cerrar_fotos {  
	float: right;
    color: #666;
    font-size: x-large;
    font-weight: bold;
}
.menu-ul {
	margin-left: -25px;
	list-style-type: none;
	line-height: 36px;
	padding-right: 20px;
}

#menu_deslizable{
    position: fixed;
    margin-top: 100px;
    background-color: #f7f7f7;	
	border-right: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    border-bottom-right-radius: 5px;
	z-index: 44;
    overflow: auto;
    height: 80%;	
}

#menu_deslizable::-webkit-scrollbar {
  width: 12px;               /* width of the entire scrollbar */
}

#menu_deslizable::-webkit-scrollbar-track {
  background: #f7f7f7;        /* color of the tracking area */
   border-radius: 20px;
}

#menu_deslizable::-webkit-scrollbar-thumb {
  background-color: #015A14;    /* color of the scroll thumb */
  border-radius: 20px;       /* roundness of the scroll thumb */
  border: 5px solid #f7f7f7;  /* creates padding around scroll thumb */
}

.item_menu_deslizable{ 
	font-size: large;
	margin-left:10px; 
	color:#015A14;
}

.detalle{ 
	margin-left:40px; 
	font-weight: 500; 
}	

.fl{ 
	float:left;
}

.fr{ 
	float:right;
}

.seccion{ 
    padding-left: 15%;
    padding-right: 15%; 
	clear:both;
}

.galeria_categorias{ 
    padding-left: 14%;
    padding-right: 14%; 
	clear:both; 
	margin-top:60px;
}

.galeria_table{
	color:#FFFFFF; 
	font-size:large; 
	font-weight:bold
}

.galeria_td{
	background-repeat: no-repeat; 
	background-size: cover; 
	border-radius: 5px; 
	cursor:pointer;
}

.galeria_categoriasR{ 
	display:none; 
}

.fueguito{
    width: 30px;
    margin-top: -3px;
    margin-left: 5px;
    position: absolute;
}

.td_prod{ 
	min-width: 200px;
	border-radius: 5px;
	background:  linear-gradient(0deg, transparent 120px, #000 121px, transparent 22px), linear-gradient( 180deg, #fff 89%, #015A14 13%); 
	cursor:pointer;
}

.td_prod_tepuedeinteresar{ 
	min-width: 200px;
	border-radius: 5px;
	background:  linear-gradient(0deg, transparent 120px, #000 121px, transparent 22px), linear-gradient( 180deg, #fff 89%, #fff 13%); 
	cursor:pointer;
}

.td_div_foto {
	width: -webkit-fill-available;
	height:190px;
	max-width: 200px;
}

.div_mas_fotos{ 
	font-size: x-small;
    color: gray;
}

.td_oferta{ 
    background-color: #41b9f5;
    color: #FFFFFF;
    font-weight: bold;
    padding: 4px;
    font-size: x-small;
	border-radius: 2px;
}

.td_corazon{ 
  height: 30px;
  width: 30px;
  border: solid 1px #ccc; 
  border-radius: 50%;
  display: inline-block;
  padding: 4px;
}

.sin_iva{ 
	margin-top: -20px;
	color:#015A14;
}

.corazon{ 
    cursor: pointer;
    width: -webkit-fill-available;
}

.td_imp{
	width:100%;  
	color:#015A14;
	margin-top: 15px;
}

.td_tit{ 
	font-weight:bold;
	width:100%; 
	margin-top: 10px; 
	height: 60px; 
	color: #666; 
}

.td_cant{
	width:100%; 
	margin-top: 10px; 
	font-size:small; 
	height: 60px; 
	color: #666; 
	display:none;
}

.td_foot{ 
	text-align:center;
	width:100%; 
	color:#FFFFFF; 
	font-weight:bold; 
	cursor:pointer;
    margin-top: -10px;
    padding-top: 10px;	
}

.td_foot_cp{ 
	text-align:center;
	width:100%; 
	color:#FFFFFF; 
	font-weight:bold; 
	cursor:pointer; 
	display:none; 
	margin-top:30px;
}

.div_colores{ 
	display:none; 
	background-color:#FFFFFF;
	border: solid 1px #ccc; 
	box-shadow: 6px 8px 6px #02020240;
	border-radius: 5px; 
	padding:5px; 	
	min-height: 305px;
	margin-bottom: 20px;
	
    margin-left: -10px;
    margin-right: -10px;	
}

.prod_agregado_exito{
	position: absolute;
    width: 200px;
    background-color: white; 
	display:none;
}

.total_colores{ 
	text-align:center; 
	font-weight:bold; 
	padding-top:20px;
}


.p_agregado{ 
    width: 40px;
    float: left;
	margin-right: 5px;
}

.p_agregado2{ 
    width: 20px;
    float: left;
	margin-right: 5px;
}

.tit_colores{ 
	color:#999999;
}

.div_col{
	padding-top: 10px;
}

.imp_sin_descuento{
	color: #e11919;
}


.seccionadmin{ 
    padding-left: 20px;
    padding-right: 20px; 
	clear:both;
}

.sec_buscar{
	padding-top: 20px;
	margin-bottom:40px;
	text-align:center;
}


.btn{ 
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: larger;		
    background-color: #22b34c;
    border: none;	
	cursor:pointer;
}

.btn:hover {
    background-color: #21dc68;
    transition: background-color, 0.8s;
}

.btn_rojo{ 
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: large;		
    background-color: #b50202eb;
    border: none;	
	cursor:pointer;
}

.btn_rojo:hover {
    background-color: #dd0a0aeb;
    transition: background-color, 0.8s;
}

.btn_trans{ 
    color: #070707;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: large;		
    background-color: transparent;
    border: none;	
	cursor:pointer;
}

.btn_trans:hover {
    background-color: #015A14;
    transition: background-color, 0.8s;
	color: white;
	transition: color, 0.8s;
}

.btn_carr {
    color: white;
    padding: 5px 10px;
    border-radius: 10px;
    font-size: larger;
    background-color: #015A14;
    border: none;
    margin-top: 8px;
    cursor: pointer;
	width: -webkit-fill-available;
}

.btn_carr:hover {
    background-color: #21dc68;
    transition: background-color, 0.8s;
}

.btn_banner{ 
    color: white;
    padding: 5px 20px;
    border-radius: 5px;
    font-size: large;		
    background-color: #b50202eb;
    border: none;	
	cursor:pointer;
	margin: 10px;
}

.btn_banner:hover {
    background-color: #dd0a0aeb;
    transition: background-color, 0.8s;
}

.btn_comprar{ 
    color: white;
    border-radius: 3px;	
    background-color: #22b34c;
    border: none;	
	cursor:pointer;
	width: -webkit-fill-available;
    height: 30px;	
}

.btn_comprar:hover {
    background-color: #21dc68;
    transition: background-color, 0.8s;
}

.btn_volver{ 
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: larger;		
    background-color: #ff00008c;
    border: none;	
	cursor:pointer;
}

.btn_volver:hover {
    background-color: #ff0000;
    transition: background-color, 0.8s;
}

.productos {
    padding-top: 100px;
	padding-left: 5%;
}

.prod_filtros {
    width: 270px;
    float: left;
}

.prod_catalogo {
	margin-left: 300px;
}

.div_slider {
	padding-top:100px;
}

.div_item_filtro { 
    background-color: #FFFFFF;
    border-radius: 5px;
    padding: 10px;
    font-weight: 600;
    margin-top: 20px;
} 

.prod_input_importe { 
	border:none;
    border-radius: 5px;
    padding: 10px; 
	text-align:center; 
	width:40%;
} 

.div_arbol{ 
	padding-top:220px; 
	margin-left:5%; 
	font-size:small;
}

.dn{
	display:none;
}    

.cb{ 
	clear:both;
} 

.p15{
	 padding: 15px;
}

.p30{
	 padding: 30px;
}

.m30{
	 margin: 30px;
}

.mt15{
	 margin-top: 15px;
}

.mt10{
	 margin-top: 10px;
}

.mt20{
	 margin-top: 20px;
}

.mt30{
	 margin-top: 30px;
}

.mt60{
	 margin-top: 60px;
}

.mt40{
	 margin-top: 40px;
}
    
.pd30{ 
	padding:30px;
}

.ml10{ 
	margin-left:10px;
}

.ml20{ 
	margin-left:20px;
}

.mb20{ 
	margin-bottom: 20px
}

.h41{
	height: 41px;
}

.header{ 
	background-color:#015A14; 
	position:fixed; 
	height:100px; 
	width:100%;
	z-index: 10; 
	font-size:small;
}

.header_responsive{ 
	display:none;
}

.item_menu{ 
	color:#fff;
	font-weight: 500; 
	margin-right:20px;
}

#carrito_agregado_recientemente{ 
	position: fixed;
    display: block;
    z-index: 555;
    right: 20px;
    background-color: white;
    padding: 10px;
    top: 120px; 
	border-radius:5px;
	box-shadow: 6px 8px 6px #88888840; 
	display:none; 
	color:#015A14;
	font-size: small;
	border: solid 1px #ccc;
}

.div_carrito{ 
	float:right;
	margin-top: -15px;	
}

.carrito{ 
	width:22px; 
	cursor:pointer;	
}

.carrito_cant{ 
    color: wheat;
    font-size: small;
    margin-bottom: -10px;
}
	
.logo{ 
	width:180px; 
	cursor:pointer;
	margin-top: -30px;
}

.logo_menu{ 
    width: 100px;
    margin-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 20px;
    cursor: pointer; 
	background-color:#015A14;
	border-radius:5px; 
}

.fz12{ 
	font-size:12px;
}

.verde{ 
	color:#015A14;
}

.gris{ 
	color:#888888;
}

.marron{ 
	color:#ad3c06;
}

.blanco{ 
	color:#fff;
}

.rojo{ 
	color: red;
}


.footer_marron { 
	background-color:#22b34c;
	height: 5px; 
}	

#link_whatsapp{
	position: fixed;
	top: 82%;
	right: 10px;     
	background-image: none;
}

#Arriba{
	position: fixed;
	top: 72%;
	right: 16px;
	background-color:#015A1414; 
	padding:14px; 
	border-radius:30px; 
	cursor:pointer; 
	display:none;
	color:#100f0f96;
	font-size: x-large;
	opacity: 70%;
}

.icon-menu { 
	display:none;
}

.btn_session { 
	margin-left: 20px;
    margin-top: -10px; 
	float:right; 
}

	
.secc_faq{ 
	color:#FFFFFF; 
	background-color:#015A14; 
	padding-top: 120px;
	padding-bottom: 50px;
}

.div_faq{ 
	border-bottom: solid 1px #cacaca; 
	padding-top:10px; 
	padding-bottom:10px;
}

.faq-titulo{ 
	cursor:pointer;
	font-weight: 500;
}

.faq-detalle{ 
	padding-top:20px; 
	display:none;
	font-weight: 100;
	color: gainsboro;
}
	
.footer-table{ 
	width:70%; 
	float:left;
}

.secc_footer{ 
	padding-top:100px;
	background-color:#3a5041;
	float:left;
	width: -webkit-fill-available; 
	color:#FFFFFF;
	font-weight: 100;
	padding-bottom: 50px;
	background-repeat: no-repeat;
}


.menu-float{ 
	display:none;
}

.verfiltros{ 
	display:none;
}

.ini-ses-R{ 
	display:none;
}

.secc_contacto{ 
	padding-top:100px;
	padding-bottom: 50px; 
	background-color:#0000001a; 
	float:left;
	width: -webkit-fill-available;
}

.home_form_iz{ 
	width:50%; 
	float:left;
}

.p_contacto{ 
	width:60%;
}	

.home_form_der{ 
	width:50%; 
	float:right;
}

.msj-form-contacto{ 
	display:none;
	color:#ff6a00;
}

.importe_off{ 
	font-size: smaller;
    color: #015A14;
}


.col_foo{ 
	width: 18%; 
	float:left;
}

.ml2_foo{ 
	margin-left:7%;
}

.colum1{ 
	width: 24%; 
	display:block;
}

.footer-table{ 
	width:70%; 
	float:left;
}

.logo_foot { 
	display:none;
}

.img_registrarse, .img_nosotros{ 
	max-width: 100%; 
	border-radius:5px;
}

.qs_iz{
	width:50%; 
	float:left; 
	padding-right: 20px;
}

.regis_1{
	width:40%; 
	float:left; 
}

.regis_2{
	width:40%; 
	float:right; 
	border: solid 1px #ccc; 
	box-shadow: 6px 8px 6px #88888840;
	border-radius: 5px;  
	padding:10px;	
	margin-bottom: 20px;
	margin-top: 60px;	
}

.li_dir_guardadas{
	text-align: left;
    line-height: 30px;
	color:#015A14; 
	cursor:pointer;
}

.estado{ 
	color:#FFFFFF; 
	background-color:#22b34c; 
	padding:3px; 
	border-radius:5px; 
	text-align:center;
}

.cli_bloqueado{ 
	color:#FFFFFF; 
	background-color:#FF0000; 
	padding:3px; 
	border-radius:5px; 
	text-align:center;
}

.secc_nosotros, .secc_productos{ 
	padding-top:110px;
}

.secc_admin, .secc_registrarse{ 
	padding-top:120px; 
	text-align:center;
}

.popup{
    border-radius: 10px;
    padding: 10px;
    border: solid 1px #ccc;
    background-color: #FFFFFF;
    box-shadow: 6px 8px 6px #88888840;
	width: 400px;
	left: 50%;
	top: 50%;
	margin-top: -200px;
	margin-left: -200px;	
	z-index:10000; 
	display:none;

	position:fixed; 
	max-height: 75%;
	overflow: auto;
}

.carrito_div{
    border-radius: 5px;
    padding: 10px;
    border: solid 1px #ccc;
    background-color: #FFFFFF;
    box-shadow: 6px 8px 6px #88888840;
	width: 400px; 
	right:0;	
	z-index:10000; 
	position:fixed; 
	max-height: 75%; 
	font-size:small; 
	display:none;	
	background: linear-gradient( 180deg, #015A14 44px, #fff 44px);
}

#menu_desple_derecho{
    border-radius: 5px;
    padding: 10px;
    border: solid 1px #ccc;
    background-color: #FFFFFF;
    box-shadow: 6px 8px 6px #88888840;
    right: 0;
    z-index: 10000;
    top: 100px;
    position: fixed; 
	display:none;	
}

.carrito_div_prod{
	overflow: auto;
	max-height: 200px;
}

.carrito_div_prod::-webkit-scrollbar {
  width: 12px;               /* width of the entire scrollbar */
}

.carrito_div_prod::-webkit-scrollbar-track {
  background: #f7f7f7;        /* color of the tracking area */
   border-radius: 20px;
}

.carrito_div_prod::-webkit-scrollbar-thumb {
  background-color: #015A14;    /* color of the scroll thumb */
  border-radius: 20px;       /* roundness of the scroll thumb */
  border: 5px solid #f7f7f7;  /* creates padding around scroll thumb */
}

.envio_carrito{
    border: none;
    width: -webkit-fill-available;
    color:#666666;
    margin-top: 10px;
}

.textarea_carrito{ 
	padding:10px; 
	width: -webkit-fill-available;
	margin-top: 10px;
	border: solid 1px #ccc; 
	box-shadow: 6px 8px 6px #88888840;
	border-radius: 5px; 
	font-family:Questrial; 	
}

.tacho{ 
	width:20px;
	opacity: 0.4;
}

.tacho:hover {
   	opacity: 0.9;
    transition: background-color, 0.8s;
}

.msj_popup{
    clear: both; 
	padding:inherit;
    padding-top: 15px;
	color: red;
}

.btn_popup{
    clear: both;
    padding-top: 20px;
}

.ojoMostrarContrasena {
    text-decoration: none;
    right: 60px;
    bottom: 167px;
    position: absolute;
    color: black;
    z-index: 1000;
	margin-bottom: 18px;
}

.div_expandible_pop {
    padding-top:20px;
	border-bottom: solid 1px #00000040;
}

.div_nuevo_descuento, .div_nueva_direccion, .div_nuevo_color{ 
	display:none;
	width:auto; 
	float:inherit; 
	border: solid 1px #ccc; 
	box-shadow: 6px 8px 6px #88888840;
	border-radius: 5px;  
	padding:10px;
	margin-top: 20px;	
}

#msj_pantalla {
    color: white;
    background-color: #21dc68;
    border-radius: 5px;
    padding: 10px; 
	display:none; 
	position:fixed;
}

.col_left{
	border: solid 1px #ccc; 
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;	
}

.col_right{
	border: solid 1px #ccc;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
}

.overflow {
	max-height: 190px;
	overflow:auto; 
}

.overflowProductophp {
	overflow:auto; 
}

.overflow::-webkit-scrollbar {
  width: 12px;               /* width of the entire scrollbar */
}

.overflow::-webkit-scrollbar-track {
  background: #f7f7f7;        /* color of the tracking area */
   border-radius: 20px;
}

.overflow::-webkit-scrollbar-thumb {
  background-color: #015A14;    /* color of the scroll thumb */
  border-radius: 20px;       /* roundness of the scroll thumb */
  border: 5px solid #f7f7f7;  /* creates padding around scroll thumb */
}

.color_redondo{
	 width:17px; 
	 border-radius: 50%;
	 border: 1px solid #ccc;
}

#filtros{ 
	display:block;
}


.btnfiltros{ 
    color: #888888;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: larger;		
    background-color: transparent;
    border: none;	
	cursor:pointer; 
	float:right; 
	display:none;
}

.btnfiltros:hover {
    background-color: #888888;
    transition: background-color, 0.8s;
	color: #fff;
	transition: color, 0.8s;
}

.sec{
	background-color: white;
    padding: 20px;
    border-radius: 10px;
}

.tal{
    text-align: left;
}
.inp_number{
	text-align:center; 
	border:none; 
	font-family: 'Questrial';
}




.inp_tab{
	width: -webkit-fill-available;
	text-align: center;
	border: none;
	font-family:Questrial; 
}



















@media screen and (max-width: 1100px) {
	.m_preguntas{ 
		display:none;
	}
}

@media screen and (max-width: 950px) {
	.m_nosotros{ 
		display:none;
	}
}

@media screen and (max-width: 800px) {
	.m_contacto{ 
		display:none;
	}
	
	.galeria_categorias{ 
		display:none;
	}	

	.galeria_categoriasR{ 
		display:block; 
		padding-top: 100px;
	}	
}

@media screen and (max-width: 680px) {
	.m_home{ 
		display:none;
	}
}

@media screen and (max-width: 600px) {

	#filtros{ 
		display:none;
	}
	
	.btnfiltros{ 
		display:block;
	}	

	.banner_prod{
		margin-top:inherit;
	}
	
	.div_arbol {
		padding-top: 140px;
	}

	.prod_filtros {
		width:auto;
		float:inherit;
		margin-right: 20px;
		margin-bottom: 20px;		
	}
	
	.prod_catalogo {
		margin-left:inherit;
	}

	.secc_nosotros, .secc_productos{ 
		padding-top:20px;
	}

	.div_prod {
		padding: 2%;
		margin: 2%;
		width: 41%;
	}

	.div_categoria{
		margin-bottom: 20px; 
		margin-top:15px;
	}

	.regis_1{
		width:auto; 
		float:inherit; 
	}
	
	.regis_2{
		width:auto; 
		float:inherit; 
		border: solid 1px #ccc; 
		box-shadow: 6px 8px 6px #88888840;
		border-radius: 5px;  
		padding:10px;
		margin-top: 20px;				
	}

	p{
	  color: #015A14; 
	  text-align:center;
	}


	.qs_iz{
		width:auto;
		float:inherit;
		padding-right:inherit;
	}	

	.qs_der{
		text-align: center;
	}
	
	.logo_foot { width:200px;
		margin-top: 50px;
		cursor: pointer; 
		display:block;
	}

	.footer-table{ 
		width:50%; 
		float:none;
	}	
	
	.col_foo{ 
		width: auto; 
		float:none;
	}
	
	.colum1{ 
		display:none;
	}	
	
	.ml2_foo {
		margin-left: auto; 
		margin-top:40px;
	}	

	.home_form_der{ 
		width:auto; 
		float:none;
	}	
	
	.p_contacto{ 
		width:auto;
	}	
	
	.home_form_iz{ 
		width:auto;
	}
	
	.ini-ses-R{ 
		border-radius: 10px;
		padding: 10px;
		border: solid 1px #ccc;
		background-color: #FFFFFF;
		box-shadow: 6px 8px 6px #88888840;	
		margin-left: 10%;
		margin-right: 10%; 
		display:block; 
		margin-top: 60px; 
		float:left;
		width: -webkit-fill-available; 
	}

	.sec_buscar{ 
		padding-top:40px;
	}
	
	.header{ 
		display:none;
	}
	
	.header_responsive{ 
		display:block;
		background-color:#015A14; 
	}
	
	.menu-float{ 
		position:fixed; 
		left:0; top:0; 
		z-index:1000; 
		display:block;
	}
	
	.menus{ 
		position: absolute;
		left: 20px;
		font-size: xxx-large;
		font-weight: bold;
		color: #fff;
		top: 12px; 
		cursor:pointer;
	}
	
	.menu_float{ 
		position: absolute;
		left: 20px;
		font-weight: bold;
		color: #fff;
		top: 4px; 
		cursor:pointer;
		font-size:34px; 
		margin-top: 10px;
		/*
		background-color:#015A14; 
		padding-left:10px; 
		padding-right:10px;
		border-radius: 5px;
		*/
	}		

	.logo {
		width: 100px;
		margin-top: 5px;
		margin-bottom: 17px;
		cursor: pointer;
	}
	
	.carrito{ 
		width:30px; 	
	}	
	
	.div_carritoR{ 
		position: fixed;
		right: 10px;
		top: 6px;
		z-index: 1000; 
		background-color:#015A14; 
		border-radius: 5px; 
		padding:2px;
	}	
	
	.seccion, .seccionadmin { 
		padding-left: 5%;
		padding-right: 5%; 
	}

	.div_slider {
		padding-top:inherit;
	}
	
	.secc_contacto{ 
		text-align: center;
	}
	
	.input, .select, .textarea{
		width: 100%; 
		float:none;
	}		

	.secc_footer{ 
		text-align: center; 
		background-position:bottom; 
		padding-top:50px;
	}
	
	.secc_faq{ 
		padding-top: 12px;
	}	
	
	.secc_admin, .secc_registrarse{ 
		padding-top:inherit;
	}	
	
	#menu_deslizable{
		margin-top: inherit;
	}
	
	.popup { 
		width: -webkit-fill-available; 
		left:inherit; 
		top:inherit; 
		margin-top:inherit;
		margin-left: 0;
		margin-right: 10%;
	}	
	
	.msj_popup{
		clear: inherit;
		padding: 15px;
		padding-top:inherit;
	}
	
	.btn_popup{
		clear: inherit;
		padding-top: inherit;
	}	

	.inp_pop{
		width: 100%; 
		float:none; 
		margin-left:inherit;
	}	

	.div_filtro{ 
		width: -webkit-fill-available;
	}			
	
	.carrito_div{
		top:0; 
		width:auto;
	}	
	
	#carrito_agregado_recientemente{  
		top: 80px;
		right:0; 
		z-index:5555;
	}
				
}









/* Formateamos el label que servirá de contenedor */
.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 18px;
}
 
/* Ocultamos el checkbox html */
.switch input {
  display:none;
}
 
/* Formateamos la caja del interruptor sobre la cual se deslizará la perilla de control o slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}
 
/* Pintamos la perilla de control o slider usando el selector before */
.slider:before {
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}
 
/* Cambiamos el color de fondo cuando el checkbox esta activado */
input:checked + .slider {
  background-color: #41c768;
}
 
/* Deslizamos el slider a la derecha cuando el checkbox esta activado */ 
input:checked + .slider:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}
 
/* Aplicamos efecto de bordes redondeados en slider y en el fondo del slider */
.slider.round {
  border-radius: 34px;
}
 
.slider.round:before {
  border-radius: 50%;
}
