:root {
	--bs-border-color: rgba(0, 0, 0, 0.20);
}

.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); }
}


.form-control {
	border-color: rgba(0, 0, 0, 0.20);
}

/*.bg-success {*/
	/*background-color: var(--bs-success) !important;*/
/*}*/

.inline-block {
	display: inline-block !important;
}

.valign-top {
	vertical-align: top;
}

.minithumb {
	max-width: 90px;
}

.-minithumb {
	max-width: 40px;
}

.table td, .table th {
	border-color: var(--bs-border-color);
}

#header .header-nav-bar.header-nav-bar-top-border {
	border-top: 1px solid #d7d7d7 !important;
}

#header {
	background: var(--light-100);
}

#header .header-body {
	background: var(--light-100);
	/*color: var(--light);*/
}

#mensajes {
	padding: 0 2rem;
}

.porto-big-title {
	letter-spacing: -22px;
	font-size: 144px;
	font-size: 5rem;
	line-height: 0.8;
}
.hide {
	display: none;
}

#top-cart-number {
	padding: 4px;
	width: 22px !important;
	height: 22px !important;
}

strong {
	font-weight: 500;
}

ul.nav-list li ul {
	margin: 0 0 0 12px;
}

ul.nav-list li a {
	border-bottom: 1px solid rgba(0, 0, 0, 0.06);
	padding: 8px 0 8px 22px;
	line-height: 12px;
}

#productInfo table {
	width: initial ;
}

#productInfo th.align-right {
	text-align: right;
	padding-right: 20px !important;
	/*color: #005c65;*/
}

#productInfo td {
	text-align: left;
	padding-left: 15px !important;
}

.border-right, border-end {
	border-right: 1px solid var(--grey-500) !important;
}

/*.amount {*/
	/*color: #E74;*/
	/*opacity: 50%;*/
	/*font-size: 65%;*/
/*}*/

.product-thumb-info-image img {
	width: 100%;
}

.add-to-cart-form {
	display: block;
	margin: 0;
	padding: 0;
}

.add-to-cart-form button {
	border: 0 none;
}

.price .descuento {
	order: 3;
	display: inline-block;
	padding: 0 0.3rem;
	margin-left: 0.5rem;
	color: #fff000;
	/*color: #ffffff;*/
	background-color: #ff1b00;
	font-size: 55%;
}

#productDescription {
	/*color: #005c65;*/
}

div.nl2br {
	line-height: 1.6;
	margin-bottom: 10px;
}


small, .small {
	font-size: 90%;
}


#mainNav .dropdown-menu {
	background: var(--light-100);
}

.alert {
	background: var(--quaternary-rgba-10);
}

.mensajes {
	background: var(--primary-rgba-10);
}
.errores {
	background: var(--secondary-rgba-10);
}

section.cat-title {
	margin: 0 0 2rem 0 !important;
	padding: 2rem 1rem !important;
	/*background: var(--quaternary-rgba-10 ) !important;*/
	border: 0 none !important;
	/*color: var(--quaternary-inverse);*/
}

.cats-c_name{
	text-align: left;
	padding: 0 1.6rem;
}

.cats-c_name h3 {
	font-size: 250%;
	margin: 2rem 0 0 0;
	white-space: nowrap;
}

.cats-c_name h3 i.icon {
	display: inline-block;
	margin-right: 1rem;
	font-size: 50%;
}

.cats-c_icon {
	text-align: right;
	padding: 0 1.5rem;
}

.cats-c_icon img {
	max-width: 220px;
}

.amount {
	/*color: #E74;*/
	/*font-size: 65%;*/
	opacity: 90%;
}

.verybig {
	font-size: 130% !important;
}


table.shop_table th,
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;
}

table.shop_table td.product-name {
	/*min-width: 200px;*/
}

.no-wrap {
	white-space: nowrap;
}

#header .header-nav-features .header-nav-features-cart .mini-products-list li {
	position: relative;
	padding: 1px 0;
	border-bottom: 1px solid #5f5f5f;
}

#header .header-nav-features .header-nav-features-cart .mini-products-list li .product-image {
	/*float: right;*/
	/*border-color: #ededed;*/
	border-width: 0;
	padding: 5px 15px;
	border: 0 none;
	/*background-color: var(--light);*/
	/*display: block;*/
	/*position: relative;*/
}

.align-left {
	text-align: left !important;
}

.shop_table td {
	border-top: 1px solid rgba(0, 0, 0, 0.06);
	padding: 10px 10px;
}


.page-header.page-header-modern.page-header-md {
	padding: 10px 0 20px 0;
	margin-bottom: 20px;
}


#contentVideo {
	width: 100%;
	padding: 0 0 1rem 0.5rem;
}

#contentVideo  div.ratio {
	width: 85%;
}

#contentMainImage {
	width: 100%;
	padding: 0 0 1rem 0.5rem;
}

#contentMainImage  img {
	width: 70%;
}


#contentTexts {
	padding: 0 15% 3rem 1rem ;
}

#contentTexts.articulo div {

	text-align: justify;
}


#contentTexts p {
	line-height: 1.6;
}

#contentTexts div.lightbox {
	border: 0;
	height: 1px;
	vertical-align: middle;
	margin: 2rem auto 3rem;
	background: rgb(212, 212, 212);
	text-align: center !important;
	position: relative;
	clear: both;
}

div.divider {
	background: rgb(0 0 0 1);
	text-align: center !important;
	clear: both;
}

@media (max-width: 767px) {



	#contentVideo {
		width: 100%;
		padding: 1rem;
	}

	#contentVideo  div.ratio {
		width: 100%;
	}

	#contentMainImage {
		width: 100%;
		padding: 1rem;
	}

	#contentMainImage  img {
		width: 100%;
	}

	#contentTexts {
		padding: 0;
	}

	#contentTexts div {
		padding: 1rem ;
	}


}


.white-popup-block.white-popup-block-md {
	max-width: 1024px;
}


@media (max-width: 767px) {

	.white-popup-block.white-popup-block-md {
		max-width: 600px;
	}



}

.nav-tabs li .nav-link:hover,
.nav-tabs li.active .nav-link, .nav-tabs li.active .nav-link:hover {
	border-bottom: none;
	border-left: 1px solid #CCC !important;
	border-right: 1px solid #CCC !important;
}


.breadcrumb > li + li:before {
	/*color: inherit;*/
	/*opacity: 0.5;*/
	/*font-family: 'Font Awesome 6 Free';*/
	/*font-weight: 900;*/
	/*content: "\f105";*/
	padding: 0 3px 0 1px;
}


blockquote {
	background-color: rgba(0, 0, 0, 0.1);
	border-left: 30px solid rgba(0, 0, 0, 0.15);
	margin: 0 0 1rem 12px;
	padding: 1rem 1rem;
	font-size: 1em;
}


p.card-text {
	/*color: var(--default);*/
	line-height: 1.8;
	margin: 0 0 4px;
}


#header .header-nav-features .header-nav-features-cart .totals .label {
	/*float: left;*/
	/*text-transform: uppercase;*/
	font-size: 12px;
	font-weight: 600;
	/*color: #474747;*/
}

#header .header-nav-features .header-nav-features-cart .totals .price-total {
	/*float: right;*/
	/*text-transform: uppercase;*/
	font-size: 14px;
	font-weight: 600;
	/*color: #474747;*/
}


#top-cart-content {
	border: 1px solid #909090;
}

#header .header-nav-features .header-nav-features-dropdown:before {
	transform: none;
	border: 0 none;
}

#header .header-nav-main.header-nav-main-dropdown-no-borders nav > ul > li.dropdown .dropdown-menu:not(.border-top) {
	border: 1px solid #909090 !important;
}


