/*GLOBALS*/
#products .products,
.featured-products .products,
.product-accessories .products,
.product-miniature .products {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

#products .product,
.featured-products .product,
.product-accessories .product,
.product-miniature .product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

#products .product-thumbnail,
.featured-products .product-thumbnail,
.product-accessories .product-thumbnail,
.product-miniature .product-thumbnail {
    display: block
}

#products .product-title a,
.featured-products .product-title a,
.product-accessories .product-title a,
.product-miniature .product-title a {
    font-size: 1rem;
    color: #30383B;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

#products .thumbnail-container,
.featured-products .thumbnail-container,
.product-accessories .thumbnail-container,
.product-miniature .thumbnail-container {
    position: relative;
    height: auto;
    margin-bottom: 1.563rem;
    overflow: hidden;
    background: #fff
}

#products .thumbnail-container:hover .highlighted-informations,
#products .thumbnail-container:focus .highlighted-informations,
.featured-products .thumbnail-container:hover .highlighted-informations,
.featured-products .thumbnail-container:focus .highlighted-informations,
.product-accessories .thumbnail-container:hover .highlighted-informations,
.product-accessories .thumbnail-container:focus .highlighted-informations,
.product-miniature .thumbnail-container:hover .highlighted-informations,
.product-miniature .thumbnail-container:focus .highlighted-informations {
    top: calc(250px - 4.4rem);
    bottom: 5.5rem
}

#products .thumbnail-container:hover .highlighted-informations::after,
#products .thumbnail-container:focus .highlighted-informations::after,
.featured-products .thumbnail-container:hover .highlighted-informations::after,
.featured-products .thumbnail-container:focus .highlighted-informations::after,
.product-accessories .thumbnail-container:hover .highlighted-informations::after,
.product-accessories .thumbnail-container:focus .highlighted-informations::after,
.product-miniature .thumbnail-container:hover .highlighted-informations::after,
.product-miniature .thumbnail-container:focus .highlighted-informations::after {
    opacity: 1
}

#products .thumbnail-container:hover .highlighted-informations.no-variants,
#products .thumbnail-container:focus .highlighted-informations.no-variants,
.featured-products .thumbnail-container:hover .highlighted-informations.no-variants,
.featured-products .thumbnail-container:focus .highlighted-informations.no-variants,
.product-accessories .thumbnail-container:hover .highlighted-informations.no-variants,
.product-accessories .thumbnail-container:focus .highlighted-informations.no-variants,
.product-miniature .thumbnail-container:hover .highlighted-informations.no-variants,
.product-miniature .thumbnail-container:focus .highlighted-informations.no-variants {
    top: calc(250px - 2.5rem);
    bottom: 2.2rem
}

#products .thumbnail-container .product-thumbnail,
.featured-products .thumbnail-container .product-thumbnail,
.product-accessories .thumbnail-container .product-thumbnail,
.product-miniature .thumbnail-container .product-thumbnail {
    position: relative;
    height: calc(100% - 4.375rem)
}

#products .thumbnail-container .product-thumbnail img,
.featured-products .thumbnail-container .product-thumbnail img,
.product-accessories .thumbnail-container .product-thumbnail img,
.product-miniature .thumbnail-container .product-thumbnail img {
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    width: 100%;
}

#products .products-section-title,
.featured-products .products-section-title,
.product-accessories .products-section-title,
.product-miniature .products-section-title {
    margin: 2.5rem 0;
    font-weight: 500;
    text-align: center
}

#products .product-title,
.featured-products .product-title,
.product-accessories .product-title,
.product-miniature .product-title {
    margin-bottom: 5%;
    text-align: center;
    text-transform: capitalize
}

#products .product-price-and-shipping,
.featured-products .product-price-and-shipping,
.product-accessories .product-price-and-shipping,
.product-miniature .product-price-and-shipping {
    font-weight: 700;
    color: #232323;
    text-align: center
}

#products .product-price-and-shipping .discount-product,
.featured-products .product-price-and-shipping .discount-product,
.product-accessories .product-price-and-shipping .discount-product,
.product-miniature .product-price-and-shipping .discount-product {
    display: none
}

#products .variant-links,
.featured-products .variant-links,
.product-accessories .variant-links,
.product-miniature .variant-links {
    position: relative;
    top: -0.25em;
    width: 100%;
    min-height: 2.5rem;
    padding-top: 0.1875rem;
    text-align: center;
    background: #fff
}

#products .highlighted-informations,
.featured-products .highlighted-informations,
.product-accessories .highlighted-informations,
.product-miniature .highlighted-informations {
    position: absolute;
    top: 250px;
    bottom: 1.25rem;
    z-index: 2;
    width: 250px;
    height: auto;
    padding-top: 0.625rem;
    text-align: center;
    background: #fff;
    transition: top 0.3s, bottom 0.3s
}

#products .highlighted-informations .quick-view,
.featured-products .highlighted-informations .quick-view,
.product-accessories .highlighted-informations .quick-view,
.product-miniature .highlighted-informations .quick-view {
    font-size: 1rem;
    color: #7a7a7a
}

#products .highlighted-informations .quick-view:hover,
.featured-products .highlighted-informations .quick-view:hover,
.product-accessories .highlighted-informations .quick-view:hover,
.product-miniature .highlighted-informations .quick-view:hover {
    color: #24b9d7
}

#products .product-description,
.featured-products .product-description,
.product-accessories .product-description,
.product-miniature .product-description {
    position: relative;
    bottom: 0;
    z-index: 3;
    height: auto;
    padding: 0.25rem;
    padding-bottom: 0.7rem;
    overflow: hidden;
    background: #fff
}

#products .product-miniature .product-flags li.product-flag,
.featured-products .product-miniature .product-flags li.product-flag,
.product-accessories .product-miniature .product-flags li.product-flag,
.product-miniature .product-miniature .product-flags li.product-flag {
    min-width: 3.125rem;
    min-height: 1.875rem;
    font-weight: 600
}

#products .product-miniature .product-flags li.product-flag.online-only,
.featured-products .product-miniature .product-flags li.product-flag.online-only,
.product-accessories .product-miniature .product-flags li.product-flag.online-only,
.product-miniature .product-miniature .product-flags li.product-flag.online-only {
    top: 13.1rem
}

#products .comments_note,
.featured-products .comments_note,
.product-accessories .comments_note,
.product-miniature .comments_note {
    color: #7a7a7a;
    text-align: center
}

#products .regular-price,
.featured-products .regular-price,
.product-accessories .regular-price,
.product-miniature .regular-price {
    display: inline-block;
    font-size: .875rem;
    color: #7a7a7a;
    text-decoration: line-through
}

#products .count,
.featured-products .count,
.product-accessories .count,
.product-miniature .count {
    position: relative;
    bottom: 0.5rem;
    font-weight: 700;
    color: #7a7a7a
}

#products .all-product-link,
.featured-products .all-product-link,
.product-accessories .all-product-link,
.product-miniature .all-product-link {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    clear: both;
    font-weight: 500;
    color: #7a7a7a
}

.lang-rtl #products .all-product-link .material-icons,
.lang-rtl .featured-products .all-product-link .material-icons,
.lang-rtl .product-accessories .all-product-link .material-icons,
.lang-rtl .product-miniature .all-product-link .material-icons {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

#products {
    color: #7a7a7a
}

#products .products-select {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

#products .up {
    margin-bottom: 1rem
}

#products .up .btn-secondary,
#products .up .btn-tertiary {
    color: #7a7a7a;
    text-transform: inherit
}

#products .up .btn-secondary .material-icons,
#products .up .btn-tertiary .material-icons {
    margin-right: 0
}

.products-selection .sort-by-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.products-selection .sort-by {
    margin-right: -0.9375rem;
    margin-left: 0.9375rem;
    text-align: right;
    word-break: break-word;
    white-space: normal
}

.products-selection .total-products {
    padding-top: 0.625rem
}

.products-selection h1 {
    padding-top: 0.625rem
}

.products-selection p,
.products-selection .page-content.page-cms ul,
.page-content.page-cms .products-selection ul,
.products-selection p .sort-by,
.products-selection .page-content.page-cms ul .sort-by,
.page-content.page-cms .products-selection ul .sort-by,
.products-selection p .select-title,
.products-selection .page-content.page-cms ul .select-title,
.page-content.page-cms .products-selection ul .select-title,
.products-selection .sort-by-row,
.products-selection .sort-by-row .sort-by,
.products-selection .sort-by-row .select-title {
    font-size: 0.875rem
}

.products-selection p i,
.products-selection .page-content.page-cms ul i,
.page-content.page-cms .products-selection ul i,
.products-selection p .sort-by i,
.products-selection .page-content.page-cms ul .sort-by i,
.page-content.page-cms .products-selection ul .sort-by i,
.products-selection p .select-title i,
.products-selection .page-content.page-cms ul .select-title i,
.page-content.page-cms .products-selection ul .select-title i,
.products-selection .sort-by-row i,
.products-selection .sort-by-row .sort-by i,
.products-selection .sort-by-row .select-title i {
    height: inherit;
    line-height: inherit
}

.products-selection .filter-button .btn-secondary,
.products-selection .filter-button .btn-tertiary {
    padding: 0.75rem 0.5rem 0.6875rem
}

.products-sort-order,
.brands-sort,
.suppliers-sort {
    color: #7a7a7a
	position: relative;
}

.sort-by .sort-label {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    color: #495057;
    margin-bottom: 0;
    font-size: 14px;
}

.sort-by .sort-label i {
    color: #007bff;
}

.products-sort-order .select-title,
.brands-sort .select-title,
.suppliers-sort .select-title {
	display: inline-block;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-width: 220px;
    padding: 12px 20px;
    font-size: 14px;
    font-weight: 500;
    color: #495057;
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    border: 2px solid #e9ecef;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}


.products-sort-order .select-title::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.6), transparent);
    transition: left 0.5s ease;
}

.products-sort-order .select-title:hover::before {
    left: 100%;
}

.products-sort-order .select-title:hover,
.brands-sort .select-title:hover,
.suppliers-sort .select-title:hover {
    border-color: #007bff;
    box-shadow: 0 6px 25px rgba(0, 123, 255, 0.15);
    transform: translateY(-2px);
}

.products-sort-order .select-title:focus {
    outline: none;
    border-color: #007bff;
    box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.1);
}

.products-sort-order .select-title.show {
    border-color: #007bff;
    box-shadow: 0 6px 25px rgba(0, 123, 255, 0.15);
}

/* Flecha del dropdown */
.dropdown-arrow {
    display: flex;
    align-items: center;
    margin-left: 12px;
}

.arrow-icon {
    width: 12px;
    height: 12px;
    fill: #6c757d;
    transition: all 0.3s ease;
}

.products-sort-order .select-title:hover .arrow-icon {
    fill: #007bff;
    transform: translateY(1px);
}

.products-sort-order .select-title.show .arrow-icon {
    transform: rotate(180deg);
    fill: #007bff;
}

.products-sort-order .select-list,
.brands-sort .select-list,
.suppliers-sort .select-list {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 20px;
    color: #495057;
    text-decoration: none;
    transition: all 0.2s ease;
    position: relative;
    border-left: 3px solid transparent;
}


.products-sort-order .select-list:hover,
.brands-sort .select-list:hover,
.suppliers-sort .select-list:hover {
    background: linear-gradient(135deg, #f8f9ff 0%, #e3f2fd 100%);
    color: #007bff;
    text-decoration: none;
    border-left-color: #007bff;
    transform: translateX(4px);
}

.products-sort-order .select-list.current,
.brands-sort .select-list.current,
.suppliers-sort .select-list.current {
    background: linear-gradient(135deg, #e3f2fd 0%, #bbdefb 100%);
    color: #0056b3;
    font-weight: 600;
    border-left-color: #007bff;
}
.products-sort-order .dropdown-menu,
.brands-sort .dropdown-menu,
.suppliers-sort .dropdown-menu {
    right: 0;
    width: 100%;
    min-width: 280px;
    margin: 8px 0 0 0;
    padding: 8px 0;
    background: #ffffff;
    border: 1px solid #e9ecef;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.12);
    animation: dropdownFadeIn 0.3s ease-out;
}

@keyframes dropdownFadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Header del dropdown */
.dropdown-header {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 20px 8px;
    font-size: 12px;
    font-weight: 600;
    color: #6c757d;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-bottom: 1px solid #f1f3f4;
    margin-bottom: 4px;
}

.dropdown-header i {
    color: #007bff;
}


/* Iconos de las opciones */
.option-icon {
    flex-shrink: 0;
    width: 16px;
    display: flex;
    justify-content: center;
}

.option-icon i {
    font-size: 12px;
    color: #6c757d;
}

.select-list:hover .option-icon i,
.select-list.current .option-icon i {
    color: #007bff;
}

/* Texto de la opción */
.option-text {
    flex-grow: 1;
    font-size: 14px;
}

/* Badge "Actual" */
.current-badge {
    background: #007bff;
    color: white;
    font-size: 10px;
    font-weight: 600;
    padding: 2px 8px;
    border-radius: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}



.facet-dropdown {
    box-sizing: border-box;
    padding-right: 0;
    padding-left: 0;
    color: #7a7a7a;
    background: #f6f6f6;
    border: 3px solid transparent;
    box-shadow: 1px 1px 1px 1px #f6f6f6
}

.facet-dropdown.open {
    border: 0
}

.facet-dropdown.open > .select-title {
    background: #f6f6f6;
    border: 3px solid #24b9d7
}

.facet-dropdown .select-title {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: .625rem .625rem .625rem 1.25rem;
    margin-left: 0;
    color: #232323;
    cursor: pointer;
    background: #f6f6f6
}

.facet-dropdown .select-title > i {
    margin-left: auto
}

.facet-dropdown .select-list {
    display: block;
    padding: .625rem 1.25rem;
    color: #232323;
    background: #f6f6f6
}

.facet-dropdown .select-list:hover {
    color: #fff;
    text-decoration: none;
    background: #24b9d7
}

.facet-dropdown .dropdown-menu {
    left: auto;
    width: 100%;
    padding: 0;
    margin-top: 3px;
    background: #f6f6f6;
    border: none;
    box-shadow: 1px 1px 1px 1px #f6f6f6
}

#search_filters,
#search_filters_brands,
#search_filters_suppliers {
    padding: 0;
    margin-bottom: 1.563rem;
    background: #fff
}

#search_filters > .h6,
#search_filters_brands > .h6,
#search_filters_suppliers > .h6 {
    font-size: 1.5rem;
    font-weight: 500
}

#search_filters .facet .collapse,
#search_filters_brands .facet .collapse,
#search_filters_suppliers .facet .collapse {
    display: block;
    opacity: 1;
}

#search_filters .facet .facet-title,
#search_filters_brands .facet .facet-title,
#search_filters_suppliers .facet .facet-title {
    margin-bottom: 15px;
    background-color: #48545B;
    color: #ffffff;
    font-size: 16px;
    /*font-family: 'Poppins-Bold';*/
    padding: 12px 30px;
    cursor: pointer;
    text-transform: uppercase;
}

#search_filters .facet .facet-title:after {
    content: '';
}

#search_filters .facet .facet-title svg {
    width: 8px;
    height: 5px;
    float: right;
    top: 8px;
    position: relative;
    transform: rotateX(180deg);
}

#search_filters .facet .facet-title.closed svg {
    transform: rotateX(0deg);
}

#search_filters .facet .facet-title svg .cls-1 {
    fill: #FFFFFF;
}

#search_filters .facet .facet-label.active a {
    font-family: 'Poppins-Bold';
}

section .facet .ui-widget-content {
    border: none;
    position: relative;
}

#search_filters .facet ul {
    display: none;
    opacity: 0;
    transition: all .3s linear;
    padding: 0;
    margin-bottom: 35px;
}

#search_filters .facet ul.color-content {
    margin-bottom: 65px;
}

#search_filters .facet .facet-label .color svg {
  width: 12px;
  height: 8px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  pointer-events: none;
  z-index: 2;
}

/* Mostrar SVG cuando el color está activo */
#search_filters .facet .facet-label.active .color svg {
  display: block;
}

/* Color del tick en fondo blanco (white swatch) */
#search_filters .facet .facet-label .color.white-color svg .cls-1 {
  fill: #31383c; /* Oscuro para contraste */
}

/* Color por defecto del tick */
#search_filters .facet .facet-label .color svg .cls-1 {
  fill: #ffffff; /* Blanco por defecto */
}

#search_filters .facet .facet-label,
#search_filters_brands .facet .facet-label,
#search_filters_suppliers .facet .facet-label {
    margin-bottom: 0;
    width: 100%;
}

#search_filters .facet .color-content .facet-label {
    width: auto;
    float: left;
    border: none;
}

#search_filters .facet .color-content .facet-label a {
    border: none;
}

#search_filters .facet .facet-label a, #search_filters_brands .facet .facet-label a, #search_filters_suppliers .facet .facet-label a {
    display: inline-block;
    font-size: 13px;
    color: #31383C;
    text-decoration: none;
    padding-right: 9px;
    padding-bottom: 5px;
    border-bottom: 1px solid #E6E6E6;
    width: 100%;
}

#search_filters .facet .facet-label .color {
  margin-left: 0;
  width: 26px;
  height: 26px;
  display: inline-block;
  border-radius: 50%;
  border: 1px solid #D2D2D2;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
  transition: all 0.2s ease;
  cursor: pointer;
  vertical-align: middle;
  position: relative;
}

#search_filters .facet .facet-label .color:hover,
#search_filters .facet .facet-label .color:focus {
  border-color: #888;
  box-shadow: 0 0 0 2px rgba(100, 100, 100, 0.3);
}

#search_filters .facet .facet-label .color.selected {
  outline: 2px solid #000;
  outline-offset: 2px;
}

#search_filters .facet .facet-label .color::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  background: white;
  border-radius: 50%;
  display: none;
}

#search_filters .facet .facet-label .color.selected::after {
  display: block;
}

#search_filters .facet .facet-label.active .color {

}

#search_filters .facet .facet-label a .magnitude {
    display: none;
}

#search_filters_brands .facet,
#search_filters_suppliers .facet {
    padding-top: 0
}

#search_filters_brands .facet .facet-label,
#search_filters_suppliers .facet .facet-label {
    margin-bottom: 0.3125rem
}

.pagination {
    width: 100%;
    font-size: 0.875rem;
    display: block;
    padding-top: 15px;
    padding-bottom: 35px;
    -webkit-box-shadow: inset 0px 3px 25px 0px #bdc6cb;
    -moz-box-shadow: inset 0px 3px 25px 0px #bdc6cb;
    box-shadow: inset 0px 3px 25px 0px #bdc6cb;
}

.pagination > div:first-child {
    padding-left: 0;
    line-height: 2.5rem
}

.pagination .page-list {
    padding: 0.375rem;
    margin-bottom: 0;
    /* background: #fff; */
    text-align: center;
}

.pagination .page-list li {
    display: inline;
    margin: 6px;
}

.pagination a {
    color: #30383B;
    font-size: 14px;
    text-decoration: none;
    font-family: Poppins;
    display: inline-block;
    text-align: center;
    padding-left: 13px;
    padding-right: 13px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.pagination a:not(.previous):not(.next) {
    letter-spacing: 0.125rem
}

/*.pagination .previous {
}
.pagination .next {
}*/

.pagination .disabled {
    /* color: #7a7a7a; */
}

.pagination .current a {
    /* font-size: 1.25rem; */
    /* color: #24b9d7; */
    font-family: Poppins-Bold;
    text-decoration: none;
    background: white;
    -moz-box-shadow: 0px 0px 10px 0px #bdc6cb;
    box-shadow: 0px 0px 10px 0px #BDC6CB;
    max-height: 36px;
    line-height: 16px;
}

.active_filters .active-filter-title {
    display: inline;
    color: #31383C;
    font-family: 'Poppins-Bold';
    text-transform: uppercase;
    font-size: 13px;
}

.products-selection .sort-by-row .select-title svg {
    width: 8px;
    height: 5px;
    float: right;
    top: 50%;
    right: 25px;
    fill: #48545B;
    position: absolute;
    transform: translateY(-50%);
}

.products-sort-order .dropdown-menu {
    font-size: 12px;
    box-shadow: 0px 2px 20px 0px #48545b;
    top: 45px;
}

.products-sort-order .dropdown-menu a {
    padding: 0;
}

.products-sort-order .dropdown-menu a:hover {
    background-color: #D5D7D7;
}

.products-sort-order .dropdown-menu a {
    padding: 7px 15px;
    text-decoration: none;
    color: #30383B;
    font-family: 'Poppins-Bold';
}

.active_filters ul {
    display: inline
}

.active_filters .filter-block {
    display: inline-block;
    padding: 0.625rem 20px;
    margin-right: .625rem;
    margin-bottom: .625rem;
    font-size: 13px;
    height: 39.5px;
    color: #48545B;
    background: #fff;
    box-shadow: 0px 0px 10px 2px #bdc6cb;
    min-width: 150px;
}

#js-active-search-filters {
    width: 66.6666%;
    float: left;
}

#js-product-list-top .total-products p, #js-product-list-top .sort-by p, #js-product-list-top .showing, #left-column .block-categories, #search_filters #_desktop_search_filters_clear_all, #search_filters .text-uppercase.h6.hidden-sm-down {
    display: none;
}

#category .products-sort-order .select-title {
    position: relative;
    padding: 12px 20px;
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    color: #495057;
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    box-shadow: 0 4px 20px rgba(189, 198, 203, 0.3);
    height: auto;
    min-height: 48px;
    width: initial;
    min-width: 240px;
    float: right;
    border: 2px solid #e9ecef;
    border-radius: 8px;
}
#category .products-sort-order .select-title:hover {
    box-shadow: 0 6px 30px rgba(189, 198, 203, 0.4);
}

.facet-label .ps-shown-by-js {
    display: none !important;
}

#search_filters ul li {
    list-style: none;
}

.products-selection .sort-by-row .select-title i {
    top: -6px;
    position: relative;
    right: -30px;
}

#js-active-search-filters .h6.hidden-xs-up {
    display: block !important;
}


.active_filters .filter-block .close {
    margin-top: 0.1875rem;
    margin-left: 0.3125rem;
    font-size: .9375rem;
    color: #232323;
    opacity: 1
}

.product-line-grid-left img {
    max-width: 100%
}

.product-line-grid-body > .product-line-info > .label {
    padding: 0;
    font-weight: 600;
    line-height: inherit;
    text-align: left;
    white-space: inherit
}

.product-line-grid-body > .product-line-info > .out-of-stock {
    color: #f00
}

.product-line-grid-body > .product-line-info > .available {
    color: #4cbb6c
}

.product-line-grid-body > .product-line-info > .unit-price-cart {
    padding-left: 0.3125rem;
    font-size: 0.875rem;
    color: #7a7a7a
}

#search_filters .ui-state-default, .ui-widget-content .ui-state-default {
    background: #48545B;
    width: 5px;
    height: 18px;
    display: block;
    position: absolute;
    top: -8px;
    border-radius: 5px;
}

.product-line-grid-right .cart-line-product-actions,
.product-line-grid-right .product-price {
    line-height: 36px;
    color: #232323
}

.product-line-grid-right .cart-line-product-actions .remove-from-cart,
.product-line-grid-right .product-price .remove-from-cart {
    display: inline-block;
    margin-top: 0.3125rem;
    color: #232323
}

#products #main .page-header,
#pagenotfound #main .page-header {
    margin: 2rem 0 3rem
}

#products #main .page-content,
#pagenotfound #main .page-content {
    margin-bottom: 10rem
}

#products .page-not-found,
#pagenotfound .page-not-found {
    max-width: 570px;
    padding: 1rem;
    padding-left: 0;
    padding-right: 0;
    overflow: auto;
    font-size: .875rem;
    color: #7a7a7a;
    background: #fff;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

#products .page-not-found h4,
#pagenotfound .page-not-found h4 {
    margin: 0.5rem 0 1rem;
    font-size: 1rem;
    font-weight: 700;
    color: #212529;
    font-family: 'Poppins-Bold';
    text-transform: uppercase;
}

#products .page-not-found .search-widget,
#pagenotfound .page-not-found .search-widget {
    float: none
}

#products .page-not-found .search-widget input,
#pagenotfound .page-not-found .search-widget input {
    width: 100%
}

.wishlist-modal {
    display: block;
    opacity: 0;
    pointer-events: none;
    z-index: 0
}

.wishlist-modal.show {
    opacity: 1;
    pointer-events: all;
    z-index: 1051
}

.wishlist-modal.show + .modal-backdrop {
    pointer-events: all
}

.wishlist-modal .close {
    font-weight: 400;
    color: #7a7a7a;
    opacity: 1;
    font-size: 2.25rem
}

.wishlist-modal .close:hover {
    opacity: 0.6
}

.wishlist-modal .modal-header {
    padding: 0.625rem 1.875rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: none
}

.wishlist-modal .modal-header h5 {
    color: #232323;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 30px
}

.wishlist-modal .modal-header::after {
    content: none
}

.wishlist-modal .modal-text {
    color: #232323;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 19px
}

.wishlist-modal .modal-body {
    padding: 15px 30px
}

.wishlist-modal .modal-body .form-group {
    margin-bottom: 0
}

.wishlist-modal .modal-body .form-group .form-control {
    border-radius: 0;
    background: none;
    color: black
}

.wishlist-modal .modal-content {
    width: 100%
}

.wishlist-modal .modal-cancel {
    background: #dddddd;
    margin-right: 10px
}

.wishlist-modal .modal-cancel:hover {
    opacity: 0.7
}

.wishlist-modal .modal-footer {
    padding: 12px 30px;
    border: none;
    padding-bottom: 30px
}

.wishlist-modal .modal-footer .btn {
    text-transform: none
}

.wishlist-modal .modal-backdrop {
    pointer-events: none
}

.wishlist-modal .modal-backdrop.in {
    pointer-events: all
}

.wishlist-modal + .modal-backdrop {
    pointer-events: none
}

.wishlist-modal + .modal-backdrop.in {
    pointer-events: all
}

.products article .wishlist-button-add {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10
}

.wishlist-footer-links {
    margin-bottom: 50px
}

.wishlist-footer-links > a {
    color: #2fb5d2;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 19px
}

.wishlist-footer-links > a:not(:first-child) {
    margin-left: 20px
}

.wishlist-footer-links > a i {
    font-size: 20px;
    margin-right: 4px;
    vertical-align: middle
}

.combinations-values {
    background-color: #F7F7F7;
    height: 90px;
}

.combinations-values .color {
    width: 22px;
    height: 22px;
    display: inline-block;
    border-radius: 15px;
    border: 1px solid #D2D2D2;
    position: relative;
    vertical-align: text-bottom;
    margin: 3px 0;
    background-position: 20px 0 !important;
}

.product-flags.js-product-flags {
    display: none;
}

#category #left-column, #category #content-wrapper {
    margin-top: 40px;
}

article.product-miniature.js-product-miniature {
    width: 100%;
    margin: 0 auto;
}

.stock-information {
    display: block;
    text-align: center;
    color: #48545B;
    font-size: 0.75rem;
    position: relative;
	  padding-bottom: 0.438rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.ui-slider-range.ui-widget-header.ui-corner-all {
    height: 3px;
    background: #E6E6E6;
    width: 100% !important;
}

#search_filters .faceted-slider li div span {
    color: #48545B;
    font-size: 12px;
    display: block;
}

#search_filters .faceted-slider li div input {
    width: 92px;
    color: #30383B;
    font-size: 14px;
    font-family: 'Poppins-Bold';
    padding-left: 10px;
    border: 1px solid #E6E6E6;
}

.color-container {
    width: fit-content !important;
    position: relative !important;
    margin: 0 auto !important;
    margin-bottom: 5px;
    height: 40px !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
    line-height: 50px;
}

#search_filters .faceted-slider li div input::placeholder {
    color: #30383B;
    font-size: 14px;
    font-family: 'Poppins-Bold';
}

.hide {
    display: none;
}

.footer-product-container .featured-products h2 {
    font-size: 28px;
    font-family: 'Poppins-Bold';
    text-align: center;
    color: #31383C;
    margin-bottom: 40px;
}

.products-sort-order .select-title {
    font-family: 'Poppins-Bold';
}

#search_filters {
    margin-bottom: 15px;
}

.pagination .page-list li.next, .pagination .page-list li.previous {
    display: none;
}

.pagination a:hover {
    color: #E00209;
    font-family: 'Poppins-Bold';
}

.page-not-found div#search_widget {
    float: none;
    padding-left: 5px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
    position: relative;
    /* left: 10px; */
}

.page-not-found .col-md-8 {
    padding: 0;
    width: 100%;
}

.page-not-found i.material-icons.search {
    display: none;
}

.page-not-found p {
    margin-bottom: 0px;
}

.page-not-found #search_widget form {
    display: flex;
    justify-content: center;
}

@media (max-width: 1024px) {
    #products .product-title a, .featured-products .product-title a, .product-accessories .product-title a, .product-miniature .product-title a {
        font-size: 13px;
    }

    #search_filters .facet {
        background: #f7f7f7;
    }

    #search_filters .facet .facet-label a {
        background: #ffffff;
    }

    #search_filters .facet .facet-title, #search_filters_brands .facet .facet-title, #search_filters_suppliers .facet .facet-title {
        border-radius: 4px;
    }

    #search_filters .facet .facet-title {
        height: 54px;
        line-height: 32px;
    }

    #search_filters .facet .facet-title svg {
        top: 18px;
    }

    #search_filters .facet .facet-label a {
        padding-left: 30px;
        padding-bottom: 20px;
        padding-top: 20px;
    }

    #category #search_filters .facet ul {
        margin: 0;
    }

    #search_filters .facet ul.color-content.collapse {
        margin-bottom: 15px !important;
        display: flex;
        background: #FFFFFF;
        padding-top: 5px;
    }

    .facet span.custom-checkbox {
        margin-top: 20px;
        margin-left: 30px;
    }

    #search_filters .facet .facet-label {
        background: #FFFFFF;
        margin-bottom: 0 !important;
    }

    #js-active-search-filters {
        width: 100%;
    }

    div#js-product-list-top {
        margin-bottom: 20px;
    }

    #search_filters .facet .color-content .facet-label a {
        padding-left: 0;
        padding-right: 15px;
        height: 42px;
    }
}


/*END NO PRODUCTS*/

/*REVI*/


/*END REVI*/

/*BRANDS*/


/*END BRANDS*/

h2.h3.product-title {
    height: 69px;
}

/*END GLOBALS*/

/*DESKTOP*/

/*END DESKTOP*/

/*MOBILE*/

/*MEDIA QUERIES MOBILE*/
@media (min-width: 576px) {

}

@media (min-width: 768px) {

}

@media (min-width: 992px) {

}

@media (max-width: 1199.98px) {
    .combinations-values {
        height: 108px;
    }
}

@media (max-width: 991.98px) {
    .featured-products .products {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    #category #wrapper .row {
        clear: both;
    }

    #search_filters .facet ul.color-content.collapse {
        padding-top: 20px;
        padding-bottom: 15px;
        padding-left: 30px;
        padding-right: 30px;
    }

    #search_filters .facet ul.color-content.collapse {
        width: 100%;
        display: inline-block;
    }

    .active_filters .filter-block {
        height: 45px;
        line-height: 25px;
        margin-right: 25px;
    }

    .active_filters .filter-block .close {
        top: 2px;
        position: relative;
    }

    #js-active-search-filters.active_filters ul {
        display: block;
        padding: 0;
        margin-top: 18px;
    }

    h2.h3.product-title {
        max-height: 32px;
        overflow: hidden;
    }
}

@media (max-width: 767.98px) {
    #search_filters .facet .facet-label a {
        padding-left: 30px;
        padding-bottom: 20px;
        padding-top: 20px;
    }

    #search_filters .facet ul {
        background: #ffffff;
        box-shadow: 0px 0px 5px 0px #bdc6cb;
    }

    #search_filters .facet {
        background: #f7f7f7;
    }

    #search_filters .facet .faceted-slider {
        padding: 30px 15px;
    }

    #search_filters .facet .faceted-slider {
        padding: 30px 15px;
    }

    .products-sort-order {
        width: 100%;
        padding: 0 10px;
    }

    .category-top-block .container div.hidden-sm-down:nth-child(4) {
        display: block !important;
        float: left;
        width: 100%;
    }

    #js-active-search-filters .active-filter-title {
        float: left;
    }

    .active_filters .filter-block {
        padding: 0.625rem 10px;
        margin-bottom: 25px;
        margin-right: 20px;
        height: 55px;
        line-height: 35px;
        font-size: 12px;
    }

    div#js-product-list-top {
        margin-bottom: 20px;
    }

    .active_filters .filter-block .close {
        top: 7px;
        position: relative;
    }

    #js-active-search-filters.active_filters ul {
        display: inline;
        float: left;
        padding: 0;
        margin-top: 8px;
    }

    #js-product-list .full-width {
        margin-left: -50vw;
    }

    #js-product-list-top div#search_filters_wrapper {
        display: none !important;
    }

    .facet span.custom-checkbox {
        margin-top: 20px;
        margin-left: 30px;
    }

    #search_filters .facet .color-content .facet-label a {
        padding-left: 0;
        padding-right: 15px;
        height: 42px;
    }

    #search_filters .facet .facet-title {
        height: 60px;
        line-height: 38px;
    }

    #search_filters .facet .facet-title svg {
        top: 18px;
    }

    section#products {
        margin-top: 30px;
    }

.products-sort-order .select-title {
        min-width: 180px;
        padding: 10px 16px;
        font-size: 13px;
    }
    
    .products-sort-order .dropdown-menu {
        min-width: 200px;
    }
    
    #category .products-sort-order .select-title {
        float: none;
        width: 100%;
        margin-right: 0;
    }

    /*END NO PRODUCTS*/
}

@media (max-width: 619.98px) {

}

@media (max-width: 575.98px) {
    h2.h3.product-title {
        max-height: 38px;
    }
.sort-by {
        display: none !important;
    }
    
    .products-sort-order .select-title {
        min-width: 160px;
        padding: 8px 12px;
    }
    /*END NO PRODUCTS*/
}

@media (max-width: 419.98px) {

}

/*END MEDIA QUERIES MOBILE*/

/*MEDIA QUERIES DESKTOP*/
@media (min-width: 1024px) {
    .active_filters .filter-block {
        height: 35px;
        line-height: 15px;
    }

    i.material-icons.close {
        position: relative;
        top: -3px;
    }

    .active_filters ul {
        padding-left: 10px;
    }
}

@media (min-width: 1200px) {

}

@media (min-width: 1400px) {

}

@media (max-width: 1399.98px) {

}

/*MEDIA QUERIES DESKTOP*/