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/widget/_tabsproduct.scss
//style widget Tabs Product

.product-tabs{
    .tabs-title-product{
        font-size: 18px;
        padding: 0;
        font-weight: 400;
        background: none;
        display: block;
        &:focus,
        &.focus,
        &:active:focus,
        &.focus:active,
        &.active:focus,
        &.active.focus{
            background: none;
            color: $theme-color;
        }
    }
    ul{
       display: inline-block;
       position: relative;
        border: none;
    }
    li{
        padding-right: 30px;
        a:hover{
            background: none;
        }
    }
    li +li:after{
        content: "/";
        left: -20px;
        position: absolute;
        top: -2px;
    }
    li.active > a,
    li.active > a:hover,
    li.active > a:focus{
        background: none;
        color: $theme-color;
    }
    .widget-title{
//        border-bottom: $topbar-border-bottom;

        &.left{
            text-align: left;
        }
        &.center{
            text-align: center;
        }
        &.right{
            text-align: right;
        }
    }
}
.category-product{
    .widget-content{
        padding-top: 20px;
    }
}