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/www/india/wp-content/themes/ri-colias/sass/theme/widget/_tabscategory.scss
//style widget Tabs Product

.category-tabs{
    .center{
        text-align: center;
    }
    .tabs-title-cat{
        font-size: 14px;
        padding: 0;
        font-weight: 300;
        background: none;
        display: block;
        text-transform: uppercase;
        &:focus,
        &.focus,
        &:active:focus,
        &.focus:active,
        &.active:focus,
        &.active.focus{
            background: none;
            color: $theme-color;
        }
    }

    .cat-title ul li +li:after{
        content: "/";
        left: -17px;
        position: absolute;
        top: 0;
    }

    ul{
       display: inline-block;
       position: relative;
        border: none;
    }

    li{
        padding-right: 20px;
        a:hover{
            background: none;
        }
    }
    li.active > a,
    li.active > a:hover,
    li.active > a:focus{
        background: none;
        color: $theme-color;
    }
    .widget-title{
        margin-top: 30px;
        font-weight: 700;
        font-size: 20px;
        span{
            &:after,&:before {
                content:none;
                border-width: 0;
            }
        }
        &.left{
            text-align: left;
        }
        &.center{
            text-align: center;
        }
        &.right{
            text-align: right;
        }
    }

    &.category-tabs-filter{
        .widget-title{
            font-size: 30px;
            padding-bottom: 30px;
        }
    }
}