/**
 *
 *	Estilos personalizados
 * 
 */

body {
	padding-right: 0px !important;
}

.modal-open {
	padding-right: 0px !important;
}

.in {
	padding-right: 0px !important;
}

.iniciar {
	border-radius: 20px;
	border: 2px solid #fff !important;
	padding: 10px !important;
	background-color: transparent;
	color: #fff;
	transition: .3s ease;
}

.iniciar:hover {
	color: #444 !important;
	background-color: #fff;
}

.salir {
	font-size: 1.4em !important;
	padding: 0px 12px !important;
}

.bienvenida {
	margin-bottom: 30px;
	margin-top: 10px;
	color: #FF7F00;
}

.bienvenida-saludo {
	font-size: 1.5em;
}

.buscador {
	width: 80%;
}

.buscador input {
	height: 40px;
	width: 85%;
	padding: 0px 20px;
	border-radius: 20px 0px 0px 20px;
}

.buscador button {
	color: #fff;
}

.buscador button {
	overflow: visible;
	position: relative;
	float: right;
	border: 0;
	padding: 0;
	cursor: pointer;
	height: 40px;
	width: 40px;
	color: #fff;
	background: #FF7F00;
	border-radius: 0 3px 3px 0;
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

.buscador button:before {
	content: '';
	position: absolute;
	border-width: 8px 8px 8px 0;
	border-style: solid solid solid none;
	border-color: transparent #FF7F00 transparent;
	top: 12px;
	left: -6px;
}

.carrusell {
	margin-bottom: 50px;
}

.elemento-carrussell {
	text-align: Center;
}

.target {
	margin-bottom: 30px;
}

div.example-products {
	text-align: center;
}

div.example-products::after {
	clear: both;
	content: '';
	display: block;
}

div.product {
	background-color: #ffffff;
	color: #eee;
	border: 1px solid #3535;
	border-radius: 10px;
	box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
}

@media only screen and (min-width:568px) {
	div.product {
		float: left;
		width: 100%;
	}

}

@media only screen and (min-width:768px) {
	div.product {
		float: left;
		width: 32.3%;
	}

}

@media only screen and (min-width:1205px) {
	div.product {
		float: left;
		width: 23%;
		height: 100%;
		margin: 10px 10px;
	}

}

div.product img {
  padding-top: 10px;
  width: 90%;
  height: 225px;
  object-fit: cover;
}

div.product h4 {
	text-align: center;
	color: #e9721d;
	padding: 5px 12px;
	font-size: 1.2em;
	height: 40px;
}

div.product h3 {
	font-family: 'Josefin Sans', sans-serif;
	text-align: center;
	padding: 3px 12px;
	font-size: 1.2em;
}

div.product span.discount {
	color: #acacac;
	text-decoration: line-through;
	margin-right: 20px;
	font-weight: bold;
}

div.product span.count {
	color: #1493da;
}

div.controls {
	max-width: 100%;
	margin: 12px 0px;
	display: flex;
	justify-content: space-around;
}

button.targeta-boton {
	font-style: 'arial';
	padding: 8px 15px;
	margin-bottom: 7px;
	border: none;
	color: #fff;
	border-radius: 5px;
	font-weight: bold;
}

button.agg {
	background-color: #FF7F00;
}

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

.number-input {
	border: none;
	display: flex;
	align-items: center;
}

.number-input,
.number-input * {
	box-sizing: border-box;
}

.number-input button {
	outline: none;
	-webkit-appearance: none;
	background-color: transparent;
	border: none;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 2rem;
	cursor: pointer;
	margin: 0;
	position: relative;
}

.number-input button:before,
.number-input button:after {
	display: inline-block;
	position: absolute;
	content: '';
	width: 10px;
	height: 2px;
	background-color: #212121;
	transform: translate(-50%, -50%);
}

.number-input button.plus:after {
	transform: translate(-50%, -50%) rotate(90deg);
}

.number-input input[type=number] {
	width: 30px;
	border: none;
	font-size: 1.8rem;
	font-weight: bold;
	color: #444;
	text-align: center;
}

.contenedor-boton {
	position: fixed;
	right: 0px;
	bottom: 0px;
}

.carrito-boton {
	width: 60px;
	height: 60px;
	border-radius: 100%;
	background: #FF7F00;
	right: 0;
	bottom: 0;
	position: absolute;
	margin-right: 16px;
	margin-bottom: 16px;
	border: none;
	outline: none;
	color: #FFF;
	font-size: 36px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
	transition: . 3s;
}

span {
	transition: .5s;
}

.carrito-boton:active {
	transform: scale(1.1);
}

.carrito-icono {
	display: block;
	width: 40px;
	height: 30px;
}

.carrito-icono svg {
	width: 100%;
	height: 100%;
}

.carrito-icono-count {
	position: absolute;
	top: -5px;
	right: -5px;
	display: inline-block;
	color: #fff;
	background-color: #DC143C;
	height: 30px;
	width: 30px;
	border-radius: 100%;
	font-size: 0.7em;
}

.metodo-pago {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    font-size: 0.9em;
    font-weight: normal;
    color: #000;
    border: 1px solid #ddd;
    margin: 0px 3px 5px 3px;
    padding: 4px;
    border-radius: 10px;
}

/**
 *  Sub menu 
 */
.menu > li{
	position: relative;
	display: inline-block;
}

.menu > li > a{
	display: block;
	padding: 15px 20px;
	color: #353535;
	text-decoration: none;
}

.menu li a:hover{
	color: #CE7D35;
	transition: all .5s;
}

.submenu{
    position: absolute;
    background: #FF7F00;
     visibility: hidden; 
     opacity: 0; 
    transition: opacity .5s;
    width: 150%;
    text-align: center;
    margin-left: -20%;
    border-radius: 0px 0px 10px 10px;
	box-shadow: -4px 36px 61px -14px rgba(0,0,0,0.34);
	-webkit-box-shadow: -4px 36px 61px -14px rgba(0,0,0,0.34);
	-moz-box-shadow: -4px 36px 61px -14px rgba(0,0,0,0.34);
}

.submenu li a{
	display: block;
	padding: 15px;
	color: #fff;
	text-decoration: none;
}

.menu li:hover .submenu{
	visibility: visible;
	opacity: 1;
}

/**
 *  Tabla de historial
 */
.notificacion-compra {
    text-align: center;
    background-color: #40ff40;
    margin: 0px auto 30px auto;
    padding: 10px 0px;
    width: 80%;
    color: #000;
    font-weight: bold;
    border-radius: 15px;
    border: 2px solid #00cc00;
}

.notificacion-compra span {
	color: #c92c17;
	font-size: 1.7em;
}

.comprobante-info {
    text-align: center;
    margin-bottom: 20px;
}

.comprobante-info h2 {
    margin-bottom: 10px;
}

.tabla-historial {
	text-align: center;
	overflow: hidden;
	width: 90%;
	margin: 0 auto 30px auto;
}

.tabla-historial input {
    border: 2px solid #ddd;
    width: 90%;
    height: 40px;
    padding: 0px 30px;
    background-color: #f0ffff;
    border-radius: 20px;
}

.tabla-historial table {
  width: 100%;
  color: #444;
  margin-top: 20px;
}

.tabla-historial table tbody tr {
	border: 1px solid #ddd;
	transition: ease .9s;
}

.tabla-historial table tbody tr:hover {
	background-color: #f4f4f4;
}

.tabla-historial td, .tabla-historial th {
  padding: 10px;
}

.tabla-historial td:first-child, .tabla-historial th:first-child {
  padding-left: 20px;

}

.tabla-historial td:last-child, .tabla-historial th:last-child {
  padding-right: 20px;
}

.tabla-historial th {
  border: 1px solid #ddd;
  position: relative;
  text-align: center;
}

tr:nth-child(even) { background-color: #ddd; }

/**
 *
 * Carrito de compras
 * 
 */
/*.prodcuto-carretilla {
	display: flex;
	justify-content: space-around;
	background-color: #f4f4f4;
	align-items: center;
	margin-bottom: 10px;
	border: 2px solid #ddd;
	border-radius: 10px;
    padding: 10px;
}

.prodcuto-carretilla img  {
    width: 100px;
    height: 100px;
    border-radius: 5px;
}

.description-carretilla input {
    position: absolute;
    top: 8%;
    right: 7%;
    padding: 0px;
    margin: 0px;
    color: red;
    font-size: 1em;
}

.cart {
    border-bottom-color: transparent !important;
    background-color: transparent !important;
    border-bottom: none;
}

.cart h4 {
	color: #FF7F00;
}*/

.carrito {
	width: 100%;
	text-align: center;
}

.carrito tr th {
	text-align: center;
}

.carrito-alerta {
  color: red;
  font-size: 1.4em;
  margin: 20px;
  text-align: center;
  font-weight: bold;
}

.cant-producto {
	width: 30px;
}

.contenido-carrito {
  height: 65vh;
  width: 100%;
  margin-bottom: 20px;
  overflow-y: scroll;
}

.producto-carrito {
  width: 99%;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 5px;
  color: #000;
  margin-bottom: 10px;
}

.producto-nombre {
  text-align: left;
  font-size: 1.2em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.producto-contenido {
  display: flex;
  justify-content: space-between;
}

.producto-detalle {
	font-size: 13px;
}

.producto-borrar {
  background-color: #e71837 !important;
	color: #fff;
	height: 25px;
	width: 25px;
	border-radius: 50%;
}

.producto-total span {
  font-weight: bold;
}

.carrito-total {
	color: #000;
  text-align: right;
  padding: 0px 10px;
  font-size: 1em;
}

.carrito-total span { 
  font-size: 1.5em;
  font-weight: bold;
}

.carrito-compra {
  background-color: #FF7F00;
  padding: 10px 20px;
  width: 98%;
  color: #fff;
  font-weight: bold;
  border-radius: 15px;
}

/* Las card de categorias */
  .card-category-3 ul, {
    padding: 0;
}
    
.card-category-3 ul li {
    list-style-type: none;
    display: inline-block;
    vertical-align: top;
}

.card-category-3 ul li {
    margin: 10px 5px;
}

.card-category-3 {
    font-family: sans-serif;
    margin-bottom: 45px;
    text-align: center;
}


/* Overlay Image Card */
.ioverlay-card {
    position: relative;
    text-align: left;
}

.ioverlay-card img {
    height: auto;
    width: 100%;
    border-radius: 4px;
}
        
.ioverlay-card .card-content {
    position: absolute;
    top: 25px;
    left: 20px;
}

.ioverlay-card .card-content .card-title{
    font-size: 25px;
}
        

.io-card-2 .card-content {
    color: #fff;
}

.io-card-2 .card-link {
    position: absolute;
    bottom: 30px;
    left: 20px;
}
    
.io-card-2 .card-link a {
    color: #000;
    font-weight: bold;
    background-color: #FF7F00;
    text-decoration: none;
    padding: 10px;
    border: 1px solid #FF7F00;
    border-radius: 4px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.io-card-2 .card-link a:hover {
    color:black;
    background-color: #fff;
}

.io-card-2 .card-content .card-text {
    line-height: 1.5;
    padding-bottom: 10px;
}

        
@media only screen and (max-width: 360px) {
    .ioverlay-card .card-content {
        top: 10px;
    }
}

