.btn-primary {
	color: white;
	background-color: black;
	border-color: black;
}

.btn-primary:hover {
	color: white;
	background-color: black;
	border-color: black;
}

.btn-primary:focus {
	color: white;
	background-color: black;
	border-color: black;
}

.btn-primary:active {
	color: white;
	background-color: black !important;
	border-color: black !important;
}

.text-black {
	color: #000 !important;
}

h1 {
	font-size: 20px;
	display: inline;
	text-transform: uppercase;
	color: #666;
	font-weight: 300;
	letter-spacing: 5px;
}

h3 {
	font-size: larger;
	width: 100%;
}

.cart-item {
	padding: 20px;
	width: 100%;
	background: white;
	margin-bottom: 10px;
	position: relative;
}

.cart-item-image {
	float: left;
	margin-right: 15px;
	max-height: 70px;
	max-width: 70px;
	position: relative;
}

.cart-item-information {
	position: relative;
}

.cart-item-information h2 {
	font-size: 14px;
}

.cart-item-contextual-actions {
	position: absolute;
	top: 10px;
	right: 20px;
	z-index: 1;
}

.cart-item-contextual-actions .dropdown-toggle:after {
	content: none;
}

.btn-select-qty {
	padding-right: 20px;
	margin-bottom: 0px;
	font-size: 14px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.btn-select-qty label {
	font-size: 14px;
	display: inline-block;
	margin: 0;
	margin-right: 5px;
	font-weight: 300;
	color: #333;
}

.btn-select-qty p {
	display: inline-block;
	color: #333;
	font-weight: 400;
	margin: 0px;
	font-size: 14px;
}

.cart-item-title {
	display: -webkit-box;
	color: #666;
	font-size: 16px;
	font-weight: 400;
	padding-right: 20px;
	margin-bottom: 2px;
}

.cart-item-variacion {
	font-size: 13px;
	font-weight: 400;
	color: #333;
	margin-bottom: 2px;
}

.cart-item-price {
	float: right;
	color: #333;
	font-size: 18px;
	font-weight: 400;
	text-align: right;
}

.cart-item-price-original {
	color: green;
	font-size: 12px;
	font-weight: 500;
	position: relative;
	padding: 4px 5px;
}

.cart-item-price-original span {
	text-decoration: line-through;
	color: #999;
	font-weight: 100;
}

.cart-item-price-tag {}

.removeCartItem {
	font-size: small;
}

.row.page-summary {
	background: white;
	padding: 20px;
	font-size: 14px;
}

.row.page-summary div {
	padding: 5px;
}

.page-summary-total,
.page-summary-total-price-label {
	font-size: 18px;
	border-top: solid thin #eee;
	padding-top: 16px !important;
}

.open-shipping {
	padding-bottom: 14px !important;
}

.page-order-card {
	background: white;
	padding: 24px 0px 32px;
}

.page-order-card-header {
	font-weight: 600;
	padding: 10px;
	background: #f4f4f4;
	border-bottom: solid thin #ccc;
	margin-bottom: 15px;
}

.shippingResults ul {
	padding: 0px;
}

.shippingResults ul li {
	padding: 10px;
	border-bottom: solid thin #eee;
}

.shippingResults ul li a:after {
	right: 12px;
	font-family: FontAwesome;
	content: "\f054";
	color: #666;
	font-size: 10px;
	position: absolute;
}

.chk-panel {
	background: white;
	padding: 30px;
}

span.animated-text-on {
	top: 0px !important;
	opacity: 0 !important;
}

span.animated-text {
	opacity: 1;
	top: 40px;
	position: absolute;
	right: 45px;
	font-weight: 600;
	font-size: 13px;
	color: green;
	transition: all 2s;
}

.row.page-loader {
	padding: 120px;
	z-index: 9;
	position: absolute;
	background: white;
	width: 100%;
	height: 100%;
}

.loading {
	margin: 0 auto;
}

.row.page-title {
	background: white;
	border-bottom: solid thin #cacaca;
	text-align: center;
	padding: 10px;
	box-shadow: 0px 0px 5px #999;
}

.cart-order-brief {
	background: #f4f4f4;
	padding: 19px;
	border: solid thin #ddd;
	border-radius: 4px;
}

.cart-content2 h3 {
	border-bottom: solid thin #ddd;
	padding-bottom: 5px;
}

.cartItems {
	width: 100%;
}

.item-cart {
	border-bottom: solid thin#f4f4f4;
	margin-bottom: 15px;
}

.item-photo {
	text-align: center;
}

.item-photo img {
	max-width: 100%;
	height: auto;
	max-height: 50px;
	width: auto;
}

.personal-data {
	padding-top: 10px;
	border-top: solid thin #ccc;
	margin-top: 10px;
}

.row.cart-totals {
	position: relative;
	padding: 15px;
	border-bottom: solid thin gray;
	border-top: solid thin #e6e6e6;
	background: white;
	-webkit-transition: all 1s linear;
	-moz-transition: all 1s linear;
	-o-transition: all 1s linear;
	transition: all 1s linear;
}

.row.cart-content {
	position: relative;
	padding: 15px;
	border-top: solid thin gray;
	background: white;
}

.row.page-content {
	margin-top: 15px;
}

.inputGroup {
	background-color: #fff;
	display: block;
	margin: 10px 0;
	position: relative;
	border: solid thin #ddd;
	border-radius: 5px;
}

.inputGroup label {
	padding: 12px 30px 12px 80px;
	width: 100%;
	display: block;
	text-align: left;
	color: #333;
	cursor: pointer;
	position: relative;
	z-index: 2;
	transition: color 200ms ease-in;
	overflow: hidden;
	margin-bottom: 0px;
}

.inputGroup label:before {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	content: "";
	background-color: #cccccc;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) scale3d(1, 1, 1);
	transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
	opacity: 0;
	z-index: -1;
}

.inputGroup label:after {
	/*width: 32px;*/
	height: 32px;
	/*content: '';*/
	/*border: 2px solid #d1d7dc;*/
	background-color: #fff;
	background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.414 11L4 12.414l5.414 5.414L20.828 6.414 19.414 5l-10 10z' fill='%23fff' fill-rule='nonzero'/%3E%3C/svg%3E ");
	background-repeat: no-repeat;
	background-position: 2px 3px;
	border-radius: 50%;
	z-index: 2;
	position: absolute;
	right: 30px;
	top: 22%;
	transform: translateY(-50%);
	cursor: pointer;
	transition: all 200ms ease-in;
}

.inputGroup input:checked~label {
	color: #333;
}

.inputGroup input:checked~label:before {
	transform: translate(-50%, -50%) scale3d(56, 56, 1);
	opacity: 1;
}

.inputGroup input:checked~label:after {
	background-color: #54e0c7;
	border-color: #54e0c7;
}

.inputGroup input {
	width: 25px;
	height: 25px;
	order: 1;
	z-index: 3;
	position: absolute;
	left: 30px;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	/*visibility: hidden;*/
}

.form {
	padding: 0 16px;
	max-width: 550px;
	margin: 50px auto;
	font-size: 18px;
	font-weight: 600;
	line-height: 36px;
}

.btn {
	width: 100%;
}

.item-data,
.item-price {
	font-size: small;
}

span.shipping-fee {
	font-weight: 800;
	color: #006100;
	font-size: smaller;
}

.label-subtotal,
.label-costo-envio,
.label-costo-de-servicio,
.label-total {
	text-align: right;
}

.header-action-icon {
	padding: 5px;
	margin-right: 10px;
	margin-left: 10px;
}

.page-product {
	background: white;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
	border-radius: 4px;
}

.page-product-header {
	padding: 10px 10px 5px 10px;
	background: white;
}

.page-product-header h1 {
	font-size: 1rem;
	font-weight: 600;
	color: #2f2f2f;
	letter-spacing: inherit;
}

.page-product-header h2 {
	font-size: 0.9rem;
	font-weight: 400;
}

.page-product-data {
	padding: 15px;
	background: white;
}

.page-product-data-logo {
	position: relative;
	left: 20px;
	z-index: 1;
	top: 20px;
}

.page-product-data-logo-mobile {
	position: absolute;
	right: 20px;
	z-index: 1;
	top: 20px;
	display: none;
}

.page-product-data-logo img,
.page-product-data-logo-mobile img {
	width: 70px;
}

.page-product-description {
	background: white;
	padding: 48px 30px;
	margin-top: 25px !important;
	border-top: solid thin #ccc;
	border-left: solid thin #ccc;
	border-right: solid thin #ccc;
}

.page-product-description h3 {
	font-weight: 500;
}

.page-product-description p {
	font-weight: 500;
	color: #666;
	font-size: 14px;
}

.row.page-product-metadata {
	background: white;
	font-size: 12px;
}

.pointer {
	cursor: pointer;
}

.row {
	margin: 0px !important;
}

.cuotas {
	font-size: 14px;
	font-weight: 500;
}

/* SLIDER VIEJO */

#slider-pager li {
	list-style: none;
}

#slider-pager a {
	border: solid thin #ddd;
	border-radius: 6px;
}

#slider-pager a:hover {
	border-bottom: solid 3px #007bff;
}

#slider img {
	max-height: 500px;
	max-width: 500px;
	/* width:auto; */
	width: fit-content;
	height: fit-content;
	margin: 0 auto !important;
}

#slider li {
	min-height: 400px !important;
	display: flex !important;
	flex-direction: column;
	justify-content: center;
	text-align: center;
}

.rslides_tabs {
	width: 60px !important;
	float: left;
	position: relative;
	left: 0;
	top: 0;
	z-index: 2;
	padding-left: 0px !important;
}

.rslides_tabs img {
	width: 60px;
	height: 60px;
	object-fit: contain;
}

.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
	float: left;
}

/* SLIDER NUEVO DESK */

#mainCarousel {
	width: 500px;
	margin: 0 auto 1rem auto;

	--carousel-button-color: #170724;
	--carousel-button-bg: #fff;
	--carousel-button-shadow: 0 2px 1px -1px rgb(0 0 0 / 20%),
		0 1px 1px 0 rgb(0 0 0 / 14%), 0 1px 3px 0 rgb(0 0 0 / 12%);

	--carousel-button-svg-width: 20px;
	--carousel-button-svg-height: 20px;
	--carousel-button-svg-stroke-width: 2.5;
	list-style: none;
}

#mainCarousel .carousel__slide {
	width: 100%;
	padding: 0;
}

#mainCarousel .carousel__slide img {
	width: 100%;
	height: 500px;
	object-fit: contain;
}

#mainCarousel .carousel__button.is-prev {
	left: -1.5rem;
}

#mainCarousel .carousel__button.is-next {
	right: -1.5rem;
}

#mainCarousel .carousel__button:focus {
	outline: none;
	box-shadow: 0 0 0 4px #cacaca;
}

#thumbCarousel .carousel__slide {
	opacity: 0.5;
	padding: 0;
	margin: 0.25rem;
	width: 96px;
	height: 64px;
}

#thumbCarousel .carousel__slide img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	border-radius: 4px;
}

#thumbCarousel .carousel__slide.is-nav-selected {
	opacity: 1;
}

/* SLIDER MOBILE */

.content-slider {
	list-style: none;
}

.thumbnails-quantity {
	background: #000000ba;
	width: auto;
	padding: 5px;
	margin: 10px;
	position: absolute;
	bottom: 0;
	color: white;
	border-radius: 5px;
	font-size: 0.7rem;
}

.add-to-cart-image img {
	max-height: 200px;
	max-width: 200px;
}

.page-product-image,
.page-product-image .col-12 {
	position: relative;
	max-width: 100%;
	padding: 0px;
	background: white;
}

/*.col-12, .col-md-12{padding: 0px!important;}*/

.metadata {
	border-top: solid thin #ccc;
	padding: 10px;
}

.page-product-data h1 {
	font-size: 19px;
	font-weight: 600;
	color: #2f2f2f;
	letter-spacing: inherit;
}

.page-product-data h2 {
	font-size: 15px;
	font-weight: 400;
	padding: 10px 0px;
}

.btn-select-qty {
	margin-bottom: 30px;
}

.talle-seleccionado span,
.color-seleccionado span,
.qty-seleccionado span {
	font-size: small;
	color: darkgrey;
}

.itemprice {
	font-size: 2rem;
	font-weight: 500;
	padding: 0px 0px 0px 0px;
	padding-right: 5px;
}

.page-products-grid .itemprice sup {
	font-size: 11px;
	top: -12px;
}

.page-product-data .itemprice sup {
	font-size: 14px;
	top: -15px;
}

#installments sup {
	font-size: 9px;
	top: -5px;
	font-weight: 100;
	padding-left: 1px;
}


.page-product-data .itempriceDiscount {
	color: green;
	font-weight: 500;
	position: relative;
	border-radius: 3px;
	padding: 4px 5px;
}

#product-related .itempriceDiscount,
#product-suggest .itempriceDiscount {
	color: white;
	background: green;
	font-size: 12px;
	float: right;
}

.page-product-data .itempriceDiscount span {
	text-decoration: line-through;
	color: #999;
	font-weight: 100;
}

.btn-select-qty {
	position: relative;
	display: block;
	padding: 14px;
	padding-right: 38px;
	margin-bottom: 8px;
	background: #fff;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #ccc;
}

/*
.variacion-tipo {
display: inline-block;
margin: 0;
margin-right: 5px;
font-weight: 300;
color: #333;
font-size: 16px;
}

.variaciones p {
display: inline-block;
color: #333;
font-weight: 400;
margin: 0px;
} */

.notification-addtocart {
	background: white;
	position: fixed;
	top: 6px;
	width: 95%;
	border-radius: 5px;
	padding: 10px;
	font-size: 12px;
	box-shadow: 1px 1px 6px 0px #969696;
	left: 10px;
}

.row.page-shippingCost {
	background: white;
	padding: 10px;
	position: fixed;
	top: 0px;
	height: 100%;
	width: 100%;
}

.row.page-mobbexCustomer {
	background: white;
	padding: 10px;
	position: absolute;
	top: 0px;
	height: 100%;
	width: 100%;
}

.costo-shipping-estimado {
	font-size: 80px;
}

.page-shippingCost-header {
	margin-bottom: 30px;
}

#page-shippingCost ul {
	padding: 0;
}

.new-add-to-cart {
	color: white !important;
	font-size: 16px;
	font-weight: 500;
	background: black;
	border-color: black;
}

.new-add-to-cart:hover {
	color: white !important;
	font-size: 16px;
	font-weight: 500;
	background: #2e2e2e;
	border-color: black;
}


.new-add-to-cart:active {
	color: white !important;
	font-size: 16px;
	font-weight: 500;
	background: #2e2e2e !important;
	border-color: black !important;
}

/* .row.metadata.container.d-flex.h-100,
.variaciones a {
cursor: pointer;
} */

.product-especificaciones {
	list-style: none;
	columns: 2;
	padding-left: 0px;
}

.product-especificaciones li {
	clear: left;
	float: left;
	width: 50%;
	color: #333;
	margin: 0 0 15px;
}

.product-especificaciones li strong {
	font-weight: 200;
	font-size: 0.8rem;
	color: #999;
	display: block;
}


@media (min-width: 1024px) {
	.page-product {
		position: relative;
	}

	.page-product-image .rslides {
		margin-left: 15px !important;
		margin-top: 10px !important;
	}

	.btn-close-add-to-cart-notification {
		position: absolute;
		top: 0;
		right: 0;
		padding: 10px;
		color: black;
	}

	.page-product-data h1 {
		font-size: 25px;
	}

	.page-product-data h2 {
		font-size: 20px;
	}

	.page-shippingCost,
	.page-variacion-qty,
	.page-variacion-color,
	.page-variacion-talle {
		height: inherit !important;
		width: inherit !important;
		position: absolute !important;
	}

	.notification-addtocart {
		position: absolute !important;
		/*height: 80px!important;*/
		z-index: 999;
		padding-top: 30px;
	}
}

.page-suggest .itemprice {
	font-size: 15px;
}

.page-suggest h2 {
	font-size: 0.8rem;
}

.magnify>.magnify-lens {
	/* Magnifying lens */
	width: 350px !important;
	height: 350px !important;
}

/* SHOP */

.shop-sidebar h1 {
	font-weight: 500;
	font-size: 15px;
	letter-spacing: 2px;
}

.slider-item-description h2,
.shop-product-list h2,
.item-description-mobile h2 {
	font-size: 13px;
	text-transform: inherit;
	color: #222;
	font-weight: 500;
	letter-spacing: inherit;
}

.slider-item-description h2 a,
.shop-product-list h2 a,
.item-description-mobile h2 a {
	font-size: 13px;
	text-transform: inherit;
	color: #222;
	font-weight: 500;
	letter-spacing: inherit;
	text-decoration: none;
}

.page-categories-grid .item-wrapper {
	background: white;
	overflow: hidden;
	margin-bottom: 10px;
	border-radius: 5px;
	position: relative;
}

.page-categories-grid .item-image {
	margin: 0px;
	min-height: inherit;
}

.page-categories-grid .item-image img {
	max-width: 270px;
	max-height: 150px;
}

.page-categories-grid .item-description {
	padding: 5px;
	position: absolute;
	bottom: 0px;
	margin-left: auto;
	background: #000000a6;
	width: 100%;
}

.page-categories-grid .item-description h2 {
	margin-bottom: 0px;
	color: #eee;
}

.page-products-grid {
	top: 10px;
}

.page-products-grid .col-6 {
	padding-left: 10px;
	padding-right: 10px;
}

.item-info {
	font-size: 16px;
	color: grey;
	padding: 2px;
	border-bottom: 1px solid rgba(51, 51, 51, 0.1);
	top: -10px;
	position: relative;
	text-align: center;
}

.pill-variaciones {
	font-size: 10px;
	background: white;
	border: 1px solid rgba(51, 51, 51, 0.1);
	padding: 5px 10px;
	border-radius: 10px;
	position: absolute;
	top: -9px;
	left: 10px;
	font-weight: 700;
}

.pill-discount {
	font-size: 10px;
	color: white;
	padding: 5px 10px;
	border-radius: 10px;
	position: absolute;
	top: -9px;
	right: 10px;
}

.item-info-mobile {
	font-size: 12px;
	color: grey;
	padding: 8px 0px;
	border: none;
	position: initial;
	text-align: initial;
}

.pill-variaciones-mobile {
	font-size: 10px;
	/*background: white;*/
	/*border: 1px solid rgba(51,51,51,.1);*/
	/*padding: 5px 10px;*/
	/*border-radius: 10px;*/
	/*position: absolute;
top: -9px;
left: 10px;*/
}

.pill-discount-mobile {
	font-size: 10px;
	font-weight: bolder;
	/*color: white;*/
	/*border: 1px solid rgba(51,51,51,.1);*/
	/*padding: 5px 10px;
border-radius: 10px;*/
	/*position: absolute;
top: -9px;
right: 10px;*/
}

.page-products-grid .itemprice,
.slider-item .itemprice {
	font-size: 22px;
	font-weight: 500;
}

.itemprice-mobile {
	padding: 0px !important;
}

.slider-item .itempriceDiscount {
	font-size: 11px;
	color: white;
	font-weight: 500;
	float: right;
	right: 3px;
	position: relative;
	background: green;
	border-radius: 3px;
	padding: 4px 5px;
}

.item-wrapper {
	background: white;
	overflow: hidden;
	margin-bottom: 10px;
	border-radius: 5px;
}

.item-wrapper:hover {
	box-shadow: 1px 1px 10px 0px #ababab;
}

/* on .item-wrapper:hover expand item-img 5% with animation */

.item-wrapper:hover .item-image img {
	transform: scale(1.05);
	transition: transform 0.5s;
}


.item-wrapper-nextpage {
	height: 200px;
	background: #00cc99;
	padding: 15px;
}

.item-wrapper-nextpage h1 {
	color: white;
	font-size: 17px;
}

.item-wrapper-nextpage a {
	color: white;
}

.item-badge-left {
	position: absolute;
	left: 20px;
	top: 10px;
	display: block;
	width: min-content;
}

.item-badge-left span,
.item-badge span {
	text-transform: uppercase;
	font-weight: 500;
	font-size: 11px;
	padding: 4px;
}


.item-badge {
	position: absolute;
	right: 20px;
	top: 10px;
	display: block;
	width: min-content;
	z-index: 1;
}



.item-image {
	margin: 25px 0px;
	min-height: 180px;
	display: flex;
	flex-flow: nowrap;
	justify-content: center;
}

.item-image a {
	display: flex;
	align-items: center;
}

/* on hover .item-image a, expand img 10% with animation*/
.item-image a:hover img {
	transform: scale(1.05);
	transition: transform 0.5s;
}

.item-image-mobile {
	min-height: 80px;
}

.item-image-mobile img {
	width: 100%;
	height: auto;
}

.item-image-mobile a {
	height: 120px;
	width: 120px;
}

@supports (object-fit: contain) {
	.item-image-mobile img {
		height: 100%;
		object-fit: contain;
		object-position: center center;
	}
}

.item-description {
	padding: 10px;
}

.item-description-mobile {
	padding: 10px 10px 5px 10px;
}

.item-description-mobile a {
	color: #212529;
}

.grid-sizer,
.grid-item {
	float: left;
	width: 50%;
}

@media (min-width: 1024px) {

	.grid-sizer,
	.grid-item {
		width: 33%;
	}
}

.grid-item-fixed {
	/* height: 380px !important; */
	padding-bottom: 10px;
}

.grid-item-fixed .item-wrapper {
	min-height: 100% !important;
}

.page-toolbar {
	height: 40px;
	background: white;
	box-shadow: 1px 4px 10px #bbb;
	margin-bottom: 10px;
	padding: 10px;
	font-size: 14px;
}

.paginator {
	padding: 20px;
}

.paginator .prevpage,
.paginator .nextpage {
	width: 100px;
}

.paginator a {
	padding: 10px;
	background: #e6e6e6;
	border-radius: 5px;
	color: #4c4c4c;
	display: inline-table;
	width: 48px;
	height: 48px;
	position: relative;
	background-color: transparent;
	font-size: 16px;
	display: block;
	line-height: 1;
	text-decoration: none;
	color: rgba(0, 0, 0, 0.85);
	cursor: pointer;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-transition: background-color 250ms ease;
	transition: background-color 250ms ease;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 14px 0 0 0;
	border: 2px solid transparent;
}

.paginator ul {
	margin: 32px 0 0;
	display: block;
	padding-left: 0px;
	list-style: none;
	text-align: center;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
}

.paginator li {
	display: inline-block;
}

.paginator .current-page {
	background: #cecece;
	font-weight: 600;
}

body {
	font-family: "Montserrat", sans-serif;
	background-color: #eeeeee;
	overflow-x: hidden;
}

header,
footer {
	/* width: 100vw; */
	background: #111;
}

/* .btn-primary, #slider-pager .rslides_here a{
background-color: #043975;
border-color: #043975;
} */

.hc-header {
	max-width: 1200px;
	margin: 0 auto !important;
	padding-top: 10px;
	width: 100%;
}

#header-user-menu .dropdown-menu a {
	color: #000 !important;
}

.container {
	max-width: 1200px;
}

.header-top {
	/*padding-top: 10px!important;*/
	padding-bottom: 10px !important;
}

.header-top-item {
	display: block;
	float: left;
	margin-right: 10px;
	font-size: 12px;
	padding: 5px;
	margin-left: 5px;
}

#header-user-menu a,
#header-user-menu a:hover {
	text-decoration: none;
	font-size: 12px;
}

.header-search {
	position: relative;
}

.header-search img {
	position: absolute;
	right: 25px;
	top: 7px;
}

.sticky {
	position: fixed !important;
	z-index: 999 !important;
	top: -35px !important;
}

.sticky+.container {
	padding-top: 100px !important;
}

.hc-main {
	/*background: white;*/
	/*display: block;*/
}


/* HOME BANNER GRID */

.banner-grid {
	display: grid;
	gap: 1rem;
	/* espacio entre cards */
}

/* Mobile: siempre 2 columnas */
@media (max-width: 767.98px) {
	.banner-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	/* Cuando solo hay 1 elemento, ocupa todo el ancho */
	.banner-grid:only-child,
	.banner-grid>*:only-child {
		grid-column: 1 / -1;
		/* De la primera a la última columna */
	}

	/* Cuando el total de elementos es impar, el último ocupa todo el ancho */
    .banner-grid > *:last-child:nth-child(odd) {
        grid-column: 1 / -1;
    }
}

/* Desktop: auto-fit para que se ajuste según cantidad */
@media (min-width: 768px) {
	.banner-grid {
		grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
	}
}

/* Si quieres que nunca haya más de 4 columnas en desktop */
@media (min-width: 1200px) {
	.banner-grid {
		grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
		max-width: 1400px;
		/* opcional: para controlar el ancho máximo */
		margin: 0 auto;
		/* opcional: para centrar */
	}
}

/* END HOME BANNER GRID */


.home-slider {
	list-style: none;
}

.homeWidgets {
	margin-bottom: 20px;
}

.fullwidth-block {
	width: 100vw;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	height: inherit !important;
	position: relative;
}

.slider-item {
	height: 430px;
}

.slider-item-wrapper {
	width: 260px;
	background: white;
	box-shadow: 1px 1px 10px #ccc;
	border-radius: 5px;
	height: 430px;
	position: relative;
}

.slider-item-image {
	height: 200px;
	padding-top: 25px;
}

.slider-item-description {
	padding: 10px;
	position: absolute;
	bottom: 0px;
	width: 100%;
	background: rgba(255, 255, 255, 0.8);
}

.center-thumbs .lslide {
	position: relative;
	left: 50px;
}

h1.home-title {
	margin-left: 10px !important;
	text-align: center;
	border-bottom: solid thin #ccc;
	padding-bottom: 20px;
	margin-bottom: 10px !important;
	margin-top: 30px !important;
}

.home-metadata {
	padding: 10px;
	border-bottom: solid thin #e4e4e4;
	background: white;
	margin-bottom: 25px !important;
	font-size: 14px;
	font-weight: 500;
}

/* .home-metadata p{
float: left;
} */

.home-metadata img {
	padding-right: 10px;
	float: left;
}

.home-banners a {
	width: 100%;
}

.page-brands-item {
	padding: 5px;
}

.page-brands-item img {
	width: 100%;
	height: 100%;
	max-height: 80px;
	max-width: 80px;
}


#bredcrumbs {
	padding: 15px;
}

.shop-breadcrumbs {
	list-style: none;
	padding-left: 0px;
	font-size: 12px;
	color: grey;
}

.shop-breadcrumbs li {
	float: left;
	margin-right: 10px;
}

.shop-breadcrumbs li:after {
	content: "\f105";
	font-family: "FontAwesome";
	margin-left: 5px;
	font-size: 10px;
}

.shop-breadcrumbs li:last-child:after {
	content: "";
}

.shop-breadcrumbs a {
	color: #333;
}

.quantity-results {
	font-size: 12px;
}

.shop-sidebar a {
	color: #333;
	font-size: 12px;
}

.shop-sidebar h1,
h1.home-title {
	font-size: 20px;
	display: block;
	text-transform: uppercase;
	color: #333;
	margin: 16px 16px 8px 0;
	font-weight: 600;
	letter-spacing: inherit;
}

.shop-sort-widget {
	margin-bottom: 35px;
}

p.shop-sidebar-title {
	/* padding: 0px; */
	margin: 0px;
	font-size: 14px;
	color: #333;
	font-weight: 600;
}

.col-3.shop-sidebar ul {
	list-style: none;
	padding-left: 0px;
}

.col-3.shop-sidebar ul li a {
	font-size: 12px;
	color: #333;
}

.col-3.shop-sidebar ul li a span {
	color: #666;
	font-size: 11px;
}

.page-footer {
	padding: 25px;
	/*background: white;*/
	/*border-top: solid thin #ccc;*/
}

.page-footer-links a {
	display: inline-block;
	width: 45%;
	font-size: 14px;
	line-height: 2.79;
	white-space: nowrap;
}

.page-footer-legal {
	padding: 25px;
	position: relative;
	/*background: white;*/
	/*border-top: solid thin #ccc;*/
	/*color: #999;*/
}

.footer-data-fiscal {
	position: absolute;
	right: 20px;
}

.page-footer-socialmedia {
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.footer-centered-logo {
	max-width: 100%;
	height: auto;
	margin-bottom: 20px;
	/* Adjust space between logo and icons */
}

.page-footer-socialmedia ul {
	list-style-type: none;
	padding: 0;
	display: flex;
	justify-content: center;
	gap: 15px;
	/* Adjust space between icons */
}

.page-footer-socialmedia ul li {
	display: inline-block;
}

.page-footer-socialmedia ul li img {
	width: 30px;
	/* Adjust icon size as needed */
	height: 30px;
}

.modal-overlay-header {
	display: block;
	font-size: 18px;
	font-weight: 600;
	color: #2196f3;
	text-align: left;
	margin-top: 90px;
	margin-left: 20px;
}

.modal-overlay-body {
	padding: 20px;
}

.ui-list {
	position: relative;
	width: 100%;
	background: #fff;
}

.ui-list-content {
	padding: 0px;
	list-style: none;
	/* nuevos styles */
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(234px, 1fr));
	grid-gap: 1rem;
}

.ui-list-item {
	text-decoration: none;
	height: 86px;
	width: 100%;
	line-height: 1.3;
	font-weight: 300;
	font-size: 14px;
	color: #333;
	border-top: 1px solid #d8d8d8 !important;
}

.ui-list-item:last-child {
	border-bottom: 1px solid #d8d8d8 !important;
}

.ui-list-item a {
	padding: 30px;
	width: 100%;
	display: block;
	line-height: 35px !important;
}

.ui-list-item a:after {
	font-family: FontAwesome;
	content: "\f054";
	color: #666;
	font-size: 10px;
	position: relative;
	padding-left: 10px;
	/*
	esto estaba antes.
	right: 12px;
	position: absolute;*/
}

.page-filter h4 {
	padding: 21px 10px;
	background-color: #fff;
	font-size: 16px;
	color: #333;
	padding-left: 33px;
	font-weight: 300;
	border-bottom: 1px solid #ddd;
	margin-bottom: 0px;
}

.page-filter h4:after {
	right: 12px;
	font-family: FontAwesome;
	content: "\f078";
	color: #666;
	font-size: 10px;
	position: absolute;
}

.modal-overlay-header nav {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 40px;
	padding: 20px;
}

.modal-overlay-header a {
	text-shadow: none;
	background: #fff;
	border: none;
	left: 18px;
	top: 18px;
}

.modal-overlay-header h3 {
	display: block;
	font-size: 32px;
	font-weight: 500;
	color: #333;
	text-align: left;
	margin-top: 90px;
	/*margin-left: 32px;*/
}

.modal-overlay {
	/*padding: 20px;*/
	background: white;
	position: fixed;
	top: 0px;
	height: 100%;
	width: 100%;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	background-color: #fff;
	-webkit-overflow-scrolling: touch;
	outline: 0;
	overflow-x: hidden;
	overflow-y: auto;
}

.list {
	margin: 0;
	background: #fff;
	border: none;
	list-style: none;
	list-style-image: none;
}

.list li {
	height: 63px;
	line-height: 63px;
	padding-left: 28px;
	position: relative;
	font-size: 18px;
	border-left: transparent 5px solid;
	border-bottom: 1px solid #ddd;
	min-height: 45px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.modal-overlay ul {
	border: none;
	background: #fafafa;
	/*padding-top: 18px;
	padding-bottom: 18px;*/
	-webkit-border-radius: 0;
	border-radius: 0;
}

.modal-overlay ul li {
	display: block;
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	border: none;
	min-height: 52px;
	line-height: 52px;
	color: #666;
	list-style-position: inside;
	list-style-type: disc;
}

.filters {
	background-color: #fff;
	border-bottom: 2px solid #eee;
	padding-bottom: 2px;
	margin-top: -5px;
	margin: 0 0 10px;
	padding: 0px 10px 10px;
	background: #fff;
	list-style: none;
}

.filters-mobile {
	padding-bottom: 0px;
	margin-bottom: 0px;
}

@media (max-width: 600px) {
	.filters {
		overflow-x: auto;
		white-space: nowrap;
	}
}

.filters li {
	display: inline-block;
	margin: 0;
	padding: 0;
	list-style: none;
}

.filters .icon-remove {
	color: #666;
	background-color: #f5f5f5;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	display: block;
	text-shadow: none;
	border: none;
	padding: 8px 30px 8px 14px;
	margin-bottom: 8px;
	margin-right: 8px;
	margin-top: 4px;
	line-height: 1.4;
	position: relative;
	font-size: 12px;
}

.filters .icon-remove:before {
	top: 11px;
	right: 12px;
	font-family: FontAwesome;
	content: "\f00d";
	color: #666;
	font-size: 10px;
	position: absolute;
}

@media (min-width: 1024px) {
	.page-footer a {
		width: 33%;
	}

	.filters {
		background: inherit !important;
		background-color: inherit !important;
	}

	.filters .icon-remove {
		border-radius: 10px;
		color: white !important;
		background: #999999;
	}

	.filters .icon-remove:before {
		color: white;
	}
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 00 - POST */
/*-------------------------------------------------------------------------------------------------------------------------------*/

.post-content {
	font-size: 14px;
}

.post-content h1 {
	font-weight: 600;
	font-size: 25px;
	color: #666;
	text-transform: uppercase;
	letter-spacing: 2px;
	display: inline;
}

.post-content h3 {
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	color: #333;
}

.post-content p {
	font-size: 16px;
	text-align: justify;
	line-height: 26px;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 00 - MAKE MENU */
/*-------------------------------------------------------------------------------------------------------------------------------*/
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	line-height: 1;
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#cssmenu:after,
#cssmenu>ul:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

#cssmenu #menu-button {
	display: none;
}

#cssmenu {
	width: 1200px;
	font-family: "Montserrat", sans-serif;
	line-height: 1;
	font-weight: 700;
	/*background: #333;*/
	z-index: 9;
	margin: 0 auto;
	display: flex;
	justify-content: center;
}

#menu-line {
	position: absolute;
	top: 0;
	left: 0;
	height: 3px;
	background: #009ae1;
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-ms-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

#cssmenu>ul>li {
	float: left;
}

#cssmenu.align-center>ul {
	font-size: 0;
	text-align: center;
}

#cssmenu.align-center>ul>li {
	display: inline-block;
	float: none;
}

#cssmenu.align-center ul ul {
	text-align: left;
}

#cssmenu.align-right>ul>li {
	float: right;
}

#cssmenu.align-right ul ul {
	text-align: right;
}

#cssmenu>ul>li>a {
	padding: 15px 10px;
	font-size: 12px;
	color: white;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: color 0.2s ease;
	-moz-transition: color 0.2s ease;
	-ms-transition: color 0.2s ease;
	-o-transition: color 0.2s ease;
	transition: color 0.2s ease;
}

#cssmenu>ul>li:hover>a,
#cssmenu>ul>li.active>a {
	color: white;
}

#cssmenu>ul>li.has-sub>a {
	padding-right: 25px;
}

#cssmenu>ul>li.has-sub>a::after {
	position: absolute;
	top: 21px;
	right: 10px;
	width: 4px;
	height: 4px;
	border-bottom: 1px solid white;
	border-right: 1px solid white;
	content: "";
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: border-color 0.2s ease;
	-moz-transition: border-color 0.2s ease;
	-ms-transition: border-color 0.2s ease;
	-o-transition: border-color 0.2s ease;
	transition: border-color 0.2s ease;
}

#cssmenu>ul>li.has-sub:hover>a::after {
	border-color: #009ae1;
}

#cssmenu ul ul {
	position: absolute;
	left: -9999px;
}

#cssmenu li:hover>ul {
	left: auto;
	padding: 20px 10px;
	background: #333;
	width: max-content;
}

#cssmenu.align-right li:hover>ul {
	right: 0;
}

#cssmenu ul ul ul {
	margin-left: 100%;
	top: 0;
}

#cssmenu.align-right ul ul ul {
	margin-left: 0;
	margin-right: 100%;
}

#cssmenu ul ul li {
	height: 0;
	-webkit-transition: height 0.2s ease;
	-moz-transition: height 0.2s ease;
	-ms-transition: height 0.2s ease;
	-o-transition: height 0.2s ease;
	transition: height 0.2s ease;
}

#cssmenu ul li:hover>ul>li {
	height: 32px;
}

#cssmenu ul ul li a {
	padding: 10px 20px;
	/*width: 160px;*/
	width: 100%;
	font-size: 12px;
	background: #333333;
	text-decoration: none;
	color: #dddddd !important;
	-webkit-transition: color 0.2s ease;
	-moz-transition: color 0.2s ease;
	-ms-transition: color 0.2s ease;
	-o-transition: color 0.2s ease;
	transition: color 0.2s ease;
}

#cssmenu ul ul li:hover>a,
#cssmenu ul ul li a:hover {
	color: #ffffff;
}

#cssmenu ul ul li.has-sub>a::after {
	position: absolute;
	top: 13px;
	right: 10px;
	width: 4px;
	height: 4px;
	border-bottom: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	content: "";
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: border-color 0.2s ease;
	-moz-transition: border-color 0.2s ease;
	-ms-transition: border-color 0.2s ease;
	-o-transition: border-color 0.2s ease;
	transition: border-color 0.2s ease;
}

#cssmenu.align-right ul ul li.has-sub>a::after {
	right: auto;
	left: 10px;
	border-bottom: 0;
	border-right: 0;
	border-top: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
}

#cssmenu ul ul li.has-sub:hover>a::after {
	border-color: #ffffff;
}

@media all and (max-width: 768px),
only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px),
only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px),
only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px),
only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px),
only screen and (min-resolution: 192dpi) and (max-width: 1024px),
only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
	#cssmenu {
		width: 100%;
	}

	#cssmenu ul {
		width: 100%;
		display: none;
	}

	#cssmenu.align-center>ul,
	#cssmenu.align-right ul ul {
		text-align: left;
	}

	#cssmenu ul li,
	#cssmenu ul ul li,
	#cssmenu ul li:hover>ul>li {
		width: 100%;
		height: auto;
		border-top: 1px solid rgba(120, 120, 120, 0.15);
	}

	#cssmenu ul li a,
	#cssmenu ul ul li a {
		width: 100%;
	}

	#cssmenu>ul>li,
	#cssmenu.align-center>ul>li,
	#cssmenu.align-right>ul>li {
		float: none;
		display: block;
	}

	#cssmenu ul ul li a {
		padding: 20px 20px 20px 30px;
		font-size: 12px;
		color: #000000;
		background: none;
	}

	#cssmenu ul ul li:hover>a,
	#cssmenu ul ul li a:hover {
		color: #000000;
	}

	#cssmenu ul ul ul li a {
		padding-left: 40px;
	}

	#cssmenu ul ul,
	#cssmenu ul ul ul {
		position: relative;
		left: 0;
		right: auto;
		width: 100%;
		margin: 0;
	}

	#cssmenu>ul>li.has-sub>a::after,
	#cssmenu ul ul li.has-sub>a::after {
		display: none;
	}

	#menu-line {
		display: none;
	}

	#cssmenu #menu-button {
		display: block;
		padding: 20px;
		color: #000000;
		cursor: pointer;
		font-size: 12px;
		text-transform: uppercase;
	}

	#cssmenu #menu-button::after {
		content: "";
		position: absolute;
		top: 20px;
		right: 20px;
		display: block;
		width: 15px;
		height: 2px;
		background: #000000;
	}

	#cssmenu #menu-button::before {
		content: "";
		position: absolute;
		top: 25px;
		right: 20px;
		display: block;
		width: 15px;
		height: 3px;
		border-top: 2px solid #000000;
		border-bottom: 2px solid #000000;
	}

	#cssmenu .submenu-button {
		position: absolute;
		z-index: 10;
		right: 0;
		top: 0;
		display: block;
		border-left: 1px solid rgba(120, 120, 120, 0.15);
		height: 52px;
		width: 52px;
		cursor: pointer;
	}

	#cssmenu .submenu-button::after {
		content: "";
		position: absolute;
		top: 21px;
		left: 26px;
		display: block;
		width: 1px;
		height: 11px;
		background: #000000;
		z-index: 9;
	}

	#cssmenu .submenu-button::before {
		content: "";
		position: absolute;
		left: 21px;
		top: 26px;
		display: block;
		width: 11px;
		height: 1px;
		background: #000000;
		z-index: 9;
	}

	#cssmenu .submenu-button.submenu-opened:after {
		display: none;
	}
}

.themeDark,
.themeDark a,
.themeLight p,
.themeDark button {
	color: #fff !important;
}

.themeLight,
.themeLight a,
.themeLight p,
.themeLight button {
	color: #333 !important;
}

ul.account-sidemenu {
	list-style: none;
	padding: 0px;
}

.account-sidemenu li {
	padding: 10px;
	border: #ddd solid thin;
	border-radius: 5px;
	margin: 8px 0px;
	background: white;
}

.account-sidemenu li:after {
	right: 30px;
	font-family: FontAwesome;
	content: "\f054";
	color: #666;
	font-size: 10px;
	position: absolute;
	padding-top: 5px;
}

.lSSlideOuter {
	position: relative;
	overflow: visible;
}

.lSSlideWrapper {
	position: static;
}

.lSAction>.lSPrev {
	left: -45px;
}

.lSAction>.lSNext {
	right: -40px;
}

.snap-slider {
	display: flex;
	width: 100%;
	/* height: 100vh; */
	scroll-snap-type: x mandatory;
	overflow-x: scroll;
	overflow-y: hidden;
	list-style: none;
	margin: 0;
	padding: 0;
}

.snap-slider li {
	flex: 0 0 100%;
	width: 100%;
	object-fit: cover;
	scroll-snap-align: center;
}

.snap-slider img {
	max-height: 360px;
	object-fit: contain;
}

.lSAction>a {
	background-image: url(img/slider_arrows.png);
	width: 34px;
	height: 52px;
}

.lSPrev,
.lSNext {
	background-size: 68px 52px;
	outline: 0;
}

.lSNext {
	background-position: -34px 0;
}

.fullwidth-block .lSAction>.lSPrev {
	left: 20px;
	right: 20px;
}

.fullwidth-block .lSAction>.lSNext {
	right: 20px;
}


@media (max-width: 600px) {
	.lSAction>.lSPrev {
		left: 10px;
	}

	.lSAction>.lSNext {
		right: 10px;
	}
}

.header-sticky {
	position: sticky;
	top: -35px;
	z-index: 9;
}

.header-menu-sticky {
	position: sticky;
	top: 75px;
	z-index: 8;
}



/* PRODUCT 2 BUILD COLOR PICKER */

#variation-placeholder {
	height: 100px;
}


#variation-color-picker ul li img {
	width: 60px;
	height: 60px;
	object-fit: cover;
	padding: 2px;
	border: solid thin #999;
	border-radius: 3px;
}

#variation-talle-picker ul li {
	border: 1px solid rgba(0, 0, 0, .25);
	border-radius: 6px;
	cursor: pointer;
	padding: 5px 10px;
	margin-right: 10px;
	margin-bottom: 5px;
}

#variation-talle-picker ul li a {
	color: #333;
}

.variation-picker ul li {
	display: inline;
	float: left;
	padding: 0px 10px 5px 0px;
}

.variation-list-content {
	padding-left: 0px;
}

/* HOME WIDGET BLOG */

.widget-blog-card-img-link {
	height: 150px;
}

.widget-blog-card .card-img-top {
	height: 100%;
	object-fit: cover;
}

/* BLOG */

#blog-section-mobile h3 {
	font-size: 1.2rem;
	font-weight: 600;
}

#blog-section-mobile .card p {
	font-size: 0.9rem;
	margin-top: 5px;
	margin-bottom: 10px !important;
}

#blog-section-mobile .post-link {

	font-size: 0.9rem;
}

/* FOOTER */


.hc-footer {
	width: 100%;
	max-width: 1200px;
}

.hc-footer h3 {
	font-size: 16px;
	border-bottom: solid thin #bababa;
	padding-bottom: 5px;
}

.hc-footer ul {
	list-style: none;
	padding: initial;
	font-size: 14px;
}

.footer-payments {
	width: 100%;
	max-width: 414px;
}

small.disclaimer {
	font-size: 9px;
}

#afip_code_div img {
	width: 40px;
	margin-top: 20px
}




/* VIDEO PANEL */


#videoGallery {
	height: 550px;
	padding: 20px 10px;
	background: #202020;
}

#panel-thumbs {
	padding: 0px;
}

#panel-thumbs>div {
	height: 150px;
}

#panel-thumbs>div:hover {
	border-left: solid thick red;
	background: #3b3a38;
}

#panel-thumbs .activeVideo {
	border-left: solid thick red;
	background: #3b3a38;
}

@media (max-width: 600px) {
	#videoGallery {
		height: 400px;
	}

	#video_principal {
		height: 300px;
	}

	#panel-thumbs {
		height: 60px !important;
	}

	#panel-thumbs>div {
		height: 50px;
	}
}

/* OwlSlider styles */

.owl-carousel .item li {
	list-style-type: none;
}

.owl-carousel .itemprice {
	font-size: 22px;
	padding-top: 10px;
}

.owl-carousel .product-img {
	padding-top: 40px;
	width: 100%;
	/* Ajusta el ancho al contenedor de la tarjeta */
	height: 180px;
	/* Ajusta la altura para todas las imágenes */
	object-fit: contain;
	/* Ajusta la imagen para cubrir el contenedor sin distorsión */
}

.owl-carousel .card {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: stretch;
	height: 100%;
	/* Ajusta al 100% del contenedor del item */
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
	/* Opcional: sombra para estilo */
	padding: 15px;
	box-sizing: border-box;
	background-color: white;
	/* Fondo para cada tarjeta */
}

.owl-carousel .card-body {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	/* Distribuye el contenido de manera uniforme */
}

.owl-carousel .product-desc {
	flex-grow: 1;
	/* Permite que el contenido crezca para ocupar el espacio */
	padding-bottom: 0px;
}

.owl-carousel .product-properties {
	margin-top: 5px;
}

.owl-carousel .product-title {
	font-size: 14px;
	font-weight: 200;
}

@media (max-width: 768px) {
	.owl-carousel .product-title {
		font-size: 12px;
		font-weight: 300;
	}

	.owl-carousel .card-body {
		padding: 0px;
	}
}


/* OWL CAROUSEL */

.owl-carousel .item {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	/* Asegura que todos los elementos hijos llenen el alto disponible */
	height: 100%;
	padding: 3px;
	box-sizing: border-box;
}

.owl-carousel {
	position: relative;
}

.owl-nav {
	position: absolute;
	top: 50%;
	width: 100%;
	display: flex;
	justify-content: space-between;
	transform: translateY(-50%);
	pointer-events: none;
	/* Permite que los botones no interfieran con el contenido del carrusel */
}

.owl-carousel .itempriceDiscount {
	font-size: 11px;
	color: white;
	font-weight: 500;
	float: right;
	right: 1px;
	position: relative;
	background: green;
	border-radius: 3px;
	padding: 4px 5px;
}

.owl-prev,
.owl-next {
	pointer-events: auto;
	background-color: rgba(0, 0, 0, 0.5);
	color: #fff;
	border: none;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	font-size: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: background-color 0.3s ease;
	outline: none;
	/* Elimina el borde en foco */
}

.owl-prev:focus,
.owl-next:focus {
	outline: none;
}

.owl-prev:hover,
.owl-next:hover {
	outline: none;
}

.owl-prev {
	position: absolute;
	left: -60px;
	/* Ajusta la posición izquierda fuera del carrusel */
}

.owl-next {
	position: absolute;
	right: -20px;
	/* Ajusta la posición derecha fuera del carrusel */
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
	font-size: 70px !important;
}

/* Estilos para centrar las marcas en el carrusel */
.sections-brands .home-products-list a.d-flex {
    justify-content: center;
    height: 100%;
}

.sections-brands .lSSlideWrapper {
    margin: 0 auto;
}

.sections-brands .home-products-list li {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 110px;
}

.sections-brands img {
    max-width: 100%;
    max-height: 90px;
    object-fit: contain;
}

/* Mejorar el aspecto general del carrusel */
.sections-brands {
    padding: 20px 0;
}

.sections-brands .home-title {
    text-align: center;
    margin-bottom: 30px;
}

/* Estilos para tablas de cuotas en el modal de pagos */
.table.table-sm th, .table.table-sm td {
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: #f8f9fa;
}
.table thead th {
  background: #f1f1f1;
  font-weight: 600;
  border-bottom: 2px solid #dee2e6;
}
.table-responsive {
  margin-top: 1rem;
}
#ModalPayments .nav-tabs .nav-link.active {
  background: #e9ecef;
  border-color: #dee2e6 #dee2e6 #fff;
  font-weight: bold;
}
#ModalPayments .nav-tabs .nav-link {
  color: #007bff;
  cursor: pointer;
}
#ModalPayments h5 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-weight: 600;
}

/* Cabecera de grupo de cuotas en el modal de pagos */
.payment-group-header {
  display: flex;
  align-items: center;
  background: #f1f1f1;
  padding: 12px 18px;
  border-radius: 6px 6px 0 0;
  margin-top: 1.5rem;
  margin-bottom: 0;
  font-size: 1.1rem;
  font-weight: 600;
}
.payment-logo {
  height: 32px;
  margin-right: 12px;
}
.payment-name {
  margin-right: 16px;
}
.badge-success {
  background: #28a745;
  color: #fff;
  padding: 4px 10px;
  border-radius: 12px;
  font-size: 0.95em;
  margin-left: 8px;
}
.badge-warning {
  background: #ff9800;
  color: #fff;
  padding: 4px 10px;
  border-radius: 12px;
  font-size: 0.95em;
  margin-left: 8px;
}
