@media (min-width: 1201px) {
	.cspt-header-style-4 .cspt-header-overlay{
		position: absolute;
		z-index: 9;
		width: 100%;
	}
	.cspt-header-style-4 .cspt-bg-color-white {
	    background-color: rgba(var(--cspt-enginir-white-bg-color-rgb), 0.10);
	    border-bottom: 1px solid rgba(255, 255, 255, 0.13);
	}
	.cspt-header-style-4 .cspt-logo-menuarea{
		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;
	}
	.cspt-header-style-4 .cspt-right-box{
	    display: flex;
	}
	.cspt-header-style-4 .cspt-right-box .cspt-header-button a{
		letter-spacing: 0.5px;
		text-transform: uppercase;
		font-weight: 700;
		font-size: 14px;
		display: inline-block;
		color: var(--cspt-enginir-white-color);
		background-color: var(--cspt-enginir-global-color);
		padding: 14px 15px;
	}
	.cspt-header-style-4 .cspt-bg-color-globalcolor .cspt-right-box .cspt-header-button a {
		background-color: var(--cspt-enginir-secondary-color);
	}
	.cspt-header-style-4 .navigation-top{
	  margin-left: auto!important;
	}
	.cspt-header-style-4  .cspt-navbar div > ul > li > a {
	    margin: 0 17px;
	}
	.cspt-header-style-4 .cspt-right-box .cspt-header-button a{
		line-height: normal !important
	}
	.cspt-header-style-4 .cspt-title-bar-content{
		padding-top: 180px;
	}
	.cspt-header-style-4 .cspt-cart-wrapper{
		position: relative;
	    padding-left: 20px;
	    padding-right: 20px;
	}
	.cspt-header-style-4 .cspt-cart-details{
		position: relative;		
	}
	.cspt-header-style-4 .cspt-cart-icon{
		font-size: 18px;
	} 
	.cspt-header-style-4 .cspt-cart-count{
		position: absolute;
		width: 20px;
		height: 20px;
		line-height: 20px;
		font-size: 11px;
		text-align: center;
		border-radius: 50%;
		right: 1px;
		top: -22px;
        color: var(--cspt-enginir-secondary-color);
        background-color: var(--cspt-enginir-main-menu-typography-color);
	}
    .cspt-header-style-4 .cspt-sticky-header .cspt-cart-count {
        color: var(--cspt-enginir-white-color);
        background-color: var(--cspt-enginir-main-menu-sticky-color);
    }
	.cspt-parent-header-style-4 .error-404 {
		margin-top: var(--cspt-enginir-header-height);
	}
	.cspt-header-style-4 .cspt-sticky-header .cspt-navbar div>ul>li.current-menu-item>a,
	.cspt-header-style-4 .cspt-sticky-header .cspt-navbar div>ul>li.current-menu-ancestor>a{
		color: var(--cspt-enginir-global-color);
	}
}
@media (max-width: 1200px) {
	.cspt-header-style-4 .cspt-right-box {
		display: none;
	}
	.cspt-header-style-4 .cspt-header-wrapper > .container{
		position: relative;
	}
	.cspt-header-style-4 .cspt-header-height-wrapper{
		min-height: auto !important;
	}
	.cspt-header-style-2 .cspt-header-menu-area{
		position: static !important;
		width: auto !important;
	}
}