@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;700&family=Montserrat:wght@300;600&family=Open+Sans:wght@400;600&display=swap');


:root {
	--globalVerde1: rgb(13, 127, 0);
	--globalRojo1: rgb(214, 0, 0);
	--globalAmarillo1: rgb(214, 193, 0);
	--btn1_gris: #ededed;
	--btn1_grishover:#d2d2d2;
	--colorNegro1: #000;
	--fuenteT1:  'Open Sans', sans-serif;
	--fuenteT2:  'Montserrat', sans-serif;
	--anchomax: 1800px;
	--fondogris1: rgb(242, 245, 250);
}

body {
	margin-left:0px;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	text-align:center;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
	background-color:#FFFFFF;
	font-family: 'Open Sans', sans-serif;
}


html, body { height : 100% }


.h_top{
	margin:0 auto;
	padding: 0;
	position:fixed;
	width: 100%;
	height: auto;
	z-index: 4200;
	background-color: #FFFFFF;
	box-shadow: 0px 5px 5px 0px rgba(186,186,186,0.5);
}
.h_top0{
	margin: 0 auto;
	position: relative;
	width: auto;
	height: auto;
	max-width: var(--anchomax);
}
.d_top0{
	margin:0 auto;
	padding: 0;
	position:relative;
	width: 100%;
	height: 2px;
	z-index: 2200;
	background-color: #6e6e6e;
}
.d_top1{
	margin:0 auto;
	padding: 0;
	position:relative;
	width: 100%;
	height: 95px;
	z-index: 4210;
	box-sizing: border-box;
	padding: 5px 20px 5px 20px;
	clear:both;
}
.d_top2{
	margin:0 auto;
	padding: 0;
	position:relative;
	width: 100%;
	height: 25px;
	z-index: 2200;
	box-sizing: border-box;
	text-align: center;
	font-family: 'Inter', sans-serif;
	font-size: 0.9rem;
}
.d_top1_btnMenu{
	float: left;
	width: 40px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.d_top1_logo{
	float: left;
	width: 260px;
	height: 100%;
	background-repeat:no-repeat;
	background-position:center;
	background-size:contain;
	box-sizing: border-box;
}
.d_top1_buscador{
	width: 500px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
}
.d_top1_topdcha{
	float: right;
	width: auto;
	height: 100%;
	box-sizing: border-box;
	display: flex;
	align-items: flex-end;
	justify-content: left;
	flex-direction: column;
}
.d_top1_topdcha_lang{
	width: auto;
	height: auto;
	padding-bottom: 5px;
	box-sizing: border-box;
}
.d_top1_topdcha_langidi{
	float: right;
	width: 18px;
	height: 18px;
	margin: 0px 5px;
	background-repeat:no-repeat;
	background-position:center;
	background-size:contain;
	box-sizing: border-box;
}
.d_top1_topdcha_top{
	width: auto;
	height: auto;
}
.d_top1_topdcha_bot{
	width: auto;
	height: 0px;
	position:absolute;
	margin-top: 20px;
	display: none;
	right: 20px;
}
.d_top1_topdcha_icons{
	float: left;
	width: auto;
	height: auto;
	box-sizing: border-box;
	padding: 20px 10px 20px 10px;
	box-sizing: border-box;
	position: relative;
}
.d_top1_topdcha_icons_cartnumber{
	position: absolute;
	font-size: 0.8rem;
	font-size: 65%;
	font-weight: bold;
	line-height: 30px;
	background-color: #009688;
  width: 30px;
  height: 30px;
  border-radius: 30px;
	margin-top: -20px;
  color: #000;
  right: -5px;
}
.precioCarrito{
	font-weight: bold;
	font-size: 1.0rem;
	color: #000000;
}
.h_content_gap{
	margin: 0 auto;
	position: relative;
	width: 100%;
	height: 162px;
	z-index: 2200;
}
.h_content{
	margin: 0 auto;
	position: relative;
	width: 100%;
	height: auto;
	z-index: 2200;
	/*background-color: rgb(255, 140, 203);*/
}
.d_content_menu{
	float: left;
	width: 220px;
	height: 500px;
	background-color: rgb(241, 241, 241);
	position: fixed;
	overflow-y: auto;
	padding-top: 20px;
	box-sizing: border-box;
	z-index:2300;
}
.d_content_page{
	/*overflow: hidden;*/
	position: relative;
  min-height: 100px;
  box-sizing: border-box;
	margin-left: 220px;
	box-sizing: border-box;
	padding-top: 20px;
	box-sizing: border-box;
	padding-left: 0px;
	padding-right: 0px;
}
.d_content_menu_mv{
	float: left;
	width: 220px;
	height: 500px;
	background-color: rgb(245, 245, 245);
	position: fixed;
	overflow-y: auto;
	padding-top: 5px;
	box-sizing: border-box;
	z-index: 8000;
	top: 0px;
	height: 100%;
	width: 100%;
	max-width: 400px;
	display: none;
	overflow-y: scroll;
}
.d_content_menuBusca_mv{
	float: left;
	width: 220px;
	height: 500px;
	background-color: rgb(241, 241, 241);
	position: fixed;
	overflow-y: auto;
	padding-top: 20px;
	box-sizing: border-box;
	z-index: 8000;
	top: 0px;
	height: 100%;
	width: 100%;
	display: none;
}
.d_content_menu_mv_close{
	float: right;
	width: auto;
	height: auto;
	font-family: "Font Awesome 5 Pro";
	font-size: 1.0rem;
	color: #000000;
	font-weight: bold;
	padding-right: 20px;
	box-sizing: border-box;
	z-index: 7900;
	position: relative;
}
.d_content_menu_mv_content{
	float: left;
	width: 100%;
	height: auto;
	font-family: 'Open Sans', sans-serif;
	font-size:1.2rem;
	color:#000000;
	text-align: left;
	box-sizing: border-box;
	padding-left: 25px;
	padding-right: 25px;
	z-index: 7800;
	position: relative;
}
.d_content_menu_mv_content_m0{
	float: left;
	width: 100%;
	height: 100px;
	margin-top: -45px;
	padding: 40px 40px 10px 40px;
	box-sizing: border-box;
}
.d_content_menu_mv_content_m0_logo{
	position: relative;
	width: 100%;
	height: 100%;
}
.d_content_menu_mv_content_m1{
	float: left;
	width: 100%;
	height: auto;
	font-family: 'Open Sans', sans-serif;
	font-size:1.6rem;
	color:#000000;
	text-align: left;
	padding-left: 50px;
	padding-right: 50px;
	box-sizing: border-box;
	margin-bottom: 30px;
}
.d_content_menu_mv_content_m1:after{
	content: '';
	border-bottom: 2px solid #6b6b6b;
	width: 100%;
	float: left;
	margin-top:5px;
}
.d_content_menu_mv_content_m2{
	float: left;
	width: 100%;
	height: auto;
	font-family: 'Open Sans', sans-serif;
	font-size:1.6rem;
	color:#000000;
	text-align: left;
	padding-left: 50px;
	padding-right: 50px;
	box-sizing: border-box;
	margin-bottom: 30px;
	text-align: center;
}




.d_content_menu_mv_content_m3{
	float: left;
	width: 100%;
	height: auto;
	font-family: var(----fuenteT2);
	text-transform: uppercase;
	font-weight: 600;
	font-size:1.8rem;
	color:#7a7a7a;
	text-align: center;
	padding-left: 50px;
	padding-right: 50px;
	box-sizing: border-box;
	margin-bottom: 30px;
	margin-top: 5px;
	background-color: rgb(242, 245, 250);
  padding-top: 10px;
  padding-bottom: 10px;
}
.d_content_menu_mv_content_m3_serv{
	margin-bottom: 0px;
}
.d_content_menu_mv_content_m3:after{
	content: '';
	/*border-bottom: 2px solid rgba(107, 107, 107, 0.29);*/
	width: 100%;
	float: left;
	/*margin-top:15px;*/
}
.espacio_ccm1{
	margin-top: 40px;
}
.spn_totalpro{
	font-size: 0.9rem;
	color:#7c7c7c;
	margin-top: 20px;
}
.d_content_filtroPedidosh{
	margin: 0 auto;
	position: relative;
	clear: both;
	width: 100%;
	height: auto;
	box-sizing: border-box;
	padding-left: 50px;
	padding-right: 50px;
}
.d_content_filtroPedidosd{
	margin: 0 auto;
	position: relative;
	clear: both;
	width: 100%;
	height: auto;
	box-sizing: border-box;
	margin-bottom: 10px;
	display: flex;
	flex-direction: row;
	justify-content: center;
}
.filtroPedidos_el0{
	position: relative;
	float: left;
	margin: 0 auto;
	width: 100%;
	max-width: 200px;
	height: auto;
	margin: 0px 10px 0px 0px;
}
.filtroPedidos_el1{
	font-family: 'Open Sans', sans-serif;
	font-size:0.8rem;
	text-align: center;
	color:#474747;
	text-transform: uppercase;
}
.filtroPedidos_el2{

}

/*menu mv v2*/
.d_cnt_menuv2_mv{
	float: left;
	width: auto;
	height: auto;
	/*background-color: rgb(255, 255, 255);*/
	position: fixed;
	padding-top: 0px;
	box-sizing: border-box;
	z-index: 8000;
	top: 0px;
	width: 100%;
	height: 100%;
	/*
	width: 100%;
	max-width: 400px;
	*/
	display: none;
	/*display: flex;*/
	/*overflow-y: scroll;*/
	


}
.d_cnt_menuv2_mv_int{
	float: left;
	width: auto;
	height: auto;
	background-color: rgb(255, 255, 255);
	position: fixed;
	overflow-y: auto;
	padding-top: 5px;
	box-sizing: border-box;
	z-index: 8000;
	top: 0px;
	height: 100%;
	display: flex;	
}
.d_cnt_menuv2_mv_lv1{
	width: 320px;
	height: 500px;
	overflow-y: auto;
	padding-top: 5px;
	box-sizing: border-box;
	z-index: 8000;
	top: 0px;
	height: 100%;
	max-width: 400px;
	overflow-y: scroll;
	border-right: 1px solid #ccc;
	background-color: rgb(255, 255, 255);
}
.c_lv1_v2{
	border-right: 0px solid #ccc;
	box-shadow: 0 4px 3px -2px rgba(0, 0, 0, 0.2);
}
.d_cnt_menuv2_mv_lv2, .d_cnt_menuv2_mv_lv3{
	width: 320px;
	height: 500px;
	overflow-y: auto;
	padding-top: 5px;
	box-sizing: border-box;
	z-index: 8000;
	top: 0px;
	height: 100%;
	max-width: 400px;
	overflow-y: scroll;
	display: none;
	border-right: 2px solid #ccc;
	background-color: #fff;
	/*position: absolute;*/
}
.d_cnt_menuv2_mv_ul1{
	list-style: none;
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
}
.d_cnt_menuv2_mv_ul2, .d_cnt_menuv2_mv_ul3{
	list-style: none;
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	display: none;
}
.d_cnt_menuv2_mv_ul1 > a, .d_cnt_menuv2_mv_ul2 > a, .d_cnt_menuv2_mv_ul3 > a{
	text-decoration: none;
	color: inherit;
}


.d_cnt_menuv2_mv_li1, .d_cnt_menuv2_mv_li2{
	display: flex;
	align-items: center;
	box-sizing: border-box;
	margin: 10px 0px;
	padding: 0px 10px;
	cursor: pointer;
	font-size: 0.875rem;
}
.d_cnt_menuv2_mv_li1:hover, .d_cnt_menuv2_mv_li2:hover{
	background-color: #f1f1f1;
	transition: all .3s ease;
}
.li_activo{
	background-color: #ffe5b5;
}
.d_cnt_menuv2_mv_li1_otraspag{
	border-top: 1px solid #e6e6e6;
	padding: 5px;
	margin: 0;
}
.d_cnt_menuv2_mv_ic1{
	width: 32px !important;
	height: 32px !important;
	flex-basis: 32px;
	/*background-color: #00006e;*/
	color: #0069b8;
	margin-right: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex:none
}
.ic1_va{
	vertical-align: sub;
}
.d_cnt_menuv2_mv_ic1_txt{
	text-align: left;
	word-break: break-word;
	flex: 1;
}
.d_cnt_menuv2_mv_ic1_txt_right{
	text-align: right;
}
.d_cnt_menuv2_mv_txt1{
	width: auto;
	height: auto;
}
.d_cnt_menuv2_mv_header1{
	width: 100%;
	height: auto;
	font-size: 1.5rem;
	/*background-color: #c5c5c5;*/
	box-sizing: border-box;
}
.d_cnt_menuv2_mv_closebtn{
	width: auto;
	height: auto;
	font-size: 1.5rem;
	color: #0069b8;
	box-sizing: border-box;
	padding-right: 5px;
	text-align: right;
	cursor: pointer;
}
/*fin menu mv v2*/

/*menu mv lv2v2*/
.d_menuv2_mv_dlv2_holder{
	position: relative;
	width: auto;
	height: auto;
	/*background-color: #879133;*/
	display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.d_menuv2_mv_dlv2_0{
	position: relative;
	width: 100px;
	height: auto;
	/*background-color: #0069b8;*/
	flex: 0 0 25%;
	padding: 10px 0px;
	padding-left: 10px;
	box-sizing: border-box;
	display: none;
}
.d_menuv2_mv_dlv2_1{
	position: relative;
	width: 100%;
	height: auto;
	/*background-color: #0069b8;*/
	font-family: 'Open Sans', sans-serif;
	font-size: 0.875rem;
	font-weight: bold;
	padding: 5px 5px;
	text-align: left;
	box-sizing: border-box;
}
.d_menuv2_mv_dlv2_2{
	position: relative;
	width: 100%;
	height: auto;
	/*background-color: #0069b8;*/
	font-family: 'Open Sans', sans-serif;
	font-size: 0.8rem;
	text-align: left;
	box-sizing: border-box;
	padding: 1px 5px;
	transition: all .3s ease;
}
.d_menuv2_mv_dlv2_1 > a, .d_menuv2_mv_dlv2_2 > a{
	color: inherit;
	text-decoration: none;
  transition: all .3s ease;
}
.d_menuv2_mv_dlv2_1 > a:hover, .d_menuv2_mv_dlv2_2 > a:hover{
	color: var(--colorNaranja1);
	transition: all .3s ease;
}

.d_cnt_menuv2_mv_lv2_v2{
	/*width: 320px;*/
	flex: 1;
	height: 100%;
	overflow-y: auto;
	padding-top: 5px;
	box-sizing: border-box;
	z-index: 8000;
	top: 0px;
	/*height: 100%;*/
	/*max-width: 400px;*/
	overflow-y: auto;
	display: none;
	border-right: 2px solid #ccc;
	background-color: #fff;
	/*position: absolute;*/
	box-shadow: 0 4px 3px -2px rgba(0, 0, 0, 0.2);

}
.cp_menuv2_mv_v2{
	width: 100%;
	height: 95vh;
	padding-top: 0;
	/*box-shadow: 0px -2px 13px 0px rgba(0, 0, 0, 0.2);*/
}
.cp_clobebtn_v2{
	display: flex;
  justify-content: space-between;
	cursor:default;
}
.cp_clobebtn_tit_v2{
	padding-left: 10px;
	display: flex;
  align-items: center;
	color: #000;
}
.cp_clobebtn_tit_v2_0{
	font-size: 0.8rem;
}
.cp_clobebtn_iccat{
	display: inline-flex;
}
/*FIN menu mv lv2v2*/



/*note alert*/
.jlist_select{
	text-align: center !important;
}
.h_note_0{
	position: fixed;
	margin: 0 auto;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	top:0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.8);
	z-index: 6000;
	display: flex;
	align-items: center;
	justify-content: center;
	display: none;
}
.d_note_0{
	position: relative;
	margin: 0 auto;
	width: auto;
	min-width: 200px;
	max-width: 90%;
	height: auto;
	min-height: 100px;
	box-sizing: border-box;
	border-radius: 15px;
	background-color: #ffffff;
	padding: 12px;
}
.d_note_1{
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	display: none;
}
.d_note_1_iclose{
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: auto;
	box-sizing: border-box;
	color:#7a7a7a;
	font-size: 1.2rem;
	text-align: right;
	padding-bottom: 1px;
}
.icon_closejlist{
	cursor: pointer;
	font-size: 1.5rem;
}
.icon_closejlist:hover{
	color: #740000;
}
.btn_opendelete{
	cursor: pointer;
	font-size: 1.0rem;
}
.d_note_1_title{
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: auto;
	box-sizing: border-box;
	font-family: var(--fuenteT1);
	color:#7a7a7a;
	font-size: 1.2rem;
	text-align: center;
	font-weight: bold;
	padding-bottom: 10px;
}
.d_note_1_title2{
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: auto;
	box-sizing: border-box;
	font-family: var(--fuenteT1);
	color:#7a7a7a;
	font-size: 0.875rem;
	text-align: center;
	font-weight: bold;
	padding-bottom: 10px;
}
.d_note_1_field{
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: auto;
	box-sizing: border-box;
	font-family: var(--fuenteT1);
	padding-bottom: 10px;
}
/*note alert end*/



.d_pedidos_notas{
	margin: 0 auto;
	position: relative;
	width: auto;
	max-width: 400px;
	height: auto;
	background-color: rgb(255, 251, 157);
	font-family: 'Open Sans', sans-serif;
	color:#7a7a7a;
	font-size: 0.9rem;
	text-align: center;
	padding: 10px;
	box-sizing: border-box;
}
.d_pedidos_notas_cancel{
	background-color: rgb(228, 54, 37);
	color:rgb(255, 255, 255);
}
.d_car_aviso1{
	margin: 0 auto;
	clear: both;
	position: relative;
	width: auto;
	max-width: 700px;
	height: auto;
	background-color: rgb(255, 251, 157);
	font-family: 'Open Sans', sans-serif;
	color:#7a7a7a;
	font-size: 0.9rem;
	text-align: center;
	padding: 10px;
	box-sizing: border-box;
}

.d_content_list_0{
	margin: 0 auto;
	position: relative;
	clear: both;
	float: left;
	width: 100%;
	height: auto;
	padding-left: 50px;
	padding-right: 50px;
	margin-bottom: 150px;
	box-sizing: border-box;
}
.d_content_list_0_ipedidos{
	margin: 0 auto;
	position: relative;
	clear: both;
	/*float: left;*/
	width: 100%;
	max-width: 1400px;
	height: auto;
	padding-left: 50px;
	padding-right: 50px;
	margin-bottom: 20px;
	box-sizing: border-box;
}
.d_padPedidos{
	padding-left: 50px !important;
	padding-right: 50px !important;
}
.d_content_list_1{
	margin: 0 auto;
	position: relative;
	width: 100%;
	height: auto;
	margin-bottom: 50px;
	box-sizing: border-box;
}
.tbl_listadoPedidos{
	width: 100%;
	position: relative;
  border-collapse: collapse;
	font-family: 'Open Sans', sans-serif;
	font-size:1.0rem;
	color:#474747;
}
.tbl_listadoPedidos thead{
	position: sticky;
	top:125px;
}
.tbl_listadoPedidos tbody tr{
	border-bottom: 1px solid rgb(156, 156, 156);
}
.tbl_listadoPedidos tbody tr td{
	padding-bottom: 10px;
}
.tbl_listadoPedidos tbody tr:hover{
	background-color: rgb(237, 237, 237);
}
.tbl_listadoPedidos_head{
	background-color: rgb(27, 104, 168);
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}
.tb_fam1{
	text-align: left;
	padding-left: 0px;
	background-color: #ffffff;
}
.tb_fam2{
	text-align: left;
	padding-left: 20px;
	background-color: rgba(0, 49, 185, 0.2);
	
}
.tb_fam3{
	text-align: left;
	padding-left: 40px;
	background-color: rgba(255, 166, 0, 0.2);
	
}


.d_listadof_0{
	margin: 0 auto;
	position: relative;
	width: 100%;
	font-family: 'Open Sans', sans-serif;
	font-size:1.0rem;
	box-sizing: border-box;
	display: inline-block;
	display: flex;
  justify-content: center;
  align-items: center;
}
.d_listadof_cart_0{
	margin: 0 auto;
	position: relative;
	width: 90%;
	font-family: 'Open Sans', sans-serif;
	font-size:1.0rem;
	box-sizing: border-box;
	display: inline-block;
	display: flex;
  justify-content: center;
  align-items: center;
}
.d_listadof_1{
	margin: 0 auto;
	position: relative;
	float: left;
	width: 25%;
	box-sizing: border-box;
}
.d_listadof_1 > a{
	text-decoration: none;
	color:inherit;
}
.d_listadof_1 > a:hover{
	color:rgb(228, 54, 37);
	text-decoration: underline;
}
.d_listadof_chead{
	background-color: rgb(27, 104, 168);
	color: #FFFFFF;
	font-weight: bold;
}
.d_listadof_cbody{
	border-bottom: 1px solid rgba(191, 191, 191, 0.3);
}
.d_listadof_cbody:hover{
	background-color: rgb(201, 225, 252);
}
.d_listadof_actualiza{
	width: auto !important;
	padding: 5px 5px !important;
}
.userclientes{
	cursor: pointer;
}
.d_cartimg_alto_40{
	height: 40px;
}
.d_cartimg_alto_v2{
	height: 80px;
}






.d_content_list_tbase{
	margin: 0 auto;
	position: relative;
	float: left;
	width: 100%;
	height:auto;
	border-bottom: 1px solid #009688;
}
.d_content_list_tbase_elem{
	margin: 0 auto;
	position: relative;
	float: left;
	width: 33%;
	height:auto;
	font-family: 'Open Sans', sans-serif;
	font-size:1.0em;
	color:#000000;
	text-align: left;
	padding: 5px;
	box-sizing: border-box;
}
.dcenter{
	text-align: center !important;
}
.pedidos_txt_1{
	font-size:1.2em;
	font-weight: bold;
}
.pedidos_txt_2{
	font-size:1.0em;
	font-weight: normal;
}
.pedidos_txt_estado{
	font-size:0.8em;
	background-color: rgb(0, 0, 0);
	color: #FFF;
	padding: 3px 10px 3px 10px;
	border-radius: 15px;
	margin: 3px 0px 0px 3px;
}
.pedidos_txt_borde1{
	background-color: rgb(255, 255, 255);
	color:#000000;
	border: 1px solid #046b00;
	font-size:0.7em;
	padding: 3px 10px 3px 10px;
	border-radius: 15px;
	margin: 3px 0px 0px 3px;
	text-transform: uppercase;
}
.pedidos_txt_icon{
	font-size:1.6em;
	color:rgb(27, 104, 168);
	transition: all .3s ease;
	margin: 0px 10px 0px 10px;
}
.pedidos_txt_icon:hover{
	color: rgb(228, 54, 37);
	text-decoration: none;

}
.d_pedidos_nota_0{
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: auto;
	background-color: rgb(253, 255, 163, 0.5);
	padding: 10px;
	box-sizing: border-box;
	font-size: 0.9rem;
	font-family: var(--fuenteTxt1);
}
.d_pedidos_nota_1{
	position: absolute;
	width: auto;
	height: auto;
	top: 0;
	left: 0;
	font-size: 1.0rem;
	color: var(--colorNaranja1);
}
.d_paybtn{
	position: relative;
	margin: 0 auto;
	width: auto;
	height: auto;
	box-sizing: border-box;
}

.d_content_list_tbase_elem>a{
	text-decoration: none;
	color:inherit;
}
.d_content_list_tbase_elem>a:hover{
	color:rgb(138, 138, 138);
}
.d_content_list_tbasei{
	margin: 0 auto;
	position: relative;
	width: auto;
	max-width: 500px;
	height:auto;
	background-color: rgba(231, 231, 231, 0.1);
	font-family: 'Open Sans', sans-serif;
	font-size:1.0em;
	color:#000000;
	text-align: left;
	display: inline-block;
	vertical-align: top;
	padding: 10px;
	box-sizing: border-box;
}
.d_content_list_tbasei_0{
	margin: 0 auto;
	position: relative;
	clear: both;
	width: 500px;
	height:auto;
	overflow: auto;
	display: inline-flex;
	font-family: 'Open Sans', sans-serif;
	font-size:1.0em;
	color:#000000;
	text-align: left;
	border-bottom: 1px solid #009688;
}
.d_content_list_tbasei_1{
	margin: 0 auto;
	position: relative;
	float: left;
	width: 80px;
	height:auto;
	/*box-sizing: border-box;*/
	padding: 5px
}
.d_content_list_tbasei_2{
	margin: 0 auto;
	position: relative;
	float: left;
	width: auto;
	height:auto;
	/*box-sizing: border-box;*/
	padding: 5px;
}
.d_content_list_tbasei_3{
	margin: 0 auto;
	position: relative;
	float: right;
	width: 80px;
	height:auto;
	/*box-sizing: border-box;*/
	padding: 5px;
	text-align: right;
}
.tbasei_2_subtext{
	font-size:0.8em;
}
.tbasei_2_offer{
	font-size:0.8em;
	text-decoration: line-through;
}

/*menu inicio*/
.menumv_no{
	display: none;
}
.page-sidebar-menu{
	list-style: none;
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	font-family: 'Inter', sans-serif;
	font-size:1.1em;
	color:#b4bcc8;
	text-align: left;
	/*letter-spacing: 0.05rem;*/
	font-weight: 400;
	text-transform:capitalize;
	text-transform:uppercase;
}
.page-sidebar-menu>li{
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
}
.page-sidebar-menu>li>a {
	border-top: 0;
	color: #000000;
	display: block;
	margin: 0;
	border: 0;
	padding: 8px 6px 8px 22px;
	text-decoration: none;
	font-size:0.8em;
	/*font-weight: 300;*/
}
.page-sidebar, .page-sidebar-menu>li>a{
  display: block;
  position: relative;
  margin: 0;
  border: 0;
  padding: 10px 15px;
  text-decoration: none;
  font-size: 14px;
  /*font-weight: 300;*/
	border-bottom: 1px solid rgba(101, 101, 101,0.2);
}
.page-sidebar-menu>li>a:hover{
	color:rgb(255, 255, 255);
	background-color: rgb(101, 101, 101);
	border-radius: 0px;
}
.menusub>a{
	color:rgb(255, 255, 255) !important;
	background-color: rgb(101, 101, 101);
	border-radius: 0px;
}
.arrowMenu{
	font-family: "Font Awesome 5 Pro";
	font-size: 1.0rem;
}
.menuCerrado:before{
	content: "\f0da";
	font-weight: 600;
	margin-right: 5px;
}
.menuCerrado_home:before{
	content: "\f015";
	font-weight: 600;
	margin-right: 5px;
}
.menuEmpresa:before{
	content: "\f1ad";
	font-weight: 600;
	margin-right: 5px;
}
.menuUsuario:before{
	content: "\f4fe";
	font-weight: 600;
	margin-right: 5px;
}
.menuSearchf:before{
	content: "\f0e7";
	font-weight: 600;
	margin-right: 5px;
}
.menuNew:before{
	content: "\f0a3";
	font-weight: 600;
	margin-right: 5px;
}
.menuSalir:before{
	content: "\f2f5";
	font-weight: 600;
	margin-right: 5px;
}
.menuBack:before{
	content: "\f137";
	font-weight: 600;
	margin-right: 5px;
}
.menuAbierto:before{
	content: "\f0d7";
	font-weight: 600;
	margin-right: 5px;
}
.menuFamilia:before{
	content: "\f0db";
	font-weight: 600;
	margin-right: 5px;
}
.menuPagina:before{
	content: "\f15b";
	font-weight: 600;
	margin-right: 5px;
}
.menuCerrado_homesub:before{
	content: "\f101";
	font-weight: 600;
	margin-right: 5px;
}

/*menu final*/


/*filtros y total*/
.h_ruta_menu{
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: auto;
	padding: 0px 10px 10px 10px;
	box-sizing: border-box;
	overflow: auto;
}
.d_ruta_menu{
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: auto;
	background-color: rgba(0, 0, 0, 0.02);
	padding: 5px 5px 5px 10px;
	box-sizing: border-box;
	overflow: auto;
	font-family: 'Open Sans', sans-serif;
	font-family: 'Inter', sans-serif;
	color:rgb(136, 136, 136);
	font-size: 0.9rem;
	text-align: left;
	border-radius: 10px;
	/*text-transform:capitalize;*/
}
.d_ruta_menu>a{
	text-decoration: none;
	color:inherit;
	transition: all .3s ease;
}
.d_ruta_menu>a:hover{
	color:#000000;
}
.d_ruta_menu_separa{
	margin-left: 10px;
	margin-right: 10px;
}
.d_ruta_tituloCat{
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: auto;
	padding: 5px 5px 5px 5px;
	box-sizing: border-box;
	overflow: auto;
	font-family: 'Open Sans', sans-serif;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	color:rgb(136, 136, 136);
	font-size: 1.8rem;
	text-align: center;
	text-transform: uppercase;
	background-color: rgb(242, 245, 250);
	border-radius: 25px;
}
.h_info_totalp{
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: auto;
	padding: 0px 10px 10px 10px;
	box-sizing: border-box;
	overflow: auto;
}
.d_info_totalp{
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: auto;
	/*margin: 10px 10px 10px 10px;*/
	padding: 10px 10px 10px 10px;
	box-sizing: border-box;
	overflow: auto;
	border-top: 1px solid rgba(136, 136, 136, 0.2);
	border-bottom: 1px solid rgba(136, 136, 136, 0.2);
}
.d_info_totalp_left_btn1{
	float: left;
	position: relative;
	width: auto;
	height: auto;
	box-sizing: border-box;
	font-family: 'Open Sans', sans-serif;
	color:rgb(136, 136, 136);
	font-size: 0.9rem;
	text-align: left;
	border: 1px solid rgb(136, 136, 136);
	padding: 5px 8px;
	border-radius: 4px;
	margin-right: 10px;
	transition: all .3s ease;
	cursor: pointer;
}
.d_info_totalp_left_btn1:hover{
	color:rgb(0, 0, 0);
	background-color:rgb(214, 214, 214);
	transition: all .3s ease;
}
.d_info_totalp_left{
	float: left;
	position: relative;
	width: auto;
	height: auto;
	/*line-height: 32px;*/
	box-sizing: border-box;
	font-family: 'Open Sans', sans-serif;
	color:rgb(136, 136, 136);
	font-size: 0.9rem;
	text-align: left;
}
.totalProductosSearch{
	line-height: 32px;
}
.d_info_totalp_right{
	float: right;
	position: relative;
	width: auto;
	height: auto;
	box-sizing: border-box;
	font-family: 'Open Sans', sans-serif;
	color:rgb(136, 136, 136);
	font-size: 0.9rem;
	text-align: left;
}
/*fin filtros y total*/

/*rutas subcats*/
.h_ruta_scat{
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: auto;
	padding: 10px 10px;
	box-sizing: border-box;
	overflow: auto;
	color:#fff;
	font-family: var(--fuenteT1);
	font-size: 0.75rem;
}
.d_ruta_scat{
	position: relative;
	margin: 0 auto;
	width: 100%;
	max-width: var(--anchomax);
	height: auto;
	box-sizing: border-box;
	overflow: auto;
}
.d_ruta_scat > a{
	color: #313131;
}
.d_ruta_scat_0{
	position: relative;
	margin: 0 auto;
	width: auto;
	height: auto;	
	box-sizing: border-box;
	background-color: var(--fondogris1);
	border-radius: 5px;
	padding: 3px 6px;
	display: inline-block;
	cursor: pointer;
	transition: all .3s ease;
	margin: 6px 3px;
}
.d_ruta_scat_0:hover{
	background-color: #dadada;
}
/*rutas subcats*/


/*categorias inicio*/
.d_categorias_el_holder{
	margin: 0 auto;
  position: relative;
  text-align: center;
  display: inline-block;
  width: auto;
  height: auto;
	vertical-align: top;
	padding: 10px 10px 10px 10px;
}
.d_categorias_el0_hv1{
	position: absolute;
	width: auto;
	height: auto;
	background-color: #009dd6;
	top:5px;
	right:5px;
	padding: 3px 10px 3px 10px;
	border-radius: 10px 0px 0px 10px;
	font-family: 'Open Sans', sans-serif;
	color:rgb(255, 255, 255);
	font-size: 0.9rem;
}
.d_categorias_el0{
	margin: 0 auto;
  position: relative;
	width: 230px;
  height: auto;
  background-color: rgb(255, 255, 255);
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
  padding: 10px;
  border-radius: 5px;
  cursor: pointer;
  padding: 10px 10px 10px 10px;
  /*box-shadow: 0px 5px 5px 0px rgba(186,186,186,0.5);*/
}
.d_marcas_el0{
  width:180px;
  border: 0;
}
.d_categorias_el0:hover{
	box-shadow: 0px 5px 5px 0px rgba(186,186,186,1);
	color:#009dd6 !important;
}
.d_marcas_el0:hover{
	box-shadow: 0px 5px 5px 0px rgba(186,186,186,1);
	color:#009dd6 !important;
}
.d_categorias_el0>a, .d_marcas_el0>a{
	text-decoration: none;
	color:inherit;
}
.d_categorias_el1{
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
.el1_sinfondo{
	background-color: rgba(255, 255, 255, 0) !important;
	border-radius: 0% !important;
}
.d_cmarcas_el1 {
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
.d_categorias_el2{
	width: 100%;
	height: auto;
	display: table;
	align-items: baseline;
	justify-content: center;
	font-family: 'Open Sans', sans-serif;
	font-family: 'Inter', sans-serif;
	font-family: 'Montserrat', sans-serif;
	font-size: 1.0em;
	text-align: center;
	min-height: 30px;
	color: #7a7a7a;
	text-transform: uppercase;
}
.d_txt_vm{
	display: table-cell;
  vertical-align: middle;
	word-break: break-word;
}
.d_categorias_v2_el0{
	margin: 0 auto;
  position: relative;
	width: 170px;
  height: auto;
  background-color: rgb(255, 255, 255);
  border: 1px solid #c1c1c1;
  box-sizing: border-box;
  padding: 10px 5px;
  border-radius: 5px;
  cursor: pointer;
  padding: 10px 10px 10px 10px;
  /*box-shadow: 0px 5px 5px 0px rgba(186,186,186,0.5);*/
}
.d_categorias_v2_el0:hover{
	box-shadow: 0px 5px 5px 0px rgba(186,186,186,1);
	color:#009dd6 !important;
}
.d_categorias_v2_el0>a{
	text-decoration: none;
	color:inherit;
}
.d_categorias_v2_el1{
  width: 100%;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 1px;
  padding-bottom: 10px;
	background-size:cover;
}
.d_categorias_v2_el2{
	width: 100%;
	height: auto;
	display: table;
	align-items: baseline;
	justify-content: center;
	font-family: 'Open Sans', sans-serif;
	font-family: 'Inter', sans-serif;
	font-family: 'Montserrat', sans-serif;
	font-size: 0.875em;
	text-align: center;
	min-height: 30px;
	color: #7a7a7a;
	text-transform: uppercase;
	font-weight: bold;
}

/*categorias final*/
/*promos start*/
.h_promociones{
  margin: 0 auto;
  position: relative;
  z-index: 2200;
  width: 100%;
  height: auto;
  /*background-color: #148df7;*/
  padding: 0rem;
  box-sizing: border-box;
  display: inline-block;
}
.d_promociones{
  margin: 0 auto;
  position: relative;
  z-index: 2200;
  width: 100%;
  height: auto;
	background-color: #00006e;
	background-color: #f4f4f4;
}
.d_promociones_r1{
  margin: 0 auto;
  position: relative;
  z-index: 2200;
  width: 100%;
  height: auto;
  padding: 10px 10px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  /*margin-top: 0.5rem;*/
  justify-content: center;
}
.d_promociones_el_holder{
	margin: 0 auto;
  position: relative;
  text-align: center;
  display: inline-block;
  width: auto;
  height: auto;
	vertical-align: top;
	padding: 10px 8px 10px 8px;
}
.d_promociones_v2_el0{
	margin: 0 auto;
  position: relative;
	width: auto;
  height: auto;
  border: 0px solid #00006e;
  box-sizing: border-box;
  padding: 0px 0px;
  border-radius: 5px;
  /*cursor: pointer;*/
}
.d_promociones_v2_el1{
  width: 100%;
  width: 200px;
	aspect-ratio: 1/1;
  display: flex;
  align-items: center;
	border-radius: 10px;
  justify-content: center;
}
/*promos end*/




/*Productos holder con filtro*/
.h_productosFil_holder{
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: auto;
	/*min-height: 500px;*/
	overflow: auto;
	text-align: center;
	vertical-align: top;
	padding: 10px 10px 0px 10px;
	box-sizing: border-box;
	display: flex;
	flex-direction: row;
	align-items: flex-start;
}
.d_productosFil_holder{
	position: relative;
	width: 300px !important;
	min-height: 400px;
	/*background-color: #ff6000;*/
	box-sizing: border-box;
}

/*end P holder con filtro*/


/*productos inicio*/
.h_productos_holder{
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: auto;
	min-height: 500px;
	overflow: auto;
	text-align: center;
	vertical-align: top;
	padding: 5px 0px 0px 0px;
	box-sizing: border-box;
}
.d_verpr{
	min-height: auto;
}
.d_productos_holder{
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: auto;
	/*overflow: auto;*/
	text-align: center;
	vertical-align: top;
	/*padding: 10px 0px 0px 10px;*/
	box-sizing: border-box;
}
.d_productos_holder_cargarmas{
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: auto;
	/*overflow: auto;*/
	text-align: center;
	vertical-align: top;
	/*padding: 10px 0px 0px 10px;*/
	box-sizing: border-box;
}
.d_productos_el_holder{
	margin: 0 auto;
  position: relative;
  text-align: center;
  display: inline-block;
  width: auto;
  height: auto;
	vertical-align: top;
	padding: 10px 8px 10px 8px;
}
.d_productos_el0{
	margin: 0 auto;
  position: relative;
	width: 230px;
  height: auto;
  background-color: rgb(255, 255, 255);
  border: 1px solid #c1c1c1;
  box-sizing: border-box;
  padding: 10px;
  border-radius: 5px;
  cursor: pointer;
  padding: 10px 10px 10px 10px;
  /*box-shadow: 0px 5px 5px 0px rgba(186,186,186,0.5);*/
}
.d_productos_el0:hover{
	/*
	border-color: #d9d9d9;
	border-color: #3b3b3b;
	color:#009dd6 !important;
	opacity: 0.8;
	*/
	box-shadow: 0px 5px 5px 0px rgba(186,186,186,1);
	color:#009dd6 !important;
}

.d_productos_el0>a{
	text-decoration: none;
	color:inherit;
}
.d_productos_el0_hover{
	position: absolute;
	width: auto;
	height: auto;
	background-color: rgb(191, 0, 25);
	top:6px;
	left: 6px;
		border-radius: 4px;
	font-family: 'Montserrat', sans-serif;
	font-size: 0.75rem;
	color: #FFFFFF;
	font-weight: 700;
	transition: all .3s ease;
	padding: 2px 4px;
}
.d_productos_el0_hover_dges{
	filter: blur(4px);
	transition: all .3s ease;
}
.d_productos_el0_hover_inner{
	padding: 3px 5px;
	transition: all .3s ease;
}
.d_productos_el0_hover_new{
	position: absolute;
	width: auto;
	height: auto;
	background-color: rgb(125,23, 141);
	top:6px;
	right: 6px;
	padding: 3px 5px;
	border-radius: 4px;
	font-family: 'Montserrat', sans-serif;
	font-size: 0.75rem;
	color: #FFFFFF;
	font-weight: 700;
}
.d_productos_el0_hover_days{
	position: absolute;
	width: auto;
	height: auto;
	background-color: rgb(125,23, 141);
	top:6px;
	left: 6px;
	padding: 3px 5px;
	border-radius: 4px;
	font-family: 'Montserrat', sans-serif;
	font-size: 0.75rem;
	color: #FFFFFF;
	font-weight: 700;
}
.d_productos_el0_hover_top{
	position: absolute;
	width: auto;
	height: auto;
	background-color: rgb(125,23, 141);
	top:35px;
	left: 6px;
	padding: 3px 5px;
	border-radius: 4px;
	font-family: 'Montserrat', sans-serif;
	font-size: 0.75rem;
	color: #FFFFFF;
	font-weight: 700;
}
.hover_new_pro{
	position: initial;
	display: table-caption;
}
.d_precioDescuento{
	background-color: rgb(191, 0, 25);
	color: #FFFFFF;
	padding: 1px 1px;
	font-size: 0.7rem;
	border-radius: 3px;
}
.d_precioOferta{
	text-decoration: line-through;
	font-size: 0.7rem;
	padding-left: 5px;
	color: rgb(121, 121, 121);
}
.d_productos_el0_hover_price{
	position: absolute;
	width: 15px;
	height: 15px;
	top:30px;
	left: 6px;
	padding: 5px;
	border-radius: 4px;
	border-radius: 100%;
	font-size: 0.5rem;
	box-sizing: border-box;
	color: #fff;
	transition: all .3s ease;
	display: flex;
	align-items: center;
	justify-content: center;
}
.d_ball_0{
	background-color: rgb(191, 0, 25);
}
.d_ball_1{
	background-color: #009e28;
}
.d_productos_el0_hover_zoom{
	position: absolute;
	width: auto;
	height: auto;
	top:115px;
	right: 6px;
	padding: 5px;
	border-radius: 4px;
	font-size: 2rem;
	font-weight: 700;
	box-sizing: border-box;
	color: rgba(131, 131, 131, 0.38);
	transition: all .3s ease;
}
.d_productos_el0_hover_editar{
	position: absolute;
	width: auto;
	height: auto;
	top:115px;
	left: 6px;
	padding: 5px;
	border-radius: 4px;
	font-size: 2rem;
	font-weight: 700;
	box-sizing: border-box;
	color: rgba(131, 131, 131, 0.38);
	transition: all .3s ease;
}


.d_productos_el1{
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 20px;
  padding-bottom: 20px;

}
.d_productos_el2{
	width: 100%;
	height: auto;
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	flex-direction: column;
	font-family: 'Open Sans', sans-serif;
	font-family: 'Montserrat', sans-serif;
	font-size: 1.0em;
	text-align: center;
	min-height: 50px;
	color: #7a7a7a;
	text-transform: uppercase;
	word-break: break-word;
}
.d_productos_el2_marcas{
	width: 100%;
	height: auto;
	display: flex;
	align-items: baseline;
	justify-content: center;
	font-family: 'Open Sans', sans-serif;
	font-family: 'Inter', sans-serif;

	font-size: 0.8em;
	text-align: center;
	color: #7a7a7a;
	min-height: 28px;
	text-transform: uppercase;
	padding: 5px 0px 0px 0px;
	font-weight: bold;
}
.d_productos_el3{
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'Open Sans', sans-serif;
	font-family: 'Montserrat', sans-serif;
	font-size: 1.7em;
	text-align: center;
	color: rgb(85, 85, 85);
	font-weight: bold;
}
.d_productos_el3_priceges{
	filter: blur(0.7rem);
	transition: all .3s ease;
}
.d_productos_el3_1{
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'Open Sans', sans-serif;
	font-size: 0.6em;
	text-align: center;
	color: rgb(85, 85, 85);
	text-transform: uppercase;
	margin-bottom: 10px;
}
.d_productos_el3_1s{
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'Open Sans', sans-serif;
	font-size: 0.7em;
	text-align: center;
	color: rgb(85, 85, 85);
	text-transform: uppercase;
	margin-bottom: 10px;
}
.d_productos_el3_2s{
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'Open Sans', sans-serif;
	font-size: 0.8rem;
	text-align: center;
	color: rgb(85, 85, 85);
	text-transform: uppercase;
	margin-bottom: 10px;
}
.d_productos_el3_2{
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'Open Sans', sans-serif;
	font-family: 'Inter', sans-serif;
	font-size: 1.0rem;
	text-align: center;
	color: rgb(85, 85, 85);
	text-transform: uppercase;
	margin-bottom: 0px;
}
.d_productos_el4{
	margin: 0 auto;
	width: 100%;
	max-width: 120px;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.0rem;
	text-align: center;
	background-color: rgb(85, 85, 85);
	color: #FFFFFF;
	font-weight: bold;
	box-sizing: border-box;
	padding: 10px 10px 10px 10px;
	margin-top: 15px;
	margin-bottom: 5px;
	border-radius: 20px;
	box-shadow: 0px 5px 5px 0px rgba(186,186,186,0.5);
	transition: background-colo 0.5s ease-out;
	cursor: pointer;
}
.d_productos_el4:hover{
	background-color: rgb(8, 101, 0);
	transition: background-color 0.5s ease-out;
}
.d_productodet_detalles_3>a{
	text-decoration: none;
}

.d_productos_el5{
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.0em;
	text-align: center;
	/*background-color: rgb(85, 85, 85);*/
	color: #000;
	font-weight: bold;
	box-sizing: border-box;

}
.d_productos_el6{
	margin: 0 auto;
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'Open Sans', sans-serif;
	font-size: 0.9rem;
	text-align: center;
	background-color: rgb(13, 127, 0);
	color: #FFFFFF;
	font-weight: bold;
	box-sizing: border-box;
	margin: 10px 0px 0px 0px;
	padding: 5px 0px;
	border-radius: 20px;
	display: none;
}
.selectorProductos_close{
	display: none;
}
.selectorProductos_open{
}
.dcantidades{
	/*min-height: 110px;*/
}
.d_productodet_holder{
	position: relative;
	margin: 0 auto;
	width: 100%;
	max-width: 1400px;
	height: auto;
	box-sizing: border-box;
	/*overflow: auto;*/
	padding-right: 40%;
}
.d_productodet_img{
	position: relative;
	margin: 0 auto;
	/*float: left;*/
	width: 100%;
	max-width: 1400px;
	height: auto;
	box-sizing: border-box;
	padding-left: 10px;
	padding-right: 10px;
}
.d_productodet_img_0{
	position: relative;
	width:100%;
	height: 500px;
	overflow: auto;
}
.d_productodet_img_0_hmarca{
	position: absolute;
	width: 120px;
	height:50px;
	bottom: 50px;
	right: 0px;
	z-index: 2222;
}
.d_productodet_img_0_hmarcatxt{
	position: relative;
	width: 100%;
	height:60px;
	display: flex;
}
.d_productodet_img_0_hmarcatxt2{
	margin: 0 auto;
	display: flex;
	position: relative;
	width: 40%;
	height:50px;
	display: flex;
}
.d_productodet_detalles{
	position: relative;
	margin: 0 auto;
	float: left;
	width: 50%;
	max-width: 1400px;
	height: auto;
	box-sizing: border-box;
	padding-left: 10px;
	padding-right: 10px;
	width: 35%;
	position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}
.d_productodet_detalles_0{
	position: sticky;
	width:100%;
	height: auto;
	top:130px;
}
.d_productodet_detalles_1{
	position: relative;
	width:100%;
	height: auto;
	font-family: 'Open Sans', sans-serif;
	font-family: 'Montserrat', sans-serif;
	font-size: 2.0rem;
	text-align: center;
	font-weight: bold;
	padding-top: 0px;
	padding-bottom: 10px;
	box-sizing: border-box;
	color: #7a7a7a;
}
.d_productodet_detalles_1_x1{
	/*line-height: auto;*/
}
.d_productodet_detalles_1_marca{
	font-size: 1.0rem;
	color: #7a7a7a;
}
.d_productodet_detalles_2{
	position: relative;
	width:100%;
	height: auto;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.8em;
	text-align: center;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	box-sizing: border-box;
}
.d_productodet_detalles_2_precio{
	width:auto;
	height: auto;
	box-sizing: border-box;
	display: inline-block;
	color: #ff6000;
	color:#009688;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 2.1rem;
	line-height: 18px;
}
.s_euro{
	font-size: 0.8em;
}
.s_poferta{
	text-decoration: line-through;
	color: #595959;
	font-size: 0.6em;
}
.d_productodet_detalles_3{
	position: relative;
	margin: 0 auto;
	width:50%;
	width:auto;
	height: auto;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.8em;
	text-align: center;
	font-weight: bold;
	box-sizing: border-box;
	background-color: rgba(168, 168, 168,0.2);
	padding: 5px 0px 10px 5px;
}
.d_productodet_detalles_3>a{
	text-decoration: none;
}
.d_productodet_txt{
	position: relative;
	margin: 0 auto;
	/*float: left;*/
	width: 100%;
	max-width: 1400px;
	overflow: auto;
	box-sizing: border-box;
	padding: 40px 10px 0px 10px;
	padding-right: 10px;
}
.d_productodet_txt_titulo{
	position: relative;
	margin: 0 auto;
	float: left;
	width: 100%;
	height: auto;
	box-sizing: border-box;
	font-family: 'Open Sans', sans-serif;
	font-family: Montserrat,sans-serif;
	font-size: 1.2em;
	text-align: center;
	font-weight: bold;
	padding-bottom: 4px;
	border-bottom: 2px solid rgb(181, 181, 181);
	text-transform: uppercase;
}
.d_productodet_txt_texto{
	position: relative;
	margin: 0 auto;
	float: left;
	width: 100%;
	height: auto;
	box-sizing: border-box;
	font-family: 'Open Sans', sans-serif;
  font-family: Montserrat,sans-serif;
	font-size: 1.0em;
	text-align: justify;
	padding: 20px 10px;
	line-height: 1.5;
	color:#888;
	-webkit-font-smoothing: antialiased;
}
.d_productodet_txt_texto > a, .d_productodet_txt_texto > p > a{
	color: inherit;
	text-decoration: underline;
	transition: all .2s ease;
}
.d_productodet_txt_texto > a:hover, .d_productodet_txt_texto > p > a:hover{
	color:rgb(228, 54, 37);
	text-decoration: underline;
	transition: all .2s ease;
}
/*productos final*/

/*paginacion*/
.d_paginacion_0{
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: auto;
	text-align: center;
	box-sizing: border-box;
	margin-top: 40px;
}
.d_paginacion_1{
	position: relative;
	margin: 0 auto;
	width: auto;
	height: auto;
	text-align: center;
	box-sizing: border-box;
	display: inline-flex;
	align-items: center;
}
.d_paginacion_x0{
	position: relative;
	margin: 0 auto;
	width: auto;
	height: auto;
	text-align: center;
	box-sizing: border-box;
	font-family: 'Montserrat', sans-serif;
	font-size: 0.975em;
	padding: 4px 8px;
	margin: 0px 3px;
	border: 1px solid #858585;
	cursor: pointer;
	transition: all .2s ease;
}
.d_paginacion_x0:hover{
	background-color: #c9c9c9;
}
/*paginacion final*/

/*edit inicio*/
.h_edit{
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: auto;
	box-sizing: border-box;
}
.d_edit{
	position: relative;
	margin: 0 auto;
	width: 100%;
	max-width: 600px;
	height: auto;
	box-sizing: border-box;
}
.d_edit_tit{
	text-align: center;
	font-family: var(--fuenteT1);
	font-size: 1.0rem;
	font-weight: bold;
	padding: 5px;
	box-sizing: border-box;
}
.text_res1{
	display: block;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	text-align: center;
	cursor: pointer;
	border: 0;
	border-radius: 5px;
	padding: 8px 8px;
	outline: none;
	font-family: var(--fuenteT1);
	color: var(--colorNegro1);
	font-size: 1.0rem;
	line-height: 1.5em;
	border-radius: 5px;
	background-color: #e6e6e6;
	border: 1px solid #CBD5E0;
}
.text_res2{
	display: block;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	text-align: center;
	cursor: pointer;
	border: 0;
	border-radius: 5px;
	padding: 8px 8px;
	outline: none;
	font-family: var(--fuenteT1);
	color: var(--colorNegro1);
	font-size: 1.0rem;
	line-height: 1.5em;
	border-radius: 5px;
	background-color:  #fff;
	border: 1px solid #CBD5E0;
}
.text_resArea{
	display: block;
	width: 100%;
	height: 100%;
	height: 150px;
	box-sizing: border-box;
	text-align: center;
	cursor: pointer;
	border: 0;
	border-radius: 5px;
	padding: 8px 8px;
	outline: none;
	font-family: var(--fuenteT1);
	color: var(--colorNegro1);
	text-align: left;
	font-size: 1.0rem;
	line-height: 1.5em;
	border-radius: 5px;
	background-color:  #fff;
	border: 1px solid #CBD5E0;
}
.msg_edit{
	position: relative;
	width: 100%;
	height: auto;
	margin: 0px;
	box-sizing: border-box;
	font-family: var(--fuenteT1);
	color: #FFF;
	display: inline;
	padding: 0px 5px;
	border-radius: 5px;
	cursor: pointer;
	
}
.msg_edit_txt{
	padding: 0px 5px;
	display: inline;
}
.edit_logedit{
	font-size: 0.7rem;
}
.input_edit_fecha1{
  display: inline-block;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  padding: 7px 14px;
  border: 1px solid #b7b7b7;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-family: 'Open Sans', sans-serif;
	text-align:center;
	font-size:1.0em;
	color:#666;
  -o-text-overflow: clip;
  text-overflow: clip;
  background: rgba(252,252,252,1);
  -webkit-box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2) inset;
  box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2) inset;
  text-shadow: 1px 1px 0 rgba(255,255,255,0.66) ;
  -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
	width:100%;
  max-width: 700px;
  box-sizing: border-box;
  cursor:pointer;
}
.input_edit_fecha1_left{
	text-align:left !important;
}

/*edit final*/

/*edit relhover*/
.d_listadof_btnadd{
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.0em;
	text-align: center;
	background-color: rgb(27, 104, 168);
	color: #ffffff;
	font-weight: bold;
	box-sizing: border-box;
	display: inline;
	padding: 5px 10px;
	border-radius: 5px;
}
.d_listadof_btnadd:hover{
	cursor: pointer;
	color: #ffd2d2;
}
.proreladd{
	display: inline-block !important;
}
/*edit relhover end*/



/*galimg*/
.d_gimg1_holder{
	position: relative;
	width: 100%;
	height: auto;
	padding: 0px 25px 0px 25px;
	box-sizing: border-box;
	overflow: auto;
	max-width: 1200px;
}
.d_gimg1_holder_inner{
	position: relative;
	width: 100%;
	height: auto;
	padding: 0px 25px 0px 25px;
	box-sizing: border-box;
	/*background-color: rgb(180, 255, 140);*/
	overflow: auto;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	font-size:1.0em;
	text-align: center;
}
.d_gimg1_g0{
	margin: 0 auto;
	display: inline-block;
	width: 150px;
	height: auto;
	background-color: rgb(255, 255, 255);
	border: 1px solid #c1c1c1;
	box-sizing: border-box;
	padding: 5px;
	border-radius: 5px;
	margin: 20px 6px 20px 6px;
	box-shadow: 0px 5px 5px 0px rgba(186,186,186,0.5);
	color: #767676;
}
.d_gimg1_g1{
	margin: 0 auto;
	display: inline-block;
	width: 100%;
	height: 100px;
	box-sizing: border-box;
	cursor: pointer;
}
.d_gimg1_g1:hover{
	opacity:0.5;
	transition: all 0.3s ease;
}
.d_gimg1_g1f{
	margin: 0 auto;
	display: inline-block;
	width: 100%;
	height: 100px;
	box-sizing: border-box;
	cursor: pointer;
	word-break: break-all;
}
.d_gimg1_g1f:hover{
	opacity:0.5;
	transition: all 0.3s ease;
}
.d_gimg1_g2{
	margin: 0 auto;
	display: inline-block;
	width: 100%;
	height: auto;
	box-sizing: border-box;
	color: #767676;
	font-family: 'Open Sans', sans-serif;
	font-size:0.8em;
	text-align: center;
	margin-top: 10px;
	padding: 5px 0px 5px 0px;
	cursor: pointer;
	border-radius: 4px;
}
.d_gimg1_g2:hover{
	background-color: rgba(255, 0, 0, 0.25)
}
.d_gimg1_ins_holder{
	position: relative;
	width: 100%;
	height: auto;
	padding: 0px 25px 0px 25px;
	box-sizing: border-box;
	overflow: auto;
	max-width: 1200px;
}
.d_gimg1_ins_holder_inner{
	position: relative;
	width: 100%;
	height: auto;
	/*padding: 0px 25px 0px 25px;*/
	box-sizing: border-box;

	overflow: auto;
	text-align: center;

}
.d_gimg1_ins_btn0{
	margin: 0 auto;
	display: inline-block;
	background-color: rgb(255, 255, 255);
	box-sizing: border-box;
	cursor: pointer;
	box-shadow: 0px 0px 5px 0px rgba(186,186,186,0.5);
	color: #767676;
	font-family: 'Open Sans', sans-serif;
	font-size:1.0em;
	text-align: center;
	width: 100%;
	height: 100%;
}
.d_gimg1_ins_btn1aa{
	width: 100%;
	height: 100%;
	background-color: rgb(255, 255, 255);
	box-sizing: border-box;
	cursor: pointer;
	box-shadow: 0px 5px 5px 0px rgba(186,186,186,0.5);
	color: #767676;
	font-family: 'Open Sans', sans-serif;
	font-size:1.0em;
	text-align: center;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 20px;
}
.d_gimg1_ins_btn1{
	position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  display: block;
}
input[type="file"] {
  /*display: none;*/
}
.d_gimg1_ins_btn1_label{
	width: 100%;
	height: 100%;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100px;
	font-weight: bold;
	background-color: rgba(0, 79, 255, 0.1)
}
.d_gimg1_ins_listado1{
	margin: 0 auto;
	display: inline-block;
	box-sizing: border-box;
	cursor: pointer;
	text-align: center;
	width: 100%;
	height: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}
.d_gimg1_upload_g0{
	margin: 0 auto;
	display: inline-block;
	width: 80px;
	height: auto;
	background-color: rgb(255, 255, 255);
	border: 1px solid #c1c1c1;
	box-sizing: border-box;
	padding: 3px;
	border-radius: 5px;
	cursor: pointer;
	margin: 20px 10px 20px 10px;
	box-shadow: 0px 5px 5px 0px rgba(186,186,186,0.5);
	color: #767676;
}
.d_gimg1_upload_g1{
	margin: 0 auto;
	width: 100%;
	height: 60px;
	background-color: rgb(235, 235, 235);
	background-size: cover;
}
.d_gimg1_upload_g2{
	margin: 0 auto;
	width: 100%;
	height: 14px;
	background-color: rgb(255, 255, 255);
	position: relative;
	margin-top: 2px;
}
.d_gimg1_upload_g3{
	margin: 0 auto;
	width: 100%;
	height: 14px;
	background-color: rgb(0, 255, 171);
	position: absolute;
	z-index: 2300;
}
.d_gimg1_upload_g4{
	margin: 0 auto;
	width: 100%;
	height: auto;
	position: absolute;
	z-index: 2310;
	color: #000000;
	font-family: 'Open Sans', sans-serif;
	font-size:0.6em;
	text-align: center;
}
.d_gimg1_upload_g5{
	margin: 0 auto;
	width: 100%;
	height: auto;
	z-index: 2310;
	color: #000000;
	background-color: rgba(255, 0, 0, 0.29);
	font-family: 'Open Sans', sans-serif;
	font-size:0.6em;
	text-align: center;
	text-transform: uppercase;
}
/*galimg*/


/*sort*/

#sortabletxt, #sortabletxtp2{
	list-style-type:none;
	margin: 0;
	padding: 0;
	width: auto;
	height:auto;
	cursor:move;

}

#sortabletxt li, #sortabletxtp2 li {
	/*margin: 0 3px 3px 3px; */
	/*padding: 0.4em; */
	/*padding-left: 1.5em; */
	/*font-size: 1.4em;*/
	/*height: 75px;*/
	cursor:move;
	height:auto;
	display: inline-block;
	border:0px;
	background-color: #fff !important;
}
.sortTabla{
	display: block !important;
}
#sortabletxt li span,  #sortabletxtp2 li span{
	position: relative;
	margin-left: 0;
	cursor:move;
}

/*sort*/









/*campo numeros*/
.input-number-group {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.input-number-group input[type=number]::-webkit-inner-spin-button,
.input-number-group input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
          appearance: none;
}

.input-number-group .input-group-button {
  line-height: calc(60px/2 - 5px);
}

.input-number-group .input-number {
  width: 80px;
  padding: 0 12px;
  vertical-align: top;
  text-align: center;
  outline: none;
  display: block;
  margin: 0;
	font-family: 'Inter', sans-serif;
	color:#3A3A3A;
	font-size: 1.1em;
	font-weight:normal;
	cursor: default;

}

.input-number-group .input-number,
.input-number-group .input-number-decrement,
.input-number-group .input-number-increment {
  border: 1px solid #cacaca;
  height: 30px;
  user-select: none;
  border-radius: 0;
}

.input-number-group .input-number-decrement,
.input-number-group .input-number-increment {
  display: inline-block;
  width: 30px;
  background: #e6e6e6;
  color: #0a0a0a;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
  font-size: 1.8rem;
  font-weight: 400;
}

.input-number-group .input-number-decrement {
  margin-right: 0.3em;
}

.input-number-group .input-number-increment {
  margin-left: 0.3em;
}

/*fin campo numeros*/



.h_pagepop{
	margin: 0 auto;
	position: relative;
	width: 100%;
	max-width: 950px;
	height: auto;
	overflow: auto;
	z-index: 2200;
}
.d_pagepop_img{
	float: left;
	width: 50%;
	height: 400px;
	box-sizing: border-box;
}
.d_pagepop_txt{
	float: left;
	width: 50%;
	height: 400px;
	font-family: 'Open Sans', sans-serif;
	font-size:1.0em;
	color:#000000;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
	box-sizing: border-box;

}
.d_pagepop_txt_inner{
	width: auto;
	height: auto;
	vertical-align: middle;
}


.d_totales{
	margin: 0 auto;
	width: 100%;
	height: auto;
	position: relative;
	font-family: 'Open Sans', sans-serif;
	font-size:1.0em;
	color:#000000;
	text-align: center;
}
.c_totales_l{
	text-align: right;
}
.c_totales_r{
	text-align: left;
}
.precioTotaln{
	font-weight: bold;
}
.d_totales_tpv{
	margin: 0 auto;
	width: 200px;
	height: 200px;
	position: relative;
	font-family: 'Open Sans', sans-serif;
	font-size:1.0em;
	color:#000000;
	text-align: center;
	background-color: rgb(166, 0, 255);
}
.ul_tpv{
	list-style-type:none;
	padding: 0px;
}
.ul_tpv_radio{
	margin-top:16px;
  vertical-align: top;
	width: 20px;
	height: 20px;

}
.ul_tpv_holderimg{
	position: relative;
	margin: 0 auto;
	width: 100px;
	height: 50px;
	display: inline-block;
}
.tpv_div_0{
	margin: 0 auto;
	padding: 0px;
	position: relative;
	width: 110px;
	height: auto;
	min-height: 100px;
	display: inline-block;
	box-sizing: border-box;
	border-radius: 5px;
	padding: 5px;
	border: 2px solid rgba(186, 186, 186, 0.5);
	cursor: pointer;
	vertical-align: top;
	margin:5px 0px;
}
.tpv_div_0:hover{
	border: 2px solid rgba(157, 157, 157, 1);
}


.tpv_selected{
	border: 4px solid rgb(168, 3, 3);
}
.tpv_selected:hover{
	border: 4px solid rgb(168, 3, 3) !important;
}
.utpv_selected{
	border: 4px solid rgb(168, 3, 3);
}
.utpv_selected:hover{
	border: 4px solid rgb(168, 3, 3) !important;
}
.tpv_div_1{
	position: relative;
	margin: 0 auto;
	float: left;
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-size: 40px;
	color: #009688;
}
.tpv_div_2{
	position: relative;
	margin: 0 auto;
	float: left;
	width: 100%;
	height: auto;
	min-height: 36px;
	font-family: 'Open Sans', sans-serif;
	font-size: 0.9rem;
}
.tpvtxt_div_0{
	margin: 0 auto;
	padding: 0px;
	position: relative;
	width: 100%;
	max-width: 500px;
	height: auto;
	box-sizing: border-box;
	padding: 5px;
}
.tpvtxt_div_1{
	margin: 0 auto;
	padding: 0px;
	position: relative;
	width: 200px;
	height: 200px;
	box-sizing: border-box;
	padding: 5px;
}
.d_usermenu1>a{
	text-decoration: none;
	color:inherit;
}
.dumenu_gap1{
	margin-top: 15px;
}
.d_um2_0{
	width: 80px;
	min-height: 60px;
}
.d_um2_1{
	font-size: 2.0rem;
}
.d_um2_2{
	font-size: 0.8rem;
}
.d_forms1{
	margin: 0 auto;
	width: auto;
	max-width: 600px;
	height: auto;
	overflow: auto;
	/*background-color: rgb(0, 255, 247);*/
	position: relative;
	font-family: 'Open Sans', sans-serif;
	font-size:1.0em;
	color:#000000;
	text-align: center;
	box-sizing: border-box;
  padding: 0px 6px 0px 6px
}
.d_forms1_holdercampos{
	position: relative;
	width: 100%;
	width: 49%;
	padding: 0px 4px 8px 4px;
	display: inline-block;
  align-items: center;
	box-sizing: border-box;
}
.d_forms1_holdercampos2{
	position: relative;
	width: 98%;
	padding: 0px 4px 8px 4px;
	display: inline-block;
  align-items: center;
	box-sizing: border-box;
}
.d_forms1_title{
	margin: 0 auto;
	width: 100%;
	position: relative;
	font-family: 'Open Sans', sans-serif;
	font-size:1.0em;
	color:#000000;
	text-align: center;
	color: #7a7a7a;
	text-transform: uppercase;
	margin: 8px 0px;
}
.d_forms1_subtitle{
	margin: 0 auto;
	width: 100%;
	position: relative;
	font-family: 'Open Sans', sans-serif;
	font-size:0.7em;
	color:#5d5d5d;
	text-align: center;
}
.campo_obliga{
	color: rgb(180, 0, 0);
}

.h_pie{
	margin: 0 auto;
	position: relative;
	width: 100%;
	height: auto;
	background-color: #272623;
	margin-top: 150px;
	box-sizing: border-box;
	overflow: auto;
}
.d_piez0{
	margin: 0 auto;
	position: relative;
	width: 100%;
	height: auto;
	box-sizing: border-box;
	overflow: auto;
	margin: 20px 0px;
	font-family: 'Open Sans', sans-serif;
	font-size: 0.8rem;
	line-height: 25px;
}
.d_piez0 a{
	color: inherit;
	text-decoration: none;
}
.d_piez0 a:hover{
	color:rgb(228, 54, 37);
	text-decoration: underline;
}
.d_piez0_txt1{
	font-size: 0.7rem;
}
.d_pie1{
	position: relative;
  margin: 0 auto;
  width: 100%;
  height: auto;
  overflow: auto;
  text-align: center;
	vertical-align: top;
	padding: 10px 0px 0px 10px;
	box-sizing: border-box;

}
.d_pie_el0{
  margin: 0 auto;
  position: relative;
	display: inline-block;
  box-sizing: border-box;
  padding: 20px 20px 20px 20px;
}
.d_pie_el1{
  margin: 0 auto;
  position: relative;
	display: inline-block;
  width: 220px;
	height: auto;
  min-height: 200px;
  box-sizing: border-box;
  padding: 10px;
	vertical-align: top;
	font-family: 'Open Sans', sans-serif;
	font-size:1.0rem;
	color:#ffffff;
}
.d_pie_el2{
  margin: 0 auto;
  position: relative;
	display: inline-block;
  width: 400px;
  height: auto;
  box-sizing: border-box;
  padding: 10px;
	vertical-align: top;
	font-family: 'Open Sans', sans-serif;
	font-size:1.0rem;
	color:#ffffff;
	text-align: center;
	font-weight: normal;
}
.pie_ele2_titulo{
	clear: both;
	font-weight: bold;
	text-transform: uppercase;
}
.d_pie_holdericons_p_3_social{
	/*float: left;*/
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 40px;
  cursor: pointer;
  margin-left: 3px;
  margin-right: 3px;
  display: inline-block;
	transition: all 0.5s ease;
}

.d_pie_holdericons_p_3_social:hover{
  background-color: rgba(255, 255, 255, 0.4);
}
.d_pie_holdericons_gen1{
  display: inline-block;
  position: relative;
}

.d_ncolum_0{
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: auto;
	max-width: 1600px;
	display: flex;
	flex-direction: row;
}
.d_ncolum_1{
	flex: 0 1 75%;
}
.d_ncolum_2{
	flex: 0 1 25%;
	position: absolute;
	width: 25%;
  top: 0;
  bottom: 0;
  right: 20px;
	height: fit-content;
}
.d_ncolum_2s{
	position: sticky;
  top: 120px;
}
/*Titulos*/
.h_tit_i1{
	margin: 0 auto;
	position: relative;
	width: 100%;
	height: auto;
	box-sizing: border-box;
	font-family: var(--fuenteTitulo1);
	text-align: center;
	font-weight: 700;
	font-size: var(--fontSize104);
	line-height: 3rem;
	color: var(--colorBlack101);
	padding: 5px 25px;
}

/*Titulos*/













/*
background-image:url(../images/logo1.png);
background-repeat:no-repeat;
background-position:center;
background-size:contain;
*/


.d_search{
	width:auto;
	height: auto;
	display: flex;
  align-items: center;
  justify-content: center;
	border: 1px solid #009688;
	box-sizing: border-box;
  border-radius: 5px;
	background-color: rgba(245, 245, 245, 0.15);
}
.btn_search{
	width: auto;
	height: auto;
	padding: 10px 0px;
	cursor: pointer;
}

/*#####################################################*/
/*form inicio*/
.btn_search{
  display: inline-block;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  padding: 10px 10px;
  border: 0px solid #b7b7b7;
  -webkit-border-radius: 0px;
  font-family: 'Open Sans', sans-serif;
	text-align:left;
	font-size:1.0rem;
	color:#666;
  -o-text-overflow: clip;
  text-overflow: clip;
  transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
	width:auto;
	/*max-width:350px;*/
	height: 30px;
	background-color: transparent;
}
.input_search1{
  display: inline-block;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  padding: 10px 0px;
  border: 0px solid #b7b7b7;
  -webkit-border-radius: 0px;
  font-family: 'Open Sans', sans-serif;
	text-align:left;
	font-size:1.0rem;
	color:#666;
  -o-text-overflow: clip;
  text-overflow: clip;
  transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
	width:100%;
	/*max-width:350px;*/
	height: 30px;
	min-width: 300px;
	background-color: transparent;
}
.input_search1:focus{
	outline: none;
}
.input_search2{
  display: inline-block;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  padding: 10px 0px;
  border: 0px solid #b7b7b7;
  -webkit-border-radius: 0px;
  font-family: 'Open Sans', sans-serif;
	text-align:left;
	font-size:1.4rem;
	color:#666;
  -o-text-overflow: clip;
  text-overflow: clip;
  transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
	width:100%;
	height: 100%;
	background-color: transparent;
	box-sizing: border-box;
}
.input_search2:focus{
	outline: none;
}
.input_1{
  display: inline-block;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  padding: 10px 0px;
  border: 1px solid #b7b7b7;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-family: 'Open Sans', sans-serif;
	text-align:left;
	font-size:1.0rem;
	color:#666;
  -o-text-overflow: clip;
  text-overflow: clip;
  background: rgba(252,252,252,1);
  -webkit-box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2) inset;
  box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2) inset;
  text-shadow: 1px 1px 0 rgba(255,255,255,0.66) ;
  -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
	width:100%;
	/*max-width:350px;*/
	background-image:url('../images/icon_search.png');
	background-repeat:no-repeat;
	background-position:left;
	background-position: left 5px center;
	background-size: 30px;
	padding-left: 45px !important;
	height: 30px;
	margin-left: 40px;
}
.input_2{
  display: inline-block;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  padding: 10px 0px;
  border: 1px solid #b7b7b7;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-family: 'Open Sans', sans-serif;
	text-align:left;
	font-size:1.0rem;
	color:#666;
  -o-text-overflow: clip;
  text-overflow: clip;
  background: rgba(252,252,252,1);
  -webkit-box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2) inset;
  box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2) inset;
  text-shadow: 1px 1px 0 rgba(255,255,255,0.66) ;
  -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
	width:60%;
	/*max-width:350px;*/
	background-image:url('../images/icon_search.png');
	background-repeat:no-repeat;
	background-position:left;
	background-position: left 5px center;
	background-size: 30px;
	padding-left: 45px !important;
	height: 30px;
}
.input_3{
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 10px;
  border: 1px solid #b7b7b7;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-family: 'Open Sans', sans-serif;
	text-align:center;
	font-size:1.0rem;
	color:#000000;
  -o-text-overflow: clip;
  text-overflow: clip;
  background: rgba(252,252,252,1);
  -webkit-box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2) inset;
  box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2) inset;
  text-shadow: 1px 1px 0 rgba(255,255,255,0.66) ;
  -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
	width:100%;
	/*max-width:350px;*/
	height: 40px;
}
.input_4{
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 10px;
  border: 1px solid #b7b7b7;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-family: 'Open Sans', sans-serif;
	text-align:center;
	font-size:1.0rem;
	color:#000000;
  -o-text-overflow: clip;
  text-overflow: clip;
  background: rgba(252,252,252,1);
  -webkit-box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2) inset;
  box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2) inset;
  text-shadow: 1px 1px 0 rgba(255,255,255,0.66) ;
  -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
	width:100%;
	max-width: 200px;
	/*max-width:350px;*/
	height: 40px;
}
.textarea_3{
  display: inline-block;
	-webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 10px;
  border: 1px solid #b7b7b7;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-family: 'Open Sans', sans-serif;
	text-align:left;
	font-size:1.0rem;
	color:#000000;
  -o-text-overflow: clip;
  text-overflow: clip;
  background: rgba(252,252,252,1);
  -webkit-box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2) inset;
  box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2) inset;
  text-shadow: 1px 1px 0 rgba(255,255,255,0.66) ;
  -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
	width:100%;
	/*max-width:350px;*/
	height: 100px;
}
.select_3{
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px 5px;
  border: 1px solid #b7b7b7;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-family: 'Open Sans', sans-serif;
	text-align:left;
	font-size:0.9rem;
	color:#000;
  -o-text-overflow: clip;
  text-overflow: clip;
  background: rgba(252,252,252,1);
  -webkit-box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2) inset;
  box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2) inset;
  text-shadow: 1px 1px 0 rgba(255,255,255,0.66) ;
  -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
	width:100%;
	/*max-width:350px;*/
	min-height: 40px;
}
.select_2{
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px 5px;
  border: 1px solid #b7b7b7;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-family: 'Open Sans', sans-serif;
	text-align:center;
	font-size:0.9rem;
	color:#000;
  -o-text-overflow: clip;
  text-overflow: clip;
  background: rgba(252,252,252,1);
  -webkit-box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2) inset;
  box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2) inset;
  text-shadow: 1px 1px 0 rgba(255,255,255,0.66) ;
  -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
	/*max-width:350px;*/
	height: auto;
}
.select_21{
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px 5px;
  border: 1px solid #b7b7b7;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-family: 'Open Sans', sans-serif;
	text-align:center;
	font-size:0.9rem;
	color:#000;
  -o-text-overflow: clip;
  text-overflow: clip;
  background: rgba(252,252,252,1);
  -webkit-box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2) inset;
  box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2) inset;
  text-shadow: 1px 1px 0 rgba(255,255,255,0.66) ;
  -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
	height: auto;
	border-radius: 15px;
}
.select_pagina{
  display: inline-block;
  box-sizing: border-box;
  padding: 7px 7px;
  border: 1px solid #b7b7b7;
  border-radius: 7px;
  font-family: 'Open Sans', sans-serif;
	text-align:center;
	font-size:0.9rem;
	color:#000;
  text-overflow: clip;
  background: rgba(252,252,252,1);
  /*box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2) inset;*/
  text-shadow: 1px 1px 0 rgba(255,255,255,0.66) ;
  transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
	height: auto;

}
.btn_buscar{
	font-family: 'Open Sans', sans-serif;
	font-size: 0.85rem;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	background-color: rgb(85, 85, 85);
	padding: 10px 20px 10px 20px;
	box-shadow: 0px 5px 5px 0px rgba(186,186,186,0.5);
	border-radius: 20px;
	margin: 10px 5px 0px 5px;
	cursor: pointer;
}
.btn_buscar:hover{
	background-color: rgb(108, 108, 108);
}
.select_paginacion{
	margin: 0px 10px;
}
.form_cambiopagina{
	display: inline-flex;
}
/*form final*/
/*#####################################################*/

/*#####################################################*/
/*span inicio*/
.s_clave_cart{
	color:rgb(85, 85, 85);
	font-size: 0.9rem;
}
.s_colortalla{
	font-size: 1.5rem;
	font-weight: normal;
}
.s_clave_pro{
	color:rgb(122, 122, 122);
	font-size: 1.0rem;
	font-weight: normal;
}
.s_clave_pro2{
	color:rgb(122, 122, 122);
	font-size: 0.8rem;
	font-weight: normal;
}
/*span final*/
/*#####################################################*/

/*#####################################################*/
/*iconos inicio*/
.icon_f1{
	font-size: 2.0rem;
	color:#6e6e6e;
	cursor: pointer;
}
.icon_f1:hover{
	color:#000000;
}
.icon_f2{
	font-size: 1.8rem;
	color:#6e6e6e;
	cursor: pointer;
}
.icon_f2g{
	padding-right: 10px;
	color:#6e6e6e;
}
.icon_f2:hover{
	color:#000000;	
}
.icon_f3{
	padding-right: 5px;
}
.icon_f33{
	padding-right: 5px;
}
.salto{
	display: none;
	line-height: 3px;
}
.iconsearch{
	display: none;
}
.precioCarritoTop:hover{
	color:#ff0000;
}
.icon_ii{
	font-size: 3.5rem;
	color:rgb(27, 104, 168);
}
.icon_ii2{
	font-size: 1.5rem;
	color:rgb(27, 104, 168);
}
.icon_ok{
	color:rgb(27, 104, 168);
}
.icon_files1{
	font-size: 1.5rem;
	padding-right: 5px;
	vertical-align: middle;
}
.icon_pon{
	font-size: 2.0rem;
	color:var(--globalVerde1);
}
.icon_poff{
	font-size: 2.0rem;
	color:var(--globalRojo1);
}
.icon_pointer{
	cursor: pointer;
}
.cimg1{
	vertical-align: middle;
}
.cpointer{
	cursor: pointer;
}
.icon_sbuscar{
	font-size: 1.6rem;
	color: #272623;
}
.icon_sbuscar1{
	font-size: 2.5rem;
}
.icon_pay{
	font-size: 3.4rem;
}
.icon_pay_ko{
	color: var(--globalRojo1);
}
.icon_pay_ok{
	color: var(--globalVerde1);
}
.icon_pay_wait{
	color: var(--globalAmarillo1);
}
.icon_user_list{
	padding: 0px 8px;
	font-size: 1.5rem;
  vertical-align: sub;
	cursor: pointer;
}
.ic_red{
	color: rgb(167, 0, 0);
}
.ic_green{
	color:#069901
}
.ic_rscat{
	font-size: 0.6rem;
	color: #a5a5a5;
	margin-right: 5px;
	vertical-align: middle;
}
.icon_nextpag{
	font-size: 1.8rem;
	cursor: pointer;
	vertical-align: middle !important;
	color: #5e5e5e;
}
.ic_hide{
	display: none;
	vertical-align: middle !important;
}

/*iconos fin*/
/*links inicio*/
.links_1{
	text-decoration: none;
	color: inherit;
}
.links_1:hover{
	color: #818181;
}
.links_2:hover{
	color: #818181;
}
.link_n1{
	color: inherit;
	text-decoration: none;
  transition: all .3s ease;
}
.link_n1:hover{
	color: var(--colorNaranja1);
	transition: all .3s ease;
}
/*links fin*/
/*#####################################################*/
/*clases textos y otras*/
.ctext_right{
	text-align: right;
}
.ctext_center{
	text-align: center;
}
.ctext_comercial{
	color: #009688;
}
.ctext_comercial a{
	color: inherit;
	text-decoration: none;
	transition: all .3s ease;
}
.ctext_comercial a:hover{
	color: rgb(228, 54, 37);
}
.stock{
	padding: 5px 8px;;
	border-radius: 20px;
	color: rgb(240, 240, 240);
}
.stock_con{
	background-color: rgb(0, 124, 30);
}
.stock_sin{
	background-color: var(--globalRojo1);
}
.stock_null{
	background-color: var(--backAzul1);
}
.stock_neg{
	background-color: var(--colorNaranja1);
}
.stock_zero{
	background-color: var(--colorNaranja1);
}

/**/


/*sbuscar*/

.d_sbuscar::-webkit-scrollbar{
  width: 15px;
  background:red;
	width: 4px;
	height: 8px
}
.d_sbuscar::-webkit-scrollbar-track {
  background: black;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	background: #f1f1f1;
}
 
.d_sbuscar::-webkit-scrollbar-thumb {
  background: red;
  border: 3px solid blue;
	background: #7dc3a0;
}

.h_sbuscar{
	position: fixed;
	margin: 0 auto;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	z-index: 4800;
	padding: 20px;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
  overflow: hidden;
	display: none;
}
.d_sbuscar{
	position: relative;
	margin: 0 auto;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	z-index: 4800;
	padding: 0px 10px 20px 10px;
	overflow: auto;
	border-radius: 10px;
}
.d_sbuscar_z0_gap{
	position: relative;
	/*position: fixed;*/
	margin: 0 auto;
	box-sizing: border-box;
	width: 100%;
	height: 10px;
	z-index: 4820;
/*	display: grid;*/
	display: flex;
	align-items: center;
  /*grid-gap: 0;*/
  padding-top: 10px;
  /*grid-template-columns: max-content 1fr min-content;*/
	position: sticky;
	top:0px;
	background-color: #FFF;
}
.d_sbuscar_z0_gap_aviso{
	position: relative;
	margin: 0 auto;
	box-sizing: border-box;
	width: 100%;
	height: auto;
	z-index: 4820;
	display: flex;
	align-items: center;
  position: sticky;
	top:0px;
	color: #fff;
	font-family: var(--fuenteTxt1);
	
}
.d_sbuscar_z0_gap_aviso_inner{
	position: relative;
	margin: 0 auto;
	color: #fff;
	size: 0.9rem;
	font-family: var(--fuenteTxt1);
	background-color: #009688;
	padding: 5px 10px;
	border-radius: 10px;
	margin-bottom: 10px;
	display: none;
}
.d_msc_display{
	display: block;
}
.d_msc_display_x2{
	background-color: #ffd663;
}
.d_msc_display_x3{
	color: #c00000;
	font-weight: bold;
	
}
.d_msc_display_x4{
	pointer-events: none;
}



.d_sbuscar_z0{
	position: relative;
	/*position: fixed;*/
	margin: 0 auto;
	box-sizing: border-box;
	width: 100%;
	height: 50px;
	z-index: 4820;
/*	display: grid;*/
	display: flex;
	align-items: center;
  /*grid-gap: 0;*/
  padding: 0;
  /*grid-template-columns: max-content 1fr min-content;*/
	position: sticky;
	top:10px;
	background-color: #FFF;
}
.d_sbuscar_z0_p2{
	position: relative;
	/*position: fixed;*/
	margin: 0 auto;
	box-sizing: border-box;
	width: 100%;
	height: 50px;
	z-index: 4820;
	display: grid;
	align-items: center;
  grid-gap: 0;
  padding: 0;
	position: sticky;
	top:60px;
	background-color: #FFF;
}
.d_sbuscar_z0_h1{
	position: relative;
	/*margin: 0 auto;*/
	box-sizing: border-box;
	width: 100%;
	max-width: 300px;
	height: 100%;
	z-index: 4800;
	min-width: 220px;
  max-width: 300px;
	padding: 2px;
}
.d_sbuscar_z0_h1_inner{
	position: relative;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	background-image: url(https://pedidosweb.ferreterialacantera.es/v_img.php?idg=45&idu=20&idd=10408&q=th);
	background-repeat:no-repeat;
	background-position:center;
	background-size:contain;    
}
.d_sbuscar_z0_h2{
	position: relative;
	/*margin: 0 auto;*/
	box-sizing: border-box;
	width: 100%;
	/*max-width: 300px;*/
	height: 50px;
	z-index: 4800;
	/*grid-column: 2;*/
	padding: 0px 5px;
}
.d_sbuscar_z0_h2_inner{
	position: relative;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	border: 1px solid #000;
	border-radius: 3px;
	box-shadow: 0 0 0 2px #ededed;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
}
.d_sbuscar_z0_h2_inner_n1{
	position: relative;
	width: 40px;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.d_sbuscar_z0_h2_inner_n2{
	position: relative;
	width: 40px;
	height: 100%;
	/*background-color: #ffffff;*/
	flex: 1 1 auto;
}
.d_sbuscar_z0_h2_inner_n3{
	position: relative;
	width: 40px;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
.d_sbuscar_z1{
	position: relative;
	margin: 0 auto;
	box-sizing: border-box;
	width: 100%;
	height: auto;
	z-index: 4800;
	display: grid;
  grid-gap: 0;
	grid-template-columns: max-content 1fr min-content;
	scroll-behavior: smooth;
	margin-top: 0px;
}
.d_sbuscar_z1_filter{
	position: relative;
	margin: 0 auto;
	box-sizing: border-box;
	width: 100%;
	min-width: 300px;
	height: auto;
	z-index: 4830;
	position: absolute;
	z-index: 4830;
	padding: 10px 10px 10px 10px;
	max-width: 300px;
	background-color: #fff;
	box-shadow: 10px 10px 24px -13px rgba(143,143,143,1);
	top:0;
	height:100%;
	overflow-y: scroll;
	display: none;
	position: fixed;
	left: 0;
}
.d_sbuscar_z1_filtersort{
	position: relative;
	margin: 0 auto;
	box-sizing: border-box;
	width: 100%;
	min-width: 300px;
	height: auto;
	z-index: 4830;
	padding: 10px;
	position: absolute;
	z-index: 4830;
	padding: 10px 10px 10px 10px;
	max-width: 300px;
	background-color: #fff;
	box-shadow: -10px 10px 24px -13px rgba(143,143,143,1);
	top:0;
	height:100%;
	overflow-y: scroll;
	display: none;
	right: 0;

	position: fixed;
}
.d_sbuscar_z1_filter_inner{
	position: relative;
	margin: 0 auto;
	box-sizing: border-box;
	width: 100%;
	height: auto;
	z-index: 4800;
	background-color: #ffffff;
}
.d_sbuscar_z1_filter_inner_sort{
	position: relative;
	margin: 0 auto;
	box-sizing: border-box;
	width: 100%;
	height: auto;
	z-index: 4800;
	background-color: #ffffff;
	padding-top: 25px;
}
.d_sbuscar_z1_filter_inner_logo{
	position: relative;
	margin: 0 auto;
	box-sizing: border-box;
	width: 100%;
	height: 40px;
	z-index: 4810;
	background-color: #ffffff;
	font-size: 2rem;
	text-align: right;
	padding: 0px 20px;
	background-image: url(https://pedidosweb.ferreterialacantera.es/v_img.php?idg=45&idu=20&idd=10408&q=th);
	background-repeat:no-repeat;
	background-position:center;
	background-size:contain;
	cursor: pointer;
}
.d_sbuscar_z1_filter_inner_close{
	position: absolute;
	top: 0;
	margin: 0 auto;
	box-sizing: border-box;
	width: auto;
	right: 0;
	height: auto;
	z-index: 4811;
	font-size: 2rem;
	text-align: right;
	padding: 0px 20px;
	cursor: pointer;
}
.d_sbuscar_z1_results{
	position: relative;
	margin: 0 auto;
	box-sizing: border-box;
	width: 100%;
	height: auto;
	z-index: 4800;
	grid-column: 2;
	padding: 0px 10px 10px 10px;
}
.d_sbuscar_z1_results_inner{
	position: relative;
	margin: 0 auto;
	box-sizing: border-box;
	width: 100%;
	height: auto;
	z-index: 4800;
}
.d_sbuscar_z1_results_bar{
	position: relative;
	margin: 0 auto;
	box-sizing: border-box;
	width: 100%;
	height: auto;
	z-index: 4800;
	padding: 5px 5px;
	border-radius: 4px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
}
.d_sbuscar_z1_results_bar_0{
	float: left;
	position: relative;
	width: auto;
	height: auto;
	text-align: left;
	font-family: var(--fuenteTxt1);
	font-size:1.0em;
	color:#000000;
}
.btn_filterszx{
	width: auto;
	height: auto;
	padding: 7px 7px;
	cursor: pointer;
	border-radius: 5px;
	background-color: var(--btn1_gris);
	transition: all .3s ease;
}
.btn_filterszx:hover{
	background-color: var(--btn1_grishover);
}
.d_sbuscar_z1_results_bar_1{
	float: left;
	position: relative;
	width: auto;
	height: auto;
	text-align: center;
	font-family: var(--fuenteTxt1);
	font-size:1.0em;
	color:#000000;
}
.d_sbuscar_z1_results_bar_2{
	float: right;
	position: relative;
	width: auto;
	height: auto;
	text-align: right;
	font-family: var(--fuenteTxt1);
	font-size:1.0em;
	color:#000000;
	min-width: 180px;
}
.d_sbuscar_z1_results_boxes_bf{
	position: relative;
	margin: 0 auto;
	box-sizing: border-box;
	width: 100%;
	height: auto;
	z-index: 4800;
}
.d_sbuscar_z1_results_boxes{
	position: relative;
	margin: 0 auto;
	box-sizing: border-box;
	width: 100%;
	height: auto;
	z-index: 4800;
}
.d_sbuscar_z1_results_btexto{
	position: relative;
	margin: 0 auto;
	box-sizing: border-box;
	width: 100%;
	height: auto;
	z-index: 4800;
	font-family: var(--fuenteTxt1);
	font-size:0.9em;
	color:#000000;
	color:var(--globalRojo1);
	font-weight: bold;
}
.dcmargen{
	margin-top: 10px;
}
.dcclave{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}
.d_sbuscar_z1_results_boxh{
	padding: 3px 10px;
	background-color: var(--btn1_gris);
	border-radius: 15px;
	font-family: var(--fuenteTxt1);
	font-size:0.875rem;
	color:#000000;
	font-weight: normal;
	cursor: pointer;
	margin: 5px 5px;
	transition: all .3s ease;
}
.d_sbuscar_z1_results_boxh:hover{
	background-color: var(--btn1_grishover);
}
.d_sbuscar_z1_results_btitulo{
	position: relative;
	margin: 0 auto;
	box-sizing: border-box;
	width: 100%;
	height: auto;
	z-index: 4800;
	font-family: var(--fuenteTxt1);
	color:rgb(136, 136, 136);
	font-size: 1.8rem;
	text-align: center;
	text-transform: uppercase;
	background-color: rgb(242, 245, 250);
	border-radius: 25px;
	padding: 5px 5px 5px 5px;
	margin-top: 20px;
}



.d_sbfil_0{
	position: relative;
	margin: 0 auto;
	box-sizing: border-box;
	width: 100%;
	height: auto;
	min-height: 20px;
	margin-bottom: 10px;
}
.d_sbfil_title{
	position: relative;
	box-sizing: border-box;
	width: 100%;
	height: auto;
	font-size: 0.875rem;
	font-weight: bold;
	font-family: var(--fuenteTxt1);
	text-align: left;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 4px 2px;
	cursor: pointer;
	user-select: none;
}
.d_sbfil_elems, .d_ilfil_elems{
	position: relative;
	box-sizing: border-box;
	width: 100%;
	height: auto;
	font-size: 0.775rem;
	font-family: var(--fuenteTxt1);
	text-align: left;
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
	transition: all 0.2s ease;
	padding: 4px 2px;
	user-select: none;
	margin: 4px 0px;
}
.d_sbfil_elems_range{
	position: relative;
	box-sizing: border-box;
	width: 100%;
	height: auto;
	font-size: 0.875rem;
	font-family: var(--fuenteTxt1);
	text-align: left;
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
	transition: all 0.2s ease;
	padding: 4px 2px;
	user-select: none;
	margin: 4px 0px;
}
.d_sbfil_vermas, .d_sbfil_vermenos,.d_ilfil_vermas, .d_ilfil_vermenos{
	position: relative;
	box-sizing: border-box;
	width: 100%;
	height: auto;
	font-size: 0.875rem;
	font-family: var(--fuenteTxt1);
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 10px;
	cursor: pointer;
	transition: all 0.2s ease;
	padding: 4px 0px;
	user-select: none;
}
.ff_checkbox{
	position: relative;
	box-sizing: border-box;
	display: inline-block;
	width: 16px;
	height: 16px;
	border-radius: 4px;
	border: 2px solid #fff;
	outline: 1px solid var(--df-neutral-medium-contrast, hsl(204, 2%, 47%));
	margin-right: 8px;
	background-color: #fff;
	border-radius: 4px;
	transition: all 0.2s ease;
}
.ff_checkbox_checked{
	background-color: #0069b8 !important;
	outline: 1px solid #0069b8 !important;
}

.d_sbfil_title:hover, .d_sbfil_elems:hover, .d_ilbfil_elems:hover{
	background-color: #f0f0f0;
}
.d_sbfil_elems:hover .ff_checkbox{
	background-color: #f0f0f0;
}
.d_sbfil_vermas:hover, .d_sbfil_vermenos:hover{
	background-color: #f0f0f0;
	color: rgb(0, 0, 77);
}
.gb_checkbox_v0{
  width: 16px !important;
  height: 16px !important;
}

.d_sbfil_flex{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.d_sbfil_hidden, .d_ilfil_hidden{
	display: none;
}
.d_sbuscar_z1_btnapply{
	position: relative;
	margin:0 auto;
	width: 100%;
	height: auto;
	font-family: 'Open Sans', sans-serif;
	font-size: 0.9em;
	color:rgb(0, 0, 0);
	border-radius: 5px;
	background-color: #ededed;
	box-sizing: border-box;
	padding: 7px 7px;
	text-transform:capitalize;
	user-select: none;
	transition: all 0.2s ease;
	cursor: pointer;
	font-weight: bold;
}
.d_sbuscar_z1_btnapply:hover{
	background-color: #d2d2d2;
	
}
/*end sbuscar*/

/*checkbox xtra*/
.check_listas{
	vertical-align: sub;
	margin: 10px 10px;
}
/**/

/*buscarinline*/
.d_sbuscaril_z1_filter{
	position: relative;
	margin: 0 auto;
	box-sizing: border-box;
	width: 100%;
	min-width: 250px;
	height: auto;
	z-index: 4830;
	padding: 10px 10px 10px 10px;
	max-width: 300px;
	background-color: #f8f8f8;
	/*box-shadow: 10px 10px 24px -13px rgba(143,143,143,1);*/
	height:auto
}
.d_sbuscaril_z1_filter_inner{
	position: relative;
	margin: 0 auto;
	box-sizing: border-box;
	width: 100%;
	height: auto;
	z-index: 4800;
	/*background-color: #ffffff;*/
}
.h_mvfilter{
	position: absolute;
	position: fixed;
	margin: 0 auto;
	box-sizing: border-box;
	/*width: 100%;*/
	min-width: 250px;
	height: 100%;
	z-index: 4830;
	padding: 10px 10px 10px 10px;
	top:0;
	left:0;
	background-color: #fff;
	display: none;
}
.h_mvorder{
	position: absolute;
	position: fixed;
	margin: 0 auto;
	box-sizing: border-box;
	/*width: 100%;*/
	min-width: 250px;
	height: 100%;
	z-index: 4830;
	padding: 10px 10px 10px 10px;
	top:0;
	right:0;
	background-color: #fff;
	display: none;
}
.d_mvfilter{
	position: relative;
	margin: 0 auto;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
}
.d_mvfilter_close, .d_mvorder_close{
	position: relative;
	margin: 0 auto;
	box-sizing: border-box;
	width: 100%;
	height: auto;
	color: #000;
	font-size: 1.8rem;
	text-align: right;
	cursor: pointer;
}
.d_mvfilter_logo{
	position: relative;
	margin: 0 auto;
	box-sizing: border-box;
	width: 100%;
	height: 60px;
}

/*end buscar inline*/


/*preciosfil*/
.d_fbox_filtro1_s1{
  margin:0 auto;
  position: relative;
  padding: 0;
  width: 100%;
  height: auto;
  text-align: left;
  color: var(--colorGris2);
  font-size: 1rem;
  font-weight: var(--weight_normal);
  padding: 0px 5px 0px 0px;
  margin-bottom: 10px;
}
.d_fbox_filtro1_s2_center{
  text-align: center;
}


/*Filtro antiguo*/
/*
[slider] {
  width: 100%;
  position: relative;
  height: 5px;
  margin: 45px 0 10px 0;
  margin: 15px 0 10px 0;
}

[slider] > div {
  position: absolute;
  left: 13px;
  right: 15px;
  height: 5px;
}
[slider] > div > [inverse-left] {
  position: absolute;
  left: 0;
  height: 5px;
  border-radius: 10px;
  background-color: #CCC;
  margin: 0 7px;
}

[slider] > div > [inverse-right] {
  position: absolute;
  right: 0;
  height: 5px;
  border-radius: 10px;
  background-color: #CCC;
  margin: 0 7px;
}


[slider] > div > [range] {
  position: absolute;
  left: 0;
  height: 5px;
  border-radius: 14px;
  background-color: rgb(21, 186, 212);
}

[slider] > div > [thumb] {
  position: absolute;
  top: -7px;
  z-index: 2;
  height: 20px;
  width: 20px;
  text-align: left;
  margin-left: -11px;
  cursor: pointer;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.4);
  background-color: #FFF;
  border-radius: 50%;
  outline: none;
}

[slider] > input[type=range] {
  position: absolute;
  pointer-events: none;
  -webkit-appearance: none;
  z-index: 3;
  height: 14px;
  top: -2px;
  width: 100%;
  opacity: 0;
}

div[slider] > input[type=range]:focus::-webkit-slider-runnable-track {
  background: transparent;
  border: transparent;
}

div[slider] > input[type=range]:focus {
  outline: none;
}

div[slider] > input[type=range]::-webkit-slider-thumb {
  pointer-events: all;
  width: 28px;
  height: 28px;
  border-radius: 0px;
  border: 0 none;
  background: red;
  -webkit-appearance: none;
}

div[slider] > input[type=range]::-ms-fill-lower {
  background: transparent;
  border: 0 none;
}

div[slider] > input[type=range]::-ms-fill-upper {
  background: transparent;
  border: 0 none;
}

div[slider] > input[type=range]::-ms-tooltip {
  display: none;
}

[slider] > div > [sign] {
  opacity: 0;
  position: absolute;
  margin-left: -11px;
  top: -39px;
  z-index:3;
  background-color: #d02128;
  color: #fff;
  width: 28px;
  height: 28px;
  border-radius: 28px;
  -webkit-border-radius: 28px;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}

[slider] > div > [sign]:after {
  position: absolute;
  content: '';
  left: 0;
  border-radius: 16px;
  top: 19px;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-top-width: 16px;
  border-top-style: solid;
  border-top-color: #d02128;
}

[slider] > div > [sign] > span {
  font-size: 12px;
  font-weight: 700;
  line-height: 28px;
}


[slider]:hover > div > [sign] {
  opacity: 1; --------------------------- comentala
}
*/


[slider] {
  position: relative;
  height: 14px;
  border-radius: 10px;
  text-align: left;
  margin: 45px 0 10px 0;
	margin: 20px 0 10px 0;
}

[slider] > div {
  position: absolute;
  left: 13px;
  right: 15px;
  height: 14px;
}

[slider] > div > [inverse-left] {
  position: absolute;
  left: 0;
  height: 14px;
  border-radius: 10px;
  background-color: #CCC;
  margin: 0 7px;
}

[slider] > div > [inverse-right] {
  position: absolute;
  right: 0;
  height: 14px;
  border-radius: 10px;
  background-color: #CCC;
  margin: 0 7px;
}

[slider] > div > [range] {
  position: absolute;
  left: 0;
  height: 14px;
  border-radius: 14px;
  background-color: #1ABC9C;
}

[slider] > div > [thumb] {
  position: absolute;
  top: -7px;
  z-index: 2;
  height: 28px;
  width: 28px;
  text-align: left;
  margin-left: -11px;
  cursor: pointer;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.4);
  background-color: #FFF;
  border-radius: 50%;
  outline: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

[slider] > input[type=range] {
  position: absolute;
  pointer-events: none;
  -webkit-appearance: none;
  z-index: 3;
  height: 14px;
  top: -2px;
  width: 100%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

div[slider] > input[type=range]::-ms-track {
  -webkit-appearance: none;
  background: transparent;
  color: transparent;
}

div[slider] > input[type=range]::-moz-range-track {
  -moz-appearance: none;
  background: transparent;
  color: transparent;
}

div[slider] > input[type=range]:focus::-webkit-slider-runnable-track {
  background: transparent;
  border: transparent;
}

div[slider] > input[type=range]:focus {
  outline: none;
}

div[slider] > input[type=range]::-ms-thumb {
  pointer-events: all;
  width: 28px;
  height: 28px;
  border-radius: 0px;
  border: 0 none;
  background: red;
}

div[slider] > input[type=range]::-moz-range-thumb {
  pointer-events: all;
  width: 28px;
  height: 28px;
  border-radius: 0px;
  border: 0 none;
  background: red;
}

div[slider] > input[type=range]::-webkit-slider-thumb {
  pointer-events: all;
  width: 28px;
  height: 28px;
  border-radius: 0px;
  border: 0 none;
  background: red;
  -webkit-appearance: none;
}

div[slider] > input[type=range]::-ms-fill-lower {
  background: transparent;
  border: 0 none;
}

div[slider] > input[type=range]::-ms-fill-upper {
  background: transparent;
  border: 0 none;
}

div[slider] > input[type=range]::-ms-tooltip {
  display: none;
}

[slider] > div > [sign] {
  opacity: 0;
  position: absolute;
  margin-left: -11px;
  top: -39px;
  z-index:3;
  background-color: #1ABC9C;
  color: #fff;
  width: 28px;
  height: 28px;
  border-radius: 28px;
  -webkit-border-radius: 28px;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}

[slider] > div > [sign]:after {
  position: absolute;
  content: '';
  left: 0;
  border-radius: 16px;
  top: 19px;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-top-width: 16px;
  border-top-style: solid;
  border-top-color: #1ABC9C;
}

[slider] > div > [sign] > span {
  font-size: 12px;
  font-weight: 700;
  line-height: 0px;
}

[slider]:hover > div > [sign] {
  opacity: 0;
}

/*endpreciosfil**/











.error_fomrdatosf{
	/*background-color: #d60000 !important;*/
	color: rgb(255, 255, 255) !important;
	font-size: 1.0em !important;
	text-transform: uppercase !important;
	padding-top: 5px;
	padding-bottom: 5px;
	display: none;
  padding: 5px;
  box-sizing: border-box;
	text-align: center;
}
.info_loading{
	/*display: none;*/
	width: auto;
	height: auto;
	position: relative;
	margin: 0 auto;
  padding: 5px;
  box-sizing: border-box;
	margin-top: 10px;
}

/*sugges inicio*/
.d_searchinner{
	position: absolute;
	width: 100%;
	height: auto;
	top: 70px;
	width: 336px;
	background-color: #ffffff;    
}
.d_sugges{
	position: relative;
	box-sizing: border-box;
	width: 100%;
  height: auto;
	left: 0px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
	border-radius: 0px 0px 5px 5px;
	padding: 0;
	margin: 0;
}
.d_sugges_li{
	list-style: none;
	font-family: 'Open Sans', sans-serif;
	font-size: 0.875rem;
	padding: 0px 5px;
}
.d_sugges_li >a{
	color:inherit;
	text-decoration: none;
}
.d_sugges_li_0{
	position: relative;
	width: 100%;
	height: auto;
	box-sizing: border-box;
	display: flex;
  align-items: center;
	padding-top: 10px;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	padding-bottom: 10px;
}
.d_sugges_li_1{
	position: relative;
	width: 40px;
	height: 40px;
	box-sizing: border-box;
	margin-right: 5px;
}
.d_sugges_li_2{
	position: relative;
	width: auto;
	height: auto;
	box-sizing: border-box;
}
/*sugges fin*/














/*media inicio*/

@media (max-width:700px) and (min-width:0px) {
	.d_menug{
		display: none;
	}
  .d_cnt_menuv2_mv_lv2{
    position: absolute;
    z-index: 44444;
    background-color:#FFF;
		position:absolute;
  }
	.d_cnt_menuv2_mv_lv3{
    position: absolute;
    z-index: 44445;
    background-color:#FFF;
		position:absolute;
  }
	
	
	
	.d_cnt_menuv2_mv_lv2_v2{/*mv2*/
    position: absolute;
    z-index: 44444;
    background-color:#FFF;
		position:absolute;
  }
	.d_menuv2_mv_dlv2_0{/*mv2*/
		flex: 0 0 50%;
	}	
	.d_cnt_menuv2_mv_lv1{/*mv2*/
		width: 100%;
		max-width: 100%;
	}
	.d_cnt_menuv2_mv{/*mv2*/
		height: 100vh;
	}
	.d_cnt_menuv2_mv_li1{/*mv2*/
		border-top: 1px solid #e6e6e6;
		margin: 0px 0px;
    padding: 10px 10px;
	}

}

@media (max-width:1000px) and (min-width:701px){
.d_menuv2_mv_dlv2_0{/*mv2*/
		flex: 0 0 50%;
	}
}



@media (max-width:1100px) and (min-width:870px) {
	.d_top1_buscador{
		width: auto;
	}
}
@media (max-width:870px) and (min-width:526px) {
	.d_top1_buscador{
		width: auto;
		display: none;
	}
	.iconsearch{
		display: block;
	}
	.d_top1_logo{
		max-width: 180px;
	}
	.d_top1_topdcha_icons{
		padding: 20px 10px 20px 10px;
	}
	
	
}
@media (max-width:525px) and (min-width:0px) {
	.d_sbuscar_z0_gap_aviso_inner{
		font-size: 0.65rem;
		margin-bottom: 4px;
	}
	.d_productodet_img_0_hmarca{
		display: none;
	}
	.d_promociones_v2_el1{
		width: 150px;
	}
	.d_info_totalp{
		display: inline-flex;
	}
	.d_info_totalp_left_btn1{
		text-align: center;
	}
	.totalProductosSearch{
		text-align: center;
		font-size: 0.75rem;
	}

	.d_top1_topdcha_bot{
		margin-top: 0px;
	}
	.d_productos_el0_hover_new{
		right: 3px;
		font-size: 0.6rem;
	}
	.d_sbuscar_z0_p2{
		top:10px;
	}
	.h_sbuscar{
		padding: 5px;	
	}
	.d_productos_el0_hover_days{
		left: 3px;
		font-size: 0.6rem;
	}
	.d_listadof_1{
		width: 50%;
	}
	.input_search1{
		min-width: inherit;
	}
	.d_content_menu_mv{
		max-width: none;
	}
	.precioCarritoTop{
		display: none !important;
	}
	.precioCarritoBottom{
		display: block !important;
	}
	.d_top1_buscador{
		width: auto;
		display: none;
	}
	.iconsearch{
		display: block;
	}
	.icon_search{
		display: block;
	}
	.d_top1_topdcha_icons{
		padding: 20px 6px 20px 6px;
	}
	.d_top1{
		padding: 5px 10px 5px 3px;
	}
	.icon_f2{
	font-size: 1.5rem;
	}
	.d_top1{
		height: 100px;
	}
	.d_productos_holder{
		padding: 5px 0px 0px 0px;
	}
	.d_productos_el0{
		width:160px !important;
		padding: 5px;
	}
	.d_productos_el1{
		height: 40px;
	}
	.d_productos_el0_hover_zoom{
		top:60px;
	}
	.d_categorias_el0{
		width:170px;
	}
	.input-number{
		width: 33px !important;
		padding: 0 5px !important;
	}
	.d_pie_el0{
		display: block;
	}
	.d_pie_el1{
		width: 100%;
	}
	.d_pie_el2{
		width: 100%;
		height: auto;
	}
	.d_productodet_detalles_3{
		width:100%;
	}
	.d_content_list_0{
		padding-left: 10px;
	  padding-right: 10px;
	}
	.d_content_list_0_ipedidos{
		padding-left: 0px;
	  padding-right: 0px;
	}
	.cart_img{
		display: none;
	}
	.d_sbuscar_z0{
		display: block;
		height: auto;
		margin-bottom: 10px;
	}
	.d_sbuscar_z0_h1{
		margin: 0 auto;
		height: 40px;
	}
	.d_sbuscar_z1_results_bar_1{
		font-size: 0.8rem;
	}
	.d_sbuscar_z1_results_bar_0,.d_sbuscar_z1_results_bar_2{
		font-size: 0.9rem;
	}
	.d_sbuscar_z1_results{
		padding:5px 2px;
	}
	.d_sbuscar{
		padding: 0px 2px 10px 2px;
	}
	.tbl_listadoPedidos{
		font-size: 0.8rem;
	}
	.input-numbercx{
		width: 80px !important;
		font-size: 1.2rem !important;
	}
	.d_sbuscar_z0_p2{
		height: auto;
	}
	.d_productos_el2,.d_productos_el2_marcas{
		font-size: 0.80rem;
	}
	.d_productos_el4{
		padding: 6px 6px;
	}
	.d_productos_el3_1{
		font-size: 0.5rem;
	}
	.d_sbuscar_z0_h1{
		display: none;
	}
	.stock{
		padding: 2px 6px !important;
	}
}


@media (max-width:750px) and (min-width:0px) {
	.d_content_menu{
		display: none;
	}
	.h_productosFil_holder .d_productosFil_holder{
		display: none;
	}
	.d_content_page{
		margin-left: 0px;
	}
	.d_productodet_img, .d_productodet_detalles, .d_productodet_holder{
		width: 100%;
		position: relative;
		padding: 0;
	}
	.d_ncolum_0{
		flex-direction: column;
    justify-content: flex-start;
    flex-wrap: nowrap;
    align-items: center;
	}
	.d_ncolum_1{
		width: 100%;
	}
	.d_ncolum_2{
		position: relative;
		width: 100%;
		right: 0px;
	}
	.d_pedidos_nota_0{
		max-width: 500px;
	}
	.d_forms1{
		padding: 0px 15px 0px 15px;
	}
}




@media (max-width:400px) and (min-width:0px) {
	.d_productos_el0{
		width:166px;
	}
	.d_productos_el1{
		height: 40px;
	}
	.d_productos_el_holder{
		padding: 5px;
	}
}
@media (max-width:900px) and (min-width:600px) {
	.d_pagepop_img{
		width: 100%;
	}
	.d_pagepop_txt{
		width: 100%;
	}
}
@media (max-width:599px) and (min-width:300px) {
	.d_pagepop_img{
		width: 100%;
		height: 200px;
	}
	.d_pagepop_txt{
		width: 100%;
		height: auto;
	}
	.d_productodet_img_0{
		height: auto !important
	}
}

@media (max-width:555px) and (min-width:401px) {
	.d_top1_topdcha{
		padding-right: 5px;
	}
	.d_top1_logo{
		max-width: 140px;
	}
	.d_categorias_el0{
		width:160px;
		padding: 5px;
	}

}
@media (max-width:400px) and (min-width:0px) {
	.d_top1_topdcha{
		padding-right: 5px;
		margin-top: 20px;
	}
	.d_top1_btnMenu{
		margin-top: 20px;
	}
	.d_top1_logo{
		position: absolute;
    width: 100%;
    height: 31px;
	}
	.d_categorias_el0{
		width:120px;
		padding: 0px;
	}
	.d_forms1{
		max-width: 600px;
	}
	.d_forms1_holdercampos{
		width: 100%;
		padding: 0px 4px 8px 4px;
	}
	.d_top1_topdcha_bot {
    position: relative;
    margin-top: -20px;
    right:0px;
    font-size: 0.75rem;
  }

}

/*media fin*/


/*datepicker inicio*/
.ui-datepicker-month, .ui-datepicker-year{
  border: 0px;
}
.ui-state-default{
  background: #FFFFFF !important;
}
.ui-widget-content {
  color: rgb(96, 96, 96) !important;
}
#ui-datepicker-div{
  z-index: 5555 !important;
}
/*datepicker final*/





/*COOKIES 2022 INICIO*/
.cook_holder{
	position: fixed;
	margin: 0 auto;
	padding: 0;
	margin-top: -10px;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 20000;
	display: flex;
	align-items: center;
}
.cook_holder_cc{
	position: fixed;
	margin: 0 auto;
	padding: 0;
	margin-top: -10px;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 20000;
	display: flex;
	align-items: center;
}
.cook_nodisplay{
	display: none;
}
.cook_holder1{
	margin: 0 auto;
	position: relative;
	padding: 0;
	width: 80%;
	max-width: 500px;
	/*height: 80%;*/
	max-height: 500px;
	background-color: rgb(255, 255, 255);
	z-index: 20000;
	padding: 20px;
	box-sizing: border-box;
	border-radius: 15px;
}
.cook_holder11{
	margin: 0 auto;
	position: relative;
	padding: 0;
	width: 80%;
	max-width: 500px;
	/*height: 80%;*/
	max-height: 400px;
	background-color: rgb(255, 255, 255);
	z-index: 20000;
	padding: 20px;
	box-sizing: border-box;
	overflow-y: auto;
	border-radius: 5px;
}
.cook_holder2{
	margin: 0 auto;
	width: 100%;
	height: auto;
	z-index: 20000;
	font-family: Arial;
	font-size: 0.9rem;
	color: #000000;
	text-align: justify;
	box-sizing: border-box;
}
.titulo{
	font-family: Arial;
	font-size: 1.2rem;
	font-weight: bold;
	text-align: center;
	margin: 0;
}
.cook_holder3{
	margin: 0 auto;
	position: relative;
	width: 100%;
	height: auto;
	z-index: 20000;
	bottom:0;
	left:0; right:0;
	bottom: 0;
	box-sizing: border-box;
	margin-bottom: 10px;
}
.cook_holder33{
	margin: 0 auto;
	width: 100%;
	height: auto;
	z-index: 20000;
	left:0; right:0;
	box-sizing: border-box;
	margin-bottom: 0px;
	padding-top: 30px;
}
.cook_btn0{
	margin: 0 auto;
	position: relative;
	text-align: center;
	display: inline-block;
	width: auto;
	height: auto;
	margin-top: 25px;
	font-family: Arial;
	font-size: 0.9rem;
	color: #000000;
	font-weight: bold;
	background-color: rgb(70, 39, 204);
	padding: 10px 20px 10px 20px;
	margin-left: 5px;
	margin-right: 5px;
	cursor: pointer;
	background-color: rgb(238, 238, 238);
	border-radius: 0px;
	border-color: rgba(34, 34, 34, 0.2);
}
.cook_btn0:hover{
	background-color: rgb(213, 211, 211);
}
.cook_btn_color{
	background-color: rgb(6, 11, 133);
	color: #FFFFFF;
}
.cook_btn_color:hover{
	background-color: rgb(10, 16, 175);
}
.cook_holder_opt{
	margin: 0 auto;
	width: 100%;
	height: auto;
	z-index: 20000;
	font-family: Arial;
	font-size: 0.9rem;
	color: #000000;
	text-align: justify;
	box-sizing: border-box;
	margin-top: 20px;
}
.cook_opt0{
	position: relative;
	width: 100%;
	height: auto;
	box-sizing: border-box;
	padding-top: 10px;
	clear: both;
	border-top: 1px solid #e9e9e9;
}
.cook_opt1{
	float: left;
	width: 62%;
	height: auto;
	height: auto;
	box-sizing: border-box;
	cursor: pointer;
	font-weight: bold;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
	text-align: left;
}

.cook_opt1:hover{
	color: #999999;
}
.cook_height30{
  height: auto !important;
}
.cook_opt1_symb{
	float: left;
	width: auto;
	height: auto;
	padding-right: 5px;
}
.cook_opt2{
	float: left;
	width: 33%;
	height: auto;
	height: 20px;
	box-sizing: border-box;
	text-align: center;
}
.cook_opt3{
	float: left;
	width: 100%;
	height: 0px;
	box-sizing: border-box;
	overflow: hidden;
}
.cook_opt3_open{
	height: auto;
}
.cook_opt3_txt{
	width: 100%;
	height: auto;
	background-color: rgba(228, 228, 228, 0.37);
	box-sizing: border-box;
	padding: 10px;
}
.cook_holder2 a:link,.cook_holder2 a:visited, .cook_holder2 a:active{
  text-decoration	:none;
	color: #414141;
}
.cook_holder2 a:hover{
	color: #999999;
  transition: all 0.2s ease;
}
.cook_marginbot{
  margin-bottom: 25px;
}

.select_cookies {
	display: inline-block;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing:border-box;
  padding: 5px 8px;
  border: 1px solid #b7b7b7;
  -webkit-border-radius: 3px;
  border-radius: 3px;
	font-family: 'Lato', sans-serif;
	font-size: 0.9em;
	color:rgba(0,0,0,1.00);
  -o-text-overflow: clip;
  text-overflow: clip;
  background: rgba(252,252,252,1);
  /*
	-webkit-box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2) inset;
  box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2) inset;
  text-shadow: 1px 1px 0 rgba(255,255,255,0.66) ;
	*/
  -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
	width: auto;
	text-align: center;
	text-align: left;
	cursor: pointer;
}
.btncook_configura{
  margin: 0 auto;
  text-align: center;
  width: 200px;
  cursor: pointer;
}
/*COOKIES 2022 FIN*/



/*pie kit*/
.d_pie3{
  margin: 0 auto;
  position: relative;
  display: inline-table;
  z-index: 2200;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  margin-top: 5px;
  padding-bottom: 2rem;
  padding-left: 5rem;
  padding-right: 5rem;
  text-align: center;
}
.h_piekit{
  margin: 0 auto;
  position: relative;
  display: inline-table;
  z-index: 2200;
  width: 100%;
  max-width: var(--wmax2);
  height: auto;
  box-sizing: border-box;
  text-align: center;
  padding-bottom: 25px;
}
.d_piekit_0{
  margin: 0 auto;
  position: relative;
  z-index: 2200;
  width: 100%;
  max-width: var(--anchomax);
  height: auto;
  color: var(--gris101);
  font-family: var(--font102);
  font-weight: 400;
  margin-bottom: 2rem;
  font-size: 0.8rem;
  text-transform: uppercase;
}
.d_piekit_0:after {
  content: " ";
  position: absolute;
  top: calc(50% + 1.3rem);
  left: calc(50% - 10%);
  width: 20%;
  border-top-style: solid;
  transform: scaleX(1);
  transition: transform .2s ease-in-out;
  border-top: 1px solid var(--gris101);
}
.d_piekit_1{
  margin: 0 auto;
  position: relative;
  z-index: 2200;
  width: auto;
  height: auto;
  margin: 5px;
  display: inline-table;
}
.imgkit{
  height: 60px;
}
.txtwhite{
  color:#fff
}
/*pie kit end*/

.pulse2 {
	-webkit-animation: pulse 400ms infinite alternate;
	        animation: pulse 400ms infinite alternate;
}
@-webkit-keyframes pulse {
	0% { color: #000000; }
	100% { color: #c00000; }
}
@keyframes pulse {
	0% { color: #000000; }
	100% { color: #c00000; }
}



.pulse1 {
	-webkit-animation: pulse9 400ms infinite alternate;
	        animation: pulse9 400ms infinite alternate;
}
@-webkit-keyframes pulse9 {
	0% { background-color: #ffffff; }
	100% { background-color: #ffd6b2; }
}
@keyframes pulse9{
	0% { background-color: #ffffff; }
	100% { background-color: #ffd6b2; }
}

