.main-header_dfl{
    position:relative;
    left:0px;
    top:0px;
    right: 0px;
    z-index:999;
    width:100%;
    transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
}  
.sticky-header_dfl{
    position:fixed;
    opacity:0;
    visibility:hidden;
    left:0px;
    top:0px;
    width:100%;
    z-index:0;
    background-color: #fff;
    box-shadow: 0px 10px 20px 0px rgba(27, 24, 47, 0.10);
    transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
}  
.fixed-header .sticky-header_dfl{
    z-index:999;
    opacity:1;
    visibility:visible;
    -ms-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -op-animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -ms-animation-duration: 500ms;
    -moz-animation-duration: 500ms;
    -op-animation-duration: 500ms;
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
    -ms-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -op-animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -ms-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -op-animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}
.ex_shop_header .main-header_dfl {
    position: relative;
    display: block;
    width: 100%;
    z-index: 9999;
    top: 0px;
    left: 0px;
    background: none;
    clear: both;
}
.ex_shop_header .sticky-header_dfl {
    background: #343d51;
}
.main-header_dfl.ex_shop_header_two .header-lower{
    background: #212734;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}
.main-header_dfl.ex_shop_header_two .header-lower .menu-area{
    padding-left: 0px;
}
.sticky-header_dfl .main-menu .navigation > li > a{
    padding: 30px 0px;
}  
.logo-box_dfl {
    padding: 14px 0px;
}  
.sticky-header_dfl .nav-right{
    margin-left: 30px;
}
.sticky-header_dfl .outer-box .nav-right,
.header-lower .outer-box .nav-right{
    display: flex;
    align-items: center;
    gap: 20px;
}
.sticky-header_dfl .nav-right .nav-btn,
.header-lower .outer-box .nav-btn{
    width: 20px;
}
.header-style-six .nav-right .nav-btn img {
    transform: scale(1.15);
}
.header-style-six .nav-right .nav-btn:hover img {
    transform: scale(1.0);
}
@media only screen and (max-width: 1200px){
    .ex_shop_header .header-phone-number {
        display: none;
    }
}
@media only screen and (max-width: 1200px){
    .ex_shop_header_two .header-phone-number {
        display: block;
    }
}
@media only screen and (max-width: 991px){
    .ex_shop_header .header-lower .navbar-right-info {
        position: absolute;
    }
}