.inputCant {
	width: 70px !important;
	height: 40px !important;
	border: 1px solid #01579B;
	font-size: 14px !important;
	text-align: center !important;
	border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
}

.inputCant {
	font-family: 'Raleway', sans-serif !important;
	color: #333 !important;
}

.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: 100%;
	height: 40px;
	font-size: 14px;
	text-align: center;
	background-color: #01579B;
	color: #FFF;
	font-weight: 300;
	cursor: pointer;
	transition: all 0.3s;
	border: 0;

	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: center;
	align-items: center;
	align-self: center;
	align-content: center;
	border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
}

.btnProducto:hover {
	background-color: #01579B;
}

.btnProductoAsyc {
	width: auto;
	height: 40px;
	float: left;
	background-color: #039BE5;
	font-size: 14px;
	text-align: center;
	color: #FFF;
	font-weight: 300;
	/*
	margin-top: 3px;
	margin-left: 25px;
	*/
	cursor: pointer;
	
	transition: all 0.3s;
	border: 0;

	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: center;
	align-items: center;
	align-self: center;
	align-content: center;

	display: none;
}

.btnProductoAsyc:hover {
	background-color: #01579B;
}

.btnProductoAgregado {
	width: auto;
	height: 40px;
	background-color: #FF1744;
	font-size: 14px;
	text-align: center;
	color: #FFF;
	font-weight: 300;
	cursor: pointer;
	transition: all 0.3s;
	border: 0;

	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: center;
	align-items: center;
	align-self: center;
	align-content: center;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
}

.btnProductoAgregadoAsyc {
	width: auto;
	height: 40px;
	background-color: #FF1744;
	font-size: 14px;
	text-align: center;
	color: #FFF;
	font-weight: 300;
	/*
	margin-top: 3px;
	margin-left: 25px;
	*/
	cursor: pointer;
	
	transition: all 0.3s;
	border: 0;
	
	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: center;
	align-items: center;
	align-self: center;
	align-content: center;
	display: none;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
}

.product-item {
	background-color: #FFF;
	border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
}

.product-item form {
	width: 50%;
	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: center;
	align-items: center;
	align-self: center;
	align-content: center;

	margin-block-end: 0em !important;
}

.precioProducto {
	width: 50%;
}

.precioProductoDetail {
	width: auto;
}

.btnDetail {
	height: 40px;
	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: center;
	align-items: center;
	align-self: center;
	align-content: center;
}

.flexContainerFilterHome {
	max-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: center;
	align-items: center;
	align-self: center;
	align-content: center;
	margin-bottom: 10px;
}


.flexContainer {
	height: 100px;
	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: center;
	align-items: center;
	align-self: center;
	align-content: center;
	margin-bottom: 10px;
}

.inputOrder {
	width: 50px;
	text-align: center;
	font-size: 16px;
	color: #333;
	border: 1px solid #BBDEFB;
}

.textareaOrder {
	width: 100%;
	height: 30px;
	text-align: center;
	font-size: 16px;
	color: #333;
	border: 1px solid #BBDEFB;
	vertical-align: middle;
}

#cargando {
	width: auto;
	height: auto;
	position: fixed;
	position: fixed;
	bottom: 10px;
	right: 10px;
	background-color: rgba(0, 0, 0, 0.8);
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	line-height: 20px;
	text-align: center;
	color:#FFF;
	font-size: 16px;
	padding: 20px;
	z-index: 9000;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	display: none;
}

#cargando img {
	vertical-align: middle;
}

#cargando i {
	position: relative;
	margin-left: 15px;
	font-size: 34px;
}


.msgerror {
	width: auto;
	height: auto;
	position: fixed;
	bottom: 10px;
	right: 10px;
	margin-left: 10px;
	background-color: rgba(198,40,40,0.9);
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	line-height: 20px;
	text-align: center;
	padding: 20px;
	color:#FFF;
	font-size: 22px;
	display: none;
	z-index: 2000;
	
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
}

.contentObs {
	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: space-around;
  	text-align: center;
  	align-self: center;
  	align-content: center;
  	align-items: center;
}

.contentObs label {
	color: #000;
	font-size: 12px;
	width: 100%;
	text-align: left;
}

.contentObs textarea {
	width: 100%;
	height: 50px;
	border: 2px solid #CCC;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	color: #666;
	padding-left: 10px;
	margin-top: 10px;
	background-color: #FAFAFA;
}

.contentObs input {
	width: 100% !important;
	font-size: 14px !important;
}

.col3 {
	width: 32%;
	height: auto;
	float: left;
}

.rowOrderForm {
	width: 100%;
}

.btnVolver {
    width: auto;
    height: auto;
    float: left;
    padding: 5px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    margin-top: 10px;
    margin-left: 10px;
    color: #333;
    background-color: #EEEEEE;
    transition: all 0.3s;
}

.btnVolver:hover {
    color: #000;
    cursor: pointer;
}

.formProdDetail {
	width: 50%;

	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: center;
	align-items: center;
	align-self: center;
	align-content: center;
}

.btnProDetail {
	width: 100%;
	padding: 10px;
	margin-left: 15px;
}

.btnDel {
	height: 30px !important;
	background-color: #FF1744;
	border: 0;
}

.table th, .table td {
	font-size: 14px;
}

.imgCat {
	max-height: 100px;
    max-width: 53px !important;
    margin-top: 23px;
}

.imgOrder {
	width: 50px;
	float: left;
	margin-right: 10px;
}

.product-img {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.no-results-container {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 60vh; /* Cambia 300px por 60vh para centrar mejor en pantallas grandes */
	width: 100%;
  }
  .no-results-card {
	background: #fff;
	border-radius: 16px;
	box-shadow: 0 2px 8px rgba(0,0,0,0.08);
	padding: 32px 24px;
	max-width: 350px;
	text-align: center;
  }
  .no-results-icon {
	display: inline-block;
	background: #e74c3c;
	border-radius: 50%;
	width: 56px;
	height: 56px;
	line-height: 56px;
	margin-bottom: 16px;
  }
  .no-results-title {
	color: #222;
	font-weight: 700;
	margin-bottom: 12px;
  }
  .no-results-text {
	color: #555;
	margin-bottom: 24px;
  }
  .no-results-btn {
    color: #fff;
    padding: 5px 5px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 300;
    text-decoration: none;
    font-weight: 600;
    margin-bottom: 10px;
    display: inline-block;
    border: 0;
  }

/* ZOOM IMAGENES */
.zoom-modal {
	display: none;
	position: fixed;
	z-index: 9999;
	padding-top: 60px;
	left: 0; top: 0;
	width: 100%; height: 100%;
	overflow: auto;
	background-color: rgba(0,0,0,0.8);
  }
  .zoom-modal-content {
	margin: auto;
	display: block;
	max-width: 80vw;
	max-height: 80vh;
	border-radius: 8px;
	box-shadow: 0 2px 8px rgba(0,0,0,0.2);
  }
  .zoom-close {
	position: absolute;
	top: -15px;
	right: 50px;
	color: #fff;
	font-size: 40px;
	font-weight: bold;
	cursor: pointer;
	z-index: 10000;
	transition: color 0.2s;
  }
  .zoom-close:hover { color: #e74c3c; }

  /* Galeria */
  .product-gallery {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}
.main-image {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
}
.main-image img {
    width: 100%;
    max-height: 400px;
    object-fit: contain;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
	background-color: #FFF;
	transition: all 0.3s;
}

.main-image img:hover {
	cursor: pointer;
}

.thumbnails {
    display: flex;
    justify-content: center;
    gap: 10px;
}
.thumbnail {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border: 2px solid transparent;
    border-radius: 6px;
    cursor: pointer;
    transition: border 0.2s;
}
.thumbnail.active,
.thumbnail:hover {
    border: 2px solid #666;
}

/* Carrito */
#cpEnvios:focus {
    border: 2px solid #e74c3c !important;
    box-shadow: 0 0 5px #e74c3c33;
    background: #fffbe9;
    transition: border 0.2s, box-shadow 0.2s, background 0.2s;
}