.pbmit-parent-header-style-1 #content{
	min-height: 600px;
}
.pbmit-header-style-1 .pbmit-header-button:hover a .pbmit-header-button-text-2 {
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}
@media (max-width: 1200px) {
	.pbmit-header-style-1 .pbmit-header-wrapper.pbmit-sticky-on {
		position: static !important;
		width: auto !important;
	}
	.pbmit-header-style-1 .pbmit-header-wrapper>.container>.d-flex {
		position: relative;
	} 
	.pbmit-header-style-1 .pbmit-right-box {
		display: none;
	}
}
@media (min-width: 1200px) {
	body:not(.mega-menu-pbminfotech-top) .pbmit-header-style-1 .pbmit-sticky-header .pbmit-navbar div > ul > li:hover > a {
		color: var(--pbmit-broso-global-color);
	}
	.pbmit-header-style-1 .pbmit-right-box {
		margin-left: 30px;
		display: flex;
	}
	.rtl .pbmit-header-style-1 .pbmit-right-box {
		margin-left: 0;
		margin-right: 30px;
	}
	.pbmit-header-style-1 .pbmit-logo-menuarea {
		display: -ms-flexbox!important;
		display: flex!important;
		display: -ms-flexbox!important;
		display: flex!important;
		-webkit-flex: 1;
		-ms-flex: 1;
		flex: 1;
		-webkit-box-pack: justify!important;
		-ms-flex-pack: justify!important;
		justify-content: space-between!important;
	}
	.pbmit-header-style-1 .pbmit-header-button {
		line-height: normal;
	}
	.pbmit-header-style-1 .pbmit-header-button a {
		color: var(--pbmit-broso-blackish-color);
		height: 100%;
		display: inline-block;
		padding: 0 60px;
		vertical-align: middle;
		padding-right: 8px;
		font-weight: normal;
		font-size: 16px;
		position: relative;
		border-radius: 6px;
		letter-spacing: 1px;
		-webkit-transition: all .25s ease-in-out;
		transition: all .25s ease-in-out;
	}
	.pbmit-header-style-1 .pbmit-header-button a:after {
		content: "\e83f";
		font-family: "pbminfotech-base-icons";
		font-size: 45px;
		line-height: 45px;
		top: 3px;
		position: absolute;
		left: 0;
		color: var(--pbmit-broso-global-color);
		font-weight: normal;
	}
	.pbmit-header-style-1 .pbmit-header-button a span {
		display: block;
	}
	.pbmit-header-style-1 .pbmit-header-button .pbmit-header-button-text-1 {
		font-weight: 700;
		margin-bottom: 5px;
	}
	.pbmit-header-style-1 .pbmit-header-button {
		line-height: normal;
	}
	.pbmit-header-style-1 .pbmit-sticky-on .pbmit-header-button a {
		color: var(--pbmit-broso-blackish-color);
	}
	.pbmit-header-style-1 .pbmit-right-box .pbmit-cart-wrapper a,
	.pbmit-header-style-1 .pbmit-right-box .pbmit-header-search-btn a {
		font-size: 18px;
		color: var(--pbmit-broso-main-menu-typography-color);
	}
	.pbmit-header-style-1 .pbmit-right-box .pbmit-cart-wrapper a:hover,
	.pbmit-header-style-1 .pbmit-right-box .pbmit-header-search-btn a:hover {
		font-size: 18px;
		color: var(--pbmit-broso-global-color);
	}
	.pbmit-header-style-1 .pbmit-right-box .pbmit-cart-wrapper a {
		position: relative;
		padding-left: 30px;
	}
	.pbmit-header-style-1 .pbmit-right-box .pbmit-cart-wrapper.pbmit-show-cart-amount-no a {
		padding-left: 25px;
	}
	.pbmit-header-style-1 .pbmit-right-box .pbmit-cart-wrapper a::before {
		content: "\e87f";
		font-family: "pbminfotech-base-icons";
		font-size: 20px;
		line-height: 20px;
		position: absolute;
		left: 0;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		transform: translateY(-50%);
		font-weight: normal;
		-webkit-transition: all .25s ease-in-out;
		transition: all .25s ease-in-out;
	}
	.pbmit-header-style-1 .pbmit-right-box .pbmit-cart-wrapper .pbmit-cart-count {
		position: absolute;
		top: -11px;
		background-color: var(--pbmit-broso-global-color);
		color: #fff;
		height: 16px;
		line-height: 16px;
		width: 16px;
		text-align: center;
		border-radius: 50%;
		font-size: 11px;
	}
}