
.gh-nav-view {
	/*height: 35px;*/
	float: left;
	padding-left: 15px;
	padding-right: 15px;
}

.gh-tab {
	/*width: 100%;*/
	float: left;
	display: flex;
	height: 35px;
	align-items: center;
}


.owl-prev, .owl-next {
	float: left;
}

.gh-nav-view.owl-carousel {
	width: 92%;
	
}


#main-wrapper .siteobject_webshop_categorymenu .gh-nav.container {
	margin-bottom: 0;
}

.siteobject_webshop_categorymenu button {
	    padding: 0.4em 0.8em;
}

@media (max-width: 991px) {
	.gh-nav-view.owl-carousel {
	width: 90%;
	
}
}

@media (max-width: 767px) {
	.gh-nav-view.owl-carousel {
	width: 86%;
	
}
}

@media screen and (max-width: 736px) {
	.siteobject_webshop_categorymenu button {
		 padding: 0.4em 0.8em !important;
		width: auto;
	}
	
	
}

@media (max-width: 767px) {
	.gh-nav-view.owl-carousel {
	width: 83%;
	
}
}

@media (max-width: 576px) {
	.gh-nav-view.owl-carousel {
	width: 75%;
	
}
}