
/*
* Header
*/
.custom-header-top-nav-backgroundd {
		position: relative;
}

.custom-header-top-nav-backgroundd:before {
		content: '';
		position: absolute;
		top: 0;
		right: 0;
		width: 100vw;
		height: 100%;
		background: #FF6E02;
		transform: skewX(-25deg);
		z-index: 1;
}

.custom-header-top-nav-backgroundd:after {
		content: '';
		position: absolute;
		top: 7px;
		right: -7px;
		width: 100vw;
		height: 100%;
		background: #ff70028e;
		transform: skewX(-25deg);
		z-index: 0;
}

