/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/


#luzviva #content a:not(.btn) {
	color: #f3c42b;
}

#luzviva #content .list-group-item {
	padding: 2rem;
}

.page-title-mini {
	margin: 1rem 0 2.5rem;
	padding: 1rem 0;
	--cnvs-page-title-font-size: 1.75rem;
}

.page-title-mini h1, .page-title-mini .h1 {
	font-size: var(--cnvs-page-title-font-size);
}


.is-expanded-menu.side-header .menu-item:not(:first-child) {
	margin-top: 0;
}

.is-expanded-menu .menu-item .menu-link {
	font-weight: normal;
	font-size: 100%;
	text-transform: initial;
}

.is-expanded-menu.side-header .menu-item:last-child {
	margin-top: 4rem;
}

.spaceline {
	width: 100%;
	margin: 4rem 0;
	border-bottom: 1px solid var(--bs-dark-border-subtle);
}

.space {
	width: 100%;
	margin: 5rem 0;
}


.spinner {
	width: 24px;
	height: 24px;
	border: 3px solid #ccc;
	border-top: 3px solid #007bff; /* Bootstrap blue */
	border-radius: 50%;
	animation: spin 1s linear infinite;
	margin: 10px auto; /* center it */
}

@keyframes spin {
	to { transform: rotate(360deg); }
}


.minithumb {
	max-width: 90px;
}

.-minithumb {
	max-width: 40px;
}

#mensajes {
	padding: 0;
}

.hide {
	display: none;
}

#top-mess-number,
#top-cart-number {
	padding: 4px;
	width: 22px !important;
	height: 22px !important;
}

.price .descuento {
	order: 3;
	display: inline-block;
	padding: 0 0.3rem;
	margin-left: 0.5rem;
	color: #fff000;
	background-color: #ff1b00;
	font-size: 55%;
}

div.nl2br {
	line-height: 1.6;
	margin-bottom: 10px;
}

.mensajes {
	background: rgba(10, 142, 95, 0.03);
	border-bottom: 1px solid rgba(10, 142, 95, 0.5);
}

.mensajes p {
	color: #009c6a !important;
}

.errores {
	background: rgba(203, 0, 0, 0.03);
	border-bottom: 1px solid rgba(190, 29, 0, 0.5) !important;
}

.errores p {
	color: #d31d00 !important;
}

table.shop_table td {
	vertical-align: top;
}

table.shop_table td.cart-product-remove {
	width:30px;
	padding: 14px 10px 0;
}

table.shop_table td.product-thumbnail {
	width: 60px;
	padding: 0;
}

table.shop_table td.product-thumbnail img {
	max-width: 50px;
}

.no-wrap {
	white-space: nowrap;
}

#header .header-nav-features .header-nav-features-cart .totals .label {
	font-size: 12px;
	font-weight: 600;
}

#header .header-nav-features .header-nav-features-cart .totals .price-total {
	/*float: right;*/
	/*text-transform: uppercase;*/
	font-size: 14px;
	font-weight: 600;
}

transition: ease all 300ms;
}

.mimensaje:hover {
	/*color: #000;*/
	font-size: 110%;
}

.bg-receiver {
	background-color: rgba(235, 235, 235, 0.54);
}

.bg-sender {
	background-color: rgba(249, 249, 249, 0.58);
}

.btn-modern {
	text-transform: uppercase;
	font-size: .8em;
	padding: 0.3rem 1rem;
	font-weight: 500;
}

#rowmensajeria .card-body {
	padding: 0rem;
}

#rowmensajeria .card-body textarea{
	border: 0 none;
}


.top-mess a {
	margin: 0 0 0 6px;
}

#tengoMensajes {
	padding: 0;
	position: fixed;
	z-index: 10;
	bottom: 0;
	left: 0;
	background-color: rgba(230, 230, 230, 0.8);
	color: rgb(92, 90, 92);
	border: 1px solid #D0D0D0;
	border-bottom: 0 none;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	font-size: smaller;
}

#tengoMensajes:hover {
	background-color: rgba(240, 240, 240, 0.9);
}

#tengoMensajes a {
	display: block;
	padding: 4px 10px;
	color: rgba(0, 0, 0, 0.85);
	font-weight: 300;
	text-decoration: none;
}

#tengoMensajes a:hover {
	color: rgb(0, 0, 0);
	text-shadow: initial;
	font-weight: 400;
}


.msgUnseen {
	background-color: rgba(60, 190, 170, 0.13);
	color: rgb(0, 138, 189);
	font-weight: 500;

}

@media (max-width: 1300px) {

	#tengoMensajes {
		display: none;
	}

}

.verybig {
	font-size: 130%;
}

.form-check {
	display: inline-block;
}






