/*GLOBALS*/

.block-category h1 {
	margin-bottom: 1rem;
	font-size: 2rem
  }
  
  .block-category .block-category-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
  }
  
  .block-category .block-category-inner #category-description p,
  .block-category .block-category-inner #category-description .page-content.page-cms ul,
  .page-content.page-cms .block-category .block-category-inner #category-description ul,
  .block-category .block-category-inner #category-description strong {
	font-weight: 400;
	color: #7a7a7a
  }
  
  .block-category .block-category-inner #category-description p,
  .block-category .block-category-inner #category-description .page-content.page-cms ul,
  .page-content.page-cms .block-category .block-category-inner #category-description ul {
	margin-bottom: 0;
	color: #232323;
	word-break: break-word
  }
  
  .block-category .block-category-inner #category-description p:first-child,
  .block-category .block-category-inner #category-description .page-content.page-cms ul:first-child,
  .page-content.page-cms .block-category .block-category-inner #category-description ul:first-child {
	margin-bottom: 1.25rem
  }
  
  .block-category .block-category-inner .category-cover img {
	width: 141px;
	height: 180px
  }
  .block-categories {
	padding: 1.563rem 1.25rem;
	margin-bottom: 1.563rem;
	background: #fff
  }
  
  .block-categories .h6 {
	font-size: 1.5rem;
	font-weight: 500
  }
  
  .block-categories .category-sub-menu {
	margin-top: 1rem
  }
  
  .block-categories .category-sub-menu .category-sub-link {
	font-size: .875rem
  }
  
  .block-categories .category-sub-menu li {
	position: relative
  }
  
  .block-categories .category-sub-menu li[data-depth="1"] {
	margin-bottom: .625rem
  }
  
  .block-categories .category-sub-menu li[data-depth="0"]>a {
	display: inline-block;
	width: 100%;
	padding-bottom: 0.1875rem;
	margin: 0.3125rem 0 0;
	font-weight: 600
  }
  
  .block-categories .category-sub-menu li:not([data-depth="0"]):not([data-depth="1"]) {
	padding-left: 0.3125rem
  }
  
  .block-categories .category-sub-menu li:not([data-depth="0"]):not([data-depth="1"])::before {
	margin-right: 0.3125rem;
	content: "-"
  }
  
  .block-categories a {
	color: #232323
  }
  
  .block-categories .collapse-icons {
	position: absolute;
	top: 0;
	right: 0;
	padding: 0;
	cursor: pointer
  }
  
  .block-categories .collapse-icons[aria-expanded="true"] .add {
	display: none
  }
  
  .block-categories .collapse-icons[aria-expanded="true"] .remove {
	display: block
  }
  
  .block-categories .collapse-icons .add:hover,
  .block-categories .collapse-icons .remove:hover {
	color: #24b9d7
  }
  
  .block-categories .collapse-icons .remove {
	display: none
  }
  
  .block-categories .arrows .arrow-right,
  .block-categories .arrows .arrow-down {
	margin-left: 2px;
	font-size: .875rem;
	cursor: pointer
  }
  
  .block-categories .arrows .arrow-right:hover,
  .block-categories .arrows .arrow-down:hover {
	color: #24b9d7
  }
  
  .block-categories .arrows .arrow-down {
	display: none
  }
  
  .block-categories .arrows[aria-expanded="true"] .arrow-right {
	display: none
  }
  
  .block-categories .arrows[aria-expanded="true"] .arrow-down {
	display: inline-block
  }
  
  #subcategories {
	margin-bottom: 20px;
	border-top: 1px solid #f6f6f6
  }
  
  #subcategories .subcategory-heading {
	margin-bottom: 20px;
	font-weight: 500
  }
  
  #subcategories ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 0 0 -10px
  }
  
  #subcategories ul li {
	width: calc(100% / 4 - 20px);
	min-width: 200px;
	margin: 10px;
	text-align: center
  }
  
  #subcategories ul li .subcategory-image {
	padding: 0 0 8px
  }
  
  #subcategories ul li .subcategory-image a {
	display: block;
	padding: 9px;
	border: 1px solid #f6f6f6
  }
  
  #subcategories ul li .subcategory-image a img {
	max-width: 100%;
	vertical-align: top
  }
  
  #subcategories ul li .subcategory-name {
	text-transform: uppercase
  }
  
  #subcategories ul li .subcategory-name:hover {
	color: #24b9d7
  }
  
  #subcategories ul li .cat_desc {
	display: none
  }
  
  #subcategories ul li:hover .subcategory-image a {
	padding: 5px;
	border: 5px solid #24b9d7
  }
  .js-product-list-header .block-category{
	  color: #31383C;
	  font-size: 28px;
	  font-family: 'Poppins-Bold';
  }
  #category .category-top-block {
	background-color: #F7F7F7;
	padding: 15px 0px;
	box-shadow: inset 0px -5px 20px -4px #bdc6cb;
  }
  #category #category-description *{
	  color: #828282;
	  font-size: 13px;
  }
  #category .breadcrumb {
	margin-bottom: 40px;
	border-bottom: 1px solid #FFFFFF;
  }
  .pagination .col-md-4, #js-product-list div.hidden-md-up.text-xs-right, #js-product-list .pagination .next, #js-product-list .pagination .previous, .pagination .page-list li.next, .pagination .page-list li.previous{
	  display: inline-block;
  }
  .pagination, #content-wrapper .pagination .page-list {
	background: transparent;
  }
  #js-product-list .full-width{
	  width: 100vw;
	margin-left: -60vw;
	position: relative;
	left: 50%;
	overflow-x: hidden;
  }
  .pagination .col-md-6.offset-md-2.pr-0{
	  width: 100%;
	  padding: 30px 0;
	  margin: 0;
  }
  #js-product-list .pagination{
	box-shadow: inset 0px 0px 25px #bdc6cb;
  }
  .pagination .page-list li {
	position: relative;
	padding: 3px;
	}
  #js-product-list .pagination a:hover {
	  color: #E00209;
  }
  #js-product-list .pagination a {
	font-size: 14px;
	color: #30383B;
	text-decoration: none;
	font-weight: normal;
	font-family: 'Poppins-Bold';
  }
  #content-wrapper .pagination .page-list {
	text-align: center;
  }
  
  #parent-cat-content{
	  display: none;
  }
  
  #search_filters_wrapper  #parent-cat-content{
	  display: block;
  }
  
  .facet span.custom-checkbox {
	  border: 2px solid #DCDCDC;
	  width: 17px;
	  height: 17px;
	  cursor: pointer;
	  margin-right: 5px;
	}
	.facet .color-content span.custom-checkbox {
		display: none;
	}
  
  .facet span.custom-checkbox input {
	  display: none;
  }
  
  .facet-label .ps-shown-by-js {
	  display: none !important;
  }
  
  #search_filters .facet .facet-label a {
	  display: inline !important;
	  border: none !important;
	  position: relative;
	 }
  
  #search_filters .facet .facet-label {
	  border-bottom: 1px solid #E6E6E6;
	  display: flex;
	  margin-bottom: 10px !important;
	 }
  
  @media (max-width: 1024px){
	  #products .products {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	  }
	  #parent-cat-content{
		  display: none;
	  }
  
	  #search_filters_wrapper  #parent-cat-content{
		  display: block;
	  }
	  #category #search_filters .facet ul.collapse {
		  margin-bottom: 15px;
		  margin-top: -9px;
	  }
	  #search_filters .facet .facet-title svg {
	  width: 8px;
	  height: 5px;
	  float: right;
	  top: 8px;
	  position: relative;
	  transform: rotateX(180deg);
	  }
	  #category .wishlist-login, #category .wishlist-delete, #category .wishlist-create, #category .wishlist-add-to{
		  display: none;
	  }
	  .products-selection .filter-button{
		  display: none;
	  }
	  #category #left-column {
		display: none;
		width: 100%;
	  }
	  #category #left-column #search_filters_wrapper {
		margin-right: -30px;
		margin-left: -30px;
	  }
	  #category #left-column #search_filter_controls {
		margin-bottom: 1rem;
		text-align: center;
	  }
	  #category #left-column #search_filter_controls button {
		margin: 0 0.5rem;
	  }
	  #category #left-column #search_filters {
		padding: 0;
		margin-bottom: 20px;
		border-top: 1px solid #f6f6f6;
		box-shadow: none
	  }
	  #category #left-column #search_filters .ui-slider-horizontal {
		margin-bottom: 20px;
	  }
	  #category #left-column #search_filters .facet {
		padding-top: 0;
		border-bottom: 1px solid #f6f6f6;
	  }
	  #category #left-column #search_filters .facet .title {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		cursor: pointer;
	  }
	  #category #left-column #search_filters .facet .title .collapse-icons .remove {
		display: none;
	  }
	  #category #left-column #search_filters .facet .title[aria-expanded="true"] .collapse-icons .add {
		display: none;
	  }
	  #category #left-column #search_filters .facet .title[aria-expanded="true"] .collapse-icons .remove {
		display: block;
	  }
	  #category #left-column #search_filters .facet .facet-title {
		color: #232323;
		text-transform: uppercase;
	  }
	  #category #left-column #search_filters .facet .h6 {
		display: inline-block;
		padding: 1.25rem;
		margin-bottom: 0;
		width: 100%;
		font-size: 16px;
		color: #FFFFFF;
	  }
	  #search_filter_controls, #search_filters .facet .title .navbar-toggler{
		  display: none;
	  }
	  #category #left-column #search_filters .facet .navbar-toggler {
		display: none;
	  }
	  #category #left-column #search_filters .facet .collapse {
		display: none;
	  }
	  #category #left-column #search_filters .facet .collapse.in {
		display: block;
		margin: 15px 0;
		box-shadow: 0px 0px 10px -10px #bdc6cb;
	  }
	  #category #left-column #search_filters .facet .facet-label a {
		margin-top: 0;
		border: none;
	  }
	  #category #left-column #search_filters .facet ul {
		margin-bottom: 0;
	  }
	  #category #left-column #search_filters .facet ul li {
		padding: 1.25rem;
		border-top: 1px solid #f6f6f6;
	  }
	  #category #content-wrapper {
		width: 100%;
	  }
	  #category #search_filter_toggler {
		width: 100%;
	  }
	  .products-sort-order .select-title {
		margin-left: 0;
	  }
	  .products-selection h1 {
		padding-top: 0;
		margin-bottom: 1rem;
		text-align: center;
	  }
	  .products-selection .showing {
		padding-top: 1rem;
	  }
	  #prices-drop #content-wrapper,
	  #new-products #content-wrapper,
	  #best-sales #content-wrapper {
		width: 100%;
	  }
	  #subcategories ul {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	  }
	  .pagination .col-md-4, #js-product-list div.hidden-md-up.text-xs-right, #js-product-list .pagination .next, #js-product-list .pagination .previous, .pagination .page-list li.next, .pagination .page-list li.previous{
		  display: inline-block;
	  }
	  .pagination, #content-wrapper .pagination .page-list {
		  background: #F7F7F7;
	  }
	  .pagination .col-md-6.offset-md-2.pr-0{
		  width: 100%;
		  padding: 30px 0;
	  }
	  #js-product-list .pagination{
	  width: 100vw;
	  margin-left: -50vw;
	  left: 50%;
	  position: relative;
	  padding-right: var(--bs-gutter-x, 0.75rem);
	  padding-left: var(--bs-gutter-x, 0.75rem);
	  box-shadow: inset 0px 0px 25px #bdc6cb;
	  }
	  .pagination .page-list li {
		  position: relative;
		  padding: 15px;
	  }
	  #js-product-list .pagination a {
		  font-size: 14px;
		  color: #30383B;
		  text-decoration: none;
		font-weight: normal;
	  }
	  #content-wrapper .pagination .page-list {
	  text-align: center;
	  }
	  #js-product-list .full-width {
	  margin-left: -50vw;
	  }
	  #js-product-list-top .col-md-6:nth-child(2), #js-product-list-top .col-md-6:nth-child(2) .products-sort-order, #js-product-list-top .col-md-6:nth-child(2) .products-sort-order button{
		  width: 100%;
		  height: 54px;
		  margin: 0;
	  }
	  .products-sort-order button.select-title {
	  margin-right: 0;
	  margin-bottom: 0;
	  height: auto;
	  }
	  #category .products-sort-order .dropdown-menu {
		top: 48px;
		position: absolute;
		left: 15px;
		width: 96.3%;
	  }
	  #search_filters .facet ul {
	  box-shadow: 0px 0px 10px 0px #bdc6cb;
	  }
	  #search_filters .facet ul.faceted-slider {
	  padding: 30px;
	  }
	  .active_filters .active-filter-title {
	  width: 100%;
	  }
	  #search_filters .facet .facet-label a{
		  padding: 15px;
	  }
	  #search_filters .facet .color-content  .facet-label a {
	  padding: 0 15px;
	  }
	  #search_filters .facet ul.color-content {
	  padding-left: 15px;
	  }
	  #category .stock-information {
	  left: 0;
	  }
  }
  
  #category .breadcrumb ol {
	  padding-left: 15px;
  }

.facet span.custom-checkbox.active {
    border: 2px solid #31383C;
    background: url(https://www.enyes.es/img/categoria/check-gris.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 9px;
}

.faceted-slider input::-webkit-outer-spin-button,
.faceted-slider input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.faceted-slider input[type=number] {
	-moz-appearance: textfield;
}

.container-subcategory a:after {
    content: ">";
    display: block;
    width: 4px;
    height: 6px;
    position: absolute;
    top: 7px;
    right: 7px;
}

#parent-cat-content .row {
    margin-left: -22px;
    margin-right: -22px;
}

#js-product-list-top #parent-cat-content {
	display: block;
	margin-top: 0px;
	}
  

.facet.clearfix {
    border-radius: 4px;
    margin-bottom: 10px;
    transition: all 0.3s ease;
}

/* Clearfix mejorado */
.clearfix::after {
    content: "";
    display: table;
    clear: both;
}

/* Mejoras en .container-subcategory a */
.container-subcategory a {
    display: block;
    width: 100%;
    color: #48545B;
    text-decoration: none;
    font-size: 14px;
    position: relative;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 8px;
    padding-right: 24px;
    transition: all 0.25s ease;
    font-weight: 500;
    line-height: 1.3;
}

.container-subcategory a:hover {
    color: #ffffff;
    text-decoration: none;
    padding-left: 12px;
}
.container-subcategory a::after {
    content: '>';
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%) translateX(8px);
    opacity: 0;
    transition: all 0.25s ease;
    color: #48545B;
    font-size: 12px;
}
.container-subcategory:hover a::after {
    opacity: 1;
    color: #ffffff;
    transform: translateY(-50%) translateX(0);
}

.container-subcategory a:active {
    color: #f8f9fa;
}
  
/* Mejoras en .container-subcategory */
.container-subcategory {
    margin-bottom: 10px;
    padding-left: 7px;
    padding-right: 7px;
    border: 1px solid #48545B;
    border-radius: 3px;
    background: #fff;
    transition: all 0.25s ease;
    position: relative;
    overflow: hidden;
}

.container-subcategory::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, #48545B, #6c757d);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.25s ease;
}

.container-subcategory:hover {
    border-color: #6c757d;
    background: #48545B;
    transform: translateY(-1px);
    box-shadow: 0 3px 8px rgba(72, 84, 91, 0.2);
}

.container-subcategory:hover::before {
    transform: scaleX(1);
}

.container-subcategory:active {
    transform: translateY(0);
    box-shadow: 0 1px 3px rgba(72, 84, 91, 0.2);
}



.container-subcategory:hover a {
    color: white;
}

.products-selection .total-products{
	padding-top: 0 !important;
}

div#js-product-list-top {
    clear: both;
}

section#js-active-search-filters {
    margin-bottom: 12px;
}
  
  /*END GLOBALS*/
  
  /*DESKTOP*/

  @media (min-width: 1920px){
	#js-product-list .full-width {
		margin-left: -50vw;
		left: 33%;
	}
  }
  
  /*END DESKTOP*/
  
  /*MOBILE*/
  
  /*MEDIA QUERIES MOBILE*/
  @media (min-width: 576px) {
  
  }
  
  @media (min-width: 768px) {
  
  }
  
  @media (min-width: 992px) {
  
  }
  
  @media (max-width: 1199.98px) {
	.container-subcategory a {
		font-size: 10px;
	}
  }
  
  @media (max-width: 991.98px) {
	  #products .products {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	  }
		  #search_filters .facet .facet-title svg {
			  width: 8px;
			  height: 5px;
			  float: right;
			  top: 8px;
			  position: relative;
			  transform: rotateX(180deg);
		  }
		  #category .wishlist-login, #category .wishlist-delete, #category .wishlist-create, #category .wishlist-add-to{
			  display: none;
		  }
		  .products-selection .filter-button{
			  display: none;
		  }
		  #category #left-column {
			width: 100%;
		  }
		  #category #left-column #search_filters_wrapper {
			margin-right: -30px;
			margin-left: -30px;
		  }
		  #category #left-column #search_filter_controls {
			margin-bottom: 1rem;
			text-align: center;
		  }
		  #category #left-column #search_filter_controls button {
			margin: 0 0.5rem;
		  }
		  #category #left-column #search_filters {
			padding: 0;
			margin-bottom: 20px;
			border-top: 1px solid #f6f6f6;
			box-shadow: none
		  }
		  #category #left-column #search_filters .ui-slider-horizontal {
			margin-bottom: 20px;
		  }
		  #category #left-column #search_filters .facet {
			padding-top: 0;
			border-bottom: 1px solid #f6f6f6;
		  }
		  #category #left-column #search_filters .facet .title {
			-webkit-box-align: center;
			-ms-flex-align: center;
			align-items: center;
			cursor: pointer;
		  }
		  #category #left-column #search_filters .facet .title .collapse-icons .remove {
			display: none;
		  }
		  #category #left-column #search_filters .facet .title[aria-expanded="true"] .collapse-icons .add {
			display: none;
		  }
		  #category #left-column #search_filters .facet .title[aria-expanded="true"] .collapse-icons .remove {
			display: block;
		  }
		  #category #left-column #search_filters .facet .facet-title {
			color: #232323;
			text-transform: uppercase;
		  }
		  #category #left-column #search_filters .facet .h6 {
			display: inline-block;
			padding: 1.25rem;
			margin-bottom: 0;
			width: 100%;
			font-size: 16px;
			color: #FFFFFF;
		  }
  
		  #search_filter_controls, #search_filters .facet .title .navbar-toggler{
			  display: none;
		  }
		  #category #left-column #search_filters .facet .navbar-toggler {
			display: none;
		  }
		  #category #left-column #search_filters .facet .collapse {
			display: none;
		  }
		  #category #left-column #search_filters .facet .collapse.in {
			display: block;
			margin: 15px 0;
			box-shadow: 0px 0px 10px -10px #bdc6cb;
		  }
		  #category #left-column #search_filters .facet .facet-label a {
			margin-top: 0;
			border: none;
		  }
		  #category #left-column #search_filters .facet ul {
			margin-bottom: 0;
		  }
		  #category #left-column #search_filters .facet ul li {
			padding: 1.25rem;
			border-top: 1px solid #f6f6f6;
		  }
		  #category #content-wrapper {
			width: 100%;
		  }
		  #category #search_filter_toggler {
			width: 100%;
		  }
		  .products-sort-order .select-title {
			margin-left: 0;
		  }
		  .products-selection h1 {
			padding-top: 0;
			margin-bottom: 1rem;
			text-align: center;
		  }
		  .products-selection .showing {
			padding-top: 1rem;
		  }
		  #prices-drop #content-wrapper,
		  #new-products #content-wrapper,
		  #best-sales #content-wrapper {
			width: 100%;
		  }
		  #subcategories ul {
			-webkit-box-pack: center;
			-ms-flex-pack: center;
			justify-content: center;
		  }
		  .pagination .col-md-4, #js-product-list div.hidden-md-up.text-xs-right, #js-product-list .pagination .next, #js-product-list .pagination .previous, .pagination .page-list li.next, .pagination .page-list li.previous{
			  display: inline-block;
		  }
		  .pagination, #content-wrapper .pagination .page-list {
			  background: #F7F7F7;
		  }
		  .pagination .col-md-6.offset-md-2.pr-0{
			  width: 100%;
			  padding: 30px 0;
		  }
		  #js-product-list .pagination{
		  width: 100vw;
		  margin-left: -50vw;
		  left: 50%;
		  position: relative;
		  padding-right: var(--bs-gutter-x, 0.75rem);
		  padding-left: var(--bs-gutter-x, 0.75rem);
		  box-shadow: inset 0px 0px 25px #bdc6cb;
		  }
		  .pagination .page-list li {
			  position: relative;
			  padding: 15px;
		  }
		  #js-product-list .pagination a {
			  font-size: 14px;
			  color: #30383B;
			  text-decoration: none;
			font-weight: normal;
		  }
		  #content-wrapper .pagination .page-list {
			  text-align: center;
		  }
		  #js-product-list .full-width {
		  margin-left: -50vw;
		  }
		  #js-product-list-top .col-md-6:nth-child(2), #js-product-list-top .col-md-6:nth-child(2) .products-sort-order, #js-product-list-top .col-md-6:nth-child(2) .products-sort-order button{
			  width: 100%;
		  }
		  .products-sort-order button.select-title {
			  margin-right: 0;
			  margin-bottom: 0;
			  height: auto;
		  }
		  .products-sort-order .dropdown-menu {
		  top: 48px;
		  position: absolute;
		  left: 17px;
		  width: 96%;
		  }
		#products .product-title, .featured-products .product-title, .product-accessories .product-title, .product-miniature .product-title {
			margin-bottom: 30px !important;
		}
		.container-subcategory a {
			font-size: 14px;
		}
  }
  
  @media (max-width: 767.98px) {
	#category .products-sort-order .dropdown-menu {
		top: 48px;
		position: absolute;
		left: 10px;
		width: 97%;
	}
	#products .product-title, .featured-products .product-title, .product-accessories .product-title, .product-miniature .product-title {
		line-height: 15px;
	}
  
  }
  
  @media (max-width: 575.98px) {
	  .products-selection .filter-button {
		padding-left: 0;
	  }
	  #category #left-column #search_filters_wrapper {
		margin-right: -15px;
		margin-left: -15px;
	  }
	  #category .products-sort-order .dropdown-menu {
		top: 48px;
		position: absolute;
		left: 10px;
		width: 95%;
	}
	#category #content-wrapper{
		margin-top: 55px !important;
	}
  }
  
  @media (max-width: 479.98px) {
  
  }
  
  /*END MEDIA QUERIES MOBILE*/
  
  /*MEDIA QUERIES DESKTOP*/
  @media (min-width: 1200px) {
  
  }
  
  @media (min-width: 1400px) {
  
  }
  
  @media (max-width: 1399.98px) {
	.container-subcategory a{
		font-size: 12px;
	}
  }
  
  /*MEDIA QUERIES DESKTOP*/