/*===.cspt-header-style-5===*/
.cspt-header-style-5 .cspt-header-right-content,
.cspt-header-style-5 .cspt-header-left-content {
	width: 340px;
}
.cspt-header-style-5 .cspt-header-menu-area {
	position: relative;
	z-index: 9;
}
.cspt-header-style-5 .cspt-header-right-content {
	text-align: right;
}
.cspt-header-style-5 .cspt-social-links li {
	display: inline-block;
	border-right: 1px solid rgba(255, 255, 255, 0.2);
	margin-right: 0;
}
.cspt-header-style-5 .cspt-social-links li:first-child {
	border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.cspt-header-style-5 .cspt-social-links li a {
	position: relative;
	display: inline-block;
	width: 45px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	color: var(--cspt-greenly-white-color);
	font-size: 15px;
}
.cspt-header-style-5 .cspt-social-links li a:hover {
	background: var(--cspt-greenly-white-color);
	color: #222;
	transition: all 500ms ease;
}
.cspt-header-style-5 ul.top-contact {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 14px;
	color: var(--cspt-greenly-white-color);
}
.cspt-header-style-5 ul.top-contact li {
	display: inline-block;
	margin-right: 20px;
}
.cspt-header-style-5 ul.top-contact li:last-child {
	margin-right: 0px;
}
.cspt-header-style-5 ul.top-contact li i {
	margin-right: 10px;
}

@media (max-width: 1200px) {
	.cspt-header-style-5 .cspt-header-content {
		margin: 0 20px 0 30px;
		position: relative;
	}
	.cspt-header-style-5 .cspt-search-cart-box .cspt-cart-wrapper,
	.cspt-header-style-5 .cspt-search-cart-box .cspt-header-search-btn{
		display: none;
	}
}

@media (min-width: 1201px) {
	.cspt-header-style-5 .cspt-pre-header-wrapper .container {
		max-width: none;
		padding: 0 50px;
		padding-right: 10px;
	}
	.cspt-header-style-5 .cspt-header-content {
		margin-left: 50px;
	}
	.cspt-header-style-5 .cspt-search-cart-box .cspt-cart-wrapper a,
	.cspt-header-style-5 .cspt-header-search-btn a {
		line-height: var(--cspt-greenly-header-height)!important;
		height: var(--cspt-greenly-header-height);
		display: block;
		background: var(--cspt-greenly-global-color);
		color: var(--cspt-greenly-white-color);
		padding: 0 40px;
	}
	.cspt-header-style-5 .cspt-sticky-on .cspt-header-search-btn a {
		line-height: var(--cspt-greenly-sticky-header-height)!important;
		height: var(--cspt-greenly-sticky-header-height);
	}
	.cspt-header-style-5 .site-branding.cspt-logo-area {
		margin-right: 80px;
	}
	.cspt-header-style-5 .cspt-header-info-inner .cspt-header-box {
		display: inline-block;
		vertical-align: middle;
	}
	.cspt-header-style-5 .cspt-header-info-inner .cspt-header-box {
		margin-right: 30px;
		padding-right: 0;
		position: relative;
		padding-left: 60px;
	}
	.cspt-header-style-5 .cspt-header-info-inner>div .cspt-header-box-icon {
		position: absolute;
		top: 10px;
		left: 10px;
		font-size: 30px;
		color: var(--cspt-greenly-global-color);
	}
	.cspt-header-style-5 .cspt-pre-header-wrapper {
		font-size: 14px;
	}
	.cspt-header-style-5 ul.top-contact li i {
		color: var(--cspt-greenly-global-color);
	}
	.cspt-header-style-5 .cspt-search-cart-box {
		align-items: center;
		display: flex;
		position: relative;
	}
	.cspt-header-style-5 .cspt-search-cart-box .cspt-cart-wrapper {
		margin-right: 0;
		position: relative;
	}
	.cspt-header-style-5 .cspt-search-cart-box .cspt-cart-wrapper a {
		background: var(--cspt-greenly-secondary-color);
		padding: 0 20px;
	}
}

@media (max-width: 1250px) {
	.cspt-header-style-5 .site-branding.cspt-logo-area {
		margin-right: 20px;
	}
	.cspt-header-style-5 .cspt-search-cart-box .woocommerce-Price-amount {
		display: none;
	}
	.cspt-header-style-5 .cspt-header-content {
		margin-left: 25px;
	}
}

@media (max-width: 1310px) {
	.cspt-header-style-5 .site-branding.cspt-logo-area {
		margin-right: 30px;
	}
}