.highlight {
    width: 100px;
    height: 46px;
    background-color: #ffff99;
}

.check:before {
    position: absolute;
    left: 6px;
}


.fa fa-check:before {
    content: "\f00c";
    color: #fff;
    font-size: 26px;
    padding: 5px 8px;
    font-weight: bold;
    line-height: 26px;
}

.value2 {
    float: left;
    background-color: #fff;
    text-align: center;
    font-size: 13px;
    color: #000;
    padding: 9px;
    border: 1px solid #f2f2f2;
    border-radius: 4px;
    margin: 8px;
}

.value2:hover {
    border: 1px solid #d9d9d9;
    text-decoration: underline;
}

.check2 {
    background: #3c444d;
    color: #fff !important;
}

.ui-slider .ui-slider-handle {
    top: -1px !important;
}

.attrdiv {
    padding-bottom: 15px !important;
}

#attrdiv1 {
    padding: 0px;
    margin: 15px 0px 10px;
}

#attrdiv1 h4 {
    padding: 0px 15px;
}

#attrdiv1 h4 a {
    letter-spacing: 3px;
    font-weight: 600;
    border-radius: 5px;
    padding: 3px 10px 3px 13px;
    background: white;
    box-shadow: 0 0 0.5em lightgray;
    font-size: 16px;
}

#attrdiv1 h4 a i {
    padding-left: 5px;
    letter-spacing: 0px;
}

#attrdiv1 h4 a:hover {
    color: black;
    box-shadow: 0 0 0.5em gray;
}

#demo {
    animation: fadeIn;
    animation-duration: 500ms;
}

.demo_div {
    color: black;
    border-radius: 5px;
    box-shadow: 0 0 0.5em lightgray;
    background: white;
    padding: 15px;
    margin: 15px 10px 0px;
}

@media screen and (min-width: 1024px) {
    .demo_div {
        display: flex;
        justify-content: space-between;
    }

    .demo_div .clear_both {
        display: none;
    }
}

.sort_block_cus {
    max-height: 50vh;
    overflow: hidden;
    overflow-y: scroll;
}

@media screen and (max-width: 991px) {
    .sort_block_cus {
        margin-bottom: 15px;
    }

    .sort_block_cus:last-child {
        margin-bottom: 0px !important;
    }
}

.sort_block_cus::-webkit-scrollbar {
    width: 3px;
}

.sort_block_cus::-webkit-scrollbar-track {
    background: white;
}

.sort_block_cus::-webkit-scrollbar-thumb {
    background: #ececec;
}

.sort_block_cus::-webkit-scrollbar-thumb:hover {
    background: #e4e4e4;
}

.sort_section {
    background: linear-gradient(white, #f4f4f4);
}

#demo .sort_title {
    font-weight: 600;
    letter-spacing: 3px;
    background: #a3a29c;
    color: white;
    width: fit-content;
    padding: 3px 10px 3px 13px;
    border-radius: 5px;
    font-size: 14px !important;
    margin-left: 5px;
    margin-bottom: 10px !important;
}

.sort_block_cus .srot_img_a .srot_img_a_block {
    display: flex;
    align-items: center;
    padding: 5px 0px 10px 5px !important;
}

.sort_block_cus .srot_img_a .srot_img_a_block div:first-child {
    box-shadow: 0 0 0.1em gray;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: flex-end;
    margin-right: 10px;
    overflow: hidden;
    border-radius: 5px;
}

.sort_block_cus .srot_img_a .srot_img_a_block div:first-child::before {
    position: absolute;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    color: white;
    text-shadow: 0 0 0.2em #474747;
}

.sort_block_cus .srot_img_a .srot_img_a_block div:first-child img {
    width: 20px;
    height: 22px;
}

#demo label {
    color: black;
    font-weight: 550;
    letter-spacing: 2px;
    width: 100%;
    margin: 0px 0px 0px 5px;
    line-height: unset !important;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 5px 0px;
}

#demo label i {
    width: 18px;
    height: 18px;
    position: unset;
    margin-right: 10px;
    border-radius: 5px;
}

#demo label i::after {
    width: 20px;
    height: 18px;
    top: unset;
}

#demo .srot_img_a .valuecontent {
    color: black;
    font-weight: 600;
    letter-spacing: 2px;
}

#demo label .click_attr {
    width: 100%;
    display: flex;
    padding: 0px;
}

.sort_search_btn {
    margin-top: 15px;
}

.sort_search_btn a {
    color: black;
    margin-right: 11px;
    border: 0px;
    box-shadow: 0.5px 0.5px 0.2em #ccc;
    border-radius: 5px !important;
    letter-spacing: 3px;
    padding: 7px 15px 7px 18px;
    height: unset;
    font-weight: bold;
}

.sort_search_btn a:hover {
    color: white;
    background-color: black;
    box-shadow: 0 0 0.5em lightgray;
}