:root {
	--cafe-oscuro: #3c0909;
}

body {
	background: #fff6f6;
}

p {
	margin-bottom: 0 !important;
}

a {color: inherit;text-decoration: none !important;}
label { margin-bottom: 0 !important;}
p {margin-bottom: 0 !important;}

header .icon-bar {
	height: 2px;
	background:
		white;
	width: 20px;
	display:
		block;
	margin: 4px 0;
}

header a {
	display:
		flex;
	align-items: center;
}

header {
	background: var(--cafe-oscuro);
	padding: 10px 20px;
	display:
		flex;
	justify-content:
		flex-end;
	position:
		fixed;
	width: 100%;
	z-index: 99;
}

header button {
	background:
		transparent;
	color:
		white;
	border:
		none;
	font-weight:
		bold;
	font-size: 18px;
	line-height: 18px;
	margin-left: 5px;
}
header .barra {
    display: flex;
    align-items: center;
    column-gap: 20px;
}
header .carro-compra a img {
    height: 30px;
}

#Menu.abierto {
	left: 0;
}

#Menu {
	position:
		fixed;
	width: 100%;
	background: var(--cafe-oscuro);
	height: 100%;
	z-index: 11111;
	padding: 20px;
	color:
		white;
	left: -100%;
	transition: 0.5s;
}

#Menu .menuh {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#Menu .menuh h1 {
	font-weight: bold;
}

#Menu ul {
	font-size: 16px;
	margin-top: 20px;
}

#Menu ul li {
	border-bottom: 1px solid #ffffff1f;
	padding: 15px 0;
}
#Menu ul li p {
	cursor: pointer;
}

#Menu ul li:last-child {
	border: none
}

.modal-open .modal.in {
	display: flex !important;
	align-items:
		center;
	justify-content: center;
	/* width: 100%; */
}

.modalproducto .carousel-inner {
	height: 250px;
	position: relative;
	box-shadow: none;
	text-shadow: none;
}

.modal .carousel-control {
	text-shadow:
		none;
	background: transparent;
}

.modalproducto .carousel-indicators li {
	border-color: #1e0404;
	width: 12px;
	height: 12px;
	background: transparent;
}

.modalproducto .carousel-indicators li.active {
	background: #1e0404;
}

.modalproducto .carousel-indicators {
	bottom: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: 7px;
}

.modalproducto .carousel .glyphicon {
	color: #1e0404;
	opacity: 1 !important;
}

.modalproducto .carousel-control {
	opacity: 1;
}

.modalproducto .item {
	height: 100%;
	position: absolute;
	width: 100%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.imagenes-detalle .item {
	height: 200px;
	background-position:
		center;
	background-size: contain;
	width: 100%;
	background-repeat: no-repeat;
}


.imagenes-detalle {
	max-width: 600px
}

.modalproducto .owl-buttons {
	display: none
}

.modal-dialog {
	display:
		flex;
	align-items:
		center;
	max-width: 100%;
	margin: auto;
	padding: 15px;
	width: 100%;
}

.modalproducto .modal-content {
	padding: 30px 15px;
	max-width: 100%;
	/* min-width: 600px; */
	width: 100%;
}

.modalproducto h1 {
	font-size: 20px;
	font-weight:
		bold;
	text-align:
		center;
	margin-top: 20px;
}

.container1 {
	width: 600px;
	margin:
		auto;
	max-width: 100%;
	padding: 20px;
	padding-top: 50px;
}

.productos li b {
	font-size: 14px;
	line-height: 16px;
}

.productos li .descripcion {
	color: #888;
	font-size: 12px;
	padding: 5px 0;
}

.productos .precio {
	font-weight:
		bold;
	display:
		block;
	/* margin-top:10px; */
	font-size: 16px;
}

.subiralcarro {
    display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 20px;
}

.subiralcarro p.no-stock {
	font-size: 18px;
}

.subiralcarro input {
	border: none;
	width: 50px;
    height: 40px;
    font-size: 18px;
    text-align: center;
}
.subiralcarro input[type=number]::-webkit-inner-spin-button, 
.subiralcarro input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

.subiralcarro a.sig-cont {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 30px;
    height: 30px;
    background: black;
    border-radius: 30px;
    color: white;
    font-size: 20px;
}

.productos li {
	display:
		flex;
	margin: 10px 0;
	background:
		white;
	border-radius: 10px;
	width: 100%;
	box-shadow: 0px 5px 15px #00000012;
	align-items: center;
}

.productos li a {
	display:
		flex;
	/* align-items: center; */
}

.productos {
	display: flex;
	flex-wrap: wrap;
}

.descripcion {
	padding: 10px 0;
	font-size: 12px;
}

.categoria {
	padding: 25px 0;
}

.categoria.bloqueado {
	pointer-events: none;
	cursor: none;
	opacity: .5;
}

.descripcion-larga {
	text-align: center;
}

.descripcion-larga .fr-tag {
	font-size: 16px;
}

.productos li .img {
	width: 150px;
	/* height: 100%; */
	background-size:
		cover;
	background-position:
		center;
	margin-right: 20px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	min-height: 100px;
}

.productos li .cantidad {
	display: flex;
	align-items: center;
}

.productos li .cantidad input {
	width: 30px;
	margin: 0 10px;
	border: none;
	text-align: center;
}

.productos li .cantidad .sig-cont {
	height: 20px;
	width: 20px;
	background: #6c6c6c;
	border-radius: 50px;
	color: white;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
}

.productos li .flex {
	flex-wrap: wrap;
	align-items: center;
	width: calc(100% - 150px);
	padding: 10px 0;
	padding-right: 10px;
}

.productos li .flex>div:last-child {
	width: 100%;
}

.productos li b {
	display: block;
	width: 100%;
}

.productos li .flex button {
	background: black;
	border: none;
}

h2 {
	font-weight: bold;
	font-size: 20px;
}

.subiralcarro button {
	font-size: 12px;
	background: black;
	font-weight: bold;
	color: white;
	border: none;
	margin-left: 20px;
	padding: 10px 30px;
	border-radius: 6px;
}


@media (min-width: 768px) {
	.modalproducto .modal-content {
		max-width: 600px;
		margin: auto;
	}

	.modal-dialog {
		min-width: 600px;
	}
}

@media (max-width:768px) {
	.productos li .img {
		width: 40%;
		margin-right: 15px;
	}
}