*, html, body{
	box-sizing: border-box !important;
}
input, select{
	height: auto;
}
option{
	font-weight: normal;
	font-size: 1.1rem;
	font-family: var(--bs-font-sans-serif);
}
html.overflow-h, body.overflow-h{
	overflow: hidden;
}
/* fallback */
	@font-face {
		font-family: 'Material Icons';
		font-style: normal;
		font-weight: 400;
		src: url(https://fonts.gstatic.com/s/materialicons/v139/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2');
	}
	
	.material-icons {
		font-family: 'Material Icons';
		font-weight: normal;
		font-style: normal;
		font-size: 1.65rem;
		line-height: 1;
		letter-spacing: normal;
		text-transform: none;
		display: inline-block;
		white-space: nowrap;
		word-wrap: normal;
		direction: ltr;
		-moz-font-feature-settings: 'liga';
		-moz-osx-font-smoothing: grayscale;
	}
.tox:not(.tox-tinymce-inline) .tox-editor-header{
	padding: 0 !important;
}
div.filtros_conenedor{
	max-height: 448px;
}
.form-control{
	color: #494949;
} 
.form-select{
	padding: .5rem 1rem;
	font-size: 1.25rem;
}
.modal{
	z-index: 10000;
}
.offcanvas-header{
	position: relative;
	padding: .1rem 1rem;
}
.offcanvas-header .btn-close{
	position: absolute;
	left: -3rem;
	top: 1rem;
	margin: 0;
	color: white !important;
	background-color: white;
	padding: 1rem;
}
.global_alert{
	display:none;
	position: relative;
	cursor:pointer;
	z-index: 10000;
}
.fr_imagePrev{
	display: none;
}
.fr_imagePrev .fr_prevCont img{
	height: 100px;
	width: auto;
	display: inline-block;
	margin: 5px;
}

.titulo02.aux1.titulo_puntos{
	margin-left: -15px;
	margin-right: -15px;
}



.border-shadow-cards {
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
    border: 1px solid #dcdcdced;
}

.border-radius-cards {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.infohome {
    background-color: #212528;
    display: flex;
    justify-content: space-between;
    min-height: 90px;
    margin-top: 30px;
    padding: 15px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.infohome .inner-div.border-left {
    border-left: 1px solid #ccc;
}

.infohome .inner-div {
    width: 26%;
    color: #333;
    font-size: 13px;
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

@media (max-width: 991px){
.infohome {
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    min-height: 90px;
    margin-top: 30px;
    padding: 15px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    flex-direction: column;
}


.infohome .inner-div {
    width: 100%;
    color: #333;
    font-size: 13px;
    padding: 3px 15px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.icon {
    max-width: 40px;
    margin-right: 16px;
}

}


/* Home */
	/* Portada */
	.port_home{
		position: relative;
	}
	.port_home .port_admin{
		position: absolute;
		z-index: 1;
		top: 14px;
		right: 14px;
		padding: 5px 10px;
	}
	.port_admin .btn{
		box-shadow: 0px 3px 15px -4px #000;
	}

	/* Menu de categorías y sub cat. */
	.cat_hCont{
		display: grid;
		grid-template-columns: repeat(3,auto);
	}
	.cat_hCont .cat_hItems .title-xsm2{
		text-transform: uppercase;
	}

	.con_submenu #menu_horizontal{
		overflow: auto;
	}

	.menu_superior_horizontal .menu_superior_1 div.con_submenu{
		top: 0px !important;
		margin-top: 30px !important;
		padding-top: 5px !important;
	}

	/* Modal Banners */
	.modal_list_banner .port_img_modal{
		max-height: 50vh;
	}
/* Producto */
#cont_producto .img_global{
	display: inline-flex;
	justify-content: center;
	align-items: center;
	min-height: 350px;
}

#cont_producto span.icono.entregaespecial_1{
	top: 0px;
	left: 0px;
}

#cont_producto .img_thumb{
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px dashed #E5E5E5;
}
#cont_producto .img_thumb .it_cont{
	display: flex;
	overflow: auto;
}
#cont_producto .img_thumb .it_cont img{
	cursor: pointer;
	margin: 6px;
	margin-right: 4px;
	margin-left: 0;
	width: auto;
	max-width: 100px;
	height: 70px;
	opacity: .8;
	transform: scale(.9);
	transition: .3s ease all;
}
#cont_producto .img_thumb .it_cont img.active, #cont_producto .img_thumb .it_cont img:hover{
	opacity: 1;
	transform: scale(1);
	box-shadow: 4px 4px 5px -5px rgba(0, 0, 0, 0.9);
}

.img_prevCont{
	display: flex;
	align-items: end;
}
.img_prevCont .imgP_cont{
	position: relative;
	height: 100%;
}
.img_prevCont .del_img_prev{
	position: absolute;
	top: 0;
	opacity: 0;
	padding: 0 5px;
	margin: 3px;
	background: rgba(255, 198, 198);
	transition: .3s ease all;
}
.img_prevCont .imgP_cont:hover .del_img_prev{
	opacity: 1;
}
.del_img_prev{
	cursor: pointer;
}

/* Modal de imagen completa */
.img_full_bg, .imgf_bg_close{
	position: fixed;
	z-index: 9998;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100vw;
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(0, 0, 0, 0.4);
	backdrop-filter: blur(2px);
	transition: .3s ease all;
}
.img_full_bg{
	overflow-y: scroll;
}
.imgf_bg_close{
	z-index: -1;
}
.imgf_btn_close{
	position: absolute;
	z-index: 9999;
	right: -40px;
	top: -20px;
	width: 30px;
	height: 30px;
	fill: #fff;
	filter: drop-shadow(2px 3px 2px rgba(0, 0, 0, 0.7));
	cursor: pointer;
	transform: scale(1);
	transition: .3s ease all;
}
.imgf_btn_close:hover{
	filter: drop-shadow(4px 6px 2px rgba(0, 0, 0, 0.7));
	transform: scale(1.1);
}
.img_full_cont{
	position: relative;
	background-color: #fff;
	height: auto;
	max-height: 93%;
	min-height: 400px;
	width: auto;
	max-width: 900px;
	min-width: 400px;
	border-radius: 10px;
	/* overflow: hidden; */
}
.img_full_cont .imgf_selected{
	display: flex;
	align-items: center;
	height: 100%;
	/* background-color: #fff; */
}
.img_full_cont .imgf_selected img{
	height: auto;
	width: auto;
	max-width: 100%;
	/* max-height: 100%; */
	max-height: 90vh;
	border-radius: 10px;
}
.img_full_cont .imgf_controls{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 10px;
	border-radius: 0 0 10px 10px;
	background: rgba(255, 254, 254, 0.4);
	backdrop-filter: blur(10px);
	opacity: 0;
	transition: .3s ease all;
}
.img_full_cont:hover .imgf_controls{
	opacity: 1;
}
#cont_producto .imagen_producto{
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

/* Carrito Compras Panel */
	#carritoRight .offcanvas-body{
		padding: 0;
	}
	#carritoRight .row{
		margin: 0;
	}
	#carritoRight .carrito_cont{
		display: grid;
		grid-template-rows: 1fr auto auto;
		height: 100%;
	}
	#carritoRight .cc_list{
		overflow: hidden;
		scrollbar-width: thin;
		padding: 1rem;
	}
	#carritoRight .cc_list:hover{
		overflow-y: auto;
	}
	#carritoRight .cc_list .lb_item {
		position: relative;
		display: grid;
		grid-template-columns: auto .7fr 1.3fr 60px auto;
		align-items: center;
	}
	#carritoRight .cc_list .lb_item:last-child{
		border-bottom: 0 !important;
	}
	#carritoRight .cc_list .lb_item .lb_image{
		display: flex;
		align-items: center;
	}
	#carritoRight .lb_info .lb_title{
		font-size: 1.1rem;
	}
	#carritoRight .cc_list .lb_item .lb_ctrl{
		text-align: center;
	}
	#carritoRight .cc_list .lb_item .lb_ctrl a{
		display: inline-block;
		background-color: transparent;
		padding: 2px 4px;
		transition: .2s ease all;
		cursor: pointer;
	}
	#carritoRight .cc_list .lb_item .lb_ctrl a svg{
		width: 20px;
		height: 27px;
		fill: #494949;
	}
	#carritoRight .cc_list .lb_item .lb_ctrl a:hover svg{
		fill: var(--bs-primary);
	}
	#carritoRight .cc_total{
		margin: 0;
		padding: 0.5rem;
		margin: auto 1rem;
		display: inline-flex;
		align-items: center;
	}
	#carritoRight .cc_total .item_tot, #carritoRight .cc_total .item_tot span{
		font-family: var(--bs-font-sans-serif);
		font-weight: bold;
		font-size: 1.7rem;
	}
	#carritoRight .cc_total .item_tot span{
		font-size: 2rem;
	}
	#carritoRight .cc_button .btn.btn0{
		width: 100%;
		border-radius: 0;
		padding: 1.2rem .8rem;
		margin: 0;
		margin-top: 5px;
	}

/* Compra final */
	/* Tabla de carrito*/

	#buy_table thead tr, #buy_table thead th{
		background-color: #1b7b93  !important;
		border-color: #206677;
	}
	
	#buy_table .buy_article{
		display: grid;
		grid-template-columns: .3fr 1fr;
		align-items: center;
	}
	.buy_article .bArt_img{
		display: flex;
		align-items: center;
		justify-content: center;
		height: 90px;
	}
	.buy_article .bArt_img img{
		max-height: 100%;
	}
	.buy_article .bArt_info{
		margin-left: 10px;
	}
	.buy_article .bArt_info .bArt_tit a{
		font-weight: bold;
		font-size: 1.2rem;
	}
	.buy_article .bArt_info .bArt_desc{
		color: var(--bs-gray);
		font-size: .9rem;
	} 
	#buy_table tfoot tr{
		background-color: #d6dfe6;
		border: 1px solid #cbcfd3;
		border-bottom-width: 4px;
		border-top-width: 2px;
	}
	#buy_table tfoot tr td{
		border-color: transparent;
	}
	#buy_table .buy_tot{
		font-size: 1.6rem;
		font-weight: bold;
	}
	

	/* Envíos */
	.buySend_lbl{
		display: inline-flex;
		align-items: center;
		cursor: pointer;
		transition: .2s ease all;
		user-select: none;
		padding: 0.7rem;
		border: 1pt solid #e7e7e7;
		border-radius: 1rem;
		margin-right: 0.3rem;
		vertical-align: middle;
	}
	.buySend_lbl:last-child{
		margin-right: 0rem;
	}
	.buySend_lbl:hover{
		background-color: rgba(0, 0, 0, 0.05) !important;
		border-color: #dddddd;
	}
	.buySend_inp:checked + .buySend_lbl{
		border-color: var(--bs-primary);
		margin-left: 0;
		box-shadow: 0px 0px 6px -3px var(--bs-primary);
		background-color: rgba(0, 0, 0, 0.05) !important;
	}

p.mg-xlg-t.justificado {
    text-align: justify;
}

p.mg-xlg-b.justificado {
    text-align: justify;
}

/* Listado productos */
#filtros_listados, #filtros_listados .accordion-button{
	font-family: arial !important;
}
#filtros_listados .accordion-button{
	padding: 0.6rem 0.8rem;
	transition: .2s ease all;
	font-weight: bold;
}
#filtros_listados .accordion-button.collapsed{
	/* padding: 0.8rem; */
}
#filtros_listados .accordion-button:not(.collapsed), #filtros_listados .accordion-button:hover{
	color: #1b6ce5;
	background-color: transparent;
	
}
#filtros_listados .accordion-button:not(.collapsed) {
	box-shadow: inset 0 0px 0 rgba(0,0,0,.125);
}
#filtros_listados .accordion-button:focus {
	z-index: 2;
	border-color: #86b7fe;
	box-shadow: inset 0 0px 0 rgba(0,0,0,.125);
}
#filtros_listados .all_list .accordion-button::after{
	background-image: url('');
}
#filtros_listados .accordion-body{
	box-shadow: 0px -14px 40px -40px rgba(0, 0, 0, 0.3) inset,  0px 14px 40px -40px rgba(0, 0, 0, 0.4);
	padding: 0.6rem 0;
	border-bottom: 1px solid;
	border-top: 1px solid;
	border-color: rgba(0,0,0,.12);
}
#filtros_listados .accordion-body ul li{
	margin: 0;
}
#filtros_listados .accordion-body ul li.active a{
	box-shadow: 0px 2px 0px 0px #a1caff;
}
#filtros_listados .accordion-body ul li a{
	display: inline-block;
	width: 100%;
	height: 100%;
	text-transform: capitalize;
}

.cover_cat_opt{
	position: absolute;
	right: 1rem;
	bottom: 2rem;
}
.cover_cat_opt .btn{
	font-size: 0.9rem;
	padding: 0.3rem 0.5rem;
}

div.producto.cuadro{
	float: none;
}

/* Sección editar/agregar cat */
.lista_cat .cat_opt.material{
	color: #1b5895;
}

@media screen and (max-width: 600px) {
       table {
           width:100%;
       }
       thead {
           display: none;
       }
       tr:nth-of-type(2n) {
           background-color: inherit;
       }
       tr td:first-child {
           font-weight:bold;
           font-size:1.3em;
       }
       tbody td {
           display: block;
           text-align:center;
       }
       tbody td:before {
           content: attr(data-th);
           display: block;
           text-align:center;
       }

      #buy_table .buy_article{
		grid-template-columns: auto;
	}

.tbody, td, tfoot, th, thead, tr{
border-style: hidden;
}

}

/* Espaciado entre secciones principales */
.index #maq_contenedor .BDW-Home-Carrusel{
	margin-bottom: 60px;
	padding-top: 40px;
}

.index #maq_contenedor .contenedor_zona_a{
	margin-bottom: 60px;
}
