body.fullwidth #wrap {
	max-width: unset;
	margin: auto 10px;
}

.headerbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap:10px;
	max-height: 150px;
	overflow: hidden;
}

.carousel-container {
	display:flex;
	align-items:center;
}
.carousel-container .carousel-nav-left {
	margin-right:5px;
	cursor:pointer;
}
.carousel-container .carousel-nav-right {
	margin-left:7px;
	cursor:pointer;
}

.headerbar .owl-carousel .owl-item {
	height: 150px;
	display: flex;
	align-items: center;
}
.headerbar .owl-carousel .owl-item img {
	max-height:unset;
}

.headerbar img {
	max-height: 150px;
	border-radius:5px;
	width: auto;
	max-width: 100%;
}

.headerbar .header-banner {
	width:auto !important;
	max-height: 150px;
	border-radius:10px !important;
	text-align: left;
}
.headerbar .inner {
	flex-grow: 0;
}
@media (max-width: 600px) {
	.headerbar .customadsections-section:last-child {
		display:none;
	}
}

.customadsections-page-wrapper {
	display:flex;
	gap:10px;
}

.owl-stage-outer {
	border-radius:5px;
}

.customadsections-page-wrapper .customadsections-page-body {
	flex-grow:1;
}
.customadsections-page-wrapper .customadsections-right-sidebar {
	width:300px;
	margin-top:5px;
}
.customadsections-right-sidebar img {
	width:100%;
	border-radius:5px;
}

.customadsections-section {
	white-space:nowrap;
}
.customadsections-section p:last-child {
	margin-bottom:0;
}

.customadsections-listitem {
	margin-bottom:5px;
}

@media (max-width: 1000px) {
	.customadsections-page-wrapper .customadsections-right-sidebar {
		display:none;
	}
}
