﻿@import url('https://fonts.googleapis.com/css?family=Rubik&display=swap');

html {    
}

body {
    margin: 0 auto;
    max-width: 1440px;
    box-shadow: 0 10px 60px #DDDDDD;
	font-family: Rubik, Arial, Tahoma;
}
#body-div {
	min-height: 100vh;
	position:relative;
}
#main-div {
}

.decor-producto {
	height: 250px;
	box-shadow: 0 1px 5px #E0E0E0;
	margin-bottom: 0.75rem;
	flex-direction: column;
}
.boton-masmenos {
	border: solid 1px #DDDDDD;
	display: flex;
	justify-content: center;
	flex-direction: column;
	background-color:#EEEEEE;
	cursor: pointer;
}
.boton-masmenos>span {
	text-align:center;
}

@media only screen and (max-width: 720px) {
	.decor-producto {
		margin-left: -10px;
		margin-right: -10px;
		padding-left: 5px;
		padding-right: 5px;
	}
}

.prod-titulo {
	font-weight: bold;
	font-size: 1rem;	
}

.img-retain-width {
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 100%;
}

.img-cat {
	height: 100px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	margin-top: 0.25rem;
	margin-bottom: 1rem;
	
}

.row-header {
	font-weight: bold;
	min-height: 2.5rem;
}

.row-header > div {
	display: flex;
	align-items: center;
}
.row-content-mid {
	min-height: 2rem;
	border-bottom: 1px solid #D5D5D5;
}
.row-content-mid > div {
	display: flex;
	align-items: center;
}
.btn-buscar {
    background: url(/images/buscar.png);
    background-position: center center;
    background-repeat: no-repeat;
	width: 40px;
}

.color1 {
	background: red;
}
.color2 {
	background: blue;
}