.w-200px {
    width: 200px !important;
}
#header .header-nav-main nav > ul#top-menu > li > a {
    text-transform: inherit !important;
    font-size: 15px;
}
ul.filter-ul {
        padding: 0 8px 8px 8px !important;
    min-width: max-content;
}
ul.filter-ul li {
    min-width: 100%;
    list-style: none;
    padding: 4px 5px;
}
#header .header-nav-main nav.filter-nav > ul > li > a.dropdown-toggle .fa-chevron-down, #header .header-nav-main nav > ul > li > a.show-arrow .fa-chevron-down {
    display: block;
    margin-left: 3px !important;
}

.product-master-color {
    height: 1.2em;
    width: 1.2em;
    border-radius: 50%;
    box-shadow: 0 0 2px #929292;
}
i.wished {
    color: #ff7200 !important;
}
i.card-added {
    color: #05e210;
}
.semi-black {
    color:#212529 !important
}

/* Paginate custom style */
ul.pagination {
    float: right !important;
}

ul.pagination li.page-item>.page-link {
    font-size: 16px;
    text-decoration: none;
}

ul.pagination li.page-item:first-child>.page-link,
ul.pagination li.page-item:last-child>.page-link {
    font-size: 40px !important
}
/* End Paginate custom style */


#filterItems > span {
    padding: 2px 20px 3px 12px;
    background-color: lightgrey;
    border-radius: 18px;
    margin-left: 5px;
    position: relative;
}
#filterItems > span > i {
    cursor: pointer;
    font-weight: bolder;
    font-size: 15px;
    position: absolute;
    right: 4px;
    top: 3px;
    z-index: 12;
}
.not-found {
    color: #daa4a4;
}

.certifications{
    max-width: 64% !important;
}

.certifications-text{
    text-align: right;
    font-family: "Arial", sans-serif;
    font-weight: bold;
}

.color-light{
    color: #cbcbcb !important;
}

html .text-color-primary, html .text-primary {
    color: #c5c5c5 !important
}

.text-13 {
    font-size: 3em !important;
}

.breadcrumb-text {
    color: #282828 !important;
}
