.pbmit-header-style-2 .pbmit-header-overlay{
	position: absolute;
	z-index: 9;
	width: 100%;
	top: 50px;
}
.pbmit-header-style-2 .pbmit-slider-area{
	background-color: var(--pbmit-xplay-blackish-color);
}
.pbmit-header-style-2 .pbmit-cart-wrapper.pbmit-cart-style-1.pbmit-show-cart-amount-yes a::before,
.pbmit-header-style-2 .pbmit-search-cart-box .pbmit-header-search-btn a,
.pbmit-header-style-2 .pbmit-search-cart-box .pbmit-cart-wrapper a{
	color: var(--pbmit-xplay-global-color);
}
.pbmit-header-style-2.site-header .pbmit-logo-area{
	position: relative;
	margin-right: 60px;
}
.pbmit-header-style-2 .pbmit-sticky-header .container,
.pbmit-header-style-2 .pbmit-main-header-area .pbmit-header-content{
	padding: 0 30px;
}
.pbmit-header-style-2 .pbmit-header-content.pbmit-bg-color-light{
	background-color: rgba(var(--pbmit-xplay-blackish-color-rgb),.8);
}
.pbmit-header-style-2 .pbmit-title-bar-wrapper .pbmit-title-bar-content{
	padding-top: 200px !important;
}
.pbmit-header-style-2 .pbmit-header-button2{
	display: none;
}
.pbmit-header-style-2 .pbmit-header-sticky-yes .pbmit-header-content.pbmit-bg-color-light{
	background-color: transparent;
}

@media (min-width: 1201px){
	.pbmit-header-style-2 .pbmit-menuarea{
		flex: 1;
	}
	.pbmit-header-style-2 .pbmit-right-box .pbmit-nav-menu-toggle {
		padding-right: 0;
		margin-left: 10px;
		background-color: transparent;
	}
	.pbmit-header-style-2 .pbmit-nav-menu-toggle i::before {
		font-weight: 700;
	}
	.pbmit-header-style-2 .pbmit-nav-menu-toggle svg{
		height:30px;
		width:30px;
	}
	.pbmit-header-style-2 .pbmit-nav-menu-toggle svg g{
		fill: var(--pbmit-xplay-global-color);
		transition: all .3s ease;
	}
	.pbmit-header-style-2 .pbmit-nav-menu-toggle:hover svg g{
		fill: var(--pbmit-xplay-secondary-color);
	}
	.pbmit-header-style-2 .pbmit-header-button2 a{
		position: relative;
	}
	.pbmit-header-style-2 .pbmit-button-box a:before{
		bottom: -18px !important;
	}
	
	/* Right Shape */
	.pbmit-header-style-2 .pbmit-header-content{
		position: relative;
	}
	.pbmit-header-style-2 .pbmit-header-content::after {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: -1;
		background-color: transparent;
		clip-path: polygon(100% 0, 105% 0%, 98% 100%, 0% 100%, 0 0%, 0% 0%);
	}
	.pbmit-header-style-2 .pbmit-bg-color-globalcolor.pbmit-header-content,
	.pbmit-header-style-2 .pbmit-bg-color-secondarycolor.pbmit-header-content,
	.pbmit-header-style-2 .pbmit-bg-color-white.pbmit-header-content,
	.pbmit-header-style-2 .pbmit-bg-color-transparent.pbmit-header-content,
	.pbmit-header-style-2 .pbmit-bg-color-blackish.pbmit-header-content,
	.pbmit-header-style-2 .pbmit-bg-color-custom.pbmit-header-content,
	.pbmit-header-style-2 .pbmit-bg-color-light.pbmit-header-content{
		background-color: transparent;
	}
	.pbmit-header-style-2:not(.pbmit-fixed-header) .pbmit-bg-color-globalcolor.pbmit-header-content:after{
		background-color: var(--pbmit-xplay-global-color);
	}
	.pbmit-header-style-2:not(.pbmit-fixed-header) .pbmit-bg-color-secondarycolor.pbmit-header-content:after{
		background-color: var(--pbmit-xplay-secondary-color);
	}
	.pbmit-header-style-2:not(.pbmit-fixed-header) .pbmit-bg-color-white.pbmit-header-content:after,
	.pbmit-header-style-2:not(.pbmit-fixed-header) .pbmit-bg-color-transparent.pbmit-header-content:after{
		background-color: var(--pbmit-xplay-white-color);
	}
	.pbmit-header-style-2:not(.pbmit-fixed-header) .pbmit-bg-color-blackish.pbmit-header-content:after{
		background-color: var(--pbmit-xplay-blackish-color);
	}
	.pbmit-header-style-2:not(.pbmit-fixed-header) .pbmit-bg-color-custom.pbmit-header-content:after{
		background-color: var(--pbmit-xplay-header-background-color)
	}
	.pbmit-header-style-2:not(.pbmit-fixed-header) .pbmit-bg-color-light.pbmit-header-content:after{
		background-color: rgba(var(--pbmit-xplay-blackish-color-rgb), .8);
	}
}
@media (max-width: 1200px){
	.pbmit-header-style-2 .pbmit-sticky-header .container,
	.pbmit-header-style-2 .pbmit-pre-header-wrapper .container,
	.pbmit-header-style-2 .pbmit-header-wrapper .container{
		padding: 0 30px 0 0;
	}
	.pbmit-header-style-2 .pbmit-header-overlay{
		top: 0px;
	}
	.pbmit-header-style-2 .pbmit-main-header-area .container{
		padding: 0;
	}
	.pbmit-header-style-2 .pbmit-burger-menu-wrapper{
		padding-left: 0;
	}
}