.chip {
    display: inline-block;
    padding: 0 12px;
    height: 25px;
    font-size: 12px;
    line-height: 25px;
    border-radius: 25px;
    background-color: #192c55;
    color: #fff;
    font-weight: 500;
}

.chip-closebtn {
    padding-left: 10px;
    color: #fff;
    font-weight: 500;
    float: right;
    font-size: 20px;
    cursor: pointer;
    position: relative;
    top: 1px;
}

.chip-closebtn:hover {
    color: #fff;
}

#filterHead .filter-text {
    font-size: 0.9em;
}

#filterHead .clear-all-filters {
    font-size: 0.8em;
    font-weight: 500;
}

/* Top Matched Categories */

@media (min-width: 1200px) {
    .search .container {
        max-width: 1326px;
    }
}

#topMatchedCategories .category-card {
    border: 1px solid var(--gray-3-color);
    border-radius: 5px;
    padding: 0.5rem 1rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

#topMatchedCategories .category-card:hover {
    border: 1px solid var(--orange-color);
    /* box-shadow: 4px 4px 5px 0px #00000045; */
}

#topMatchedCategories .category-card .category-name {
    font-size: 0.8em;
    font-weight: bold;
    color: var(--blue-color);
    width: 75%;
}

#topMatchedCategories .category-card .category-image {
    width: 25%;
}

#topMatchedCategories .category-card .category-image img {
    height: 60px;
    width: 60px;
}

/* Filters & products */

#search-filters .card {
    border: 0;
    border-radius: 0;
    margin-bottom: 0.5rem;
}

#search-filters button.filter-toggle {
    padding: 0;
    text-decoration: none;
    color: var(--blue-color);
    font-weight: 500;
    box-shadow: none;
    text-align: left;
    width: 100%;
    border-radius: 0;
    border-bottom: 2px solid var(--orange-color);
    padding: 0.6rem 1rem;
    font-weight: 600;
    font-size: 0.85em;
}

#search-filters button.filter-toggle i {
    float: right;
    font-size: 1.5em;
    font-weight: 600;
    color: var(--orange);
}

/* #search-filters button.filter-toggle[aria-expanded="true"] {
    background-color: var(--dark-orange-color);
} */

#search-filters .card-body {
    padding: 0;
}

#search-filters .card-body select {
    height: auto;
    width: 100%;
    overflow-y: auto;
    padding: 0.5rem 0rem;
    background-color: #f2f2f2;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

/* #search-filters .card-body select:focus-visible {
    border: 1px solid #a9a9a9;
} */

#search-filters .card-body select option {
    font-size: 0.8em;
    font-weight: 500;
    padding: 0.2rem 1rem;
}

#search-filters .card-body select option:checked,
#search-filters .card-body select option:hover {
    background-color: #f2cead;
}

/* Products header items */

.product-list-header {
    align-items: end;
}

.product-list-header .nav-link {
    padding: 0;
    margin-right: 1rem;
    display: flex;
}

.product-list-header .nav-link:hover i,
.product-list-header .nav-link.active i {
    color: var(--blue-color);
}

.product-list-header .nav-link i {
    color: #858585;
    font-size: 1.25em;
}

.product-list-header .sort-text {
    font-size: 0.9em;
    color: var(--blue-color);
    padding-right: 0.5rem;
}

.product-list-header .dropdown-toggle {
    font-size: 0.7em;
    color: #fff;
    background-color: var(--blue-color);
    border-radius: 4px;
    padding: 0.1rem 0.5rem;
}

.product-list-header .dropdown-toggle:focus {
    box-shadow: none;
}

.product-list-header .dropdown-menu {
    font-size: 0.8em;
}

.show-more-search-products {
    font-size: 0.8em;
    color: var(--blue-color);
}

/* Pagination links design */

.search .pagination-wrapper {
    height: 24px;
}

.search .pagination .page-link {
    font-size: 0.8em;
    font-weight: 500;
}

.search .page-link[rel="next"],
.search .page-link[rel="prev"] {
    font-size: 0;
    position: relative;
    top: 6px;
}

.search .pagination .page-link[aria-hidden="true"] {
    visibility: hidden;
}

.search .pagination .page-link {
    box-shadow: none;
}

.search .page-link[rel="next"]::after,
.search .page-link[rel="prev"]::after {
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    color: var(--orange-color);
}

.search .page-link[rel="next"]::after {
    font-family: FontAwesome;
    content: "\f105";
}

.search .page-link[rel="prev"]::after {
    font-family: FontAwesome;
    content: "\f104";
}

.search .page-item.active .page-link {
    color: var(--blue-color);
    background-color: transparent;
    border: none;
}

.search .page-item.disabled .page-link {
    background-color: transparent;
    border: none;
    letter-spacing: 3px;
}

.search .pagination a.page-link {
    border: 0;
    background: none;
}

.search .pagination a.page-link i {
    font-size: 26px;
    line-height: 16px;
}

/* Grid View */

.search #gridView .card {
    margin-bottom: 2rem;
    box-shadow: 0px 4px 9px 0px #00000047;
    min-height: 380px;
    border-radius: 0;
    padding: 1.25rem;
}

.search #gridView .card.priceDiv {
    margin-bottom: 2rem;
    box-shadow: 0px 4px 9px 0px #00000047;
    min-height: 445px;
    border-radius: 0;
    padding: 1.25rem;
}

.search #gridView .card .card-body {
    padding: 0;
}

.search #gridView .card .card-footer {
    background-color: transparent;
    border-top: 0;
    padding: 0;
    margin-top: 1rem;
}

.search #gridView .product-image {
    display: flex;
    justify-content: center;
    align-items: center;
}

.search #gridView .product-image {
    width: 150px;
    height: 150px;
}

.search #gridView .product-image img {
    width: 100%;
    height: 120px;
    object-fit: contain;
}

.search #gridView .product-detail ul li {
    margin-bottom: 0.2rem;
}

.search #gridView .product-detail,
.search #gridView .product-detail .product-name a {
    font-size: 0.7em;
    color: var(--blue-color);
}

.search #gridView .product-detail .product-name {
    color: var(--blue-color);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: 1em;
}

.search #gridView .product-detail .product-name a {
    font-size: 1.1em;
    font-weight: 600;
}

.search #gridView .product-detail .product-no {
    color: var(--blue-color);
}

.search #gridView .product-detail .mf-name {
    overflow: hidden;
    text-overflow: ellipsis;
    height: 57px;
}

.search #gridView .product-detail .rating {
    font-size: 1.5em;
}

.search #gridView .product-detail .rating i {
    margin-right: 0.2rem;
}

.search #gridView .product-detail .view-more-products {
    font-size: 0.8rem;
    padding: 0.1rem 1.4rem;
    color: #fff;
    background-color: var(--orange-color);
    border-radius: 15px;
    font-weight: 500;
}

.search #gridView .product-detail .view-more-products:hover {
    background-color: var(--blue-color);
}

.search button.show-more-categories {
    text-transform: uppercase;
    padding: 0.2rem 1.2rem;
    border-radius: 7px;
    border: 1px solid var(--blue-color);
    font-size: 0.7em;
    font-weight: 500;
    display: flex;
    align-items: center;
    color: var(--blue-color);
}

.search button.show-more-categories i {
    font-size: 20px;
    font-weight: bold;
    color: var(--orange-color);
    position: relative;
    top: 1px;
    margin-right: 0.3rem;
}

.search button.show-more-categories:hover {
    color: #fff;
    background-color: var(--blue-color);
}

.search button.show-more-categories:focus {
    box-shadow: none;
}

/* Products List View Design */

.search #listView .headings {
    color: #fff;
    font-size: 0.75em;
    padding: 0.7rem 1.4rem;
    font-weight: bold;
    background-color: var(--blue-color);
    border-bottom: 0.5rem solid var(--gray-color);
}

.search #listView .product-card {
    margin-bottom: 0.8rem;
}

.search #listView .product-card .row {
    color: var(--blue-color);
    font-size: 0.8em;
    background-color: #fff;
    height: 150px;
    padding: 1.2rem 0.5rem;
    box-shadow: 0px 5px 8px 2px #00000047;
}

.search #listView .product-card .part-no a {
    color: var(--blue-color);
    font-weight: 600;
}

.search #listView .product-card .product-image {
    height: 80px;
    width: 80px;
}

.search #listView .product-image img {
    width: 80px;
    height: 100%;
    object-fit: contain;
}

.search #listView .product-card .product-name a,
.search #listView .mf-name {
    color: var(--blue-color);
    font-size: 0.8em;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.search #listView .product-card .rohs-verified {
    display: flex;
    align-items: flex-start;
    padding-bottom: 0.5rem;
    position: absolute;
    bottom: 1rem;
}

.search #listView .product-card .rohs-verified img {
    width: 40px;
}

.search #listView .product-card .description {
    font-size: 0.85em;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    color: var(--blue-color);
}

.search #listView .product-card .desc-btn-container {
    display: flex;
    align-items: flex-end;
    padding-bottom: 0.5rem;
    position: absolute;
    bottom: 1rem;
}

.search #listView .product-card .desc-btn-container .btn {
    font-size: 0.7em;
    font-weight: 600;
    color: #fff;
    background-color: #056edf;
    padding: 0.1rem 0.7rem;
}

.search #listView .product-card .availability-text {
    font-size: 0.85em;
    color: #535353;
}

.search #listView .product-card .rating i {
    font-size: 1rem;
    margin-right: 0.3rem;
}

.search #listView .product-card .view-more-products {
    font-size: 0.7rem;
    padding: 0.1rem 0.7rem;
    color: #fff;
    background-color: var(--orange-color);
    border-radius: 15px;
    font-weight: 500;
}

.search #listView .product-card .view-more-products:hover {
    background-color: var(--blue-color);
}

.no-results-found ul li {
    font-size: 0.85em;
}

button.desc-more {
    font-size: 0.9em;
    background-color: var(--orange-color);
    color: #fff;
    padding: 2px 30px;
    border-radius: 15px;
}

button.desc-more:hover {
    background-color: var(--blue-color);
    color: #fff;
}

.maintainHeight {
    height: 65px;
    min-height: 65px;
    max-height: 65px;
}

.filter-head-text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 85%;
}

.product-props span {
    font-weight: 600;
}

.filter-expand-btn {
    background: #22345b;
    border-color: #192c55;
    color: #fff;
    border-radius: 0;
    font-weight: 500;
}

.filter-expand-btn i {
    float: right;
    font-size: 1.5em;
    font-weight: 600;
}

.filter-expand-btn:active,
.filter-expand-btn:hover,
.filter-expand-btn:focus {
    background: #22345b;
    border-color: #192c55;
    box-shadow: none;
    color: #fff;
}

.rotate {
    -moz-transition: all 0.1s linear;
    -webkit-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

.rotate.down {
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.m-search-info {
    font-size: 0.8em;
}

/* Mobile nav filters */

/* #filters-menu .card {
    box-shadow: none !important;
}

#filters-menu .filter-toggle,
#filters-menu .filter-toggle:active {
    border: none !important;
    background-color: transparent !important;
    color: var(--blue-color) !important;
} */

.filter-menu-btn {
    border-radius: 10px;
    background: var(--blue-color);
    border: 1px solid #fff;
    font-size: 0.9em;
}

.filter-menu-btn:focus,
.filter-menu-btn:active {
    box-shadow: none;
    background: var(--blue-color);
    border: 1px solid #fff;
}
ul.nav.flex-column.product-props {
    height: 77px;
    min-height: 77px;
    max-height: 77px;
}
.product-name.my-3 {
    height: 54px;
    min-height: 54px;
    max-height: 54px;
}

.brand-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
}

.brand-logo img {
    /* max-height: 40px; */
    max-width: 100px;
}

#brands-slider .slick-prev.custom-arrow {
    left: 0 !important;
}

#brands-slider .slick-next.custom-arrow {
    right: 0 !important;
}
