@import url('https://fonts.googleapis.com/css?family=Poiret+One');
.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;

  	background-color: #FAFAFA;
  	padding-bottom: 7px;
}

.contentProductsColumnRight {
	width: 80%;
	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;
}

.imgDetailProd {
	max-width: 340px;
	float: left;
	margin-bottom: 15px;
}

.contentDetProduct {
	width: 100%;
	height: auto;
	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;

	flex-wrap: wrap;
  	justify-content: center;
  	text-align: left;
  	align-self: center;
  	align-content: center;
  	align-items: center;
}

.contentDetProduct p {
    font-size: 20px;
    font-weight: 800;
    color: #333;
    text-align: left;
    margin: 15px;
    float: right;
    width: 98%;
}

.contentDetProduct img {
	margin: 20px;
}

.priceProducts {
    float: left;
    width: 100% !important;
    /* margin-top: 25px; */
    /* margin-left: 140px; */
    background-color: rgba(255,255,255,0.7);
    padding: 5px;
    color: #607D8B;
    text-align: center;
    font-size: 16px;
    width: 80px;
    /* border: 1px solid rgba(0,0,0,0.1); */
}

.titleDetailProduct {
	width: 100%;
	height: auto;
	float: left;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
}

.titleDetailProduct h2 {
	font-size: 46px;
	color: #FF1744;
	font-weight: 700;
	margin: 0;
	font-family: 'Poiret One', cursive;
}

.btnVolver {
	width: auto;
	height: auto;
	
	padding: 5px;
	text-align: center;
	font-size: 18px;
	font-weight: 800;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	margin-top: 10px;
	margin-bottom: 15px;
	color: #333;
	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: left;
  	align-self: center;
  	align-content: center;
  	align-items: center;

    margin-bottom: 15px;
    padding-top: 20px;
    margin-left: 2%;

	transition: all 0.3s;
}

.btnVolver:hover {
	color: #000;
	cursor: pointer;
}

.btnVolver i {
	font-size: 24px;
}

/* 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;
}

.article {
	padding: 5px;
	width: 225px;
	/*height: 380px;*/
	height: auto;
	margin: 10px;
	background-color: #FFF;
	box-shadow: 0px 0px 30px #CCC;
	-webkit-box-shadow: 0px 0px 30px #CCC;
	-o-box-shadow: 0px 0px 30px #CCC;
	-moz-box-shadow: 0px 0px 30px #CCC;
	transition: all 0.3s;
}

.article:hover {
	box-shadow: 0px 0px 30px #333;
	-webkit-box-shadow: 0px 0px 30px #333;
	-o-box-shadow: 0px 0px 30px #333;
	-moz-box-shadow: 0px 0px 30px #333;
}

.articleSel {
	padding: 5px;
	width: 225px;
	height: auto;
	margin: 10px;
	background-color: #FFF;
	box-shadow: 0px 0px 30px #CCC;
	-webkit-box-shadow: 0px 0px 30px #CCC;
	-o-box-shadow: 0px 0px 30px #CCC;
	-moz-box-shadow: 0px 0px 30px #CCC;
	border: 1px solid #FF9800;
}

.articleHome {
	padding: 5px;
	width: 225px;
	height: 315px;
	margin: 10px;
	background-color: #FFF;
	box-shadow: 0px 0px 30px #CCC;
	-webkit-box-shadow: 0px 0px 30px #CCC;
	-o-box-shadow: 0px 0px 30px #CCC;
	-moz-box-shadow: 0px 0px 30px #CCC;
	transition: all 0.3s;
}

.articleHome:hover {
	box-shadow: 0px 0px 30px #333;
	-webkit-box-shadow: 0px 0px 30px #333;
	-o-box-shadow: 0px 0px 30px #333;
	-moz-box-shadow: 0px 0px 30px #333;
}

.imgProductHome {
	width: 100%;
	height: 210px;
	text-align: center;
	align-items: center;
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto 210px;
	transition: all 0.3s;
	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;

	flex-wrap: wrap;
  	justify-content: space-around;
  	text-align: center;
  	align-self: center;
  	align-content: center;
  	align-items: center;
}

.imgProductHome img {
	max-width: 100%;
	max-height: 210px;
	vertical-align: middle;
	align-items: center;
}

.imgProductHome i {
	font-size: 110px;
	color: #CFD8DC;
}

.centerImg {
	width: auto;
	height: auto;
}

.nameProductHome {
	width: 100%;
	height: 25px;
	display: flex;
	align-items: center;
	text-align: left;
	font-size: 12px;
	color: #666;
	font-weight: 400;
	font-family: 'Poiret One', cursive;
}

.empProductHome {
	width: 100%;
	height: auto;
	align-items: center;
	text-align: center;
	font-family: 'Poiret One', cursive;
	font-size: 20px;
	color: #000;
	font-weight: 800;
	margin-top: 0px;
	margin-bottom: 10px;
}

.categoryProductHome {
	width: 100%;
	height: 25px;
	align-items: center;
	text-align: center;
	font-family: 'Poiret One', cursive;
	font-size: 16px;
	color: #0091EA;
	font-weight: 800;
	margin-top: 0px;
}
.priceProductHome {
	 float: left;
    width: 100% !important;
    /* margin-top: 25px; */
    /* margin-left: 140px; */
    background-color: rgba(255,255,255,0.7);
    padding: 5px;
    color: #FF1744;
    text-align: center;
    font-size: 20px;
    width: 80px;
    /* border: 1px solid rgba(0,0,0,0.1); */
}

.hoverProduct {
	width: 215px;
	height: 0px;
	position: absolute;
	margin-top: 0px;
	transition: all 0.5s;
}

.article:hover .hoverProduct {
	display: block;
	height: 265px;
	background-color: rgba(41,121,255,0.2);
	transition: all 0.5s;
}

.article:hover .btnZoom {
	display: block;
}

.article:hover .imgProductHome {
	background-size: auto 220px;
}

.contentBtnProducts {
	height: auto;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column wrap;
}

.btnZoom {
	width: 120px;
	height: 35px;
	padding-top: 10px;
	background-color: #2962FF;
	display: none;
	color: #FFF;
	text-align: center;
	font-size: 14px;
	font-weight: 800;
	margin-top: 140px;
	transition: all 0.3s;
}

.btnZoom:hover {
	background-color: #0D47A1;
}
/* -------------- */
.contentCatColumnLeft {
	width: 20%;
	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;

  	margin-top: 30px;
}

.contentCatHome {
	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: center;
}

.btnCatHome {
	min-width: 130px;
    height: auto;
    padding: 20px 10px 20px 10px;
    align-items: center;
    text-align: center;
    margin: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    background-color: #C20D9E;
    transition: all 0.2s;
    font-size: 24px;
    color: #FAFAFA;
    font-family: 'Poiret One', cursive;
    transition: all 0.5s;
}

.btnCatHome:hover {
	background-color: #0277BD;
	color: #E1F5FE;
}

.precioDetail {
	width: 100%;
	min-height: 40px;
	float: left;
	text-align: center;
	margin-bottom: 25px;
}

.precioDetail p {
	margin:0;
	font-size: 26px !important;
	color: #F50057 !important;
}

.imgDetailBig {
	width:340px; 
	height:340px; 
	float:left;
	margin-bottom: 15px;
	background-size: 350px auto;
	background-repeat: no-repeat;
	background-position: center; 
}

.imgDetailSmall {
	min-width:80px; 
	min-height:80px; 
	float:left; 
	margin:2px;
	background-size: auto 80px;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
	transition: all 0.3s;
}

.imgDetailSmall:hover {
	background-size: auto 100px;
	box-shadow: 0px 0px 15px #CCC;
	-webkit-box-shadow: 0px 0px 15px #CCC;
	-moz-box-shadow: 0px 0px 15px #CCC;
	-o-box-shadow: 0px 0px 15px #CCC;
}

.contentNumberPage {
	width: 80%;
	height: auto;
	float: right;
	margin-top: 20px;
	margin-bottom: 20px;
}

/* PAGINACION */
.btnPagActual {
	width:25px; 
	height:25px;
	float:left;
	text-align:center;
	background-color:#0D47A1; 
	color:#FFF; 
	font-size:18px; 
	border-radius:13px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-o-border-radius:3px;
	margin:5px;
	padding: 0px 0px 5px 0px;
}

.btnPag {
	width:25px; 
	height:25px; 
	float:left;
	text-align:center;
	background-color:#448AFF; 
	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: 0px 0px 5px 0px;
	transition: all 0.3s;
}

.btnPag:hover {
	background-color:#1565C0;
}

.pagSig {
	width:25px; 
	height:25px; 
	float:left;
	text-align:center; 
	cursor: pointer;
	margin:5px;
	background-color:#1565C0;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-o-border-radius:3px;
	padding: 0px 0px 5px 0px;
}


.pagSig i {
	font-size:18px;
	color: #FFF;
	margin-top: 3px;
}

.btnAtras {
	width:25px; 
	height:25px; 
	float:left;
	text-align:center; 
	cursor: pointer;
	margin:5px;
	background-color:#1565C0;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-o-border-radius:3px;
	padding: 0px 0px 5px 0px;
	transition: all 0.3s;
}


.btnAtras i {
	font-size:18px;
	color: #FFF;
	margin-top: 3px;
}

.cantProd {
	width: 200px;
	height: auto;
	float: right;
	text-align: right;
	font-size: 14px;
	color: #666;
	margin-top: 10px;
	margin-right: 10px;
}

.contentImgdetail {
	width:340px;
	height: auto;
	float:left; 
	margin-right:15px;
}

.smallImg {
	width: 200px;
	height: auto;
	margin: 10px;
}

.smallImg img {
	width: 200px;
	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;
}

.inputCant {
	width: 55px !important;
	height: auto !important;
	float: left !important;
	padding: 10px !important;
	border: 1px solid #6285E8 !important;
	border-radius: 5px !important;
	-webkit-border-radius: 5px !important;
	-moz-border-radius: 5px !important;
	-o-border-radius: 5px !important;
	font-size: 14px !important;
	text-align: center !important;
	margin-left: 5px !important;
	margin-top: 5px !important;
}

.inputCant {
	font-family: 'Raleway', sans-serif !important;
	color: #333 !important;
}

.selectMed {
	width: 80px;
	height: auto;
	float: left;
	padding: 5px;
	border: 1px solid #6285E8;
	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;
	font-family: 'Poiret One', cursive;
	color: #333;
}

.btnProductoSinStock {
	width: auto;
	height: 40px;
	float: left;
	padding: 15px 5px 5px 5px;
	background-color: #FCE4EC;
	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: 35px;
	cursor: pointer;
	transition: all 0.3s;
	border: 0;
}

.btnProducto {
	width: auto;
	height: 40px;
	float: left;
	padding: 15px 5px 5px 5px;
	background-color: #039BE5;
	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: 35px;
	cursor: pointer;
	transition: all 0.3s;
	border: 0;
}

.btnProducto:hover {
	background-color: #01579B;
}

.btnProductoAsyc {
	width: auto;
	height: 40px;
	float: left;
	padding: 15px 5px 5px 5px;
	background-color: #039BE5;
	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: 25px;
	*/
	margin-top: 3px;
	margin-left: 35px;
	cursor: pointer;
	display: none;
	transition: all 0.3s;
	border: 0;
}

.btnProductoAsyc:hover {
	background-color: #01579B;
}

.btnProductoAgregado {
	width: auto;
	height: 40px;
	float: left;
	background-color: #FF1744;
	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: 25px;
	*/
	margin-top: 3px;
	margin-left: 35px;
	cursor: pointer;
	transition: all 0.3s;
	border: 0;
}

.btnProductoAgregadoAsyc {
	width: auto;
	height: 40px;
	float: left;
	background-color: #FF1744;
	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: 25px;
	*/
	margin-top: 3px;
	margin-left: 35px;
	cursor: pointer;
	display: none;
	transition: all 0.3s;
	border: 0;
	display: none;
}