
ul.tabs.hz_tabs {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
	text-align: center;
	display: block;
	font-size: 0;
    padding-bottom: 40px;
}

ul.tabs.hz_tabs li {
	margin: 0;
	cursor: pointer;
	padding: 0px 38px;
	display:inline-block;
	position: relative;
    border-radius: 0;
    background: transparent;
    font-size: 36px;
    line-height: 36px;
    font-weight: 400;
    color: #6a6664;
    border-right: 0;
    transition: all .6s ease-out;
    -webkit-transition: all .6s ease-out;
    -o-transition: all .6s ease-out;
    -moz-transition: all .6s ease-out;
}
ul.tabs.hz_tabs li:last-child
{
    border-right: 0;
}

.tab_heading
{
    position: relative;
    padding-bottom: 13px;
}
ul.tabs.hz_tabs li .tab_heading:before
{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0px;
    height: 1px;
    width: 0px;
    margin: 0 auto;
    transition: all .6s ease-out;
    -webkit-transition: all .6s ease-out;
    -o-transition: all .6s ease-out;
    -moz-transition: all .6s ease-out;
    z-index: 1;
    background: #000;
}
ul.tabs.hz_tabs li.active .tab_heading:before,
ul.tabs.hz_tabs li:hover .tab_heading:before
{
    width: 100%;
    transition: all .6s ease-out;
    -webkit-transition: all .6s ease-out;
    -o-transition: all .6s ease-out;
    -moz-transition: all .6s ease-out;
}

ul.tabs.hz_tabs li.active, ul.tabs.hz_tabs li:hover
{
    transition: all .6s ease-out;
    -webkit-transition: all .6s ease-out;
    -o-transition: all .6s ease-out;
    -moz-transition: all .6s ease-out;
    color: #000;
    background: #f7f7f7 !important;
}


.home  .hm_arrival_sale_tabs ul.tabs.hz_tabs li.active, 
.home  .hm_arrival_sale_tabs  ul.tabs.hz_tabs li:hover {
    transition: all .6s ease-out;
    -webkit-transition: all .6s ease-out;
    -o-transition: all .6s ease-out;
    -moz-transition: all .6s ease-out;
    color: #000;
    background: transparent !important;
}
.home  .hm_arrival_sale_tabs ul.tabs.hz_tabs li:first-child{
    border-right: 1px solid #bdbdbd;
}



.hz_tab_container
{
	clear: both;
	width: 100%;
	overflow: auto;
}

.hz_tab_content 
{
	display: none;
    overflow: hidden;
}

.hz_tab_container .tab_drawer_heading { display: none; }


ul.tabs.hz_tabs li .tab_heading p
{
}



@media screen and (max-width:768px)
{
    .hz_tab_container
    {
        border: 0;
    }
    .hz_tab_container .tab_drawer_heading h3
	{
		font-weight: normal;
		line-height: 22px;
		padding-left: 0px;
		font-size: 20px;
	}
	.hz_tab_container .tab_drawer_heading h3 i
	{
		font-size: 24px;
    	color: #f4ba6a;
    	padding-right: 8px;
	}
	.hz_tab_container .tab_drawer_heading 
	{		
		background-color: #fff;
		color: #5e5e5e;
		    
		margin: 0;
		padding:10px 20px;
		display: block;
		cursor: pointer;
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
        
        margin-bottom: 1px;
    	
	}
	.hz_tab_container .d_active {
		color: #fff;
        background: #214089;
	}
	
	ul.tabs.hz_tabs , ul.tabs.tabs_subcategory.hz_tabs {
		display: none;
	}
    
    
    
}