/* 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: <?php echo esc_attr($responsive_breakpoint); ?>px){ */
@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-responsive-icons .dsvy-cart-wrapper,
	.dsvy-header-style-1 .dsvy-responsive-icons .dsvy-header-search-btn{
		display: block;
	}
    .dsvy-header-style-1 .dsvy-header-search-btn {	
        position: absolute;
        right: 60px;
    }
    .dsvy-header-style-1 .dsvy-right-box{
        display: none;
    }
}

/*=== @media (min-width: <?php echo esc_attr($responsive_breakpoint); ?>px) { ====*/
    @media (min-width: 1200px) {
    /*=== dsvy-header-style-1 ===*/
    .dsvy-header-style-1 .dsvy-navbar div > ul > li > a{
        margin: 0 10px;
    }

    .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: <?php echo esc_attr($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: <?php echo esc_attr($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: <?php echo esc_attr($blackish_color); ?>;		
    }


    .dsvy-header-style-1 .dsvy-right-box > div {
        margin: 0 10px;
    }
    .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: 18px;
		color: var(--dsvy-rodiar-global-color);
	}
	.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: "\E83B";
	    font-family: "designervily-base-icons";	   
	    font-size: 20px;
	    line-height: 20px;	   
	    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-rodiar-global-color);
		color: #fff;
		height: 20px;
		line-height: 20px;
		width: 20px;
		text-align: center;
		border-radius: 50%;
		font-size: 13px;
	}



}