/*=== Header Style 1 ===*/
.cspt-header-style-1 .cspt-header-button:hover a .cspt-header-button-text-2{
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}

@media (max-width: 1200px){
	.cspt-header-style-1 .cspt-header-wrapper.cspt-sticky-on{
		position: static !important;
		width: auto !important;
	}
	.cspt-header-style-1 .cspt-header-wrapper > .container > .d-flex{
		position: relative;
	}
	.cspt-header-style-1 .cspt-header-search-btn {
		position: absolute;
		right: 60px;
	}
	.cspt-header-style-1 .cspt-right-box{
		display: none;
	}
}

@media (min-width: 1201px) {
	.cspt-header-style-1 .cspt-navbar div > ul > li > a{
		margin: 0 10px;
	}
	.cspt-header-style-1 .cspt-right-box {
		margin-left: 10px;
		display: flex;
	}
	.cspt-header-style-1 .cspt-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;
	}
	.cspt-header-style-1 .cspt-header-button {
		line-height: normal;
	}
	.cspt-header-style-1 .cspt-header-button a{
		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;
	}
	.cspt-header-style-1 .cspt-header-button a::after {
		content: "\e83f";
		font-family: "creativesplanet-base-icons";
		font-size: 45px;
		line-height: 45px;
		top: 3px;
		position: absolute;
		left: 0;
		font-weight: normal;
	}
	.cspt-header-style-1 .cspt-header-button a span{
		display: block;
	}
	.cspt-header-style-1 .cspt-header-button .cspt-header-button-text-1{
		font-weight: 700;
		margin-bottom: 5px;
	}
	.cspt-header-style-1 .cspt-header-button{
		line-height: normal;
	}
	.cspt-header-style-1 .cspt-right-box .cspt-cart-wrapper a,
	.cspt-header-style-1 .cspt-right-box .cspt-header-search-btn a {
		font-size: 16px;
		color: var(--cspt-leblix-global-color);
	}
	.cspt-header-style-1 .cspt-right-box .cspt-cart-wrapper a {
		position: relative;
		padding-left: 30px;
	}
	.cspt-header-style-1 .cspt-right-box .cspt-cart-wrapper.cspt-show-cart-amount-no a {
		padding-left: 25px;
	}
	.cspt-header-style-1 .cspt-right-box .cspt-cart-wrapper a::before {
		content: "\e823";
		font-family: "creativesplanet-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: 400;
		-webkit-transition: all .25s ease-in-out;
		transition: all .25s ease-in-out;
	}
	.cspt-header-style-1 .cspt-right-box .cspt-cart-wrapper .cspt-cart-count {
		position: absolute;
		top: 5px;
		left: 2px;
		background-color: var(--cspt-leblix-global-color);
		color: #fff;
		height: 20px;
		line-height: 20px;
		width: 20px;
		text-align: center;
		border-radius: 50%;
		font-size: 13px;
	}
}