@import url('https://fonts.googleapis.com/css?family=Montserrat:400,600&display=swap');

.contentNumbrePage {
	width: 80%;
	height: auto;
	float: right;
	margin-top: 20px;
	margin-bottom: 20px;
}

.floatArt {
	width: 70%;
	height: auto;
	float: left;
}

.btnRedireccionar {
	margin-top: 15px;
	
}
/*
.contentProducts {
	width: 100%;
	height: auto;
	text-align: left;
	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;

	flex-wrap: wrap;
  	justify-content: space-around;
}
*/
.productsRight {
	width: 100%;
	height: auto;
	text-align: left;
	
	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;

	flex-wrap: wrap;
  	justify-content: flex-start;
  	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.lineCat {
	border-bottom: 1px solid #CCC;
}

.lineCat a {
	font-size: 14px;
	text-align: center;
}

/* HOME */
.articlePromoHome {
	padding: 5px;
	width: 200px;
	height: 170px;
	margin: 10px;
	background-color: #FFF;
	border: 3px solid #5B7BDD;
	transition: all 0.3s;
}

.articlePromoHome:hover {
	box-shadow: 0px 0px 20px #333;
	-webkit-box-shadow: 0px 0px 20px #333;
	-moz-box-shadow: 0px 0px 20px #333;
	-o-box-shadow: 0px 0px 20px #333;
}

.articleHome {
	padding: 5px;
	width: 200px;
	height: 260px;
	background-color: #FFF;
	margin: 10px;
	text-align: left;
	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;

	flex-wrap: wrap;
  	justify-content: space-around;
	transition: all 0.3s;
	box-shadow: 0px 0px 30px #CCC;
	-webkit-box-shadow: 0px 0px 30px #CCC;
	-moz-box-shadow: 0px 0px 30px #CCC;
	-o-box-shadow: 0px 0px 30px #CCC;
}

.articleHome:hover {
	box-shadow: 0px 0px 40px #81D4FA;
	-webkit-box-shadow: 0px 0px 40px #81D4FA;
	-moz-box-shadow: 0px 0px 40px #81D4FA;
	-o-box-shadow: 0px 0px 40px #81D4FA;
}

.imgProductHome {
	width: 100%;
	height: 200px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
	overflow: hidden;
}

.imgProductHome img {
	max-width: 100%;
	max-height: 200px;
	vertical-align: middle;
	align-items: center;
}

.imgProductHome i {
	font-size: 110px;
	color: #CFD8DC;
}

.centerImg {
	width: 100%;
	height: 300px;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center;
	overflow: hidden;
	transition: all 0.3s;
}

.nameProductHome {
	width: 100%;
	height: 25px;
	display: flex;
	align-items: center;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	color: #FF9800;
	font-weight: 400;
}

.empProductHome {
	width: 100%;
	height: 25px;
	align-items: center;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-size: 22px;
	color: #2979FF;
	font-weight: 400;
	margin-top: 0px;
}
/* -------------- */
/* PRODUCT LIST */
.articleList {
	padding: 5px;
	width: 95%;
	height: auto;
	margin: 5px;
	background-color: #FFF;
	border: 3px solid #FFAB00;
	transition: all 0.3s;
}

.articleList:hover {
	box-shadow: 0px 0px 20px #CCC;
	-webkit-box-shadow: 0px 0px 20px #CCC;
	-moz-box-shadow: 0px 0px 20px #CCC;
	-o-box-shadow: 0px 0px 20px #CCC;
}

.articleListSel {
	padding: 5px;
	width: 95%;
	height: auto;
	margin: 5px;
	background-color: #FFF;
	border: 3px solid #7299FF;
	transition: all 0.3s;
}

.articleListSel:hover {
	box-shadow: 0px 0px 20px #CCC;
	-webkit-box-shadow: 0px 0px 20px #CCC;
	-moz-box-shadow: 0px 0px 20px #CCC;
	-o-box-shadow: 0px 0px 20px #CCC;
}

.imgProductList {
	width: 20%;
	min-height: 100px;
	float: left;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 10px;
	align-items: center;
}

.imgProductList img {
	max-width: 95%;
	max-height: 90px;
}

.imgProductList i {
	font-size: 110px;
	color: #CFD8DC;
}

.nameProductList {
	width: 80%;
	height: 35px;
	float: left;
	align-items: center;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	color: #666;
	font-weight: 400;
}

.floatArtList {
	width: 80%;
	height: auto;
	float: left;
}

.floatArtBtnList {
	width: 50%;
	height: auto;
	float: right;
}

.codProductoList {
	min-width: 40px;
	height: 22px;
	position: absolute;
	margin-top: 90px;
	margin-left: 0px;
	background-color: rgba(255,255,255,0.9);
	font-size: 14px;
	font-weight: 300;
	color: #333;
	z-index: 10;
	text-align: center;
	box-shadow: 0px 0px 10px #CCC;
	-webkit-box-shadow: 0px 0px 10px #CCC;
	-moz-box-shadow: 0px 0px 10px #CCC;
	-o-box-shadow: 0px 0px 10px #CCC;
}

.floatArtBtn {
	width: 80%;
	height: auto;
	float: right;
}

/* PRODUCT LIST BOX */
.article {
	padding: 1%;
	width: 31%;
	margin: 1%;
	height: auto;
	background-color: #FFF;
	/*border-bottom: 1px solid #CCC;*/
	transition: all 0.3s;

	text-align: left;

	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;

	flex-wrap: wrap;
  	justify-content: space-around;
	align-self: flex-start;
}

.article:hover {
	
	box-shadow: 0px 0px 10px #CCC;
	-webkit-box-shadow: 0px 0px 10px #CCC;
	-moz-box-shadow: 0px 0px 10px #CCC
	-o-box-shadow: 0px 0px 10px #CCC;
	/*cursor: pointer;*/
}

.articleSel {
	border: 3px solid #188E54;
	transition: all 0.3s;

	padding: 1%;
	width: 31%;
	margin: 1%;
	height: auto;
	background-color: #FFF;
	/*border-bottom: 1px solid #CCC;*/
	transition: all 0.3s;

	text-align: left;

	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;

	flex-wrap: wrap;
  	justify-content: space-around;
}

.articleSel:hover {
	box-shadow: 0px 0px 10px #CCC;
	-webkit-box-shadow: 0px 0px 10px #CCC;
	-moz-box-shadow: 0px 0px 10px #CCC
	-o-box-shadow: 0px 0px 10px #CCC;
}

.imgProduct {
	width: 100%;
	height: auto;

	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;

	flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    align-self: center;
    align-content: center;
    align-items: center;

	margin-bottom: 15px;
	overflow: hidden;
}

.imgProduct i {
	text-align: center;
}

.imgProduct img {
	max-height: 100%;
}

.imgProduct i {
	font-size: 110px;
	color: #CFD8DC;
}

.nameProduct {
	width: 100%;
	height: auto;
	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;

	flex-wrap: wrap;
	justify-content: space-between;
	text-align: center;
	align-self: center;
	align-content: center;
	align-items: flex-end;
	text-align: left;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	color: #000;
	font-weight: 400;
	overflow: hidden;
}

.nameProduct p {
	width: 100%;
	color: #000;
    font-weight: 400;
	font-size: 18px;
}

.cantProducts {
	width: 100%;
	height: 45px;
	padding: 2%;
	border: 1px solid #CCC;
	border-radius: 15px;
	font-size: 14px;
	color: #000;
	text-align: center;
	font-weight: 600;
}

.selectCant {
	width: 100%;
	height: 50px;
	padding: 2%;
	border: 1px solid #CCC;
	border-radius: 10px;
	font-size: 14px;
	color: #000;
	font-weight: 600;
}

.selectCant option {
	width: 100%;
	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;

	flex-wrap: wrap;
	justify-content: flex-end;
	text-align: right;
	align-self: center;
	align-content: center;
	align-items: center;
	padding-right: 1%;
	font-weight: 400 !important;
}

.empProduct {
	width: 100%;
	height: 25px;
	align-items: center;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	color: #004AAD;
	font-weight: 400;
	margin-top: 20px;
}

.empProducts {
	width: 100%;
	height: auto;
	align-items: center;
	text-align: left;
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	color: #000;
	font-weight: 400;
	float: left;
	margin-top: 15px;
}

.middleContent {
	width: 50%;
	height: auto;
	float: left;
	margin-bottom: 25px;
}

.preventaProducto {
	width: 70px;
	height: 16px;
	float: left;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-o-border-radius:10px;
	background-color: #EA80FC;
	padding-top: 2px;
	text-align: center;
	color: #FFF;
	font-size: 11px;
}

.preventaProducto {
	width: 70px;
	height: 16px;
	float: right;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-o-border-radius:10px;
	background-color: #EA80FC;
	padding-top: 2px;
	text-align: center;
	color: #FFF;
	font-size: 11px;
}

.sinStockProducto {
	width: 70px;
	height: 16px;
	float: right;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-o-border-radius:10px;
	background-color: #000;
	padding-top: 2px;
	text-align: center;
	color: #FFF;
	font-size: 11px;
}

.conStockProducto {
	width: 70px;
	height: 16px;
	float: right;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-o-border-radius:10px;
	background-color: #CDDC39;
	padding-top: 2px;
	text-align: center;
	color: #333;
	font-size: 11px;
}

.conStockProductoAmarillo {
	width: 70px;
	height: 16px;
	float: right;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-o-border-radius:10px;
	background-color: #FFEB3B;
	padding-top: 2px;
	text-align: center;
	color: #333;
	font-size: 11px;
}

.conStockProductoRojo {
	width: 70px;
	height: 16px;
	float: right;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-o-border-radius:10px;
	background-color: #D50000;
	padding-top: 2px;
	text-align: center;
	color: #FAFAFA;
	font-size: 11px;
}

.precioProducto {
	width: 50%;
	height: auto;
	float: left;
	text-align: center;
	font-size: 18px;
	color: #2C215D;
	margin-top: 0px;
}

.inputCantDetail {
    width: 84px;
    height: 55px;
    margin-top: 2px;
    float: left;
    border: 1px solid #CCC;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    color: #333;
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    text-align: center;
}

.inputCant {
	width: 100%;
	height: auto;
	float: left;
	padding: 5px;
	border: 1px solid #000;
	font-size: 14px;
	text-align: center;
	margin-left: 5px;
	margin-top: 3px;
}

.inputCant {
	font-family: 'Montserrat', sans-serif;
	color: #333;
}

.btnProductoDetail {
	width: auto;
	height: auto;
	float: left;
	padding: 15px;
	background-color: #FF5D01;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	font-size: 16px;
	text-align: center;
	color: #FFF;
	font-weight: 300;
	margin-top: 3px;
	margin-left: 15px;
	cursor: pointer;
	transition: all 0.3s;
	border: 0;
}
.btnProductoDetail i {
	font-size: 20px;
	vertical-align: middle;
}

.btnProductoDetail:hover {
	background-color: #29235C;
}

.btnProducto {
    width: 44%;
    height: auto;
    float: left;
    padding: 7px;
    background-color: #80b500;
    border-radius: 3px;
    /* -webkit-border-radius: 5px; */
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    font-size: 14px;
    text-align: center;
    color: #FFF;
    font-weight: 600 !important;
    margin-top: 3px;
    margin-left: 15px;
    cursor: pointer;
    transition: all 0.3s;
	border: 0;
}
.btnProducto i {
	font-size: 16px;
	vertical-align: middle;
}

.btnProducto:hover {
	background-color: #333;
}

.btnProductoAsycDetail {
	width: auto;
	height: auto;
	float: left;
	background-color: #7299FF;
	padding: 15px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	font-size: 16px;
	text-align: center;
	color: #FFF;
	font-weight: 300;
	margin-top: 3px;
	margin-left: 15px;
	cursor: pointer;
	display: none;
	transition: all 0.3s;
	border: 0;
}

.btnProductoAsycDetail i {
	font-size: 16px;
	vertical-align: middle;
}

.btnProductoAsycDetail:hover {
	background-color: #6285E8;
}

.btnProductoAsyc {
	width: auto;
	height: auto;
	float: left;
	padding: 4px;
	background-color: #7299FF;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	font-size: 14px;
	text-align: center;
	color: #FFF;
	font-weight: 300;
	margin-top: 3px;
	margin-left: 15px;
	cursor: pointer;
	display: none;
	transition: all 0.3s;
	border: 0;
}

.btnProductoAsyc i {
	font-size: 16px;
	vertical-align: middle;
}

.btnProductoAsyc:hover {
	background-color: #6285E8;
}

.btnProductoAgregado {
	width: auto;
	height: 22px;
	font-family: 'Montserrat', sans-serif;
	background-color: #9B0000;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	font-size: 12px;
	text-align: center;
	color: #FFF;
	font-weight: 300;
	margin-right: 30px;
	border: 0;
}

.btnProductoAgregadoAsyc {
	width: auto;
	height: 22px;
	font-family: 'Montserrat', sans-serif;
	background-color: #9B0000;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	font-size: 12px;
	text-align: center;
	color: #FFF;
	font-weight: 300;
	margin-right: 30px;
	border: 0;
	display: none;
}

.codProducto {
	min-width: 40px;
	height: 22px;
	position: absolute;
	z-index: 10;
	margin-top: 230px;
	margin-left: 0px;
	background-color: rgba(255,255,255,0.9);
	font-size: 12px;
	font-weight: 300;
	color: #333;
	padding: 3px;
	text-align: center;
	box-shadow: 0px 0px 10px #CCC;
	-webkit-box-shadow: 0px 0px 10px #CCC;
	-moz-box-shadow: 0px 0px 10px #CCC;
	-o-box-shadow: 0px 0px 10px #CCC;
	
}

.btnUpdateStockDetail {
	float: left;
	margin-left: 10px;
	margin-top: 3px;
	padding: 7px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	background-color: #7299FF;
	color: #FFF;
	text-align: center;
	font-size: 16px;
	cursor: pointer;
	transition: all 0.3s;
}

.btnUpdateStockDetail:hover {
	background-color: #6285E8;
}

.btnUpdateStockDetail i {
	transition: 1.3s ease;
	-moz-transition: 1.3s ease; /* Firefox */
 	-webkit-transition: 1.3s ease; /* Chrome - Safari */
 	-o-transition: 1.3s ease; /* Opera */
 	font-size: 34px;
}

.btnUpdateStockDetail:hover i {
	transform : rotate(360deg);
	-moz-transform : rotate(360deg); /* Firefox */
	-webkit-transform : rotate(360deg); /* Chrome - Safari */
	-o-transform : rotate(360deg); /* Opera */
}

.btnUpdateStock {
	padding: 2px;
	float: left;
	margin-left: 10px;
	margin-top: 3px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	background-color: #7299FF;
	color: #FFF;
	text-align: center;
	font-size: 16px;
	cursor: pointer;
	transition: all 0.3s;
}

.btnUpdateStock:hover {
	background-color: #6285E8;
}

.btnUpdateStock i {
	transition: 1.3s ease;
	-moz-transition: 1.3s ease; /* Firefox */
 	-webkit-transition: 1.3s ease; /* Chrome - Safari */
 	-o-transition: 1.3s ease; /* Opera */
}

.btnUpdateStock:hover i {
	transform : rotate(360deg);
	-moz-transform : rotate(360deg); /* Firefox */
	-webkit-transform : rotate(360deg); /* Chrome - Safari */
	-o-transform : rotate(360deg); /* Opera */
}

.btnUpdateStockAsycDetail {
	padding: 7px;
	float: left;
	margin-left: 10px;
	margin-top: 3px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	background-color: #7299FF;
	color: #FFF;
	text-align: center;
	font-size: 16px;
	cursor: pointer;
	display: none;
	transition: all 0.3s;
}

.btnUpdateStockAsycDetail:hover {
	background-color: #6285E8;
}

.btnUpdateStockAsycDetail i {
	transition: 1.3s ease;
	-moz-transition: 1.3s ease; /* Firefox */
 	-webkit-transition: 1.3s ease; /* Chrome - Safari */
 	-o-transition: 1.3s ease; /* Opera */
 	font-size: 34px;
}

.btnUpdateStockAsycDetail:hover i {
	transform : rotate(360deg);
	-moz-transform : rotate(360deg); /* Firefox */
	-webkit-transform : rotate(360deg); /* Chrome - Safari */
	-o-transform : rotate(360deg); /* Opera */
}

.btnUpdateStockAsyc {
	padding: 2px;
	float: left;
	margin-left: 10px;
	margin-top: 3px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	background-color: #7299FF;
	color: #FFF;
	text-align: center;
	font-size: 16px;
	cursor: pointer;
	display: none;
	transition: all 0.3s;
}

.btnUpdateStockAsyc:hover {
	background-color: #6285E8;
}

.btnUpdateStockAsyc i {
	transition: 1.3s ease;
	-moz-transition: 1.3s ease; /* Firefox */
 	-webkit-transition: 1.3s ease; /* Chrome - Safari */
 	-o-transition: 1.3s ease; /* Opera */
}

.btnUpdateStockAsyc:hover i {
	transform : rotate(360deg);
	-moz-transform : rotate(360deg); /* Firefox */
	-webkit-transform : rotate(360deg); /* Chrome - Safari */
	-o-transform : rotate(360deg); /* Opera */
}

.btnDelStockDetail {
	padding: 7px;
	float: left;
	margin-left: 10px;
	margin-top: 3px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	background-color: #FF1744;
	color: #FFF;
	text-align: center;
	font-size: 16px;
	cursor: pointer;
	transition: all 0.3s;
}

.btnDelStockDetail:hover {
	background-color: #D50000;
}

.btnDelStockDetail i {
	font-size: 34px;
}

.btnDelStock {
	padding: 2px;
	float: left;
	margin-left: 10px;
	margin-top: 3px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	background-color: #FF1744;
	color: #FFF;
	text-align: center;
	font-size: 16px;
	cursor: pointer;
	transition: all 0.3s;
}

.btnDelStock:hover {
	background-color: #D50000;
}

.btnDelStock i {
	background-color: #FF1744;
}

.btnDelStockAsycDetail {
	padding: 7px;
	float: left;
	margin-left: 10px;
	margin-top: 3px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	background-color: #FF1744;
	color: #FFF;
	text-align: center;
	font-size: 16px;
	cursor: pointer;
	display: none;
	transition: all 0.3s;
}

.btnDelStockAsycDetail:hover {
	background-color: #D50000;
}

.btnDelStockAsycDetail i {
	font-size: 34px !important;
}

.btnDelStockAsyc {
	padding: 2px;
	float: left;
	margin-left: 10px;
	margin-top: 3px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	background-color: #FF1744;
	color: #FFF;
	text-align: center;
	font-size: 16px;
	cursor: pointer;
	display: none;
	transition: all 0.3s;
}

.btnDelStockAsyc:hover {
	background-color: #D50000;
}

.btnDelStock i {
	background-color: #FF1744;
}

/* PAGINACION */
.btnPagActual {
	width:auto; 
	height:auto;
	text-align:center;
	background-color:#CCC; 
	color:#FFF; 
	font-size: 16px; 
	margin: 5px;
	padding: 5px 10px 5px 10px;

	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;

	flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    align-self: center;
    align-content: center;
    align-items: center;
}

.btnPag {
	width:auto; 
	height:auto; 

	text-align:center;
	background-color:#666; 
	color:#FFF; 
	font-size: 16px; 
	margin:5px; 
	cursor:pointer;
	padding: 5px 10px 5px 10px;
	transition: all 0.3s;

	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;

	flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    align-self: center;
    align-content: center;
    align-items: center;
}

.btnPag:hover {
	background-color:#000;
}

.pagSig {
	width:auto; 
	height:auto; 
	text-align:center; 
	cursor: pointer;
	margin:5px;
	background-color:#333;
	padding: 5px 10px 5px 10px;
	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;

	flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    align-self: center;
    align-content: center;
    align-items: center;
}


.pagSig i {
	font-size: 23px;
	color: #FFF;
}

.btnAtras {
	width:auto; 
	height:auto; 
	text-align:center; 
	cursor: pointer;
	margin:5px;
	background-color:#333;
	padding: 5px 10px 5px 10px;
	transition: all 0.3s;
	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;

	flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    align-self: center;
    align-content: center;
    align-items: center;
}


.btnAtras i {
	font-size:23px;
	color: #FFF;
}

.cantProd {
	width: 100%;
	height: auto;
	float: right;
	text-align: right;
	font-size: 16px;
	font-weight: 400;
	color: #000;
	margin-top: 5px;
	margin-right: 10px;
}

/* FILTRO */
.titleFiltro {
	width: 100%;
	height: 50px;
	float: left;
	text-align: center;
}

.titleFiltro p {
	font-size: 24px;
	color: #333;
	font-weight: 300;
	margin-top: 10px;
	margin-bottom: 20px;
}

.filtrosEmpresas {
	width: 100%;
	height: auto;
	float: left;
	text-align: left;
	color: #666;
	font-size: 16px;
	font-weight: 300;
}

.floatFiltro select {
	width: 90%;
	height: 35px;
	margin-left: 2%;
	margin-top: 5px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	border: 1px solid #40C4FF;
	font-family: 'Montserrat', sans-serif;
	color: #333;
}

.floatFiltro {
	width: 100%;
	height: auto;
	float: left;
}

.floatBtnFiltro {
	width: auto;
	height: auto;
	float: left;
}

.linkFiltro {
	width: 96%;
	height: auto;
	float: left;
	margin-left: 4%;
	cursor: pointer;
	transition: all 0.3s;
}

.linkFiltro:hover {
	color: #000;
	font-weight: normal;
}

.empresaSeleccionada {
	width: 96%;
	height: auto;
	float: left;
	margin-left: 4%;
	font-size: 18px;
	color: #000;
	font-weight: normal;
}

.filtroBusqueda {
	width: 95%;
	height: auto;
	float: left;
	margin-left: 1.5%;
	margin-bottom: 0px;
}

.filtroBusqueda input {
	width: 100%;
	height: 35px;
	padding-left: 1%;
	border: 1px solid #40C4FF;
	background-color: #FFF;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	color: #333;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	margin-top: 5px;
}

.btnCarrito {
	width: auto;
	height: auto;
	float: right;
	margin-top: 15px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	font-size: 14px;
	font-weight: 300;
	color: #FFF;
	background-color: #40C4FF;
	padding: 5px;
	cursor: pointer;
	transition: all 0.3s;
}

.btnCarrito:hover {
	background-color: #00B8D4;
}

.btnPendientes {
	width: auto;
	height: auto;
	float: right;
	margin-top: 15px;
	margin-right: 25px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	font-size: 14px;
	font-weight: 300;
	color: #FFF;
	background-color: #78909C;
	padding: 5px;
	cursor: pointer;
	transition: all 0.3s;
}

.btnPendientes:hover {
	background-color: #37474F;
}

.btnFiltro {
	width: auto;
	height: auto;
	float: left;
	margin-top: 23px;
	text-align: center;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	font-size: 14px;
	font-weight: 300;
	color: #FFF;
	background-color: #7399FF;
	padding: 10px;
	cursor: pointer;
	transition: all 0.3s;
}

.btnFiltro:hover {
	background-color: #5B7BDD;
}

.msgFiltro {
	width: 93%;
	height: 15px;
	float: left;
	margin-left: 2%;
	font-size: 14px;
	color: #FFF;
    text-shadow: 0px 0px 2px #000;
    -webkit-text-shadow: 0px 0px 2px #000;
    -moz-text-shadow: 0px 0px 2px #000;
    -o-text-shadow: 0px 0px 2px #000;
    font-weight: 900;
	text-align: left;
	margin-bottom: 5px;
}

.contentSelectFiltro {
	width: auto;
	height: auto;
	float: left;
}

.contentSearchFiltro {
	min-width: 250px;
	height: auto;
}

.contentNumPage {
	width: 100%;
	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;

	flex-wrap: wrap;
	justify-content: center;
	text-align: center;
	align-self: center;
	align-content: center;
	align-items: center;
	margin-top: 35px;
}

.hoverProd {
	width: auto;
	height: 0px;
	/*background-color: rgba(0,0,0,0.4);
	position: absolute;
    margin-top: -3px;
    margin-left: -2px;*/
	z-index: 20;
	transition: all 0.3s;
}
/*
.articleSel:hover .hoverProd {
	display: block;
	height: 200px;
	transition: all 0.3s;
}*/

optgroup {
	text-align: right;
}

.btnDetail {
	width: 55%;
	background-color: #188E54;
	padding: 10px 25px 10px 25px;
	margin-top: 0px;
	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;

	flex-wrap: wrap;
	justify-content: center;
	text-align: center;
	align-self: flex-end;
	align-content: center;
	align-items: center;

	border-radius: 15px;
	-moz-border-radius: 15px;
	-o-border-radius: 15px;
	-webkit-border-radius: 15px;

	transition: all 0.3s;
}

.btnDetail:hover {
	background-color: #F2AB39;
	cursor: pointer;
}

.btnDetail p {
	font-size: 15px;
	font-weight: 500;
	color: #FFF;
	margin: 0;
}

.btnDetail i {
	font-size: 18px !important;
	color: #FFF;
}

.btnDetailView {
    width: auto;
	background-color: #8AB6D3;
	padding: 10px 10px 10px 10px;
	margin-top: 15px;
	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;

	flex-wrap: wrap;
	justify-content: center;
	text-align: center;
	align-self: flex-start;
	align-content: center;
	align-items: center;

	border-radius: 17px;
	-moz-border-radius: 17px;
	-o-border-radius: 17px;
	-webkit-border-radius: 17px;

	transition: all 0.3s;

	position: absolute;
    margin-top: 250px;
    margin-left: 13.5%;
}

.btnDetailView:hover {
	background-color: #F6A933;
	cursor: pointer;
}

.btnDetailView p {
	font-size: 14px;
	font-weight: 500;
	color: #FFF;
	margin: 0;
}

.btnDetailView i {
	font-size: 16px !important;
	color: #FFF;
}

.alignRight {
	text-align: right;
}

.contentFilter {
    width: 20%;
    height: auto;
    display: -webkit-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    display: -moz-flex;
    -moz-box-orient: horizontal;
    -moz-box-pack: center;
    -moz-box-align: center;
    display: flex;
    box-orient: horizontal;
    box-pack: center;
    box-align: center;
    flex-wrap: wrap;
    justify-content: space-around;
    text-align: center;
    align-self: flex-start;
    align-content: center;
    align-items: center;
	margin-top: 37px;
}

.flexProdMenu {
    width: 100%;
    display: -webkit-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    display: -moz-flex;
    -moz-box-orient: horizontal;
    -moz-box-pack: center;
    -moz-box-align: center;
    display: flex;
    box-orient: horizontal;
    box-pack: center;
    box-align: center;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    align-self: center;
    align-content: center;
    align-items: center;
    margin-bottom: 0px;
    background-color: #eeeeee;
}

/*
.contentSearch input {
    width: 100%;
	height: 40px;
    border: 1px solid #FFF;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    padding: 1.5%;
    font-family: 'Montserrat', sans-serif;
    color: #FFF;
    font-size: 14px;
    border-color: #EEEEEE;
}*/

.contentProducts {
    width: 80%;
    min-height: 500px;
    display: -webkit-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    display: -moz-flex;
    -moz-box-orient: horizontal;
    -moz-box-pack: center;
    -moz-box-align: center;
    display: flex;
    box-orient: horizontal;
    box-pack: center;
    box-align: center;
    flex-wrap: wrap;
    justify-content: space-around;
    text-align: center;
    align-self: flex-start;
    align-content: flex-start;
    align-items: center;
}

.contentRelation {
	width: 100%;
    min-height: 500px;
    display: -webkit-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    display: -moz-flex;
    -moz-box-orient: horizontal;
    -moz-box-pack: center;
    -moz-box-align: center;
    display: flex;
    box-orient: horizontal;
    box-pack: center;
    box-align: center;
    flex-wrap: wrap;
    justify-content: space-around;
    text-align: center;
    align-self: flex-start;
    align-content: flex-start;
    align-items: center;
}

.productsFound {
    width: 100%;
    margin: 20px 0px 0px 0px;
}

.productsFound p {
	text-align: center;
	font-size: 24px;
}

.contentBoxProducts {
    width: 100%;
    display: -webkit-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    display: -moz-flex;
    -moz-box-orient: horizontal;
    -moz-box-pack: center;
    -moz-box-align: center;
    display: flex;
    box-orient: horizontal;
    box-pack: center;
    box-align: center;
    flex-wrap: wrap;
    justify-content: space-around;
    text-align: center;
    align-self: center;
    align-content: center;
    align-items: center;
}

.contentNumPage {
    width: 100%;
    display: -webkit-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    display: -moz-flex;
    -moz-box-orient: horizontal;
    -moz-box-pack: center;
    -moz-box-align: center;
    display: flex;
    box-orient: horizontal;
    box-pack: center;
    box-align: center;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    align-self: center;
    align-content: center;
    align-items: center;
    margin-top: 35px;
}

.overflowCat {
	height: 120px;
	overflow-y: scroll;
	overflow-x: hidden;
}

.accordion-section-titleStore b {
	color: #000 !important;
}

#accordionFirst h3 {
	text-align: center;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
	background-color: #e1251b !important;
	border: 0 !important;
	font-family: 'Montserrat', sans-serif !important;
	font-size: 20px !important;
}

.accordionStore {
	overflow: unset !important;
}

.accordion-section {
	width: 100% !important;
}

.ui-accordion .ui-accordion-content {
	padding: 0% !important;
	text-align: center;
}

.lineCat {
	margin: 0 !important;
}

.ui-accordion .ui-accordion-header {
	background-color: #188E54 !important;
	border: 0 !important;
	font-family: 'Montserrat', sans-serif !important;
	font-size: 20px !important;
	color: #FFF !important;
	border-radius: 10px 10px 0px 0px;
	-webkit-border-radius: 10px 10px 0px 0px;
	-moz-border-radius: 10px 10px 0px 0px;
	-o-border-radius: 10px 10px 0px 0px;
}

.label {
	width: 100%;
	margin: 0 !important;
	padding: 0 !important;
}

.label a {
	vertical-align: middle;
	text-align: left;
}

.label p {
	width: 100%;
	margin: 0;
	padding: 0;
	color: #e1251b;
	text-align: left;
	font-size: 14px;
}

.label span {
	font-size: 18px;
}

.flexStart {
    width: 100%;
    display: -webkit-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    display: -moz-flex;
    -moz-box-orient: horizontal;
    -moz-box-pack: center;
    -moz-box-align: center;
    display: flex;
    box-orient: horizontal;
    box-pack: center;
    box-align: center;
    flex-wrap: wrap;
    justify-content: flex-start;
    text-align: center;
    align-self: center;
    align-content: center;
    align-items: center;
    justify-content: flex-start !important;
    align-content: flex-start !important;
}

.contentDetailProducts {
    width: 100%;
    padding: 0 1% 1% 1%;
    min-height: 500px;
    display: -webkit-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    display: -moz-flex;
    -moz-box-orient: horizontal;
    -moz-box-pack: center;
    -moz-box-align: center;
    display: flex;
    box-orient: horizontal;
    box-pack: center;
    box-align: center;
    flex-wrap: wrap;
    justify-content: space-around;
    text-align: center;
    align-self: flex-start;
    align-content: flex-start;
    align-items: center;
}

/* PESTAÑAS */

.tab-content {
	display: none;
}

.show {
	display: block;
}

.tabs {
	width: 100%;
	min-height: 550px;
	overflow: hidden;
	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;

	flex-wrap: wrap;
	justify-content: space-around;
	text-align: center;
	align-self: center;
	align-content: flex-start;
	align-items: center;
    border: 0 !important;
	z-index: 100;
}

.tabs table td{
	padding: 5px;
	text-align: left;
	border: 1px solid #CCC;
	font-size: 16px;
}

.colDescProduct ul {
	padding: 15px;
}

  .tab-list {
	width: 100%;
	display: -webkit-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    display: -moz-flex;
    -moz-box-orient: horizontal;
    -moz-box-pack: center;
    -moz-box-align: center;
    display: flex;
    box-orient: horizontal;
    box-pack: center;
    box-align: center;
    flex-wrap: wrap;
    justify-content: flex-start;
    text-align: center;
    align-self: flex-start;
    align-content: flex-start;
    align-items: flex-start;
	background: #CCC;
	margin-bottom: -2px;
    z-index: 0;
  }
  
  .tab {
	text-decoration: none;
	
	font-weight: 400 !important;
	font-size: 18px;
	width: 50% !important;
	height: 45px;
	color: #000 !important;
	background: #CCC;
	margin: 0 !important;
	transition: all 0.3s;

	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;

	flex-wrap: wrap;
	justify-content: space-around;
	text-align: center;
	align-self: center;
	align-content: center;
	align-items: center;
  }

.tabMiddle {
	margin: 0px 10px 0px 10px;
}

  .tab:hover {
	background-color: #CCC;
	cursor: pointer;
  }
  
  .tab.active {
	color: #FFF !important;
	background-color: #188E54;
	font-weight: 600 !important;
  }
  
  .tab-content {
	border: 1px solid #CCC;
	width: 100%;
	min-height: 50vh;
	background: #FFF;
	display: none;
	color: #000;
	text-align: left;
	padding: 10px;
  }
  
  .tab-content.show {
	display: block;
  }

  .imgResponsive {
	max-width: 100%;
  }

  .btnBack {
	align-self: flex-start;
  }

  .btnBack p{
	color: #188E54;
	font-size: 14px;
	font-weight: 600;
	vertical-align: middle;
	margin: 0;
	padding: 0;
	margin-block-start: 0em !important;
    margin-block-end: 0em !important;
	position: absolute;
	top: 320px;
	left: 55px;
  }

  .btnBack p i {
	vertical-align: middle;
  }

  .btnBack p span {
	vertical-align: middle;
  }

.cursorZoom:hover {
	cursor: zoom-in;
}

/* Estrella */
.estrella {
    background: red;
    width: 60px;
    height: 60px;
    position: absolute;
    text-align: center;
	margin-top: -255px;
    margin-left: -18%;
}

.estrella p {
	color: #FFF;
	font-size: 16px;
	font-weight: 900;
	position: absolute;
	z-index: 999;
	margin-top: 20px;
	margin-left: 5px;
	text-align: center;
}

.estrella:before,
.estrella:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 60px;
    width: 60px;
    background: red;
}
.estrella:before {
    transform: rotate(30deg);
}
.estrella:after {
    transform: rotate(60deg);
}