/* Botón cerrar popup */
/* Botón cerrar popup mejorado */
.btnCerrarPopup {
  position: absolute;
top: 5px;
right: 5px;
width: 25px;
height: 25px;
  color: #666;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
	font-size: 30px;
	font-weight: 300;
  cursor: pointer;
  z-index: 1001;
  border: none;
  transition: background 0.2s;
}
.btnCerrarPopup span {
  display: block;
}
.btnCerrarPopup:hover {
  background: #b8001c;
}
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@100;200;300;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: center;
	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;
	min-height: 505px;
	border: 2px solid #EEE;
	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;
	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: 60px;
	float: left;
	text-align: left;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	color: #FFF;

	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: space-between;
	align-items: center;
}

.nameProduct p {
	width: 100%;
	float: left;
	font-family: 'Open Sans', sans-serif !important;
	font-size: 14px;
	font-weight: 500;
	line-height: 18px;
	color: #000;
	text-transform: uppercase;
	margin: 0;
}

.nameProduct small {
	width: 100%;
	float: left;
	color: #000;
	margin: 0;
	padding: 10px 0 10px 0;
}

.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;
	text-align: right;
	font-size: 17px;
	color: #000;
	font-weight: 600;
	/*margin-top: 6px;*/

	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-end;
	align-items: center;
	align-self: center;
	align-content: center;
	padding-right: 15%;
}

.precioProducto span {
	width: 100%;
	float: left;
	font-size: 24px;
	color: #FFF;
	line-height: 20px;
	font-weight: 300;
}

.rowProduct small {
	font-size: 10px;
	color: #FFF;
	width: 100%;
	float: left;
	margin-top: -7px;
	text-align: right;
}

.hrWidth {
	width: 97% !important;
}

.rowProduct hr {
	width: 90%;
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	border-top: 1px solid rgba(255, 255, 255, 0.4) !important;
	float: right;
	margin-bottom: 5px !important;
}

.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: 1px 0px 1px 0px;
}

.col2Price1 {
	width: 71%;
}

.col2Price1Unidad {
	width: 35%;
	background-color: #FFFF00;
	margin-bottom: 5px;
	margin-left: 3%;
	margin-top: 4px;
}

.col2Price2Unidad {
	width: 61%;
}

.col2Price1Unidad span {
	color: #FF1717 !important;
	font-size: 17px;
	font-weight: 600;
	width: 100%;
	height: 30px;
	text-align: right;
	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-end;
	text-align: right;
	align-self: flex-start;
	align-content: center;
	align-items: center;
	padding-right: 2px;
}

.col2Price2 {
	width: 38%;
	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: center;
	align-items: center;
	padding-top: 5px;
}

.bgRedProduct .txtUnd {
	color: #FFF !important;
	margin-top: 0px;
}

.inputCant {
	/*width: 90%;*/
	width: 38px;
	height: 33px;
	float: left;
	color: #000;
	font-weight: 600;
	padding: 5px;
	border: 0px solid #FFF !important;
	background-color: #FFF !important;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	font-size: 14px;
	text-align: center;
	margin-right: 5px !important;
	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: 100%;
	height: auto;
	float: right;
	color: #000;
	padding: 5px;
	background-color: #FFF;
	border: 0;
	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-bottom: 5px !important;
	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 {
	/*min-width: 130px;*/
	float:right;
	margin-top: -3px;
}

.btnProducto {
	/*width: 90%;*/
	width: auto;
	height: 33px;
	float: right;
	padding: 4px 7px 4px 7px;
	background-color: #D30522;
	font-size: 12px;
	text-align: center;
	color: #FFF;
	font-weight: 600;
	margin-top: 0px;
	margin-left: 2px;
	cursor: pointer;
	transition: all 0.3s;
	font-family: 'Open Sans', sans-serif;
	border: 0;
}
.btnProducto i {
	font-size: 24px;
	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: 0px !important;
	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;
}

.stockProductoMin {
	width: 100%;
}

.btnProductoMin {
	width: 86%;
	float: left;
	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: 33px;
	float: right;
	padding: 8px 12px 4px 12px;
	background-color: #8bc34a;
	font-size: 12px;
	text-align: center;
	color: #FFF;
	font-weight: 600;
	margin-top: 0px;
	margin-left: 2px;
	cursor: pointer;
	transition: all 0.3s;
	font-family: 'Open Sans', sans-serif;
	border: 0;
	cursor: pointer;
}

.btnCarritoStockAsyc {
	width: auto;
	height: 33px;
	float: right;
	padding: 8px 4px 4px 4px;
	background-color: #FF1717;
	font-size: 12px;
	text-align: center;
	color: #FFF;
	font-weight: 600;
	margin-top: 0px;
	margin-left: 2px;
	cursor: pointer;
	transition: all 0.3s;
	font-family: 'Open Sans', sans-serif;
	border: 0;
	display: none;
}

.btnCarritoStockAsyc i {
	font-size: 16px;
	color: #FFF;
}

.btnCarritoStock i {
	font-size: 16px;
	color: #FFF;
}

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

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

.articleGral:hover .imgProduct {
	background-color: #000;
	cursor: pointer;
	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: 280px;
	height: 300px;
	border-radius: 200px;

	/*background: #EEE;*/
	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;
}

.contentInfoProd {
	width: 100%;
	height: auto;
	min-height: 137px;
	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;
	background-color: #FFF;
}

.txtUnd {
	font-weight: 400;
	color: #000;
	font-size: 9px;
	margin: 0;
	text-align: center;
}

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

.txtDescMay {
	width: 95%;
	height: 30px;
	font-weight: 600;
	color: #FFFF00;
	font-size: 13px;
	line-height: 13px;
	margin: 3% 2% 2% 2%;
	text-align: center;
	/*padding: 10px 0 0 2%;*/
	-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-end;
	text-align: right;
	align-self: center;
	align-content: center;
	align-items: center;
}

.contentPriceProd {
	width: 65%;
	/*min-height: 60px;*/
	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;
}

.ContentAddDetail .contentPriceProd {
	margin-top: 0px;
}

.contentPriceProd .txtIva {
	color: #000;
}

.widthMinProd {
	/*width: 68% !important;*/
	height: 80px;
	padding-left: 5%;
}

.contentPriceProd {
	width: 60%;
}

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

.contentCantProd {
	width: 40%;
	/*min-height: 55px;*/
	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-end;
	text-align: center;
	align-self: center;
	align-content: center;
	align-items: center;
}

.marginBottomInputCajaMay {
	align-self: flex-end;
	margin-bottom: 7px;
}

.contentCantProdMin {
	width: 50%;
}

.contentCantProdMin input {
	width: 100% !important;
}

.contentCantProdMin .btnProductoMin {
	width: 100% !important;
}

.txtIva {
	font-size: 11px !important;
	color: #000;
	float: left;
	width: 100%;
	font-weight: 400;
	margin-bottom: 5px;
}

#ribbon {
	width: 0px;
	height: 0px;
	border-right: 20px solid #FF1717;
	border-top: 50px solid transparent;
	border-bottom: 50px solid transparent; 

	margin-top: 20px;
	margin-left: 119px;
	position:absolute; 
}

.boxOFF {
	width: 90px;
	height: 100px;
	background-color: #FF1717;
	margin-top: 21px;
	margin-left: 229px;
	position: absolute;
}


.boxOFFNumber {
	width: 50px;
	height: auto;
	color: #FFF;
	font-size: 44px;
	letter-spacing: -3px;
	font-weight: 700;
	z-index: 1;
	margin-top: 25px;
	line-height: 22px;
	margin-right: 4px;
	float: left;
	text-align: right;
}

.txtOffPercent {
	width: 30px;
	height: 30px;
	color: #FFF;
	font-size: 28px;
	font-weight: 400;
	float: left;
	margin-top: 10px;
}

.txtOff {
	width: 30px;
	font-size: 13px;
	font-weight: 400;
	color: #FFF;
	float: left;
}

.txtMsgOff {
	float: left;
	width: 100%;
	color: #FFF;
	font-size: 8px;
	font-weight: 300;
	z-index: 100;
	line-height: 10px;
	padding-right: 12px;
	text-align: right;
}

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

.burst-12 {
	margin-top: 5px !important;
	margin-left: 15px !important;
}

.contentImgDetail {
	width: 40%;
}

.contentTxtDetail {
	width: 40%;
}

.bgRedDetailBox {
	background-color: #FAFAFA;
	padding: 2%;
}

.bgRedDetailMayBox {
	background-color: #FF1717;
	padding: 2% 5% 2% 2%;
}

.bgRedDetailMayBox .precioProducto {
	color: #FFF !important;
}

.bgGreyDetailMayBox {
	background-color: #DADADA;
	padding: 2% 5% 2% 2%;
	/*min-height: 120px;*/

	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: center;
	align-content: center;
	align-items: center;
}

.bgRedDetailBox .precioProducto {
	font-size: 24px;
	font-weight: 600;
	color: #000 !important;
}

.bgRedDetailBox .txtIva {
	font-size: 14px !important;
	font-weight: 300;
	color: #000 !important;
	text-align: left;
}

.bgRedDetailMayBox .titleUnidadDetail {
	width: 100%;
	font-size: 16px !important;
	font-weight: 600;
	color: #FFFF00;
	text-align: right;
}

.contentTxtDetail .bgRedDetailBox {
	font-size: 24px;
	font-weight: 600;
	color: #FFF;
}

.txtSmallDet {
	width: 100%;
	font-size: 16px;
	text-align: right;
	margin: 0;
	font-weight: 400;
	float: left;
}

.hrDet {
	width: 96%;
}

.contentTxtDetail h1 {
	display: block;
	font-size: 30px !important;
	font-weight: 500;
	text-align: left;
	color: #000;
	text-transform: uppercase;
}

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

.ContentAddDetail .txtUnd {
	color: #FFF;
	text-transform: none;
	font-size: 12px !important;
}

.contentTxtDetail .precioProducto {
	font-size: 24px;
	font-weight: 600;
	color: #000;
}

.titleUnidadDetail {
	width: 100%;
	text-align: left;
	font-size: 20px;
	font-weight: 300;
	color: #000;
	/*margin-bottom: 15px;*/
	margin: 0 !important;
	margin-top: 0px !important;
}

.titleDescDetail {
	width: 100%;
	text-align: center;
	font-size: 22px;
	font-weight: 300;
	color: #FFF;
	float: left;
	margin: 0 0 5px 0!important;
}

.contentTxtDetail .txtIva {
	font-size: 16px !important;
	font-weight: 400;
	color: #000;
	text-align: left;
}

.bgGreyDetailMayBox .txtUnd {
	font-size: 16px !important;
	font-weight: 300;
	color: #000 !important;
}

.contentTxtDetail .txtUnd {
	font-size: 16px !important;
	font-weight: 300;
	color: #FFF;
}

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

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

.bgRedDetailBox .inputCant {
	width: 67px;
	height: 52px;
	font-size: 22px;
	border: 1px solid #000;
}

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

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

.txtDetail {
	text-align: left;
	height: auto;
	font-size: 16px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.ribbonDetail {
	margin-right: 89px !important;
	margin-left: unset !important;
}

.contentImgDetail {
	width: 50% !important;
	height: auto !important;
	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-end;
	text-align: center;
	align-self: center;
	align-content: center;
	align-items: flex-start;

	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.contentImgDetail a {
	width: 100%;
	height: 500px;
}

.imgProductDetail {
	width: 100%;
	height: 515px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: right;
}

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

.col3 {
	width: 33%;
	padding: 0 3% 0 3%;
}

.col2List {
	width: 50%;
	/*width: 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;
}

.col2List1 {
	width: 42%;
	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: flex-end;
    align-content: flex-end;
    align-items: flex-end;
}

.col2List2 {
	width: 58%;
	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;
	padding-bottom: 5px;
}

.imgList {
	width: 25%;
	height: 100px;
}

.imgList img {
	max-height: 90px;
	max-width: 55px;
}

.imgListPopup {
	width: 14%;
	height: auto;
	padding: 0 2% 0 0;
}

.imgListPopup img {
	max-height: 100%;
    max-width: 100%;
}

.flexList {
  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: left;
  align-self: center;
  align-content: center;
  align-items: center;
  /*margin-bottom: 5px;*/
}

.flexListPopup {
	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: left;
	align-self: center;
	align-content: center;
	align-items: center;
	margin-bottom: 0px;
	/*padding-top: 5px;*/
	border-bottom: 1px solid #CCC;
	color: #000;
	padding: 10px;
  }

.infoCarrito {
	width: 75%;
	height: 100px;
	text-align: left
}

.infoCarritoPopup {
	width: 86%;
	height: auto;
	text-align: left
}

.titleList {
	font-size: 10px;
	float: left;
	width: 100%;
}

.inputCantList {
	width: 26px;
	height: 26px;
	font-size: 12px;
	float: left;
	text-align: center;
	font-weight: 600;
	border: 1px solid #CCC;
	color: #666;
}

.inputCantListPopup {
	width: 30px !important;
	padding: 1px !important;
}

.precioList {
	font-size: 12px;
	font-weight: 400;
	margin-top: 0px;
	margin-right: 10px;
	text-align: right;
	margin-bottom: 7px;
}

.precioListPopup {
	font-size: 14px;
	font-weight: 600;
	color: rgba(0, 0, 0, 1);
	margin-top: 0px;
	text-align: right;
	margin-top: 15px;
}

.precioListPopup small {
	font-size: 11px;
	text-transform: uppercase;
}

.precioSubTotalListPopup {
	font-size: 15px;
	font-weight: 600;
	color: rgba(0, 0, 0, 1);
	margin-top: 0px;
	text-align: right;
	margin-top: 5px;
}

.precioSubTotalListPopup small {
	font-size: 11px;
	text-transform: uppercase;
}

.quantity {
	position: relative;
  }
  
  input[type=number]::-webkit-inner-spin-button,
  input[type=number]::-webkit-outer-spin-button
  {
	-webkit-appearance: none;
	margin: 0;
  }
  
  input[type=number]
  {
	-moz-appearance: textfield;
  }
  
  .quantity input {
	width: 30px;
	height: 30px;
	line-height: 1.65;
	float: left;
	display: block;
	padding: 0;
	margin: 0;
	margin-top: 5px !important;
	font-size: 16px;
	text-align:center;
	border: 1px solid #eee;
	margin-left: 35px;
  }
  
  .quantity input:focus {
	outline: 0;
  }
  
  .quantity-nav {
	float: left;
	position: relative;
	height: auto;
	margin-top: 7px;
  }
  
  .quantity-button {
	position: relative;
	cursor: pointer;
	border: 1px solid #eee;
	width: auto;
	text-align: center;
	color: #333;
	font-size: 26px;
	padding-top: 0px;
	font-family: "Trebuchet MS", Helvetica, sans-serif !important;
	line-height: 0.7;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
  }
  
  .quantity-button.quantity-up {
	padding-top: 3px;
	position: absolute;
	width: 28px;
	height: 28px;
	top: 0;
	left: 70px;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-o-border-radius: 20px;
	-webkit-border-radius: 20px;
	background-color: #A4A4A4;
	color: #000;
  }
  
  .quantity-button.quantity-down {
	padding-top: 3px;
	position: absolute;
	/* bottom: -1px; */
	width: 28px;
	height: 28px;
	left: 40px;

	border-radius: 20px;
	-moz-border-radius: 20px;
	-o-border-radius: 20px;
	-webkit-border-radius: 20px;
	background-color: #A4A4A4;
	color: #000;
  }

  .btnActualizar {
	width: auto;
	height: auto;
	padding-top: 3px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	font-size: 17px;
	font-weight: 300;
	color: #FFF;
	cursor: pointer;
	text-align: center;
	margin: 0px 5px 10px 5px;
	transition: all 0.3s;
  }
  
  .btnActualizar:hover {
	
  }

  .btnActualizar i {
	  font-size: 16px !important;
	  color: #333 !important;
  }

  .btnBorrarPopup {
	width: 12px;
	height: 12px;
	/*
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;*/
	font-size: 11px;
	font-weight: 600;
	color: #000;
	cursor: pointer;
	text-align: center;
	border: 0px solid #000;
	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;
	transition: all 0.3s;
	vertical-align: middle;
	padding: 0 0 3px 0px;
  }

  .btnBorrarPopup i {
	font-size: 12px !important;
	color: #000 !important;
  }

  .txtUnidad {
	width:100%;font-size:10px; text-align:left; float:left;
  }
  
  .btnBorrar {
	width: auto;
	height: auto;
	padding-top: 3px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	font-size: 17px;
	font-weight: 300;
	color: #FFF;
	cursor: pointer;
	text-align: center;
	/*margin-left: 3px;
	margin-top: 0px;*/
	margin: 0px 3px 10px 3px;
	transition: all 0.3s;
  }

  .btnBorrar i {
		font-size: 16px !important;
		color: #333 !important;
	}

.contentListTotales {
	width: auto;
	/*float: right;*/
	margin-top: 0px;
	margin-bottom: 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: center;
	align-content: center;
	align-items: center;
	margin-bottom: 25px;
	}

.rowListTotal {
	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-end;
	text-align: center;
	align-self: center;
	align-content: center;
	align-items: center;
	background-color: #E8E8E8;
	margin-bottom: 2px;
	padding: 3px 10px 3px 3px;
}

.rowListTotalBottom {
	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-end;
	text-align: center;
	align-self: center;
	align-content: center;
	align-items: center;
	background-color: #D2D2D2;
	padding: 3px 10px 3px 3px;
}

.contentSubTitleList {
	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;
  }
  
  .contentSubTitleList h2 {
	width: 100%;
	font-size: 26px;
	font-weight: 100;
	color: #FD0203;
	text-align: left;
	padding: 0;
	margin-bottom: 35px;
	font-family: 'Open Sans', sans-serif;
  }

.boxCarritoList {
	width: 100%;
	min-height: 75px;
	padding: 15px;
	border: 2px solid #14667C;

	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: 5px;
	color: #14667C;
	font-size: 16px;
}

.boxCarritoList label {
	color: #14667C;
	font-size: 18px;
}

#envioCabaDiv label {
	width: 100%;
}

.boxCarritoList a {
	color: #333;
	text-decoration: none !important;
	font-size: 12px !important;
	font-weight: 600 !important;
	margin-left: 5px;
}

.boxCarritoSelList {
	width: 100%;
	min-height: 50px;
	padding: 15px;
	border: 2px solid #14667C;

	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: 5px;
	color: #14667C;
	font-size: 18px;
}

.borderGrey {
	border: 2px solid #14667C !important;
}

.btnCostoEnvioList {
	width: 100%;
	height: 50px;
	font-size: 16px;
	color: #FFF;
	background-color: #333;
	padding: 5px 10px 5px 10px;
	transition: 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;
	margin-top: 10px;
}

.btnCostoEnvioList:hover {
	background-color: #FFAA00;
	cursor: pointer;
}

.btnCostoList {
	width: 49%;
	height: 50px;
	font-size: 16px;
	color: #FFF;
	background-color: #333;
	padding: 5px 10px 5px 10px;
	transition: 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;
  }
  
  .btnCostoList:hover {
	background-color: #FFAA00;
	cursor: pointer;
  }

  #btnCostoList {
	pointer-events: none;
	opacity: 0.4;
  }

  .inputFormCPList {
	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-between;
	text-align: center;
	align-self: center;
	align-content: center;
	align-items: center;
	margin-bottom: 5px;
  }
  
  .inputFormCPList input {
	width: 49%;
	height: 50px;
	text-align: left;
	border: 1px solid #00A7C2;
	padding: 6px;
  }

  .inputFormEnvioList {width: 100%;}

  .inputFormEnvioList input {
	width: 62%;
	height: 50px;
	text-align: left;
	border: 1px solid #00A7C2;
	padding: 6px;
	margin-bottom: 5px !important;
  }

  #calleDomCarrito {
	width: 73%;
  }

  #numDomCarrito {
	width: 25%;
  }

  .inputFormEnvioList select {
	width: 62%;
	height: 50px;
	text-align: left;
	border: 1px solid #00A7C2;
	padding: 6px;
	margin-bottom: 5px !important;
  }

  .boxCostoEnvio {
	width: 100% !important;
	height: 50px;
	text-align: left;
	border: 2px solid #00A7C2 !important;
	background-color: #FAFAFA !important;
	color: #000;
	padding: 6px;
	display: block !important;
  }

  .boxCostoEnvio p {
	color: #000 !important;
  }

  .txtEnvio {
	font-size: 14px;
	color: #14667C;
	text-align:left;
	margin-bottom: 5px;
  }

  .contentInputFormCarritoList {
	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;
	margin-top: 15px;
}

.contentInputFormCarritoList fieldset {
  border:0;
  width: 100%;

  margin-inline-start: 0px !important;
  margin-inline-end: 0px !important;
  padding-block-start: 0em !important;
  padding-inline-start: 0em !important;
  padding-inline-end: 0em !important;
  padding-block-end: 0em !important;
}

.contentInputFormCarritoList legend {
  text-align: left;
  color: #115A75 !important;
  font-weight: 800;
  font-size: 24px;

  padding-inline-start: 0px !important;
  padding-inline-end: 0px !important;
}

.contentInputFormList 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: space-around;
	text-align: center;
	align-self: center;
	align-content: center;
	align-items: center;
}

.inputFormList {
	width: 100%;
}

.inputFormList input {
	width: 100%;
	height: 38px;
	text-align: left;
	border: 0;
	border-bottom: 1px solid #CCC;
	background-color: transparent;
	/* border: 0; */
	padding: 6px 0 6px 0;
	font-size: 18px;
}

.inputFormList textarea {
	width: 100%;
	height: 100px;
	text-align: left;
	border: 0;
	border-bottom: 1px solid #CCC;
	background-color: transparent;
	/* border: 0; */
	padding: 6px 0 6px 0;
	font-size: 18px;
}

.contentInputFormCarritoList legend {
	margin-bottom: 15px;
}

.colLabelTotalList {
	width: 150px;
	min-height: 35px;
	text-align: right;

	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: right;
	align-self: center;
	align-content: center;
	align-items: center;
}

.colLabelTotalList p {
	width: 100%;
	font-size: 14px !important;
	text-align: right;
	margin-bottom: 0px !important;
}

.numListSel {
	width: 80px;
	height: 80px;

	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: right;
	align-self: center;
	align-content: center;
	align-items: center;
	background-color: #E11B1C;
	border: 2px solid #E11B1C;
	border-radius: 40px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	-o-border-radius: 40px;
}

.numListSel p {
	font-size: 38px;
	font-weight: 700;
	color: #FFF;
}

.numList {
	width: 80px;
	height: 80px;

	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: right;
	align-self: center;
	align-content: center;
	align-items: center;
	background-color: #FFF;
	border: 2px solid #E11B1C;
	border-radius: 40px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	-o-border-radius: 40px;
}

.numList p {
	font-size: 38px;
	font-weight: 700;
	color: #E11B1C;
}

.contentPasosList {
	margin-bottom: 25px;
}

.nameList {
	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: right;
	align-self: center;
	align-content: center;
	align-items: center;
}

.nameList p {
	font-size: 26px;
	color: #E11B1C;
	margin-left: 24px;
	font-weight: 300 !important;
}

.listPasos {
	width: 100%;
	margin-top: 35px;
}

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

.btnAceptarPedidoList {
	width: auto;
	height: auto;
	margin: 20px 0 0 0;
	font-size: 18px;
	font-weight: 300;
	color: #fff;
	background-color: #FD0203;
	padding: 10px;
	cursor: pointer;
	transition: all 0.3s;
  }
  
  .btnAceptarPedidoList:hover {
	background-color: #FD0203;
  }

  .borderRightCol {
	border-right: 2px dotted #CCC;
  }

  .borderLeftCol {
	border-left: 2px dotted #CCC;
  }

.txtCostoEnvio {
	color:#000; float:left; width:100%; font-size:14px; text-align:left;
	font-weight: 600;
}

.rowProduct {
	background-color: #DADADA;
	min-height: 55px;
	align-items: flex-start;
}

.titleMinProd {
	width: 100%;
	color: #000;
	font-size: 14px;
	font-weight: 400;
	text-align: left;
	margin: 0;
}

.txtProdDesc {
	width: 100%;
	height: 56px;
	float: left;
}

.txtProdDesc p {
	width: 100%;
	float: left;
	text-align: left;
	margin: 0;
	color: #FFF;
	font-size: 16px;
	line-height: 16px;
	font-weight: 400;
	padding: 5px 5px 0px 5px;
}

.txtProdDesc small {
	font-size: 12px;
	color: #FFA800;
	width: 100%;
	float: left;
	text-align: left;
	margin: 0;
	padding: 2px 5px 5px 5px;
}

.bgRedProduct {
	background-color: #FF1717;
	min-height: 82px;
}

.bgRedProduct .precioProducto {
	color: #FFF !important;
}

.bgRedProduct .precioProducto span {
	color: #FFF !important;
	/*line-height: 8px;*/
}

.bgRedProduct .txtDesc {
	color: #FFF !important;
	font-size: 10px !important;
	font-weight: 100;
	width: 100%;
}

.iconCart {
	font-size: 124px;
	color: #FFAA01;
	margin-top: 15px;
}

.iconCartRed span {
	font-size: 124px;
	color: #FD0203;
	margin-top: 0px;
}
.iconCartRed {
	justify-content: center !important;;
	align-self: center !important;;
}

.txtPopuCarrito {
	color: #FC0204 !important;
	text-align: left !important;
	font-size: 20px;
	font-weight: 300;
}

.txtPopuCarrito b {
	color: #FC0204 !important;;
	font-size: 27px;
	font-weight: 600;
}

.flexBottomPopup {
	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;
	background-color: #DADADA;
	padding: 3% 2% 3% 2%;
	margin-top: 20px;
}

.logoFooter {
	/*padding-left: 9%;*/
}

/* POPUP */
#notification_li{position:relative}
#notificationContainer {
background-color: #fff;
box-shadow: 0 3px 8px rgba(0, 0, 0, .25);
overflow: auto;
position: fixed;
top: 0vh;
right: 0;
width: 30vw;
height: 99.5vh;
font-family: 'Open Sans', sans-serif;
margin: 0;
min-width: 320px;
z-index: 600;
display: none;
border-radius: 0px 0 0 0px;
/* Animaciones deshabilitadas para funcionamiento clásico */
/* ...otros estilos... */
}

#notificationContainer.active {
  display: block;
  transform: translateX(0);
}
@media (max-width: 600px) {
  #notificationContainer {
	width: 100vw;
	min-width: unset;
	border-radius: 0;
	right: 0;
	top: 0;
	height: 100vh;
  }
}

#notificationTitle {
	text-align: center;
	z-index: 1000;
	padding: 4px;
	font-weight: 500;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	color: #000;
	background-color: #ffffff;
	width: 100%;
	border-bottom: 1px solid #dddddd;
}

#notificationTitle svg {
	width: 18px;
}
@media (max-width: 600px) {
  #notificationContainer {
	width: 98vw;
	height: 97vh;
	right: 1vw;
	top: 0;
	margin: 0;
	min-width: unset;
	border-radius: 0;
	transform: none;
  }
/* Botón cerrar */
#notificationCloseBtn {
  position: absolute;
  top: 10px;
  right: 15px;
  background: transparent;
  border: none;
  font-size: 28px;
  color: #eb0626;
  cursor: pointer;
  z-index: 1001;
}
}
#notificationsBody {
padding: 0px !important;
height:400px;
/*overflow-y: auto;*/
font-family: 'Open Sans', sans-serif;
}
#notificationFooter {
background-color: #eb0626;
text-align: center;
font-weight: 800;
font-family: 'Open Sans', sans-serif;
padding: 8px;
color: #FFF !important;
font-size: 16px;
width: 80%;
margin-bottom: 5px;
margin-left: 10%;
float: left;
}

#notificationFooter a:visited {
	color: #FFF !important
}

#notificationLinkFooter {
background-color: #FFF;
text-align: center;
font-weight: 800;
font-family: 'Open Sans', sans-serif;
padding: 8px;
color: #eb0626;
font-size: 16px;
}
#notificationLinkFooter b{
color: #eb0626;
}
#notification_count {
padding: 3px 7px 3px 7px;
background: #cc0000;
color: #ffffff;
font-weight: bold;
margin-left: 77px;
font-family: 'Open Sans', sans-serif;
border-radius: 9px;
position: absolute;
margin-top: -11px;
font-size: 11px;
}
.titleNotification {
  font-size: 14px;
  color: #000;
  font-weight: 800;
  font-family: 'Open Sans', sans-serif;
  margin: 0;
}
.txtNotification {
  font-size: 14px;
  color: #333;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  margin: 0;
}
.boxNotification {
  width: 100%;
  height: 65vh;
  overflow-y: auto;
  /*border-bottom: 1px solid #CCC;*/
  font-family: 'Open Sans', sans-serif;
  /*padding: 3px 0px 3px 0px;*/
  padding: 0px;
}
.dateTimeNotification {
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
  color: #333;
  font-weight: 300;
}
.folderNotification {
  font-size: 14px;
  color: #000;
  font-weight: 300;
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  margin-block-start: 0em;
  margin-block-end: 0em;
}
.btnNotificacion {
  font-size: 12px;
  color: #FFF;
  background-color: #8bc34a;
  padding: 3px;
  margin-left: 84%;
  font-family: 'Open Sans', sans-serif;
  transition: all 0.3s;
}
.btnNotificacion:hover {
  color: #FFF;
  text-decoration:none;
  background-color: #33691e;
}
.alertMsg {
	position: absolute;
	/*left: 4px;*/
	font-family: 'Open Sans', sans-serif;
	top: 0px;
}

.alertMsg i {
	font-size: 20px;
	color: #FFF;
	transition: all 0.3s;
}

.alertMsg i:hover {
	cursor: pointer;
}

.circleAlert {
	width: 10px;
	height: 10px;
	background-color: #F4A71B;
	color: #FFF;
	font-family: 'Open Sans', sans-serif;
	position: absolute;
	margin-top: -31px;
	margin-left: -9px;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-o-border-radius: 20px;
	-webkit-border-radius: 20px;
	text-align: center;
	border:0;
}

.circleAlert p {
	margin: 0;
	padding: 0;
	font-size: 13px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
}

.titleProdPopup {
	color: #000;
	width: 100%;
	text-align: left;
	font-size: 12px;
	line-height: 14px;
	float: left;
	margin: 0 0 5px 0;
}

.contentSearchMayoristas {
	display: none;
}

.btnMinCarritoPopup {
	width: 26px;
	height: 26px;
	border: 1px solid #DBDDDC;
	background-color: #FFF;
	margin-right: 1px;
	float: left;
	font-size: 21px;
	color: #CCC;

	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;
	transition: all 0.3s;
}

.btnMaxCarritoPopup {
	width: 26px;
	height: 26px;
	border: 1px solid #DBDDDC;
	background-color: #FFF;
	margin-left: 1px;
	float: left;
	font-size: 21px;
	color: #CCC;

	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;
	transition: all 0.3s;
}

.btnMinCarritoPopup:hover {
	background-color: #eb0626;
	cursor: pointer;
	color: #FFF;
}

.btnMaxCarritoPopup:hover {
	background-color: #eb0626;
	cursor: pointer;
	color: #FFF;
}

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

.selectedCarrito {
	background-color: #14667C;
	color: #FFF;
}

.marginTopUnidad {
	margin-top: -20px;
}

.heightCajaDetailProd {
	width: 40%;
	min-height: 225px;
	align-content: space-between;
	justify-content: flex-end
}


.boxDetailYellowPrice {
	color:#FF1717 !important; 
	font-size: 24px;
	font-weight: 600 !important;
	background-color: #FFFF00;
	padding: 10px 3px 10px 0;
}

.btnEditDetail {
	width: 50px;
	height: 53px;
	padding-top: 18px;
}

.colorBorderBottom {
	padding-top: 5px;
	border-bottom: 1px solid #CCC;
}

.titlePriceCar {
	font-size: 8px !important;
}

.titleProdList {
	font-size: 10px;
}

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

 /* Layout específico para el formulario de envío (no global) */
#cabaCP { display:block; }
#cabaCP .row { display:flex; gap:10px; align-items:center; }
#calleDomCarrito { flex:1; padding:10px; }
#numDomCarrito { width:110px; padding:10px; }
#locDomCarrito { flex:1; padding:10px; }
#zona, #subzona { width:100%; padding:10px; }
#cabaCP select { border:1px solid #1e88e5; border-radius:3px; background:#fff; }
#cabaCP input, #cabaCP select { box-sizing:border-box; font-size:14px; }
/* Make the calculate button span full width visually */
.btnCostoEnvioList { display:block; width:100%; text-align:center; padding:14px 12px; background:#2b2b2b; color:#fff; cursor:pointer; position:relative; }
.btnCostoEnvioList[aria-busy="true"] { opacity:0.85; pointer-events:none; }
.btnCostoEnvioList[aria-busy="true"]::after {
	content: "";
	position: absolute;
	right: 14px;
	top: 50%;
	transform: translateY(-50%);
	width: 16px;
	height: 16px;
	border-radius: 50%;
	border: 2px solid rgba(255,255,255,0.25);
	border-top-color: #ffffff;
	animation: envio-spin 0.8s linear infinite;
}

#subzona {
	width: 98%;
}
@keyframes envio-spin { to { transform: translateY(-50%) rotate(360deg); } }

/* Modal visual (reemplaza alert) */
html.envio-modal-open, html.envio-modal-open body { overflow: hidden; }
.envio-modal { position: fixed; inset: 0; z-index: 99999; display: none; }
.envio-modal[aria-hidden="false"] { display: flex; align-items: center; justify-content: center; padding: 16px; }
.envio-modal__backdrop { position: absolute; inset: 0; background: rgba(0,0,0,0.55); }
.envio-modal__dialog {
	position: relative;
	width: min(420px, 100%);
	background: #fff;
	border-radius: 14px;
	box-shadow: 0 18px 55px rgba(0,0,0,0.35);
	overflow: hidden;
}
.envio-modal__content { padding: 16px 16px 14px; }
.envio-modal__badge {
	width: 34px; height: 34px;
	border-radius: 10px;
	background: #FD0203;
	color: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-weight: 900;
	margin-bottom: 8px;
}
.envio-modal__title { margin: 0 0 6px; font-size: 18px; color: #111; }
.envio-modal__body { color: #333; font-size: 14px; line-height: 1.35; }
.envio-modal__btn {
	margin-top: 12px;
	width: 100%;
	border: 0;
	border-radius: 10px;
	padding: 12px 14px;
	background: #14667C;
	color: #fff;
	font-weight: 700;
	cursor: pointer;
}
.envio-modal__close {
	position: absolute;
	right: 10px;
	top: 8px;
	width: 36px;
	height: 36px;
	border: 0;
	border-radius: 10px;
	background: rgba(0,0,0,0.06);
	color: #111;
	font-size: 22px;
	line-height: 36px;
	cursor: pointer;
}
@media (max-width: 420px) {
	.envio-modal[aria-hidden="false"] { align-items: flex-end; }
	.envio-modal__dialog { border-bottom-left-radius: 0; border-bottom-right-radius: 0; width: 100%; }
}