
.site-header{
  transition: all 0.5s ease;
    top:0;
}
.header-notice p {
    margin: 0;
    padding: 0;
}
.header-notice{
  padding: 15px;
}
.hide-strip header.site-header {
    transition: all 0.5s ease;
    padding: 0;
}
body{

}
.header-notice .container{
border:none !important;
}
.header-notice strong {
    font-size: 13px;
}
@media(max-width:767px){
header-notice {
    padding: 5px;
}
.header-notice .container {
    padding: 0 !important;
    font-size: 13px;
    line-height: 18px;
  }
.site-header{
     top: 0;
}
.hide-strip.open-menu header.site-header {
top: 0 !important;
}
.header-notice strong {
    font-size: 11px;
}
}
@media(max-width:991px){
.top-header-bar{
  position: relative;
}


.open-menu .mobile-menu-bars {
top: -80px;
}
.open-menu {
overflow: hidden !important;
}
.hide-strip.open-menu header.site-header {
top: 0 !important;
}
.header-notice strong {
    font-size: 14px;
}
}
@media(max-width:575px){
.hide-strip.open-menu header.site-header {
top: 0 !important;
}
.header-notice {
    padding: 10px;
}
.header-notice strong {
    font-size: 10px;
}
}
@media(max-width:320px){
.header-notice strong {
    font-size: 11px;
}
}

.open-menu .mobile-menu-bars {
top: -80px;
}
.open-menu {
overflow: hidden !important;
}