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

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

/*font-family: 'Bebas Neue', cursive;
font-family: 'Open Sans', sans-serif; */

.floatArt {
	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: flex-start;
  	text-align: center;
  	align-self: center;
  	align-content: center;
  	align-items: center;
}

.floatArt form {
	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;
}
/*
.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%;
	min-height: 300px;
	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: center;
  	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

/* 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: auto;
}

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

.empProductHome {
	width: 100%;
	height: 25px;
	align-items: center;
	text-align: center;
	font-family: 'Open Sans', 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: 10px;
	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: 'Open Sans', 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 */
.articleGral {
	width: 325px;
	/*height: 325px;*/
	background-color: #FFF;
	transition: all 0.3s;

	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;
  	/*
  	background-size: auto 100%;
  	background-position: bottom center;*/
  	background-repeat: no-repeat;

  	height: 460px;
    background-size: 100% auto;
    background-position: top;
}
.article {
	width: 325px;
	height: 325px;
	background-color: #FFF;
	transition: all 0.3s;

	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;
  	/*
  	background-size: auto 100%;
  	background-position: bottom center;*/
  	background-repeat: no-repeat;

  	height: 460px;
    background-size: 100% auto;
    background-position: top;
}

.article: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;*/
	cursor: pointer;
}

.articleSel {
	border: 3px solid #D30522;
	width: 325px;
    /* height: 325px; */
    background-color: #FFF;
    transition: all 0.3s;
    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;
    background-repeat: no-repeat;
    height: 460px;
    background-size: 100% auto;
    background-position: top;
}

.articleSel: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;
	cursor: pointer;
}

.imgProduct {
	transition: all 0.3s;
	/*
	width: 100%;
	min-height: 170px;
	display: flex;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 0px;
	align-items: center;*/
}

.imgProduct i {
	text-align: center;
}

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

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

.nameProduct {
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	text-align: left;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	color: #FFF;
	font-weight: 400;
	overflow: hidden;
}

.nameProduct p {
	font-family: 'Open Sans', sans-serif !important;
	font-size: 16px;
}

.empProduct {
	width: 100%;
	height: 25px;
	align-items: center;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	color: #FF1744;
	font-weight: 400;
	margin-top: 20px;
}

.empProducts {
	width: 100%;
	height: auto;
	align-items: center;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	color: #FF1744;
	font-weight: 400;
}

.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: 100%;
	height: auto;
	float: left;
	text-align: left;
	font-size: 12px;
	color: #FFF;
	font-weight: 800;
	margin-top: 0px;
}

.precioProducto span {
	width: 100%;
	float: left;
	font-size: 14px;
	font-weight: 300;
}

.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;
}

.splitPrice {
	width: 100%;
	height: 1px;
	float: left;
	background-color: #FFF;
	margin: 4px 0px 4px 0px;
}

.col2Price1 {
	width: 40%;
}

.col2Price2 {
	width: 60%;
	padding-left: 4%;
}

.inputCant {
	/*width: 90%;*/
	width: 47px;
	height: auto;
	float: left;
	color: #FFF;
	padding: 5px;
	border: 1px solid #FFF;
	background-color: transparent !important;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	font-size: 14px;
	text-align: center;
	margin-left: 5px;
	margin-top: 3px;
	border-radius: inherit !important;
}

.inputCant::-webkit-input-placeholder { color: #FFF !important; } /* WebKit */
.inputCant:-moz-placeholder { color: #FFF !important; } /* Firefox 18- */
.inputCant::-moz-placeholder { color: #FFF !important; } /* Firefox 19+ */
.inputCant:-ms-input-placeholder { color: #FFF !important; } /* IE 10+ */

.inputCantMin {
	width: 90%;
	height: auto;
	float: right;
	color: #FFF;
	padding: 5px;
	border: 1px solid #FFF;
	background-color: transparent !important;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	font-size: 14px;
	text-align: center;
	margin-left: 5px;
	margin-top: 3px;
	border-radius: inherit !important;
}

.inputCantMin::-webkit-input-placeholder { color: #FFF !important; } /* WebKit */
.inputCantMin:-moz-placeholder { color: #FFF !important; } /* Firefox 18- */
.inputCantMin::-moz-placeholder { color: #FFF !important; } /* Firefox 19+ */
.inputCantMin:-ms-input-placeholder { color: #FFF !important; } /* IE 10+ */

.btnProductoDetail {
	width: auto;
	height: auto;
	float: left;
	padding: 15px;
	background-color: #FF5D01;
	font-size: 16px;
	text-align: center;
	color: #FFF;
	font-weight: 600;
	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;
}

.stockProducto {
	width: 100%;
}

.btnProducto {
	/*width: 90%;*/
	width: auto;
	height: 32px;
	float: right;
	padding: 8px 7px 4px 7px;
	background-color: #D30522;
	font-size: 12px;
	text-align: center;
	color: #FFF;
	font-weight: 600;
	margin-top: 0px;
	margin-left: 0px;
	cursor: pointer;
	transition: all 0.3s;
	font-family: 'Open Sans', sans-serif;
	border: 0;
}
.btnProducto i {
	font-size: 16px;
	vertical-align: middle;
}

.btnProducto:hover {
	background-color: #13667e;
}

.btnProductoMin {
	width: 90%;
	height: 32px;
	float: right;
	padding: 6px 4px 4px 4px;
	background-color: #D30522;
	font-size: 13px;
	text-align: center;
	color: #FFF;
	font-weight: 600;
	margin-top: 3px;
	margin-left: 0px;
	cursor: pointer;
	transition: all 0.3s;
	font-family: 'Open Sans', sans-serif;
	border: 0;
}
.btnProductoMin i {
	font-size: 16px;
	vertical-align: middle;
}

.btnProductoMin:hover {
	background-color: #13667e;
}

.btnProductoMay {
	background-color: #FFA800 !important;
	color: #FFF !important;
}

.btnCarritoMay {
	font-weight: 800 !important;	
	background-color: #FFA800 !important;
	color: #1A5D76 !important;
}

.articleSel {
	border: 3px solid #FFA800 !important;
}

.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: 'Open Sans', 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: 'Open Sans', 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: 220px;
	margin-left: 0px;
	background-color: rgba(255,255,255,0.7);
	font-size: 14px;
	font-weight: 300;
	color: #000;
	text-align: center;
}

.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;
}

.btnCarritoStock {
	width: auto;
    height: 32px;
    padding: 8px 2px 4px 2px;
    float: left;
    font-family: 'Open Sans', sans-serif;
    float: right;
    /* margin-left: 12px; */
    margin-top: 0px;
    background-color: #8bc34a;
    color: #FFF;
    text-align: center;
    font-size: 11px;
    font-weight: 600;
	cursor: pointer;
	cursor: pointer;
}

.btnCarritoStockAsyc {
	width: auto;
    height: 32px;
    padding: 8px 2px 4px 2px;
    float: left;
    font-family: 'Open Sans', sans-serif;
    float: right;
    /* margin-left: 12px; */
    margin-top: 0px;
    background-color: #8bc34a;
    color: #FFF;
    text-align: center;
    font-size: 11px;
    font-weight: 600;
    cursor: pointer;
    display: none;
}

.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;
	float:left;
	text-align:center;
	background-color:#FFA800; 
	color:#FFF; 
	font-size:18px; 
	border-radius:13px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-o-border-radius:3px;
	margin:5px;
	padding: 10px;
}

.btnPag {
	width:auto; 
	height:auto; 
	float:left;
	text-align:center;
	background-color:#D6D6D6; 
	color:#FFF; 
	font-size:18px; 
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-o-border-radius:3px;
	margin:5px; 
	cursor:pointer;
	padding: 10px;
	transition: all 0.3s;
}

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

.pagSig {
	width:auto; 
	height:auto; 
	float:left;
	text-align:center; 
	cursor: pointer;
	margin:5px;
	background-color:#D30522;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-o-border-radius:3px;
}


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

.btnAtras {
	width:auto; 
	height:auto; 
	float:left;
	text-align:center; 
	cursor: pointer;
	margin:5px;
	background-color:#D30522;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-o-border-radius:3px;
	transition: all 0.3s;
}


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

.cantProd {
	width: 100%;
	height: auto;
	float: right;
	text-align: right;
	font-size: 14px;
	color: #666;
	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: 'Open Sans', 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: 'Open Sans', 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;
}

.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;
}

.articleGral:hover .btnDetail {
	display: block;
	margin-top: 80px;
}
/*
.articleSel:hover .hoverProd {
	display: block;
	height: 200px;
	transition: all 0.3s;
}*/

.articleGral:hover .imgProduct {
	background-color: #000;
	opacity: 0.3;
}

.articleSel:hover .btnDetail {
	display: block;
	margin-top: 80px;
}

.btnDetail {
    width: 140px;
    /*margin-left: 105px;*/
	background-color: #D30522;
	padding: 5px;
	/*position: absolute;*/
	margin-top: 0px;
	transition: all 0.3s;
	display: none;
}

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

.btnDetail p {
	font-size: 18px;
	font-weight: 400;
	color: #FFF;
	text-align: center;
	margin: 0;
}

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

.ch-carousel-pages span {
	box-shadow: inset 0px 0px #999 !important;
}

/* Carousel */
.carousel {
  /*background: #EEE;*/
  height: auto !important;
}

.flickity-enabled.is-draggable .flickity-viewport {
	height: 325px !important;
}

.flickity-viewport {
	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;
}

.carousel-cell {
	width: 300px;
	height: 325px;
	margin-right: 10px;
	/*background: #EEE;*/
	border-radius: 0px;
	counter-increment: carousel-cell;

	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;
}

.carousel-cell.is-selected {
  /*background: #FFF;*/
}

/* cell number */
.carousel-cell:before {
  display: block;
  text-align: center;
  /*content: counter(carousel-cell);*/
  line-height: 200px;
  font-size: 80px;
  color: white;
}

.contentInfoProd {
	width: 100%;
	height: auto;
	min-height: 137px;
	background-color: #666;
	padding: 2%;

	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;
}

.txtUnd {
	font-weight: 600;
	color: #FFA800;
	font-size: 14px;
	margin: 0;
	text-align: left;
}

.txtDesc {
	font-weight: 600;
	color: #EEE;
	font-size: 10px;
	margin: 0;
	text-align: left;
}

.contentPriceProd {
	width: 60%;
	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;
}

.contentPriceProd {
	width: 60%;
}

.contentCantProd {
	width: 40%;
}

.txtIva {
	font-size: 10px !important;
	color: #FFF;
	float: left;
	width: 100%;
}

#burst-12 {
	background:rgba(227, 35, 48, 1); 
	width:60px; 
	height:60px; 
	margin-top: 20px;
	margin-left: 220px;
	position:absolute; 
	text-align:center;
} 
#burst-12:before, #burst-12:after {
	content:""; 
	position:absolute; 
	top:0; 
	left:0; 
	height:60px; 
	width:60px; 
	background:rgba(227, 35, 48, 1);
} 
#burst-12:before {
	-webkit-transform:rotate(30deg); 
	-moz-transform:rotate(30deg); 
	-ms-transform:rotate(30deg); 
	-o-transform:rotate(30deg);
} 
#burst-12:after {
	-webkit-transform:rotate(60deg); 
	-moz-transform:rotate(60deg); 
	-ms-transform:rotate(60deg); 
	-o-transform:rotate(60deg);
}

#burst-12 p {
	color: #FFF;
	font-size: 24px;
	font-weight: 800;
	position: absolute;
	z-index: 1;
	margin-top: 10px;
	margin-left: 0px;
	line-height: 22px;
}

#burst-12 span {
	float: left;
	width: 100%;
	color: #FFF;
	font-size: 10px;
	font-weight: 300;
	z-index: 100;
	line-height: 10px;
}

.contentImgDetail {
	width: 40%;
}

.contentTxtDetail {
	width: 40%;
}

.contentTxtDetail h1 {
	display: block;
}

.ContentAddDetail {
	width: 100%;
	padding: 5%;
	background-color: #666;
	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;
}

.contentTxtDetail .precioProducto {
	font-size: 20px;
}

.contentTxtDetail .txtIva {
	font-size: 12px !important;
}

.contentTxtDetail .txtUnd {
	font-size: 16px !important;
}

.contentTxtDetail .txtDesc {
	font-size: 12px;
}

.contentTxtDetail .inputCant {
	width: 67px;
	height: 52px;
	font-size: 22px;
}

.contentTxtDetail .btnProducto {
	height: 52px;
	font-size: 18px;
	padding: 14px 7px 4px 7px;
}

.contentTxtDetail .splitPrice {
	margin: 15px 0px 15px 0px;
}

.txtDetail {
	text-align: left;
}

.contentImgDetail {
	width: auto !important;
	height: auto !important;
}

.imgDetail {
	max-width: 100% !important;
    max-height: 100vh !important;
}