@media screen and (max-width:768px) {
	.sub-category{
		margin-bottom: 0px !important;
	}
	.TabTitle{
		float: left;
		border-bottom: 1px solid;
		width: 50%;
		padding-bottom: 8px;
		text-align: center;
		font-weight: bold;
	}
	.TabsMiva{
		height: 50px;
	}
	.TabsMiva .active{
		color: red;
	}
	.battery-lookup-wrap{
		border-radius: 0px !important;
	}
	.battery-lookup-wrap select {
 		border-radius: 0px;
		height: 34px;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		background: url(https://www.batterymart.com/merchant2/graphics/00000001/downArrow.png) 96% / 15% no-repeat #eee;
	}
	.battery-lookup-button{
		background: rgba(0,0,0,0) !important;
		color: red;
		border: 1px solid;
		border-radius: 0px;
		font-size: 13px;
		font-weight: 500;
	}
	#BLTitle{
		background: #cacaca;
		color: #616161;
		font-weight: bold;
		padding: 4px 18px 4px 0px;
		border-bottom: 1px solid;
		font-size: 13px;
		width: 83%;
		margin: 0 auto;
		margin-top: 10px;
	}
	#TitleTitle{
		background: #616161;
		font-size: 19px;
		color: #fff;
		padding: 4px 18px;
	}
	#battery-lookup{
		background: #cacaca;
	}
	.subcategories_wrap {
		padding: 0px;
	}
	.subcategory-h4 a{
		border: 1px solid #eee;
		padding: 10px 8px;
		text-decoration: none;
		font-weight: 400;
		border-bottom: none;
	}
	.sub-category-filter-input{
		border-radius: 0px !important;
	}
	.sub-category-filter-input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  		color: #808080;
		font-size: 13px;
	}
	.sub-category-filter-input::-moz-placeholder { /* Firefox 19+ */
		color: #808080;
		font-size: 13px;
	}
	.sub-category-filter-input:-ms-input-placeholder { /* IE 10+ */
		color: #808080;
		font-size: 13px;
	}
	.sub-category-filter-input:-moz-placeholder { /* Firefox 18- */
		color: #808080;
		font-size: 13px;
	}
	.js-sub-category-filter-input{
		background-image:url('https://www.batterymart.com/merchant2/graphics/00000001/magnifier.png');
		background-repeat:no-repeat;
		background-position: top right;
		padding-right: 35px !important;
		background-size: 45px;
	}
	.prod-ctgy-hdft-footer .popcat_inner{
		border: 1px solid #dddddd !important;
		padding: 30px 0px;
	}
}