.single-marketplace .header-content {
	display: flex;
	width: 100%;
	padding: 24px;
	justify-content: space-between;
	align-items: center;
	background-color: rgba(255, 255, 255, 0.90);
	position: absolute;
	bottom: 16px;
}

.single-marketplace .publisher-content h1 {
	font-size: 32px;
	font-weight: 600;
	margin-bottom: 8px;
	color: #000;
}

.single-marketplace .publisher-content a {
	margin-bottom: 15px;
	color: #CE0E71;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
}

.single-marketplace .publisher-image {
	width: 144px;
	height: 131px;
	display: flex;
	padding: 16px 10px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 8px;
	border-radius: 8px;
	background: #FFF;
	box-shadow: 0px 4px 14px 0px rgba(10, 14, 20, 0.25);
}

.single-marketplace .publisher-content {
	display: flex;
	height: 131px;
	padding: 0px 32px;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	flex: 1 0 0;
}

.single-marketplace .publisher-content .button-group {
	display: flex;
	flex-direction: row;
	gap: 8px;
}

.single-marketplace .publisher-content .btn {
	display: flex;
	padding: 8px 16px;
	justify-content: center;
	align-items: center;
	gap: 4px;
	border-radius: 4px;
	border: 1px solid #CE0E71;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
}

/*ESTILOS REVIEWS*/

.single-marketplace .reviews-section {
	margin-top: 40px;
	padding: 24px;
	border-radius: 8px;
	background: #FFF;
	box-shadow: 0px 4px 14px 0px rgba(10, 14, 20, 0.25);
	margin-bottom: 56px;
}

.single-marketplace .review-summary {
	padding: 20px;
	border: 1px solid #ccc;
	border-radius: 8px;
	background-color: #fff;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}

.single-marketplace .review-summary h5 {
	margin: 0;
	font-size: 16px;
	font-weight: 700;
}

.single-marketplace .global-rating .average {
	font-size: 14px;
	color: #333;
	margin-top: 17px;
	padding-left: 5px;
}

.single-marketplace .total-reviews {
	font-size: 14px;
	margin: 8px 0;
	color: #666;
}

.single-marketplace .rating-distribution {
	margin-top: 16px;
}

.single-marketplace .rating-row span {
	font-size: 14px;
	min-width: 80px;
	color: #333;
}

.single-marketplace .progress {
	background-color: #f0f0f0;
	border-radius: 4px;
	height: 10px;
	overflow: hidden;
	position: relative;
}

.single-marketplace .progress-bar {
	height: 100%;
	background-color: #e6007e;
	border-radius: 4px;
}

.single-marketplace .description-section .marketplace-description {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 16px;
	align-self: stretch;
}

.single-marketplace .description-section {
	margin-top: 40px;
	padding: 20px;
	border-radius: 8px;
	background: #FFF;
	box-shadow: 0px 4px 14px 0px rgba(10, 14, 20, 0.25);
}

.single-marketplace .description-section .marketplace-extra-description {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 16px;
	align-self: stretch;
}

.single-marketplace .description-section .categories {
	width: 100%;
	max-width: 400px;
	padding: 24px 28px;
	flex-direction: column;
	align-items: flex-start;
	gap: 16px;
	border-radius: 8px;
	border: 1px solid #D1D1D0;
	margin-bottom: 24px;
}

.single-marketplace .categories a {
	text-decoration: none;
	color: #000;
}

.single-marketplace .description-section .contact {
	width: 100%;
	max-width: 400px;
	padding: 24px 28px;
	flex-direction: column;
	align-items: flex-start;
	gap: 16px;
	border-radius: 8px;
	border: 1px solid #D1D1D0;
}

.single-marketplace .categories h4 {
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
}

.single-marketplace .categories h5,
.single-marketplace .contact h5 {
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	margin-bottom: 0;
}

.single-marketplace .categories li {
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
}

.single-marketplace .categories p,
.single-marketplace .contact p {
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	margin-top: 0;
}

.single-marketplace .description-section h4,
.single-marketplace .contact h4 {
	font-size: 1.5rem;
	font-weight: 700;
	margin-bottom: 20px;
}

.single-marketplace .pagination {
	justify-content: center;
	margin-top: 20px;
}

.single-marketplace .btn-outline-primary {
	color: #CE0E71;
	border-color: #CE0E71;
}

.single-marketplace .btn-outline-primary:hover {
	background-color: #CE0E71;
	color: white;
}

.single-marketplace .contact-btn {
	background-color: #CE0E71;
	color: white;
}

.single-marketplace .contact-btn:hover {
	background-color: #a50c55;
}

.single-marketplace .ratings {
	color: #e6007e;
	/* Color rosa */
	margin-top: 10px;
	font-size: 16px;
	/* Ajusta el tamaño de las estrellas */
	display: flex;
	gap: 2px;
	/* Espaciado entre estrellas */
}

.single-marketplace .ver-todo-btn {
	background: transparent;
	border: none;
	color: #CE0E71;
	font-weight: 600;
	font-size: 14px;
	padding: 8px 14px;
	text-decoration: underline;
	transition: color 0.3s ease;
}

.single-marketplace .ver-todo-btn:hover {
	text-decoration: underline;
	color: #a50b58;
}

.single-marketplace .galeria-imagenes img {
	max-height: 100px;
	object-fit: cover;
}

.single-marketplace .card-header {
	font-weight: bold;
	color: #e6007e;
	/* Color rosa */
	font-size: 18px;
	/* Tamaño del texto */
	margin-bottom: 5px;
}

.single-marketplace .card-body div {
	background: transparent;
	padding: 0;
}

.single-marketplace .card-body {
	font-size: 14px;
	padding: 15px;
	/* Espaciado más cómodo */
	flex: 1;
	/* Expande para llenar el espacio restante */
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	/* Distribuye los elementos de arriba a abajo */
}

.single-marketplace .card-body a {
	color: #e6007e;
	/* Color del enlace */
	text-decoration: none;
	/* Sin subrayado */
	font-weight: bold;
}

.single-marketplace .card-body a:hover {
	text-decoration: underline;
	/* Subrayado al pasar el cursor */
}

.single-marketplace .card-body p {
	margin: 0;
	padding: 0;
	/* Sin márgenes ni relleno en los párrafos */
	font-size: 14px;
	/* Tamaño de letra consistente */
	line-height: 1.5;
	/* Mejor espaciado entre líneas */
}

/* Publicación y actualización */
.single-marketplace .card-body strong {
	font-size: 13px;
	/* Resalta los textos en negrita */
	color: #000;
	/* Texto negro */
}

.single-marketplace .single-info {
	height: 200px;
	/* Pantallas grandes (1200px en adelante) */
}

/* Pantallas medianas grandes (entre 992px y 1199px) */
@media (min-width: 992px) and (max-width: 1199px) {
	.single-marketplace .single-info {
		height: 150px;
	}
}

/* Pantallas medianas (entre 768px y 991px) */
@media (min-width: 768px) and (max-width: 991px) {
	.single-marketplace .single-info {
		height: 140px;
	}
}

/* Pantallas pequeñas (entre 576px y 767px) */
@media (min-width: 576px) and (max-width: 767px) {
	.single-marketplace .single-info {
		height: 120px;
	}
}

/* Pantallas extra pequeñas (menos de 576px) */
@media (max-width: 575px) {
	.single-marketplace .single-info {
		height: auto;
		/* Ajuste automático si es necesario */
	}
}

.single-marketplace .single-intro {
	background: url("../images/default.png");
	min-height: 595px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.single-marketplace .single-info h1.title {
	font-weight: 600 !important;
	font-size: 32px !important;
}

.single-marketplace .single-info .introleft,
.single-marketplace .single-info .introright {
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 1) 15%, rgba(255, 255, 255, 1) 100%);
}

.single-marketplace .single-info .introright h1 {
	min-width: 200px;
}

.single-marketplace .single-info .mkp-logo {
	max-width: 125px;
	border-radius: 5px;
}

/* ANIMACION FAVORITO */

.single-marketplace .segittur-favorite-btn {
	position: relative;
	opacity: 1 !important;
	visibility: visible !important;
	animation: transform 0.2s ease;
}

.single-marketplace .segittur-favorite-btn.active i {
	transition: transform 0.2s ease-in-out;
	color: #fff;
}

.single-marketplace .pulse {
	animation: pulse 0.3s ease-in-out;
}

.single-marketplace .particle {
	position: absolute;
	width: 5px;
	height: 5px;
	background-color: var(--primary-color);
	border-radius: 50%;
	opacity: 0;
	pointer-events: none;
	border: 0.5px solid #fff;
}

/* Los @keyframes se mantienen globales */
@keyframes explode {
	to {
		transform: translate(var(--x), var(--y));
		opacity: 0;
	}
}

@keyframes pulse {
	0% {
		transform: scale(1);
	}

	50% {
		transform: scale(1.3);
	}

	100% {
		transform: scale(1);
	}
}

.single-marketplace .star-rating,
.marketplace .star-rating.custom-rating {
	width: auto !important;
	font-family: inherit !important;
	overflow: visible !important;
	float: none !important;
}


.single-marketplace .star-rating span,
.marketplace .star-rating span {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: block;

}

.single-marketplace .publisher-email {
	display: inline-block;
	max-width: 36ch;
	word-break: break-word;
	overflow-wrap: break-word;

}

/*PLANTILLA ALTERNATIVA STICKY*/

.single-marketplace-3 .publisher-gallery-carousel .gallery-item {
	width: 242px;
	height: 242px;
	flex: 0 0 auto
}

.single-marketplace-3 .publisher-gallery-carousel .gallery-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	box-shadow: 0 2px 6px rgba(10, 14, 20, .25)
}

.single-marketplace-3 .publisher-gallery-carousel .gallery-track {
	scroll-behavior: smooth;
	overflow-x: auto;
	scrollbar-width: none;
	-ms-overflow-style: none;
	padding: 5px 0
}

.single-marketplace-3 .publisher-gallery-carousel .gallery-track::-webkit-scrollbar {
	display: none
}

.single-marketplace-3 .publisher-gallery-carousel {
	position: relative;
	padding: 48px 40px 32px;
	background: #f5f5f5
}

.single-marketplace-3 .publisher-gallery-carousel .carousel-btn {
	display: none !important;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: rgba(255, 255, 255, .85);
	border: 0;
	border-radius: 50%;
	width: 36px;
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
	cursor: pointer
}

.single-marketplace-3 .publisher-gallery-carousel .prev-btn {
	left: 6px
}

.single-marketplace-3 .publisher-gallery-carousel .next-btn {
	right: 6px
}

@media (max-width:768px) {
	.single-marketplace-3 .publisher-gallery-carousel .gallery-item {
		width: 200px;
		height: 200px
	}
}

.single-marketplace-3 .sticky-sidebar {
	position: sticky;
	top: 120px
}

@media (max-width:991.98px) {
	.single-marketplace-3 .sticky-sidebar {
		position: static;
		top: auto
	}
}

.single-marketplace-3 .soluciones {
	margin-top: 24px
}

.single-marketplace-3 .row.soluciones .col-md-4 {
	flex: 0 0 50% !important;
	max-width: 50% !important
}

.single-marketplace-3 .row>.col-lg-8.col-md-12 {
	padding-left: 0 !important
}

.single-marketplace-3 .row>.col-lg-4.col-md-12 {
	padding-right: 0 !important
}

.single-marketplace-3 .publisher-gallery-carousel .carousel-indicators {
	position: static !important;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 16px;
	margin-top: 24px !important
}

.single-marketplace-3 .publisher-gallery-carousel .carousel-indicators button {
	display: block;
	inline-size: 10px;
	block-size: 10px;
	aspect-ratio: 1/1;
	border: 1px solid #CE0E71;
	padding: 0 !important;
	border-radius: 50% !important;
	background: #ccc !important;
	line-height: 0;
	box-sizing: content-box;
	flex: 0 0 auto;
	cursor: pointer
}

.single-marketplace-3 .publisher-gallery-carousel .carousel-indicators button.active {
	background: #CE0E71 !important
}

.single-marketplace-3 .publisher-gallery-carousel .carousel-indicators button:focus {
	outline: none
}

.single-marketplace-3 .reviews-section .review-summary {
	display: none !important
}

.single-marketplace-3 .reviews-section .row>.col-12.col-md-8 {
	flex: 0 0 100% !important;
	max-width: 100% !important;
	padding-left: 0;
	padding-right: 0
}

.single-marketplace-3 .reviews-section .product-comments.list-unstyled {
	width: 100%;
	max-width: 100%;
	margin: 0;
	padding: 0
}

.single-marketplace-3 .reviews-section .row {
	--bs-gutter-x: 0
}

/*PLANTILLA ALTERNATIVA*/
.pubalt-tabs-wrapper .nav-tabs {
	border: none;
	margin: 0;
	padding-top: 16px;
	margin-bottom: 40px;
	border-bottom: 1px solid #D1D1D0;
}

.pubalt-tabs-wrapper .nav-tabs .nav-link {
	color: #090909;
	font-family: "Nunito Sans", sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 16px;
	border: none;
	border-radius: 0;
	background: transparent;
}

.pubalt-tabs-wrapper .nav-tabs .nav-link:hover {
	color: #AB005C;
	background-color: #FFE8F0;
	border: none;
	border-bottom: 2px solid #CE0E71;
}

.pubalt-tabs-wrapper .nav-tabs .nav-link.active {
	color: #CE0E71;
	background: transparent;
	border: none;
	border-bottom: 2px solid #CE0E71;
}

.pubalt-tabs-wrapper .tab-content {
	border: 1px solid #D1D1D0;
	border-top: none;
	background: #FFF;
	box-shadow: 0 2px 6px 0 rgba(10, 14, 20, .25);
	border-radius: 8px;
	padding: 24px;
}

.pubalt-sidecard {
	width: 100%;
	padding: 24px 28px;
	border-radius: 8px;
	border: 1px solid #D1D1D0;
	background: #F5F5F5;
	margin-bottom: 24px;
}

.pubalt-pane-title {
	font-size: 24px;
	font-weight: 600;
	line-height: 32px;
	font-style: normal;
	margin: 0 0 12px;
}

.pubalt-sidecard h4 {
	font-size: 18px;
	font-weight: 700;
	margin: 0 0 16px;
}

.pubalt-sidecard h5 {
	font-size: 14px;
	font-weight: 400;
	margin: 16px 0 0;
}

.pubalt-sidecard p {
	font-size: 14px;
	font-weight: 700;
	margin: 0;
}

.pubalt-richtext p {
	margin-bottom: 12px;
	font-size: 14px;
}

.pubalt-link {
	color: #090909;
	text-decoration: none;
	font-size: 12px;
	font-weight: 400;
	line-height: 16px;
}

.pubalt-link:hover {
	color: #090909;
	text-decoration: none;
}

.pubalt-gallery-wrapper {
	background: #F5F5F5;
	border-radius: 8px;
	padding: 24px;
}

.pubalt-gallery-wrapper h3 {
	color: #090909;
	font-family: "Nunito Sans", sans-serif;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 24px;
}

.pubalt-gallery-wrapper img {
	max-width: 242px;
	max-height: 242px;
	width: 100%;
	height: auto;
	object-fit: cover;
	border-radius: 8px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}


#pubalt-reviews .reviews-section {
	margin: 0 !important;
	padding: 24px;
	background: transparent;
	border: 0;
	box-shadow: none;
	border-radius: 0;
}

#pubalt-reviews .product-comments {
	margin-top: 32px;
}

@media (max-width:575.98px) {
	.pubalt-tabs-wrapper .tab-content {
		border-radius: 0 6px 6px 6px;
		padding: 12px;
	}
}

.single-marketplace .star-rating,
.single-marketplace .star-ratings {
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 1;
	width: auto;
}

.single-marketplace .star-rating.custom-rating::before,
.single-marketplace .star-ratings.custom-rating::before {
	display: none;
}


.single-marketplace .star-rating::before,
.single-marketplace .star-ratings::before {
	content: "★★★★★";
	letter-spacing: 3px;
	color: #D1D1D0;
	font-family: inherit;
}

.single-marketplace .star-rating span,
.single-marketplace .star-ratings span {
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
	display: block;
	height: 1em;
}

.single-marketplace .star-rating span::before,
.single-marketplace .star-ratings span::before {
	content: "★★★★★";
	letter-spacing: 3px;
	color: #e6007e;
}