@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700;800&display=swap');
.container-fluid {
    padding-right: 25px;
    padding-left: 25px;
    margin-right: auto;
    margin-left: auto;
}
.fluid-padre-25{
	margin-right: -25px;
    margin-left: -25px;
}
body {
	background-color: #FFFFFF;
	color: #000000;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400px;
	font-size: 16px;
	line-height: 21px;
	position: relative;
	overflow-x: hidden;
	width: 100vw;
	max-width: 100vw;
}
#mds-seccion{
	/*margin-top: -80px;*/
}

h1, h2, h3, h4, h5, h6{
	padding: 0px;
	margin: 0px;
}


.mds-banner-cont{
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 345px;
	border-radius: 10px;
}
.clearfix{
	clear: both;
}
.izquierda{
	float: left;
}
.derecha{
	float: right;
}
.interlineado-mayor{
	line-height: 29px;
}


/*TEXTO*/
.txt-min{
	font-size: 10px;
	line-height: 10px;
}
.txt-ch{
	font-size: 14px;
	line-height: 18px;
}
.txt-normal{
	font-size: 16px;
	line-height: 29px;
}
.txt-semi{
	font-size: 19px;
	line-height: 23px;
}
.txt-md{
	font-size: 22px;
	line-height: 22px;
}
.txt-gde{
	font-size: 32px;
	line-height: 32px;
}
.txt-banner{
	font-size: 52px;
	line-height: 52px;
	color: #FFFFFF;
	text-shadow: 2px 2px 2px #000000;
	font-weight: 700;
	position: absolute;
	right: 20px;
	bottom: 50px;
	
	text-align: right;
}
.txt-delgada{
	font-weight: 400;
}
.txt-bold{
	font-weight: 700;
}
.txt-extrabold{
	font-weight: 800;
}
.txt-negro{
	color: #000000;
}
.txt-azul{
	color: #ff8101;
}
.txt-blanco{
	color: #FFFFFF;
}
.txt-subrayado{
	text-decoration: underline;
}


/*ELEMENTOS*/
.mds-contenedor{
	padding-right: 15px;
}
.back-azul{
	background-color: #ff8101;
}
.back-gris2{
	background-color: #E2E7ED;
}
.back-gris{
	background-color: #F1F4F7;
}
.center-txt{
	text-align: center;
}
.center{
	position: relative;
	margin: 0px auto;
}
.derecha-txt{
	text-align: right;
}
.ancho-full{
	width: 100%;
}
.mds-line{
	background-color: #F1F4F7;
	height: 1px;
	width: 100%;
}
.arb-solo-desk{
	display: block;
}


/*BOTONES*/
.mds-btn, .mds-btn:hover{
	background-color: #ff8101;
	color: #FFFFFF;
	font-weight: 700;
	text-align: center;
	line-height: 40px;
	height: 40px;
	font-size: 17px;
	padding: 0px 35px;
	border-radius: 23px;
	border: 0px;
	display: block;
	width: fit-content;
	margin-bottom: 20px;
	text-decoration: none;
	cursor: pointer;
}
.mds-btn-gris, .mds-btn-gris:hover{
	background-color: #F1F4F7;
	color: #ff8101;
	font-weight: 700;
	text-align: center;
	line-height: 45px;
	height: 45px;
	font-size: 17px;
	padding: 0px 35px;
	border-radius: 23px;
	border: 0px;
	display: block;
	width: fit-content;
	margin-bottom: 20px;
	text-decoration: none;
}




/*Formulario*/
.mds-form input{
	background-color: #F1F4F7;
	border-radius: 23px;
	width: 100%;
	height: 40px;
	line-height: 40px;
	padding: 0px 25px;
	font-size: 17px;
	border: 0px;
	margin-bottom: 20px;
}
.mds-form textarea{
	background-color: #F1F4F7;
	border-radius: 23px;
	width: 100%;
	line-height: 20px;
	padding: 25px 25px;
	font-size: 17px;
	border: 0px;
	margin-bottom: 20px;
}
.mds-form select{
	background-color: #F1F4F7;
	border-radius: 23px;
	width: 100%;
	height: 45px;
	line-height: 45px;
	padding: 0px 20px;
	font-size: 17px;
	border: 0px;
	margin-bottom: 20px;
}


/*LISTAS*/
.mds-lista-sin{
	padding-left: 0px;
	list-style: none;
}
.mds-lista-sin li{
	margin-bottom: 15px;
}


/*HEADER*/
#mds-logo{
	display: block;
	width: 100%;
	padding: 20px 0px 20px;
}
#mds-logo-img{
	width: 80%;
	margin-left: 10%;
}
#mds-buscador{
	padding-top: 20px;
	padding-bottom: 20px;
}
#mds-buscar{
	background-image: url('./imagenes/search.png');
	background-repeat: no-repeat;
	background-position: 15px 13px;
  padding-left: 40px;
  font-size: 15px;
  font-weight: 700;
}
#mds-btn-carrito-top{
	background-size: 25px auto;
	background-image: url('./imagenes/icon-carrito-cotizaciones.png');
	background-repeat: no-repeat;
	background-position: center center;
	float: right;
	margin-top: 20px;
	position: relative;
	width: 40px;
	margin-right: 10px;
}
#contador-de-productos{
	position: absolute;
	font-size: 12px;
	right: 6px;
	bottom: 6px;
	display: block;
   height: 12px;
   line-height: 12px;
   min-width: 20px;
   text-align: center;
}
#mds-btn-login{
	margin-top: 20px;
	float: right;
	position: relative;
	
}
#mds-btn-login:after{
	content: ' ';
	background-image: url('./imagenes/user.png');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 15px;
	height: 20px;
	display: block;
  float: right;
  margin-top: 12px;
  margin-left: 5px;
}
#mds-menu-padre{
	padding-left: 0px;
}
#mds-menu{
	border-radius: 0px 10px 10px 0px;
	padding: 25px 20px;
}
#mds-menu-lista, #mds-submenu-productos{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#mds-submenu-productos{
	margin-left: 40px;
}
#mds-menu-lista li{
	margin-bottom: 5px;
}
#mds-submenu-productos li{
	margin-bottom: 8px;
}
.mds-menu-link {
	min-height: 45px;
	line-height: 15px;
	display: block;
	position: relative;
	padding-left: 40px;
	font-weight: 700;
	font-size: 12px;
	background-repeat: no-repeat;
	background-position: 15px center;
	color: #000000;
	cursor: pointer;
	padding-top: 15px;
	padding-bottom: 15px;
}
.mds-submenu-link{
	line-height: 12px;
	display: block;
	position: relative;
	font-weight: 700;
	font-size: 10px;
	color: #000000;
}
.mds-menu-link.menu-activo{
	background-color: #ff8101;
	color: #FFFFFF;
	border-radius: 25px;
}
.mds-menu-link-inicio{
	background-image: url('./imagenes/icon-inicio.png');
}
.mds-menu-link-cotizaciones{
	background-image: url('./imagenes/icon-productos.png');
}
.mds-menu-link.mds-menu-link-productos{
	background-image: url('./imagenes/icon-productos.png');
	position: relative;
}
.mds-menu-link-productos:after{
	content: ' ';
	display: block;
	width: 20px;
	height: 20px;
	background-image: url('./imagenes/icon-desplegar.png');
	background-position: center;
	position: absolute;
	right: 10px;
	top: 12px;
	background-repeat: no-repeat;
}
.mds-menu-link.mds-menu-link-acerca{
	background-image: url('./imagenes/icon-mudisa.png');
	background-position: 10px center;
}
.mds-menu-link.mds-menu-link-cerrar{
	background-image: url('./imagenes/icon-cerrar.png');
}
.mds-menu-link.mds-menu-link-carrito{
	background-image: url('./imagenes/icon-carrito-cotizaciones.png');
	background-size: 20px auto;
	background-position: 10px center;
}
#mds-submenu-productos-cont{
	height: 0px;
	overflow: hidden;
}
#mds-submenu-productos-cont.abrir{
	height: auto;
}


/*HOME*/
#mds-home-titulo-lineas{
	padding-top: 15px;
}
#mds-home-mapa-img{
	width: 100%;
	max-width: 445px;
}


.mds-row {
   display: flex;
  flex-wrap: wrap;
  /*display: grid;
  grid-template-columns: repeat(auto-fit, minmax(20%, 1fr));
  grid-gap: 10px;*/
}


.mds-btn-cuadro{
	width: 22%;
	margin-right: 3%;
  text-decoration: none;
	text-align: center;
	color: #000000;
	font-size: 13px;
	line-height: 15px;
	font-weight: 700;
	margin-bottom: 40px;

}
.mds-btn-cuadro-img{
	margin-bottom: 10px;
	width: 100%;
}
.mds-btn-cuadro-img img{
	height: auto;
	width: 100%;
	border-radius: 20px;
}

/*FOOTER*/
#mds-logo-footer{
	width: 100%;
	max-width: 162px;
}




/*CATEGORIA*/
.mds-banner-categoria{
	background-position: center;
	background-size: cover;
	height: 180px;
	width: 100%;
	border-radius: 25px;
}
.mds-categoria-select{
	width: 140px;
	float: left;
	margin-left: 20px;

}
#mds-categoria-filtros{
	line-height: 45px;
}
#mds-btn-categoria-filtro{
	float: left;
}
.migajas{
	padding-top: 30px;
}
.mds-icon-sig{
	background-image: url('./imagenes/icon-siguiente.png');
	background-position: center;
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
	display: inline-block;
	top: 3px;
  position: relative;
  margin-left: 5px;
  margin-right: 5px;
}


/*DETALLE*/
.mds-producto-img{
	
	overflow: hidden;
}
.mds-producto-img img{
	width: 100%;
	border-radius: 20px;
}
#mds-btn-ficha{
	background-color: #333333;
	font-size: 14px;
	padding: 0px 20px;
}
#mds-btn-solicitar{
	background-color: #FF097C;
	font-size: 14px;
	line-height: 15px;
	padding: 10px 20px;
	height: auto;
	max-width: 200px;
	float: right;
}
.mds-detalle-subtitulo-bar{
	border-radius: 25px;
	padding: 10px 30px 10px 40px;
	position: relative;
}
.mds-detalle-subtitulo-bar:after{
	content: ' ';
	display: block;
	width: 20px;
	height: 20px;
	background-image: url('./imagenes/icon-desplegar.png');
	background-position: center;
	position: absolute;
	right: 10px;
	top: 12px;
	background-repeat: no-repeat;
}
.mds-detalle-codigo-img{
	padding-left: 0px;
	cursor: pointer;
}
.mds-detalle-codigo{
	padding-left: 0px;
}
.mds-detalle-codigo-img img{
	width: 100%;
	max-width: 60px;
	float: right;
	border-radius: 10px;
}
.mds-detalle-item{
	padding: 10px 0px 10px 0px;
}
.mds-detalle-precio{
	height: 40px;
	line-height: 40px;
	margin: 0px 10px;
	float: left;
	width: 100px;
	text-align: right;
}
.mds-detalle-cantidad{
	background-color: #F1F4F7;
	border-radius: 10px;
	height: 40px;
	width: 70px;
	
	line-height: 40px;
	border: 0px;
	text-align: center;
	margin: 0px 10px;
	display: inline-block;
	vertical-align: middle; /* Alinea verticalmente */
}
.mds-btn-add-cart{
	background-image: url('./imagenes/icon-carrito.png');
	background-position: center;
	background-repeat: no-repeat;
	background-color: #ff8101;
	border-radius: 25px;
	height: 40px;
	width: 50px;
	
	display: inline-block;
	vertical-align: middle; /* Alinea verticalmente */
}
.mds-detalle-cod-top{
	padding-top: 9px;
}
.mds-detalle-subtitulo-lista{
	height: 0px;
	overflow: hidden;
}
.mds-detalle-subtitulo-lista.abrir-lista-productos{
	height: auto;
}
.mds-detalle-subtitulo-cont{
	margin-bottom: 10px;
}
 #mds-cuerpo-maximo{
   height: 200px;
   overflow: hidden;
}
#mds-cuerpo-maximo.abrir{
   height: auto;
}
#mds-btn-ver-mas{
   margin: 0px auto;
   cursor: pointer;
}
#mds-titulo-aceptas{
	margin-bottom: 10px;
}
.mds-btn-no{
	margin-left: 20px;
}



/*CARRITO*/
#avisos-de-carrito{
	position: fixed;
	right: 0px;
	top: 20px;
	height: auto;
	padding: 20px;
	background-color: #ff8101;
	color: #FFFFFF;
	z-index: 1000;
	display: none;
	transition: all 0.5s;
}
#avisos-de-carrito.mostrar{
	display: block;
}
#mds-carrito-titulos{
	margin-bottom: 10px;
}
.mds-cont-cantidad{
	display: flex;
  justify-content: center;
  align-items: center;
}
.mds-carrito-precio{
	line-height: 40px;
}
.mds-carrito-borrar{
	background-image: url('./imagenes/icon-delete.png');
	background-position: center;
	background-repeat: no-repeat;
	height: 40px;
	width: 40px;
}
.mds-carrito-acciones{
	display: flex;
  justify-content: center;
  align-items: center;
}
.mds-carrito-totales{
	margin-bottom: 10px;
}
#mds-carrito-comentario{
	background-color: #F1F4F7;
	border-radius: 20px;
	width: 100%;
	line-height: 20px;
	padding: 10px 25px;
	font-size: 17px;
	border: 0px;
	margin-bottom: 20px;
	height: 80px;
	margin-top: 10px;
}
.btn-carrito-fin, .btn-carrito-fin:hover{
	display: inline-block;
	padding: 0px 25px 0px 45px;
	font-size: 16px;
	margin-right: 20px;
}
.btn-descargar, .btn-descargar:hover{
	background-image: url('./imagenes/icon-descargar.png');
	background-position: 15px center;
	background-repeat: no-repeat;
	background-color: #000000;
}
.btn-enviar-cliente, .btn-enviar-cliente:hover{
	background-image: url('./imagenes/icon-email.png');
	background-position: 15px center;
	background-repeat: no-repeat;
	background-color: #ff8101;

}
.btn-confirmar, .btn-confirmar:hover{
	background-image: url('./imagenes/icon-flecha.png');
	background-position: 20px center;
	background-repeat: no-repeat;
	background-color: #539AAC;

}
#mds-cont-btns-carrito{
	text-align: right;
	float: right;
}
.mds-cajitas{
	border-radius: 15px;
	padding: 10px;
	min-height: 53px;
}


#mds-usuario-nombre{
	position: relative;
	padding: 20px 0px;
	text-align: center;
	font-weight: bold;
}






/*COTIZACIONES*/
.mds-cotizacion-codigo{
	background-image: url('./imagenes/icon-carrito-cotizaciones.png');
	padding-left: 25px;
	background-position: 0px center;
	background-repeat: no-repeat;
	background-size: 20px auto;
}
.mds-btn-ver-cotizacion{
	background-image: url('./imagenes/icon-ojito.png');
	background-position: center center;
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 40px;
	width: 40px;
}
.mds-btn-pdf-cotizacion{
	background-image: url('./imagenes/icon-descargar-negro.png');
	background-position: center center;
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 40px;
	width: 40px;
}


/*CLIENTES*/
.mds-etq-cliente{
	text-align: right;
	line-height: 45px;
}
.mds-btn-cliente-editar{
	background-image: url('./imagenes/icon-editar-cliente.png');
	background-position: center center;
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 40px;
	width: 40px;
}
.mds-btn-cliente-cotizaciones{
	background-image: url('./imagenes/icon-ver-cotizaciones-cliente.png');
	background-position: center center;
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 40px;
	width: 40px;
}
#mds-btn-carrito-mobile{
	display: none;
}
.mds-carrito-t-totales{
		float: right;
}
.mds-carrito-comenatario-adicional{
	float: left;
}
#mds-btn-menu-desplegable{
	display: none;
}
.ocultar-pc{
	display: none;
}
.mds-login-input{
	max-width: 300px;
}
.mds-mobile-centro{
	max-width: 100%;
}
.mds-txt-mobile-pc-min{
		font-size: 12px !important;
		line-height: 15px !important;
}

.mds-detalle-prdo-img{
	display: block;
}
.mds-detalle-prdo-img-mobile{
	display: none;
}

@media only screen and (min-width: 1200px) {
	.mds-btn-cuadro{
		width: 22%;
		/*width: 13.5%;*/
		margin-right: 3%;
	}
}

@media only screen and (min-width: 1600px) {
	.mds-btn-cuadro{
		width: 18%;
		/*width: 13.5%;*/
		margin-right: 2%;
	}
}

.link-idioma{
	float: right;
	display: block;
	margin-top: 20px;
	margin-left: 10px;
}

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

	.mds-menu-link-productos:after{
		display: none;
	}
	.mds-producto-nombre-pad{
		padding-left: 0px;
	}
	.mds-detalle-codigo-img img{
		width: 50px;
		float: left;
	}
	.mds-detalle-prdo-img{
		display: none;
	}
	.mds-detalle-prdo-img-mobile{
		display: block;
	}
	
}

@media only screen and (max-width: 991px) {
	#mds-seccion{
		margin-top: 0px;
	}
	#mds-buscador{
		padding-top: 10px;
		padding-bottom: 0px;
	}
	.link-idioma{
		display: none;
	}
	.ocultar-pc{
		display: inline-block;
	}
	.center-txt-mobile{
		text-align: center;
	}

	.txt-semi{
		font-size: 16px;
		line-height: 21px;
	}
	.txt-md{
		font-size: 20px;
		line-height: 20px;
	}
	.txt-gde{
		font-size: 25px;
		line-height: 25px;
	}
	.txt-banner{
		font-size: 25px;
		line-height: 28px;
		bottom: 20px;
		width: min-content;
		text-align: right;
	}
	.mds-banner-cont{
		height: 220px;
	}
	.mds-producto-nombre-pad{
		padding-left: 0px;
	}





	.detener-scroll{
		overflow: hidden;
		height: 100vh;
	}
	
	/*ELEMENTOS*/
	.mds-contenedor{
		padding-right: 0px;
	}

	/*HEADER*/
	#mds-logo{
		padding: 8px 0px 8px;
		width: 40px;
	}
	#mds-header-logo{
		box-shadow: 1px 1px 10px #cdcdcd;
		position: relative;
	}
	#mds-btn-menu-desplegable{
		background-image: url('./imagenes/bolitas.png');
		background-position: right center;
		background-repeat: no-repeat;
		background-size: 5px auto;
		position: absolute;
		right: 10px;
		height: 50px;
		line-height: 50px;
		padding-right: 15px;
		display: block;
		top: 0px;
		font-weight: bold;
	}
	#mds-btn-login{
		display: none;
	}
	#mds-btn-carrito-top{
		display: none;
	}
	#mds-logo-solo-menu{
		background-image: url('./imagenes/isadora.png');
		background-position: center 20px;
		background-repeat: no-repeat;
		background-size: auto 50px;
		background-attachment: scroll;
		height: 90px;
	}
	#mds-menu-padre{
		
		background-color: #F1F4F7;
		padding-left: 0px;
		padding-right: 0px;	
		
		position: absolute;
	    width: 100%;
	    z-index: 100;
	    top: 0px;
	    left: -100%;
	    height: 100vh;
	    overflow-y: scroll;
	    transition: all 0.5s;

	}
	#mds-menu-padre.abrir-menu{
		left: 0%;
	}
	#mds-menu{
		border-radius: 0px;
		background-color: transparent;
		padding-top: 0px;
	}
	#mds-usuario-nombre {
	   padding: 0px 0px 20px 0px;
	}
	.mds-submenu-link {
    line-height: 20px;
   }
   #mds-btn-cerrar-menu{
   	background-image: url('./imagenes/icon-cerrar-menu.png');
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 20px auto;
		position: absolute;
		right: 10px;
		top: 10px;
		z-index: 101;
		display: block;
		height: 40px;
		width: 40px;
   	
   }
   #mds-btn-carrito-mobile{
		display: block;
	}
	#mds-logo-footer {
	    max-width: 150px;
	    margin-top: 100px;
	}



	/*DETALLE*/
	.mds-detalle-codigo{
		padding-left: 0px;
	}
	.mds-detalle-subtitulo-lista{
		font-size: 13px;
	}
	.mds-detalle-subtitulo-bar {
	    border-radius: 0px;
	    padding: 10px 30px 10px 10px;
	}
	.migajas-mobile-no{
		display: none;
	}
	.mds-detalle-cantidad{
		width: 85px;
	}
	.mds-btn-add-cart{
		width: 40px;
	}
	.mds-detalle-precio{
		text-align: left;
		float: left;
	}
	.mds-producto-img img {
	    max-width: 300px;
	}

	/*CARRITO*/
	#mds-cotizacion-carrito-productos{
		font-size: 12px;
	}
	#mds-cotizacion-carrito-productos-admin{
		font-size: 12px;
	}
	.mds-c-nombre{
		margin-bottom: 10px;
	}
	.mds-carrito-titulos-mobile{
		font-size: 12px;
	}
	.mds-carrito-t-totales{
		font-size: 12px;
	}
	.mds-carrito-comenatario-adicional{
		
	}
	#mds-cont-btns-carrito{
		padding-bottom: 20px;
	}
	.mds-txt-mobile-min{
		font-size: 12px !important;
	}
	.mds-cotizacion-linea{
		line-height: 20px !important;
	}
	.ocultar-mobile{
		display: none;
	}
	.mds-etq-cliente{
		text-align: left;
	}
	.mds-mobile-centro{
		max-width: 400px;
		margin: 0px auto;
		position: relative;
	}
	


}


@media only screen and (max-width: 767px) {
	.mds-btn-cuadro{
		width: 30.333%;
		margin-right: 1.5%;
		margin-left: 1.5%;
	}
	.mds-detalle-precio{
		text-align: left;
		float: none;
	}
	.mds-detalle-cantidad{
		margin: 0px 2px;
	}
	.mds-detalle-cantidad{
		width: 60px;
	}
}
@media only screen and (max-width: 400px) {
	.mds-btn-cuadro{
		width: 45%;
		margin-right: 2.5%;
		margin-left: 2.5%;
	}
	.mds-detalle-cantidad{
		margin: 0px 2px;
	}
}





.mds-cotizacion-linea{
	line-height: 40px;
}
.mds-cotizacion-linea .txt-ch{
	line-height: 40px;
}



/*

.bloque{
	min-height: 100vh;
	position: relative;
}


.owl-theme .owl-dots .owl-dot span{
	background-color: #f2e9cc;
	border-radius: 0px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
    background-color: #030303;
}
.owl-dots{
	padding-right: 20px;
    text-align: right !important;
    width: max-content;
    float: right;
    padding-top: 45px;
}
.owl-carousel .owl-nav button.owl-prev{
	background-color: #030303;
	border-radius: 0px;
	color: #f2e9cc;
	font-size: 40px;
    line-height: 40px;
	height: 40px;
	width: 40px;
}
.owl-carousel .owl-nav button.owl-next{
	background-color: #030303;
	border-radius: 0px;
	color: #f2e9cc;
	font-size: 40px;
    line-height: 40px;
	height: 40px;
	width: 40px;
}
.owl-theme .owl-nav{
	text-align: right;
    padding-right: 40px;
    padding-top: 20px;
    width: max-content;
    float: right;
}























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

	
}

@media only screen and (max-width: 575px) {
	
	
}


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

	
}*/


.mds-etq-crud{
	font-weight: bold;
	font-size: 14px;
	padding-left: 20px;
}
.mds-producto-bloque-crud{
	border: 1px solid #cdcdcd;
	padding: 20px 0px 20px 50px;
	border-radius: 10px;
	margin-bottom: 20px;
}
.mds-form input[type="file"]{
	background-color: transparent;
}
.mds-line-producto{
	border: 1px solid #cdcdcd;
	width: 100%;
	margin-bottom: 40px;
}
.mds-ver-ficha{
	margin-left: 20px;
}
.mds-producto-edtit-img img{
	width: 100%;
	max-width: 300px;
	margin: 0px auto;
	position: relative;
}
.mds-btn-editar{
	background-image: url('./imagenes/icon-editar-cliente.png');
	background-position: center center;
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 40px;
	width: 40px;
}
.mds-btn-borrar{
	background-image: url('./imagenes/icon-delete.png');
	background-position: center center;
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 40px;
	width: 40px;
}

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

	.mds-producto-bloque-crud{
		padding: 10px 10px 10px 10px;
	}
	.mds-crud-centro{

	}
	.categorias-listado-crud{
		font-size: 13px;
	}
	.arb-solo-desk{
		display: none;
	}
	
}


#mds-zoom{
    width: 100vw;
    height: 100vh;
    left: 0px;
    top: 0px;
    position: fixed;
    z-index: 100;
    display: none;
}
#mds-zoom-int{
    height: 100%;
    width: 100%;
    position: relative;
}
#mds-zoom-capa{
    height: 100%;
    width: 100%;
    left: 0px;
    top: 0px;
    position: absolute;
    background-color: #000000;
    opacity: 0.8;
    z-index: 101;
}
#mds-zoom-img{
    width: 300px;
    height: 300px;
    left: 50%;
    top: 50%;
    position: absolute;
    z-index: 102;
    margin-left: -150px;
    margin-top: -150px;
}
.mds-zoom-img-src{
	width: 100%;
}
#mds-zoom-cerrar{
	 color: #FFFFFF;
    font-size: 12px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: 100px;
    margin-top: -190px;
    z-index: 103;
    height: 40px;
    width: 50px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    font-weight: bold;
}
#mds-btn-whatsapp{
	background-image: url(./imagenes/whatsapp_icon.png);
    background-position: 10px 7px;
    background-repeat: no-repeat;
    position: fixed;
    right: 10px;
    bottom: 10px;
    height: 46px;
    width: 190px;
    z-index: 1000;
    background-color: #ff8101;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 12px;
    padding: 0px 0px;
    border-radius: 23px;
    border: 0px;
    display: block;
    text-decoration: none;
    cursor: pointer;
    background-size: 30px auto;
    padding-left: 50px;
    line-height: 15px;
    padding-top: 6px;
}
.mds-carrito-img{
	height: auto;
	margin-bottom: 10px;
    width: 50px;
    border-radius: 10px;
}
.mds-detalle-precio{
	margin-left: 0px;
	margin-right: 0px;
	width: 98px;
}
.mds-submenu-link:hover, .mds-submenu-link.acual{
	color: #ff8101;
	text-decoration: underline;
}

.etq-precio-mobile{
	display: none;
}
@media only screen and (max-width: 991px) {
	.migajas, .migajas a.txt-md{
		font-size: 12px;
	}
	.titulos-carrito-mobile{
		display: none;
	}
	
	.etq-precio-mobile{
		font-weight: 400;
		color: #ff8101;
		display: inline-block;
	}
	.mds-cont-cantidad.input-carrito-caso-especial{
		justify-content: left;
	}
	.mds-carrito-acciones.input-carrito-caso-especial{
		justify-content: left;
	}
	.mds-cont-cantidad.input-carrito-caso-especial input.mds-detalle-cantidad{
		margin-left: 0px;
	}
}
@media only screen and (max-width: 430px) {
	.mds-carrito-img{
	    width: 60px;
	}
}
@media only screen and (min-width: 431px and max-width: 990px) {
	.mds-carrito-img{
	    width: 80px;
	}
}
@media only screen and (min-width: 991px) {
	.col-xs-7.adaptar-etq-totales{
		width: 60.7%;
	}
	.precios-carrito-caso-especial{
		text-align: right;
	}
	.mds-centrar-vertical{
	  display: flex;
	  /*justify-content: center;*/
	  align-items: center;
	}
}
@media only screen and (max-width: 990px) {

	.mds-detalle-precio.acomodar{
		float: none;
	}
	.mds-detalle-cantidad.acomodar{
		margin-left: 0px;
	}
	.mds-detalle-codigo-img img{
		width: 60px;
		max-width: 60px;
	}
}

.vs-txt-400{
	font-weight: 400;
}




.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    background-color: #ff8101;
    border-color: #ff8101;
}
.pagination>li>a, .pagination>li>span {
    color: #ff8101;
}


