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;
}
}