.clerk-facet-name:hover:before,.clerk-range-selected-range {
    background-color: #e5e5e5;
    border-color: #000
}

#order-by option:hover,.clerk-load-more-button {
    background-color: #f2f2f2
}

.clerk-facet-group {
    border: 0;
    padding: 17px
}

.clerk-facet-group-title {
    text-transform: none;
    color: #2a2a2a;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0
}

.clerk-facet.clerk-facet-selected .clerk-facet-name::before {
    content: '✔';
    color: #4a4a4a;
    background-color: #fff;
    padding: 0;
    display: flex;
    align-items: center;
    font-size: 11px;
    width: 15px;
    height: 15px;
    justify-content: center
}

.clerk-load-more-button {
    display: block;
    padding: 14px;
    color: #444;
    width: 300px;
    text-align: center;
    border-radius: 30px;
    font-weight: 700;
    margin: 10px auto 60px;
    cursor: pointer
}

.clerk-facet-name {
    display: flex;
    white-space: unset;
    height: auto;
    padding: 0 0 5px
}

label.clerk-facet-show-more {
    text-align: left
}

input.clerk-facet-search {
    border-radius: 30px;
    padding: 6px 20px;
    width: 100%;
    background-color: #f9f9f9;
    border: 0;
    margin: 0 0 15px
}

#order-by-container {
    position: relative;
    margin: 20px 0;
    display: flex;
    align-items: center;
    justify-content: flex-end
}

#order-by-container label {
    margin-right: 10px;
    font-size: 16px;
    color: #333;
    display: block;
    width: 200px;
    text-align: right
}

#order-by {
    appearance: none;
    background-color: #e9e9e9;
    border: 0;
    border-radius: 30px;
    padding: 7px 37px 7px 25px;
    font-size: 15px;
    color: #000000;
    cursor: pointer;
    transition: background-color .3s,border-color .3s;
    width: 100%;
}

#order-by-container::after {
    content: '▼';
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    color: #2d2d2d;
    font-size: 10px
}

#order-by:focus {
    outline: 0;
    border-color: #888;
    background-color: #949494
}

#order-by option {
    background-color: #fff;
    color: #333;
    padding: 10px
}

.header_result {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 10px
}

#query-search-result {
    display: flex;
    align-items: center;
    width: fit-content;
    margin-bottom: 20px
}

div#suggestions-container a {
    display: flex!important;
    margin-right: 15px;
    align-items: center;
    background-color: #eaeaea;
    padding: 3px 10px;
    border-radius: 30px
}

div#suggestions-container {
    padding: 0 10px
}

div#suggestions-container a svg {
    margin-right: 5px
}

.clerk-facet-name:before {
    flex: none
}

.clerk-facet-count {
    padding-left: 10px
}

ul.loader li {
    width: 32.99999%;
    display: inline-block;
    padding: 10px
}

ul.loader li img {
    width: 100%;
    height: auto;
    display: block;
    aspect-ratio: 1/1
}

div#left ul.loader li {
    width: 100%
}

span.img_glow_cont {
    position: relative;
    display: block;
    margin-bottom: 15px
}

ul.bxslider.loader span.over_gloss {
    bottom: 0
}

.loader .module-cat-h3,.loader span.brand_item {
    background: linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);
    border-radius: 25px;
    animation: 1.5s infinite shimmer
}

.loader .module-cat-h3 {
    width: 31%;
    height: 27px;
    margin-bottom: 25px;
    padding-left: 0;
    margin-left: calc(50% - 640px);
    background-size: 200% 100%
}

.loader span.brand_item {
    width: 37%;
    height: 15px;
    margin-bottom: 4px;
    background-size: 200% 100%
}

.loader span.color_item,.loader span.name_item {
    width: 70%;
    height: 15px;
    border-radius: 25px;
    margin-bottom: 4px;
    background: linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);
    animation: 1.5s infinite shimmer;
    background-size: 200% 100%
}

@keyframes shimmer {
    0% {
        background-position: 200% 0
    }

    100% {
        background-position: -200% 0
    }
}

div#left ul.loader li .name_item {
    width: 95%
}

.up-page-title {
    display: flex;
    flex-direction: column;
    align-items: center
}

.page-title-holder {
    border-top: 1px solid #eaeaea
}

ol.breadcrumb {
    width: auto
}
