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/layouts/_sidebar.scss
//Style
.sidebar{
    a{
        color: $black;
        &:hover{
            color: $theme-color;
        }
    }
    /*widget*/
    .widget{
        margin-bottom: 15px;
        ul{
            padding: 0;
            list-style: none;
            li{
                color: #505050;
                font-family: Raleway;
                font-size: 13px;
                font-weight: 400;
                line-height: 30px;
                &.current-cat >a{
                    color: $theme-color;
                }

                ul{
                    padding-left: 20px;
                }
            }
        }
        img{
            width: 100%;
            height: auto;
        }
        select{
            width: 100%;
        }
    }
    .widget-title{
        margin: 0 0 20px;
        padding: 0px;
        line-height: 30px;
        font-size: 16px;
        font-weight: 700;
        border-bottom:$border-color-base;
    }
    /*product*/
    .cat-item{
        text-transform: uppercase;
    }
    .products{
        padding-bottom: 30px;
    }
    .product-block{
        padding-top: 15px;
        margin-bottom: 0;
        border: none;
        &:hover{
            border: none;
        }
        &.border{
            border:none;;
            &:hover{
                border:none;
            }
        }
    }
    .button-groups,.quick-view,.labels{
        display: none;
    }
    .name{
        padding-top: 0;
        margin-top: 0;
        @include rtl-text-align-left();
    }
    .price-review{
        @include rtl-text-align-left();
    }
    .grid-price{
        margin-top: 0;
    }
    .product-image{
        width: 80px;
        height: 80px;
        float: left;
        @include rtl-margin-right(10px);
        .inner{
            margin: 0;
        }
        img{
            width: 80px;
            height: 80px;
        }
    }
    .product-details{
        padding-top: 15px;
        a{
            font-weight: 400;
            display: block;
        }
    }
    .product_list_widget >li{

        &:first-child{
            padding-top: 15px;
        }
        &:after{
            clear: both;
            content: " ";
            display: table;
        }

        clear: both;
        padding-top: 30px;
    }
    .caption{
        min-height: 75px;
    }
    //Style box
    &.style_box{
        .widget{
            padding: 0;
        }
        .widget-title {
            background: #EEEEEE;
            color: #353535;
            border-bottom:$border-color-base;
            padding: 15px 20px;
        }
        .widget-title + *{
           padding: 20px;
        }
        .widget.widget_sp_image >*{
            margin:0px;
        }
    }
    //blog
    .entry-header{
        margin: 0;
        >a{
            line-height: 20px;
            text-transform: capitalize;
        }
    }
    .side-item-text{
        line-height: 24px;
        font-size: 14px;
        .article-meta{
            font-style: italic;
        }
    }
    //recent post
    .recent-post-widgets{
        li{
            padding: 20px 0;
            border-bottom: $border-color-base;
            &:last-child{
                border-bottom: none;
                margin-bottom: 0;
            }
        }
    }
    .post-image{
        width: 40%;
        @include rtl-float-left;
        @include rtl-margin-right(10px);
    }
    .side-item-text{
        width: 55%;
        @include rtl-float-left;
    }


    &.product-list{
        .products{
            padding-bottom: 0;
        }
    }

    .product-block:hover .price {
        opacity: 1;
        transition: all 0.4s ease 0s;
        visibility: visible;
    }
    .products{
        [class*="col-"]{
            padding: 0;
        }
    }
    del{
        font-size: 12px;
    }



    .widget{
        .product-categories,.widget_categories,.widget_archive,.widget_meta{
            li{
                line-height: 40px;
            }
            li + li{
                border-top: 1px dotted #dddddd;
            }
        }
    }
}