.tab-category-container-slider .imgSpinner {	position:absolute;	top:50%;	left:50%;	width:100px;	height:100px;	  background: url(img/ajax-loader.gif) no-repeat;	-moz-transform: translateX(-50%) translateY(-50%);	-webkit-transform: translateX(-50%) translateY(-50%);	-o-transform: translateX(-50%) translateY(-50%);	-ms-transform: translateX(-50%) translateY(-50%);	z-index:99;}.tab-category-container-slider ul.tab_cates {	font-size:0;	line-height:1;	position:relative;	z-index:2;	}.tab-category-container-slider ul.tab_cates li{	display: inline-block;    font-size: 16px;    color: #333333;    text-transform: capitalize;    font-weight: 500;    border-radius: 30px;    line-height: 55px;    padding: 0 28px;    cursor: pointer;    margin: 0 5px;	position: relative;    -webkit-transition: all 300ms linear;    -moz-transition: all 300ms linear;    -ms-transition: all 300ms linear;    -o-transition: all 300ms linear;    transition: all 300ms linear;}.tab-category-container-slider ul.tab_cates li:before{	content: "";	height: 55px;	border-radius: 30px;	width: 100%;	border: 2px solid #e5e5e5;	position: absolute;	top: 0;	right: 0;	left: 0;	bottom: 0;}.tab-category-container-slider ul.tab_cates li:hover,.tab-category-container-slider ul.tab_cates li.active{	-webkit-transition: all 300ms linear;    -moz-transition: all 300ms linear;    -ms-transition: all 300ms linear;    -o-transition: all 300ms linear;    transition: all 300ms linear;    background: linear-gradient(90deg, #8cc63f 0%, #65e2ff 100%);    color: #fff;}.tab-category-container-slider ul.tab_cates li:hover:before,.tab-category-container-slider ul.tab_cates li.active:before{	border: 2px solid transparent;}.tab-category-container-slider ul.tab_cates li:last-child{	margin-right:0;}.tab-category-container-slider ul.tab_cates li:hover,.tab-category-container-slider ul.tab_cates li.active{}.tab-category-container-slider ul.tab_cates li:last-child{	margin-right:0;  }.cate_mobile {	position:absolute;	right:0;	top:-2px;	}.cate_mobile  .btn{	background:#ffffff;	border:1px solid #ebebeb;	border-radius:3px;	width:30px;	line-height:30px;	height:30px;	padding:0;	float:none;	display:inline-block;	text-align:center;}.cate_mobile  .btn:after {	margin:0;}.cate_mobile  .dropdown-menu {	position:absolute !important;	right:0;	left:auto;	border:none;    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.175);    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.175);    padding: 20px;	margin:0 !important; }.cate_mobile  ul.tab_cates.dropdown-menu  li{	padding:0;	line-height:30px;	margin:0;	border:none;	display:block;	text-transform:capitalize; }