MOON
Server: Apache
System: Linux server.netcommlabs.in 3.10.0-1160.83.1.el7.x86_64 #1 SMP Wed Jan 25 16:41:43 UTC 2023 x86_64
User: dermova (1051)
PHP: 5.4.45
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/dermova/public_html/india/wp-content/themes/ri-colias/sass/theme/components/_search.scss
$image-url                : '../images/' !default;
.searchform{
    padding: 6px 0;
    .btn{
        z-index: 10;
        @include rtl-margin-left(-4px);
        padding: 8px 15px;
    }
    .form-control{
        width: 100%;
        border-radius: 0;
        padding: 7px 10px;
        font-size: 12px;
        height: 38px;
        &:focus{
            border-color:$theme-two;
        }
    }
    button{
        height: 38px;
    }
}


.rit-filter-attribute{
    position: relative;
    padding-top: 15px;
}
.rit-filter-nav{
    padding-bottom: 15px;
}
.rit-list-product-category{
    margin: 0;
    width: 90%;
    li{
        float: left;
        font-size: 12px;
        padding-right: 30px;
        line-height: 40px;
        text-transform: uppercase;
        position: relative;
        letter-spacing: 1px;
    }
    li + li::after {
        content: "/";
        left: -17px;
        position: absolute;
        top: 0;
    }
}
.rit-products-wrap.loading{
    .rit-wrapper-products-shortcode:after{
        background:url('#{$image-url}loader.gif') repeat 0 0;
        background-repeat: no-repeat;
        content: "";
        display: block;
        height: 31px;
        left: 50%;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 31px;
        z-index: 900;

    }
    .category-tabs-filter{
        opacity: 0.3;
    }
}
.category-tabs-filter{
    margin-top: 30px;
}
.rit-filter-wrap{
    .widget{
        float: left;
        min-width:180px;
        .rit-ajax-load{
            li{
                cursor: pointer;
                line-height: 25px;
            }
            a{
                color:#777777;
                &:hover{
                    color: $theme-color;
                }
            }
        }
    }
    .chosen{
        color:$theme-color !important;
    }
}

.filter-title{
    font-size: 16px;
}

.tags-list{
    max-width:180px;
    li{
        padding-right: 5px;
        float: left;
    }
    a{
        padding: 6px 8px;
        &:hover{
            color: $white !important;
        }
    }
}