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