* {
	margin: 0;
	padding: 0;
	border: 0;
}
html, body {
	width: 100%;
	height: 100%;
	background: #f7f7f7;
	font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.menu_h{
    margin-top: 100px;
	height: 106px;
	padding: 0px 10px;
	margin-left: 8%;
	overflow: hidden;
}
.menu_h .left, .menu_h .right{
	width: 3%;
	float: left;
	margin: 0px 1.25%;
	padding: 0px;
	padding-top: 3%;
	height: 106px;
}
.menu_h .left a, .menu_h .right a{
	text-decoration: none;
	cursor: pointer;
}
.menu_h .arrow{
	width: 100%;
}

.menu_h .arrow_right{
	width: 100%;
	-moz-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.menu_h .categorias{
	margin: 0px;
	padding: 0px;
	width: 89%;
	float: left;
	height: 106px;
	overflow: hidden;
}

.menu_h .categorias ul{
	list-style: none;
	display: flex;
	position: relative;
	top: 0px;
	left: 0px;
	width: 5030px;
}

.menu_h .categorias ul li{
	float: left;
	width: 100px;
	height: 100px;
	margin: 3px 5px;
	border-radius: 5px;
	box-sizing: border-box;
    /* H. incluír cualquier borde o relleno al ancho total*/
    -webkit-box-sizing: border-box;
    /* H. Para navegadores heredados basados en WebKit */
    -moz-box-sizing: border-box;
    /* H. Para el navegador (Firefox <29) basado en Gecko */
	color: #999;
    border-radius: 10px;
    border: solid 1px #c5dff8;
    box-shadow: 2px 2px 2px #c5dff8;
}

.menu_h .categorias ul li a{	
	position: relative;
	text-decoration: none;
	text-align: center;
	margin: 0px;
	padding: 0px;
	box-sizing: content-box;
}

.menu_h .categorias ul li a div{
	position: absolute;
	top: 0px;
	width: 100px;
	height: 100px;
	border-radius: 5px;
	margin: 0px;
	padding: 0px 5px;
	color:#000;
	text-shadow: 1px 1px #fff;
}
.menu_h .categorias ul li a div:hover {
	background-color: rgba(46, 154, 254, 0.7);
	color: #fff;
	text-shadow: 1px 1px #000;
}

.seleccion {
	background-color: rgba(46, 154, 254, 0.7);
}
.seleccion span{
	color: #fff;
	text-shadow: 1px 1px #000;
}

.menu_h .categorias ul li a div .ico_categoria{
	display: block;
	width: 65%;
	height: 65%;
	margin: 5px auto;
	padding: 0px;
	text-align: center;
}

.menu_h .categorias ul li a span{
	display: block;
	font-size: 0.7em;
	width: 100%;
	margin: 5px auto;
	padding: 0px;
	text-align: center;
	font-weight: bold;
}

.list-pro{
    margin-left: 8%;
    margin-top: 0px;
    margin-bottom: 50px;
}
/* BOOT */
.pink {
	color: #d52654; 
}

.through {
	text-decoration: line-through;
    height: 14px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.detalle{
    font-size: 11px;
}
.select {
	background-color: #ccc;
}
.grid{
    padding:10px;
}

.invisible{
	display: none;
}

.card-product {
	width: 100%;
	height: 410px;
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
	border-radius: 10px;
}

.p_top {
	background-color: #2E9AFE;
	height: 40px;
	border-radius: 10px 10px 0 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.p_top p {
	color: white;
	font-weight: bold;
	letter-spacing: 0.5px;
	font-size: 1.1em;
}

.p_product {
	padding: 0 30px;
	width: 100%;
    min-height: 185px;
	max-height: 200px;
	padding: 10px 0;
	position: relative;
}

.p_product img {
    max-width: 100%;
	max-height: 200px;
	display: block;
	margin: 0 auto;
}

.box-descount {
	width: 50px;
	height: 50px;
	background-color: #ff8000;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	position: absolute;
	top: 20px;
	left: 30px;
}

.box-descount p {
	color: white;
	font-size: 0.8em;
}

.p_content {
	padding: 20px 30px 0px;
	color: #aaaaaa;
}

.p_content .title {
	font-size: 14px;
    font-weight: bold;
    height: 35px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.p_content .price {
	font-size: 0.85em;
}

.p_content .price span {
	font-size: 1.6em;
	font-weight: bold;
	line-height: 30px;
}

.p_footer {
	padding: 10px 30px;
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.cantidad {
	position: relative;
	float: left;
    width: 40%;
	margin: 0px;
	padding: 0px;
}

input.can {
	border: 1px solid #ccc;
	height: 35px;
	border-radius: 4px;
	width: 100px;
	text-align: center;
	font-size: 14px;
    outline: none;
}

.less {
	position: absolute;
	top: 0;
	background: #5cb85c;
	width: 25px;
	height: 35px;
	color: white;
	border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	transition: .5s;
	text-decoration: none;
}

.less:hover {
	background: #6b6b6b;
	transition: .5s;
}

.plus {
	position: absolute;
	top: 0;
	left: 75.2px;
	background: #5cb85c;
	width: 25px;
	height: 35px;
	color: white;
	border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	transition: .5s;
	text-decoration: none;
}

.plus:hover {
	background: #6b6b6b;
	transition: .5s;
}

button {
    /* position: relative; */
    top: 0px;
    margin-top: 0px;
	background: #5cb85c;
	height: 35px;
	border-radius: 4px;
	padding: 5px 15px;
	color: white;
	font-weight: bold;
	font-size: 12px;
	width: 55%;
    /* margin-left: 20px; */
	transition: .5s;
}

button:hover {
	background: #ffffff;
    border: 1px solid #5cb85c;
    color: #5cb85c;
	transition: .5s;
}

.Domicilios{
		position: relative;
		top: 0px;
		margin-top: 0px;
		background: #5cb85c;
		height: 35px;
		border-radius: 4px;
		padding: 10px 15px;
		color: white;
		text-align: center;
		text-transform: uppercase;
		text-decoration: none;
		font-weight: bold;
		font-size: 13px;
		width: 80%;
		margin-left: 10%;
		transition: .5s;
}

.Domicilios:hover{
	background: #ffffff;
    border: 1px solid #5cb85c;
    color: #5cb85c;
	transition: .5s;
}

input[type="number"] {
	-webkit-appearance: textfield;
	   -moz-appearance: textfield;
			appearance: textfield;
  }
  input[type=number]::-webkit-inner-spin-button, 
  input[type=number]::-webkit-outer-spin-button { 
	-webkit-appearance: none;
  }

/*--------------responsive----------------*/
@media only screen and (min-width: 1000px) and (max-width: 1300px) {
    .p_footer {
        padding: 10px 10px;
    }
    .cantidad {
        width: 40%;
        margin: 0px;
    }
    button {
        width: 40%;
        margin: 0px 20px;
        font-size: 10px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
	.p_top p{
		text-align: center;
		padding: 4px 10px;
	}
    .card-product {
        height: 540px;
    }
    .p_product {
        min-height: 180px;
    }
    .cantidad {
        width: 90%;
        margin: 0 5%;
    }
    button {
        width: 90%;
        margin: 10px 5% ;
    }
}
@media only screen and (min-width: 600px) and (max-width: 768px) {
	.list-pro{
		margin-bottom: 80px;
	}
    .card-product {
        height: 500px;
    }
    .cantidad {
        width: 70%;
        margin: 0 15%;
    }
    button {
        width: 90%;
        margin: 10px 5% ;
    }
}
@media only screen and (max-width: 600px) {
    .list-pro{
        width: 100%;
        margin: 0px;
        padding: 70px;
    }
 }
