@media (max-width: 767px) {
	.category-tab {
		padding: 4px 4px;
	}
	.bg-prmy {
		background: initial !important;
	}
	header .top-nav .navbar-top .middle-box {
		display: flex !important;
		position: fixed;
		top: 44px;
		width: 100%;
		right: 0;
		background: white;
		padding: 5px 10px;
		border-top: 1px solid #ddd;
	}
	header .top-nav .navbar-top .middle-box .search-box {
        display: block !important;
    }
	.input-group {
		position: relative;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: nowrap;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		width: 100%;
	}
	header .top-nav .navbar-top .middle-box .search-box .input-group button{
		height: 40px;
	}
	header.active .sticky-header {
        padding: 5px 0px 7px !important;
    }
}

